@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px !important;
  }
  .about-home-area-img img {
    height: 1000px;
  }
  .testimonials-text img:last-child {
    right: 50px;
  }
  .about-home-area .col-lg-6:nth-child(1) {
    padding-right: 30px !important;
  }
  .about-home-area .col-lg-6:nth-child(2) {
    padding-left: 30px !important;
  }
  .about-home-area .col-lg-6:nth-child(1).about-home-area-text1 {
    padding-right: 67px !important;
  }
  .about-home-area
    .col-lg-6:nth-child(2).about-home-area-text1.about-home-area-text2 {
    padding-left: 94px !important;
    padding-right: 0 !important;
  }
  .about-home-area .col-lg-6:nth-child(1).ticket-panel {
    padding-right: 15px !important;
  }
  .about-home-area .col-lg-6:nth-child(2).ticket-panel {
    padding-left: 15px !important;
  }
  .ticket-panel {
    margin: 5px 0;
  }
  .shopping-left-panel,
  .shopping-left-panel {
    max-width: 734px;
  }
  .about-home-area-img video {
    height: 1004px;
    object-fit: cover;
  }
  .checkout-area-left {
    padding-right: 200px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container {
    max-width: 1300px !important;
  }
  .discount-price-area span {
    font-size: 13px;
  }
  .price-area span {
    font-size: 13px;
  }
  .about-home-area-img img {
    height: 1058px;
  }
  .checkout-area-left {
    padding-right: 200px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-bottom .mobile-only {
    display: none;
  }
  .footer-bottom .desktop-only {
    display: flex;
  }

  .menu-name-area,
  .cross-menu,
  .log-button-area,
  .mobile-cart-area,
  .mobile-language-area {
    display: none;
  }
  .checkout-area-left {
    padding-right: 200px !important;
  }
  .about-home-area-text1 .ticket-panel {
    padding: 0 !important;
  }
  .about-home-area-text1 .row {
    margin: 0 !important;
    gap: 10px;
  }
  .about-home-area-text1 .price-section span {
    margin-right: 0;
    width: 100%;
  }
  .about-home-area-text1.about-home-area-text2 .price-section span {
    margin-right: 10px;
  }
  .about-home-area-text1.about-home-area-text2 .price-section span {
    padding: 11.5px 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-home-area-img button {
    height: auto;
  }
  .check-out-total-area {
    flex-direction: column;
  }
  .check-out-total-right {
    width: 100%;
  }
  .check-out-total-left {
    width: 100%;
  }
  .check-out-total-right .pay-button {
    margin-left: 0;
  }
  .check-out-total-left p:last-child {
    max-width: 100%;
  }

  .search-panel-area {
    width: 33.33%;
  }

  .menu-name-area,
  .cross-menu,
  .log-button-area,
  .mobile-cart-area,
  .mobile-language-area {
    display: none;
  }
  .footer-bottom .mobile-only {
    display: none;
  }
  .footer-bottom .desktop-only {
    display: flex;
  }
  .footer-logo {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .footer-menu {
    width: 33.33% !important;
  }
  .footer-contact {
    width: 33.33% !important;
  }
  .testimonials-area h2 {
    font-size: 31px;
    padding-left: 0;
  }
  .package-text-area {
    min-width: 297px;
    max-width: 297px;
    padding: 24px;
  }
  .package-text-area p {
    display: none;
  }
  .packages-area .package-text-area a {
    display: none;
  }
  .package-text-area h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .packages-area img {
    height: 235px;
  }
  .about-home-area .col-lg-6 {
    width: 100%;
  }
  .about-home-area-img img {
    height: 100%;
  }
  .about-home-area-img a {
    height: auto;
  }
  .about-home-area-text {
    padding: 30px 0;
  }
  .about-home-area .col-lg-6.ticket-panel {
    width: 50% !important;
    text-align: center !important;
  }
  .about-home-area .about-home-area-text1 {
    width: 50%;
    text-align: center;
  }
  .about-home-area .about-home-area-text2 {
    width: 50%;
    text-align: center;
  }
  .about-home-area .about-home-area-text1 .price-section {
    justify-content: center;
  }
  .about-home-area h4 {
    text-align: center;
  }
  .about-home-area .about-home-area-text2 .price-section {
    justify-content: space-around;
    flex-flow: wrap;
  }
  .price-section span {
    margin-bottom: 15px;
  }
  .search-box {
    max-width: 428px;
    min-width: 199px;
  }
  .navbar {
    margin-left: 0px;
  }
  .login-area a {
    padding: 8px 7px;
  }
  .privacy-policy-area h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .privacy-policy-area {
    padding: 50px 0;
  }

  .sign-in-area {
    padding: 100px 0;
  }

  .my-profile-section {
    padding: 30px;
  }
  .my-profile-notifications h2,
  .my-profile-section h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .checkout-area-right .promo-code input {
    width: 200px;
  }
  .checkout-area-left {
    padding-right: 15px;
  }
  .checkout-area-right {
    padding-left: 15px;
  }
  .checkout-area-right .right-bill {
    width: 50%;
  }
  .about-home-area-img video {
    height: 1058px;
    object-fit: cover;
  }
  .about-home-area-text1 .ticket-panel {
    padding: 0 !important;
    width: 48%;
  }
  .about-home-area-text1 .row {
    margin: 0 !important;
    gap: 10px;
    justify-content: space-between;
  }
  .about-home-area-text1 .price-section span {
    margin-right: 0;
    width: 100%;
  }
  .about-home-area-text1.about-home-area-text2 .price-section span {
    margin-right: 10px;
  }
  .about-home-area-text1.about-home-area-text2 .price-section span {
    padding: 11.5px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-panel-area {
    width: 50%;
  }

  .nav-area-menu {
    display: none;
  }
  .nav-area .search-box {
    display: none !important;
  }
  .nav-menu-area {
    justify-content: space-between;
  }
  .navbar-toggler {
    border: none;
  }
  .nav-area .logo {
    width: 85px;
  }
  .nav-area {
    padding: 8px 0;
  }
  .banner-bottom-text {
    display: none;
  }
  .banner-area h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  .banner-area p {
    text-align: center;
  }
  .banner-area a {
    font-size: 14px;
    line-height: 14px;
    margin-top: 45px;
  }
  .banner-area {
    text-align: center;
  }
  .banner-area img {
    height: 351px;
  }
  .about-home-area {
    padding: 48px 0;
  }
  .about-home-area-img img {
    height: auto;
  }
  .about-home-area-img a {
    height: auto;
  }
  .about-home-area h2 span {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 16px;
  }
  .about-home-area h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .about-home-area-text {
    padding: 32px 0;
  }
  .about-home-area-text1 {
    margin-top: 0;
    text-align: center;
  }
  .ticket-panel {
    width: 25% !important;
    padding: 0 10px !important;
  }
  .price-section span {
    font-size: 14px;
    line-height: 14px;
    min-width: 100%;
    padding: 16px 0;
  }
  .about-home-area-text1 p {
    min-height: 40px;
  }
  .about-home-area-text2 .ticket-panel {
    width: 50% !important;
    padding: 0 10px !important;
  }
  .footer-logo {
    width: 100% !important;
  }
  .footer-menu {
    width: 100% !important;
  }
  .footer-contact {
    width: 100% !important;
  }
  .news-latter-area h2 span {
    font-size: 14px;
    line-height: 14px;
  }
  .news-latter-area h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .news-latter-area h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .news-latter-area p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .subscribe-button {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials-area h2 {
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    padding-left: 0;
    max-width: 240px;
    margin: 0 auto;
  }
  .testimonials-text img:first-child {
    position: relative;
    left: 0;
    width: 45px;
    height: 45px;
  }
  .testimonials-text img:last-child {
    width: 45px;
    height: 45px;
  }
  .testimonials-area {
    padding: 20px 0;
    margin-top: 50px;
  }
  .partners-area h2 span,
  .tour-area h2 span {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .partners-area h2,
  .tour-area h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 50px;
    text-align: center;
  }
  .partners-area {
    padding: 50px 0;
  }
  .tour-area-top a {
    display: none;
  }
  .tour-area-top {
    justify-content: center;
  }
  .tour-area h2 span {
    justify-content: center;
  }
  .experiences-area,
  .packages-area,
  .partners-area,
  .testimonials-area {
    padding-bottom: 50px;
  }
  .partners-area h2,
  .tour-area h2 {
    margin-bottom: 50px;
  }
  .tour-area-top {
    margin-bottom: 0;
  }
  .tour-area {
    padding-bottom: 50px;
  }
  .experiences-area h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  .experiance-text-area p {
    font-size: 14px;
    line-height: 21px;
  }
  .experiences-area .experiance-text-area a {
    display: none;
  }
  .experiences-area img {
    height: 234px;
  }
  .experiance-text-area {
    padding: 16px;
  }
  .package-text-area {
    min-width: 297px;
    max-width: 297px;
    padding: 24px;
  }
  .package-text-area p {
    display: none;
  }
  .packages-area .package-text-area a {
    display: none;
  }
  .package-text-area h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .packages-area img {
    height: 234px;
  }
  .packages-area h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  .navbar {
    justify-content: flex-end !important;
    position: absolute !important;
    right: 0 !important;
    width: 100% !important;
  }
  .navbar-nav {
    background: rgba(34, 41, 58, 1);
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 99;
    height: 100vh;
    top: 0;
  }

  .nav-area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  button:focus:not(:focus-visible) {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .about-home-area-text2 .price-section span {
    min-width: 72px;
  }
  .about-home-area-text1 p {
    display: none;
  }
  .about-home-area-text1 .ticket-panel p {
    display: block !important;
  }
  .about-home-area-text2 p {
    display: block;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 0;
    min-height: auto;
  }
  .about-home-area-text2 .ticket-panel p {
    display: none !important;
  }
  .about-home-area a {
    margin-top: 24px;
  }
  .about-home-area-text2 .ticket-panel {
    min-height: auto !important;
  }
  .footer-logo-section img {
    margin-right: 14px;
  }
  .footer-social-section {
    margin-top: 35px;
  }
  .footer-section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(43, 61, 81, 0.2);
  }
  .footer-top {
    padding: 0;
    border: none;
  }
  .footer-section h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .footer-section li {
    margin-bottom: 24px;
  }
  .footer-section li:last-child {
    margin-bottom: 0;
  }
  .footer-bottom .footer-bottom1 {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }
  .footer-bottom2 {
    flex-direction: column;
    text-align: left;
    align-items: flex-start !important;
    font-size: 12px;
  }
  .develope-area img {
    width: 48px;
    margin-left: 10px;
  }
  .footer-bottom3 img {
    width: 50px;
    object-fit: contain;
  }
  .footer-bottom3 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer-bottom .footer-bottom3 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid rgba(43, 61, 81, 0.2);
  }
  .footer-bottom .footer-bottom3 h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .footer-bottom {
    padding: 0 0 25px;
    border: none;
  }
  .footer-logo .footer-section {
    border-top: 1px solid rgba(43, 61, 81, 0.2);
    border-bottom: none;
  }
  .footer-bottom .mobile-only {
    display: flex;
    margin-bottom: 25px;
  }
  .footer-bottom .desktop-only {
    display: none;
  }
  .testimonials-text {
    display: flex;
    align-items: center;
  }
  .price-section {
    justify-content: space-around;
  }
  .privacy-policy-area h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .privacy-policy-area {
    padding: 50px 0;
  }
  .explore-area h2 {
    margin-bottom: 0;
  }
  .cross-menu button {
    background: transparent;
    border: none;
  }
  .package-popup-bottom-section .modal-bottom-text {
    transform: translate(-50%, -50%);
    max-width: 260px;
    left: 50%;
  }
  .package-popup-bottom-section .modal-bottom-text h2 {
    font-size: 24px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
  }
  .search-option-area-modal #datepicker {
    width: 100%;
    margin: 10px 0;
  }
  .check-availability-button a {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    margin-top: 10px;
  }
  .travelers-modal-area .tour-area-top h2 {
    text-align: left;
  }
  .popup-details-heading-section {
    flex-direction: column;
  }
  .popup-details-right-section {
    text-align: left;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .popup-details-right-section-mobile {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .popup-details-left-link a {
    margin-bottom: 0;
  }
  .popup-details-heading-section {
    align-items: baseline;
  }
  .package-popup-banner-top-area span {
    font-size: 12px;
    margin-bottom: 0;
  }
  .price-area-popup {
    margin-left: 10px;
  }
  .experience-text-section {
    padding-top: 25px;
  }
  .package-popup-banner-top-area {
    padding: 30px 0;
  }
  .nav-area .container {
    position: relative;
  }

  .social-link {
    flex-direction: column;
    align-items: center;
  }
  .social-link a {
    margin: 5px 0;
    min-width: 210px;
    justify-content: center;
  }
  .password-area {
    margin-top: 20px;
  }
  .sign-in-area {
    padding: 50px 0;
  }
  .forgot-popup-area .modal-header,
  .forgot-popup-area .modal-body,
  .reset-popup-area .modal-header,
  .reset-popup-area .modal-body,
  .notification-password .modal-header,
  .notification-password .modal-body {
    padding: 20px;
  }
  .forgot-popup-area .modal-header,
  .reset-popup-area .modal-header,
  .notification-password .modal-body {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .forgot-popup-area h5,
  .reset-popup-area h5 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .reset-popup-area .modal-header p {
    font-size: 14px;
  }
  .reset-popup-area form {
    margin-top: 0;
  }
  .reset-popup-area .modal-body {
    padding-top: 0;
  }
  .sign-in-section .form-check button {
    padding: 0;
  }
  .sign-in-section h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .my-profile-section {
    padding: 30px 15px;
  }
  .my-profile-notifications h2,
  .my-profile-section h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .reminders-profile-area .account-area,
  .account-area {
    margin-top: 0;
  }
  .contact-img img {
    height: auto;
  }
  .contact-text {
    padding: 30px !important;
    flex-shrink: unset !important;
    width: auto !important;
    max-width: auto !important;
    margin-top: 0 !important;
  }

  .edit-price-section .price-section {
    max-width: 90px;
  }
  .shopping-cart-area {
    padding: 50px 0;
  }
  .cart-left-img {
    margin-bottom: 15px;
  }

  .checkout-area-right .promo-code input {
    width: 200px;
  }
  .checkout-area-left {
    padding-right: 15px;
  }
  .checkout-area-right {
    padding-left: 15px;
  }

  .added-cart-panel {
    flex-direction: column;
  }
  .go-to-cart {
    margin-top: 20px;
  }

  .about-home-area-img button {
    height: auto;
  }
  .price-section {
    flex-flow: wrap;
  }
  .price-section span {
    padding: 16px 10px;
    margin-bottom: 10px;
  }
  .about-home-area-img video {
    height: 1058px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 767px) {
  .no-times-area,
  .map-section-area {
    padding: 24px 15px;
  }
  .no-times-price-section {
    flex-direction: column;
    padding: 24px;
  }
  .price-section-left {
    width: 100%;
    float: left;
  }
  .add-to-cart-button a {
    padding: 10px 30px;
  }
  .price-section-right {
    width: 100%;
    margin-top: 20px;
    align-items: center;
  }
  .price-section-left {
    text-align: center;
  }
  .no-times-price-section .price-number {
    margin: 8px 0;
  }
  .about-home-area-img button {
    height: auto;
  }

  .search-panel-area {
    width: 100%;
  }
  .search-filter-top-section,
  .search-filter-bottom-section {
    flex-direction: column;
  }
  .search-filter-right-section,
  .search-filter-bottom-right {
    margin-top: 15px;
  }
  .search-filter-bottom-left label {
    margin-bottom: 10px;
  }
  .search-filter-bottom-left {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: baseline;
  }
  .pagination-secrion-area {
    flex-direction: column;
  }
  .pagination-secrion-left {
    margin-bottom: 15px;
  }

  .check-out-total-area {
    flex-direction: column;
  }
  .check-out-total-right {
    width: 100%;
  }
  .check-out-total-left {
    width: 100%;
  }
  .check-out-total-right .pay-button {
    margin-left: 0;
  }
  .check-out-total-left p:last-child {
    max-width: 100%;
  }

  .checkout-area-right .promo-code input {
    width: 200px;
  }
  .checkout-area-left {
    padding-right: 15px;
  }
  .checkout-area-right {
    padding-left: 15px;
  }

  .shopping-left-panel .dropdown {
    margin: 7px 0;
  }
  .edit-price-section .price-section {
    max-width: 90px;
  }
  .shopping-cart-area {
    padding: 50px 0;
  }
  .total-area .right-bill {
    font-size: 24px;
  }
  .cart-left-img {
    margin-bottom: 15px;
  }
  .save-button {
    padding: 10px 20px;
  }
  .promo-code input {
    width: 100%;
  }
  .shopping-left-panel,
  .bill-summery {
    padding: 15px;
  }

  .my-profile-section {
    padding: 30px 15px;
  }
  .my-profile-notifications h2,
  .my-profile-section h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .reminders-profile-area .account-area,
  .account-area {
    margin-top: 0;
  }
  .contact-img img {
    height: auto;
  }
  .contact-text {
    padding: 30px !important;
    flex-shrink: unset !important;
    width: auto !important;
    max-width: auto !important;
    margin-top: 0 !important;
  }

  .social-link {
    flex-direction: column;
    align-items: center;
  }
  .social-link a {
    margin: 5px 0;
    min-width: 210px;
    justify-content: center;
  }
  .password-area {
    margin-top: 20px;
  }
  .sign-in-area {
    padding: 50px 0;
  }
  .forgot-popup-area .modal-header,
  .forgot-popup-area .modal-body,
  .reset-popup-area .modal-header,
  .reset-popup-area .modal-body,
  .notification-password .modal-header,
  .notification-password .modal-body {
    padding: 20px;
  }
  .forgot-popup-area .modal-header,
  .reset-popup-area .modal-header,
  .notification-password .modal-body {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .forgot-popup-area h5,
  .reset-popup-area h5 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .reset-popup-area .modal-header p {
    font-size: 14px;
  }
  .reset-popup-area form {
    margin-top: 0;
  }
  .reset-popup-area .modal-body {
    padding-top: 0;
  }
  .sign-in-section .form-check button {
    padding: 0;
  }
  .sign-in-section h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .nav-area .container {
    position: relative;
  }

  .search-option-area-modal #datepicker {
    width: 100%;
    margin: 10px 0;
  }
  .check-availability-button a {
    width: 100%;
    text-align: center;
  }
  .travelers-modal-area .tour-area-top h2 {
    text-align: left;
  }
  .popup-details-heading-section {
    flex-direction: column;
  }
  .popup-details-right-section {
    text-align: left;
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .popup-details-right-section-mobile {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .popup-details-left-link a {
    margin-bottom: 0;
  }
  .popup-details-heading-section {
    align-items: baseline;
  }
  .package-popup-banner-top-area span {
    font-size: 12px;
    margin-bottom: 0;
  }
  .price-area-popup {
    margin-left: 10px;
  }
  .experience-text-section {
    padding-top: 25px;
  }
  .package-popup-banner-top-area {
    padding: 30px 0;
  }

  .package-popup-bottom-section .modal-bottom-text h2 {
    font-size: 24px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
  }
  .package-popup-bottom-section .modal-bottom-text {
    transform: translate(-50%, -50%);
    max-width: 260px;
    left: 50%;
  }

  .cross-menu button {
    background: transparent;
    border: none;
  }

  .nav-area-menu {
    display: none;
  }
  .nav-area .search-box {
    display: none !important;
  }
  .nav-menu-area {
    justify-content: space-between;
  }
  .navbar-toggler {
    border: none;
  }
  .nav-area .logo {
    width: 85px;
  }
  .nav-area {
    padding: 8px 0;
  }
  .banner-bottom-text {
    display: none;
  }
  .banner-area h2 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  .banner-area p {
    text-align: center;
  }
  .banner-area a {
    font-size: 14px;
    line-height: 14px;
    margin-top: 45px;
  }
  .banner-area {
    text-align: center;
  }
  .banner-area img {
    height: 351px;
  }
  .about-home-area {
    padding: 48px 0;
  }
  .about-home-area-img img {
    height: auto;
  }
  .about-home-area-img a {
    height: auto;
  }
  .about-home-area h2 span {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 16px;
  }
  .about-home-area h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .about-home-area-text {
    padding: 32px 0;
  }
  .about-home-area-text1 {
    margin-top: 0;
    text-align: center;
  }
  .ticket-panel {
    width: 25% !important;
    padding: 0 10px !important;
  }
  .price-section span {
    font-size: 14px;
    line-height: 14px;
    min-width: 100%;
    padding: 16px 0;
  }
  .about-home-area-text1 p {
    min-height: 40px;
  }
  .about-home-area-text2 .ticket-panel {
    width: 50% !important;
    padding: 0 10px !important;
  }
  .footer-logo {
    width: 100% !important;
  }
  .footer-menu {
    width: 100% !important;
  }
  .footer-contact {
    width: 100% !important;
  }
  .news-latter-area h2 span {
    font-size: 14px;
    line-height: 14px;
  }
  .news-latter-area h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .news-latter-area h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .news-latter-area p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .subscribe-button {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonials-area h2 {
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    padding-left: 0;
    max-width: 240px;
    margin: 0 auto;
  }
  .testimonials-text img:first-child {
    position: relative;
    left: 0;
    width: 45px;
    height: 45px;
  }
  .testimonials-text img:last-child {
    width: 45px;
    height: 45px;
  }
  .testimonials-area {
    padding: 20px 0;
    margin-top: 50px;
  }
  .partners-area h2 span,
  .tour-area h2 span {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  .partners-area h2,
  .tour-area h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 50px;
    text-align: center;
  }
  .partners-area {
    padding: 50px 0;
  }
  .tour-area-top a {
    display: none;
  }
  .tour-area-top {
    justify-content: center;
  }
  .tour-area h2 span {
    justify-content: center;
  }
  .experiences-area,
  .packages-area,
  .partners-area,
  .testimonials-area {
    padding-bottom: 50px;
  }
  .partners-area h2,
  .tour-area h2 {
    margin-bottom: 50px;
  }
  .tour-area-top {
    margin-bottom: 0;
  }
  .tour-area {
    padding-bottom: 16px;
  }
  .experiences-area h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  .experiance-text-area p {
    font-size: 14px;
    line-height: 21px;
  }
  .experiences-area .experiance-text-area a {
    display: none;
  }
  .experiences-area img {
    height: 234px;
  }
  .experiance-text-area {
    padding: 16px;
  }
  .package-text-area {
    min-width: 297px;
    max-width: 297px;
    padding: 24px;
  }
  .package-text-area p {
    display: none;
  }
  .packages-area .package-text-area a {
    display: none;
  }
  .package-text-area h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .packages-area img {
    height: 234px;
  }
  .packages-area h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }
  .navbar {
    justify-content: flex-end !important;
    position: absolute !important;
    right: 0 !important;
    width: 100% !important;
  }
  .navbar-nav {
    background: rgba(34, 41, 58, 1);
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 99;
    height: 100vh;
    top: 0;
  }

  .nav-area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  button:focus:not(:focus-visible) {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .about-home-area-text2 .price-section span {
    min-width: 72px;
  }
  .about-home-area-text1 p {
    display: none;
  }
  .about-home-area-text1 .ticket-panel p {
    display: block !important;
  }
  .about-home-area-text2 p {
    display: block;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 0;
    min-height: auto;
  }
  .about-home-area-text2 .ticket-panel p {
    display: none !important;
  }
  .about-home-area a {
    margin-top: 24px;
  }
  .about-home-area-text2 .ticket-panel {
    min-height: auto !important;
  }
  .footer-logo-section img {
    margin-right: 14px;
  }
  .footer-social-section {
    margin-top: 35px;
  }
  .footer-section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(43, 61, 81, 0.2);
  }
  .footer-top {
    padding: 0;
    border: none;
  }
  .footer-section h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .footer-section li {
    margin-bottom: 24px;
  }
  .footer-section li:last-child {
    margin-bottom: 0;
  }
  .footer-bottom .footer-bottom1 {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
  }
  .footer-bottom2 {
    flex-direction: column;
    text-align: left;
    align-items: flex-start !important;
    font-size: 12px;
  }
  .develope-area img {
    width: 48px;
    margin-left: 10px;
  }
  .footer-bottom3 img {
    width: 50px;
    object-fit: contain;
  }
  .footer-bottom3 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer-bottom .footer-bottom3 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid rgba(43, 61, 81, 0.2);
  }
  .footer-bottom .footer-bottom3 h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .footer-bottom {
    padding: 0 0 25px;
    border: none;
  }
  .footer-logo .footer-section {
    border-top: 1px solid rgba(43, 61, 81, 0.2);
    border-bottom: none;
  }
  .footer-bottom .mobile-only {
    display: flex;
    margin-bottom: 25px;
  }
  .footer-bottom .desktop-only {
    display: none;
  }
  .privacy-policy-area h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .privacy-policy-area {
    padding: 50px 0;
  }
  .explore-area h2 {
    margin-bottom: 0;
  }

  .added-cart-panel {
    flex-direction: column;
  }
  .added-cart-left {
    flex-direction: column;
  }

  .added-cart-text {
    margin: 15px 0;
  }
  .price-section {
    flex-direction: column;
  }
  .price-section span {
    padding: 16px 10px;
    margin-bottom: 10px;
  }
  .about-home-area-img video {
    height: auto;
    object-fit: cover;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .search-panel-area {
    width: 50%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}
