/** Shopify CDN: Minification failed

Line 1538:6 Expected ":"
Line 2160:2 Expected identifier but found "\"Mulish\""
Line 3414:8 Expected ":"

**/
/* ===============================
Custom Theme Overrides
=============================== */

/* General Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html.popup-open {
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
}

/* Body Styles */
body {
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  background: #0F0E15;
  background-color: #0F0E15;
  overflow-x: hidden !important;
}

.home .main-header {
  position: absolute;
  width: 100%;
  background: #ffffff00;
}

.home header.header {
  position: absolute;
  border-bottom: none;
  background: #ffffff00;
}

.home header nav.header__inline-menu li a,
.home header .header__menu-item {
  color: rgb(255 255 255);
}

.home header nav.header__inline-menu li a,
.home header .header__menu-item span {
  color: rgb(255 255 255);
}

.home header nav.header__inline-menu li a,
.home header .header__menu-item svg {
  color: rgb(255 255 255);
}

.home .header__heading-logo-wrapper img {
  filter: brightness(0) invert(1);
}

.collections .main-header {
  border-bottom: 1px solid #0000001f !important;
}

.collections header.header {
  border-bottom: none;
}

.new-repeater-btn {
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  background: transparent !important;
  padding: 10px 10px 10px 25px !important;
  column-gap: 15px !important;
  width: fit-content;
}

.repeated-row-two-btn {
  display: flex;
  gap: 5px;
}

h2#FooterLanguageLabel {
  display: none;
}

.repeater-image-with-text .row:nth-of-type(-n+3) {
  margin-bottom: 240px;
}

.repeater-image-with-text .row:nth-of-type(-n+4) {
  margin-bottom: 240px;
}

.repeater-image-with-text .row:nth-child(even) .new-repeater-btn {
  margin: 0 0 auto auto;
}




body.home {
  background-image: url('/cdn/shop/files/body_image_1.jpg?v=1777316354') !important;
  background-size: cover !important;
  background-position: center 2000px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}


.shopify-design-mode body.home {
  background-color: #000 !important;
}

.shopify-design-mode section.text-sec-two {
  background-color: #fff !important;
}

.shopify-design-mode section.team-section {
  background-color: #fff !important;
}

.shopify-design-mode section.animated-text-appro {
  background-color: #fff !important;
}

.shopify-design-mode .appro-custom-accordion {
  background-color: #fff !important;
}

.shopify-design-mode .counter-sec-appro {
  background-color: #fff !important;
}

.shopify-design-mode .product-slider-homepage {
  background-color: #fff !important;
  background-image: none !important;
}




.repeater-image-with-text::after {
  display: none;
}

.logo-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}

.logo-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.logo-nav button {
  background: #ffffff;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-nav img {
  width: 25px;
  height: auto;
  display: block;
}

.logo-nav button:hover {
  background: var(--gredent, linear-gradient(98deg, #F93E26 0.29%, #FBB02A 108.42%));
}

.logo-nav button:hover img {
  filter: brightness(0) invert(1);
}

.table-container {
  border-radius: 50px;
  background: rgba(41, 47, 40, 0.20);
  backdrop-filter: blur(22px);
  max-width: 1640px;
  margin: 0px auto;
  padding: 50px;
  position: relative;
}

.table-top-wrap {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.table-container .table-icon-wrap {
  width: 20%;
  text-align: end;
}

.table-title-wrap {
  width: 80%;
}

.table-icon-wrap a img {
  transform: rotate(180deg);
  transition: .2s;
}

.table-bottom-para p strong {
  font-weight: 800;
}

.table-container h3 strong {
  font-weight: 500;
}

.table-top-wrap.active .table-icon-wrap a img {
  transform: rotate(0deg);
}

.table-container h3 {
  font-weight: 200;
  margin-bottom: 20px;
}

.table-container .table-map-wrap {
  margin-top: 50px;
  display: flex;
  gap: 30px;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.table-container .table-map-wrap .table-col {
  width: 100%;
}


/* Table Start */
.comparison-card {
  width: 100%;

  border-radius: 30px;
  padding: 10px;
  position: relative;
  overflow: visible;
}

.brand-pill .logo img {
  max-width: 100%;
  max-height: 40px;
  width: 100px;
}

.brand-pill {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f8eddd;
  padding: 15px 25px;
  border-radius: 25px;
  width: 100%;
  margin: 0;
  justify-content: space-between;
}

.brand-pill .logo {
  display: flex;
  align-items: center;
  padding: 0;
  width: 15%;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

/* .comparison-table thead tr {
        position: relative;
    }

    .comparison-table thead tr:before {
        position: absolute;
        content: '';
        background: #FBF5EB;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 25px;
        z-index: -1;
    } */

.comparison-table thead th {
  text-align: left;
  padding: 18px 18px;
}

.comparison-table tbody td {
  padding: 15px 10px 15px 0px;
  font-size: 14px;
  line-height: 1.35;
  width: 135px;
  letter-spacing: -0.42px;
  font-weight: 300;
}

.comparison-table tbody tr td {
  border-bottom: 1px solid #D9D9D9;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none !important;
}

.col-feature {
  width: 150px;
  padding-left: 20px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  font-family: mulish;
  color: #FAF4EA !important;
}

.col-product {
  width: calc((100% - 280px) / 4);
}


.comparison-table tbody tr {
  border-bottom: 1px solid var(--row-border);
}


.check-badge {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0));
  box-shadow: 0 0 22px rgba(34, 180, 120, 0.06), inset 0 -2px 0 rgba(0, 0, 0, 0.25);
  margin-right: 7px;
  position: relative;
}

.check-badge svg {
  fill: white;
}

.check-badge::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  filter: blur(6px);
  background: rgba(34, 180, 120, 0.03);
  z-index: -1;
}

.badge-wrapper {
  display: flex;
}


.info {
  display: inline-flex;
  width: 15px;
  height: 15px;
  font-weight: 700;
  font-size: 0;
  margin-left: 2px;
  position: relative;
}

.tooltiptext {
  visibility: hidden;
  width: 367px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 36px;
  padding: 30px 30px;
  position: absolute;
  top: 0 !important;
  z-index: 1;
  left: -185px;
  right: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  /* visibility: hidden;
    width: 367px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 36px;
    padding: 30px 30px;
    position: absolute;
    top: -135px;
    z-index: 1;
    left: -185px;
    right: 0;
    margin: 0 auto; */
}

.tooltiptext p {
  color: #000;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: -0.48px !important;
  text-transform: none !important;
  text-align: left;
}

.tooltiptext:before {
  position: absolute;
  content: '';
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  left: 15px;
  right: 0;
  margin: 0 auto;
  border-width: 12px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}

.info:hover .tooltiptext {
  visibility: visible;
}

span.info svg {
  position: relative;
  top: 4px;
}


.muted {
  color: var(--muted);
  font-weight: 300;
  font-size: 14px;
}


.price {
  font-weight: 800;
  color: #ffffff;
  font-size: 16px;
}

.col-product.first .cell-top {
  display: flex;
  gap: 0px;
}

.table-bottom-para p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.7px;
}

.table-bottom-para {
  margin-top: 20px;
  max-width: 940px;
}

.map-bottom-para {
  margin-top: 20px;
}

.map-bottom-para p {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.7px;
}


@media (max-width:1820px) {
  .tooltiptext {
    width: 333px;
    padding: 25px;
    top: -150px;
    left: -165px;
  }
}

@media (max-width:1600px) {
  .check-badge {
    width: 20px;
    height: 20px;
  }

  .check-badge svg {
    width: 20px;
    height: 20px;
  }

  .tooltiptext {
    width: 350px;
    font-size: 14px;
    padding: 20px;
    top: -122px;
    left: -173px;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width:1440px) {
  .table-container {
    padding: 50px 20px 20px 20px;
  }

  .table-container .table-map-wrap {
    gap: 10px;
  }

  .table-container .table-map-wrap .table-col {
    width: 65%;
  }

  .table-container .table-map-wrap .map-col {
    width: 35%;
  }

  .comparison-table tbody td {
    font-size: 12px;
  }

  .check-badge svg {
    width: 15px;
    height: 15px;
  }

  .tooltiptext {
    width: 230px;
    font-size: 14px;
    top: -162px;
    left: -116px;
  }
}

@media (max-width:1199px) {

  .table-container .table-map-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }

  .table-container .table-map-wrap .map-col img {
    width: 100%;
  }

  .table-container .table-map-wrap .table-col {
    width: 100%;
  }

  .table-container .table-map-wrap .map-col {
    width: 100%;
  }
}

@media (max-width:980px) {
  .brand-pill {
    overflow: auto;
  }

  .comparison-card {
    padding: 20px;
  }

  .col-feature {
    width: 220px;
  }

  .brand-pill .logo img {
    width: 80px;
  }
}

@media (max-width:720px) {
  .table-top-wrap {
    padding: 0 20px;
  }

  .table-container {
    padding: 30px 0px 20px 0px;
    border-radius: 20px !important;
    margin: 80px auto;
  }

  .table-icon-wrap a img {
    width: 40px;
  }

  .table-container h3 {
    margin-bottom: 10px;
  }

  .table-container .table-map-wrap {
    margin-top: 30px;
  }

  .table-container .table-map-wrap .table-col {
    width: 100%;
    overflow: auto;
  }

  .brand-pill .logo {
    width: 100px;
  }

  .comparison-card {
    padding: 14px;
    border-radius: 18px;
    width: max-content;
  }

  .brand-pill {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    overflow: auto;
    gap: 15px;
    padding: 15px 15px;
    border-radius: 15px;
  }

  /* .comparison-table thead, .comparison-table tbody, .comparison-table th, .comparison-table td, .comparison-table tr{ display:block; } */
  .comparison-table thead {
    display: none;
  }

  .comparison-table tbody tr {
    margin-bottom: 14px;
    border-bottom: none;
    background: rgba(255, 255, 255, 0.02);
    padding: 12px;
    border-radius: 10px;
  }

  .comparison-table tbody td {
    padding: 8px 6px;
    font-size: 11px;
    line-height: 1.35;
    width: 110px;
  }

  .tooltiptext {
    width: 160px;
    padding: 10px;
    top: -78px;
    left: 0;
    border-radius: 10px;
  }

  .tooltiptext p {
    font-size: 10px !important;
    text-transform: none !important;
    text-align: left;
    line-height: 14px !important;
  }

  .tooltiptext:before {
    display: none;
  }

  .col-feature {
    width: 100px !important;
    padding-left: 15px !important;
  }

  .muted {
    font-size: 11px;
  }
}

/* Table end */


.main-header {
  position: relative;
  width: 100%;
  background: white;
  border-bottom: 1px solid #0000001f;
}

.warranty-returns-exchanges .page-width .main-page-title {
  padding-top: 170px;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  color: #FFFDD0;
  -webkit-text-fill-color: #FFFDD0;
}

section#shopify-section-template--18916463509676__main {
  background: #292F28;
}

.privacy-layout .privacy-text {
  flex: 1 1 50%;
}

.privacy-layout .privacy-image {
  flex: 1 1 40%;
}

.privacy-layout {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.warranty-returns-exchanges .page-width .rte p {
  font-size: 18px;
  color: #FFFDD0;
  -webkit-text-fill-color: #FFFDD0;
  text-align: justify !important;
}

.warranty-returns-exchanges .page-width .rte p,
.warranty-returns-exchanges .page-width .rte ul,
.warranty-returns-exchanges .page-width .rte ol {
  margin: 10px 0;
}

.warranty-returns-exchanges .page-width .rte h4,
.warranty-returns-exchanges .page-width .rte h5 {
  margin: 20px 0;
}

.warranty-returns-exchanges .page-width .rte a {
  color: #fff;
  text-decoration: none;
}

.warranty-returns-exchanges .page-width .rte a:hover {
  text-decoration: underline;
}

.warranty-returns-exchanges .page-width .rte {
  padding-bottom: 80px;
}

.warranty-returns-exchanges .page-width .rte h4 {
  font-size: 32px;
  font-weight: 700;
  color: #FFFDD0 !important;
  -webkit-text-fill-color: #FFFDD0;
}

warranty-returns-exchanges .page-width .rte h3 {
  color: #FFFDD0 !important;
  -webkit-text-fill-color: #FFFDD0;
}

.warranty-returns-exchanges .page-width .rte h5 {
  font-size: 24px;
  color: #FFFDD0 !important;
  font-weight: 600;
  letter-spacing: 0;
  -webkit-text-fill-color: #FFFDD0;
}

.mobile-btn {
  display: none;
}

.warranty-returns-exchanges .page-width {
  max-width: 1600px;
  color: #FFFDD0 !important;
  -webkit-text-fill-color: #FFFDD0;
  text-align: justify !important;
}

.home .main-header.scroll header.header {
  margin-top: 0px;
  background: #ffffff00;
}

.home .main-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
}

.home .main-header.scroll {
  background: #000 !important
}

.main-header.scroll {
  /* position: absolute; */
  width: 100%;
  background: #fff;
  height: 120px;
  z-index: 9999;
  margin-top: 0px;
}


.main-header.scroll header.header {
  margin-top: 0px;
  background: #fff;
}

.main-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
}


/*
p {
    text-align: justify;
}
    */


/* Grid container */
.row {
  display: flex;
  flex-wrap: wrap;
}


/* 12-column grid (percent widths) */
.col-1 {
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}

.col-2 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  flex: 0 0 91.6667%;
  max-width: 91.6667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}



/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  background: linear-gradient(94deg, #F6F6F4 71.42%, rgba(255, 255, 255, 0.00) 110.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.95em;
  letter-spacing: -2.4px;
  margin-top: 0px;
}

h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 113%;
  letter-spacing: -1.6px;
  margin-top: 0px;
}

h3 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 113%;
  letter-spacing: -1.2px;
  margin-top: 0px;
}

h4 {
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.57em;
  letter-spacing: -1.4px;
  margin-top: 0px;
}

h5 {
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -2px;
  margin-top: 0px;
}

h6 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  margin-top: 0px;
  margin-bottom: 25px;
}

p {
  font-family: "Mulish", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.75px;
}

a.underlined-link {
  color: white;
}

.tax-note a {
  color: white;
}

quantity-input.quantity.cart-quantity {
  background: black;
}

/* Container */
section.main {
  padding-left: 20px;
  padding-right: 20px;
}

/* Hide submenu by default */
.submenu {
  display: none;
  padding-left: 1rem;
  /* indent */
}

details[open]>.header__menu-item .icon-caret {
  transform: rotate(180deg) !important;
}

/* Show submenu when parent <details> is open */
details[open]>.submenu {
  display: block;
}

button.slider-button.slider-button--next {
  background: transparent;
}

button.slider-button.slider-button--prev {
  background: transparent;
}

.container {
  width: 100%;
  max-width: 1470px !important;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large {
  width: 100%;
  max-width: 1640px !important;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-hero {
  padding-top: 200px !important;
}

.header__icon--cart .icon {
  display: block;
  background: linear-gradient(99deg, #557F5F 19.76%, #F7DFB9 144.26%);
  border-radius: 50%;
}

a.header__icon.header__icon--account.link.focus-inset.small-hide {
  display: none;
}

.footer__content-bottom-wrapper {
  z-index: 111;
  position: relative;
}

/* Header */

header nav.header__inline-menu,
header .header__menu-item {
  margin-left: auto !important;
  margin-right: auto;
}

.header-wrapper--border-bottom {
  border-bottom: none !important;
}

header.header {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 0px;
  background: white;
}

header nav.header__inline-menu li a,
header .header__menu-item {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  position: relative !important;
}

header nav.header__inline-menu li a:hover,
header .header__menu-item:hover {
  color: #000000ff !important;
}

/* header nav.header__inline-menu ul.list-menu.list-menu--inline li:last-child{
text-transform:uppercase;
position:relative !important;
pointer-events:none;
} */

/* header nav.header__inline-menu ul.list-menu.list-menu--inline li:last-child span {
text-transform:uppercase;
opacity:.7;
} */

/* header nav.header__inline-menu first-child:ul.list-menu.list-menu--inline li:last-child:after{
content:'Coming Soon';
position:absolute;
text-transform:none;
width:91px;
height:25px;
top:0;
bottom:0;
margin:auto;
right:-86px;
border-radius: 100px;
border: 1px solid #FFF;
background: linear-gradient(98deg, #C3A55C 0.29%, #53C4F0 108.42%);
display:flex;
justify-content:center;
align-items:center;
color: #FFF;
font-family: Mulish;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
opacity:1;
} */

header nav.header__inline-menu li a span,
header .header__menu-item span {
  text-decoration: none !important;
  position: relative !important;
}

header nav.header__inline-menu li a:hover span:after,
header .header__menu-item:hover span:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}

header nav.header__inline-menu ul.list-menu.list-menu--inline {
  display: flex;
  column-gap: 48px;
  padding-right: 0px;
}

.cart-count-bubble {
  top: -5px !important;
  left: 3.2rem !important;
  background: var(--gredent, linear-gradient(98deg, #F93E26 0.29%, #FBB02A 108.42%));
  color: white;
}



a.cart-item__name.h4.break {
  pointer-events: none;
  cursor: default;
  /* color: inherit; */
  text-decoration: none;
}

header .header__icons.right-col {
  padding-right: 0;
}

header a#cart-icon-bubble {
  display: flex !important;
}

header details-modal.header__search {
  display: none !important;
}

header .header__submenu .header__menu-item {
  padding: 10px 15px !important;
}

header .header__submenu .header__menu-item span,
header .focus-inset {
  text-decoration: none !important;
}

header .header__submenu {
  border-radius: 8px !important;
  background: rgba(41, 47, 40, 0.8) !important;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(8.625px);
  -webkit-backdrop-filter: blur(38.625px);
  padding: 15px 0 !important;
  border: none !important;
  margin-top: 10px;
  width: 250px !important;
}

header .header__submenu a {
  color: #FBF5EB !important;
  text-decoration: none !important
}

header .header__submenu summary {
  color: #FBF5EB !important;
  text-decoration: none !important
}

header .header__submenu span:after {
  display: none;
}

header .header__submenu summary:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
}


header .header__submenu summary svg.icon.icon-caret {
  transform: rotate(360deg);
}

a#HeaderMenu-new-styles::after {
  content: "Coming Soon";
  position: absolute;
  right: -85px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  background: linear-gradient(98deg, #F93E26 0.29%, #FBB02A 108.42%);
  border-radius: 100px;
  color: #fff;
  padding: 5px 8px 5px 8px;
}

header .header__submenu .header__submenu {
  border-radius: 0px !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: blur(0) !important;
  -webkit-backdrop-filter: blur(0) !important;
  padding: 15px 0 !important;
  border: 1px solid #ffffff00 !important;
  margin-top: 0px;
  width: 250px !important;
}

header a#HeaderMenu-mission-a-future-where-fly-fishing-helps-restore-the-waters-it-relies-on {
  color: #FFF;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.48px;
  pointer-events: none !important;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px !important;
}

header a#HeaderMenu-mission-a-future-where-fly-fishing-helps-restore-the-waters-it-relies-on:after {
  content: '';
  width: calc(100% - 30px);
  position: absolute;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
  display: none;
}

a.btn.btn-normal {
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  padding: 6px 6px 6px 25px;
  align-items: center;
  column-gap: 10px;
  border-radius: 100px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.54px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: linear-gradient(99deg, #557F5F 19.76%, #F7DFB9 144.26%);
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

a.btn.btn-normal:hover {
  background: #1a1a1a;
}

a.btn.btn-normal.btn-header svg {
  margin-right: -5px;
}

a.btn.btn-normal.btn-header circle {
  fill: white;
}

a.btn.btn-normal.btn-header path {
  fill: #000;
}

a.btn.btn-white {
  display: inline-flex;
  text-decoration: none;
  color: #000000 !important;
  padding: 10px 10px 10px 25px;
  align-items: center;
  column-gap: 20px;
  border-radius: 100px;
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.54px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: #FFFFFF;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

a.btn.btn-white:hover {
  background: #F93E26;
  color: #fff !important;
}

a.btn.btn-white:hover circle {
  fill: #fff;
}

a.btn.btn-white:hover path {
  fill: #000000;
}

/* Home New Section 2 */

div#second-new {
  padding: 240px 0 240px;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#second-new:after {
  content: '';
  position: absolute;
  width: calc(100% + 300px);
  height: 300px;
  border-radius: 2187px;
  background: #0A0A0A;
  filter: blur(70px);
  top: -150px;
  left: -150px;
  right: 0;
}

#second-new .container {
  text-align: center;
  position: relative;
  z-index: 999;
}

#second-new h2 {
  max-width: 1141px;
  text-align: center;
  margin: 0 auto 40px;
}

#second-new a.btn.btn-normal.btn-header {
  margin: 0 auto;
}

#second-new h6 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.05px;
  font-family: mulish;
  margin-top: 300px;
}

/* Banner Section */

section.main-banner {
  min-height: 1100px;
  padding: 190px 0 50px;
}

section.main-banner .container {
  position: relative;
}

.underlined-link:hover {
  color: grey;
}

h2.cart__login-title {
  display: none;
}

p.cart__login-paragraph {
  display: none;
}

section.main-banner .main-heading h1 {
  text-align: center;
  max-width: 1038px;
  margin: 0 auto;
  margin-bottom: 200px;
}

.product__title h1 {
  font-size: 50px !important;
  line-height: 62px !important;
}

.product {
  padding-top: 100px;
}

section.main-banner .row .col-6 p {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.05px;
  max-width: 496px;
  margin: 0 auto;
}

.image-1 {
  position: absolute;
  left: -100px;
  bottom: -30px;
  display: none
}

.image-2 {
  position: absolute;
  right: -100px;
  bottom: -200px;
}


/* footer css start */
.footer-block__brand-info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  letter-spacing: -0.48px;
  color: #fff;
}

.footer-block__brand-info {
  max-width: 239px;
}

.footer-block__image-wrapper {
  margin-bottom: 29px;
}

.footer-block__brand-info .footer__list-social {
  margin-top: 26px;
}

footer .list-social__link {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  text-align: center;
  justify-content: center;
  padding: 0;
}

.footer-block__brand-info .footer__list-social.list-social {
  column-gap: 5px;
}

.footer-block--menu ul li a {
  color: #FFF !important;
  lish;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
}

.footer-block--menu ul li {
  margin-bottom: 10px;
}

.footer-block--menu ul li:last-child {
  margin-bottom: 0;
}

/* .footer-block--menu ul li:last-child a{
position: relative;
text-transform: uppercase;
color: #ffffffb3 !important;
}
.footer-block--menu ul li:last-child a:after {
content: 'Coming Soon';
position: absolute;
text-transform: none;
width: 91px;
height: 25px;
top: 0;
bottom: 0;
margin: auto;
right: -101px;
border-radius: 100px;
border: 1px solid #FFF;
background: linear-gradient(98deg, #C3A55C 0.29%, #53C4F0 108.42%);
display: flex;
justify-content: center;
align-items: center;
color: #FFF;
font-family: Mulish;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
opacity: 1;
filter: drop-shadow(10px 14px 24px #1C2D56);
} */

.footer-block__contact-info span.foot-info-icon {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 44.268px;
  height: 44.268px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}

.footer-block__contact-info p {
  position: relative;
  padding-left: 56px;
  margin-bottom: 30px;
  line-height: 100%;
}

.footer-block__contact-info span.field-txt {
  display: block;
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  letter-spacing: -0.8px;
}

.footer-block__contact-info a {
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  /* 22.86px */
  letter-spacing: -0.54px;
  color: #fff;
  text-decoration: none;
}

.footer__content-top {
  display: flex !important;
  position: relative;
}

.footer__content-top .footer__blocks-wrapper.grid {
  flex: 0 0 68%;
}

.footer__content-top .footer__blocks-wrapper.grid .footer-block.grid__item:first-child {
  width: calc(32% - 0px);
}

.footer__content-top .footer__blocks-wrapper.grid .footer-block.grid__item:nth-child(2) {
  width: calc(32% - 30px);
}

.footer__content-top .footer__blocks-wrapper.grid .footer-block.grid__item:last-child {
  width: 36%;
  padding-right: 20px;
}

.footer__content-top .footer-block--newsletter {
  flex: 0 0 32%;
  margin-top: 0;
  display: flex;
  align-items: start;
  text-align: left;
}

.footer__content-top .footer-block--newsletter h6.footer-block__heading {
  color: #fff;
  text-align: left;
}

.footer__content-top .footer-block--newsletter form {
  margin-left: 0;
}

.footer__content-top .footer-block--newsletter form button#Subscribe {
  display: block;
  position: relative;
  border-radius: 100px;
  background: #FFF;
  border: 1px solid hsl(0deg 0% 100% / 20%);
  width: 100%;
  height: 64px;
  color: #0F0E15;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.18px;
  margin-top: 20px;
}

.footer__content-top .footer-block--newsletter form button span {
  width: 35.6px;
  height: 35.6px;
  background-color: #F93E26;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 13px;
}

.footer__content-top .footer-block--newsletter form button span svg {
  width: auto;
  height: auto;
}

.footer__content-top .footer-block--newsletter form button#Subscribe:hover {
  background-color: transparent;
  color: #fff;
}

.newsletter-form__field-wrapper .field {
  display: flex;
  flex-direction: column;
  border: 0;
}

.newsletter-form__field-wrapper .field:before,
.newsletter-form__field-wrapper .field:after {
  display: none;
}

.newsletter-form__field-wrapper .field__input {
  border-bottom: 1px solid #ffffff33;
  padding: 14px 0 !important;
  color: #FFF;
  height: auto;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.8px;
  text-align: left;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.newsletter-form__field-wrapper .field__input::placeholder {
  text-align: left;
  color: #fff;
  opacity: 1;
  padding: 14px 0 !important;
}

.newsletter-form__field-wrapper .field label.field__label {
  display: none;
}

button.backtop-btn {
  position: absolute !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -120px;
  z-index: 999;
  display: inline-flex;
  /* <— inline-flex instead of flex */
  width: auto;
  /* make sure width isn’t forced */
  max-width: fit-content;
}

button.backtop-btn {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: 0;
  cursor: pointer;
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
}

.newsletter-form__field-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

form#ContactFooter {
  max-width: 100% !important;
}

button.backtop-btn:after {
  content: 'Back to Top';
  color: #fff;
}

button.backtop-btn:hover circle {
  fill: #fff;
}

button.backtop-btn:hover path {
  fill: #000;
}

.footer__content-bottom-wrapper {
  justify-content: space-between !important;
  flex-wrap: wrap;
}

.footer__content-bottom-wrapper .footer__copyright small {
  margin-top: 0;
  font-family: Mulish;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.54px;
  color: #ffffffb3;
}


.footer__content-bottom-wrapper ul {
  list-style: none;
  display: flex;
  column-gap: 70px;
}

.footer__content-bottom-wrapper ul li:before {
  display: none;
}

.footer__content-bottom-wrapper ul li a {
  font-family: Mulish;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  color: #ffffffb3;
  text-decoration: none;
}

.footer__copyright {
  margin-top: 4px;
}

footer {
  background-color: #131217 !important;
  padding-top: 40px !important;
  padding-bottom: 60px !important;
}

.footer__content-bottom {
  border-top: 0 !important;
  padding-top: 15px !important;
}

.footer__content-bottom-wrapper .hr-line {
  width: 100%;
  height: 1px;
  background-color: #ffffff4d;
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 26px;
}

.footer-block--menu ul li a:hover {
  text-decoration: none !important;
  color: #f93e26 !important;
}

.footer-block__contact-info a:hover {
  color: #f93e26;
}

footer.footer {
  background-color: #1a1a1a !important;
  padding-top: 100px !important;
}

.home .three-item-col-sec {
  background: transparent !important;
}

.home footer.footer {
  /* background:url(https://cdn.shopify.com/s/files/1/0670/7691/5290/files/new-f-bg-min.png?v=1753968132) !important;
background-position:bottom;
background-size: cover !important;
background-repeat: no-repeat !important;*/
  position: relative !important;
  padding-top: 0 !important;
  background-color: #070e1500 !important;
}

/* .home footer.footer:before{
content: '';
height: 300px;
border-radius: 3662.921px;
background: #1a1a1a;
filter: blur(120px);
width: 150%;
position: absolute;
z-index: 0;
left: -110px;
right: 0;
margin: auto;
bottom: 10px;
} */

.home .three-item-col-sec:before {
  background: #0D0F12 !important;
  filter: blur(97px);
  width: 150%;
  left: -110px;
  top: -150px;
}


.three-item-col-sec:before {
  content: '';
  height: 400px;
  border-radius: 3662.921px;
  background: #1A1A1A;
  filter: blur(147px);
  width: 150%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -100px;
}

.three-item-col-sec .container {
  z-index: 1;
  position: relative;
  padding-top: 50px;
}

.three-item-col-sec {
  padding-top: 30px;
  text-align: center;
  padding-bottom: 150px;
  background-color: #1A1A1A !important;
  position: relative;
}

.three-item-col-sec h5 {
  background: linear-gradient(94deg, #F6F6F4 71.42%, rgba(255, 255, 255, 0.00) 110.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.three-item-loop .item {
  border-radius: 50px;
  background: rgba(247, 223, 185, 0.20);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(23px);
  padding: 52px 50px 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.three-item-loop {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
  margin-top: 63px;
}

.three-item-loop .item h6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: -0.6px;
}

.three-item-loop .item p {
  color: #FFF;
  /* text-align: justify;*/
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.75px;
  margin-bottom: 30px;
  min-height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner {
  min-height: 1100px;
  padding: 190px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-banner.inner-banner .row {
  align-items: flex-start;
  position: relative;
  top: 45px;
}

.about-banner {
  align-items: flex-start;
}

.inner-banner .ban-desc {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.inner-banner .container {
  position: relative;
}

.inner-banner .image-1 {
  display: none;
}

/* footer css end */

/* line cycle css start */
section.line-recyc-banner h1 {
  font-size: 90px;
  letter-spacing: -1.8px;
  max-width: 1150px !important;
}

.line-recyc-banner .image-1 {
  display: none;
}

.steps-section {
  background-image: url(https://cdn.shopify.com/s/files/1/0670/7691/5290/files/step-sec-bg.webp);
  background-size: cover;
  background-position: center;
}

.steps-section h2 {
  text-align: center;
  letter-spacing: -1.8px;
  color: #F93E26;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: #F93E26 !important;
  font-weight: 700;
}

.steps-section h2 strong {
  background: linear-gradient(95deg, #F6F6F4 59.71%, rgba(255, 255, 255, 0.00) 110.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.steps-section h2 strong:nth-child(2) {
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;
}

.steps-section h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  z-index: 1;
  position: relative;
}

.steps-section h3 {
  display: inline-block;
  margin-bottom: 40px;
}

.steps-section p {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: -0.9px;
}

.steps-section .desc {
  max-width: 980px;
}

.three-box-style2:after {
  content: "";
  border-radius: 2236.874px;
  background: #101010;
  filter: blur(152px);
  width: 2236px;
  height: 476px;
  position: absolute;
  display: block;
  top: -18%;
  left: 20%;
}

.three-box-style2:before {
  content: "";
  border-radius: 2236px;
  background: #101010;
  filter: blur(152px);
  width: 2236px;
  height: 476px;
  position: absolute;
  display: block;
  top: -26%;
  left: -30%;
}

.impact-section .custom-row {
  display: flex;
  column-gap: 100px;
  align-items: center;
}

.impact-section .custom-row .left-cont {
  flex: 0 0 540px;
}

.impact-section .custom-row .impact-items {
  flex: 0 0 calc(100% - 640px);
  display: flex;
  flex-direction: column;
  margin-top: -10%;
}

.impact-section .custom-row .impact-items .impact-item {
  background: linear-gradient(180deg, rgba(83, 196, 240, 0.20) 23.55%, rgba(83, 196, 240, 0.00) 100%);
  filter: drop-shadow(0 4px 34px rgba(0, 0, 0, 0.05));
  backdrop-filter: blur(23px);
  width: 246px;
  height: 246px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 25px;
}

.impact-section .custom-row .impact-items .impact-item .step-num {
  font-family: Outfit;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.impact-section .custom-row .impact-items .impact-item {
  "Mulish",
  font-family: sans-serif;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 160% */
  letter-spacing: -0.75px;
  font-size: 20px;
  color: #fff;
}

.line-recycling-program .three-item-col-sec .container {
  margin-top: -220px;
}

.impact-section .container {
  position: relative;
  z-index: 1;
}

.three-box-style2 .container {
  position: relative;
  z-index: 1;
}


.impact-section:after {
  content: "";
  border-radius: 2236.874px;
  background: #101010;
  filter: blur(152px);
  width: 2236px;
  height: 476px;
  position: absolute;
  display: block;
  top: -18%;
  left: 20%;
}

.impact-section:before {
  content: "";
  border-radius: 2236px;
  background: #101010;
  filter: blur(152px);
  width: 2236px;
  height: 476px;
  position: absolute;
  display: block;
  top: -26%;
  left: -30%;
}

.impact-section {
  padding-top: 220px;
  background-image: url(https://cdn.shopify.com/s/files/1/0670/7691/5290/files/impact-bg.webp);
  background-size: cover;
  background-position: center;
  min-height: 120vh;
  position: relative;
}

.impact-section .custom-row .impact-items .impact-item .impact-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 160% */
  letter-spacing: -0.75px;
  color: #fff !important;
}

.impact-section .custom-row .impact-items .impact-item.item-2 {
  margin-left: auto;
}


.line-recycling-program .three-item-col-sec:before {
  content: "";
  border-radius: 2236px;
  background: #1A1A1A;
  filter: blur(72px);
  width: 2236px;
  height: 476px;
  position: absolute;
  display: block;
  top: -34%;
  left: 0;
}

.steps-section .step-2 {
  position: relative;
  z-index: 1;
}

/* line cycle css end */

/* about page css start */
.about-sec3 {
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 175px;
  text-align: center;
  position: relative;
}

.about-sec3:before {
  content: "";
  border-radius: 2106.079px;
  background: #1A1A1A;
  filter: blur(122px);
  width: 120%;
  height: 249.249px;
  display: inline-block;
  position: absolute;
  top: -122px;
  left: -10%;
}

.about-sec3 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  column-gap: 20px;
}

.about-sec3 .richtext-description {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}


.l-r-cont-img .row-custom {
  align-items: center;
  column-gap: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 28px;
  background: rgba(52, 65, 74, 0.30);
  backdrop-filter: blur(17px);
}

.l-r-cont-img {
  padding-top: 110px;
  padding-bottom: 350px;
  background-image: url(https://cdn.shopify.com/s/files/1/0670/7691/5290/files/why-marble-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}

.l-r-cont-img .second-row {
  margin-top: 113px;
}

.l-r-cont-img .row-custom img {
  display: block;
}

.l-r-cont-img a.btn.btn-normal {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: linear-gradient(97deg, #4A7463 4.04%, rgba(247, 223, 185, 0.20) 116.72%);
  color: #fff !important;
  margin-top: 47px;
}

.l-r-cont-img::after {
  content: "";
  background-image: url(/cdn/shop/files/Vector_14.png?v=1758805429);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
}

.l-r-cont-img a.btn.btn-normal:hover {
  background: #fff !important;
}

.l-r-cont-img a.btn.btn-normal:hover path {
  fill: #fff;
}

.l-r-cont-img a.btn.btn-normal:hover circle {
  fill: #000;
}

.l-r-cont-img:before {
  content: "";
  border-radius: 2106.079px;
  background: #1A1A1A;
  filter: blur(72px);
  width: 120%;
  height: 249.249px;
  display: inline-block;
  position: absolute;
  top: -100px;
  left: -10%;
}

.l-r-cont-img .container {
  position: relative;
  z-index: 9;
}

.l-r-cont-img h4 {
  display: inline-block;
  margin-bottom: 20px;
}

.l-r-cont-img .first-row .desc {
  padding-left: 57px;
}

.l-r-cont-img .second-row .desc {
  padding-right: 20px;
}

.single-testimonial .testimonial-wrapper {
  position: relative;
  top: -200px;
  margin-bottom: -110px;
  z-index: 9;
}

.single-testimonial {
  background-image: url(/cdn/shop/files/image-min_15.jpg?v=1758747805);
  background-size: cover;
  background-position: center;
  position: relative;
}

.single-testimonial:before {
  content: "";
  width: 3662.921px;
  height: 594px;
  border-radius: 3662.921px;
  background: #1A1A1A;
  filter: blur(147px);
  position: absolute;
  top: -38%;
  left: -40%;
}

.single-testimonial:after {
  content: "";
  width: 449px;
  height: 449px;
  border-radius: 449.321px;
  background: #1A1A1A;
  filter: blur(92px);
  position: absolute;
  top: -30%;
  left: 18%;
}

.single-testimonial .testimonial-image-cover {
  width: max-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.single-testimonial .testimonial-image-cover img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.single-testimonial .testimonial-image-cover .quote-icon {
  position: absolute;
  top: 10%;
  background-color: #F93E26;
  width: 103.664px;
  height: 103.664px;
  border-radius: 100px;
  right: 20%;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-testimonial p {
  color: #FFF;
  text-align: center;
  font-family: Mulish;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  /* 122.222% */
  letter-spacing: -1.35px;
}

.single-testimonial .testimonial-content {
  max-width: 1057px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.single-testimonial .testimonial-content h6 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110px;
  /* 366.667% */
  letter-spacing: -0.6px;
  background: linear-gradient(93deg, #F6F6F4 36.8%, rgba(255, 255, 255, 0.00) 109.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
}

.l-r-cont-img .second-row {
  position: relative;
}

.l-r-cont-img .second-row .shade1 {
  content: "";
  position: absolute;
  width: 3662px;
  height: 417px;
  border-radius: 3662.921px;
  background: #1A1A1A;
  filter: blur(147px);
  left: -40%;
  bottom: -20%;
  display: block;
  z-index: -1;
}

.l-r-cont-img .row-custom {
  position: relative;
  z-index: 3;
}

.single-testimonial .shade1 {
  position: absolute;
  width: 3662px;
  height: 417px;
  border-radius: 3662.921px;
  background: #1A1A1A;
  filter: blur(147px);
  left: -40%;
  bottom: -30%;
  display: block;
}

.single-testimonial .shade2 {
  position: absolute;
  width: 3662px;
  height: 360px;
  border-radius: 3662.921px;
  background: #1A1A1A;
  filter: blur(147px);
  left: -40%;
  bottom: -38%;
  display: block;
}

.single-testimonial .shade3 {
  position: absolute;
  width: 100%;
  height: 417px;
  border-radius: 3662.921px;
  background: #1A1A1A;
  filter: blur(147px);
  left: 0;
  bottom: -45%;
  display: block;
}

.l-r-cont-img .row-custom img {
  width: 100%;
}

.single-testimonial .testimonial-image-cover {
  position: relative;
  z-index: 1;
}

/* about page css end */

/* line page css */
.row-custom.step.step-1 {
  margin-top: 114px;
}

.steps-section .desc {
  position: relative;
  z-index: 1;
}

.steps-section .step-num {
  background-color: rgba(52, 65, 74, 0.30);
  backdrop-filter: blur(17px);
  width: 123px;
  height: 123px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
  position: relative;
}

.steps-section .step-num span {
  font-family: Outfit;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  /* 166.667% */
  letter-spacing: -1.2px;
  background: linear-gradient(95deg, #F6F6F4 59.71%, rgba(255, 255, 255, 0.00) 110.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.steps-section svg {
  position: absolute;
  left: 73px;
  top: 70px;
  z-index: 0;
}


.steps-section .step-1 .desc {
  padding-left: 150px;
  padding-top: 38px;
}

.steps-section .step-cont {
  position: relative;
}

.steps-section .step-1 .step-cont {
  padding-left: 15px;
}

.steps-section .step-2 {
  justify-content: end;
  display: flex;
}

.steps-section .step-2 .desc {
  padding-right: 150px;
  padding-top: 38px;
  position: relative;
  z-index: 1;
  max-width: 833px;
}

.steps-section .step-2 .step-num {
  margin-left: auto;
  margin-right: 0;
}

.steps-section .step-2 svg {
  left: auto;
  right: 60px;
  z-index: 1;
  width: 450px;
  top: 30px;
}

.steps-section p strong {
  font-weight: 600;
  color: #F93E26;
}

.three-item-loop2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 23px;
  margin-top: 73px;
}

.three-item-loop2 .item2 {
  padding: 38px 50px 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(247, 223, 185, 0.20) 23.55%, rgba(247, 223, 185, 0.00) 100%);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(23.62508773803711px);
  text-align: center;
  row-gap: 44px;
}

.three-item-loop2 .item2 .icon-wrapper img {
  display: block;
}

.three-item-loop2 .item2 p {
  font-size: 30px;
  font-weight: 600;
  line-height: 133.333%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}


.three-box-style2 .desc-top {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.three-box-style2 {
  padding-top: 274px;
  background-size: cover;
  background-position: center;
  padding-bottom: 34px;
  position: relative;
}

.overlay-three-sec {
  background: #000000 -512.232px -304.613px / 143.162% 153.613% no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block !important;
  z-index: -1;
  opacity: 0.8;
}

.three-box-style2 h2 {
  background: linear-gradient(95deg, #F6F6F4 59.71%, rgba(255, 255, 255, 0.00) 110.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
}

.three-box-style2 .desc-top p {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: -0.9px;
}

.three-box-style2 .desc-bottom p {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 133.333% */
  letter-spacing: -0.9px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.three-box-style2 .desc-bottom p strong {
  font-weight: 600;
  color: #F93E26;
}

.three-box-style2 .desc-bottom {
  margin-top: 55px;
}

.inner-banner h2 {
  font-size: 90px;
}

.third-banner.inner-banner .row .col-6:first-child {
  flex: 0 0 60%;
  max-width: 60%;
}

/* line page css end */

/* Page 3 CSS Start */

section.third-banner {
  padding: 100px 0 !important;
}

section.third-banner .image-2 {
  bottom: -330px;
}

.rich-text__blocks {
  max-width: 100% !important;
  position: relative;
  z-index: 999;
}

.rich-text__wrapper {
  max-width: 1446px !important;
  padding: 0px 20px !important;
}

.isolate {
  position: relative;
}

.sustainability-partnerships {
  background: #1A1A1A;
}

.partner-right-image a img {
  max-width: 200px;
  height: 90px;
  object-fit: contain;
  object-position: left;
  display: flex;
}

.rich-text.content-container p {
  font-size: 50px;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: -1.5px !important;
  color: #fff;
  position: relative;
  z-index: 99;
}

.rich-text.content-container {
  padding: 0 0 170px !important;
  background: url(https://cdn.shopify.com/s/files/1/0670/7691/5290/files/Mask_group_1_-min.jpg?v=1753977429);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.rich-text.content-container:before {
  content: '';
  height: 200px;
  border-radius: 3662px;
  background: #1a1a1a;
  filter: blur(50px);
  width: 120%;
  position: absolute;
  z-index: 0;
  left: 0px;
  right: 0;
  margin: auto;
  top: -60px;
}

/* Page 3 CSS End */
.background-video2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-section {
  position: relative;
  overflow: hidden;
}

.logo-carousel img {
  border-radius: 100%;
}

.logo-carousel .owl-item a {
  display: inline-block;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}

.logo-carousel .owl-item {
  opacity: 0.7;
}

.logo-carousel .owl-item.active.center {
  opacity: 1;
}

.logo-grid-section .logo-grid .logo-item a {
  display: inline-block;
}

.logo-grid-section .logo-grid .logo-item a img {
  display: block;
}

.repeater-image-with-text .top {
  text-align: center;
  margin-bottom: 180px;
  position: relative;
  z-index: 99;
}

.repeater-image-with-text .top h2 {
  display: inline;
}

.repeater-image-with-text .top div {
  color: #FFF;
  font-family: Mulish;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 30px;
}

.repeater-image-with-text .row .column .video-cover {
  max-width: 531px;
  margin-right: -30px;
  position: relative;
  z-index: 9;
  min-height: 726px;
  background: linear-gradient(180deg, #585C62 0%, #30718A 100%);
  backdrop-filter: blur(23px);
  padding: 24px;
  transform: rotate(-6.032deg);
  margin-left: auto;
}

.repeater-image-with-text .row .column .video-cover video {
  position: absolute;
  top: 14px;
  left: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  object-fit: cover;
  z-index: -1;
}

.main-banner .col-6:first-child {
  display: none;
}


/* popup css */
/* Popup background */
.popup-custom {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Popup box */
.popup-content-custom {
  margin: auto;
  padding: 40px 20px;
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 0;
  right: 0;
  height: max-content;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background: rgba(114, 113, 111, 0.20);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(23px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



.popup-content-custom h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}

.popup-content-custom p {
  font-size: 20px;
  text-align: center;
}

/* Close button */
.close-custom {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  fill: rgba(247, 223, 185, 0.20);
  filter: drop-shadow(0 4px 34px rgba(0, 0, 0, 0.05));
  backdrop-filter: blur(23px);
  width: 30px;
  padding-left: 0px;
  padding-top: 0px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px !important;
}

.close-custom:hover {
  background-color: #000;
}

.close-custom i {
  font-style: normal;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -8.5px;
  left: 8px;
}

/* popup css end*/
.needsclick.kl-private-reset-css-Xuajs1 a {
  display: none !important;
}

.needsclick input,
.needsclick button {
  outline: none !important;
  border: 0px solid #0000 !important;
}

.needsclick h2 {
  font-family: "Outfit", sans-serif !important;
  font-size: 50px !important;
  font-weight: 600 !important;
  background: linear-gradient(94deg, #F6F6F4 71.42%, rgba(255, 255, 255, 0.00) 110.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.needsclick p {
  font-family: "Mulish", sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.75px;
}

.needsclick.go249761392.kl-private-reset-css-Xuajs1 {
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(23px);
  background: rgb(0 0 0 / 50%);
  border-radius: 20px;
  overflow: hidden;
}

.needsclick button:hover {
  background: #1a1a1a !important;
}


/* FAQS */


.faqs {
  background-color: #1a1a1a !important;
  background-image: url(/cdn/shop/files/faq-bg-min_1.png?v=1758126750) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.faqs #join-marble .container {
  display: none !important;
}

.faqs .three-item-col-sec {
  padding-bottom: 100px;
}

section.faqs-banner-inner {
  padding: 327px 0 300px;
  min-height: 0 !important;
}

.faqs-banner-inner h1.aos-init.aos-animate {
  font-size: 90px;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: -1.8px;
  text-align: left;
  max-width: 835px;
  margin-left: 0;
  margin-bottom: 30px;
}

.faqs-banner-inner p {
  color: #FFF;
  font-family: Mulish !important;
  font-size: 25px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4 !important;
  letter-spacing: -0.75px !important;
  margin: 0 !important;
  max-width: 809px !important;
}

.faqs-banner-inner .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}


section#repeater-list {
  margin-top: -230px;
  position: relative;
  z-index: 999;
}

section#repeater-list ul.repeater-ul {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

section#repeater-list ul.repeater-ul li a {
  border-radius: 20px;
  background: rgba(52, 65, 74, 0.30);
  backdrop-filter: blur(17px);
  padding: 15px;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.6px;
  text-decoration: none;
  max-width: 275px;
  display: inline-flex;
  text-align: center;
  min-height: 80px;
  align-items: center;
  transition: .3s;
}

section#repeater-list ul.repeater-ul li a:hover {
  border-radius: 20px;
  background: #F6F6F4;
  box-shadow: 12px 17px 54px 0 rgba(85, 127, 95, 0.35);
  backdrop-filter: blur(17px);
  color: #000;
  font-weight: 700;
}



.faqs-accordion-section {
  padding: 90px 0 0;
}

.faqs-accordion-section .container {
  position: relative;
  z-index: 999;
}

.faqs-heading {
  margin-bottom: 45px;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  display: inline-flex;
}

.faq-item {
  padding-bottom: 20px;
}

.faq-item:last-child {
  padding-bottom: 0px !important;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFFFFF50 !important;
  border: none;
  color: #FFF;
  font-family: Mulish;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.75px;
  text-align: left !important;
}

.faq-question span {
  width: calc(100% - 40px);
}

.faq-question .icon {
  width: 33px;
  height: 33px;
  font-size: 0;
  background: url(/cdn/shop/files/Group_1577709009_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.single-product .sp-wrapper .icons .icon p a {
  text-decoration: none;
  color: #fff;
}

section.single-product .sp-wrapper .icons .icon p a:hover {
  color: #ffffffb8;
}

.faq-question .icon-minus {
  display: none;
}

.faq-item.active .icon-plus {
  display: none;
}

.faq-item.active .icon-minus {
  display: inline;
  width: 33px;
  height: 33px;
  font-size: 0;
  background: url(/cdn/shop/files/up.png?v=1758137858);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-answer p {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  color: #FFF;
  font-family: Mulish !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.6px !important;
  max-width: 1250px !important;
}

.faq-item.active .faq-answer p {
  max-height: 500px;
  padding: 20px 0 0;
}

.faq-item.active {
  border-bottom: 1px solid #FFFFFF50 !important;
  margin-bottom: 20px;
}


.faqs-accordion {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(30px);
  padding: 38px;
}

section.faqs-banner-inner .image-1 {
  display: none
}



/* Lens TECh Page  */

.lens-tech {
  background-color: #1a1a1a !important;
  background-image: url(/cdn/shop/files/Lens_Tech_Page-min.jpg?v=1758294933) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.lens-tech footer.footer {
  background: transparent !important;
}

.lens-tech #join-marble .container {
  display: none !important;
}

.lens-tech .three-item-col-sec {
  padding-bottom: 100px;
}

section.lens-tech-banner {
  padding: 0 0 130px;
  min-height: 960px;
  align-items: end;
}

section.lens-tech-banner:after {
  content: '';
  position: absolute;
  height: 480px;
  width: 100%;
  background: linear-gradient(0deg, #151B16 4.47%, rgba(21, 27, 22, 0.00) 100%);
  z-index: -1;
  bottom: 0;
  left: 0;
}

section.lens-tech-banner h1.aos-init.aos-animate {
  font-family: Outfit;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 100% */
  letter-spacing: -1.8px;
  max-width: 966px;
  position: relative;
  padding-bottom: 20px;
}

section.lens-tech-banner h1.aos-init.aos-animate:before {
  content: url('/cdn/shop/files/image_139_d47a82f7-99de-4388-8146-4eff0504d445.png?v=1758806119');
  position: absolute;
  left: 0;
  top: -180px;
  display: inline-block;
  transform: scale(0.5);
  transform-origin: top left;
}

section.lens-tech-banner .image-2 {
  display: none;
}


/* Section 2
*/
section.image-text-section {
  padding: 40px 0 100px;
  position: relative;
}

section.image-text-section.shadow:before {
  content: '';
  position: absolute;
  height: 480px;
  width: 100%;
  background: linear-gradient(180deg, #151B16 4.47%, rgba(21, 27, 22, 0.00) 100%);
  z-index: -1;
  top: 0;
  left: 0;
}

section.image-text-section .row {
  align-items: center;
}

section.image-text-section .row h4.inner-heading {
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  /* 112.5% */
  letter-spacing: -0.8px;
  max-width: 756px;
  margin-bottom: 35px;
}

section.image-text-section .row .content ul {
  list-style: none;
  font-family: "Mulish", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: -0.75px;
}

section.image-text-section .row .content ul li {
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
}

section.image-text-section .row .content ul li:before {
  content: url('/cdn/shop/files/icon1.png?v=1758205793');
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  display: inline-block;
}

section.image-text-section .row img {
  border;
  border-radius: 50px;
  width: 100%;
}

/* Section 3 */

.image-text-section .background-blur {
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(247, 223, 185, 0.20) 23.55%, rgba(247, 223, 185, 0.10) 100%);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(38.625px);
  padding: 60px 45px 45px;
  text-align: center;
}

.image-text-section .background-blur h2.main-heading {
  display: inline-block;
  margin: 0 auto 60px;
}

.image-text-section .background-blur .row .col-7 {
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 40px;
}

.image-text-section .background-blur .row .col-5 {
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 30px;
}

.image-text-section .background-blur .row h4 {
  font-family: Mulish !important;
  letter-spacing: -1.2px !important;
  color: #F7DFB9 !important;
  background: none;
  -webkit-text-fill-color: #F7DFB9;
}

.image-text-section .background-blur .row p {
  max-width: 539px;
  color: #FFF;
  letter-spacing: -0.75px;
}

/* Section 4 */

.image-with-text-repeater {
  padding: 0 0 150px;
  text-align: center;
  position: relative;
}

.image-with-text-repeater:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 1919px;
  background: rgba(6, 6, 4, 0.60);
  filter: blur(147px);
}

.image-with-text-repeater .container {
  z-index: 999;
  position: relative;
}

.image-with-text-repeater h2 {
  display: inline-block;
  margin-bottom: 90px;
}

.image-with-text-repeater .main {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
}

.image-with-text-repeater .main>div.image-with-text {
  flex: 1 1 calc(25% - 45px);
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}

.image-with-text-repeater .main>div.image-with-text:nth-child(1),
.image-with-text-repeater .main>div.image-with-text:nth-child(2),
.image-with-text-repeater .main>div.image-with-text:nth-child(3) {
  position: relative;
}

.image-with-text-repeater .main>div.image-with-text:nth-child(1):after,
.image-with-text-repeater .main>div.image-with-text:nth-child(2):after,
.image-with-text-repeater .main>div.image-with-text:nth-child(3):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 48.08%, rgba(255, 255, 255, 0.00) 100%);
  top: 0;
  right: -30px;
}


.image-with-text-repeater .main>div.image-with-text .heading {
  color: #FFF;
  text-edge: cap;
  font-family: Mulish;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 160% */
  letter-spacing: -0.75px;
  margin-top: 10px;
  margin-bottom: 20px;
}

video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Section new  */


.counter-section {
  padding: 0 0 90px;
  text-align: center;
  position: relative;
}

.counter-section h2 {
  max-width: 1006px;
  display: inline-block;
  margin-bottom: 70px;
}

.counter-section .row.main {
  padding: 30px 30px 30px 50px;
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(247, 223, 185, 0.20) 23.55%, rgba(247, 223, 185, 0.00) 100%);
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(23.62508773803711px);
  align-items: center;
}

.counter-section .row.main h4 {
  text-align: left;
  color: #F7DFB9;
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 100% */
  letter-spacing: -1.5px;
  background: transparent;
  -webkit-text-fill-color: #F7DFB9;
  max-width: 735px;
  margin-bottom: 160px;
}

.counter-section .row.main .col-8 {
  padding-right: 30px;
}

.counter-section .row.main .col-4 img {
  width: 100%;
}

.counter-section .row.main .inner.row {
  justify-content: space-between;
}

.counter-section .row.main .inner.row .image-with-text {
  max-width: 29%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.counter-section .row.main .inner.row .image-with-text h6 {
  color: #FFF;
  font-family: Mulish;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.8px;
}

/* Second Last Section 
*/


.images-repeater .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.images-repeater .images .image-item {
  width: 33.33%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  padding: 0 20px;
  position: relative;
}

.image-item:nth-child(2):before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 48.08%, rgba(255, 255, 255, 0.00) 100%);
  left: 0;
  top: 0;
}

.image-item:nth-child(2):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 48.08%, rgba(255, 255, 255, 0.00) 100%);
  right: 0;
  top: 0;
}


.image-button-section {
  padding: 90px 0 30px;
}

.image-button-section .container {
  position: relative;
  z-index: 999;
}

.image-button-section .row {
  gap: 20px;
}

.image-button-section .col-6 {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.image-button-section .col-6 a.image-button-item {
  position: relative;
  text-decoration: none !important;
  transition: .3s;
}

.image-button-section .col-6 a.image-button-item:after {
  content: '';
  position: absolute;
  width: 95px;
  height: 95px;
  background: url(/cdn/shop/files/arw-white.png?v=1758288409);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  right: 40px;
  bottom: 35px;
  transition: .3s;
}

.image-button-section .col-6 a.image-button-item:hover:after {
  background: url(/cdn/shop/files/arw-hover.png?v=1758288409);
}

.image-button-section .col-6 a.image-button-item img {
  width: 100%;
}

.image-button-section .col-6 a.image-button-item .text {
  color: #FFF;
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
  letter-spacing: -1.2px;
  text-decoration: none !important;
  max-width: 60%;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.image-button-section .col-6 a.image-button-item:hover .text {
  color: #000;
}


/* Community Hub Page  */

.community-hub {
  background-color: #1a1a1a !important;
  background-image: url(/cdn/shop/files/Community_Hub-min.jpg?v=1758319686) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.community-hub footer.footer {
  background: transparent !important;
}

.community-hub #join-marble .container {
  display: none !important;
}

.community-hub .three-item-col-sec {
  padding-bottom: 100px;
  background: transparent !important;
}

section.community-banner.main-banner.aos-init.aos-animate {
  padding: 290px 0 250px;
  background-position: top center !important;
  min-height: 0 !important;
}

section.community-banner.main-banner.aos-init.aos-animate:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 241px;
  background: linear-gradient(0deg, #1a1a1a 4.47%, rgba(21, 27, 22, 0.00) 100%);
  bottom: 0;
}

section.community-banner.main-banner.aos-init.aos-animate .container {
  position: relative;
  z-index: 999;
}

section.community-banner.main-banner.aos-init.aos-animate h1.aos-init.aos-animate {
  text-align: center;
  font-family: Outfit;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  /* 111.111% */
  letter-spacing: -1.8px;
  max-width: 1378px !important;
}

section.community-banner.main-banner.aos-init.aos-animate .image-1 {
  display: none;
}

section.community-banner.main-banner.aos-init.aos-animate .image-2 {
  bottom: -100px;
}

section#country-section {
  padding: 110px 0 0;
}

section#country-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section#country-section .container .main-sec {
  width: 49%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(10px);
  padding: 25px;
}

section#country-section .container .main-sec .icon-text {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

section#country-section .container .main-sec .icon-text h5 {
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 100% */
  letter-spacing: -0.96px;
}

section#country-section .container .main-sec .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section#country-section .container .main-sec .content ul {
  list-style: none;
  font-family: "Mulish", sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: -0.75px;
  width: 100%;
}

section#country-section .container .main-sec .content ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

section#country-section .container .main-sec .content ul li:before {
  content: url('/cdn/shop/files/check-mark_6_1.png?v=1758318326');
  position: absolute;
  left: 0px;
  top: 5px;
  margin: auto;
  width: 20px;
  height: 20px;
  display: inline-block;
}

section#country-section .container .main-sec .content-box {
  width: 49%;
}