@media only screen and (max-width: 1350px) {

    h2,
    h3 {
        font-size: 40px;
    }

    .about-section {
        .about-img {
            .img2 {
                bottom: 75px;
            }
        }
    }
}

@media only screen and (max-width: 1200px) {

    h2,
    h3 {
        font-size: 32px;
    }

    .about-section {
        .main-about-section {
            align-items: center;
        }

        .about-img {
            .img2 {
                bottom: -65px;
            }
        }
    }

    .tesitmonial-section {
        .testimonial-items {
            width: 90%;
        }
    }

    .why-choose-us {
        .call-box {
            width: 100%;
        }
    }

    /* =========== blog ========= */

    .blog-side-bar {
        .recent-posts {
             .entry-title {
                p a {
                    color: #000;
                    font-size: 14px;
                }
            }
        }
    }

    /* ============ contact us ========== */
    #contact-page {
        .contact-details {
            .main-details {
                width: 80%;
            }
        }
    }
}


@media only screen and (max-width: 992px) {
    h5 {
        font-size: 20px;
    }

    h1 {
        font-size: 38px;
    }

    header {
        .top-header {
            .main-top-header {
                gap: 0px;
            }

            span.item-icon {
                width: 45px;
                height: 45px;
                font-size: 20px;
            }

            .user-detail {
                a {
                    align-items: self-start;
                    gap: 10px;
                    font-size: 14px;
                    flex-direction: column;
                }
            }
        }

        .bottom-header {
            .primary-menu {
                nav {
                    li a {
                        font-size: 16px;
                    }
                }
            }
        }
    }

    .hero-section {
        .banner-content {
            width: 80%;
            padding: 40px 0 40px 25px;
            border-left: 10px solid #FFFFFF;
            gap: 10px;
        }

        .banner-content::before {
            height: 10px;
        }

        .banner-content::after {
            height: 10px;
        }
    }

    .about-section {
        .main-about-section {
            align-items: center;
            flex-direction: column;
        }

        .about-img {
            width: 100%;
        }

        .about-content {
            width: 100%;
        }
    }

    .activitie-section {
        .main-activitie {
            flex-direction: column;
        }

        .activiti-content {
            width: 100%;
        }

        .activitie-items {
            width: 100%;
        }
    }

    .why-choose-us {
        .main-choose {
            flex-direction: column;
        }

        .choose-content {
            width: 100%;
        }

        .choose-item {
            width: 100%;
        }

        .call-box {
            width: 60%;
        }
    }

    .tesitmonial-section {
        .testimonial-items {
            width: 100%;
            padding: 40px 20px;
        }
    }

    footer {
        .footer-details {
            ul {
                gap: 10px;
            }

            li a {
                gap: 15px;
                font-size: 14px;
            }
        }
    }

    /* ============== blogs =========== */


    #blog-page {
        .blogs {
            gap: 30px;
            flex-direction: column;
        }
        .blog-grid {
            width: 100%;
        }
        .blog-side-bar {
            width: 50%;
        }
    }

    /* ============ contact us ========== */

    #contact-page {
         .contact-details {
            .main-details {
                width: 100%;
                background-color: #fff;
            }
        }
    }

    #blog-detail-page {
        .single-blog-content {
        width: 100%;
        }
        .blog-side-bar {
            width: 100%;
        }
        .main-detail-page {
            flex-direction: column;
        }
    }
}

@media only screen and (max-width: 768px) {

    h2,
    h3 {
        font-size: 26px;
    }

    .inner-banner {
        padding: 152px 0px 50px;
    }
    .container {
        padding: 0px 15px;
    }

    header {
        .top-header {
            .logo {
                display: none;
            }

            .user-detail {
                a {
                    flex-direction: row;
                    align-items: center;
                }
            }
        }

        .bottom-header {
            padding: 10px 0px;

            .logo {
                width: 25%;
                display: block;
            }

            .phone-logo a {
                display: flex;
            }

            .main-bottom-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .primary-menu {
                flex-direction: column;
                padding: 150px 20px;
                position: fixed;
                background: #f2f2f2;
                width: 100%;
                max-width: 300px;
                right: -100%;
                top: 0px;
                transition: all .4s ease-in;
                z-index: 1;
                height: 100vh;

                transition: .5s;

                ul {
                    flex-direction: column;
                    gap: 15px;
                }

                nav {
                    text-align: center;

                    a {
                        display: block;
                        padding: 10px 0px;
                        font-size: 16px;
                    }

                    ul a {
                        color: #474747;
                    }
                }

            }

            .primary-menu.active {
                right: 0%;
                /* top: 0%; */
                z-index: 8;
            }

            .menu-icon {
                display: block;
                border: none;
                background: transparent;
                width: 40px;
                z-index: 9;
                font-size: 32px;
            }

            .fa-bars {
                color: #141414;
            }
        }

    }

    .hero-section {
        position: relative;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.4990371148459384) 0%, rgba(255, 255, 255, 0) 100%), url(../uploads/banner/banner.jpg);
        background-position: left;
        padding: 165px 0px 70px;
        color: #fff;

        .banner-content {
            width: 100%;
        }
    }

    .why-choose-us {
        .call-box {
            width: 80%;
        }
    }

    .tesitmonial-section {
        .testimonial-items {
            padding: 20px 20px;

            p {
                font-size: 16px;
            }
        }
    }

    footer {
        .footer-details {
            ul {
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 15px;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
            }
        }

        .bottom-footer {
            font-size: 12px;
            margin-top: 30px;
        }
    }

    /* ========== blogs ========== */

    #blog-page {
        .blog-grid {
            grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        }
        .blog-side-bar {
            width: 100%;
        }
    }

    #contact-page {
        .contact-details {
        width: 100%;
        }
        .contact-form {
            width: 100%;
        }
        .main-contact {
            gap: 30px;
            flex-direction: column-reverse;
        }
    }

    #reviews-page {
        .main-review {
            grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        }
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 32px;
    }

    h5 {
        font-size: 18px;
    }

    header {
        .top-header {
            .user-detail {
                justify-content: start;

                .item-title {
                    display: none;
                }
            }

            .item {
                width: 100%;
            }

            .main-top-header {
                flex-direction: column;
                padding: 10px 0px;
                gap: 5px;
            }

            span.item-icon {
                width: 35px;
                height: 35px;
                font-size: 20px;
            }
        }
    }

    header {
        .bottom-header {
            .logo {
                width: 35%;
            }
        }
    }

    .hero-section {
        .banner-content {
            padding: 25px 0 25px 15px;
        }
    }

    .about-section {
        .about-img {
            .img2 {
                display: none;
            }
        }

        .about-content {
            .text-style {
                font-size: 26px;
            }
        }

        .main-about-section {
            gap: 20px;
        }
    }

    .section-padding {
        padding: 40px 0px;
    }

    .marquee {
        .marquee-content {
            font-size: 22px;
        }
    }

    .why-choose-us {
        .call-box {
            width: 100%;
            gap: 15px;
            margin-top: 20px;
        }

        .right {
            margin-left: 0px;
        }

        .choose-item {
            .item-box {
                width: 100%;
                padding: 15px 15px 15px 0px;
            }
        }
    }

    .tesitmonial-section {
        .testimonial-items {
            margin-top: 20px;
        }
    }

    footer {
        .main-footer {
            padding: 30px 0 40px;
        }
    }
}

@media only screen and (max-width: 450px) {
    p{
        font-size: 14px;
    }
    h1 {
        font-size: 28px;
    }
    h4{
        font-size: 20px;
    }
    .primary-btn a {
        padding: 8px 20px;
        font-size: 14px;
    }
    header {
        .top-header {
            span.item-icon {
                width: 30px;
                height: 30px;
                font-size: 15px;
            }

            .user-detail {
                a {
                    font-size: 14px;
                }
            }
        }

        .bottom-header {
            .logo {
                width: 35%;
            }
        }
    }

    .hero-section{
        background-size: cover;
        h3.banner-title {
            font-size: 24px;
        }
    }
    .about-section {
         .about-img {
            display: flex;
            .img1 {
                width: 100%;
            }
        }
    }
    .tesitmonial-section {
        .testimonial-items {
            p {
                font-size: 14px;
            }
        }
    }

    /* ============ blogs ========= */

    #blog-page {
        .blog-grid {
           .items {
                padding: 10px;
                border-radius: 10px;
            }
        }
    }
    .blog-side-bar {
        .recent-posts {
            ul {
                margin-top: 0px;
            }
            ul li {
                gap: 10px;
            }
        }
    }

    #amenities-page {
        .main-amenities {
            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            grid-column-gap: 10px;
            grid-row-gap: 15px;
        }
        .amenities-img{
            padding: 15px;
            img {
                width: 62px;
            }
            h5 {
                font-size: 14px;
                font-weight: 500;
            }
        }
    }

    form {
        gap: 10px;
        .box {
            gap: 10px;
            flex-direction: column;
        }
    }
    #contact-page {
         .contact-details {
            .main-details {
               .box {
                    padding: 15px 10px;
                }
            }
        }
    }

    #attractions-page {
        .item-content {
            padding: 20px 10px;
        }
    }
}

@media only screen and (max-width: 355px) {
    h2, h3 {
        font-size: 22px;
    }
    .hero-section {
        h3.banner-title {
            font-size: 20px;
        }
        .banner-content {
            p {
                display: none;
            }
        }
    }
}