@media (max-width:960px) {
    .site-header .custom-logo {
        width: 150px;
    }

    .banner__heading {
        font-size: 45px;
    }

    .section {
        padding-top: 60px;
    }

    .explore-section>.btn {
        text-align: center;
    }

    .offcanvas-background {
        display: none;

    }
   
    .offcanvas-menu .menu a{
        font-size: 18px;
    }

    #primary-menu li {
        border-bottom: 1px solid #eee;
    }

    .offcanvas-logo {
        text-align: center;
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }

    .offcanvas-logo img {
        width: 150px;
    }
    .offcanvas-details{
        margin:25px 20px ;
    }
}




@media(max-width:640px) {
    .banner__heading {
        font-size: 35px;
        line-height: 40px;
    }

    .btn.header-btn {
        display: none;

    }

    .footer-right {
        padding: 30px;
        padding-bottom: 70px;
    }

    .right-bar p {
        text-align: center;
    }

    .banner__section,
    .banner_img,
    .banner_img img {
        height: 600px;
    }

    .section {
        padding-top:30px;
    }


    .explore-container .heading-wrap h2 {
        font-size: 30px;
        line-height: 35px;

    }

    .explore-container .heading-wrap p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .explore-section .uk-grid-margin {
        margin-top: 0px !important;
    }

    .explore-container {
        padding: 10px 0 10px 0;
    }

    .gallery-heading {
        font-size: 35px;
    }

    .gallery-slider {
        margin-top: 10px;

    }

    .feature-section .heading-wrap {
        margin-top: 10px;
        flex-direction: column;
    }

    .feature-section p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .cta-container {
        margin-top: 20px;
    }

    .cta-btn {
        text-align: center;
        width: 100%;
    }
    .cta-container .heading-wrap.white {
    
        margin: 0 auto;
    }
    .feature-btn {
        margin-top: 10px;
        text-align: center;
        width: 100%;

    }

    .media-logo img {
        height: 40px;
        width: 40px;
        margin-bottom: 10px;
    }

    .wrapping {
        text-align: center;
    }

    .location-details {
        padding: 40px 10px;

        margin: 0;

    }

    .location_img img {
        height: 400px;

    }

    .location-details .wraping {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .location-wrap {
        font-size: 30px;
    }

    .location-wrap p {
        font-size: 12px;
    }

    .footer__logo {
        margin-top: 0px;
    }

    .footer-left {
        padding: 0 20px;

    }

    .footer-wrapping {
        text-align: center;
    }

    .footer__logo .custom-logo {
        width: 130px;
        margin-bottom: 40px;
    }

    .site-footer .uk-grid-margin {
        margin-top: 20px;
    }

    .site-footer {
        padding: 20px 0 0;
    }

    .copyright {
        margin-top: 20px;
    }

    .right-bar {
        margin-top: 50px;
        flex-direction: column;
        gap: 10px;
    }

    .heading-wrap h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .footer-right {
        padding-bottom: 70px;
    }

    .footer-contact a {
        font-size: 25px;
    }

    .footer-btn a {
        padding: 5px;

        text-align: center;


    }

    .footer-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-top: 1px solid #eee;
        padding: 10px;


    }



}