/* Fonts */

@font-face {
  font-family: 'ttrunstrialblack';   
  src: url('../fonts/ttrunstrialblack.woff2') format('woff2'),
      url('../fonts/ttrunstrialblack.woff') format('woff'),
      url('../fonts/ttrunstrialblack.html') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ttrunstrialbold';   
  src: url('../fonts/ttrunstrialbold.woff2') format('woff2'),
      url('../fonts/ttrunstrialbold.woff') format('woff'),
      url('../fonts/ttrunstrialbold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstrialdemibold';   
  src: url('../fonts/ttrunstrialdemibold.woff2') format('woff2'),
      url('../fonts/ttrunstrialdemibold.woff') format('woff'),
      url('../fonts/ttrunstrialdemibold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}



@font-face {
  font-family: 'ttrunstrialextrabold';   
  src: url('../fonts/ttrunstrialextrabold.woff2') format('woff2'),
      url('../fonts/ttrunstrialextrabold.woff') format('woff'),
      url('../fonts/ttrunstrialextrabold.html') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ttrunstrialextralight';   
  src: url('../fonts/ttrunstrialextralight.woff2') format('woff2'),
      url('../fonts/ttrunstrialextralight.woff') format('woff'),
      url('../fonts/ttrunstrialextralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstriallight';   
  src: url('../fonts/ttrunstriallight.woff2') format('woff2'),
      url('../fonts/ttrunstriallight.woff') format('woff'),
      url('../fonts/ttrunstriallight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstrialmedium';   
  src: url('../fonts/ttrunstrialmedium.woff2') format('woff2'),
      url('../fonts/ttrunstrialmedium.woff') format('woff'),
      url('../fonts/ttrunstrialmedium.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstrialregular';   
  src: url('../fonts/ttrunstrialregular.woff2') format('woff2'),
      url('../fonts/ttrunstrialregular.woff') format('woff'),
      url('../fonts/ttrunstrialregular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}



@font-face {
  font-family: 'ttrunstrialthin';   
  src: url('../fonts/ttrunstrialthin.woff2') format('woff2'),
      url('../fonts/ttrunstrialthin.woff') format('woff'),
      url('../fonts/ttrunstrialthin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'ttrunstrialvariableroman';   
  src: url('../fonts/ttrunstrialvariableroman.woff2') format('woff2'),
      url('../fonts/ttrunstrialvariableroman.woff') format('woff'),
      url('../fonts/ttrunstrialvariableroman.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}










html, body {
  background: #000000;
  
}



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  font-feature-settings: "case" on;
  
}

.body {
  background-color: #423094;
  overflow-x: hidden;
  overflow-y: hidden;

}


/* Custom Scroll Bar CSS */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #191919;
}
::-webkit-scrollbar-thumb {
    background: #cb34cd;
    border-radius: 12px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #d639d9;
}



/* navup */


/*

.navup {
height: 50px;
width: 100%;
background-color: #fd42ff;
display: flex;
z-index: 200;
position:fixed;
  top:0;
  left:0;

}

.navup-content {
display: flex;
width: 80%;
margin-left: auto;
margin-right: auto;
  
  }

*/



/* Scroll TO Top Button CSS */
.scroll-button a{
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background: #0d0d41;
  padding: 7px 12px;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 10;
}




.offer-text {

font-family: "ttrunstrialdemibold" ;
padding-top: 10px;
font-size: 22px;
color: #ffffff;


}










.timerandbutton {
  margin-left: 42px;
  padding-top: 10px;
  padding: none;

}




.timerandbutton .clockdiv {
  margin: auto;
  display: block;
  font-family: "ttrunstrialdemibold" ;
  text-align: center;
  font-size: 23px;
  color: #ffffff;
  font-feature-settings: "case" on;
  
}


.timerandbutton .clockdiv > div {
  display: inline-block;
}


.timerandbutton .clockdiv div > span {
  padding: 8px;
  border-radius: 5px;
  display: center;
  height: 50px;
  width: 70px;
}


.timerandbutton .clockdiv .mins:before, .timerandbutton .clockdiv .mins:after {
  content: ":";
  color: var(--timercolors);

}



.navup-btn {
  outline: none;
  border-radius: 10px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  color: #191919;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  width: 260px;
  height: 38px;
  font-family: 'ttrunstrialmedium';
  display: block;
  margin-left: 100px;
  text-align: center;
  margin-top: 5px;
  }

  

.navup-btn:hover{

background-color: #191919;
color: #fd42ff;
}



/* navup-mob */

.navup-mob {
  display: none;
}  
















/* navbar styling */
nav {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  z-index: 998;
  transition: all 0.3s ease;
  font-family: 'firago-bold';

/* margin-top: 50px; */
}

nav.sticky{
  background-color: rgba(14, 14, 14, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 13px 0;
}

nav .navbar{
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
nav .navbar .logo a{
  font-weight: 500;
  font-size: 35px;
  color: #313569;


}
nav.sticky .navbar .logo a{
  color: #ffffff;
}

.logo-photo {

width: 200px;

}


.logo-photo:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  

}




nav .navbar .menu{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
nav .navbar .menu li{
  list-style: none;
  padding-top: 10px;
  margin: 0 36px;
}
.navbar .menu a{
  font-size: 16px;
  color: #ffffff;
  font-family: 'ttrunstrialmedium';
  font-feature-settings: "case" on;
  padding: 8px 0;
  transition: all 0.5s ease;
}
.navbar .menu a:hover{
  color: #fd42ff;
  font-family: 'ttrunstrialdemibold';
  font-size: 16px;
}
nav.sticky .menu a{
  color: #ffffff;
}
nav.sticky .menu a:hover{
  color: #fd42ff;
}
.navbar a{
  
  
  margin: 0 6px;
}

.fade_rule {
  display: none;
}

.fade_rule2 {
  display: none;
}

.logo-mob {
  display: none;
}






.menu-lang {
  display: none;
}

.language-button-mob button {
  display: none;

}


.translate {

 width: 100px;
 border: none;
 color:#301c88;
 cursor: pointer;
 
}

.translate:hover {


  background-color:#2ebedb;
  color: #ffffff;
  
 }




/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 12px;
  font-size: 12px;
  width: 100px;
  border: none;
  font-family: 'ttrunstrialregular';
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  font-family: 'ttrunstrialregular';
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  width: 50px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  font-size: 12px;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}


.signup-menu-mob {
  display: none;
}



.doyouhave-menu {
  display: none;
}


.signin-menu-mob {
  display: none;
}






.nav-right {

  display: flex;
  width: 20%;
  align-items: center;
  gap: 15px; /* Space between elements */
}


.media-icons {
  margin-right: 10px;
}


.media-icons2 {
  margin-right: 10px;
  display: none;
}


.facebook, .tiktok, .instagram {
  padding-top: 10px;
  width: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
 
}




.facebook:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}


.tiktok:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}


.instagram:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}




  
  
  .lang-button {
    
    
    font-family: 'ttrunstrialregular';
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #ffffff;
    opacity: 90%;
    font-family: 'ttrunstrialregular';
    position: relative;
    font-size: 15px;
    margin-top: 10px;
   
    
  }
  
  
  .lang-button:hover {
    color: #fd42ff;
  }



  .signin-menu {
    font-family: 'ttrunstrialdemibold';
    cursor: pointer;
    font-size: 13px;
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    height: 28px;
    width: 88px;
    text-align: center;
    border: none;
    border-radius: 10px;
    background-color: #fd42ff;
    color: #fff;
    transition: all 0.4s ease;

    
  }

  .signin-menu:hover {
    background-color: #ffffff;
  color: #fd42ff;
  }









nav.sticky, a{
  color: #ffffff;
}




/* Side Navigation Menu Button CSS */

nav .menu-btn,
.navbar .menu .cancel-btn{
  position: absolute;
  color: #fff;
  right: 30px;
  top: 23px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none;
}
nav .menu-btn{
  color: #ffffff;
  opacity: 90%;
}
nav.sticky .menu-btn{
  color: #301c88;
}
.navbar .menu .menu-btn{
  color: #fff;
}





/* Home */


.home {
  height: 100vh;
  width: 100%;
  position: relative;
 background-image: url(../img/main-page/img-home/img1.webp); 
 background-size: cover;
  background-position: center;
 overflow-x: hidden;
 overflow-y: hidden;
}




.woman {
  height: 147vh;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-image: url(../img/main-page/img-home/woman.webp);
  background-repeat: no-repeat;
  background-size: 42%;
  background-position: 114% center;
  transform: translateX(5%) translateY(5%);
  transition: all 1s ease 0.7s;
  opacity: 0;
}
  


.woman._active {
  
  transform: translate(0px, 0px);
  opacity: 1;

}




.drop {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 11;
  background-image: url(../img/main-page/img-home/drop.webp);
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: 98% 13%;
  transform: translateX(5%) translateY(-1%);
  transition: all 1s ease 0.8s;
  opacity: 0;
}

.drop._active {
  
  transform: translate(0px, 0px);
  opacity: 0.7;

}




.drop1 {
  
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 11;
  background-image: url(../img/main-page/img-home/drop.webp);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: bottom left;
  transform: translateX(-135px) translateY(150px);
  transition: all 1s ease 0.8s;
  opacity: 0;
}

.drop1._active {
  
  transform: translateX(-25px) translateY(50px);
  opacity: 0.5;

}




.rocket {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 11;
  background-image: url(../img/elements/rocket.webp);
  background-repeat: no-repeat;
  background-size: 3%;
  background-position: 950px 300px;
  transform: translateX(-70px) translateY(70px);
  transition: all 1s ease 0.9s;
  opacity: 0;
}

.rocket._active {
  
  transform: translate(0px, 0px);
  opacity: 0.7;

}






  





.planet {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 11;
  background-image: url(../img/elements/planet.webp);
  background-repeat: no-repeat;
  background-size: 3%;
  background-position: 540px 500px;
  transform: translateX(-30px) translateY(90px);
  transition: all 1s ease 0.9s;
  opacity: 0;
 

}

.planet._active {
  
  transform: translate(0px, 0px);
  opacity: 0.7;

}







.banner-group {

  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin-left: 100px;
  width: 100%;
  z-index: 100;
  
}




.banner-title {
font-size: 46px;
font-family: 'ttrunstrialextrabold';
margin-bottom: 5px;
color: #ffffff;
transform: translate(0px, 0px);
opacity: 0;
transition: all 1s ease 0.3s;
}


.banner-title._active {
  
  transform: translate(0px, 0px);
  opacity: 1;

}
  


.banner-undertitle {
  font-size: 46px;
  font-family: 'ttrunstrialextrabold';
  margin-bottom: 5px;
  color: #fd42ff;
  transform: translate(0px, 0px);
  opacity: 0;
  transition: all 1s ease 0.5s;
  }

  .banner-undertitle._active {
  
    transform: translate(0px, 0px);
    opacity: 1;
  
  }







.banner-text {

font-size: 23px;  
margin-top: 12px;
font-family: 'ttrunstrialregular';
color: #ffffff;
transform: translate(0px, 0px);
opacity: 0;
transition: all 1s ease 0.5s;

}


.banner-text._active {

 
  transform: translate(0px, 0px);
  opacity: 0.8;
  
  
  }





a.mainbutton {
  outline: none;
  padding: 10px 20px;
  border-radius: 14px;
  font-size: 24px;
  font-weight: 400;
  background: #fd42ff;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  width: 400px;
  font-family: 'ttrunstrialmedium';
  display: block;
  margin-left: 0;
  margin-top: 30px;
  text-align: center;
}



a.mainbutton:hover{
  
  background-color: #ffffff;
  color: #fd42ff;
}



















/* Benefits */


.benefits {
  min-height: 105vh;
  width: 100%;
  margin-bottom: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 10;


}





.round {
  height: 105vh;
  width: 100%;
  position: absolute;
  z-index: 9;
  background-image: url(../img/benefits/round.webp);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 108% 110%;
  transform: translateX(120px) translateY(100px);
  transition: all 1.5s ease 0.5s;
  opacity: 0;
}
  

.round._active {
  
  transform: translate(0px, 0px);
  opacity: 0.1;

}




.cilyndre {
  height: 105vh;
  width: 100%;
  position: absolute;
  z-index: 9;
  background-image: url(../img/benefits/cilyndre.webp);
  background-repeat: no-repeat;
  background-size: 34%;
  background-position: -11% bottom;
  transform: translateX(-120px) translateY(150px);
  transition: all 1.5s ease 0.5s;
  opacity: 0;
 
}


.cilyndre._active {
  
  transform: translate(0px, 0px);
  opacity: 0.1;
}
  




 
.benefits-content{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
  z-index: 10;

}


 
.title-undertitle {
  transform: translateX(0px) translateY(150px);
  transition: all 2.2s ease 0.1s;
  opacity: 0;
}

.title-undertitle._active {
  transform: translate(0px, 0px);
  opacity: 1;
  
  }



.benefits-title {
color: #fd42ff;
text-align: center;
font-size: 42px;
font-family: 'ttrunstrialbold';

}




.benefits-text {

  margin-top: 20px;
  color: #fdfeff;
  text-align: center;
  font-size: 16px;
  font-family: 'ttrunstrialregular';

}



.benefits .boxes{
 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  transform: translateX(0px) translateY(150px);
  transition: all 2.2s ease 0.1s;
  opacity: 0;


}

.benefits .boxes._active{
transform: translate(0px, 0px);
  opacity: 1;
}


.benefits .boxes .box{
  margin: 20px 0;
  width: calc(100% / 3 - 30px);
  text-align: center;
  border-radius: 12px;
  padding: 25px 10px;
  cursor: default;
  transition: all 0.4s ease;
  
}



.benefits .boxes .box .icon{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #ffffff;
  margin: 0 auto 10px auto;
  transition: all 0.4s ease;
  
}

.icon-image {
  height: 100px;
  width: 100px;
}






.benefits .boxes .topic {
  font-family: 'ttrunstrialmedium';
  font-size: 25px;
  color: #ffffff;
  line-height: 29px;
  
}


.benefits .boxes .topic-text {
  margin-top: 10px;
  font-family: 'ttrunstriallight';
  font-size: 14px;
  color: #eae9ea;
  opacity: 80%;
  
}


.benefits .boxes .topic-text-mob {
  margin-top: 10px;
  font-family: 'ttrunstriallight';
  font-size: 14px;
  color: #eae9ea;
  opacity: 80%;
  display: none;
  
}




/*
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #0E2431;
  transition: all 0.4s ease;
}
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #fff;
}

*/




/* =============================== ActiveOffer =========================================== */


.active-offer {
  display: flex;
  align-items: center; /* Centers vertically */
  justify-content: center; /* Centers horizontally */
  text-align: center; /* Ensures text alignment */
  min-height: 50vh;
  width: 100%;
  background-image: url(../img/active-offer/active-offer.webp);
  background-size: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}



.active-offer-container {

width: 70%;
margin-right: 0;
margin-left: auto;
height: 100%;
text-align: center;
justify-content: center;

}


.active-offer-title {
font-family: 'ttrunstrialregular';
font-size: 48px;
color: #ececec;
transform: translateX(0px) translateY(0px);
  transition: all 1.5s ease 0.7s;
  opacity: 0;
}

.active-offer-title._active {
  transform: translate(0px, 0px);
  opacity: 1;
  }
  


.active-offer-undertitle {
  font-family: 'ttrunstrialbold';
  font-size: 48px;
  color: #fd42ff;
  transform: translateX(0px) translateY(0px);
  transition: all 1.5s ease 0.7s;
  opacity: 0;

  }


  .active-offer-undertitle._active {
    transform: translate(0px, 0px);
    opacity: 1;
    
    }


  .active-offer-button {
    outline: none;
    padding: 10px 20px;
    border-radius: 14px;
    font-size: 28px;
    font-weight: 400;
    background: #fd42ff;
    color: #fff;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    width: 480px;
    font-family: 'ttrunstrialmedium';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
    text-align: center;
    transform: translateX(0px) translateY(0px);
    transition: all 0.4s ease;
  opacity: 0;
    
    }

    .active-offer-button._active {
      
      transform: translate(0px, 0px);
      opacity: 1;    
      }


    
.active-offer-button:hover{
  
  background-color: #ffffff;
  color: #fd42ff;
}






/* Benefits1 */   


.benefits1 {


  min-height: 50vh;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
 overflow-x: hidden;
 overflow-y: hidden;
 align-items: center; /* Centers vertically */
  justify-content: center; /* Centers horizontally */
  text-align: center; /* Ensures text alignment */
}
 
 

.benefits1-content {

  width: 75%;
  margin: 90px auto;

}








.benefits1-title {
color: #fdfeff;
text-align: center;
font-family: 'ttrunstrial';
font-size: 45px;

}

.benefits1-undertitle {
  color: #ffffff;
  text-align: center;
  font-family: 'ttrunstrialbold';
  font-size: 45px;
  
  }


  
  
  .benefits1-btn:hover{
    
    background-color: #ffffff;
    color: #fd42ff;
  }




.benefits1 .boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  

}


.benefits1 .boxes .box{
  margin: 20px 0;
  width: calc(100% / 3 - 30px);
  text-align: center;
  border-radius: 26px;
  padding: 25px 25px;
  cursor: default;
  transition: all 0.4s ease;
  backdrop-filter: blur(20px);
  border: 2px solid transparent;
  border-color: rgb(253, 66, 255,0.2);
}



.benefits1 .boxes .box:hover{
  transform: translateY(-10%);
  backdrop-filter: blur(10px);
}


.benefits1 .boxes .box:hover .benefits1-text {
  display: block;
}





.benefits1 .boxes .box .icon{
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #ffffff;
  margin: 0 auto 10px auto;
  transition: all 0.4s ease;
  
}

.benefits1-text {
  display: none;
  
}



/* 
.benefits1 .boxes .box:hover .benefits1-text {
  display: block;
}

*/



.icon-image1 {
  height: 100px;
  width: 100px;
}




/*

.boxes .box:hover .icon{
  background-color: #fff;
  color: #313569;
}

*/

.benefits1 .boxes .topic {
  font-family: 'ttrunstrialmedium';
  font-size: 22px;
  color: #f3ebf7;
  margin-bottom: 20px;
  
}


.benefits1-text {

  color: #fdfeff;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'ttrunstrialextralight';
  opacity: 80%;
  

  
}


/*
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #0E2431;
  transition: all 0.4s ease;
}
.benefits .boxes .box:hover .topic,
.benefits .boxes .box:hover p{
  color: #fff;
}

*/











/* ========================== AboutUs ===================================== */






.about-us {

  min-height: 80vh;
  position: relative;
  background-color: #151515;
  background-image: url(../img/about-us/background.webp);
  background-size: cover;
  background-position: center;
 overflow-x: hidden;
 overflow-y: hidden;

}








.woman1 {
  height: 80vh;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-image: url(../img/about-us/woman1.webp);
  background-repeat: no-repeat;
  background-size: 38%;
  background-position: bottom right;
  transform: translateX(0px) translateY(0px);
  transition: all 2.5s ease 1.5s;
  opacity: 0;
}


.woman1._active {
  
  transform: translate(0px, 0px);
  opacity: 1;

}



  

.sphere {
  height: 80vh;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-image: url(../img/about-us/droppp.webp);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: -10px 480px;
  transform: translateX(-50px) translateY(0px);
  transition: all 1.5s ease 0s;
  opacity: 0;
}


.sphere._active {
  
  transform: translate(0px, 0px);
  opacity: 0.4;
  filter: blur(2px);
}







 

.about-us-container {

  min-height: 70vh;
  width: 55%;
  background-size: 100%;
  position: relative;
  margin-left: 0; 
  margin-right: auto;

 z-index: 11;

 display: flex;
 justify-content: center; /* Centers content inside */
 align-items: center; /* Ensures center alignment */



  
}


.about-us-group {

margin-left: 100px;
margin-right: 0px;



}


.about-us-title {

font-size: 60px;
color: #ffffff;
font-family: 'ttrunstrialbold';
color: #fd42ff;
transform: translateX(0px) translateY(70px);
  transition: all 1.5s ease 0s;
  opacity: 0;
}


.about-us-title._active {
  transform: translateX(0px) translateY(0px);
  opacity: 1;
  }


.about-us-text {

  margin-top: 10px;
  font-size: 25px;
  color: #ffffff;
  font-family: 'ttrunstrialmedium';
  transform: translateX(0px) translateY(70px);
  transition: all 1.5s ease 0.5s;
  opacity: 0;
  }

  .about-us-text._active {

    transform: translateX(0px) translateY(0px);
  opacity: 1;
    }


    
    .about-us-text1 {
    
      margin-top: 20px;
      font-size: 20px;
      color: #ffffff;
      font-family: 'ttrunstriallight';
      transform: translateX(0px) translateY(70px);
      transition: all 1.5s ease 0.5s;
      opacity: 0;
      }
    
      .about-us-text1._active {
    
        transform: translateX(0px) translateY(0px);
      opacity: 1;
        }

        .about-us-title._active {
          transform: translateX(0px) translateY(0px);
          opacity: 1;
          }
        
        
        .about-us-text2 {
        
          margin-top: 20px;
          font-size: 20px;
          color: #ffffff;
          font-family: 'ttrunstriallight';
          transform: translateX(0px) translateY(70px);
          transition: all 1.5s ease 0.5s;
          opacity: 0;
          }
        
          .about-us-text2._active {
        
            transform: translateX(0px) translateY(0px);
          opacity: 1;
            }


            .drop3 { 
              display: none;
            }


  






















section{
  padding-top: 0px;


}



section .content{
  width: 75%;
  margin: 40px auto;
}









/* --- Offers --- */


.offers {
  background-color: #0a0a0a; 
  width: 100%; 
  padding-top: 100px;
  padding-bottom: 100px;
  
  }



.offers-title {
  color: #fd42ff;
  text-align: center;
  font-size: 42px;
  font-family: 'ttrunstrialbold';
  width: 70%;
  margin-bottom: 0px;
  
  }
  
  .offers-text {
  
    margin-top: 20px;
    color: #fdfeff;
    text-align: center;
    font-size: 16px;
    font-family: 'ttrunstrialregular';
    width: 70%;
    margin-bottom: 0px;
  }

    
    
    
    .slide-container{
      max-width: 1200px;
      width: 100%;
      padding-top: 0px;
      padding-bottom: 0px;
      display: -webkit-box;  /* Old Safari */
      display: -webkit-flex; /* Modern Safari */
      display: flex;
      
    }
    .slide-content{
      margin: 0 40px;
      overflow: hidden;
      border-radius: 25px;
      padding-top: 53px;
      padding-bottom: 0px;
      padding-left: 30px;
      padding-right: 20px;
      margin-bottom: 80px;

      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
    
    }



  

          
    
    .slide-container-2{
      max-width: 1200px;
      width: 100%;
      padding-top: 0px;
      padding-bottom: 0px;
      display: -webkit-box;  /* Old Safari */
      display: -webkit-flex; /* Modern Safari */
      display: flex;
      
    }
    .slide-content-2{
      margin: 0 40px;
      overflow: hidden;
      border-radius: 25px;
      padding-top: 53px;
      padding-bottom: 0px;
      padding-left: 30px;
      padding-right: 20px;
      margin-bottom: 80px;

      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;

    
    }
    
    
    
    
    
    
    
    .other-products .swiper-navBtn{
      color: #fd42ff;
      opacity: 80%;
      -webkit-transition: color 0.3s ease; /* Safari Fix */
      transition: color 0.3s ease;
    }
    .swiper-navBtn:hover{
      color: #fd42ff;
    }
    .swiper-navBtn::before,
    .swiper-navBtn::after{
      font-size: 35px;
    }
    
    .other-products .swiper-button-next {
      right: 0px;
      
    }
    .other-products .swiper-button-prev {
      left: 0px;
      
    }


    .other-products .swiper-button-next-2 {
      right: 0px;
      
    }
    .other-products .swiper-button-prev-2 {
      left: 0px;
      
    }




  .nutra-tovarka {
      color: #fd42ff;
      text-align: center;
      font-size: 38px;
      font-family: 'ttrunstrialdemibold';
      width: 70%;
      margin-bottom: 10px;
      margin-top: 110px;
      
      }



/*======= Card section CSS =======*/



.card{
  perspective: 1200px;
  
}

.card-body{
  position: relative;
  background: #101010;
  width: 320px;
  height: fit-content;
 /* box-shadow: 0 5px 25px rgb(0, 0, 0, .15); */
  transform-style: preserve-3d;
  border-radius: 20px;
}

.card-images{
  width: 100%;
  display: grid;
  place-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transform-style: preserve-3d;
  background: #111111;
  background-image: url(../img/offers/offer-background.webp);
  background-size: cover;
  z-index: 1;
  
}

.card-images .card-bg{
  z-index: 0;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  left: 0;
  
  
  
  
}

.card-images .card-figure{
  z-index: 1;
  width: 57.3%;
  transition: transform .3s ease-out;
}

.card-body:hover .card-figure{
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 25px rgb(0, 0, 0, .15);
}

.card-body:hover .glass-bg-01{
  background: rgba(254, 254, 254, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.card-body:hover .glass-bg-02{
  background: rgba(3, 8, 82, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.card-body:hover .glass-bg-03{
  background: rgba(30, 30, 30, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.card-body:hover .glass-bg-04{
  background: rgba(86, 31, 31, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.card-body:hover .glass-bg-05{
  background: rgba(5, 126, 78, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.card-body:hover .glass-bg-06{
  background: rgba(5, 12, 100, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}


.card-body:hover .glass-bg-07{
  background: rgba(133, 135, 164, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}


.card-body:hover .glass-bg-08{
  background: rgba(5, 12, 100, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}


.card-body:hover .glass-bg-09{
  background: rgba(121, 6, 132, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}


.card-body:hover .glass-bg-10{
  background: rgba(13, 78, 146, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}


.card-body:hover .glass-bg-11{
  background: rgba(11, 119, 103, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}


.card-body:hover .glass-bg-12{
  background: rgba(0, 97, 45, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.card-body:hover .glass-bg-13{
  background: rgba(0, 113, 194, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.card-body:hover .glass-bg-14{
  background: rgba(0, 97, 45, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.card-body:hover .glass-bg-15{
  background: rgba(183, 96, 34, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}





.swiper-slide {
  -webkit-transform: translate3d(0, 0, 0); /* Safari Fix */
  transform: translate3d(0, 0, 0);
}







.card-info{
  position: relative;
  padding: 20px;
  text-align: center;
  transform-style: preserve-3d;
}

.card-info .card-name{
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
  transition: transform .3s ease-out;
  font-family: 'ttrunstrialdemibold' ;
}

.card-info .card-description{
  color: #ffffff;
  opacity: 70%;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  transition: transform .3s ease-out;
  font-family: 'ttrunstriallight' ;
}

.card-info .card-media{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 35px;
  transition: transform .3s ease-out;
}

.card-info .card-media a{
  color: #999;
  font-size: 1.7em;
  transition: color .1s ease;
}

.card-info .card-media a:hover{
  color: #222;
}





/* --- Form --- */


/* ===================================================================================================================== */



.final-form {
 
 


  min-height: 120vh;
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 15vh;
  position: relative;
  overflow-x: hidden;
   overflow-y: hidden;
   background-repeat: no-repeat;
   z-index: 100;
   background-image: url(../img/form/background.webp);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
  
    
  }
  
  
  
  .saturn {
  
    display: none;
    background-size: 100%;
    height: 140vh;
    width: 100%;
    background-image: url(../img/form/planet.html); 
   background-size: 50%;
   background-position: left 30%;
   transform: translateX(-120px) translateY(100px);
   transition: all 1.7s ease 0.7s;
   opacity: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    background-repeat: no-repeat;
    z-index: 0;
  
     
   }
  
  
   .saturn._active {
    
    transform: translate(0px, 0px);
    opacity: 1;
  
  }
  
  
   
  
  .earth {
    
    display: none;
    height: 140vh;
    width: 100%;
    background-image: url(../img/form/earth.html); 
   background-size: 70%;
   background-position: 160% 205%;
   transform: translateX(120px) translateY(130px);
   transition: all 1.8s ease 1.1s;
   opacity: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    background-repeat: no-repeat;
    z-index: 0;
  
     
   }
  
  
   .earth._active {
    
    transform: translate(0px, 0px);
    opacity: 0.7;
  
  }
  
  
  
  
  
  
  .form-title {
    color: #fdfeff;
    text-align: center;
    font-family: 'ttrunstrialbold';
    position: relative;
    font-size: 45px;
    margin-top: 70px;
    z-index: 99;
    
    }
  
  
    .form-undertitle {
      color: #fd42ff;
      text-align: center;
      font-family: 'ttrunstrialbold';
      position: relative;
      font-size: 45px;
      margin-bottom: 45px;
      z-index: 99;
      
      }
    
  
  
  
  
  
    /* ToTheForm **********************************/
    
    
    .form-glass {
      padding-top: 60px;
      padding-bottom: 45px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 600px;
      border-radius: 25px;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      z-index: 10;
      border: 2px solid transparent;
      background-color: rgba(11, 9, 42, 0.5);
    border-color: rgb(253, 66, 255,0.2);
    transform: translateX(0px) translateY(130px);
    transition: all 1.8s ease 0.7s;
    opacity: 0;
    }
      
  
  
    
   .form-glass._active {
    
    transform: translate(0px, 0px);
    opacity: 1;
  
  }
  
  
  
  
  
  
  .select-box {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 65px;
    margin-bottom: 20px;
    
  }
  .select-box select{
    height: 100%;
    padding: 10px 15px;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 20px;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'ttrunstrialregular';
    background-color: rgba(11, 9, 42, 0.5);
    color: #c9c9c9;
    font-size: 18px;
    border: 1px solid transparent;
    border-color: rgb(253, 66, 255,0.05);
    
    
  }
  .select-box:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    /* border-top: 8px solid #fd42ff; */
    border-top: 8px solid #941e96;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
  }
  
  
  .select-box select:focus {
    border: 2px solid #fd42ff;
  }
  
  
  /*
  #dropdowns select::selection {
    background: red;
  }
  */
  
  
  .option1 {
    color: #fd42ff;
  }
  
    
   
      input[type=text] {
  
        width: 500px;
        height: 65px;
        margin: 8px 0;
        background-color: rgba(11, 9, 42, 0.5);
        color: #ffffff;
        font-size: 20px;
        font-family: 'ttrunstrialregular';
        box-sizing: border-box;
        display: block;
        border-radius: 20px;
        box-sizing: border-box;
        border: none;
        padding: 12px 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid transparent;
        border-color: rgb(253, 66, 255,0.05);
  
      }
  
      input[type=tel] {
  
        width: 500px;
        height: 65px;
        margin: 8px 0;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
        background-color: rgba(11, 9, 42, 0.5);
        color: #1f1f1f;
        font-family: 'ttrunstrialregular';
        font-size: 20px;
        box-sizing: border-box;
        display: block;
        border-radius: 20px;
        box-sizing: border-box;
        border: none;
        padding: 12px 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
  
      }
  
  
      
      input[type=password] {
  
        width: 500px;
        height: 65px;
        margin: 8px 0;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
        background-color: rgba(11, 9, 42, 0.5);
        color: #ffffff;
        font-family: 'ttrunstrialregular';
        font-size: 27px;
        box-sizing: border-box;
        display: block;
        border-radius: 20px;
        box-sizing: border-box;
        border: none;
        padding: 12px 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
  
      }
    
    
    /* ფორმის ღილაკი */
    
    .finalbutton[type=submit] {
    
      outline: none;
      padding: 10px 20px;
      border-radius: 14px;
      font-size: 25px;
      font-weight: 400;
      background: #fd42ff;
      color: #fff;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 20px;
      transition: all 0.4s ease;
      width: 500px;
      height: 65px;
      font-family: 'ttrunstrialmedium';
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 16px;
      margin-bottom: 45px;
  
    }
    
    .finalbutton:hover {
      
      border-color: #fd42ff;
      background-color: transparent;
      color: #fd42ff;
  
    }
    
      ::placeholder {
        color: #c9c9c9;  
        font-family: 'ttrunstrialregular';
        font-size: 18px;
    
        }
    
  
  .doyouhave {
    
    display: block;  /* Make it a block to allow margin auto */
    width: fit-content; /* Make width only as wide as the text */
    margin: 0 auto;  /* Center horizontally */
    color: #ffffff; /* Your text color */
    text-decoration: none; /* Optional: Remove underline */
    font-family: 'ttrunstriallight';
    font-size: 14px;
    margin-bottom: 7px;
    
  
  }
  
  .signin {
    display: block;  /* Make it a block to allow margin auto */
    width: fit-content; /* Make width only as wide as the text */
    margin: 0 auto;  /* Center horizontally */
    color: #c84aca; /* Your text color */
    font-family: 'ttrunstriallight';
    font-size: 16px;
  }
  
  .signin:hover {
    color: #fd42ff; /* Your text color */
  }
  





/* --- footer --- */




footer{
  
  background: #0a0a0a;
  width: 100%;
  bottom: 0;
  padding-bottom: 48px;
  left: 0;
}
footer::before{
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  
}


footer .footer-content{
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 20px 40px;
}
footer .footer-content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer-content .top .logo-details{
  color: #ffffff;
  font-size: 30px;
  font-family: 'firago-bold';
}
.footer-content .top .media-icons{
  display: flex;
  gap: 5px;
}
.footer-content .top .media-icons a{
  height: 22px;
  width: 22px;
  margin: 0 3px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}




section .footer-content{
  width: 75%;
  margin: 0px auto;
}


footer .footer-content .link-boxes{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
footer .footer-content .link-boxes .box{
  width: calc(100% - 100px);
}
.footer-content .link-boxes .box .link_name{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.link-boxes .box .link_name::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #ffffff;
}
.footer-content .link-boxes .box li{
  margin: 6px 0;
  list-style: none;
}
.footer-content .link-boxes .box li a{
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.4s ease;
  font-family: 'ttrunstrialthin';
}
.footer-content .link-boxes .box li a:hover{
  color: #fd42ff;
  
}
.footer-content .link-boxes .input-box{
  margin-right: 55px;
}
.link-boxes .input-box input{
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #140B5C;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
  color: #AFAFB6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
  background: #fff;
  color: #140B5C;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
  opacity: 1;
}
footer .bottom-details{
  width: 100%;
  background: #0F0844;
}
footer .bottom-details .bottom_text{
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}



.footer-facebook, .footer-tiktok, .footer-instagram {
  width: 20px;
}




.footer-facebook:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}


.footer-tiktok:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}


.footer-instagram:hover {
  filter: invert(46%) sepia(35%) saturate(6971%) hue-rotate(274deg) brightness(104%) contrast(108%);
  transition: all 0.3s ease;
}





















