/** Shopify CDN: Minification failed

Line 149:0 Unexpected "}"
Line 423:8 Expected ":"
Line 989:4 Expected identifier but found "\"Mulish\""

**/
/* ===============================
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;
}

.main-header.scroll {
    position: absolute;
    width: 100%;
    background: #000000ed;
    height: 120px;
  z-index: 9999;
}



/* 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;

}

}

/* Container */
section.main{
padding-left:20px;
padding-right:20px;
}
.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;
}
.header__icon--cart .icon {
  display: none;
}

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 {
margin-left: auto !important;
margin-right: auto;
}

header.header {
  display: flex;
    align-items: flex-start;
    transition: background-color 0.3s ease;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  position: absolute;
  margin:0 auto;
  width:100%;
  left: 0;
  right:0;
}

header nav.header__inline-menu li a {
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.54px;
  position:relative !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 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 {
text-decoration: none !important;
  position:relative !important;
}
header nav.header__inline-menu li a: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: 86px;
}

header .header__icons.right-col {
padding-right: 0;
}
header a#cart-icon-bubble {
  display: none !important;
}

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

a.btn.btn-normal {
  display: inline-flex;
  text-decoration:none;
  color: #fff !important;
  padding: 6px 6px 6px 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: #F93E26;
  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-white {
  display: inline-flex;
  text-decoration:none;
  color: #000000 !important;
  padding: 6px 6px 6px 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;
}

/* Banner Section */

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

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

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

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;
}
.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;
    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: 20px;
}

.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 62%;
}

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

.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 30%;
    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 {
        background-color: transparent;
    box-shadow: none;
    outline: none;
    border: 0;
    cursor: pointer;
    display: flex;
    margin-top: 15px;
    position: absolute;
    right: 20px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.54px;
}
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: 0 !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;
}

.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;
}
.three-item-col-sec {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 250px;
  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: center;
    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: end;
    position: relative;
    top: 45px;
}
.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, #FECC07 4.04%, #F2840C 116.72%);
    color: #000 !important;
    margin-top: 47px;
}
 .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(https://cdn.shopify.com/s/files/1/0670/7691/5290/files/test-bg.webp);
    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;
}
.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 .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;
}