@media screen and (min-width: 1025px) and (max-width: 1800px) {
/* .tour-offer {
    background-position: 43% 12%;
    background-size: 47%;
} */
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .hero_sec h1 {
    font-size: 48px;
    line-height: 70px;
  }
  img.single_planeright {
    width: 50%;
}
  .hero_sec p {
    font-size: 20px;
    line-height: 30px;
    max-width: 90%;
  }
  .category_section p {
    max-width: 55%;
  }
  .category_section h2 {
    font-size: 42px;
  }
  .category_section .category_lists .category_list {
    padding: 10px 28px;
    font-size: 16px;
  }
  .category_card p {
    max-width: 80%;
  }
  .category_card .activity_card .card-overlay p {
    max-width: 100%;
  }
  .category_card .activity_card .card-overlay {
    padding: 40px 25px 25px;
  }
  .category_card .activity_card .card-overlay h4 {
    font-size: 24px;
  }
  .category_card .activity_card .card-overlay button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .category_card h3 {
    font-size: 32px;
  }
  .tour-offer .tour-images .img-box {
    height: 215px;
  }
  .tour-offer .tour-content h3 {
    font-size: 40px;
    margin-bottom: 8px;
    line-height: 52px;
  }
.tour-offer {
    padding: 70px 0;
    /* background-size: 54%;
    background-position: 42% 12%; */
}
  .app_section .footer_outer {
    padding: 35px;
  }
  .app_section .footer_outer h3 {
    font-size: 42px;
    line-height: 52px;
  }
  .footer h5 {
    font-size: 22px;
  }
  .app_section .footer_outer p {
    padding: 12px 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero_sec h1 {
    font-size: 42px;
    line-height: 56px;
  }
  .hero_sec {
    min-height: 525px;
  }
  .tour-offer {
    padding: 20px 0 70px;
    /* background-position: 38% 4%;
    background-size: 50%; */
  }
  .hero_sec p {
    font-size: 18px;
    line-height: 28px;
    max-width: 70%;
  }
  .category_section {
    padding: 50px 0;
  }
img.single_planeleft {
    margin-left: -25px;    
    width: 100%;
}
img.single_planeright {
    width: 50%;
}
  .app_section .footer_outer h3,
  .category_section h2 {
    font-size: 32px;
  }
  .category_section p {
    font-size: 16px;
    max-width: 70%;
  }
  .category_section .category_lists .category_list {
    padding: 10px 30px;
    font-size: 16px;
  }
  .category_card .activity_card {
    height: 345px;
  }
  .category_card .activity_card .card-overlay {
    padding: 30px 18px 18px;
  }
  .category_card .activity_card .card-overlay h4 {
    font-size: 19px;
  }
  .category_card .activity_card .card-overlay p {
    font-size: 16px;
    line-height: 20px;
  }
  .category_card .activity_card .card-overlay button {
    padding: 10px 30px;
    font-size: 16px;
  }
  .tour-offer .tour-content h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .tour-offer .tour-images .img-box {
    height: 155px;
  }
  .footer h5 {
    font-size: 22px;
    padding-left: 15px;
  }
  .footer h5:before {
    left: 0px;
  }
  /* .tour-offer .tour-images .img-box:nth-child(2) {
    margin-top: 35px;
  }
  .tour-offer .tour-images .img-box:nth-child(3) {
    margin-top: -35px;
  } */
  .app_section .footer_outer {
    padding: 35px;
    margin-bottom: 50px;
    min-height: auto;
  }
  .app_section .footer_outer h3 {
    line-height: 45px;
  }
  .app_section .footer_outer p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
    padding: 12px 0 20px;
  }
  .app_section .footer_outer .app-buttons a {
    margin: 0 0 15px !important;
  }
  .app_section .footer_outer .app-buttons {
    margin: 0 0 30px !important;
  }
  .tour-offer.about_page {
    padding: 75px 0px 60px;
  }
  /* .tour-offer.about_page {
    background-position: 38% 14%;
  } */
  .profile_card h2 {
    font-size: 28px;
  }
  .profile_card {
    margin: 70px auto;
    padding: 65px 45px 40px;
  }
  .single_page .single_content {
    padding: 70px 0;
  }
  .signup_page #leftCarousel h2 {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 991px) {
  .header_bar .brand img {
    max-width: 85px;
  }
  .header_bar ul li a {
    font-size: 16px;
    display: inline-block;
  }
  .header_bar .navbar-collapse {
    padding: 12px 0 35px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .app_section .footer_outer .app-buttons a {
    margin: 0 0 15px !important;
  }
  .app_section .footer_outer .app-buttons {
    margin: 0 0 30px !important;
  }
  #navbarMain {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100vh;
    background: #fff;
    padding: 20px;
    transition: left 0.4s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    display: block !important;
    overflow-y: auto;
    z-index: 9999;
  }

  #navbarMain.show {
    left: 0;
  }

  .navbar-collapse ul {
    flex-direction: column;
    gap: 15px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
    padding: 10px 0;
  }


.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6l18 18M24 6L6 24'/%3e%3c/svg%3e");
}

}
@media only screen and (max-width: 767px) {
  .hero_sec h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .hero_sec p {
    font-size: 16px;
    line-height: 25px;
  }
  .hero_sec {
    min-height: 400px;
  }
  .tour-offer,
  .category_section {
    padding: 40px 0;
  }

  .top_banner h1,
  .app_section .footer_outer h3,
  .tour-offer .tour-content h3,
  .category_section h2 {
    font-size: 28px;
  }
  .category_section p {
    font-size: 14px;
    max-width: 100%;
  }
  .category_section .category_lists .category_list {
    padding: 7px 22px;
    font-size: 14px;
  }
  .category_card h3 {
    font-size: 24px;
  }
  .category_card p {
    font-size: 15px;
    margin: 0 auto 20px;
  }
  .category_card .activity_card .card-overlay {
    padding: 30px 20px 20px;
  }
  .category_card .activity_card .card-overlay h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .category_card .activity_card .card-overlay p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 22px;
  }
  .category_card .activity_card .card-overlay button {
    padding: 10px 25px;
    font-size: 16px;
  }
  .category_card .activity_card {
    height: 390px;
  }
  .tour-offer .tour-images .img-box {
    height: auto;
  }
  .tour-offer .tour-images {
    gap: 15px;
  }
  /* .tour-offer .tour-images .img-box:nth-child(2) {
    margin-top: 40px;
  }
  .tour-offer .tour-images .img-box:nth-child(3) {
    margin-top: -40px;
  } */
  .tour-offer .tour-images .img-box .play-icon {
    width: 50px;
    height: 50px;
  }
  .tour-offer .tour-images .img-box .play-icon i {
    font-size: 30px;
  }
  .tour-offer .tour-content {
    margin-top: 40px;
  }

  .tour-offer .tour-content h3 {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .tour-offer .tour-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .app_section .footer_outer {
    padding: 20px;
    margin-bottom: 40px;
    min-height: auto;
  }
  .app_section .footer_outer h3 {
    line-height: 32px;
  }
  .footer p,
  .app_section .footer_outer p {
    font-size: 16px;
    line-height: 25px;
    max-width: 100%;
    padding: 5px 0 10px;
  }

  .footer .brand_logo img {
    max-width: 120px;
  }
  .footer h5 {
    margin-bottom: 15px;
    font-size: 22px;
    padding-left: 12px;
  }
  .footer h5:before {
    left: 0px;
  }
  .footer ul li {
    font-size: 15px;
  }
  .copy_write {
    padding-top: 12px;
    margin-top: 40px;
  }
  .footer {
    padding: 50px 0 5px;
  }
  .single_page .single_content,
  .tour-offer.about_page {
    padding: 55px 0;
  }
  .top_banner {
    min-height: 160px;
  }
  .profile_card {
    margin: 60px auto;
    padding: 50px 25px 35px;
  }
  .profile_card h2 {
    font-size: 25px;
  }
  .profile_card .profile-avatar {
    width: 120px;
    height: 120px;
  }
  .profile_card .profile-avatar .avatar-text {
    font-size: 38px;
  }
  .profile_card .logout-btn,
  .profile_card .update-btn {
    max-width: 75%;
    padding: 12px;
    width: 100%;
    font-size: 16px;
  }
  .single_page .single_content ul li,
  .single_page .single_content p {
    line-height: 23px;
    font-size: 15px;
  }
  .signup_page .right_signup {
    padding: 25px !important;
  }
  .signup_page #leftCarousel h2 {
    font-size: 28px !important;
  }
  .signup_page .right_signup h4 {
    font-size: 22px !important;
  }

  .signup_page .right_signup form .google-btn {
    font-size: 16px;
    margin-bottom: 35px !important;
  }
  .signup_page {
    padding: 50px 0;
  }
  .signup_page img {
    max-width: 110px;
  }
  .signup_page .right_signup form .google-btn,
  .signup_page .right_signup form .reg_btn {
    padding: 12px 15px;
  }
  .signup_page .right_signup form input {
    padding: 10px;
    font-size: 15px;
  }
  .single_planeright, .single_planeleft {
    display: none;
  }
}
