body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
}

section{
    overflow: hidden;
}

/* header start */
.header-bg {
    background-color: #C3AC9B;
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 700px) {
    .header-bg {
        max-width: 750px !important;
    }
}

.navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
}

.header-logo img {
    width: 100px;
    display: none;
}



@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply animation to navbar-collapse when expanded on mobile */
/* .navbar-collapse {
    display: flex;
    flex-direction: column;
    animation: slideInRight 0.5s ease-out;
} */


@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: #800301;
        display: none;

        padding-top: 100px;
    }

    .navbar-collapse.collapse.show {
        display: block;


    }

    .navbar-nav {
        width: 100%;
        text-align: center;

    }

    .navbar-light .navbar-toggler {
        margin-right: 20px;
    }

    .navbar-nav .nav-link {
        text-align: center;
    }
    
    
}

.navbar-nav {
    gap: 20px;

}

.navbar-nav a {

    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 28.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff !important;
}

.navbar-nav .active a{
    color: #800301 !important;
}

.navbar-nav a:hover {
    color: #800301 !important;

}

/* .nav-item .active{
    color: #ff6f00 !important;
   
} */

.mobile-closs-mark {
    display: none;
}




@media (max-width: 992px) {

    .navbar-nav a {
        width: auto;
    }

    .mobile-closs-mark {
        display: block;

    }

    .mobile-closs-mark a {
        border: none;
        font-size: 20px;
    }

    .navbar-nav a:hover {
        color: #C3AC9B !important;

    }


    .header-logo img {
       display: block;
       width: 80px;
       padding-left: 10px;
    }

    .navbar-nav .active a{
        color: #C3AC9B !important;
    }

    .header-bg {
        padding-top: 7px;
        padding-bottom: 7px;
    }

}

/* header end */


/* banner start */

.header-header {


    position: absolute;
    /* position: relative; */
}

.banner {

    /* padding-top: 590px; */
    padding-top: 210px;
    background-image: url(..//image/banner-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* position: relative; */
    position: relative;
    top: -105px !important;
    /* top: -100px; */
    /* top: -125px; */
    

}

@media(max-width:500px){
    .banner{
        background-image: none;
        /* padding-top: 460px; */
    }
}

.banner-content-section {
    padding-bottom: 50px;
}

.banner-content {
    background-color: #C3AC9B;
    border-radius: 20px;
}

.banner-content-text {
    padding: 40px;
}

.banner-content h1 {
    font-family: Adobe Text Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.banner-content p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.banner-btn {
    text-align: center;
    padding-top: 30px;
}

.banner-btn a {
    background-color: #ffffff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C3AC9B;
    padding: 15px;
    border-radius: 10px;

}

/* .banner-logo{
    width: 300px;
    position: absolute;
    top:45%;
    left: 40%;
    
} */

/* new banner section and logo left riight mandala start */



.mandala-logo{

    position: relative;
    top: -130px;
    
}

.logo-section{
    display: flex;
    justify-content: center;
    align-items: center;

}
.logo-image{
    width: 300px;
}

.banner-left-shape img{
    margin-left: -15px !important;
}

/* @media (max-width: 2490px) {
    .banner-right-shape img{
        margin-left: 155px !important;
    }
} */

/* @media (max-width: 1400px) {
    .banner-left-shape img{
        margin-top: 15px;
    }
} */


.banner-right-shape img{
    margin-left: 15px !important;
}

@media (max-width: 900px) {
    .banner-right-shape img{
         margin-left: 15px !important;
    }

    .banner-left-shape img {
        margin-left: -15px !important;
      }
}

@media (min-width: 1600px) {
    .banner-right-shape img{
        /* margin-left: 55px !important; */
         margin-left: 181px !important;
    }
}

@media (min-width: 1400px) {
    .banner-right-shape img{
        margin-left: 35px !important;
    }
}

@media (min-width: 800px) {
    .banner-left-shape img {
        margin-top: 2rem !important;
    }
}

@media(max-width:768px){
    .banner-left-shape{
        display: none;
    }
    .banner-right-shape{
        display: none;
    }
}
/* new banner section and logo left riight mandala end */



.banner-btn a:hover {
    background-color: #800301;
    color: #ffffff;
}







@media(max-width:992px) {
    .banner-logo{
      
        position: absolute;
      
        left: 36%;
        
    }
}

@media(max-width:768px) {
    .banner-logo{
      position: absolute;
      left: 26%;
        
    }
}


@media(max-width:500px) {


    .banner-content-text h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner-content-text p {
        font-size: 14px;
        line-height: 20px;
    }


    .banner-logo{
        /* position: absolute; */
        left: 13%;
        top: 28%;
          
      }
}


@media(max-width:380px) {
    .banner-logo{
      position: absolute;
      top:27%;
      left: 11%;
        
    }
}




/* banner end */



/* home gallery */


.home-gallery-section {
    padding-bottom: 50px;
}

.gallery-images img {
    border-radius: 15px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-images:hover img {
    transform: scale(1.1);
    filter: brightness(80%);
}

.gallery-images {
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

/* gallery end */



/* footer start */

.footer-section {
    background-color: #C3AC9B;
    padding-top: 50px;
    padding-bottom: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.footer-logo-section p {
    margin-top: 20px;
    color: #ffffff;
}

.footer-icon {
    display: flex;
    gap: 20px;
}

.footer-icon a {
    color: #ffffff;
    font-size: 22px;
}

.footer-icon i:hover {
    color: #800301;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 8px;
   
}

.footer-menu-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-menu-section li {
    list-style: none;
}

.footer-menu-section h2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-left: 85px;
}

.footer-menu {
    padding-top: 0px;
}

.footer-menu li {
    margin: 10px;

}

.footer-menu a {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;

}

.footer-menu a:hover {
    color: #800301;
}


.footer-quick-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-quick-section li {
    list-style: none;
}

.footer-quick-section h2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    /* margin-right: 25px; */

}

.footer-quick {
    padding-top: 0px;
}

.footer-quick li {
    margin: 10px;

}

.footer-quick a {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;

}

.footer-quick a:hover {
    color: #800301;
}



.footer-address-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-address-section li {
    list-style: none;
}

.footer-address-section h2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-right: 210px;

}

.footer-address {
    padding-top: 0px;
}

.footer-address li {
    margin: 10px;

}

.footer-address a {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;

}

.footer-address a:hover {
    color: #800301;
}

.footer-copy-text {
    padding-top: 30px;
}

.footer-copy-text p {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;

}


@media(max-width:992px) {
    .footer-menu-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-menu-section {
        padding-top: 20px;
    }

    .footer-menu ul {
        padding-left: 0px;

    }

    .footer-menu li {
        margin-left: 0px;

    }

    .footer-menu-section h2 {

        margin-left: 0px;
    }



    .footer-quick-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-quick-section {
        padding-top: 20px;
    }

    .footer-quick ul {
        padding-left: 0px;

    }

    .footer-quick li {
        margin-left: 0px;

    }

    .footer-quick-section h2 {

        margin-left: 0px;
    }


    .footer-address-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-address-section {
        padding-top: 20px;
    }

    .footer-address ul {
        padding-left: 0px;

    }

    .footer-address li {
        margin-left: 0px;

    }

    .footer-address-section h2 {

        margin-left: 0px;
    }
}


@media(max-width:500px){
    .footer-menu-section{
        display: none;
    }

    .footer-quick-section{
        display: none;
    }
}

/* footer end  */


/* video section */

.video-section {
    padding-bottom: 80px;
}

.video-top-content h2 {
    color: #C3AC9B;
    font-family: Adobe Text Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.video-top-content p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3e3e3e;
    margin-top: 20px;
}

.video-banner-section {
    text-align: center;
    padding-top: 20px;

}

.video-banner-section img {
    border-radius: 20px;
}


.video-banner-section {
    position: relative;
}

.play-icon {
    position: absolute;
    /* top: 220px;
    left: 533px; */

    top: 43%;
    left: 47%;

    font-size: 70px;
    color: #ffffff;
}

/* .play-icon i{
    font-size: 70px;
    color: #ffffff;
} */

.video-bottom-content {
    padding-top: 30px;
}

@media(max-width:992px) {

    /* .play-icon{
        position: absolute;
        top: 177px;
        left: 313px;
    
    } */
}

@media(max-width:425px) {

    .play-icon {

        /* top: 110px;
        left: 172px; */
        font-size: 30px;

    }

    .video-top-content h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .video-top-content p {
        font-size: 14px;

    }
}


/* home video end */


/* cta start */

.cta-section {
    padding-bottom: 80px;
}

.cta-bg {
    background-color: #C3AC9B;

}

.cta-content {
    display: flex;
    align-items: center;
}

.cta-content h6 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #800301;
}

.cta-content h1 {
    color: #fff;
    font-family: Adobe Text Pro;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.cta-content p {
    font-family: Adobe Text Pro;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}


.cta-btn {
    text-align: center;
    padding-top: 30px;
}

.cta-btn a {
    background-color: #fff;
    color: #C3AC9B;
    padding: 10px;
    border-radius: 10px;
}

.cta-btn a:hover {
    /* background-color: #f46a00; */
    background-color: #800301;
    color: #ffffff;
}

/* .cta-row-section{
    margin-right: -84px !important;
    margin-left: -84px !important;
} */

.cta-left-image img{

    margin-left: -13px !important;
    
}

.cta-right-image img{
   
    margin-left: 12px !important;
    
}




@media(max-width:1125px) {

    .cta-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:992px) {

    .cta-image {
        display: none;
    }

    /* .cta-row-section{
        margin-right: 0px !important;
        margin-left: 0px !important;
    } */
   

}


@media(max-width:425px) {

    .cta-content h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .cta-content p {
        font-size: 15px;

    }
}

/* cta end */


/* testimoniyal start */

.testimoniyal-section {
    padding-bottom: 80px;
}

.testimoniyal-card {
    /* max-width: 350px; */
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
    background-color: #C3AC9B;
}

.testimoniyal-card-image {
    padding-bottom: 10px;
}

.testimoniyal-card img {
    /* height: 100px; */
    width: 50px !important;

    display: inline !important;

    /* object-fit: cover; */
}

.testimoniyal-card-title {
    font-family: Adobe Text Pro;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 26.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.testimoniyal-card-text {
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.testimoniyal-card-name {
    font-family: Adobe Text Pro;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff !important;
    padding-bottom: 15px;
}

.testimoniyal-title h1 {
    font-family: Adobe Text Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C3AC9B;
    padding-bottom: 15px;

}

.testimoniyal-title p {
    font-family: Cormorant;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 21.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3e3e3e;
}

.testimoniyal-star i {
    color: #ffffff;
}


@media(max-width:425px) {

    .testimoniyal-title h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .testimoniyal-title p {
        font-size: 15px;

    }
}

/* end */


/* contact page start */


.contact-form-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-bg {
    background-image: url(..//image/form-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;

    padding-top: 20px;
    padding-bottom: 20px;

}

.form-left-content {
    padding: 30px;

}

.form-left-content h2 {
    font-family: Adobe Text Pro;
    font-size: 41px;
    font-weight: 400;
    line-height: 49.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.form-left-content span {

    color: #C3AC9B;
}

.form-left-address {
    padding-top: 190px;

}

/* .form-left-address p{
    font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #ffffff;
} */

.form-left-address a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

@media (max-width: 700px) {
    .form-left-address a {
        font-size: 11px !important;
    }
}

.form-left-address i {
    margin-right: 20px;
    font-size: 20px;
}

.form-left-address a:hover {
    color: #C3AC9B;
}

.contact-form {
    padding: 30px;

    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 30px;

}

.contact-form .form-group {
    padding-top: 20px !important;
}



.contact-form .form-control {

    background-color: transparent;
    border: none;
    color: #C3AC9B !important;

}

.contact-form .form-group hr {
    background-color: #ffffff;
}

.form-btn {
    background-color: #C3AC9B !important;
    color: #ffffff !important;
}

.form-btn:hover {
    background-color: #800301 !important;
    color: #ffffff !important;
}

@media(max-width:425px) {
    .form-left-content h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .form-left-address {
        padding-top: 40px;
    }

    .form-left-address i {
        margin-right: 10px;
    }
}

/* contact page end */



/* menu page start */

.menu-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.menu-main-title h1 {
    font-family: Adobe Text Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #800301;
}

.search-box {
    position: relative;
}

.search-box input {
    padding-right: 30px;
    border: 1px solid #C3AC9B;
    padding: 20px;
    color: #C3AC9B;
    border-radius: 50px;
}


.search-box input::placeholder {
    color: #C3AC9B !important;
}

.search-box .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-color: #C3AC9B;
    color: #ffffff;
    padding: 10px;
    border-radius: 50px;
}

/* .menu-categories-section h3{
    font-family: Adobe Text Pro;
font-size: 30px;
font-weight: 400;
line-height: 36px;
text-align:left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #C3AC9B;

}

.menu-categories{
    display: flex;
    gap: 50px;
    padding-top: 20px;
    text-align: center;
}

.menu-img-name h5{
    margin-top: 20px;
    font-family: Poppins;
font-size: 15px;
font-weight: 400;
line-height: 22.5px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #C3AC9B;
} */


.menu-categories-section h3 {
    font-family: Adobe Text Pro;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C3AC9B;

}


.menu-image-container {
    /* position: relative; */
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    margin: 10px;

    /* transition: transform 0.3s ease, filter 0.3s ease; */

}

.menu-image-container img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    transition: transform 0.3s ease, filter 0.3s ease;
    /* filter: grayscale(100%); */
}

.menu-image-container:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.menu-image-caption {
    /* position: absolute;
    bottom: 10px;
    left: 10px; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #C3AC9B;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    padding-top: 10px;
}

.menu-image-caption h4 {
    font-family: Adobe Text Pro;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C3AC9B;
}




/* Filter buttons */
.filter-btns {
    text-align: left;
    margin-bottom: 20px;

}


.btn-btn-all{
    width: 100px;
    height: 100px;
    margin-top: 20px !important;
}

.filter-btns button {
    margin: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;

    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #c3ac9b !important;

}

.filter-btns .active-filter {
    background-color: #c3ac9b !important;
    color: #800301 !important;
    border: none !important;
}

.filter-btn img{
    transition: transform 0.3s ease, filter 0.3s ease;
}

.filter-btn:hover{
    background-color: #c3ac9b !important;
    color: #800301 !important;

}

.filter-btn:hover img{
   
    transform: scale(1.1);
}


.menu-card-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;

}

.menu-card-bottom a {
    background-color: #C3AC9B;
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 10px;
    border-radius: 5px;

}

.menu-card-bottom a:hover {
    background-color: #800301;
    color: #ffffff;
}

.menu-card-bottom h4 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    /* line-height: 37.5px; */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C3AC9B;


}

@media(max-width:768px) {

    .filter-btns {
        text-align: center;

    }
}

@media(max-width:425px) {

    .menu-main-title h1 {
        font-size: 25px;
        text-align: center;
    }

    .menu-categories-section h3 {
        text-align: center;
    }

}


#image-carousel img {
    width: 100px;
    height: 100px;
}

/* menu page end */


/* gallery page start */

.gallery-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallery-page-title h6 {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* color: #C3AC9B; */
    color: #800301;
}

.gallery-page-title h1 {
    font-family: Adobe Text Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C3AC9B;
}

.gallery-page-title p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3e3e3e;
}

/* gallery page end */



/* about page start */

.about-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-page-content h2 {
    color: #C3AC9B;
    font-family: Adobe Text Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.about-page-seo-content h1{
    color: #C3AC9B;
    font-family: Adobe Text Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about-page-content p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3e3e3e;
}



.about-page-image img {


    border-radius: 20px;
}

@media(max-width:425px) {
    .about-page-content h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .about-page-content p {
        font-size: 14px;

    }
}


.about-bottom-img-card-section {
    padding-bottom: 50px;
}

.about-bottom-img-card img {
    border-radius: 10px;
}

.about-bottom-img-card {
    position: relative;

}

.about-bottom-img-card-content {
    padding: 10px;
    position: absolute;
    bottom: -15px;
}

.about-bottom-img-card-content h2 {
    font-family: Adobe Text Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    text-transform: uppercase;
}

.about-bottom-img-card-content p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    
}


@media(max-width:992px) {
    .about-bottom-img-card {
        margin: 10px;
    }
}



.filter-btn img {
    /* width: 60px; */
    /* width: auto !important; */
    /* height: 60px; */
    border-radius: 50%;
    object-fit: cover;
    /* border: 3px solid #EAEAEA;  */
    border: 3px solid #C3AC9B;

}

/* about end */


/* floating btn */

.floating-btns {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.floating-btns a {
    display: block;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: white;
    background-color: #25D366;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.floating-btns a.phone {
    background-color: #C3AC9B;
}

.floating-btns a:hover {
    background-color: #128C7E;
}

.floating-btns a.phone:hover {
    background-color: #C3AC9B;
}
/* end */


/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; 
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo Styling */
#preloader-logo {
    max-width: 200px; /* Adjust size as needed */
    opacity: 0;
    animation: fadeIn 1.2s ease-in-out forwards;
}

/* Logo Fade-in Animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



.span-color {
    color: #800301;
}


/* scroll top start */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; 
    z-index: 99;
    background-color: #800301;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    
  }
  #scrollToTopBtn:hover {
    background-color: #c3ac9b;
    border: none !important;
  }


  /* end */


.home-page-diwali-con h2{
    color: #c3ac9b;
    font-family: Adobe Text Pro;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
}

.seo-content-section{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

@media(max-width:432px) {
    .home-page-diwali-con h2{
        font-size: 25px;
        text-align: center;
        line-height: 40px;
    }

    .seo-content-section{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

/* end */


/* about seo content */
.about-page-seo-content h1{
    font-size: 35px;
}

@media(max-width:432px) {
    .about-page-seo-content h1{
        margin-top: 15px;
        font-size: 24px;
    }
}
/* about seo content */


/* contact page seo */

.contact-page-content-section{
    padding-top: 30px;
    padding-bottom: 50px;
}

.contact-page-content{
    text-align: left;
}
.contact-page-content h1{
    font-size: 45px;
    color: #c3ac9b;
    font-family: Adobe Text Pro;
    margin-bottom: 15px;

}

.contact-page-content p{
    
    font-size: 17px;
    font-weight: 400;
    color: #3e3e3e;
    font-family: Poppins;

}


@media(max-width:432px) {
    .contact-page-content h1{
        font-size: 25px;
    }

    .contact-page-content p{
        font-size: 15px;
    }
}

/* contect end */


.menus-card-section{
    padding-top: 100px;
    padding-bottom: 50px;
}


.menus-head-title h1{
    color: #C3AC9B;
    font-family: Adobe Text Pro;
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.menus-head-title span{
    color: #800301;
}

.menus-head-title p{
      color: #3e3e3e;
      font-size: 17px;
      text-align: center;
}

.menus-card{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: 15px;
}


.menus-names h4{
    font-family: Adobe Text Pro;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #C3AC9B;
}

.menus-image img{
    border-radius: 10px;
     width: 100%;
    height: 250px;
    object-fit: cover; 
}

.menus-names{
    padding-top: 15px;
}

.menus-btn{
    padding-top: 30px;
    text-align: center;
}

.menus-btn a{
   padding: 10px 16px 10px 16px;
   background-color: #800301;
   color: #ffffff;
   font-size: 18px;
   border-radius: 10px;
   
}

.menus-btn a:hover{
    background-color: #c3ac9b;
    color: #800301;
}
/* end */

.menus-content-section{
    padding-top: 30px;
    padding-bottom: 50px;
}

.menu-content-row{
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: 15px;
}

.menus-content-card h4{
    color: #C3AC9B;
    font-family: Adobe Text Pro;
    font-size: 28px;
    font-weight: 400;
}

.menus-content-card p{
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 400;
}

.menus-content-image {
    text-align: end;
}

.menus-content-image img{
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}




@media(max-width:992px) {
    .menus-content-image {
        text-align: left;
    }
    
}


@media(max-width:572px) {
    .menu-content-row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    
}


@media(max-width:432px) {
    .menus-head-title h1{
        font-size: 24px;
        line-height: 30px;
    }

    .menus-head-title p{
        font-size: 14px;
    }

    .menus-card-section {
        padding-top: 48px;
        
    }
    
}


