@media screen and (max-width:1100px) {
   .call-header{
    display: none;
   } 
   .navbar-nav{
    margin-right: inherit!important;
   }
   .vision-head h2 {
    font-size: 40px;
    font-weight: 800;
    font-family: sans-serif;
}
.vision-text p {
    font-size: 15px;
    font-weight: 500;
    font-family: sans-serif;
    color: #535353;
    margin-top: 20px;
}
}

@media screen and (max-width:1200px) {
    .cars-head h2 {
        font-size: 40px;
        font-weight: 800;
        color: #000000;
        font-family: sans-serif;
    }
}

@media screen and (max-width:768px){

    .mission-vision-head h2 {
        font-size: 30px;
        font-weight: 800;
        text-align: center;
        font-family: sans-serif;
    }
    .vision-head h2 {
        font-size: 30px;
        font-weight: 800;
        font-family: sans-serif;
    }
    .mission-vision-head h2 br{
        display: none;
    }
    .about-ban h1 {
        color: #fff;
        font-weight: 800;
        font-size: 35px;
        text-align: center;
        font-family: sans-serif;
    }
    .about-ban{
    padding-top: 50px;
    padding-bottom: 50px;
    }
}


@media screen and (max-width:500px) {
    .about-head h1 {
        font-size: 35px;
        font-weight: 800;
        color: #000000;
        font-family: sans-serif;
    }
    .about-head p{
        font-size: 15px;
    }
    .experience-txt h6 {
        font-size: 16px;
        font-weight: 700;
    }
    .experience-txt h4 {
        font-size: 30px;
        font-weight: 700;
    }
    .experience-box {
        display: flex;
        gap: 10px;
        background-color: #ffc000;
        padding: 10px;
        position: absolute;
        bottom: 13px;
        align-items: center;
        border-radius: 10px;
        left: 15px;
    }
    .cars-head h2 {
        font-size: 34px;
        font-weight: 800;
        color: #000000;
        font-family: sans-serif;
    }

    .count-head h2 br{
        display: none;
    }
    .contact-text-head h2 {
        font-weight: 800;
        font-size: 35px;
    }
    .contact-box-txt p br{
        display: none;
    }
    footer p br{
        display: none;
    }
    .vision-head h2 {
        font-size: 25px;
        font-weight: 800;
        font-family: sans-serif;
    }
    .vision-text p{
        text-align: justify;
    }
    .vision-list ul li{
        font-size: 16px;
    }

    .about-ban h1 {
        font-size: 30px;
    }

    .detail-img h2{
        font-size: 25px;
    }
    .key-tour h2 {
        font-size: 25px;
        font-weight: 800;
    }
    .features-head h2{
        font-size: 25px;
    }
    .cars-head h2{
        font-size: 25px;
    }
    .detail-img p{
        font-size: 16px;
    }
 }


 @media screen and (max-width:1080px) {
    .package-price-button h5 span {
        font-size: 14px;
        color: #464545;
        margin-right: 10px;
    }
 }

 @media screen and (max-width:991px) {
    .owl-nav {
        position: absolute !important;
        bottom: inherit!important;
        left: inherit!important;
        top: -65px!important;
        right: 0px!important;
    }
    .cars-head {
        margin-bottom: 50px;
    }
    .owl-nav button img{
        width: 40px;
    }
    .dest-head h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 60px;
    }
    .dest-head p{
        text-align: justify!important;
    }
 }


 @media screen and (min-width:991px) {
    /* Initially hide the dropdown menu */
.nav-item .dropdown-menu {
    display: block; /* Allow the dropdown to be rendered */
    max-height: 0; /* Initially set the max height to 0 */
    opacity: 0; /* Initially set opacity to 0 */
    overflow: hidden; /* Hide anything outside */
    transition: max-height 0.3s ease, opacity 0.3s ease; /* Smooth transition for max-height and opacity */
  }
 
  
  /* Show the dropdown menu smoothly when hovering over the parent item */
  .nav-item:hover .dropdown-menu {
    max-height: 500px; /* Set a max height large enough to show the content */
    opacity: 1; /* Make the dropdown visible */
  }
  .dropdown-menu{
    border: 2px solid #fb6257;
  }
  .dropdown-item:hover{
   background-color: #fb6257;
   color: #fff;
   font-size: 15px;
  } 
  .dropdown-item{
    font-size: 15px;
  }

  
  
}