* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primaryColor: #d8b25e;


}

body {
    font-family: "Montserrat", sans-serif;
    background: #244007;



}

a {
    text-decoration: none;
}

video {
    z-index: 11;
}




::-webkit-scrollbar {
    display: none;
}


.pBg {
    background-color: var(--primaryColor);
}

.pCl {
    color: var(--primaryColor);
}

.sFont {
    font-family: "Caveat", cursive;
}

.primaryHeader {
    font-size: 70px;
}

.secHeader {
    font-size: 43px;
}

.pBorder {
    border: 1px solid var(--primaryColor);
}

.pShadow {
    box-shadow: 4px 4px 3px var(--primaryColor);
}

input {
    background: #fff;
}

textarea {
    background: #fff;
}

select {
    background: #fff;
}

.container {
    width: 90% !important;
    margin: auto;
}


.topheader {
    border-bottom: 1px dashed var(--primaryColor);
}

.btn {
    background: var(--primaryColor);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    border-radius: 7px;
    transition: color 1s border 1s background 1s;
}



.btn:hover {
    border: 1px dashed var(--primaryColor);
    color: var(--primaryColor);
}


.headerBtnAnimation {
    animation: headerbtnAnimatins 1.5s ease-in-out infinite;
}

@keyframes headerbtnAnimatins {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(2deg) scale(0.9);
    }

    100% {
        transform: rotate(0deg);
    }
}




.footerAllDivWrper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footerAllDivWrper>div {
    width: 100%;
}

.footer {
    position: relative;
}

.footer_food {
    position: absolute;
    top: 20px;
    right: -10px;

    display: block;
}










/* slider section css start from header */
.slider_section {
    background: #edefee;
    padding: 50px 20px 220px 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--primaryColor);
}

.swiper-pagination-bullet-active {
    background: var(--primaryColor);
}

.slider-wrper {
    transform: translateY(0px);
    height: 350px;
    border-radius: 20px;
}


.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}


/* navbar css code here */
.navberandlogoWrper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    z-index: 20;
}


.navbarsssection {
    height: fit-content !important;
    z-index: 99;
    border: 1px solid transparent;
    position: fixed;
    top: 0;
    width: 100vw;
    background: black;
}

.navbarMenuIconWrper {
    display: none;
}

.navbars {
    width: 100% !important;
}

.navbarsUL {
    width: 100%;
    display: flex;
    gap: 35px;
    justify-content: flex-end;
    align-items: center;
}

.mnuHOver {
    transition: color .3s;
}

.mnuHOver:hover {
    color: var(--primaryColor) !important;
}

.transparentDiv {
    display: none;
}

/* download menu */
.downloadMedu-Wrper {
    height: fit-content;
    color: var(--primaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}




/* hero section css code here */
.heroSection {
    z-index: 10;
}

.heroVedioWrper {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.vedioforHero {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.heroTextWrper {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.395);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    text-align: center;
}

.heroTextWrper>h2 {
    font-size: 80px !important;
    font-weight: 600;
}

.award-winning-Wrper>h2 {
    width: 50% !important;
    text-align: center;
}

.award-winning-Wrper>p {
    width: 60% !important;
    text-align: center;

}

.herobtnsWrp {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.styory_section {
    background: #244007;
}

.welcome-bootom-padding {
    padding-bottom: 90px !important;
    position: relative;
}

.background-color {
    background: #171717;
    width: 70%;
    z-index: -1;
    position: absolute;
    height: 100%
}





.background-color-two {
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.background-color-two>div:last-child {
    background: #edefee;
    width: 70%;
    height: 100%;

}

.dropDownMy {
    position: relative;
}

.dropDownWrpermano {
    position: absolute;
    top: 10 !important;
    display: none;
    height: fit-content;
    z-index: 100 !important;
    margin-top: -2px !important;



}

.connectWithDivWrper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    height: 70px !important;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #f1b01d;



}

.lastpadding {
    padding-left: 100px;
}

.connectWithDivWrper>div {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;

}



.connectWithDivWrper>div>a {
    text-align: center !important;
}


.dropDownWrpermano>li>a:hover {
    transition: .5s;
    color: black !important;
    background: #766e58 !important;

}

.trans {
    height: 7px !important;
    width: 100%;
    color: transparent;
    background: transparent;
}

.footer-footers {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.dropDownWrpermano:hover {
    display: block;
}

.dropDownMy:hover~.dropDownWrpermano {
    display: block;
}


.dropDownWrpermano:focus {
    display: block;
}

.dropDownMy:focus~.dropDownWrpermano {
    display: block;
}


.dropDownWrpermano>li {
    display: flex;
    flex-direction: column;
    background: var(--primaryColor);
    color: #fff;
    transform: translateX(-30px);

}

.dropDownWrpermano>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 15px;
}


.welcome-section-one {
    margin: 80px 0 !important;
}

/* food card section css code here */
.food-card-section {
    padding: 80px 00px;
    background: #244007;
    margin-bottom:80px;
}

.food-card-Wrper {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.food-card-Wrper>div {
    width: 100%;
    height: 500px;
    transition: .8s;
}

.food-card-Wrper>div:hover {
    transform: rotate(-3deg) scale(.9);
}

.food-card-Wrper>div:first-child {
    margin-top: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0.600), rgba(0, 0, 0, 0.600)), url('../images/menu-01.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 35px;
}

.food-card-Wrper>div:last-child {
    background: linear-gradient(rgba(0, 0, 0, 0.600), rgba(0, 0, 0, 0.600)), url('../images/menu-02.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 35px;
}




.introducingroofloofvedioSection {
    position: relative;
    height: 600px;
}

.houseofsmoke {
    letter-spacing: 10px;
    font-size: 30px;
}





/* bottom to top scroll btnb */
.bottomToTopBTNWrp {
    display: none;
    width: fit-content;
    height: fit-content;
    position: fixed;
    top: 92vh;
    left: 93vw;
}

.bottomToTopBTNWrp>button {
    background: var(--primaryColor);
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;

}




/* footer css code  */
.footer {
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 30px;
    width: 100%;
    color: #fff;
    background: #171717;
    margin-top:-130px;
}

.footerborderright {
    border-right: 2px solid var(--primaryColor);
    padding: 0 10px;
}






/* all responsive breckdown here */


@media (max-width:600px) {

    .headerLogo {
        width: 60px;
    }

    .topheaderBookatableText {
        font-size: 18px;
    }


    .navbarsUL {
        width: 300px;
    }





}


@media (max-width:768px) {

    .headerLogo {
        width: 80px;
    }

    .navbarsUL {
        width: 320px;
    }


    .downloadMedu-Wrper {

        grid-template-columns: 1fr;

    }


    /* bottom to top scroll btnb */
    .bottomToTopBTNWrp {
        position: fixed;
        top: 92vh;
        left: 85vw;
    }




    .footer_food {
        position: absolute;
        top: 20px;
        right: 100px;

        display: none;
    }


}

@media (max-width:1024px) {
    .container {
        width: 95% !important;
    }

    .middleHeaderSection {
        display: none;
    }

    .navbarMenuIconWrper {
        display: block;
    }

    .navbars {
        display: none;
        background: rgba(0, 0, 0, 0.426);
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 99;
        width: 100% !important;

    }

    .footer-footers {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    ul {
        list-style: none;
    }

    .navbarsUL {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 35px !important;
        width: 350px;
        background: black;
        height: 100vh;
        padding: 30px 0;

    }

    .welcomeImg {
        width: 100% !important;
        height: 100% !important;

    }


    .lastpadding {
        padding-left: 0px;
    }

    .transparentDiv {
        display: flex;
        cursor: pointer;
        justify-content: end;
        width: auto;
        height: fit-content;
        background: var(--primaryColor);
        padding: 10px;
        border-bottom-right-radius: 15px;
    }


    .award-winning-Wrper>h2 {
        width: 100% !important;
        text-align: center;
        font-size: 60px !important;
    }

    .award-winning-Wrper>p {
        width: 90% !important;
        text-align: center;

    }

    .food-card-Wrper {
        flex-direction: column;
        gap: 60px;
    }

    .food-card-Wrper>div:first-child {
        margin-top: 0px;
    }

    .footerAllDivWrper {
        text-align: center;
    }

    .connectWithDivWrper {
        text-align: center !important;
        flex-direction: column;
        gap: 20px;
        height: fit-content !important;


    }




    .connectWithDivWrper>div {
        width: 100%;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .llll {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .llll>a {
        width: fit-content;
    }

    .llks {
        justify-content: center !important;
        padding-left: 0 !important;
    }

    .connectWithDivWrper>div>a {
        text-align: center !important;
    }

    .noneborder {
        border: none !important;
    }

    .footerSocialIconWrper {
        justify-content: center !important;

    }

    .footerSocialIconWrper>a>i {
        font-size: 30px;
    }

    .footerlogoWrper {
        margin: 20px 0;
    }

    .footerlogoWrper>div {
        justify-content: center !important;
    }

    .footerlogoWrper>div>div {
        justify-content: center;
    }





    .background-color {
        background: #171717;
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 100%
    }


    .background-color-two {
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .background-color-two>div:last-child {
        background: #edefee;
        width: 100%;
        height: 100%;

    }



    .welimgWrperOne {
        margin-top: 70px !important;
    }

    .welimgWrperTwo {
        margin-bottom: 70px !important;
    }





    .dropDownMy {
        position: relative;
    }

    .dropDownWrpermano {
        position: absolute;
        top: 30;
        display: none;
        height: fit-content;
        margin-top: 10px;
        z-index: 100 !important;
    }


    .trans {
        height: 60px;
        width: 100%;
        color: transparent;
        background: transparent;
    }

}