   # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css2?family=Jersey+25&display=swap");


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}
p {
    color: var(--paragraph-color);
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  background: #090d12;
  font-weight: 400;
}

h1 {
  font-size: 80px;
  line-height: 1.2333333333;
}

h2 {
  font-size: 50px;
  line-height: 1.2380952381;
}

h3 {
  font-size: 40px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 24px;
  line-height: 1.2380952381;
}

h5 {
  font-size: 20px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: 700;
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}
:root {
  --main-color-one: #ddf247;
  --main-color-two: #97a81e;
  --heading-color: #e4e4e4;
  --paragraph-color: #b7b7b7;
  --body-font: "Poppins", sans-serif;
  --heading-font: "Barlow", sans-serif;
  --jersey-font: "Jersey 25", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
  --color-back: #131b24;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--main-color-one);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}
/* start utility css */
.pd-top-60 {
  padding-top: 60px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-110 {
  padding-top: 110px;
}

.pd-top-115 {
  padding-top: 115px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-top-200 {
  padding-top: 200px;
}

.mg-top-120 {
  margin-top: 120px;
}

.mg-bottom-120 {
  margin-bottom: 120px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-110 {
  padding-bottom: 110px;
}

.pd-bottom-115 {
  padding-bottom: 115px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.mg-top--100 {
  margin-top: -100px;
}

.mg-top---170 {
  margin-top: -170px;
}

/* end utility css */

/* banner css */
.banner-content .title {
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .banner-content .title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content .title {
    font-size: 35px;
  }
}
.banner-content .title .light {
  font-weight: 300;
}
.banner-content .title .font-large {
  display: block;
  font-size: 110px;
}
@media only screen and (max-width: 1400px) {
  .banner-content .title .font-large {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content .title .font-large {
    font-size: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content .title .font-large {
    font-size: 45px;
  }
}
.banner-content .title .line-img {
  margin-top: -33px;
}
.banner-content .sub-title {
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .banner-content .sub-title {
    font-size: 18px;
    font-weight: 600;
  }
}
.banner-content .btn {
  margin-top: 45px;
}
.banner-content .list-img {
  margin-top: 70px;
}

.banner-img img {
  margin-right: -80px;
}
.banner-area-1 {
  padding: 250px 0 130px;
  margin-top: 0px;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .banner-area-1 {
    padding: 200px 0 130px;
  }
}
.banner-area-1 .chain-style {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.banner-area-1 .banner-img {
  position: relative;
}
.banner-area-1 .banner-img .shape-img {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-area-1 .banner-img .shape-img-2 {
  position: absolute;
  left: -150px;
  top: 50%;
  opacity: 0.5;
}
.top_image_bounce {
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.color-base {
    color: var(--main-color-one);
}
@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/* banner css */
/* btn css */
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 55px;
  line-height: 57px;
  padding: 0 30px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
  border-radius: 5px;
  z-index: 0;
}
.btn:focus, .btn:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn i {
  font-size: 14px;
  float: right;
  padding-top: 16px;
  padding-left: 5px;
}
.btn svg {
  font-size: 15px;
  margin-top: 20px;
  margin-left: 6px;
  float: right;
}
.btn.border-radius-0 {
  border-radius: 0;
}
.btn.border-radius-5 {
  border-radius: 5px;
}

.btn-main {
  position: relative;
  font-weight: 800;
}
.btn-main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/img/btn-bg.png");
  background-size: 100% 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/img/btn-bg-2.png");
  background-size: 100% 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-main > span {
  position: relative;
  z-index: 2;
  color: var(--color-back);
  text-transform: uppercase;
}
.btn-main.style-small {
  font-size: 14px;
}
.btn-main:hover:after {
  visibility: hidden;
  opacity: 0;
}
.btn-main:hover:before {
  visibility: visible;
  opacity: 1;
}

.btn-main span {
  position: relative;
}

.btn-main > span {
  overflow: hidden;
  display: block;
}

.btn-main > span > span {
  overflow: hidden;
  mix-blend-mode: difference;
  display: inline-block;
}

@-webkit-keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -97%, 0);
            transform: translate3d(0, -97%, 0);
  }
}

@keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -97%, 0);
            transform: translate3d(0, -97%, 0);
  }
}
@-webkit-keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.btn-small {
  height: 50px;
  line-height: 50px;
}
.btn-small i {
  padding-top: 12px;
}

.btn-base {
  color: var(--color-back);
  background: var(--main-color-one);
}
.btn-base svg {
  font-size: 13px;
  margin-top: 22px;
}
.btn-base:hover {
  color: var(--color-back);
  background: var(--main-color-two);
}

.btn-red {
  color: #fff;
  background: #f14d5d;
}
.btn-red:hover {
  color: #fff;
}

.btn-yellow {
  background: #F8BC26;
  font-weight: 500;
}
.btn-yellow svg {
  font-size: 13px;
  margin-top: 22px;
}
.btn-yellow:hover {
  color: #fff;
}

.btn-white {
  color: var(--main-color-one) !important;
  background: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #fff !important;
  background: var(--main-color-one);
}

.btn-black {
  color: #fff !important;
  background: var(--heading-color);
}
.btn-black:hover, .btn-black:focus {
  color: #fff !important;
  background: var(--main-color-one);
}

.btn-gray {
  background-color: #283849;
  color: #adb0bc;
}
.btn-gray:hover {
  background-color: var(--main-color-one);
  color: #030724;
}

.btn-border-base {
  color: var(--heading-color);
  border: 1px solid var(--main-color-one);
  line-height: 52px;
}
.btn-border-base:after {
  background: var(--main-color-one);
}
.btn-border-base:hover, .btn-border-base:focus {
  color: #fff;
}

.btn-border-base-2 {
  color: var(--heading-color);
  border: 1px solid var(--main-color-two);
  line-height: 52px;
}
.btn-border-base-2:after {
  background: var(--main-color-two);
}
.btn-border-base-2:hover, .btn-border-base-2:focus {
  color: #fff;
}

.btn-border-white {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  line-height: 53px;
}
.btn-border-white:hover, .btn-border-white:focus {
  color: #fff;
  background: var(--main-color-one);
  border: 2px solid var(--main-color-one);
}

.btn-border-black {
  color: #fff;
  border: 1px solid #1e2a38;
  line-height: 53px;
  background-color: #1a2430;
}
.btn-border-black:hover, .btn-border-black:focus {
  color: #fff;
  background: #1e2a38;
}

.btn-border-black-2 {
  color: #262626;
  border: 2px solid #262626;
  line-height: 53px;
}
.btn-border-black-2:hover, .btn-border-black-2:focus {
  color: #fff;
  background: var(--main-color-one);
  border: 2px solid var(--main-color-one);
}
.btn-border-black-2:after {
  background: var(--main-color-one);
}

.btn-border-gray {
  color: var(--heading-color);
  border: 2px solid #E3E3E3;
  line-height: 51px;
  background: #F8F9FC;
}
.btn-border-gray:hover, .btn-border-gray:focus {
  color: #fff;
  background: var(--main-color-one);
  border: 2px solid var(--heading-color);
}

.read-more-text {
  position: relative;
  color: var(--heading-color);
  font-weight: 600;
}
.read-more-text i {
  font-size: 18px;
  position: absolute;
  top: 1px;
  margin-left: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.read-more-text svg {
  font-size: 12px;
  position: absolute;
  top: 5px;
  margin-left: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.read-more-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--main-color-one);
  height: 1px;
  width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.read-more-text:hover i {
  padding-left: 6px;
}
.read-more-text:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.read-more-arrow {
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background: var(--main-color-one);
  border-radius: 50%;
  display: inline-block;
}
.read-more-arrow:hover {
  background: #0A1851;
  color: #fff;
}

/* end btn css */
/*----------------------------------------------
    # about style
----------------------------------------------*/
.about-thumb-inner {
  position: relative;
}
.about-thumb-inner .animate-img-1 {
  position: absolute;
  left: 100px;
  bottom: 7px;
  z-index: 2;
}
.about-thumb-inner .animate-img-2 {
  position: absolute;
  right: 50px;
  top: 180px;
  z-index: 2;
}
.about-thumb-inner .animate-img-3 {
  position: absolute;
  left: 80px;
  top: -20px;
}
.about-thumb-inner .animate-img-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-thumb-inner .video-play-btn-hover {
  position: absolute;
  right: 10px;
  top: 60px;
}
.about-thumb-inner .animate-img-bottom-right {
  position: absolute;
  right: -100px;
  bottom: 80px;
  z-index: 2;
}
.about-thumb-inner .animate-main-img {
  position: absolute;
  left: 0;
  top: 0;
}
.about-thumb-inner .main-img {
  position: relative;
  z-index: 1;
}
.about-thumb-inner .animate-top-left {
  position: absolute;
  left: -80px;
  top: 10px;
}

.single-about-inner .thumb {
  display: inline-block;
  background: #F8F9FC;
  border-radius: 5px 40px 40px 40px;
  height: 80px;
  width: 80px;
  line-height: 78px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-about-inner .thumb img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-about-inner .details p {
  margin-bottom: 0;
}
.single-about-inner:hover .thumb {
  background: var(--main-color-one);
}
.single-about-inner:hover .thumb img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
/* end about css */
/* start product categ css */
/*----------------------------------------------
    # feature style
----------------------------------------------*/
.single-feature-inner {
  background-color: #1c1c24;
  border: 1px solid #1f2930;
  border-radius: 18px;
  padding: 10px;
  margin-bottom: 30px;
}
.single-feature-inner .title {
  text-transform: uppercase;
  background-color: #19232c;
  padding: 12px 25px;
  border-radius: 15px;
  border: 1px solid #1f2930;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .single-feature-inner .title {
    font-size: 20px;
  }
}
.single-feature-inner .title img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.single-feature-inner .thumb {
  background-color: #19232c;
  padding: 50px 40px;
  border-radius: 15px;
  border: 1px solid #1f2930;
  max-height: 270px;
  overflow: hidden;
  position: relative;
}
.single-feature-inner .thumb img {
  max-height: 135px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-feature-inner .count-val {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: block;
}
.single-feature-inner .count-val li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.single-feature-inner .count-val li span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 4px 11px 3px;
  display: inline-block;
  border-radius: 50px;
  font-size: 13px;
  color: #111;
}
.single-feature-inner .details {
  padding: 20px 5px;
}
.single-feature-inner .details .left h5 {
  font-weight: 500;
  font-size: 14px;
  color: #b2b1b1;
}
.f-home-category .single-feature-inner .details .left h5{
  font-size: 17px;
}
.single-feature-inner .details .bid {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.single-feature-inner .details .bid .icon {
  background-color: #911fde;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.single-feature-inner .details .bid .icon svg {
  width: 10px !important;
}
.single-feature-inner .details .btn {
  height: 40px;
  line-height: 41px;
  padding: 0 16px;
  font-size: 15px;
  color: var(--color-back);
}
.single-feature-inner .details .btn svg {
  margin-top: 14px;
}
.single-feature-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-feature-inner.style-2 .thumb img {
  width: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.single-feature-inner.style-2 .details .left img {
  height: 45px;
  width: 45px;
}
.single-feature-inner.style-2 .details .left .info-d h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.single-feature-inner.style-2 .details .left .info-d span {
  font-size: 12px;
}
.single-feature-inner.style-2 .details .right {
  font-size: 12px;
}
.single-feature-inner.style-2 .details .right .ratting {
  font-size: 10px;
}

/* end product categ css */
.right-to-left-move {
    position: absolute;
    left: -300px;
    opacity: 0.8;
    animation: cloud-move-left 28s linear 0s infinite reverse;
    z-index: 99;
}
@keyframes cloud-move-left 
{
0% {
    left: -300px;
}

100% {
    left: 102%;
}
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.product-item__wishlist a {
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section-title .sub-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    color: var(--main-color-one);
}
.section-title {
    margin-bottom: 50px;
    position: relative;
}
.section-title .title {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
/* start bonus tier structure */
.ux-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.ux-section-header h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
}

.ux-section-header p {
  color: #b8c6ff;
  font-size: 16px;
  max-width: 600px;
  margin: auto;
}
/* ===== MAIN LAYOUT ===== */
.ux-bonus-layout {
  display: grid;
  grid-template-columns: 1.1fr 1.0fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 70px;
}

/* ===== BONUS TIERS GRID ===== */
.ux-tiers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.ux-tier-card {
  border-bottom: 3px solid #EAD97C;
  box-shadow: 0 10px 20px rgba(234, 217, 124, 0.2);
  background: linear-gradient(180deg, #1C1C24, #1C1C24);
  border-radius: 64px;
  padding: 30px;
  text-align: center;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.ux-tier-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.ux-tier-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.ux-tier-range {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.ux-tier-bonus {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ux-tier-desc {
  font-size: 14px;
  color: #c7d2ff;
}

/* ===== GOLD HIGHLIGHT ===== */
.ux-tier-gold {
  border-bottom: 3px solid #EAD97C;
  box-shadow: 0 10px 20px rgba(234, 217, 124, 0.2);
  backdrop-filter: blur(6px);
  /* box-shadow: 0 0 25px rgba(255, 215, 0, 0.3); */
}

.ux-tier-gold::before {
  content: "MOST POPULAR";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #DDF247;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}
.ux-tiers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
/* ===== CALCULATOR ===== */
.ux-calculator-box {
    border: 3px solid #DDF247;
  box-shadow: 0 10px 20px rgba(234, 217, 124, 0.2);
  background: linear-gradient(180deg, #1C1C24, #1C1C24);
  border-radius: 64px;
  padding: 40px;
}

/* ===== TRUST ROW ===== */
.ux-trust {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin: 40px 0;
  font-size: 13px;
  color: #cbd6ff;
  flex-wrap: wrap;
}
.trust span {
    font-size: 13px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .ux-bonus-layout {
    grid-template-columns: 1fr;
  }

  .ux-tiers-grid {
    grid-template-columns: 1fr;
  }
}

/* bonus tier strure */
/* start footer css */

/*--------------------------------------------------
    ##Footer style
---------------------------------------------------*/
.footer-area {
  position: relative;
  margin-top: 90px;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.footer-area .widget_about .thumb {
  margin-bottom: 30px;
}
.footer-area .widget_about .thumb img {
  max-width: 150px;
}
.footer-area .widget_about .details p {
  margin-bottom: 0;
}
.footer-area .widget_about .details p svg {
  color: var(--main-color-one);
  margin-right: 10px;
}
.footer-area .widget_about .details p + p {
  font-weight: 500;
}
.footer-area .widget_about .details h5 {
  color: #CDD8F9;
}
.footer-area .widget_about .details .social-media {
  margin-top: 26px;
}
.footer-area .widget_about .details .social-media li a {
  border: 1px solid #CDD8F9;
  background: transparent;
  color: var(--heading-color);
  border-radius: 50%;
  font-size: 14px;
}
.footer-area .widget_about .details .social-media li a:hover {
  color: #fff;
  background: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.footer-area .widget_about .details .social-media li a:hover svg path {
  color: #fff;
}
.footer-area .widget_about .subscribe {
  position: relative;
}
.footer-area .widget_about .subscribe input {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 15px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.footer-area .widget_about .subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 44px;
  width: 40px;
  border: 0;
  background: var(--main-color-one);
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_about .subscribe button:hover {
  background: var(--heading-color);
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}
.footer-area .widget_nav_menu ul li svg {
  margin-right: 8px;
  color: #333F4D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_nav_menu ul li:hover svg {
  color: var(--main-color-one);
}
.footer-area .widget_nav_menu ul li + li {
  padding-top: 4px;
}
.footer-area .widget_subscribe .single-input-inner {
  position: relative;
}
.footer-area .widget_subscribe .single-input-inner input {
  padding-right: 40px;
  background-color: #273036;
  border-radius: 0;
  font-size: 15px;
}
.footer-area .widget_subscribe .button {
  padding: 0;
  border: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  color: var(--main-color-one);
}
.footer-area .widget_subscribe label {
  color: #fff;
  position: relative;
  padding-left: 22px;
}
.footer-area .widget_subscribe label input {
  position: absolute;
  left: 0;
  top: 7px;
}
.footer-area .widget-recent-post ul li .media .media-body .title {
  color: #fff;
}
.footer-area .widget-recent-post ul li .media .media-body .post-info span {
  color: #fff;
}
.footer-area .widget_contact ul {
  padding: 0;
  max-width: 300px;
}
.footer-area .widget_contact ul li {
  display: inline-block;
  list-style: none;
  padding-right: 3px;
  padding-bottom: 7px;
  position: relative;
}
.footer-area .widget_contact ul li img {
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 1599px) {
  .footer-area .widget_contact ul li img {
    width: 60px;
    height: 60px;
  }
}
.footer-area .widget_contact ul li a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.footer-area .widget_contact ul li a:hover {
  color: var(--main-color-one);
}
.footer-area .widget_contact ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30%;
  width: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_contact ul li:hover:after {
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.footer-area .widget_contact ul li:hover a {
  visibility: visible;
  opacity: 1;
}

.footer-top {
  padding-top: 55px;
  padding-bottom: 90px;
}

.footer-bottom {
  padding: 23px 0;
  position: relative;
  z-index: 2;
  background-color: #0f171e;
}
.footer-bottom p {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .footer-bottom p {
    margin-bottom: 15px;
  }
}
.footer-bottom a {
  margin-right: 10px;
  color: #fff;
}
.footer-bottom a:last-child {
  margin-right: 0;
}

.footer-subscribe {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}
.footer-subscribe .footer-subscribe-inner {
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.footer-subscribe .footer-subscribe-inner h2 {
  color: #fff;
}
.footer-subscribe .footer-subscribe-inner input {
  height: 55px;
  padding: 0 150px 0 20px;
  color: var(--heading-color);
  width: 100%;
  border: 0;
}
.footer-subscribe .footer-subscribe-inner .btn {
  position: absolute;
  right: 30px;
}
.footer-subscribe .footer-subscribe-inner.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: -90px;
  border-radius: 0;
}
.footer-subscribe .footer-subscribe-inner.style-2 .media {
  width: 340px;
  padding: 30px;
}
.footer-subscribe .footer-subscribe-inner.style-2 p {
  font-size: 13px;
}
.footer-subscribe .footer-subscribe-inner.style-2 input {
  padding: 0 18px;
}
.footer-subscribe .footer-subscribe-inner.style-2 .btn {
  position: relative;
  right: auto;
}
.footer-subscribe .footer-subscribe-inner.style-2 .row {
  padding: 20px 30px;
}
.footer-subscribe .footer-subscribe-inner.style-3 {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: #160443;
}
.footer-subscribe .footer-subscribe-inner.style-3 input {
  border: 0;
  border-radius: 45px;
  background: #fff;
  height: 67px;
}
.footer-subscribe .footer-subscribe-inner.style-3 .btn {
  right: 45px;
  margin-top: 6px;
  border-radius: 60px;
}

.subscribe-area.footer-subscribe {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer-area-1 {
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
}
.single-input-inner input {
    width: 100%;
    height: 55px;
    border: 0 !important;
    padding: 0 18px;
    border-radius: 0;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
}
.footer-area .widget_subscribe .single-input-inner {
    position: relative;
}
.single-input-inner {
    margin-bottom: 20px;
}
.footer-area .widget_subscribe .single-input-inner input {
    padding-right: 40px;
    background-color: #273036;
    border-radius: 0;
    font-size: 15px;
}
.single-input-inner input {
    width: 100%;
    height: 55px;
    border: 0 !important;
    padding: 0 18px;
    border-radius: 0;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
}
/* end footer css */
/* start breadcrumb css */
/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding: 200px 0 140px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image:url('../img/bg/4.png')
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    padding: 150px 0 90px;
  }
}
.breadcrumb-area .banner-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-size: 102% 96%;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
}
.breadcrumb-area .page-title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.breadcrumb-area .page-title span {
  color: var(--main-color-one);
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .page-list li {
  font-weight: 600;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 17px;
  margin-left: 8px;
  color: var(--heading-color);
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "\ea7c";
  font-family: "IcoFont";
  font-size: 13px;
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

/* end breadcrumb css */
/* start product list css */
.creator-widget {
    margin-bottom: 50px;
}
.creator-widget .widget-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #253039;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.creator-details-widget .range-slider {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 6px;
}
.creator-details-widget .range-input {
  width: 100%;
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  margin-top: -5px;
}
.creator-details-widget .range-input::-webkit-slider-thumb {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  background-color: var(--main-color-one);
  border-radius: 50%;
  cursor: pointer;
}
.creator-details-widget .range-input::-moz-range-thumb {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  background-color: var(--main-color-one);
  border-radius: 50%;
  cursor: pointer;
}
.creator-details-widget .slider-values {
  text-align: center;
  font-weight: 500;
}

.creator-category-widget ul {
  padding: 0;
  margin: 0;
}
.creator-category-widget ul li {
  list-style: none;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.creator-category-widget ul li + li {
  margin-top: 10px;
}
.creator-category-widget ul li .dot {
  height: 14px;
  width: 17px;
  background-color: #fff;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.creator-category-widget ul li .count {
  float: right;
}
.creator-category-widget ul li:hover .dot {
  background-color: var(--main-color-one);
}

.creator-widget.instagram-widget {
  max-width: 400px;
}
.creator-widget.instagram-widget ul {
  margin: 0;
  padding: 0;
}
.creator-widget.instagram-widget ul li {
  display: inline-block;
  width: 49%;
  padding-right: 4px;
  padding-bottom: 10px;
}
.cat-thumb
 {
    background-color: #161f2b;
    padding: 16px;
    margin-bottom: 25px;
    border: 1px solid #1a2737;
    border-radius: 6px;
}
.no-word-break {
  text-align: justify;
  text-justify: inter-word;
    -webkit-hyphens: none!important;
    -ms-hyphens: none;
    hyphens: none !important;
    word-break: normal;
    overflow-wrap: normal;
}
.single-product-inner {
  margin-bottom: 30px;
}
.single-product-inner .thumb {
  background-color: #161f2b;
  padding: 16px;
  margin-bottom: 25px;
  border: 1px solid #1a2737;
  border-radius: 6px;
}
.single-product-inner .thumb img {
  max-height: 175px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-product-inner .details .title {
  font-size: 20px;
  font-weight: 600;
}
.single-product-inner .details .ratting {
  color: #323e4c;
  margin-bottom: 10px;
}
.single-product-inner .details .amount {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color-one);
}
.single-product-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-product-inner .details .title a {
    white-space: nowrap;
    width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
  .creator-category-widget ul.dyat-categories {
            height: 58vh;
            overflow: hidden;
            overflow-y: auto;
        }
        ul.dyat-categories::-webkit-scrollbar {
            width: 6px; /* vertical scrollbar width */
            height: 12px; /* horizontal scrollbar height */
        }
        
        ul.dyat-categories::-webkit-scrollbar-track {
            background: #f1f1f1; /* track color */
            border-radius: 10px;
        }
        
        ul.dyat-categories::-webkit-scrollbar-thumb {
            background: #ddf247; /* thumb color */
            border-radius: 10px;
        }
        
        ul.dyat-categories::-webkit-scrollbar-thumb:hover {
            background: #7cffe5;
        }
/* end product list css */
/* start product detail css */

.product-details-wrap {
  position: relative;
}

.productmySwiper2 {
  margin-left: 130px;
}
.productmySwiper2 .thumb {
  background-color: #161f2a;
  text-align: center;
  padding: 25px 25px;
  border: 1px solid #192532;
  border-radius: 12px;
}

.product-small-slider-wrap {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.productmySwiper {
  height: 400px;
}
@media only screen and (max-width: 575px) {
  .productmySwiper {
    height: 350px;
  }
}
.productmySwiper .thumb {
  background-color: #161f2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #192532;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  padding: 20px 22px;
}

@media only screen and (max-width: 575px) {
  .product-details h2 {
    font-size: 35px;
  }
}
.product-details .color-plate {
  margin-bottom: 40px;
  margin-top: 40px;
}
.product-details .color-plate span {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}
.product-details .color-plate span.bg-white {
  background-color: #fff;
}
.product-details .color-plate span.bg-orange {
  background-color: #f49427;
}
.product-details .color-plate span.bg-yellow {
  background-color: var(--main-color-one);
}
.product-details .color-plate span.active::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 1px solid var(--main-color-one);
}
.product-details .cart-wrap .btn-black {
  background-color: #161f2a;
  border: 1px solid #192532;
  width: 60px;
  padding: 0;
  margin: 0;
}
.product-details .cart-wrap .btn-black i {
  float: none;
}
.product-details .cart-wrap .btn-black svg {
  float: none;
}

.product-tab-content-wrap {
  border-left: 1px solid #1d2835;
}

.product-details-tab-inner {
  border-top: 1px solid #84868c;
  border-bottom: 1px solid #84868c;
}

.product-details-tabs {
  border: 0 !important;
  padding: 42px 0 !important;
}
.product-details-tabs li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #1d2835;
}
.product-details-tabs li a {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d7d7d7;
  padding: 18px 0 !important;
  position: relative;
}
.product-details-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-details-tabs li a.active {
  color: #d7d7d7 !important;
}
.product-details-tabs li a.active:after {
  width: 100px;
}

.tab-content-inner {
  padding: 60px;
}

.tab-content-info-list {
  margin: 0;
  padding: 0;
}
.tab-content-info-list li {
  list-style: none;
  padding: 15px 0;
}
.tab-content-info-list li span {
  width: 150px;
  display: inline-block;
}
.tab-content-info-list li + li {
  border-top: 1px solid #1d2835;
}

.filter-inner-btn {
  border: 1px dotted #181f27;
  display: inline-block;
  padding: 6px 10px 6px 12px;
  border-radius: 6px;
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 991px) {
  .filter-inner-btn {
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 15px;
  }
}
.filter-inner-btn select {
  background-color: transparent;
  color: #fff;
  border: 0;
}
.filter-inner-btn select option {
  width: 110%;
  color: #161f2a;
}
.cart-top table td.cat-edit i
{
      display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 50%;
    transition: all 0.3s ease;
    color:#b7b7b7 !important;
}
.cart-top table td.cat-edit:hover i
{
      background-color: #dc3545 !important;
    color: white !important;
    transform: scale(1.1);
}
label[for='agree'] a
{
  font-weight:600;
}
/* end product detail css */

