.navbar{
    background-color: white;
}

.navbar-brand {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.5rem;
  margin-left: 10%;
}
.uls{
    margin-left: 3%;
    font-size: 1.1rem;
    color: black;
}
.navbar-nav .nav-link {
  position: relative;
  margin: 0 8px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.search{
    margin-right: 2%;
}

.ab{
    height: 40px;
}

.navbar-nav .nav-link:hover {
  color: #0dcaf0;
}


.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
}

.dropdown-item:hover {
  background-color: #0dcaf0;
  color: white;
}



.carousel-inner {
  height: 90vh;
  width: 100%;
  object-fit: cover;
}

.carousel-item {
  height: 90vh;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
}

.carousel-caption h5 {
  font-size: 4rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-shadow: 2px 2px white;
}

.carousel-caption p {
  font-size: 1.7rem;
  color: rgb(0, 0, 0);
  text-shadow: 1px 1px white;
}


.h1{
    font-size: 3rem;
    font-weight: bold;
}
.sec,
.sec2 {
  background-color: #ffffff;
  padding: 100px 0;
}


.section-title {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.section-text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #4b4a4a;
  max-width: 420px;
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
}

.view,
.view2 {
  background-color: #0dcaf0;
  color: white;
  border: none;
  margin-top: 30px;
  padding: 14px 38px;
  font-size: 0.95rem;
  letter-spacing: 2px;
  transition: 0.3s;
}

.view:hover,
.view2:hover {
  background-color: #0dcaf0;
}

.hiking,
.hiking2 {
  border-radius: 15px;
  height: 50vh;
}

.flight-form-section {
  background-color: #0b1c2d;
  padding: 100px 0;
}

.flight-form-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.flight-form-box h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0b1c2d;
}

.flight-form-box p {
  color: #575757;
  font-size: 1rem;
}

.form-label {
  font-weight: 500;
  color: #383838;
}

.form-control,
.form-select {
  border-radius: 10px;
  padding: 12px;
}


.btn-flight {
  background-color: #0dcaf0;
  color: white;
  padding: 14px 40px;
  border-radius: 30px;
  letter-spacing: 1px;
  font-weight: 500;
}

.btn-flight:hover {
  background-color: #00ffb3;
}

.footer {
  background-color: #0b1c2d;
  color: white;
  padding: 80px 0 30px;
}

.footer-logo {
  color: #0dcaf0;
  font-size: 1.8rem;
  font-weight: 600;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #cfcdcd;
  margin-top: 15px;
}

.footer-title {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #cfcdcd;
  font-size: 0.95rem;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #0dcaf0;
}

.footer-contact {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #cfcdcd;
}

.footer-line {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: #b8b6b6;
  margin: 0;
}




@media (max-width: 991px) {
  .carousel-inner,
  .carousel-item {
    height: 70vh; 
  }

  .carousel-caption h5 {
    font-size: 2.5rem;
  }

  .carousel-caption p {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .carousel-inner,
  .carousel-item {
    height: 60vh; 
  }

  .carousel-caption h5 {
    font-size: 1.5rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  .carousel-caption h5 {
    font-size: 1.2rem;
  }

  .carousel-caption p {
    font-size: 0.8rem;
  }
}

