.card-content {
  padding: 1.5rem;
}

.card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  text-align: center;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  color: white;
}

.btn-circle:hover {
  background-color: #03194d;
  transform: scale(1.1);
}

.card-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.card-content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
/* flip card  */
.flip-card {
  perspective: 1000px;
  width: 100%;
  height: 300px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.9s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.flip-card-front img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.flip-card-front {
  background-size: cover;
  background-position: center;
}

.flip-card-back {
  background: #03194d;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 20px;
}

.flip-card-back h5 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.flip-card-back p {
  font-size: 18px;
}

.slide_card {
  padding: 30px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  min-height: 455px;
}
.slide_card img {
  border-radius: 16px;
}

.a_text {
  font-size: 19px;
  margin-left: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .slide_card {
    padding: 20px;
    min-height: 970px;
  }
}
/* .slide_swiper .swiper-slide {
  zoom: 0.8;
}
.slide_swiper .swiper-slide.swiper-slide-active {
  zoom: 1;
} */
