:root {
    --bg-primary: #F3FFEC;
    --primary: #444444;
    --main: #389000;
    --bg: linear-gradient(180deg, #F3FFEC 0%, rgba(243, 255, 236, 0) 100%);

}

.tour-hero {
    background-image: url('../images/gallery-hero.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    position: relative;
    background-size: cover;
}

.tour-about-bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, #F3FFEC 0%, rgba(243, 255, 236, 0) 100%); */
}

.tour-content {
    padding-top: 100px;
}

.tour-content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    color: var(--primary);
}

.tour-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: center;
    color: var(--primary);
    padding-top: 12px;
}


/* ================================================================ GALLERY IMAGES ======================== */
.gallery-section {
    margin-top: 200px;
}

.gallery-image {
    margin-top: 62px;
}

.gallery-image img {
    width: 688px;
    height: 384px;
    object-fit: cover;
    border-radius: 6px;
}

@media(max-width: 1600px) {
    .gallery-image img {
        width: 100%;
        border-radius: 8px;
    }

    .gallery-image {
        padding: 0px 30px;
    }
}

@media(max-width:1430px) {
    .gallery-image {
        padding: 0px 12px;
        margin-top: 25px;
    }

    .gallery-section {
        margin-top: 100px;
    }

    .gallery-image img {
        width: 100%;
        height: 200px;
    }
}

@media(max-width:767px) {
    .gallery-image {
        padding: 0px 10px;
    }

    .gallery-section {
        margin-top: 100px;
    }

    .gallery-section {
        margin-top: 50px;
    }
}