*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.4s;
}
body{
}
:root{
    --bs--white:#fff;
    --bs--orange:#F08B0B;
    --bs--dark:#292929;
    --bs--orange-400:#FFDFB7;
    --bs--gray-400:#F4F2F2;
    --bs-gray-700:#5C5B5B;
}
.text-WH{color:#fff ;}
.text-DRK{color: #292929;}
.text-ORG{color: #F08B0B;}
.bg-light-gray{background: #F4F2F2;}
.hover-text-orange:hover{color: #F08B0B;}

.padding-xy{padding:60px !important;}
.html-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
.heading-style h2{font-size: 22px;color: var(--bs--orange);}
.heading-style h4{font-size: 45px;color: var(--bs--dark);}
p{color: var(--bs-gray-700);font-size: 16px;}
/* Global Css */
/* .container-cover Circle Shaps  */
.container-cover{position: relative;z-index: 0; overflow: hidden;}
.container-cover::after,
.container-cover::before{
    position: absolute;
    content: '';
    z-index: -1;
    background: var(--bs--orange);
    border-radius: 50%;
}
/* .container-cover Circle Shaps  */
@media (min-width: 768px)  {
    .container, .container-md, .container-sm {
        max-width: 850px !important;
    }
}
@media (min-width: 830px),(min-width: 1194px),(min-width: 1280px)  {
    .container, .container-md, .container-sm {
        max-width: 1224px !important;
    }
}

.banner-button{
    background: var(--bs--white);
    color: var(--bs--orange);
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
}
.banner-button{background: var(--bs--orange);color: var(--bs--white); margin-top: 30px;}
.sub-button{background: var(--bs--dark);color: var(--bs--white);}
.sub-button{
    background: var(--bs--orange);
    color: var(--bs--white);
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
}



.container{padding: 0; border-radius: 10px;}
header{
    background: var(--bs--gray-400);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 10px;
}
.nav-logo a{font-size: 30px; font-weight: bold;}
.desk-link-list ul li a{
    color: var(--bs--dark);
    padding:5px 15px 8px;
    border-radius: 50px;
    font-weight: 600;
}
.desk-link-list ul li a:hover{color: var(--bs--orange);}
.desk-link-list ul li a.active{color: var(--bs--white); background: var(--bs--orange);}

.nav-toggle-box input{width: 0;}
.nav-toggle-box input:checked + label {color: red;}
.nav-toggle-box input:checked + label .mobile-menu {
    transition: all 0.4s ease;
    right: 0;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -500px;
    height: 100%;
    width: 400px;
    z-index: 500;
    background: #000000;
    padding: 10px 40px;
    transition: all 0.4s ease;
    cursor: not-allowed;
    pointer-events: none;
} 
.mobile-menu label{cursor:pointer;
    pointer-events: all;}
.mobile-menu .nav-link ul li a {
    font-size: 22px;
    margin-bottom: 21px;
    display: inline-block;
    cursor:pointer;
    pointer-events: all;
}
.nav-toggle-box input:checked + label .menu-cover{visibility: visible;opacity: 1;transition: all 0.4s ease;}
.menu-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000000ab;
    cursor: not-allowed;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

main{
    background:var(--bs--gray-400);
    /* height: 100vh; */
    padding-top: 80px;
}
section{margin-bottom: 15px;}
.hero-section{
    height: calc(100vh - 90px);
}
.hero-section>div{
    height: 100%;
    width: 100%;
    padding: 0;
}
.hero-banner-slider{
    height: 100%;
    width: 100%;
}
.img-text{position: relative;z-index: 0; height: 100%;}
.img-text img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.img-text::after{
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000071;
    top: 0;
    left: 0;
}
.img-text-box {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 5vw;
    z-index: 5;
}
.img-text-box h2{
    font-size: 5vw;
    text-align: center;
}

/* About Us Section Css Start */
.about-section .container-cover::before{
    top: -50px;
    left: -100px;
    width: 250px;
    height: 250px;
}
.about-section .container-cover::after{
    right: -50px;
    bottom: -100px;
    width: 200px;
    height: 200px;
}

/* Special Menu Section Css Start  */

.special-section .container-cover::after{
    right: -120px;
    bottom: -25px;
    width: 400px;
    height: 400px;
}
.special-menu-item-box{
    overflow: auto;
    flex-wrap: nowrap;
}
.special-menu-item{
    flex: 0 0 33.33% !important;
    min-width: 200px;
}


/* Catering Section Css Start  */
.catreing-section .container-cover::after{
    top: -100px;
    right: -50px;
    width: 200px;
    height: 200px;
}
.catreing-section .container-cover::before{
    bottom: -260px;
    left: -15%;
    width: 400px;
    height: 400px;
}
.catreing-section .sub-button{
    float: right;
}
/* Gallery Section Css Start  */
.gallery-section .container-cover::before{
    top: -150px;
    left: -15%;
    width: 400px;
    height: 400px;
}
.gallery-section .container-cover::after{
    bottom: -250px;
    right: -15%;
    width: 400px;
    height: 400px;
}
.img-box{
    height: 250px;
    flex: 0 0 33.33%;
    min-width:250px;
}
.img-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Testimonial Section Css Start  */
.testimonial-section .container-cover::after{
    top: -150px;
    right: -15%;
    width: 400px;
    height: 400px;
}
.testimonial-section .container-cover::before{
    bottom: -200px;
    left: -15%;
    width: 400px;
    height: 400px;
}
.testimonial-items-section{
    overflow: auto;
    flex-wrap: nowrap !important;
}
.testimonial-items{
    flex: 0 0 50%;
    min-width: 300px;
}
.review-box{
    padding: 30px !important;
    border-radius: 15px;
}
.review-box:hover{
    background:var(--bs--orange-400) ;
    transition: all 0.4s ease;
}
.review-box p{margin-top: 10px;}
.review-img{
    height: 60px;
    width: 60px;
    margin-right: 15px;
}
.review-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Contact Us Section Css Start  */
.contact-section .container-cover::before{
    top: -200px;
    left: -15%;
    width: 400px;
    height: 400px;
}
.form-col{
    padding: 0 20px !important;
}
.form-css{
    padding: 40px !important;
}
.form-css  input,
.form-css  textarea{
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid var(--bs--orange) !important;
    border: none;
    margin-bottom: 10px;
    outline: none;
}
/* Footer Section Css Start  */

.footer-logo {
    margin-top: -16px;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-links a{color: var(--bs--dark);}
.footer-links a:hover{color: var(--bs--orange);}
.copy-right-text{
    margin-top: 10px;
    border-radius: 5px;
    padding: 5px ;
}
.copy-right-text small{text-align: center; display:block;}

@media (max-width: 768px) {
     main{padding: 80px 10px 10px;}
    .padding-xy{ padding: 10px !important;}
    .about-img{height: 520px;}
    .sub-button{margin-bottom: 30px;}
    .form-css {padding: 45px 20px !important;}
    
}

@media (max-width: 450px) {
    .nav-book-box svg {
        width: 60px;
        height: 50px;
    }
    .mobile-menu{
        width: 100%;
        right: -100%;
    }
    .mobile-menu .nav-link ul li a {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .hero-section {height: 430px;}
    .about-img{height: 320px;}
    .testimonial-items{
        flex: 0 0 100%;
        min-width: 100%;
    }
    .heading-style h2{margin-top: 25px;}
    .contact-section .container-cover::before,
    .testimonial-section .container-cover::after{display: none;}
    .special-section .container-cover::before ,
    .special-section .container-cover::after{
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .special-section .container-cover::after {
        right: 0;
        bottom: -50%;
    }
    .about-section .container-cover::after {
        right: -50px;
        bottom: -120px;
        width: 200px;
        height: 200px;
    }
    .gallery-section .container-cover::before {
        top: -130px;
        left: -33%;
        width: 200px;
        height: 200px;
    }
    .img-box-row{
        flex-wrap: nowrap !important;
        overflow: auto;
    }
    .img-box{
        min-width: 100%;
    }

}