/* Border round */
.border-round-landing {
  border-radius: 25px;
}

.border-round {
  border-radius: 45px;
}

.border-round-menu {
  border-radius: 45px;
}
.border-round-top-landing {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.border-round-bottom-landing {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.border-round-top {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.border-round-bottom {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

.fontDream {
  font-family: "Dream Orphans";
}

.carousel-percent-text {
  font-size: 50px;
}

.mega-offer h4 {
  line-height: 1.8;
}

.about-content p {
  font-size: 19px;
}
@media screen and (max-width: 992px) {
  .border-round-menu {
    border-radius: 0px;
  }
  .border-round {
    border-radius: 0px;
  }
  .carousel-caption-div h1,
  h3 {
    font-size: 14px;
  }
  .carousel-percent-text {
    font-size: 30px;
  }

  .border-round-landing {
    padding: 5px;
    font-size: 12px;
  }
  .mega-offer h1 {
    font-size: 20px;
  }
  .mega-offer h4 {
    font-size: 14px;
  }
  .about-content p {
    font-size: 14px;
  }
}

/* Testimonial */
.testimonial-review {
  font-size: 13px;
}

.nav-pills .nav-item .active {
  border-bottom: 2px solid #31985d;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blinking-text {
  animation: blink 1.5s infinite;
}

.package-item .rating-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: white;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 676px) {
  .landingLogo {
    width: 60px;
  }
}
