/** Shopify CDN: Minification failed

Line 206:0 Unexpected "}"
Line 546:31 Expected identifier but found bad string token
Line 546:32 Unterminated string token

**/
/* Hero Section Styling */
.hero-cont h1{
    line-height: 124%;
    letter-spacing: 15px;
    padding-bottom: 10px;
}
.hero-cont h5{
    letter-spacing: 2px;
    padding-right: 10px;
}
.back-img-slider{
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-flex{
    height: 100vh;
    padding: 100px 0 60px;
}
.banner-desc{
    width: 25%;
}
.banner-slick ul.slick-dots {
    position: absolute;
    top: 20%;
    left: auto;
    transform: translate(-50%, -50%);
    right: 50px;
    display: flex !important;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
  color:black;
}
.banner-slick .slick-prev, .banner-slick .slick-next{
    
}
.slick-slider.banner-slick.slick-initialized {
    position: relative;
}
.banner-slick ul.slick-dots button {
    font-size: 0;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    padding: 0;
    margin: 0;
  color:black;
}
.banner-slick li.slick-active button{
    font-size: 14px;
    border-radius: 0;
    border: none;
    background: none;
    color: #fff;
    font-family: 'Cristagrotesk';
    font-weight: 700;
}
.hero-cont {
    width: max-content;
}

/* About Passion Styling */
.passion-cont {
    row-gap: 10px;
}
.passion-cont h3{
    letter-spacing: 5px;
}
.passion-img-1 img {
    width: 100%;
    max-width: 315px;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    max-height: 485px;
}

.passion-img-2 img {
    width: 100%;
    max-width: 335px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    max-height: 500px;
}
.passion-imgs {
    width: 100%;
    max-width: 54%;
    column-gap: 10px;
}

.passion-flex-cont {
    width: 100%;
    max-width: 40%;
}
.passion-flex-cont p {
    padding: 18px 0 58px;
}
.passion-img-1 p {
    padding-top: 20px;
}
.client-imgs img {
    width: 72px;
    height: 72px;
    border: 3px solid #000;
    border-radius: 50%;
}

.client-imgs img:nth-child(2) {
    position: absolute;
    left: 50px;
    z-index: 2;
}

.client-imgs img:nth-child(3) {
    margin-left: 33px;
    position: relative;
    z-index: 2;
}
.client-review p {
    padding: 0;
    margin-left: 20px;
  line-height: 26px;
}
section.passion-section {
    padding: 100px 0 190px;
}
.passion-flex {
    margin-top: 60px;
}
.passion-img-2 img {
    margin-top: 90px;
}
.mini-logo::after {
    position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/logo-vector.png?v=1724427126);
    width: 107px;
    height: 107px;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -1px;
    right: 0px;
}
.mini-logo img{
    width: 72px;
    height: 72px;
}
.mini-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}


/* Best Seller Section */
section.best-seller{
    padding-bottom: 100px;
}
.product-col {
    width: 100%;
    max-width: calc(33.33% - 12px);
    background: #fff;
    border: 1px solid rgba(249, 249, 249, 0.1);
    border-radius: 20px;
}
.seller-collection-slider button.slick-prev, .seller-collection-slider button.slick-next {
  color: yellow !important;
    
}
.product-img img {
    width: 100%;
    display: block;
    height: 100%;
    max-height: 310px;
    border-radius:10px;
}

.product-inner-col {
    padding: 18px;
    row-gap: 26px;
}
.product-mian-cont {
    row-gap: 30px;
  
}
.product-inner-cont p {
    padding-top: 0px;
}
}
.product-inner-cont h3 {
    padding: 0px;
}
.view-btn {
    column-gap: 5px;
}
button.play-button {
    background: #007685;
    border: 1px solid #007685;
    outline: none;
    border-radius: 10px;
    padding: 27px 28px;
    cursor: pointer;
}

button.play-button i {
    color: #fff;
    font-size: 15px;
}
.product-play {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.product-play button::after {
    position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/play-btn-vector.png?v=1724427126);
    width: 100px;
    height: 100px;
    right: -1px;
    bottom: -2px;
    z-index: -1;
}
.product-img {
    position: relative;
}
/* Lightbox styling */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Prevent scrollbars from appearing */
}

.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    /* Maximum width */
}

.lightbox-content video {
    width: 100%;
    height: auto;
    /* Maintain aspect ratio */
    max-height: 80vh;
    /* Make sure the video does not exceed 80% of the viewport height */
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 99;
}

/* Disable body scroll when lightbox is active */
html.lightbox-active {
    overflow: hidden !important;
}
.seller-flex {
    column-gap: 16px;
    row-gap: 20px;
    padding: 74px 0 58px;
   flex-wrap: wrap;
}

/* Newsletter Section */
.newsletter-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    
}
.newsletter-cont {
    width: 100%;
    max-width: 42%;
    margin-left: auto;
    row-gap: 20px;
    padding: 60px 140px 60px 0;
}
.newsletter-form form{
  width: 100%;
}
.newsletter-form form input {
    border: 1px solid rgba(249, 249, 249, 0.3);
    background: transparent;
    width: 100%;
    border-radius: 10px;
    padding: 14px;
}
.submit-btn button {
    border: none;
    cursor:  pointer;
    border: 2px solid #007685;
}
.submit-btn {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-top: 58px;
}

/* Footer Styling */
.social-icon img {
    width: 26px;
    height: 26px;
}

.social-icon {
    column-gap: 15px;
    margin-top: 18px;
}
.footer-logo{
    row-gap: 15px;
}
.footer-cont {
    row-gap: 48px;
    width: 100%;
    max-width: 25%;
}
.menu-1 {
    width: 100%;
    max-width: 33.33%;
}
.menu-1 ul {
    row-gap: 15px;
}
.menu-1 h4{
    margin-bottom: 44px;
}
.footer-menus {
    width: 100%;
    max-width: 55%;
}
.footer-holder {
    background: #fff;
    border-radius: 20px;
}

.footer-flex {
    padding: 34px;
}
.menu-1 h4::after {
    position: absolute;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #000;
    bottom: -14px;
    left: 0;
    border-radius: 10px;
}

.menu-1 h4 {
    position: relative;
    width: max-content;
}

.menu-1.menu-1 h4::before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 65%;
    height: 3px;
    bottom: -14px;
    right: 0;
    border-radius: 10px;
}
footer.colmants-footer {
    padding: 55px 0;
}

/* Page Header Section */
.page-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header-cont{
    padding: 220px 0 180px 0;
}


/* Get In Touch Section */
.get-touch-main-cont {
    row-gap: 10px;
}

.touch-icon-cont {
    column-gap: 20px;
    margin-bottom: 25px;
}

.touch-icon-cont img {
    width: 44px;
    height: 44px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}
.get-in-touch-form input,
.get-in-touch-form textarea {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    font-family: 'Cristagrotesk';
    font-weight: 700;
    font-size: clamp(14px, 1.111vw, 16px);
    color: #000;
    resize: none;
}
.get-touch-cont p {
    padding-top: 15px;
}
.get-in-touch-form input::placeholder, .get-in-touch-form textarea::placeholder{
    opacity: 0.5;
}
 .get-in-touch-form {
     width: 100%;
     max-width: 50%;
 }

 .type-name {
     display: flex;
     column-gap: 20px;
 }

 .get-in-touch-form form {
     display: flex;
     flex-direction: column;
     row-gap: 55px;
 }
 .send-btn button {
     display: inline-block;
     width: 100%;
    border: 2px solid #007685;
     cursor: pointer;
 }
 section.get-in-touch{
    padding-top: 100px;
 }

/* Product Css */
 button.cart-icon {
     background: #007685;
     border: 1px solid #007685;
     outline: none;
     border-radius: 10px;
     padding: 24px 26px;
     cursor: pointer;
 }
 button.cart-icon:hover {
     background: #334FB4;
     border: 1px solid #007685;
     outline: none;
     border-radius: 10px;
     padding: 24px 26px;
     cursor: pointer;
   color:black;
 }
 span.actual-price{
    color: #000;
    opacity: 0.6;
    text-decoration: line-through;
    padding-left: 15px;
 }
 .product-mian-cont-two{
    row-gap: 18px;
 }
 .collection-video {
     position: relative;
 }

 .collection-video video {
     width: 100%;
     height: 100%;
     display: block;
    border-radius: 20px;
     z-index: 1;
     /* Ensure video is behind the button */
     position: relative;
     margin-top: 40px;
 }

 .play-button-video {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 200px;
     /* Adjust size as needed */
     height: 200px;
     /* Adjust size as needed */
     /* background: url('/cdn/shop/files/play-button.svg?v=1724707455') no-repeat center; */
     background-size: contain;
     cursor: pointer;
     z-index: 2;
     /* Ensure play button is on top */
     display: block;
     /* Show the play button initially */
 }

.product-play span
{
   display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2a7383;
  color: #fff;
  font-family: 'Cristagrotesk';"
  
  font-weight:600;
  
}

.product-play:hover span {
  display: block;
  border: white 5px;
  font-size:13px;
}

