@media (min-width:320px) and (max-width:767px) {
    .main-header__logo img {
        width: 150px !important;
        height: auto;
        margin-left: -30px;
    }

    .main-header__inner {
        padding: 10px 30px;
    }

    .footer-widget__logo img {
        margin-left: 27% !important;
    }

    .main-slider-one__content {
        padding-top: 145px;
        padding-bottom: 200px;
    }

    .main-slider-one__title {
        font-size: 25px;
    }

    .main-slider-one__text {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 156%;
        max-width: 625px;
        width: 100%;
        color: var(--gotur-black, #1D231F);
    }

    .main-slider-one__sub-title {
        font-size: 40px;
    }

    .main-slider-one__destinations {
        display: block;
    }

    .main-slider-one__destinations {
        max-width: 900px;
        width: 100%;
        margin-right: -88px;
    }

    .owl-carousel .owl-item .destinations-card-two__thumb img {
        display: block;
        width: 50% !important;
    }

    .main-slider-one__element-one {
        display: block;
    }

    h4.form_title_popup {
        color: rgb(255, 255, 255);
        font-size: 24px;
    }

    .about-two__right .sec-title,
    .about-two__top__text {
        text-align: center;
    }

    .sec-title__title {
        font-size: 30px;
    }

    .section-space {
        padding: 40px 0;
    }

    .cta-five__funfact__list {
        display: grid;
        grid-template-columns: auto auto;
        position: relative;
        z-index: 1;
        grid-gap: 40px;
        margin-bottom: 0;
    }

    .owl-carousel .owl-item .product img {
        display: block;
        width: 100% !important;
    }

    .destination-three .thumbnail-container {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .testimonials-three--two {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .testimonials-two-card__author__name {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
        text-transform: capitalize;
        color: #d39a29;
        margin-bottom: 4px;
        padding-top: 20px;
        padding-bottom: 0;
        transition: all 0.4s ease-in-out;
    }

    .testimonials-two-card__text {
        font-style: italic;
        font-weight: 600;
        font-size: 14px;
        line-height: 175%;
        padding-bottom: 0;
        color: var(--gotur-text, #595959);
        transition: all 0.4s ease-in-out;
    }

    .main-footer__copyright {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 138%;
        color: var(--gotur-white, #fff);
        margin-bottom: 0;
        padding-bottom: 0;
        opacity: 0.8;
    }

    .address {
        font-size: 12px;
    }

    .footer-widget__list__icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: var(--gotur-white, #fff); */
        font-size: 18px;
        color: #fff;
        transition: all 0.4s ease-in-out;
        z-index: 1;
        position: relative;
    }

    .contact-page__map iframe {
        width: 100%;
        height: 300px;
        border-radius: 16px;
    }

    .contact-page__title {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        margin-bottom: 0;
        padding-bottom: 12px;
        color: var(--gotur-black, #1D231F);
    }

    .form-bottom p {
        font-size: 14px;
    }

    .footer-form .form-group {
        margin: 10px 0;
        width: 100%;
    }

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0, -50px);
        margin-top: 15%;
    }

    .rotate-icon {
        display: none;
    }

    body {
        /* overflow: hidden; */
    }

    .testimonials-two-card__content {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        z-index: 1;
        transition: all 0.4s ease-in-out;
    }

    .page-header__title {
        font-size: 20px;
    }

    .domestic-img {
        width: 320px !important;
    }
}