/* Google Fonts - Poppins */

.slide-container {
  max-width: 1120px;
  width: 100%;
  /* padding: 40px 0; */
      padding-bottom: 10px;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
    border-radius: 0;
    height: 570px;
}

.slider-card {
    background: #F9F9F9;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    position: relative;
    top: -15rem;
    height:400px;
    display: grid;
    align-items: end;
    z-index: -9;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
    padding-top: 12rem;
    padding-bottom: 2rem;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.swiper-wrapper {
    position: relative;
    width: 99%;
    height: 52vh !important;}

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    display: none !important;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}

.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.card-image {
  position: relative;
  padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 95%;
    object-fit: cover;
    margin: 0 auto;

}

.name {
  font-size:27.84px;
  color: #050505;
  text-align:left;
     font-family: 'Montserrat Alternates';
}

.description {
      font-size: 18px;
    color: #3C3C3C;
    text-align: left;
    line-height: 35.7px;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #000000;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #000000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }

  