/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

button:hover {
  
  box-shadow: 0 1px 15px rgba(4, 242, 250, 0.438), 0 1px 28px rgba(5, 219, 247, 0.815);
  }
  
  .btn-back{
        background: #050A30;
        box-shadow: 0 1px 10px black;
         color: white;
        margin-left: 89%;
        border: none;
        margin-top: 1%;
        border-radius: 50%;
        height:85px;
        width: 85px;
       
    }
  
    .btn-back i a{
        text-decoration:none ;
        color: white;
        font-size: 20px;
        margin: 0 auto;
        
  
      
  
    }
  
  
  .icon-contact{
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: -5%;
  
    color: white;
    padding: 10px;
  
  }
  .icon-contact i{
    color: white;
    font-size: 23px;
    
  }
  .icon-contact h4{
    color: white;
  font-size: 23px;
  }
    
  
  .about-logo{
    margin-top: -5%;
    margin-left: 5%;
    display: block;
    height: 100px;
    width: 180px;
    background: #050A30;
  
  
        }
          .about-logo img{
            display: block;
    margin-left: 0%;
    height: 300px;
    width: 300px;
    top: -1%;
    
    }
  
  

.slide-container{
  max-width: 1280px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
 
}
.card{
  border-radius: 25px;
  background-color: #FFF;

}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  font-family: sans-serif;
}
.card.swiper-slide .card-content{
  height: 225px;
}
.card.swiper-slide .card-content p{
  height: 100px;
  overflow: hidden;
  margin-bottom: auto
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;

  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;

}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 200px;
  width: 300px;
  border-radius: 10%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10%;
 }
.name{
  font-size: 18px;
  font-weight: 500;
  color: black;
  font-family: sans-serif;
  line-height: 1.5;
}
.description{
  font-size: 14px;
 
 font-family: sans-serif;
 line-height: 1.5;
  color: black;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background: #050A30;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #050A30;
}

.button a{
  color: white;
  text-decoration: none;
}
.button a:hover{
text-decoration: underline;
}
.swiper-navBtn{
  color:white;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color:white;}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  color:white;  opacity: 1;
  background: white;

}
.swiper-pagination-bullet-active{
  color:white;

}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}