body{
    margin:0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    color: #EDBF09;
}

p{
    margin: 0px;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Cinzel", serif;
    margin: 0px;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control:focus, .form-control:visited, .btn:focus, .btn:visited, .btn-close:focus, .btn-close:visited{
    box-shadow: none;
    outline: none;
}

.form-control{
    border-radius: 6px;
    background-color: #F2F2F2;
    border: none;
    font-size: 14px;
}

input.form-control{
    height: 46px;
}

.bg-cover{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-logo img{
    height:80px;
}

.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

.header.header-scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px #00000042;
}

.home-banner{
    position: relative;
}

.partner-home-banner{
    position: relative;
}

.search-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
}

.home-banner video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.header-nav{
    text-align: end;
}

.header-nav .nav-item{
    display: inline-block;
}

.header-nav .nav-item .nav-link{
    font-size: 16px;
    color: #fff;
}

.header-nav .nav-item.active .nav-link{
    color:#EDBF09;
}

.dropdown-menu{
    padding: 10px;
    border-radius: 10px;
}

.dropdown-menu ul li a{
    width: 100%;
    display: inline-block;
    padding: 5px 0px;
    border-bottom: 1px solid #C3C3C3;
    font-size: 14px;
}

.dropdown-menu ul li:last-child a{
    border-bottom: none;
}

.header-nav .nav-item:hover .dropdown-menu{
    display: block;
}

.login-button{
    padding: 8px 30px;
    background-color: #fff;
    border-radius: 6px;
}

.search-bx{
    border:1px solid #E5DDDD;
    padding: 20px;
    border-radius: 10px;
    background-color: #000000B2;
}

.form-group label{
    font-size: 14px;
    margin-bottom: 10px;
}

.search-bx  .form-group label{
    color: #fff;
}

.form-field-with-icon{
    position: relative;
}

.form-field-with-icon img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.search-btn{
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px;
}

.section-pad{
    padding: 100px 0px;
}

.partner-banner img{
    width: 100%;
    border-radius: 10px;
}

.reels-bx{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.reels-bx img{
    width: 100%;
}

.reels-bx::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    background-color: #00000080;
    transition: all 0.3s ease-in-out;
}

.reels-bx:hover::before{
    height: 100%;
}

.reels-content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.reels-bx:hover .reels-content{
    opacity: 1;
    visibility: visible;
}

.reels-content h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header{
    margin-bottom: 60px;
}

.section-header h3{
    font-size: 40px;
    margin-bottom: 20px;
}

.section-header p{
    font-size: 14px;
    width: 60%;
}

.section-header.text-center p{
    margin: 0px auto;
}

.section-header .col-lg-9 p{
    width: 100%;
}

.trusted-partner{
    padding: 20px;
    border-radius: 10px;
    background-color: #426F434D;
}

.trusted-partner-bx{
    text-align: center;
    padding: 10px 20px;
}

.trusted-partner-bx img{
    height: 45px;
    margin-bottom: 20px;
    object-fit: contain;
    width: 140px;
}

.trusted-partner-bx h4{
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    border: 2px solid #000000;
    position: relative;
    width: 80%;
    margin: 0px auto 10px;
}

.trusted-partner h4::before{
    position: absolute;
    background-color: #FFF5CC;
    width: 80%;
    height: 2px;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.trusted-partner h4::after{
    position: absolute;
    background-color: #FFF5CC;
    width: 80%;
    height: 2px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}

.trusted-partner-bx p{
    font-size: 14px;
}

.dinning-bx img{
    width: 100%;
    border-radius: 10px;
}

.dinning-bx-content{
    padding: 20px;
}

.dinning-bx-content h4{
    font-size: 20px;
    margin-bottom: 10px;
}

.dinning-bx-content p{
    font-size: 14px;
    color: #7E7E7E;
}

.banner-img img{
    width: 100%;
}

.swiper-button-prev{
    left: 0;
}

.swiper-button-next{
    right: 0;
}

.swiper-button-prev, .swiper-button-next{
    border: 1px solid #E7BD5A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.swiper-button-prev:after, .swiper-button-next:after{
    color: #E7BD5A;
    height: 30px;
    font-size: 20px;
}

.banner-img{
    padding:0px 55px;
}

.explore-slider{
    padding: 0px 55px;
}

.explore-bx{
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.explore-bx:hover{
    background-color: #426F4354;
}

.explore-bx img{
    height: 48px;
    margin-bottom: 10px;
}

.explore-bx h4{
    font-size: 24px;
}

.blogs-sec-area{
    margin-top: 100px;
}

.blogs-sec{
    margin-top: -180px;
}

.blog-bx{
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #00000026;
    border-radius: 10px;
    overflow: hidden;
}

.blog-bx img{
    width: 100%;
}

.blog-bx-content{
    padding: 20px;
}

.blog-bx-content h4{
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-bx-content p{
    font-size: 14px;
    color: #7E7E7E;
    margin-bottom: 20px;
}

.learn-btn{
    border: 1px solid #E7BD5A;
    padding:10px 20px;
    font-size: 14px;
    color: #86661D;
    font-weight: 600;
}

.accomendation-bx{
    position: relative;
}

.accomendation-bx-img img{
    width: 100%;
    border-radius: 10px;
}

.accomendation-content{
    background-color:#312D2DB5;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 10px;
    margin-top:20px;
}

.accomendation-content h4{
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #fff;
}

.accomendation-content p{
    font-size: 14px;
    color: #fff;
}

/*.accomendation-content a{*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border: 1px solid #fff;*/
/*    border-radius: 4px;*/
/*}*/

.testimonial-sec{
    background-color: #EFFFF0;
}

.testimonial-bx{
    background-color: #FAFAFA;
    border-radius: 20px;
    padding: 20px;
}

.testimonial-bx-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.testimonial-user-info{
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-user-avatar img{
    width: 34px;
    height: 34px;
    object-fit: cover;
    object-position: 50% top;
}

.testimonial-user-content h4, .testimonial-user-content p{
    font-size: 14px;
}

.rating-icon{
    margin-bottom:10px;
}

.rating-icon img{
    width: 20px;
}

.testimonial-bx-body p{
    font-size: 14px;
    line-height: 26px;
}

.instagram-bx{
    position: relative;
}

.instagram-bx img{
    width: 100%;
    border-radius: 10px;
}

.instagram-bx a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer{
    background-color: #426F43;
}

.footer-top{
    padding: 60px 0px;
}

.footer-bottom{
    padding: 10px 0px;
    border-top: 1px solid #fff;
}

.footer-logo{
    height: 100px;
    margin-bottom: 20px;
}

.footer-content p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-content ul li{
    display: inline-block;
    padding-right: 10px;
}

.footer-content ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
}

.footer-bx h4{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-bx ul li{
    padding-bottom: 10px;
}

.footer-bx ul li a{
    font-size: 14px;
    color: #fff;
}

.contact-bx{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-bx p{
    font-size: 14px;
    color: #fff;
}

.contact-bx p a{
    color: #fff;
}

.copyright-text p, .footer-right-content p{
    font-size: 14px;
    color: #fff;
}

.footer-right-content{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.modal-header{
    position: relative;
    justify-content: center;
    border-bottom: none;
}

.modal-content{
    border: none;
    border-radius: 20px;
}

.btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-body{
    padding: 20px 40px;
}

.modal-body .form-group{
    margin-bottom: 20px;
}

.modal-body  .form-control{
    border: 1px solid #E8E8E8;
    background-color: #fff;
}

.modal-body .form-group label{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.modal-body .form-group label span{
    color: #426F43;
}

.register-btn{
    width: 100%;
    padding: 10px 20px;
    background-color: #426F43;
    color: #fff !important;
    text-align: center;
    border-radius: 10px;
}

.register-btn img{
    margin-right:10px;
}

.other-info{
    padding: 20px 0px;
}

.other-info p{
    color: #757F95;
    font-size: 14px;
}

.other-info p a{
    color: #426F43;
}

.divider{
    position: relative;
    margin: 20px 0px;
}

.divider span{
    position: relative;
    padding: 10px;
    background-color: #fff;
    color: #757F95;
}

.divider::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #F1F1F1;
    content: '';
}

.social-login{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-login a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 30px;
}

.social-login a.facebook-btn{
    color: #3B5998;
    border: 1px solid #3B5998;
}

.social-login a.google-btn{
    color: #DD4B39;
    border: 1px solid #DD4B39;
}

.social-login a.twitter-btn{
    color: #55ACEE;
    border: 1px solid #55ACEE;
}

.forget-password{
    font-size: 14px;
    color: #426F43 !important;
}

.form-group .d-flex label{
    margin: 0 !important;
}

.form-group input[type="checkbox"]{
    width: 16px;
    height: 16px;
}

.inner-banner{
    height: 500px;
    position: relative;
    display: flex;
    align-items: end;
    padding: 60px 0px;
}

.inner-banner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.8) 100%);
}

.inner-banner-content{
    position: relative;
}

.inner-banner-content h3{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.inner-banner-content .breadcrumb-item, .inner-banner-content .breadcrumb-item a{
    color: #fff;
}

.inner-banner-content .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.about-content{
    text-align: center;
    padding:80px 60px;
    box-shadow: 0px 0px 12px 0px #00000040;
    border-radius: 20px;
    margin-right: -100px;
    position: relative;
    background: #fff;
}

.about-room-img img{
    width: 100%;
}

.about-content h4{
    font-size: 40px;
    margin-bottom: 30px;
}

.about-content p{
    font-size: 20px;
}

.about-img {
    padding-top: 80px;
}

.about-img img{
    width: 100%;
    border-radius: 10px;
}

.video-sec{
    background-color: #9DC09E;
}

.video-sec-area{
    position: relative;
}

.video-sec-area img{
    width: 100%;
    border-radius: 10px;
}

.video-sec-area video{
    width: 100%;
    height:500px;
    border-radius: 10px;
}

.play-btn{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000082;
}

.play-btn img{
    width: 23px;
    margin-left: 5px;
    border-radius: 0;
}

.room-bx{
    margin-bottom: 30px;
}

.room-bx-img img{
    width: 100%;
}

.room-bx-inner {
    margin: -100px 40px 0px;
}

.room-bx-inner-content{
    box-shadow: 0px 1px 10px 0px #00000040;
    background-color: #fff;
    position: relative;
    padding: 20px;
    border-radius: 10px;
}

.room-bx-inner-content h4{
    font-size: 24px;
    margin-bottom: 20px;
}

.room-bx-inner-content p{
    font-size: 16px;
    margin-bottom: 20px;
}

.room-bx-inner-content p span{
    color: #EDBF09;
}

.room-bx-inner-content ul li{
    padding-bottom: 20px;
    display: flex;
    gap: 10px;
    color: #7E7E7E;
}

.bookt-btn{
    border-radius: 6px;
    padding: 10px 20px;
    background-color: #9DC09E;
    color: #fff;
    font-size: 14px;
}

.more-btn{
    display: inline-flex;
    gap: 10px;
    font-size: 14px;
    color: #EDBF09;
    margin-top: 10px;
}

.more-btn img{
    width: 18px;
}

.pagination{
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pagination .page-link{
    background-color: #EBFFEC;
    color: #426F43;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
}

.pagination .page-link.active{
    background-color: #426F43;
    color: #fff;
}

.about-room{
    padding-right: 60px;
}

.about-room h4{
    font-size: 40px;
    margin-bottom: 30px;
}

.about-room p{
    font-size: 16px;
    text-align: justify;
}

.timing-bx{
    box-shadow: 0px 0px 10px 0px #00000040;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.timing-bx{
    padding-right: 60px;
    margin-bottom: 30px;
}

.timing-bx img{
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.timing-bx span{
    font-size: 14px;
    color: #7C7C7C;
    margin-bottom: 10px;
    display: inline-block;
}

.timing-bx p{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.features-bx{
    margin-bottom: 30px;
}

.features-bx-list{
    margin-bottom: 30px;
}

.features-bx-list span{
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    color: #7C7C7C;
}

.features-bx-list p{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: flex;
    gap: 10px;
}

.contact-list p{
    margin-bottom: 30px;
}

.border-left{
    border-left: 1px solid #CCCCCC;
    padding-left: 30px;
}

.swiper-slide .room-bx{
    opacity: 0.4;
}
 
.swiper-slide-active .room-bx{
    opacity: 1;
}

.order-lg-2 .gift-img{
    text-align: right;
}

.gift-content h4{
    font-size: 32px;
    margin-bottom: 20px;
}

.gift-content p{
    font-size: 16px;
    color: #7E7E7E;
    margin-bottom: 30px;
}

.gift-content p span{
    color: #EDBF09;
}

.gift-img img{
    max-width: 100%;
}

.gift-content + .gift-content{
    padding-top: 60px;
}

.events-form .form-group{
    margin-bottom: 30px;
}

.events-form .form-control{
    border: 1px solid #B9B9B9;
    background-color: #fff;
}

.main-btn{
    padding:15px 30px;
    background-color: #426F43;
    border-radius: 6px;
    color: #fff;
    min-width:280px;
}

.events-content{
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
    margin-top: 30px;
}

.catering-img img{
    width: 100%;
    opacity: 0.4;
    border-radius: 10px;
}

.swiper-slide-active .catering-img img{
    opacity: 1;
}

.catering-slider{
    margin-bottom: 60px;
}

.menu-list{
    margin-bottom: 30px;
}

.menu-list h4{
    font-size: 24px;
    margin-bottom: 20px;
}

.menu-items ul li{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 6px;
}

.form-btn{
    padding: 10px 30px;
    background-color: #426F43;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.load-more-btn{
    color: #426F43;
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}

.offer-details p{
    font-size: 20px;
    font-weight: 600;
    color: #7E7E7E;
    margin-bottom: 20px;
}

.offer-details h4{
    font-size: 20px;
    font-weight: 800;
    color: #426F43;
    font-family: "Inter", sans-serif;
}

.inclusion-box{
    text-align: center;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000040;
    border-radius: 10px;
}

.inclusion-box img{
    margin-bottom: 40px;
}

.inclusion-box h4{
    font-size: 24px;
}

.offer-booking .search-bx{
    background-color: #9DC09E;
}

.blog-details img{
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}

.blog-details h4{
    font-size: 32px;
    margin-bottom: 20px;
}

.blog-details p{
    font-size: 16px;
    color: #595959;
    margin-bottom: 20px;
}

.related-blogs h3{
    font-size: 32px;
    margin-bottom: 30px;
}

.blog-list{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 0px;
    border-bottom: 1px solid #D9D9D9;
}

.blog-list:last-child{
    border-bottom: none;
}

.blog-list img{
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: 50% top;
    border-radius: 6px;
}

.blog-list-content h4{
    font-size: 18px;
    margin-bottom: 6px;
}

.blog-list-content p{
    font-size: 14px;
    color: #7E7E7E;
}

.insta-reels .instagram-bx{
    margin-bottom: 30px;
}

.gallery-images{
    column-count: 3;
    column-gap: 10px;
}

.gallery-img{
    break-inside: avoid;
    background: #ddd;
    margin-bottom: 10px;
}

.gallery-img img{
    width: 100%;
}

.reviews-box{
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000045;
    background-color: #fff;
    margin-bottom: 30px;
}

.reviews-star-icon img{
    margin-bottom: 20px;
}

.reviews-box p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #7C7C7C;
}

.reviews-rating{
    margin-bottom: 15px;
}

.customer-details h4{
    font-size: 20px;
    margin-bottom: 10px;
}


.customer-details p{
    font-size: 14px;
    color: #595959;
    margin-bottom: 0px;
}

.contact-form h4{
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-form .form-group{
    margin-bottom: 20px;
}

.contact-form .form-control{
    border: 1px solid #B9B9B9;
    background-color: transparent;
}

.google-map iframe{
    width: 100%;
    height: 600px;
    border-radius: 10px;
}

.contact-info-bx{
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000045;
}

.contact-info-bx img{
    margin-bottom: 20px;
}

.contact-info-bx h4{
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-info-bx p,.contact-info-bx p a{
    color: #595959;
    font-size: 16px;
    margin-bottom: 10px;
}

.dashboard-sidebar{
    padding: 20px;
}

.user-info{
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}

.user-profile-img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid #426F43;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0px auto 20px;
}

.user-profile-img img{
    width: 86px;
    height: 86px;
    object-fit: cover;
    object-position: 50% top;
    border-radius: 100%;
}

.upload-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #426F43;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 100%;
}

.upload-btn img{
    width: 16px;
    height: 16px;
}

.user-info h4{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.user-info p{
    font-size: 16px;
}

.dashboard-links{
    padding: 20px 0px;
}

.dashboard-links ul li{
    padding-bottom: 10px;
}

.dashboard-links ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.dashboard-links ul li.active a{
    background-color: #426F43;
    color: #fff;
}

.dashboard-content h4{
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.dashboard-content .table{
    border-collapse: separate;
    border-spacing: 0px 8px !important;
}

.dashboard-content .table th{
    font-size: 14px;
    color: #757F95;
    border: none;
    padding: 10px;
    white-space: nowrap;
}

.dashboard-content .table td{
    background-color: #F8F8F8;
    border: none;
    font-size: 14px;
    padding: 10px;
}

.dashboard-content .table td a{
    color: #860000;
    font-weight: 600;
}

.dashboard-content .table td span{
    padding: 2px 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}

.dashboard-content .table td span.pending{
    background-color: #F3E8FF;
    color: #A855F7;
}

.dashboard-content .table td span.processing{
    background-color: #DBF7FD;
    color: #0DCAF0;
}

.change-password{
    margin-top: 30px;
}

.home-banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.home-banner-content h2{
    font-size: 68px;
    font-weight: 600;
    color: #fff;
}

.book-table-bx{
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow:0px 0px 10px #00000030;
    position: relative;
}

.book-table-bx h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.book-table-bx .form-group{
    margin-bottom: 30px;
}

.book-table-content{
    margin-top: -150px;
}

.menu-box{
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #00000030;
}

.menu-box img{
    width: 100%;
}

.menu-box-content{
    padding:0px 20px 20px;
    text-align: center;
    margin-top: -15px;
}

.menu-box-content span{
    display: inline-block;
    padding: 4px 10px;
    background-color: #426F43;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 20px;
}

.menu-box-content h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.menu-box-content p{
    font-size: 14px;
    color: #717171;
}

.home-banner img{
    width:100%;
}

.home-banner video{
    width:100%;
    height:100vh;
    object-fit:cover;
    object-position:center;
}

.Configure-quickBook-Widget .MbsSearchWidget{
    max-width:100% !important;
    background:transparent !important;
    justify-content:space-between !important;
}
.Configure-quickBook-Widget .MbsSearchWidget .lbl{
    color:#fff !important;
}
.Configure-quickBook-Widget .MbsSearchWidget .searchBtn{
    background-color: #ffffff !important;
    color: #000 !important;
    border: 1px solid #fff !important;
    padding: 6px 30px !important;
}