/* Fonts */

@font-face {
  font-family: 'ttrunstrialblack';   
  src: url('../fonts/ttrunstrialblack.woff2') format('woff2'),
      url('../fonts/ttrunstrialblack.woff') format('woff'),
      url('../fonts/ttrunstrialblack.ttf') 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.ttf') 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;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "case" on;
  


  
  
  
  
}
.home {
  height: 100vh;
  width: 100%;
  position: relative;
 background-image: url(../img/main-page/img-home/img1.jpg); 
 overflow-x: hidden;
 overflow-y: hidden;
}
  


.woman {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-image: url(../img/main-page/img-home/woman.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 950px 250px;
  /* animation */
  animation-name: woman;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  

}

@keyframes woman {

  from {
    transform: translateX(120px) translateY(100px);
    opacity: 0;
   
  }

  to {
    transform: translateX(0)  translateY(0) ;
    opacity: 1;
    
  }
  
}



.drop {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 11;
  background-image: url(../img/main-page/img-home/drop.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 1300px 80px;
  /* animation */
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;


}


@keyframes drop {

  from {
    transform: translateX(70px) translateY(0px);
    opacity: 0;
   
  }

  to {
    transform: translateX(0)  translateY(0) ;
    opacity: 0.4;
    
  }
  
}





  

.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
  
  
  
}
.slide {
  overflow: hidden;
  
  
}
.slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  /*
  background-color: rgba(216, 216, 216, 0.4);
  */
  z-index: 10;
  
}

.image1 {
  height: 100%;
  width: 100%;
  background-color: #0c0d0e;
  background-image: url(../img/main-page/img-home/img1.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  
  
}

.banner-group {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  margin-left: 120px;
  width: 100%;
  z-index: 100;
  
}


.banner-logo {
 width: 25%; 
 margin-bottom: 20px;
}

.banner-title {
font-size: 35px;
font-family: 'ttrunstrialbold';
margin-bottom: 5px;
color: #ffffff;

}

.banner-undertitle {
  font-size: 35px;
  font-family: 'ttrunstrialextrabold';
  margin-bottom: 5px;
  color: #fd42ff;
  
  }

.banner-text {

font-size: 18px;  
margin-top: 20px;
font-family: 'ttrunstrialregular';
color: #ffffff;
opacity: 80%;

}






.image2 {
  height: 100%;
  width: 100%;
  background-image: url(../img/main-page/img-home/img2.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
 

}



.image-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 100;
  
}
.image-data span.text {
  font-size: 14px;
  font-weight: 400;
  color: #0c0d0e;
}

a.mainbutton {
  outline: none;
  padding: 10px 20px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 400;
  background: #fd42ff;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  width: 350px;
  font-family: 'ttrunstrialmedium';
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 82vh;
}



a.mainbutton:hover{
  
  background-color: #ffffff;
  color: #fd42ff;
}



/* swiper button css */
.nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  backdrop-filter: blur(20px);
  background-color: rgba(14, 14, 14, 0.5);
  transition: all 0.5s ease;
}
.nav-btn:hover {
  background-color: rgba(14, 14, 14, 0.8);
  
  transition: all 0.5s ease;
}
.swiper-button-next {
  right: 50px;
}
.swiper-button-prev {
  left: 50px;
}

.nav-btn::before,
.nav-btn::after {
  font-size: 30px;
  color: #6c57c9;
  margin: 100px 100px 100px 100px;
}



.swiper-pagination-bullet {
  
  height: 11px;
  width: 11px;
  background-color: #a314e0;
  visibility: visible;
  opacity: 95%;


}
.swiper-pagination-bullet-active {
  border: 1.5px solid #170e1c;
  background-color: #ffffff;
  opacity: 80%;
  
}

@media (pointer: coarse), (hover: none), (hover: on-demand) {
  

  .nav-btn {
    visibility: hidden;
  }
  .swiper-pagination-bullet {
    visibility: visible;
  }

  a.mainbutton {
    outline: none;
    padding: 12px 20px;
    border-radius: 14px;
    font-size: 22px;
    font-weight: 400;
    background: #6440ff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    width: 280px;
    font-family: 'firago-medium';
    margin-top: 78vh;

  }

  .banner-group {
    display: none;
  }


  .image1 {
    height: 100%;
    width: 100%;
    background-image: url(../../img/main-page/img-home/img1-mob.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    
  }

  .image2 {
    height: 100%;
    width: 100%;
    background-image: url(../img/main-page/img-home/img2-mob.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

  }

  .image-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;

  }


  .main {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 680px;
  }

}