/* 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: 400;
  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('../../../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-family: 'firago-mediumitalic';
}


.other-products {
  
  align-items: center;
  background-color: #f4f6ff;
  padding-top: 80px;
  padding-bottom: 75px;
}

.section-title {

  text-align: center;
  margin-left: auto;
  margin-right: auto;

  }

.other-products .title {

font-family: 'firago-bolditalic';
font-size: 45px;
color: #212227;
margin-bottom: 0px;
}



.other-products .under-title {

font-family: 'firago-mediumitalic';
opacity: 90%;
font-size: 27px;
color: #212227;
margin-top: 5px;
margin-bottom: 30px;

}





.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;
  background-color: #FFF;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px;
  
  
}
.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: #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: 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 #32356a;
}
.name{
  font-size: 20px;
  font-weight: 500;
  color: #212227;
  text-align: center;
  font-family:'firago-bolditalic';
  line-height: 21px;
  margin-bottom: 7px;
  margin-top: 32px;
  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: 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: #301c88;
  opacity: 80%;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #301c88;
}
.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-bolditalic';
    font-size: 32px;
    color: #212227;
    margin-bottom: 0px;

  }
  
  
  
  .other-products .under-title {
  
    font-family: 'firago-mediumitalic';
    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-bolditalic';
    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;
  }
}