@media (max-width: 1799.98px) {
    .about-section .about-icon {
        left: 1%;
    }
}

@media (max-width: 1599.98px) {
    .about-section .about-icon {
        scale: .8;
        top: 2%;
    }
}

@media (max-width: 1399.98px) {
    .hero-section h1 {
        font-size: 85px;
    }

    .about-section .about-icon {
        left: 50%;
        top: 3%;
    }

    .navbar .nav-link {
        font-size: 15px;
    }

    .testimonial-card .header-content h6 {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .container-fluid {
        padding: 0 52px;
    }

    .hero-section h1 {
        font-size: 66px;
    }

    .hero-section h3 {
        font-size: 52px;
    }

    .about-section .about-icon {
        left: 85%;
        top: 3%;
    }

    .about-imgs {
        max-width: 600px;
        margin: auto;
    }

    .navbar .nav-link {
        font-size: 14px;
        margin-left: 14px;
    }

    .navbar .navbar-brand img {
        max-height: 62px;
    }

    html {
        scroll-padding-top: 87px;
    }

    .international-tour-slider p {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding: 0 32px;
    }

    .offcanvas .offcanvas-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .offcanvas .navbar-nav {
        justify-content: start !important;
        align-items: start !important;
    }

    .navbar .nav-link {
        margin: 0;
        margin-bottom: 12px;
        width: fit-content;
    }

    .hero-section h1 {
        font-size: 57px;
    }

    .about-section .about-icon {
        left: 79%;
    }

    .international-tour-section .nav-pills {
        margin-bottom: 28px;
        width: 100%;
        flex-wrap: wrap;
    }

    .international-tour-section .nav-link {
        font-size: 14px;
        padding: 8px;
    }

    .tour-content h4 {
        font-size: 44px;
        margin-bottom: 22px;
    }

    .tour-content h5 {
        font-size: 28px;
    }

    .tour-content p {
        font-size: 18px;
    }

    .download-text {
        font-size: 16px;
    }

    .tour-content .international-button-next,
    .tour-content .international-button-prev {
        height: 46px;
        width: 46px;
    }

    .bottom-footer {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding: 0 22px;
    }

    .hero-section h1 {
        font-size: 52px;
        line-height: unset;
    }

    .hero-section h3 {
        font-size: 37px;
    }

    .about-section h2 {
        font-size: 42px;
    }

    .about-section .about-icon {
        left: 74%;
    }

    .tour-slider .tour-img {
        margin-top: 42px;
    }
}

@media (max-width: 575.98px) {
    .container-fluid {
        padding: 0 12px;
    }

    .navbar .navbar-brand img {
        max-width: 184px;
    }

    .navbar-toggler img {
        width: 28px;
    }

    .hero-section h1 {
        font-size: 38px;
        line-height: unset;
    }

    .hero-section h3 {
        font-size: 28px;
    }

    .about-section {
        padding: 42px 0;
    }

    .testimonial-section h5,
    .about-section h5 {
        font-size: 22px;
    }

    .testimonial-section h2,
    .services-section h2,
    .international-tour-section h2,
    .about-section h2 {
        font-size: 32px;
        margin-bottom: 28px;
    }


    .testimonial-section,
    .services-section,
    .international-tour-section {
        padding: 42px 0;
    }


    .about-section p {
        font-size: 16px;
    }

    .about-imgs {
        gap: 14px;
    }

    .about-imgs .img2 img:first-child {
        margin-bottom: 14px !important;
    }

    .about-section .about-icon {
        display: none;
    }

    .testimonial-card .card-header .profile-img {
        width: 52px;
        height: 52px;
    }

    .testimonial-card .header-content p,
    .testimonial-card .header-content h6 {
        font-size: 14px;
    }

    .testimonial-card .stars img {
        width: 12px;
    }

    .testimonial-card {
        padding: 14px;
    }

    .testimonial-card .quote-icon {
        width: 58px;
        height: 58px;
    }

    footer h5 {
        margin-bottom: 18px;
    }

    footer ul li {
        margin-bottom: 8px;
    }

    footer ul li img {
        width: 22px;
    }

    footer {
        padding-top: 42px;
    }

    footer .right-text {
        margin-top: 28px;
    }

    .tour-content h4 {
        font-size: 32px;
    }

    .tour-content h5 {
        font-size: 22px;
    }

    .download-text img {
        width: 24px;
    }

    .tour-content .international-button-next,
    .tour-content .international-button-prev {
        width: 42px;
        height: 42px;
    }

    .international-tour-section .corporate-tours .swiper-button-next,
    .international-tour-section .corporate-tours .swiper-button-prev {
        display: none;
    }
}