/* 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;
  
}


.other-products {
  
  align-items: center;
  background-color: #101010;
  padding-top: 80px;
  padding-bottom: 75px;
}


.offers-title {

text-align: center;
color: #ffffff;
font-size: 38px;
font-family: 'ttrunstrialmedium';
margin-bottom: 50px;



}




.section-title {

  text-align: center;
  margin-left: auto;
  margin-right: auto;

  }










.slide-container{
  max-width: 1200px;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  
  
  
}
.card{
  border-radius: 25px;
  /* box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px; */
  background-color: rgba(58, 58, 58, 0.4);
  backdrop-filter: blur(1px);
  
  
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  height: 230px;
  border-radius: 25px;
  

  
  
  
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 250px;
  width: 100%;
  background-color: rgba(70, 70, 70, 0.1);
  backdrop-filter: blur(1px);
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: rgba(225, 225, 225, 0);
  
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: rgba(225, 225, 225, 0);
  backdrop-filter: blur(1px);
}
.card-image{
  position: relative;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background: #ffffff;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgb(152, 152, 152);
 
}
.name{
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-family: 'ttrunstrialdemibold';
  line-height: 21px;
  margin-bottom: 7px;
  margin-top: 32px;
  margin-left: 8px;
  margin-right: 8px;
  z-index: 10;
}
.description{
  font-size: 14px;
  font-family: 'ttrunstriallight';
  color: #ffffff;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}
.button-product {
  position: absolute;
  bottom: 27px;
  border: none;
  font-size: 20px;
  color: #ffffff;
  padding: 8px 42px;
  background-color: #6440ff;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  
}
.button-product:hover{
  background: #f72585;
}

.other-products .swiper-navBtn{
  color: #fd42ff;
  opacity: 80%;
  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;
}


@media (pointer: coarse), (hover: none), (hover: on-demand) {


  .other-products {
  
    align-items: center;
    background-color: #eeeaff;
    padding-top: 45px;
    padding-bottom: 40px;
    
  }
  
  .section-title {
  
    text-align: center;
    margin-left: auto;
    margin-right: auto;

  }
  
  .other-products .title {
    
    font-family: 'firago-bold';
    font-size: 32px;
    color: #212227;
    margin-bottom: 0px;

  }
  
  
  
  .other-products .under-title {
  
    font-family: 'firago-medium';
    font-size: 18px;
    color: #212227;
    opacity: 90%;
    margin-top: 5px;
    margin-bottom: 10px;
  
  }
  
  
  
  .slide-container{
    max-width: 1200px;
    width: 100%;
    padding: 30px 0;
    display: flex;
    
    
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
    padding: 0;
    
    
  }
  .card{
    border-radius: 25px;
    background-color: #FFF;
    box-shadow: rgba(99, 99, 99, 0) 0px 2px 6px 0px;
  }
  .image-content,
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    border-radius: 25px;
    

    
    
  
    
    
    
  }
  .image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
  }
  .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 225px;
    width: 100%;
    background-color: #361f9e;
    border-radius: 25px 25px 0 25px;
   
  }
  .overlay::before,
  .overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #361f9e;
   
  }
  .overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #fff;
  }
  .card-image{
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
    
  }
  .card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #32356a;
  }
  .name{
    font-size: 20px;
    font-weight: 500;
    color: #212227;
    text-align: center;
    font-family:'firago-bold';
    margin-bottom: 7px;
    margin-top: 2px;
    margin-left: 8px;
    margin-right: 8px;
    z-index: 10;
  }
  .description{
    font-size: 14px;
    color: #616161;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
  }
  .button-product {
    position: absolute;
    bottom: 20px;
    border: none;
    font-size: 20px;
    color: #ffffff;
    padding: 8px 30px;
    background-color: #6440ff;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    
  }
  .button-product:hover{
    background: #f72585;
  }
  
  .other-products .swiper-navBtn{
    color: #301c88;
    opacity: 80%;
    transition: color 0.3s ease;
  
    
  }
  .swiper-navBtn:hover{
    color: #301c88;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 30px;
  }
  
  .other-products .swiper-button-next{
    right: 0px;
    
    
  }
  .other-products .swiper-button-prev{
    left: 0px;
    
  }
  
  
  .swiper-navigation {
    size: 10px;


  }
 


  .slide-content{
    margin: 0 32px;
  }
  .swiper-navBtn{
    margin: 0 4px;
  }
}