
* {
    font-family: 'Poppins', sans-serif;
}

.custom-container {
    max-width: 1252px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px;
    padding-right: 40px;
}


header {
    background-color: #000;
    min-height: 518px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section h1 {
    color: #9e8562;
    font-size: 76px;
    font-weight: 700;
    line-height: 103.13px;
    text-transform: uppercase;
}



@media (max-width:767.98px) {

    .hero-section h1 {
        font-size: 40px;
        line-height: 54px;
    }
}


/* footer-section */
.footer-section {
    padding: 90px 0;
    background: url(../images/footer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-section .footer-head {
    position: relative;
    width: 85%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
}

.footer-section .footer-head::before {
    content: "";
    width: 27px;
    height: 2px;
    background-color: #c09d42;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.footer-section .footer-head a {
    color: #9e8562;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.88px;
}

.footer-section .row ul li a,
.footer-section .row ul li p,
.footer-section .row p {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.footer-section .row ul li a {
    margin-bottom: 12px;
    width: 50%;
    display: block;
}

.footer-section .row ul li img {
    height: 14px;
    margin-right: 24px;
}

.footer-section .row ul.social li img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
}

.footer-section .row ul.social li {
    color: #9e8562;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.56px;
}

.footer-section .row form input {
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    letter-spacing: 0.56px;
    margin-bottom: 12px;
    border: none;
}

.footer-section .row form input.btn-sub {
    max-width: 133px;
    width: 100%;
    height: 38px;
    background-color: #e3b604;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:767.98px) {
    .footer-section {
        padding: 60px 0;
    }
}

.copyright {
    background-color: #000000;
    padding: 22px 0;
}

.copyright p {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

.copyright a {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    display: block;
}

/* booking-inquiry-section */
.booking-inquiry-section {
    padding: 80px 70px;
}

.booking-inquiry-section h1 {
    color: #9e8562;
    font-size: 40px;
    font-weight: 500;
    line-height: 67px;
    text-align: center;
    margin-bottom: 48px;
}

.booking-inquiry-section form input.form-control {
    height: 59px;
    padding: 0 15px;
}

.booking-inquiry-section form textarea.form-control {
    height: 120px;
    resize:none;
    padding: 15px;
}

.booking-inquiry-section form .form-control {
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    line-height: 30.2px;
    margin-bottom: 28px;
    border-radius: 0;
}

.booking-inquiry-section form .form-control::placeholder,
.booking-inquiry-section form .form-control {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.booking-inquiry-section form .book-submit {
    max-width: 370px;
    width: 100%;
    height: 62px;
    margin: 0 auto;
    background-color: #e3b604;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 0;
    text-transform: uppercase;
}

@media (max-width:1023.98px) {

    .booking-inquiry-section h1 {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (max-width:767.98px) {

    .booking-inquiry-section {
        padding: 60px 0;
    }

    .booking-inquiry-section h1 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 28px;
    }

    .booking-inquiry-section form input.form-control {
        height: 46px;
        padding: 0 13px;
    }

    .booking-inquiry-section form textarea.form-control {
        height: 90px;
        padding: 13px;
    }

    .booking-inquiry-section form .form-control::placeholder,
    .booking-inquiry-section form .form-control {
        font-size: 12px;
    }

    .booking-inquiry-section form .form-control {
        line-height: 18px;
        margin-bottom: 20px;
    }

    .booking-inquiry-section form .book-submit {
        max-width: 100%;
        height: 49px;
        font-size: 16px;
    }
}
