@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    h1, h2 {
        margin-bottom: 20px;
    }

    .hosts__card .picture img {
        width: 150%;
    }
}

@media (max-width: 1023px) {
    header .logo {
        margin: 0;
        font-size: 20px;
    }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active {
        position: relative;
        opacity: 2;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        width: 100%;
        background: #24322E;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        padding: 20px 0;
        margin-top: 50px;
    }

    header .menu.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    header  .menu.active .menu__one {
        margin: 0;
        margin-bottom: 15px;
    }

    header  .menu.active .menu__one a {
        color: #FAF7F0;
        font-size: 18px;
        text-decoration: none;
    }
}

@media (max-width: 991px) {
    .oakstay__card .picture {
        margin: 0 auto;
    }

    .oakstay__card .info {
        margin-left: 0;
        box-shadow: none;
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }

    .hosts__card {
        margin-bottom: 30px;
    }

    .hosts .row > div:last-child .hosts__card {
        margin-bottom: 0;
    }

    .hosts__card .picture {
        height: 350px;
    }

    .hosts__card .picture img {
        width: 110%;
    }

    .touch__one:last-of-type {
        margin-bottom: 10px;
    }

    .touch .row div:last-child .touch__card .touch__one:last-child {
        margin-bottom: 0;
    }

    .duo-formview .formview__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .oakstay__card {
        text-align: center;
    }

    .oakstay__card .picture {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .queries .queries__all .queries__one p:first-child {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .queries .queries__all .queries__one p:last-child {
        margin-left: 0px;
    }

    .footer .logo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .menu .menu__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer .menu .menu__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .hosts__card .picture {
        height: 250px;
    }

    .hosts__card .picture img {
        width: 135%;
    }
}