@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    h2 {
        margin-bottom: 20px;
    }

    .vista {
        padding: 100px 0;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75)), url(img/card-kal.webp) no-repeat center center;
    }

    h1 {
        color: #FAF9F6;
    }

    .vista .info-v3 {
        height: auto;
    }

    .vista .pasth1-v3 {
        color: #FAF9F6;
    }

    .vista a {
        color: #FAF9F6;
        border-color: #FAF9F6;
    }

    .waypost .all .waypost__one {
        justify-content: center;
        margin: 20px 0;
    }

    .waypost .all .waypost__one:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .lavish .logo-mark {
        margin: 0;
        font-size: 20px;
    }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active {
        position: relative;
        opacity: 2;
    }

    .lavish .trail {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        width: 100%;
        background: #2B2342;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        padding: 20px 0;
        margin-top: 50px;
    }

    .lavish .trail.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .lavish  .trail.active .trail__one {
        margin: 0;
        margin-bottom: 15px;
    }

    .lavish  .trail.active .trail__one a {
        color: #FAF9F6;
        font-size: 18px;
        text-decoration: none;
    }
}

@media (max-width: 991px) {
    .rowfolk__card.first .picture, .rowfolk__card .picture {
        height: 350px;
    }

    .rowfolk__card {
        margin-bottom: 30px;
    }

    .rowfolk .row div .rowfolk__card:last-child {
        margin-bottom: 30px;
    }

    .rowfolk .row > div:last-child .rowfolk__card:last-child {
        margin-bottom: 0;
    }

    .heather .picture img {
        width: 175%;
    }

    .leafnotes .leafnotes-one .picture img {
        width: 140%;
    }

    .duo-inkpad .inkpad__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .heather .picture img {
        width: 185%;
    }

    .afterglow .logo-mark {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .afterglow .trail {
        justify-content: center;
    }

    .afterglow .trail__one {
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .rowfolk__card.first .picture, .rowfolk__card .picture {
        height: 250px;
    }

    .rowfolk__card .picture img {
        width: 135%;
    }
    
    .heather__info {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-right: 0;
        transform: none;
        padding: 0;
    }

    a.btn {
        width: 200px;
        height: 45px;
        font-size: 20px;
    }

    h1 {
        font-size: 40px;
    }

    .vista .pasth1-v3 {
        margin-top: 20px;
    }

    .vista a {
        margin-top: 20px;
    }
    
    .leafnotes .leafnotes-one .picture img {
        width: 175%;
    }

    .afterglow .trail__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .afterglow .trail__one:last-child {
        margin-bottom: 0;
    }
}