: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/car-hero2.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;
}

.map-section {
    margin-top: 150px;
}

@media(max-width:1280px) {
    iframe {
        height: 440px;
    }

    .car-main-image img {
        object-fit: cover;
        height: 603px;
    }
}



@media(max-width:767px) {
    iframe {
        height: 500px;
    }
}

/* =========================================== */
.car-images-sec {
    margin-top: 96px;
}

.car-content h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.005em;
    border-bottom: 2px solid var(--main);
    margin-bottom: 10px;
}

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

.car-image {
    position: relative;
}

.car-img {
    position: relative;
    width: 96%;
    max-height: 537px;
}

.car-image:hover .car-overlay {
    opacity: 1;
}

.car-overlay {
    position: absolute;
    top: 0;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.653);
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 8px;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 10px;
}

.car-overlay-content h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
}

.car-overlay-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: center;
    padding: 10px 82px;
}

.car-col {
    margin-top: 90px;
}

.car-col:nth-child(even) {
    display: flex;
    justify-content: end;
}

.car-col:nth-child(even) img {
    width: 100%;
}

.car-col:nth-child(odd) .car-overlay {
    width: 96%;
}

/* ================================================================= */
@media(max-width:1562px) {

    /* .car-col:nth-child(even) img {
        width: 96.4%;
    }

    .car-col:nth-child(even) .car-overlay {
        width: 96.4%;
    } */
    .car-main-image img {
        object-fit: cover;
        height: 100%;
    }

    .car-col:nth-child(odd) .car-overlay {
        width: 100%;
    }

    .car-image {
        max-height: 475px;
        border-radius: 10px;
        overflow: hidden;
    }

    .car-img {
        width: 100%;
    }

    .car-col {
        margin-top: 20px;
    }
}

@media(max-width:1020px) {
    .car-overlay-content p {
        font-size: 16px;
        padding: 5px 8px;
    }

    .car-overlay-content h4 {
        font-size: 26px;
        /* padding: 5px 8px; */
    }
}

@media(max-width:767px) {
    .map-section {
        margin-top: 100px;
    }
}