* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-bg-color: #212529;
    --heading-text-color: rgb(171, 151, 128);
    --secondary-text-color: rgba(173, 181, 189, 0.75);
    --dark-text-color: rgb(115, 81, 44);
    --header-font-family: Cinzel;
    --normal-text-font-family: Poppins;
}

body {
    background: var(--primary-bg-color);

}

.wrapper {
    width: 93%;
    margin: 0 3.5%;
}

.navigation-bar {
    height: 70px;
}

.navigation-bar img {
    height: 30px;
}

.navigation-bar ul {
    color: var(--secondary-text-color);
}

.hero-section .menu-one {
    background: url(../images/illustrations/slider-1.jpg);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section .menu-two {
    background: url(../images/illustrations/slider-2.jpg);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section .menu-one p,
.hero-section .menu-two p {
    font-family: var(--header-font-family);
    color: #fff;
    font-size: 30px;
}

.book-table {
    font-family: var(--normal-text-font-family);
}

.book-table select {
    border: none;
    border-bottom: 2px solid var(--dark-text-color);
    background: var(--primary-bg-color);
}

.book-table select option {
    background: var(--primary-bg-color);
    color: #fff;
}

.book-table input {
    background: var(--primary-bg-color);
    border: none;
    border-bottom: 2px solid var(--dark-text-color);
}

.book-table button {
    border: 2px solid var(--dark-text-color) !important;
    background: linear-gradient(45deg, rgb(202, 202, 179) 15%, var(--primary-bg-color) 85%);
    width: 60%;
    height: 45px;
    font-family: var(--normal-text-font-family);
}

.choose-us h1 {
    font-family: var(--header-font-family);
    color: var(--heading-text-color);
    font-size: 25px;
    border-bottom: 2px solid var(--dark-text-color);
}

.choose-us p {
    font-family: var(--normal-text-font-family);
    color: var(--secondary-text-color);
}

.choose-us .card-section .card-section-one {
    background: var(--primary-bg-color);
}

.choose-us .card-section .card-section-one .card-body h2 {
    color: var(--heading-text-color);
    font-family: var(--header-font-family);
    font-size: 20px;
}

.choose-us .cust-review .cust-review-two {
    width: 85%;
    margin: 0 7.5%;
    margin-top: -100px;
    background: var(--primary-bg-color);
    box-shadow: 0px 3px 20px -8px #000;
    height: 420px;
}

.choose-us .cust-review .cust-review-two i {
    color: var(--dark-text-color);
    font-size: 50px;
    margin-top: -50px;
}

.today-deal {
    margin-top: 100px;
}

.today-deal h1 {
    border-bottom: 2px solid var(--dark-text-color);
    padding-bottom: 10px;
}

.today-deal h1,
.today-deal h2 {
    color: var(--heading-text-color);
    font-family: var(--header-font-family);
}

.today-deal p {
    color: var(--secondary-text-color);
    font-family: var(--normal-text-font-family);
    padding: 0 10%;
}

.today-deal .today-deal-one {
    margin: 50px 0;
    background: #D5CABF;
    padding: 40px 7.5%;
}

.today-deal .today-deal-one p {
    color: var(--dark-text-color);
    padding: 0 6.5%;
    font-size: 20px;
}

.testimonial h1 {
    color: var(--heading-text-color);
    font-family: var(--header-font-family);
    border-bottom: 2px solid var(--dark-text-color);
    padding-bottom: 10px;
}

.testimonial p {
    color: var(--secondary-text-color);
    font-family: var(--normal-text-font-family);
}

.testimonial div .cust-testimonial .cust-testimonial-one p i {
    color: var(--dark-text-color);
    font-size: 34px;
}

.testimonial div .cust-testimonial .cust-testimonial-one .cust-testimonial-one-one p i {
    font-size: 10px;
    font-weight: bold;
}

.gallery {
    margin: 100px 0 0 0;
}

.gallery h1 {
    font-family: var(--header-font-family);
    color: var(--heading-text-color);
    border-bottom: 2px solid var(--dark-text-color);
    padding-bottom: 10px;
}

.gallery .social-media-logo i {
    color: var(--heading-text-color);
    border: 2px solid var(--dark-text-color);
    font-size: 25px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    margin: 0 2%;
}

.gallery button {
    background: linear-gradient(45deg, rgb(202, 202, 179) 10%, var(--primary-bg-color) 90%);
    border: 2px solid var(--dark-text-color);
    width: 60%;
    height: 50px;
    margin: 25px 0 0 20%;
}

.latest-news {
    margin: 100px 0 0 0;
}

.latest-news h1 {
    color: var(--heading-text-color);
    font-family: var(--header-font-family);
    border-bottom: 2px solid var(--dark-text-color);
    padding-bottom: 10px;
}

.latest-news p {
    font-family: var(--normal-text-font-family);
    color: var(--secondary-text-color);
}

.latest-news .latest-news-one .latest-news-one-one {
    background: url(../images/illustrations/latest-news-1.png);
    background-repeat: no-repeat;
    height: 220px;
    background-size: contain;
    margin: 20px 0;
}

.latest-news .latest-news-one .latest-news-one-one a p {
    font-family: var(--header-font-family);
    font-size: 20px;
}

.latest-news .latest-news-one .latest-news-one-one button {
    border: none;
    background: transparent;
    border-bottom: 2px solid var(--dark-text-color);
}

.latest-news .scroll-logo {
    font-size: 12px;
    margin-left: 26%;
    color: var(--dark-text-color);
    width: 50%;
}

footer {
    width: 108%;
    margin: 0 -4%;
    padding: 0 4%;
    background: #111213;
    height: 826px;
}

footer .upper-footer {
    border-bottom: 1px solid gray;
}

footer .upper-footer .section-one img {
    width: 55%;
}

footer .upper-footer .section-one p {
    font-family: var(--normal-text-font-family);
    color: var(--secondary-text-color);
    font-size: 15px;
}

footer .upper-footer .section-one h2 {
    font-family: var(--header-font-family);
    color: var(--heading-text-color);
    font-size: 19px;
}

footer .upper-footer .section-one ul li a {
    text-decoration: none;
    color: var(--secondary-text-color);
    text-transform: capitalize;
    line-height: 30px;
}

footer .lower-footer {
    height: 100px;
}

footer .lower-footer p {
    color: var(--secondary-text-color);
    font-family: var(--normal-text-font-family);
    font-size: 14px;
}

@media(min-width:576px) {
    .wrapper {
        width: 90%;
        margin: 0 5%;
    }

    .navigation-bar img {
        width: 30% !important;
    }

    .navigation-bar ul {
        width: 30% !important;
        margin-left: 40% !important;
    }

    .hero-section .menu-one {
        height: 624px;
    }

    .hero-section .menu-two {
        height: 624px;
    }

    .book-table button {
        width: 35%;
    }

    .choose-us {
        margin-top: 6rem !important;
    }

    .choose-us h1 {
        font-size: 30px;
    }

    .choose-us .cust-review .cust-review-two {
        height: 300px;
    }

    .testimonial {
        margin-top: 100px;
    }

    .testimonial div .cust-testimonial .cust-testimonial-one {
        width: 70%;
        margin-left: 30%;
        font-size: 20px;
    }

    .gallery .gallery-images img {
        width: 75% !important;
        margin-left: 12.5%;
    }

    .gallery button {
        width: 36%;
        margin: 25px 0 0 32%;
    }

    .latest-news .latest-news-one .latest-news-one-one {
        height: 403px;
    }

    .latest-news .scroll-logo {
        margin-left: 34%;
        width: 35%;
    }

    footer {
        width: 112%;
        margin: 0 -6%;
    }

    footer .upper-footer .section-one img {
        width: 34%;
    }
}

@media(min-width:768px) {
    .navigation-bar img {
        width: 22% !important;
    }

    .navigation-bar ul {
        width: 25% !important;
        margin-left: 53% !important;
        font-size: 24px !important;
    }

    .hero-section .menu-one {
        height: 680px;
        background-size: cover;
    }

    .hero-section .menu-two {
        height: 680px;
        background-size: cover;
    }

    .book-table select {
        width: 54%;
        margin: 0 2%;
    }

    .book-table input {
        width: 60%;
        margin: 0 2%;
    }

    .book-table button {
        height: 88px;
    }

    .choose-us p {
        padding: 25px 0;
    }

    .testimonial p {
        padding: 10px 18%;
    }

    .testimonial div .cust-testimonial .cust-testimonial-one {
        width: 100%;
        margin-left: 0;
    }

    .testimonial p {
        padding: 10px 0% 0 18%;
    }

    .gallery .gallery-images img {
        margin: 0 2%;
    }

    .gallery .social-media-logo i {
        margin: 0 1%;
    }

    .gallery button {
        width: 26%;
        margin: 25px 0 0 37%;
    }

    .latest-news {
        margin: 100px 0 100px 0;
    }

    .latest-news .latest-news-one .latest-news-one-one {
        height: 260px;
        width: 48% !important;
        margin: 11px 1%;
    }

    footer .upper-footer .section-one img {
        width: 26%;
    }
}

@media(min-width:992px) {
    .wrapper {
        width: 95%;
        margin: 0 2.5%;
    }

    .navigation-bar ul {
        width: 15% !important;
        margin-left: 0 !important;
        font-size: 24px !important;
    }

    .navigation-bar img {
        width: 16% !important;
    }

    .navigation-bar p {
        margin-bottom: 0 !important;
        color: var(--heading-text-color);
        font-family: var(--header-font-family);
        font-size: 20px;
    }

    .hero-section .menu-one {
        height: 400px;
        background-size: cover;
        width: 35%;
    }

    .hero-section .menu-two {
        height: 400px;
        background-size: cover;
        width: 35%;
    }

    .book-table {
        margin: 0 5%;
    }

    .choose-us p {
        padding: 25px 18%;
    }

    .choose-us .card-section .card-section-one {
        width: 32%;
    }

    .choose-us .card-section .card-section-one .card-body .card-text {
        padding: 25px 5%;
    }

    .choose-us .cust-review .cust-review-one figure img {
        width: 100% !important;
        margin-left: 10%;
    }

    .choose-us .cust-review .cust-review-two {
        height: 470px;
        margin-top: 58px;
        width: 73%;
        margin-left: 1%;
    }

    .testimonial p {
        padding: 10px 17% 0 18%;
    }

    .testimonial div .cust-testimonial {
        width: 56%;
    }

    .testimonial div figure img {
        width: 75% !important;
        margin: 100px 0 0 10%;
    }

    .gallery .social-media-logo i {
        margin: 0 0.5%;
    }

    .gallery button {
        width: 18%;
        margin: 25px 0 0 41%;
    }

    .latest-news .latest-news-one .latest-news-one-one {
        height: 260px;
        width: 32% !important;
        margin: 11px 0.5%;
        background-size: cover;
    }

    .latest-news .scroll-logo {
        margin-left: 42%;
        width: 16%;
        margin-top: 30px;
    }

    footer {
        height: 398px;
        width: 105%;
        margin: 0px -2.5%;
    }

    footer .upper-footer {
        width: 95%;
        margin: 0 2.5%;
        padding-top: 90px;
    }

    footer .upper-footer .section-one img {
        width: 70%;
    }

    footer .upper-footer .section-one {
        width: 25%;
    }

    footer .upper-footer .section-one ul li a {
        line-height: 40px;
    }
}

@media(min-width:1200px) {
    .wrapper {
        width: 94%;
        margin: 0 3%;
    }

    .hero-section .menu-one {
        height: 484px;
        background-size: cover;
        width: 35%;
    }

    .hero-section .menu-two {
        height: 484px;
        background-size: cover;
        width: 35%;
    }

    .book-table button {
        height: 60px;
    }

    .choose-us .cust-review .cust-review-two {
        height: 386px;
        margin-top: 132px;
        width: 73%;
        margin-left: 1%;
    }

    .testimonial p {
        padding: 10px 7% 0 18%;
    }

    .testimonial .cust-test {
        padding: 10px 18% 0 18%;
    }

    footer {
        width: 106%;
        margin: 0px -3%;
    }
}