/* Default code Starts here */

@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-wrap: word-wrap;
    /* border: 1px solid red; */
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #eff2f7;
    font-family: "Merienda", serif;
    font-family: "Nunito", serif;
    line-height: 1.5rem;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
    padding-top: 8rem;
}

::-webkit-scrollbar {
    width: 1rem;
}

h1,
h2,
h3,
h4,
h6,
p {
    text-wrap: balance;
}

input,
textarea,
button {
    font-family: inherit;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

:root {
    --primaryColor: #212529;
    --secondaryColor: #be9c79;
    --tertiaryColor: #343a40;
    --fourthColor: #fff1d5;
    --darkColor: #ff9d00;
    --lightColor: #ffffff;
    --regularFont: 1.4rem;
    --headingFont: 2rem;
    --ffPrimary: "Merienda", serif;
    --ffSecondary: "Nunito", serif;
}

section,
.contactUs {
    scroll-margin-top: 8rem;
}

/* navBar */
.navBar {
    background-color: var(--lightColor);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    /* padding: 3rem 0rem; */
}

.navbar-brand img {
    cursor: pointer;
    height: 5rem;
}

.navbar-nav li {
    list-style: none;
    padding: 1rem;
    font-family: var(--ffSecondary);
    font-size: 2rem;
    color: var(--tertiaryColor);
}

.navlinkBox a {
    text-decoration: none;
    color: var(--tertiaryColor);
}

.menubtn {
    color: var(--primaryColor);
    font-size: 2rem;
    margin-right: 3rem;
    padding: 0.4rem 0.7rem 0.1rem;
    border: 2px solid #7e7d7d;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

/* heroSection */
.heroSection {
    /* padding: 5rem 0rem; */
    background-image: url(./assets/images/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jumbotron {
    padding: 30rem 0rem 24rem 0rem;
    max-width: 100%;
}

.jumbotron h1 {
    font-family: var(--ffPrimary);
    color: var(--primaryColor);
    line-height: 8rem;
    font-size: 7rem;
    text-align: center;
}

.jumbotron p {
    color: var(--primaryColor);
}

.btn {
    background-color: var(--secondaryColor);
    font-size: 2rem;
    padding: 1rem 2rem;
}

.btn:hover {
    background-color: #000000;
}

/* our menu */
.menuImg {
    height: 60rem;
}

.ourMenuCard h2 {
    font-family: var(--ffPrimary);
    font-size: 4rem;
    font-weight: 900;
    color: var(--primaryColor);
    line-height: 5rem;
    margin-bottom: 1rem;
}

.ourMenuCard p {
    font-family: var(--ffSecondary);
    text-align: start;
    text-transform: capitalize;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

/* Facility code */
.heading img {
    width: 18rem;
}

.heading h2 {
    font-family: var(--ffPrimary);
    font-size: 4rem;
    font-weight: 800;
    color: var(--primaryColor);
}

.facilitycardHead img {
    height: 9rem;
}

.facilitycardBody h3 {
    font-family: var(--ffSecondary);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--primaryColor);
}

.facilitycardBody p {
    font-family: var(--ffSecondary);
    text-transform: capitalize;
    text-align: justify;
    line-height: 2.5rem;
}


/* Popular code */
.popularcardHead img {
    height: 28rem;
    width: 100%;
}

.popularCardBody p {
    font-family: var(--ffSecondary);
    text-transform: capitalize;
    font-size: 2rem;
    margin-bottom: 3rem;
}

/* Gallery code */
.gallerycardHead img {
    width: 45rem;
    height: 25rem;
    margin-bottom: 2rem;
}


/* Team code */
.teamcardHead img {
    height: 35rem;
}

.teamcardBody p {
    font-size: 2rem;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 2.5rem;
}

/* Contact code */
.contactimgBox img {
    height: 75rem;
}

.bookingTable {
    width: 100%;
    border: 1px solid;
    padding: 2rem;
}

.formHead h3 {
    font-family: var(--ffSecondary);
    font-size: 3.3rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.formBody button {
    background-color: var(--secondaryColor);
    cursor: pointer;
    border: none;
    padding: 2rem 3rem;
    border-radius: 1px;
    color: var(--fourthColor);
    font-family: var(--ffSecondary);
    font-size: 2.5rem;
}

button:hover {
    background-color: var(--primaryColor);
}

input {
    width: 100%;
    padding: 1rem;
    border: 1px solid;
    border-radius: 1px;
    margin-bottom: 3rem;
    font-family: var(--ffSecondary);
    font-size: 2.5rem;
}

/* Contact Icons code */
.footercardHead i {
    background-color: var(--secondaryColor);
    font-size: 4rem;
    color: var(--fourthColor);
    border: 2rem solid var(--secondaryColor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    margin-bottom: 2rem;
}

.cardBody h5 {
    font-family: var(--ffSecondary);
    font-size: 2rem;
    color: var(--primaryColor);
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.cardBody p {
    font-family: var(--ffSecondary);
    font-size: 2rem;
    line-height: 3rem;
}

.copyrights p {
    font-family: var(--ffSecondary);
    font-size: 2rem;
    color: var(--ffPrimary);
    text-transform: capitalize;
    line-height: 3rem;
}

.copyrights span {
    font-family: var(--ffSecondary);
    font-size: 2rem;
    color: var(--secondaryColor);
    text-transform: capitalize;
}


/* ::::: RESPONSIVE DESIGN DEVICE SIZES ::::: */

/* for Responsive Target the ROW Code (display:grid) */

/* Small devices (landscape phones, upto 576px and below) */
/* @media (width <=576px) */
@media (max-width: 576px) {

    .navBar .row {
        padding: 0rem 2rem;
    }

    .navbar-toggler {
        font-size: 1.6rem;
        padding: 0.4rem 1rem;
        border: 1px solid #7e7d7d;
        border-radius: 0.5rem;
        cursor: pointer;
    }

    #check:checked~.navLinksBox {
        /* display: block; */
        display: flex;
    }

    .jumbotron {
        padding: 20rem 0rem 15rem 0rem;
        max-width: 100%;
    }

    .jumbotron h1 {
        font-family: var(--ffPrimary);
        color: var(--primaryColor);
        line-height: 4.5rem;
        font-size: 4.5rem;
        text-align: center;
    }

    .jumbotron p {
        color: var(--primaryColor);
    }

    .btn {
        background-color: var(--secondaryColor);
        padding: 0.4rem 0.7rem;
        font-size: 1.6rem;
    }

    .menuImg {
        height: 35rem;
    }

    .popularcardHead img {
        height: 18rem;
        width: 100%;
    }

    .gallerycardHead img {
        margin-bottom: 0rem;
    }

    .contactimgBox img {
        height: 45rem;
    }

    .teamcardHead img {
        height: 25rem;
    }
}

/* Medium devices (tablets, upto 768px and above) */
/* @media (min-width: 577px) and (max-width: 768px) */
@media (width >=577px) and (width <=768px) {
    /* write code here */
}


/* Large devices (Laptops, upto 992px and above) */
/* @media (min-width: 769px) and (max-width: 992px) */
@media (width >=769px) and (width <=992px) {
    /* write code here */
}


/* X-Large devices (large desktops, upto 1200px and above) */
/* @media (min-width: 993px) and (max-width: 1200px) */
@media (width >=993px) and (width <=1200px) {
    /* write code here */
}


/* XX-Large devices (larger desktops, upto 1400px and above) */
/* @media (min-width: 1200px)  */
@media (width >=1200px) {
    /* write code here */
}