  select{
      height: 30px;
      color: white;
      background-color: #e77817;
      border: 0px;
      font-family: cursive;
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 12px  select{
      height: 30px;
      color: white;
      background-color: #e77817;
      border: 0px;
      font-family: cursive;
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 12px;
  }
  .navbar-nav .nav-item img{
    width: 40px;
  }
  

.nav-link {
  color: white;
  font-size: 15px;
}
.nav-link:hover {
  color: orange;
}

  select option:hover{
      background-color: black;
  }
  .btn-orange {
      background-color: #e77817;
  }
  .form-select{
      background-color: #e77817;
      font-size: 14px;
      width: 70% !important;
  }
  .btn-orange:hover {
      transition: background-color 0.5s ease;
      background-color: #46413e; /* Darker shade on hover */
    }
    
  ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }
  ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: orange;
    transform: scaleX(0);  
    transform-origin: left;
    transition: transform 0.6s ease;
  }

  ul li:hover a::after {
    transform: scaleX(1); /* Animate from left to right */
  }

  ul li:hover a {
    color: orange;
  }
  .heading {
    font-family: ui-monospace;
  }

  .hero {
    background: url('./images/Container1.jpg');
    color: white;
    text-align: center;
    padding: 300px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
  }

  .hero h1 {
    font-size: 4rem;
    font-weight: bold;

  }
  .Destinations {
    margin-top: -110px;
  }

  .destination-card img {
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
    overflow: hidden;
    transform-style: preserve-3d;
  }

  .destination-card:hover img {
    transform: scale(1.1) translate(40deg);
    transform: translateZ(50px) scale(1.1);
  }

  .img-card {
    border: 2px solid white;
    height: 280px;
    margin: auto;
    width: 92%;
  }

  .hotel-img-left {
    background-color: #42abc1;

  }

  .hotel-img-left img {
    margin-top: 12px;
    /* margin: auto; */
    height: 390px;
    margin-left: 30px;
  }

  .hotel-img-Right {
    background-color: #42abc1;

  }
  .btns .nav-pills .nav-item .nav-link{
    color: black;
  }
  .btns .nav-pills .nav-item .nav-link.active{
    color: white;
  }
  .hotel-img-Right img {
    margin-top: 12px;
    /* margin: auto; */
    height: 390px;
    margin-left: -30px;
  }

  .cards {
    height: 300px;
  }

  .cards .txt {
    height: 130px;
  }

  .ints-detail {
    position: absolute;
    top: 465%;
    width: 20% !important
  }

  .section .imgs img {
    height: 600px;
    object-position: center;
    background-size: cover;
    object-fit: cover;
  }

  /* .crd-w {
    width: 31% !important;
  } */

  .blog-button {
    margin-top: -50px;
    background-color: #e77817;
  }

  .view-btns {
    background-color: #e77817;
    font-family: cursive, 'Courier New', Courier, monospace;
  }

  .testimonial-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #ccc;
    margin: auto;
  }

  .testimonial-circle.active {
    border: 4px solid #00ffae;
    width: 180px;
    height: 180px;
  }

  .offer-btn button {
    width: 140px;
  }

  .deal-card-img .imgs {
    height: 230px;

  }

  /* .deal-card-img .card {
    width: 24% !important;
  } */

  .deal-card-img .imgs img {
    width: 100%;
    height: 230px;
  }

  .card-title {
    font-family: 'fangsong' !important;
  }

  .card-text {
    font-family: 'fangsong' !important;

  }

  .btn.active {
    background-color: #0d6efd !important;
    /* Bootstrap primary blue */
    color: white !important;
  }

  .footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-size: 14px;
}

.footer .logo img {
  max-width: 180px;
}

.footer .tagline {
  font-size: 13px;
  margin-top: 6px;
  color: #ccc;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer a:hover {
  color: #f9a602;
}

.footer .btn-yellow {
  background-color: #f9a602;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 6px 14px;
  transition: background-color 0.3s;
}
.footer .btn-yellow:hover {
  background-color: #e08f00;
}

.footer .whatsapp-icon {
  font-size: 40px;
  color: #25D366;
  transition: transform 0.3s;
}
.footer .whatsapp-icon:hover {
  transform: scale(1.1);
}

.footer-links li {
  margin-bottom: 6px;
}
.footer-links li::before {
  content: "• ";
  color: #f9a602;
  margin-right: 6px;
}

.footer input.form-control {
  border-radius: 4px;
}

.blogs{
  position: relative;
}
/* Responsive Fixes */
@media (max-width: 576px) {
  .container{
    width: 98% !important;
  }
  .footer {
    text-align: center;
  }
  .hero{
    
    padding: 27px 20px;
    
    height: 520px;
  }
  .hero p{
    font-size: 18px !important;
  }
  .hero h1{
    font-size: 36px;
  }
  .footer .form-control {
    width: 100% !important;
  }
  .footer .btn-yellow {
    width: 100%;
  }
  .footer .whatsapp-icon {
    font-size: 50px;
    margin-top: 10px;
  }
  .section .reiveews{
    display: none ;
  }
  .reviews{
    display: none;
  }
  .hotel-img-left img {
    margin-top: 0px;
    /* margin: auto; */
    height: 390px;
    margin-left: 0;
  }
  .hideen{
    display: none;
  }
  .hotel-img-Right img {
    /* margin-top: 12px; */
    margin: auto;
    /* height: 390px; */
    /* margin-left: -30px; */
}
.blogs{
  position: none;
}
.gallery {
    font-size: 14px;
    padding: 10px;
    width: 90%;
  }
   .blogs {
    position: relative !important;
  }
  .blog {
    position: relative !important;
    padding: 20px 10px;
  }
  .blog .card {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .section .imgs img{
    display: none;
  }
}
/* Hover effect */
/* Hover effect */


  }
  .navbar-nav .nav-item img{
    width: 40px;
  }
  

.nav-link {
  color: white;
  font-size: 15px;
}
.nav-link:hover {
  color: orange;
}

  select option:hover{
      background-color: black;
  }
  .btn-orange {
      background-color: #e77817;
  }
  .form-select{
      background-color: #e77817;
      font-size: 14px;
      width: 70% !important;
  }
  .btn-orange:hover {
      transition: background-color 0.5s ease;
      background-color: #46413e; /* Darker shade on hover */
    }
    
  ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }
  ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: orange;
    transform: scaleX(0);  
    transform-origin: left;
    transition: transform 0.6s ease;
  }

  ul li:hover a::after {
    transform: scaleX(1); /* Animate from left to right */
  }

  ul li:hover a {
    color: orange;
  }
  .heading {
    font-family: ui-monospace;
  }

  .hero {
    background: url('./images/Container1.jpg');
    color: white;
    text-align: center;
    padding: 300px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
  }

  .hero h1 {
    font-size: 4rem;
    font-weight: bold;

  }
  .Destinations {
    margin-top: -110px;
  }

  .destination-card img {
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
    overflow: hidden;
    transform-style: preserve-3d;
  }

  .destination-card:hover img {
    transform: scale(1.1) translate(40deg);
    transform: translateZ(50px) scale(1.1);
  }

  .img-card {
    border: 2px solid white;
    height: 280px;
    margin: auto;
    width: 92%;
  }

  .hotel-img-left {
    background-color: #42abc1;

  }

  .hotel-img-left img {
    margin-top: 12px;
    /* margin: auto; */
    height: 390px;
    margin-left: 30px;
  }

  .hotel-img-Right {
    background-color: #42abc1;

  }
  .btns .nav-pills .nav-item .nav-link{
    color: black;
  }
  .btns .nav-pills .nav-item .nav-link.active{
    color: white;
  }
  .hotel-img-Right img {
    margin-top: 12px;
    /* margin: auto; */
    height: 390px;
    margin-left: -30px;
  }

  .cards {
    height: 300px;
  }

  .cards .txt {
    height: 130px;
  }

  .ints-detail {
    position: absolute;
    top: 465%;
    width: 20% !important
  }

  .section .imgs img {
    height: 600px;
    object-position: center;
    background-size: cover;
    object-fit: cover;
  }

  /* .crd-w {
    width: 31% !important;
  } */

  .blog-button {
    margin-top: -50px;
    background-color: #e77817;
  }

  .view-btns {
    background-color: #e77817;
    font-family: cursive, 'Courier New', Courier, monospace;
  }

  .testimonial-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #ccc;
    margin: auto;
  }
 
 
  .testimonial-circle.active {
    border: 4px solid #00ffae;
    width: 180px;
    height: 180px;
  }

  .offer-btn button {
    width: 140px;
  }

  .deal-card-img .imgs {
    height: 230px;

  }

  /* .deal-card-img .card {
    width: 24% !important;
  } */

  .deal-card-img .imgs img {
    width: 100%;
    height: 230px;
  }

  .card-title {
    font-family: 'fangsong' !important;
  }

  .card-text {
    font-family: 'fangsong' !important;

  }

  .btn.active {
    background-color: #0d6efd !important;
    /* Bootstrap primary blue */
    color: white !important;
  }

  .footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-size: 14px;
}

.footer .logo img {
  max-width: 180px;
}

.footer .tagline {
  font-size: 13px;
  margin-top: 6px;
  color: #ccc;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer a:hover {
  color: #f9a602;
}

.footer .btn-yellow {
  background-color: #f9a602;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 6px 14px;
  transition: background-color 0.3s;
}
.footer .btn-yellow:hover {
  background-color: #e08f00;
}

.footer .whatsapp-icon {
  font-size: 40px;
  color: #25D366;
  transition: transform 0.3s;
}
.footer .whatsapp-icon:hover {
  transform: scale(1.1);
}

.footer-links li {
  margin-bottom: 6px;
}
.footer-links li::before {
  content: "• ";
  color: #f9a602;
  margin-right: 6px;
}

.footer input.form-control {
  border-radius: 4px;
}

.blogs{
  position: relative;
}
/* Responsive Fixes */
@media (max-width: 576px) {
  .container{
    width: 98% !important;
  }
  .footer {
    text-align: center;
  }
  .hero{
    
    padding: 27px 20px;
    
    height: 520px;
  }
  .hero p{
    font-size: 18px !important;
  }
  .hero h1{
    font-size: 36px;
  }
  .footer .form-control {
    width: 100% !important;
  }
  .footer .btn-yellow {
    width: 100%;
  }
  .footer .whatsapp-icon {
    font-size: 50px;
    margin-top: 10px;
  }
  .section .reiveews{
    display: none ;
  }
  .reviews{
    display: none;
  }
  .hotel-img-left img {
    margin-top: 0px;
    /* margin: auto; */
    height: 390px;
    margin-left: 0;
  }
  .hideen{
    display: none;
  }
  .hotel-img-Right img {
    /* margin-top: 12px; */
    margin: auto;
    /* height: 390px; */
    /* margin-left: -30px; */
}
.blogs{
  position: none;
}
.gallery {
    font-size: 14px;
    padding: 10px;
    width: 90%;
  }
   .blogs {
    position: relative !important;
  }
  .blog {
    position: relative !important;
    padding: 20px 10px;
  }
  .blog .card {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .section .imgs img{
    display: none;
  }
}
/* Hover effect */
/* Hover effect */

