/* .contact-us-sec {
    background-image: url(../img/lifestyle1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    padding-bottom: 264px;
} */
body {
    background-image: url(../img/body.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
}

/* .contact-us-sec {
    background-image: url(../img/lifestyle1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    padding-bottom: 264px;
    z-index: 99999;
    top: 229px;
} */
.contact-heading {
    padding-top: 303px;
    text-align: center;
}

.address-detail {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 56px;
}

h5 {
    font-family: "roboto-light";
    color: #FFFFFF;
    font-size: 15px;
}

h6 {
    font-family: "roboto-light";
    color: #FFFFFF;
    font-size: 20px;
}

span {
    font-family: "roboto-light";
    color: #FFFFFF;
    font-size: 13px;
}

h4 {
    font-family: "Roboto-Regular";
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 30px;
}

h3 {
    font-family: "Roboto-Black";
    color: #FFFFFF;
    font-size: 30px;
    text-transform: uppercase;
}

h2 {
    font-family: "Fashion-Stamp";
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 52px;
}

.address-details {
    padding-top: 20px;
}

.map-heading {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 29px;
}

.map {
    padding-top: 94px;
    padding-bottom: 40px;
}

iframe {
    border-radius: 242px;
}

p {
    font-family: "Roboto-Black";
    color: #FFFFFF;
    font-size: 17px;
}

.book-heading {
    text-align: center;
    padding-bottom: 39px;
}

.reservez-btn {
    background-color: #FFFFFF;
    color: #3F7163;
    font-family: "Roboto-Black";
    border-color: transparent;
    padding: 15px;
    border-radius: 0;
}

@media (max-width: 991px) {
    h2 {
        font-size: 43px;
    }

    h3 {
        font-size: 25px;
    }

    h5 {
        font-size: 13px;
    }

    .schedule li {
        font-size: 14px;
    }

    p {
        font-size: 15px;
    }

    h6 {
        font-size: 17px;
    }
    .contact-heading {
        padding-top: 169px;
    }
}
@media (max-width: 576px) {
    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 21px;
    }

    h5 {
        font-size: 11px;
    }

    .schedule li {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    h6 {
        font-size: 12px;
    }
}
@media (max-width: 590px) {
    iframe {
        border-radius: 0;
        width: 100%;
    }
    .contact-heading {
        padding-top: 169px;
    }
}