
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap");

.sw-img,
.sw-img::before,
.sw-img::after {
  margin: 0;
padding-bottom: 10px;
  box-sizing: border-box;
  font-family: "Comfortaa", cursive;
}
.w-50 .flex{
    align-items: baseline;
    
}
@keyframes gelatine {
  0%,
  100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

/* SWIPER */

.slider-mask.Phone.swiper {
  width: 250px;
  /* height: 480px; */
  /* padding: 30px 0; */
}
/* this only masks the very outside */
.slider-mask {
  width: 280px;
  /* overflow:HIDDEN; */
  /* height: 480px; */
  position: relative;
  margin: 0 auto;
}
.swiper-slide {
  position: relative;
  /* box-shadow: 0 10px 20px rgba(249, 247, 249, 0.491); */
  border-radius: 10px;
  user-select: none;
}

.swiper-slide img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  /* position: absolute; */
  /* inset: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: contain; */
}

.img-position {
  object-position: 50% 0%;
}

.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0f2027, transparent, transparent);
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay span {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 7px 18px;
  margin: 10px;
  border-radius: 20px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: inherit;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 2px -2px 20px rgba(214, 214, 214, 0.2),
    inset -3px 3px 3px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(74px);
}
.slider-mask.Desktop{
        width: 100%;
    max-width: 550px;
}
.overlay h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0 0 20px 20px;
}

/* ANIMATED BACKGROUND */

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-wrapper,
.swiper-slide {
  transform-style: preserve-3d;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.swiper-button-prev,
  .swiper-button-next {
 
    font-size: 3rem;
    
    display: block;
  }
  
.swiper-button-prev {
    left: 30%;
  }
  
  .swiper-button-next {
    right: 30%;
  }
  

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@media (max-width: 750px) {
       swiper-slide .title {
        
        font-size: 22px;
      
      }

  .content {
    flex-direction: column-reverse;
  }
.modal-thumbnails{
    bottom: 10px;
}
  .btn {
    margin: 10px auto 40px;
  }

  .slider-mask.Desktop {
 width: 240PX;
    }   
.swiper-button-prev {
  display: none;
    left: 0;
  }
  .slider-mask {
 width:300PX;
}
      .slider-mask.Phone {
        width: 180PX;
    }
  .swiper-button-next {
    display: none;
    right:0;
  }

}

@media (max-width: 800px) {
    .slider-mask.Desktop{
 
    max-width: 500px;
}
}@media (max-width: 350px) {
    .slider-mask.Desktop{
 
    max-width: 200px;
}
}
/* modal*/

/* Modal backdrop */
/* Replace your existing .modal rule with this: */
/* Modal backdrop stays full-screen */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}

/* Center this box in the middle of the viewport */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    /* Ã¢â€ Â centers it */
  width: 100%;                          /* adjust as needed */
  max-width: 1000px;
  max-height: 95vh;                    /* so it never overflows vertically */
  /* overflow: hidden; */                    /* hide scrollbars on the slides wrapper */
  background: transparent;             /* or whatever background you prefer */
}

/* Close button stays in the topÃ¢â‚¬â€œright of the centered box */
.modal-close {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

/* If your slides can overflow vertically, wrap them in a scroll container: */
.modal-slide {
           /* leave room for thumbnails and arrows */
           width: auto;
           /* overflow-y: auto; */
           /* margin: 0 4px; */
           /* flex: 1; */                       /* take up all leftover vertical space */
           /* overflow-y: auto; */              /* scroll if the image is too tall */
           /* margin: 0; */
           height: calc(60vh - 100px);
}
.modal-slide img {
  width: 100%;
  height: auto;
}
/* Next & prev buttons: clean, centered, and on top of your modal-content */
.modal-prev,
.modal-next {
  position: absolute;
  top: 30%;                      /* vertically center */
  transform: translateY(-50%);   /* true center */
  width: 40px;                   /* square buttons */
  height: 70px;
  line-height: 40px;             /* center the arrow character */
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: rgba(0,0,0,0.5);   /* semi-transparent background */
        /* circle buttons */
  z-index: 1001;                 /* above slides */
  cursor: pointer;
  user-select: none;
}
.Desktop .modal-prev,
.Desktop .modal-next {
    top:50%;
}
.Phone .modal-prev,
.Phone .modal-next {
    top:80%;
}
/* Position each one horizontally */
.modal-prev {
  right: 0px;   /* 10px into the modal-content */
}

.modal-next {
  left:  0px;  /* 10px in from the right */
}
.Phone .modal-prev {
  right: -60px;   /* 10px into the modal-content */
}

.Phone .modal-next {
  left:  -60px;  /* 10px in from the right */
}

/* Hover state */
.modal-prev:hover,
.modal-next:hover {
  background: rgba(0,0,0,0.8);
}
.modal-thumbnails {
  position: absolute;
  bottom: -150px;
  width: 100%;
  /* top: 10px; */
}
.modal-thumb {
  width: 30px;
  height: auto;
  margin: 0 4px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modal-thumb.active,
.modal-thumb:hover {
  opacity: 1;
  border: 2px solid #fff;
}
.Desktop .modal-slide{
    height: auto;
}
.Phone .modal-content {
TOP: 30%;
  max-width: 250px;  /* e.g. typical device width */
  width: 90vw;       /* still fluid on *really* small screens */
}.Phone .modal-thumbnails{
    bottom: -360px;
    width: 100%;
    /* OVERFLOW: visible; */
}
@media (max-width: 600px) {
    .Phone .modal-content {
    TOP: 30%;
    max-width: 350px;
    width: 90vw;
}
.Desktop .modal-prev,
.Desktop .modal-next {
    top:50%;
}
  .Phone .modal-slide {
 max-width: 240px;
    width: 100%;
  
    display: block;
    margin: 0 auto; /* <-- center horizontally */
 }
 .Phone .modal-prev {
  right: 0px;   /* 10px into the modal-content */
}

.Phone .modal-next {
  left:  0px;  /* 10px in from the right */
}
.Phone .modal-thumbnails{
    bottom: -320px;
}
  /* Ensure the image itself doesnÃ¢â‚¬â„¢t bump edges */
  .Phone .modal-slide img {
    margin: 0 auto !important; /* override any other margins */
    max-width: 90vw;           /* leave a bit of breathing room */
    height: auto;
    object-fit: contain;
  }
}
.Phone .modal-thumb {
  width: 40px;}
  
  
 ul.main-feature, ul.sub-feature {
    list-style: none;
    padding-left: 1.5em;
}

ul.main-feature li::marker {
    /*content: "âž¤ ";*/
    content: "";
    color: red;
    font-size: 0.6cm;
}

ul.sub-feature li::marker {
    content: "â— ";
    color: #f1eee8;;
    font-size: 0.5cm;
}
ul.main-feature li {
  
    color: white;
    font-weight: bold;
    font-size: 0.6cm;
}

ul.sub-feature li {
  font-weight:normal;
    color: #f0ebeb;
    font-size: 0.5cm;
}


      
swiper-container::part(bullet-active) {
  background-color: white;
}
swiper-container::part(bullet) {
  background-color: white;
}
      swiper-container {
          align-items: center;
        width: 100%;
        height: 100%;
        /*background: #000;*/
      }

      swiper-slide {
           overflow: hidden;
      /*opacity: 1.5;*/
    /*border-radius: 140px;*/
    /*background-color:  #150725;*/
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
      }

      .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
      }

      swiper-slide .title {
          margin:auto;
        text-align: center;
        font-size: 41px;
        font-weight: 300;
      }

      swiper-slide .subtitle {
        text-align: center;
        font-size: 21px;
      }
     .swiper-button-prev, .swiper-rtl .swiper-button-next {
          display:none;
      }
      swiper-slide .text {
margin: auto;
    font-size: 14px;
    max-width: 550px;
    text-align: center;
    line-height: 1.3;
      }
       swiper-slide .text p{
           color:#ffffff;
           padding-right: 0px ;
       }
 
/* Feature Title Animation */
.feature-title-animation {
    animation: slideInFromLeft 0.8s ease-out both;
}

/* Sub-feature Text Animation */
.subfeature-animation {
    animation: fadeInUp 0.9s ease-out both;
}

/* Delay animations for each sub-feature */
.subfeature-animation p:nth-child(1) { animation-delay: 0.1s; }
.subfeature-animation p:nth-child(2) { animation-delay: 0.2s; }
.subfeature-animation p:nth-child(3) { animation-delay: 0.3s; }
.subfeature-animation p:nth-child(4) { animation-delay: 0.4s; }
.subfeature-animation p:nth-child(5) { animation-delay: 0.5s; }
.subfeature-animation p:nth-child(6) { animation-delay: 0.6s; }
.subfeature-animation p:nth-child(7) { animation-delay: 0.7s; }
.subfeature-animation p:nth-child(8) { animation-delay: 0.8s; }
.subfeature-animation p:nth-child(9) { animation-delay: 0.9s; }
/* Keyframes */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

