/* Fonts */

@font-face {
  font-family: 'firago-medium';   
  src: url('../../fonts/firago-medium.woff2') format('woff2'),
      url('../../fonts/firago-medium.woff') format('woff'),
      url('../../fonts/firago-medium.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-regular';   
  src: url('../../fonts/firago-regular.woff2') format('woff2'),
      url('../../fonts/firago-regular.woff') format('woff'),
      url('../../fonts/firago-regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-bold';   
  src: url('../../fonts/firago-bold.woff2') format('woff2'),
      url('../../fonts/firago-bold.woff') format('woff'),
      url('../../fonts/firago-bold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-semibold';   
  src: url('../../fonts/firago-semibold.woff2') format('woff2'),
      url('../../fonts/firago-semibold.woff') format('woff'),
      url('../../fonts/firago-semibold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'firago-mediumitalic';   
  src: url('../../fonts/firago-mediumitalic.woff2') format('woff2'),
      url('../../fonts/firago-mediumitalic.woff') format('woff'),
      url('../../fonts/firago-mediumitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-bolditalic';   
  src: url('../../fonts/firago-bolditalic.woff2') format('woff2'),
      url('../../fonts/firago-bolditalic.woff') format('woff'),
      url('../../fonts/firago-bolditalic.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'firago-mediumitalic';   
  src: url('../../fonts/firago-mediumitalic.woff2') format('woff2'),
      url('../../fonts/firago-mediumitalic.woff') format('woff'),
      url('../../fonts/firago-mediumitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}




@font-face {
  font-family: 'firago-mediumitalic';   
  src: url('../../font/firago-mediumitalic.woff2') format('woff2'),
      url('../../font/firago-mediumitalic.woff') format('woff'),
      url('../../font/firago-mediumitalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}

@font-face {
  font-family: 'firago-mediumitalic';   
  src: url('../../font/firago-mediumitalic.woff2') format('woff2'),
      url('../../font/firago-mediumitalic.woff') format('woff'),
      url('../../font/firago-mediumitalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}

@font-face {
  font-family: 'firago-bolditalic';   
  src: url('../../font/firago-bolditalic.woff2') format('woff2'),
      url('../../font/firago-bolditalic.woff') format('woff'),
      url('../../font/firago-bolditalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}

@font-face {
  font-family: 'firago-heavyitalic';   
  src: url('../../font/firago-heavyitalic.woff2') format('woff2'),
      url('../../font/firago-heavyitalic.woff') format('woff'),
      url('../../font/firago-heavyitalic.ttf') format('truetype');
  
  font-style: normal;
}

@font-face {
  font-family: 'firago-extrabolditalic';   
  src: url('../../font/firago-extrabolditalic.woff2') format('woff2'),
      url('../../font/firago-extrabolditalic.woff') format('woff'),
      url('../../font/firago-extrabolditalic.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "case" on;
  
}
.main {
  height: 100vh;
  width: 100%;
}
.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-image: url(../../img/main-page/img-home/img1.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  
}


.image3 {
  height: 100%;
  width: 100%;
  background-image: url(../../img/main-page/img-home/img3.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: 142px;
  width: 100%;
  z-index: 100;

}

.banner-title {
font-size: 45px;
font-family: 'firago-bolditalic';
margin-bottom: 5px;
color: #191919;


}

.banner-text {

font-size: 22px;  
font-family: 'firago-mediumitalic';
color: #2b2b2b;

}


.banner-title2 {
  font-size: 55px;
  font-family: 'firago-bolditalic';
  margin-bottom: 5px;
  color: #191919;
  
  }
  
  .banner-text2 {
  
  font-size: 22px;  
  font-family: 'firago-mediumitalic';
  color: #191919;
  
  }






.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: 25px;
  font-weight: 400;
  background: #6440ff;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  width: 320px;
  font-family: 'firago-mediumitalic';
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 82vh;
}



a.mainbutton:hover{
  
  background-color: #f72585;
  color: #ffffff;
}



/* swiper button css */
.nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}
.nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  
  transition: all 0.5s ease;
}
.swiper-button-next {
  right: 50px;
}
.swiper-button-prev {
  left: 50px;
}

.nav-btn::before,
.nav-btn::after {
  font-size: 25px;
  color: #6c57c9;
  margin: 100px 100px 100px 100px;
}



.swiper-pagination-bullet {
  
  height: 11px;
  width: 11px;
  background-color: #6440ff;
  visibility: visible;
  opacity: 95%;


}
.swiper-pagination-bullet-active {
  border: 2px solid rgba(255, 254, 254, 99%);
  background-color: #6440ff;
  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-mediumitalic';
    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;
    
  }


  .image3 {
    height: 100%;
    width: 100%;
    background-image: url(../../img/main-page/img-home/img3-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;
  }

}