@media (max-width: 1399px) {
    .routefolds__card .picture {
        height: 275px;
    }

    .brinenotes .picture img {
        width: 140%;  
    }
}

@media (max-width: 1199px) {
    .rindbar .markrind { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        border: 3px solid #FFF7E8;
        border-radius: 20px;
        color: #FFF7E8;
        width: 130px;
        height: 30px;
        margin-left: auto;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
    }

    .bar.active {
        position: relative;
        opacity: 2;
        background: #FFF7E8;
        border: 3px solid #FFF7E8;
        border-radius: 20px;
        color: #1E1B16;
    }

    .rindbar .navrind {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background: #1E1B16;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 20px 20px;
        margin: 0;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }

    .rindbar .navrind.active { transform: translateX(0); }

    .rindbar .navrind .navrind__one { margin: 0 0 15px 0; }

    .rindbar .navrind .navrind__one a {
        color: #FFF7E8;
        font-size: 18px;
        text-decoration: none;
    }

    h1 {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .curdcrew.page h1 {
        margin-bottom: 20px;
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .curdcrew__card {
        margin-bottom: 20px;
    }

    .routefolds__card .picture img {
        width: 125%;
    }

    .brinenotes .picture {
        height: 400px;
    }

    .brinenotes .brinenotes-one__info {
        height: 400px;
    }

    .brinenotes .brinenotes-one .picture img {
        width: 140%;  
    }

    .curdcrew.page .picture {
        height: 300px;
    }
    
}

@media (max-width: 991px) {
    .routefolds__card {
        margin-bottom: 30px;
    }

    .routefolds .row > div:last-child .routefolds__card {
        margin-bottom: 0;
    }

    .brinenotes .picture {
        position: relative;
        z-index: -1;
        width: 100%;
        border-radius: 20px;
    }

    .brinenotes .brinenotes-one.left .brinenotes-one__info {
        margin-left: 0;
    }

    .brinenotes .brinenotes-one {
        margin-bottom: 20px;
    }

    .brinenotes .brinenotes-one:last-of-type {
        margin-bottom: 0;
    }

    .brinenotes .brinenotes-one__info {
        width: 100%;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF7E8;
        justify-content: center;
        text-align: center;
        margin-top: -400px;
    }

    .brinenotes .brinenotes-one__info a {
        color: #FFF7E8;
        border-color: #FFF7E8;
        margin: 0 auto;
    }

    .wheylink__one:last-of-type {
        margin-bottom: 10px;
    }

    .wheylink .row div:last-child .wheylink__card .wheylink__one:last-child {
        margin-bottom: 0;
    }

    .duo-askform .askform__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .cavefoot .markrind {
        display: block;
        text-align: center;
    }

    .cavefoot .navrind.politica .navrind__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .cavefoot .navrind.politica .navrind__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .routefolds__card .picture img {
        width: 185%;
    }

    .brinenotes .picture {
        height: 350px;
    }

    .brinenotes .picture img {
        width: 190%;
    }

    .brinenotes .brinenotes-one__info {
        height: 350px;
        margin-top: -350px;
    }

    .brinenotes .brinenotes-one .picture img {
        width: 190%;
    }

    .curdcrew.page .picture {
        height: 250px;
    }

    .curdcrew.page .picture img {
        width: 140%;
    }
}