 .try-on-section {
     background: url(../img/try-on-bg.jpg) no-repeat;
     background-size: cover;
     background-attachment: fixed;
     height: 40vw;
     background-position: 16%;
 }

 .try-on-section .try-content-box {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding-right: 40px;
     max-width: 690px;
     margin-left: 40%;
     width: 100%;
 }

 .try-on-section .try-content-box .heading {
     color: var(--white);
     font-size: var(--font-49);
     font-weight: 300;
     line-height: normal;
     letter-spacing: -2.45px;
     text-transform: uppercase;
 }

 .try-on-section .try-content-box .heading span {
     font-size: var(--font54);
     font-weight: 500;
     line-height: normal;
     display: block;
 }

 .try-on-section.experience-section {
     background: url("../img/experience-bg.jpg") no-repeat;
     background-size: cover;
     background-position: 20%;
 }

 .try-on-section.experience-section .try-content-box {
     justify-content: flex-start;
     max-width: 600px;
     padding-block: 8%;
     margin-left: 50%;
 }

 .try-on-section.experience-section .try-content-box .heading {
     text-transform: none;
     font-size: var(--font-49);
 }

 .try-on-section.experience-section .try-content-box .heading span {
     text-transform: uppercase;
     font-size: var(--font-49);
 }

 .try-on-section.watch-transform-section {
     background: url(../img/watch-transform.jpg) no-repeat;
     background-size: cover;
     background-position: bottom;
     background-attachment: fixed;
 }

 .try-on-section.power-try-on-section {
     background: url(../img/power-try-on.jpg) no-repeat;
     background-size: cover;
     background-position: right;
     background-attachment: fixed;
 }

 .try-on-section.power-try-on-section .try-content-box {
     margin-left: 80px;
 }

 .client-logo-section {
     box-shadow: 0 -8px 4px rgba(0, 0, 0, 0.05), 0 7px 4px rgba(0, 0, 0, 0.05);
     background: var(--white);
 }

 .watch-client-logo{
    background: linear-gradient(90deg, #DCDCDC 0%, #FFFEFE 100%);
    box-shadow: none;
 }

 .client-logo-slider .swiper-wrapper {
     -webkit-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
 }

 .client-logo-slider .swiper-wrapper .swiper-slide {
     width: 150px;
     height: 64px;
 }

 .client-logo-slider .swiper-wrapper .swiper-slide .logo-box {
     width: 100%;
     height: 100%;
 }

 .client-logo-slider .swiper-wrapper .swiper-slide .logo-box img {
     height: 100%;
     object-fit: contain;
     filter: grayscale(100%);
 }

 .client-logo-slider .swiper-wrapper .swiper-slide .logo-box:hover img {
     filter: grayscale(0);
 }

 .jewellery-vto-section .leading-grid-box {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
 }
   .jewellery-vto-section .grid-item:not(:last-child){
    position: relative;
    padding-right: 20px;
   }
  .jewellery-vto-section .grid-item:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #eee;
    width: 1px;
    height: 70%;
    margin: auto;
  }

 .jewellery-vto-section .grid-item .content-box {
     text-align: center;
     margin-top: 20px;
 }

 .jewellery-vto-section .grid-item .content-box .title {
     color: var(--lightblack);
     font-size: var(--font20);
     font-weight: 400;
     line-height: normal;
     letter-spacing: -0.4px;
     text-transform: uppercase;
 }

 .jewellery-vto-section .grid-item .content-box p {
     color: var(--lightblack);
     font-size: var(--font14);
     font-weight: 300;
     line-height: 18px;
     margin-bottom: 0;
 }

 .jewellery-vto-section .grid-item .image {
     position: relative;
 }

 .jewellery-vto-section .grid-item .image img {
    
    width: 50px;
    height: 50px;
 }

 .jewellery-vto-section .benifit-offer-box {
     background: linear-gradient(90deg, #D9D9D9 0%, #FFF 100%);

 }

 .jewellery-vto-section .benifit-offer-box  .benifit-item .heading {
     text-align: center;
     font-size: var(--font18);
     font-weight: 500;
     line-height: normal;
     letter-spacing: -1.04px;
     margin-block: 10px;
     color: var(--lightblack);
 }

  .jewellery-vto-section .benifit-offer-box .heading-box .heading{
        color: var(--lightblack);
        text-align: center;
        font-size: var(--font20);
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.68px;
        text-transform: uppercase;
        border-radius: 10px;
        border: 1px solid #1C1F26;
        padding: 5px 20px;
        display: inline-block;
  }

 .leading-vto-section.watch-vto-section .vto-text {
     max-width: 800px;
     margin: auto;
 }

 .leading-vto-section.watch-vto-section .vto-text p {
     color: var(--lightblack);
     font-size: var(--font20);
     line-height: 25px;
 }

 .leading-vto-section.watch-vto-section .benifit-offer-box {
     background: transparent;
     margin: 0;
     padding-block: 60px;
 }

 .leading-vto-section.watch-vto-section .benifit-offer-box .benifit-row {
     display: flex;
 }

 .leading-vto-section.watch-vto-section .benifit-offer-box .benifit-row .benifit-col {
     flex: 0 0 30%;
 }

 .leading-vto-section.watch-vto-section .benifit-offer-box .benifit-row .benifit-col:first-child {
     flex: 0 0 calc(70% - 200px);
 }

 .leading-vto-section.watch-vto-section .benifit-offer-box .benifit-row::before {
     left: 60%;
     transform: translateX(-60%);
 }

 .platform-section .ecom-text {
     font-size: var(--font18);
     line-height: 24px;
     color: var(--lightblack);
 }

 .platform-section .heading-two {
     text-transform: none;
 }

 .platform-flex {
    display: flex;
    gap: 20px;
    justify-content: center;
 }
 .platform-flex .platform-logo,.plaform-slider  .platform-logo{
     height: 70px;
 }

 .platform-flex .platform-logo img,.plaform-slider .platform-logo img {
     height: 100%;
     object-fit: contain;
 }

 .plaform-slider .swiper-wrapper {
     -webkit-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
 }

  .plaform-slider .swiper-slide{
    width: 100px;
  }
 

 .testimonial-section {
     background: url("../img/strip-svg.svg");
 }

 .watch-testimonial-section {
     background: url("../img/watch-bg-image.jpg") no-repeat;
     background-size: cover;
 }

 .testimoial-slider {
     padding-block: 50px 100px;
     padding-left: 10px;
 }

 .testimoial-slider .swiper-slide {
     transition: all 200ms linear;
     height: auto;
 }

 .testimoial-slider .swiper-slide .testimonial-box {
     background: var(--white);
     box-shadow: -3px 4px 4px 0 rgba(0, 0, 0, 0.16);
     border-radius: 10px;
     text-align: center;
     padding: 30px;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .testimoial-slider .swiper-slide .testimonial-box .top-box .name {
     color: var(--lightblack);
     font-size: var(--font20);
     font-weight: 400;
     line-height: normal;
     letter-spacing: 0.69px;
     text-transform: uppercase;
 }

 .testimoial-slider .swiper-slide .testimonial-box .content-box p {
     color: #727272;
     font-size: var(--font14);
     font-weight: 300;
     line-height: 18px;
     margin-top: 20px;
 }

 .testimoial-slider .swiper-slide.swiper-slide-active {
     transform: scale(1.2);
     z-index: 1;
 }

 .testimoial-slider .swiper-slide.swiper-slide-active .testimonial-box {
     box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25), -3px 4px 4px 0 rgba(0, 0, 0, 0.13);
 }

 .key-feature-section {
     position: relative;
 }
 .key-feature-section .feature-box {
     display: flex;
     align-items: center;
     max-width: 900px;
     margin: auto;
     justify-content: center;
 }

 .key-feature-section .feature-box .feature-content-box {
     border-radius: 43px;
     background: rgba(28, 31, 38, 0.05);
     padding: 30px;
     flex: 0 0 70%;
     padding-inline: 5% 10%;
 }

 .key-feature-section .feature-box .feature-content-box .title {
     color: var(--lightblack);
     font-size: var(--font26);
     font-weight: 400;
     line-height: normal;
     letter-spacing: 0.78px;
     text-transform: uppercase;
 }

 .key-feature-section .feature-box .feature-content-box li,
 .key-feature-section .feature-box .feature-content-box p {
     color: var(--lightblack);
     font-size: var(--font14);
     line-height: 18px;
     letter-spacing: 0;
 }

 .key-feature-section .feature-box .feature-content-box p {
     margin-bottom: 5px;
 }

 .key-feature-section .feature-box .feature-content-box ul {
     padding-left: 18px;
 }

 .key-feature-section .feature-box .feature-content-box li {
     padding-bottom: 3px;
 }

 .key-feature-section .feature-box .feature-content-box ul,
 .key-feature-section .feature-box .feature-content-box li {
     list-style: disc;
 }

 .key-feature-section .feature-box .video-image-box {
     flex: 0 0 25%;
     max-width: 25%;
     margin-left: -5%;
     z-index: 1;
     position: relative;
 }

 .key-feature-section .feature-box .video-image-box::before,.key-feature-section .feature-box .video-image-box::after {
     content: "";
     position: absolute;
     top: 0px;
     left: 0;
     width: 100%;
     height: 3px;
     background: var(--white);
     z-index: 1;
 }
.key-feature-section .feature-box .video-image-box::after{
    bottom: 0px;
    top: inherit;
}
 .key-feature-section .feature-box .video-image-box video,
 .key-feature-section .feature-box .video-image-box img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 .key-feature-section .feature-box:nth-child(even) {
     flex-direction: row-reverse;
 }

 .key-feature-section .feature-box:nth-child(even) .feature-content-box {
     padding-inline: 10% 5%;
 }

 .key-feature-section .feature-box:nth-child(even) .video-image-box {
     margin-right: -5%;
 }

 .key-feature-section .feature-box:last-child {
     margin-top: 40px;
 }

 .key-feature-section .feature-box:last-child .feature-content-box {
     flex: 0 0 60%;
     max-width: 60%;
 }

 .key-feature-section .feature-box:last-child .video-image-box {
     margin-right: -10%;
     flex: 0 0 40%;
     max-width: 40%;
 }

 .key-feature-section .feature-box:last-child .video-image-box::before,
 .key-feature-section .feature-box:last-child .video-image-box::after {
     display: none;
 }

 .key-feature-section .virtual-categories {
     background: url("../img/categories-bg.jpg") no-repeat;
     background-size: cover;
     padding-top: 8%;
     margin-top: 4%;
 }

 .key-feature-section .virtual-categories .categories-card .accordion {
     background: var(--white);
     padding-block: 20px;
     padding-inline: 30px;
     border-radius: 43px;
     padding-left: 10%;
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item {
     background: transparent;
     margin-bottom: 16px;
     border: none;
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-header .accordion-button {
     background: rgba(28, 31, 38, 0.05);
     border-radius: 10px;
     color: var(--lightblack);
     font-size: var(--font18);
     font-weight: 300;
     line-height: normal;
     letter-spacing: 0.57px;
     text-transform: uppercase;
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-header .accordion-button:focus {
     box-shadow: none;
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233F3F3F' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-header .accordion-button:after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233F3F3F' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-body {
     color: var(--lightblack);
     font-size: var(--font14);
     font-style: normal;
     font-weight: 400;
     line-height: 18px;
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-body .try-on-btn {
     display: block;
     color: var(--lightblack);
     margin-top: 15px;
     text-decoration: underline;
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-body .try-on-btn span {
     transition: all 0.5s ease-in-out;
     display: inline-block;
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-body .try-on-btn:hover {
     color: var(--orange);
 }

 .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-body .try-on-btn:hover span {
     transform: translateX(2px);
 }

 .key-feature-section .virtual-categories .categories-card .margin-negative-image {
     margin-right: -6%;
 }
  .key-feature-section .virtual-categories .categories-card .margin-negative-image .category-image{
    max-width: 500px;
    margin: auto;
  }

 .key-feature-section .virtual-categories .categories-card .margin-negative-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     max-width: 500px;
     height: 500px;
 }

 .key-feature-section.watch-key-feature-section {
     margin: 0;   
 }

 .key-feature-section.watch-key-feature-section .feature-list .feature-box .feature-content-box {
     padding-inline: 7% 5%;
     padding-block: 5%;
     box-shadow: 10px 14px 24px 0 rgba(0, 0, 0, 0.1);
     background: linear-gradient(90deg, #DCDCDC 0%, #FFFEFE 100%);
 }
 .key-feature-section.watch-key-feature-section .feature-list .feature-box:nth-child(even) .feature-content-box{
    padding-inline: 5% 7%;
 }

 .key-feature-section.watch-key-feature-section .feature-list .feature-box .feature-content-box .title {
     font-size: var(--font24);
     line-height: 30px;
 }

 .key-feature-section.watch-key-feature-section .feature-list .feature-box .video-image-box {
     margin-inline: 0 -5%;
 }
  .key-feature-section.watch-key-feature-section .feature-list .feature-box:nth-child(even) .video-image-box{
    margin-inline: -10% 0;
  }

 .key-feature-section.watch-key-feature-section .feature-list .feature-box .video-image-box::before,
 .key-feature-section.watch-key-feature-section .feature-list .feature-box .video-image-box:after {
     background: var(--white);
 }

 .key-feature-section.watch-key-feature-section .feature-list .feature-box:last-child {
     max-width: 100%;
     margin-top: 0;
 }

 .key-feature-section.watch-key-feature-section .feature-list .feature-box:last-child video {
     border-radius: 20px;
 }

 .platorm-buttons-group a{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;

 }

  .platorm-buttons-group .blue-btn{
    line-height: 36px;
        padding: 12px 20px;
  }
  .platorm-buttons-group .shopify-btn img{
    height: 100%;
    object-fit: contain;
  }

 @media only screen and (max-width: 1024px) {
     .try-on-section {
         height: 400px;
         background-attachment: initial;
     }

     .try-on-section .try-content-box {
         max-width: 574px;
     }

     .try-on-section .try-content-box .heading {
         font-size: var(--font35);
         letter-spacing: -1.45px;
     }

     .try-on-section .try-content-box .heading span {
         font-size: var(--font45);
     }

     .try-on-section.experience-section .try-content-box {
         max-width: 370px;
     }

     .try-on-section.experience-section .try-content-box .heading {
         font-size: var(--font35);
     }

     .try-on-section.experience-section .try-content-box .heading span {
         font-size: var(--font35);
     }
 }

 @media only screen and (max-width: 767px) {
     .jewellery-vto-section .benifit-offer-box .benifit-row {
         display: flex;
         flex-direction: column;
         gap: 20px;
     }

     .jewellery-vto-section .benifit-offer-box .benifit-row .benifit-col:last-child .benifit-item {
         margin-bottom: 30px;
     }

     .jewellery-vto-section .benifit-offer-box .benifit-row .benifit-col .benifit-item:not(:last-child) {
         margin-bottom: 40px;
     }

     .jewellery-vto-section .benifit-offer-box .benifit-row .benifit-col .benifit-item .heading {
         font-size: var(--font20);
         letter-spacing: -0.5px;
     }

     .jewellery-vto-section .benifit-offer-box .benifit-row .benifit-col .benifit-item p {
         font-size: var(--font14);
         line-height: 18px;
     }

     .jewellery-vto-section .benifit-offer-box .benifit-row .benifit-col .benifit-item video {
         width: 100%;
         height: 100%;
         object-fit: cover;
         display: block;
         border-radius: 20px;
     }

     .jewellery-vto-section .leading-grid-box{
        display: block;
     }
      .jewellery-vto-section .leading-grid-box .grid-item:not(:last-child){
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 30px;
      }
      .jewellery-vto-section .leading-grid-box .grid-item:not(:last-child)::after{
        width: 70%;
        height: 1px;
        background: #eee;
        margin: 0 auto;
        top: inherit;
        right: 0;
        left: 0;
      }
      .jewellery-vto-section .benifit-offer-box .heading-box .heading{
        font-size: var(--font12);
        line-height: 16px;
      }

      .experience-growth-slider,.platform-setup-slider{
            padding-bottom:25px;
        }


     .leading-vto-section.watch-vto-section .vto-text p {
         font-size: var(--font14);
         line-height: 18px;
     }

     .leading-vto-section.watch-vto-section .benifit-offer-box {
         padding-bottom: 0;
     }

     .testimoial-slider {
         padding-block: 15px 70px;
         padding-left: 0;
     }

     .testimoial-slider .swiper-slide.swiper-slide-active {
         transform: scale(1);
     }

     .testimoial-slider .swiper-pagination {
         bottom: 10px;
     }


     .platorm-buttons-group a {
         height: 50px;
     }
     .platorm-buttons-group .blue-btn {
           line-height: 23px;
        height: 45px;
}
     .try-on-section {
         background-attachment: revert;
         height: 180px;
         background-position: 28%;
     }

     .try-on-section .try-content-box {
         padding-inline: 20px 0;
         max-width: 65%;
         margin-left: 33%;
     }

     .try-on-section .try-content-box .heading {
         font-size: var(--font-18);
         letter-spacing: -1.45px;
         line-height: 28px;
     }

     .try-on-section .try-content-box .heading span {
         font-size: var(--font18);
     }

     .try-on-section.experience-section {
         height: auto;
         background-position: 27%;
     }

     .try-on-section.experience-section .try-content-box {
         max-width: 50%;
         margin-left: 50%;
     }

     .try-on-section.experience-section .try-content-box .heading {
         font-size: var(--font-18);
         letter-spacing: -1.45px;
         line-height: 28px;
     }

     .try-on-section.experience-section .try-content-box .heading span {
         font-size: var(--font18);
     }

     .try-on-section.power-try-on-section {
         background-attachment: revert;
     }

     .try-on-section.power-try-on-section .try-content-box {
         margin-left: 0px;
     }

     .try-on-section.watch-transform-section {
         background-attachment: revert;
     }

     .key-feature-section {
         background: var(--white);
         padding-block: 30px;
         margin-top: 0;
         padding-top: 0;
     }

     .key-feature-section .feature-box {
         max-width: 100%;
         margin-bottom: 60px;
     }

     .key-feature-section .feature-box .feature-content-box {
         padding: 15px;
         padding-inline: 15px;
         flex: 0 0 50%;
         max-width: 50%;
         border-radius: 10px;
     }

     .key-feature-section .feature-box .feature-content-box .title {
         font-size: var(--font14);
         line-height: normal;
         letter-spacing: 0.78px;
     }
     .key-feature-section .feature-box .feature-content-box li, .key-feature-section .feature-box .feature-content-box p{
        font-size: 12px;
        line-height: 15px;
     }

     .key-feature-section .feature-box .video-image-box {
         flex: 0 0 50%;
         margin-left: 0%;
        max-width: 50%;
       
     }

     .key-feature-section .feature-box:nth-child(even) .feature-content-box {
         padding-inline: 15px;
     }

     .key-feature-section .feature-box:nth-child(even) .video-image-box {
         margin-right: 0%;
     }
     .key-feature-section.watch-key-feature-section .feature-list .feature-box:nth-child(even) .video-image-box
 {
    margin-inline:  0;
}
.key-feature-section.watch-key-feature-section .feature-list .feature-box .video-image-box
 {
    margin-inline: 0 0%;
}
.key-feature-section.watch-key-feature-section .feature-list .feature-box .feature-content-box {
    padding-inline: 15px;
}

     .key-feature-section .feature-box:last-child {
         flex-wrap: wrap;
     }

     .key-feature-section .feature-box:last-child .feature-content-box {
         flex: 0 0 100%;
         max-width: 100%;
         margin: 0;
         order: 2;
         padding: 15px;
     }

     .key-feature-section .feature-box:last-child .video-image-box {
         margin-right: 0;
         flex: 0 0 100%;
         max-width: 100%;
         order: 1;
     }

     .key-feature-section .virtual-categories .categories-card .accordion {
         padding-inline: 0;
     }

     .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-header .accordion-button {
         font-size: var(--font14);
     }

     .key-feature-section .virtual-categories .categories-card .accordion .accordion-item .accordion-body {
         font-size: var(--font12);
     }

     .key-feature-section .virtual-categories .categories-card .margin-negative-image {
         margin-right: -6%;
     }

     .key-feature-section .virtual-categories .categories-card .margin-negative-image img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         max-width: 500px;
         height: 500px;
     }

     .key-feature-section.watch-key-feature-section .feature-list .feature-box {
         max-width: 100%;
     }

     .key-feature-section.watch-key-feature-section .feature-list .feature-box .feature-content-box .title {
         font-size: var(--font18);
         line-height: 20px;
     }

     .key-feature-section.watch-key-feature-section .feature-list .feature-box:last-child {
         flex-wrap: wrap;
         margin-bottom: 0;
     }

     .key-feature-section.watch-key-feature-section .feature-list .feature-box:last-child .feature-content-box {
         flex: 0 0 100%;
         max-width: 100%;
         margin: 0;
         order: 2;
     }

     .key-feature-section.watch-key-feature-section .feature-list .feature-box:last-child .video-image-box {
         margin-right: 0;
         flex: 0 0 100%;
         max-width: 100%;
         order: 1;
     }

     /* .vto-banner-section .video-box .video-audio-btn {
         bottom: 50px;
     } */
 }

 @media only screen and (max-width: 380px) {
     .key-feature-section .feature-box:nth-child(even) .feature-content-box {
         padding-inline: 15px;
     }

     .key-feature-section .feature-box:nth-child(even) .video-image-box {
         margin-right: 0;
     }
 }