
@media screen and (max-width: 1610px) {
    .container {
      max-width: 1410px;
    }

    .stories-section {
        padding-left: calc((100% - 1410px) / 2);
    }

    .stories-slider .slick-track {
        gap: 20px;
    }
     
}


@media screen and (max-width: 1410px) {
    .container {
        max-width: 1300px;
    }

    .stories-section {
        padding-left: calc((100% - 1300px) / 2);
        margin-left: 20px;
    }


    .section-contact {
        background-position: center;
    }

    .section-why-choose .bg-border img {
        width: 75%;
    }

    .right-border::before {
        display: none;
    }


}


@media screen and (max-width: 1200px) {
    :root {
        --h1-size: 40px;
        --h2-size: 36px;
        --h3-size: 30px;
        --h4-size: 28px;
        --h5-size: 24px;
        --h6-size: 16px;
        --p-size: 16px;
        --h1-line-height: 44px;
        --h2-line-height: 40px;
        --h3-line-height: 34px;
        --h4-line-height: 32px;
        --h5-line-height: 28px;
        --h6-line-height: 24px;
        --p-line-height: 24px;
    }

    .img-box span {
        font-size: 16px;
        line-height: 20px;
    }

    .right-border::before {
        display: none;
    }

    .img-box img {
        height: 40px;
        width: 40px;
    }

    .col-lp-6 {
        max-width: 61%;
        flex: 0 0 61%;
    }

    .col-lp-7 {
        max-width: 58.33333333%;
        flex: 0 0 58.33333333%;
    }

    .collections-card {
        margin-top: 25px;
    }

    .collections-card {
        gap: 15px;
    }

    .section-contact {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .why-card {
        padding: 30px 30px;
    }

    .why-grid {
        margin-top: 10px;
    }


}


@media screen and (max-width: 1050px) {
    .md-none {
        display: none;
    }

    .sm-logo {
        display: block;
    }
 
    .sm-logo .footer-item {
        justify-content: center;
        margin-bottom: 15px;
    }

    .map_content iframe {
        height: 200px;
    }

    .map_content {
        padding: 20px 20px 20px 0;
    }

    .item_center {
        align-items: center;
    }
}


@media screen and (max-width: 850px) {
    /* .section-hero::before {
        display: none;
    } */

    .banner-img {
        display: block;
        margin-bottom: -4px;
    }

    .col-lp-6 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }

    .col-5 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 25px;
    }

    .col-lp-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .hero-slide::before {
        background-color: #00000052;
    }

    .hero-slide {
        min-height: 60vh;
    }

    :root {
        --h1-size: 36px;
        --h2-size: 30px;
        --h3-size: 30px;
        --h4-size: 28px;
        --h5-size: 24px;
        --h6-size: 16px;
        --p-size: 16px;
        --h1-line-height: 36px;
        --h2-line-height: 34px;
        --h3-line-height: 34px;
        --h4-line-height: 32px;
        --h5-line-height: 28px;
        --h6-line-height: 24px;
        --p-line-height: 22px;
    }

    .font-md {
        font-size: 14px;
		line-height: 17px;
    }

    h1 {
        margin-bottom: 15px;
    }

    .list-item {
        display: flex;
        justify-content: flex-start;
        gap: 35px;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .collections-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .section-contact {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .section-contact {
        background-position: right;
    }

    .why-grid {
        flex-wrap: wrap;
    }

    .why-grid .w-2  {
        display: none !important;
    }

    .why-item {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .why-item br {
        display: none;
    }

    .section-why-choose .bg-border {
        display: none;
    }

    .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .contact-form {
        padding: 30px 0 0 0;
    }

    .why-card {
        padding: 20px;
    }

    .pl-30 {
        padding-left: 0;
        margin-top: 18px;
    }

    .pr-30 {
        padding-right: 0;
    }

    .faqs-box .row::after {
        display: none;
    }

    .col-4 , .col-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .pd-0 {
        padding-left: 10px !important;
    }

    .stories-section {
        padding-right: 20px;
    }

    .footer-top {
        flex-wrap: wrap;
        gap: 20px 50px;
        justify-content: center;
    }

    .primaryBtn , .secondaryBtn {
        padding: 7px 12px;
        font: 300 14px / 14px var(--primary-font);
    }

    .map_content iframe {
        height: 270px;
    }

    .collections-card .card-item img {
        height: 430px;
        object-fit: cover;
    }

}


@media screen and (max-width: 768px) {
    .marquee-track {
        gap: 40px;
        animation-duration: 30s;
    }

    .marquee-track span {
        font-size: 14px;
    }

    .map_content {
    padding: 18px;
}

    .section-contact {
        padding-top: 50px;
        padding-bottom: 51px;
    }

}


@media screen and (max-width: 620px) {
    .logo a img {
        max-width: 130px;
    }

    .about-stats .stat-item h3 {
        font-size: 26px;
    }

    .about-stats {
        gap: 20px;
    }

    .about-stats .stat-item p {
        font-size: 14px;
    }

    .logo h2 {
        line-height: 20px;
        font-size: 22px;
    }

    :root {
        --h1-size: 24px;
        --h2-size: 24px;
        --h3-size: 22px;
        --h4-size: 20px;
        --h5-size: 18px;
        --h6-size: 16px;
        --p-size: 14px;
        --h1-line-height: 26px;
        --h2-line-height: 26px;
        --h3-line-height: 26px;
        --h4-line-height: 24px;
        --h5-line-height: 20px;
        --h6-line-height: 18px;
        --p-line-height: 20px;
    }


    .list-item {
        gap: 15px;
        flex-wrap: wrap;
    }

    .banner-img {
        margin-top: 35px;
    }

    .marquee-track span img {
        width: 20px;
        height: 18px;
        object-fit: contain;
    }

    .collections-card {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin-top: 20px;
    }

    .why-card {
        padding: 0;
    }

    .why-item {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .why-card h6 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .why-card img {
        width: 40px;
        height: 40px;
    }

    .contact-form {
        padding: 15px 0 0 0;
    }

    .section-book .book-img {
        gap: 5px;
    }

    .font-sm {
        font-size: 14px;
    }

    .contact-form input, .contact-form textarea {
        font-size: 14px;
        padding: 10px 10px;
    }

    .slid-btn .arrow-icon svg {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .stories-slider .slick-track {
        padding: 10px;
        gap: 10px;
    }

    .pd-0 {
        padding-left: 6px !important;
    }

    .stories-wrapper .story-card .author img {
        width: 50px;
        height: 35px;
    }

    .stories-wrapper .story-card .author h6 {
        font-size: 16px;
    }

    .footer-copyright p {
        font-size: 14px;
    }

    .faq-btn {
        padding: 12px 0;
        font-size: 14px;
    }

    .faqs-box {
        margin-top: 15px;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-form .form-group {
        margin-bottom: 10px;
    }

    .pl-30 {
        padding-left: 0;
        margin-top: 0px;
    }

    h1 {
        margin-bottom: 10px;
    }

    p {
        margin-bottom: 10px;
    }

    .section-contact {
        background-position: center;
    }

    .site-footer {
        padding-top: 40px;
    }

    .footer-top {
        gap: 10px;
        justify-content: center;
    }

    .footer-social a i {
        font-size: 14px;
        line-height: 18px;
        padding: 5px;
        width: 25px;
        height: 26px;
    }

    .footer-social {
        gap: 10px;
    }

    .hero-slide {
        min-height: 70vh;
        align-items: end;
    }

    .why-grid {
        justify-content: center;
        gap: 20px;
    }
    
    .hero-slide .container {
        padding: 0 5px 15px 5px !important;
    }

}

@media  (max-width: 365px) {
    .sm-btn .primaryBtn {
        font: 300 12px / 12px var(--primary-font);
    }
    

}