@media (max-width: 1199.98px) {
  .hero img {
    -webkit-transform: scale(1.6) translate(10%, -5%);
    -ms-transform: scale(1.6) translate(10%, -5%);
    transform: scale(1.6) translate(10%, -5%);
  }
  .section-2 {
    padding: 5rem 0;
  }
  .section .heading,
  .default_section .heading {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .hero .heading {
    font-size: 40px;
  }
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section .heading {
    font-size: 30px;
  }
  .section-2 {
    padding: 3rem 0 !important;
  }
  .service-section-1 {
    padding-top: 3rem;
  }
  .header_btn_wrap{
    display: none;
  }
  .header_inner .navbar-collapse,
  .header_inner .navbar-collapse.show{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    /* background: rgba(0,0,0,.2); */
  }
  .header_inner .navbar-collapse .navbar-nav{
    width: 250px;
    background: #fff;
    height: 100%;
    margin-left: auto;
    color: #333;
    align-items: start;
    justify-content: start;
    padding: 40px 16px 16px;
    transform: translateX(250px);
    transition: .3s all linear;
  }
  .header_inner .navbar-collapse.show .navbar-nav{
    transform: translateX(0px);
  }
  .header_inner .navbar-collapse .mob-header_wrap .navbar-toggler{
    position: absolute;
    top: 16px;
    right: 16px;
    border: 0;
    z-index: 3;
  }
  .mob-header_wrap{
    height: 100vh;
    background: rgba(0 ,0,0,0.4);
  }
  .main_header .header_inner .navbar-nav .nav-link{
    margin-bottom: 16px;
  }
  .hero_slider_content_wrap{
    width: 100%;
  }
  .about_section{
    padding-top: 2rem;
  }
  .travel_slider_hidden_wrap {
    max-height: 320px;
  }
  .common_page_lft_wrap,
  .common_page_right_wrap {
    width: 100%;
  }
  .common_page_hero_section{
    height: 75vh;
  }
}

@media (max-width: 767.98px) {
  .hero img {
    -webkit-transform: scale(1.9) translate(10%, -3%);
    -ms-transform: scale(1.9) translate(10%, -3%);
    transform: scale(1.9) translate(10%, -3%);
  }
  .hero,
  .hero > .container > .row {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .hero .heading {
    font-size: 30px;
  }
  .travelPackages.swiper {
    width: 300px;
    height: 400px;
  }
  
  .travel_slider_main_wrap{
    height: 400px;
  }
  .hero_slider_content_wrap h1 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .hero_slider_content_wrap h4{
    display: none;
  }
  .hero_slider_content_wrap p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .global_btn{
    padding: 6px 14px;
    font-size: 12px;
  }
  .hero_slider_content_wrap {
    width: 90%;
    justify-content: end;
    height: 60vh;
    min-height: auto;
  }
  .hero_slider_content_wrap_inner{
    margin-bottom: 1rem;
  }
  .hero_inner .swiper{
    height: 60vh;
  }
  .section .heading, .default_section .heading {
    font-size: 28px;
  }
  .travel_slider_heading {
    font-size: 18px;
  }
  .travel_slider_hidden_wrap p{
    font-size: 12px;
    margin-bottom: .5rem;
  }
  .travel_read_more_btn{
    font-size: 14px;
  }
  #destination-controls .next, #destination-controls .prev, #prevnext-testimonial .next, #prevnext-testimonial .prev {
    width: 40px;
    height: 40px;
  }
  .our_guest_box .card{
    width: 100%;
  }
  .footer_inner_wrap{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .footer_lft, .footer_mid, .footer_rht {
    width: 100%;
    text-align: center;
  }
  .footer_social_links{
    justify-content: center;
  }
  .common_page_card_img_wrap {
    height: 190px;
  }
  .common_page_hero_section{
    height: 65vh;
  }
}

@media (max-width: 575.98px) {
  .hero img {
    -webkit-transform: scale(2.8) translate(10%, 0%);
    -ms-transform: scale(2.8) translate(10%, 0%);
    transform: scale(2.8) translate(10%, 0%);
  }
}
@media (max-width: 400.98px) {
  .travelPackages.swiper {
    width: 240px;
    height: 400px;
  }
}
