
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Great+Vibes&family=Niconne&family=Urbanist&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Caveat:wght@500&family=Great+Vibes&family=Niconne&family=Poppins:wght@700&family=Urbanist&display=swap');


/* body css  */

.title {
    font-family: 'Great Vibes', cursive;
}

a {
    text-decoration: none;
    color: currentColor;
}

body,html{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Urbanist', sans-serif;
}

/* loading css  */
#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #FCF8EF url('/img/logo-loader.gif') no-repeat center;
    background-size: 150px 120px;
    z-index: 15;
}
/* loder end  */

/* header css */

header {
    height: 150px;
    width: 100vw;
    background-color: #FFF9F0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 25%);
    display: flex;
    align-items: center;
}

header .navb-logo {
    display: flex;
    align-items: center;
    position: relative;
    left: -60px;
}

header .cont {
    font-family: 'Urbanist', sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: 3px;
    position: relative;
    left: 30rem;
    padding-bottom: 2rem;
}

header .navb-logo .title {
    padding-top: 1rem;
    font-weight: bold;
    font-size: 3.5vw;
}

header .container-fluid {
    width: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .navb-logo img {
    width: 160px;
    height: 150px;
    border-radius: 50%;
}

header .navb-items {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: 3px;
    background-color: #FFF9F0;
    padding-left: 6rem;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid beige;
}

header .item {
    text-align: center;
    margin-inline: 4%;
    font-size: 20px;
    letter-spacing: 3px;
    color: #102447;
    padding: 5px 0px;
    transition: all .1s ease;
    border-bottom: 0px solid #F3DCA9;
    border-top: 0px solid #F3DCA9;
    cursor: pointer;
    font-size: 20px;
}

header .item:hover {
    border-bottom: 3px solid #F3DCA9;
    border-top: 3px solid #F3DCA9;
}

header .item-button {
    padding: 12px;
    background-color: #F3DCA9;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    display: inline;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: currentColor;
    transition: all .5s ease;
    cursor: pointer;
}

header .item-button:hover {
    background-color: #dfbc68;
}

@media (max-width: 992px) {
    header .navb-items {
        display: none;
    }
}

@media (max-width: 768px) {
    header .navb-logo .title {
        font-size: 32px;
    }
}

@media (max-width: 448px) {
    header .navb-logo .title {
        font-size: 18px;
    }
}

/* modal css */

.modal-content {
    background-color: #FFF9F0;
}

.modal-dialog {
    margin: 0;
    width: 430px;
}

@media (max-width: 450px) {
    .modal-dialog {
        width: 233px;
    }
}

.modal-content {
    border-radius: 0;
    height: 100vh;
    overflow-y: scroll;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    margin: 0 auto;
    padding-bottom: 16px;
    border-bottom: 2px solid #F3DCA9;
    margin-left: 0px;
}

.modal-header h2{
    font-weight: 800;
    margin-top: 1rem;
}

.modal-header .btn-close {
    background: transparent;
    opacity: 1;
}

.modal-header i {
    font-size: 30px;
}

.modal-body {
    width: 88%;
    margin: 0 auto;
    padding: 75px 0 0 0;
    flex: unset;
}

.modal-body .modal-line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 0;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all .5s ease;
    color: rgba(201, 178, 3, 0.975);
    border-bottom: 1px solid #F3DCA9;
}

.modal-body .modal-line:hover {
    color: #000000;
    border-bottom: 1px solid #dfbc68;
}

.modal-line a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: black;
}

.modal-line i {
    color: currentColor;
    font-size: 30px;
    width: 35px;
    margin-right: 15px;
    padding: 0 0 3px 3px;
}

/* mobile view modal css */
.mobile-modal-footer {
    width: 87%;
    margin: 0 auto;
    padding: 20% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    color: black;
}

.mobile-modal-footer a {
    font-size: 40px;
}

.mobile-modal-footer a:hover {
    transform: scale(1.2);
}

.mobile-modal-footer .insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 40px;
    /* change this to change the size*/

}

/* header bgimg */
header .container-fluid {
    background-image: url("../img/ribb.png");
    background-position: top;
}

@media (min-width: 992px) {
    .modal .fade .show, .modal-dialog, .modal-content{
        display: none;
    }
}

/* header submenu navbar css start */

#serve{
    position: relative;
}

#eb-navbar .submenu-1{
    display: none;
    position: absolute;
    z-index: 2;
    float: left;
    background-color: #F3DCA9;
    right: 0rem;
    top: 2.8rem;
    text-align: left;
    padding: 12px;
    border-radius: 10px;
    font-family: cursive;
}

#serve:hover .submenu-1{
    display: block;
}

#eb-navbar .submenu-1 .row{
    padding: 5px;
    line-height: 2.1;
    font-size: 15px;
    width: 28rem;
    margin-bottom: -16px;
}

#eb-navbar .submenu-1 ul{
    list-style: none;
    padding: 0;
}

#eb-navbar .submenu-1 ul li{
    padding-left: 10px;
    text-decoration: none;
}

#eb-navbar .submenu-1 ul li:hover{
    background-color: #dfbc68;
    border-radius: 10px;
}

@media (max-width:768px) {
    .submenu-1{
        display: none;
    }
    
}

/* submenu navbar css end -------------------------------- */



/* carousel styling start-----------------------------*/

@media (max-width: 668px) {
    .img-holder img{
        height: 350px;
    }
}

    @media (max-width: 468px) {
        .img-holder img{
            height: 275px;
        }
    }

/* carousel styling end-------------------------------- */



/* contact and location ,form css */
.cont-locat{
    font-family: 'Caveat Brush', cursive;
}

.more-info{
    font-size: 30px;
    font-weight: bolder;
    border: 2px solid;
    background-color: gold;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 2rem;
}

#eb-cont-loc .row{
    border-radius: 40px;
}

.container form{
    border: 2px solid black;
    border-radius: 6px;
    border-top: 5px solid green;
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.5);
}

.input-name{
    width: 90%;
    position: relative;
    margin: 20px auto;
    border: none;
}

.lock{
    padding: 4px 5px;
}

.name {
    width: 45%;
    padding: 8px 0 8px 40px;
}

.input-name span{
    margin-left: 15px;
}

@media (min-width:1200px) {
    .input-name span{
        margin-left: 35px;
    }
}

.text-name{
    width: 100%;
    padding: 8px 0 8px 40px;
}

.input-name i{
    position: absolute;
    font-size: 10x;
    margin-left: 8px;
    margin-top: 8px;
    border-right: 1px solid #cccccc;
}

.input-name .name:hover , .input-name .text-name:hover{
    box-shadow: 0 0 7px  rgba(0, 0, 0, 0.5);
}

/* form submit btn css */
.submit-btn .btn{
    width: 20%;    
    margin: 0px auto 30px;
    margin-top: 0px;
    border-style: none;
    background-color: green;
    border-radius: 90px;
    color: white;
    font-weight: bolder;
    border: 0;
    outline: none;
    cursor: pointer;
}

.submit-btn{
    text-align: center;
}

.submit-btn .btn:hover{
    background-color: #dfbc68;
    color: black;
    font-weight: bolder;
    transition: 0.5s ease;
}

form input{
    outline: none;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.30s ease-in-out;   
    -moz-transition: all 0.30s ease-in-out;   
    -ms-transition: all 0.30s ease-in-out;   
    transition: all 0.30s ease-in-out;   
}

.container iframe{
    box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.input-name #phone-error{
    position: absolute;
    right: 12px;
    bottom: 0.6rem;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

.maps{
    text-align: center;
}

.form{
    margin-bottom: 3rem;
}

/* contact and location css end -------------------------------------------------------*/

/* footer css */
/* Style the footer */
.site-footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

/* Style contact, social, and navigation sections */
.footer-contact,
.footer-social,
.footer-nav {
    flex: 1;
    padding: 10px;
}

.footer-contact h3,
.footer-social h3,
.footer-nav h3 {
    margin-bottom: 10px;
}

.footer-social ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.footer-social img {
    width: 30px;
    height: 30px;
}


/* -------------------------------------------- */
/* footer css */
.container-fuild .row{
    padding-top: 40px;
    margin-top: 24px;
    border-top: 1px solid black;
    color: #FFF9F0;
    position: relative;
}

footer{
    width: 100%;
}

footer .socialicon h3{
    margin-left: 3rem;
}

footer .socialicon{
    padding: 0 70px;
}

footer .socialicon a{
    text-decoration: none;
    padding: 8px 10px;
    padding-top: 14px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}

footer .socialicon a i {
    font-size: 1.6rem;
    opacity: 0.9;
}

/* hover effect on socialicons */
footer .socialicon a:hover{
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

footer .socialicon a:hover i{
    color: whitesmoke;
    transition: 0.5s;
}

@media (max-width: 768px) {
    footer .socialicon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .contactfooter{
        text-align: center;
    }

    footer .buss-name, .socialicon h3{
        display: none;
    }

    footer .socialicon {
        margin: 20px;
    }

    footer .contactfooter{
        margin: 10px;
    }
}

footer .copy-right p{
    position: absolute;
    text-align: center;
    background-color: black;
    color: whitesmoke;
    border-top: 1px solid #dfbc68;
    width: 100%;
}

.query{
    text-align: center;
    margin: 24px 14px 14px 14px;
    padding: 24px;
    background-color: #cccccc;
    border-radius: 10px;
}

.query p{
    margin: 1rem ;
}

@media (max-width: 1092px) {
    header .navb-logo img{
        font-size: 1.5rem !important;
        margin-left: 0rem !important;
    }

    header .navb-logo h3{
        font-weight: 300 !important;
        font-size: 12px !important;
    }
}

footer{
    background-image: url('/img/blackfloral1.webp');
    background-size: cover;
}

/* footer .row{
    --bs-gutter-x: 0px !important;
} */

/* footer end  ---------------------------------------------------*/

/* whyus css */
#eb-whyus{
    padding: 14px 0px 14px 0px !important;
}

.whyus .row{
    font-family: 'Caveat Brush', cursive;
    background-color: #dfbc68;
    border-radius: 60px;
}

.whyus .years-exp svg, .years-exp span , .all-events span, svg, .availability svg, .availability span, .event-success i, .event-success span{
    color: #0c3a89e7;
    font-size: xx-large;
}

.whyus .years-exp svg{
    margin-top: -10px;
}

.whyus .years-exp p, .all-events p, .availability p, .event-success p{
    font-size: x-large;
}

.whyus .years-exp span, .availability span, .event-success span{
    padding-left: 4px;
}

.whyus .availability svg{
    margin-top: -10px;
}

.whyus .h-line{
    margin-top: 6px;
}

.whyus .l-line{
    margin-bottom: 6px;
}

@media (max-width:768px) {

    .row.whyus-content{
        width: 80%;
    }

    .whyus{
        display: flex;
        justify-content: center;
    }

    .whyus .h-line{
        padding: 10px 0px 4px 0px;
        display: flex;
        justify-content: center;
    }

    .whyus .h-line h1{
        border-bottom: 3px solid;
    }

    .whyus .l-line{
        padding-top: 7px;

    }

    .row.text-center .ads{
        border-bottom: 4px solid;
        border-radius: 28%;
        padding: 8px;
    }

}

/* why us section css end -------------------------------------*/

/* gallery css start -------------------------------------------*/

.event-gallery{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.event-gallery .gal-head{
    padding: 15px;
    margin: 15px;
}

.event-gallery .gal-head h3{
    font-size: 2em;
    font-weight: bolder;
    border-bottom: 3px solid #222;
}

.event-gallery .gal-head h3 span{
    font-weight: 100;
    color: green;
}

.event-gallery .body-gal-imgs img{
    width: 100%;
    height: auto;
}

.body-gal-imgs{
    display: flex;    
}

.event-gallery .gal-btn{
    background-color: green;
    color: whitesmoke;
    padding: 10px 25px;
    margin-bottom: 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #222;
    transition: all .3s ease;
}

.event-gallery .gal-btn:hover{
    background-color: #dfbc68;
    color: black;
}

#pck-img{
    padding: 0px;
    position: relative;
}

.body-gal-imgs .col img{
    padding: 5px;
    border-radius: 10px;
}

.img-text{
    position: relative;
}

#pck-img .content{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
}

#pck-img .content:hover{
    opacity: 1;
}

.img-text .content h1{
    font-size: 30px;
    text-align: center;
}

.event-gallery .body-gal-imgs, .gal-btn{
    font-family: 'Caveat Brush', cursive;
}

@media screen and (max-width: 668px) {
    .img-text .content h1{
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .event-gallery .body-gal-imgs img{
        height: 185px;
    }
}

@media screen and (max-width: 468px) {
    .event-gallery .body-gal-imgs img{
        height: 140px;
    }

    .event-gallery .gal-btn{
        padding: 2px 10px;
    }
}

/* gallery css end --------------------------------------------------*/

/* img-popup */

/* video gallery start -------------------------- */

/* video gallery end -------------------------- */

/* testimonial section css start */
.testimonial-container {
    display: flex;
    padding: 20px;
    background: linear-gradient(45deg, #4CAF50, #2196F3);
    margin: 14px 0px 14px 0px;
}

.testimonial-container .headline{
    font-family: 'Caveat Brush', cursive;
}

.images-three{
    position: relative;
    --bs-gutter-x: 0;
    height: 20rem;
    width: 20rem;
    margin: 1rem;
}

.images-three img{
    width: 100%;
    display: block;
    margin: auto;
}

.contains-rev{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    color: #ffe100;
    font: large;
    padding: 8px;
}

/* testimonial section css end -------------------------------------*/

/* Services css start--------------------------------------------- */
.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 28px;
    background-color: #fdf497;
    font-family: 'Caveat Brush', cursive;
    transition: all .5s ease;
}

.service-container{
    row-gap: 20px;
}

.card-container .card{
    width: 225px;
    background-color: black;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 20px;
    margin-bottom: auto;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer !important;
}

.card-container .card:hover {
    transform: scale(1.03);
}

.inner{
    overflow: hidden;
}

.inner img{
    transition: all .3s ease;
}

.inner:hover img{
    transform: scale(1.1);
}

.card-container img{
    width: 100%;
    height: 170;
}

.card-container .card h5{
    margin-top: 5px;
    color: white;
}

.serve-head{
    display: block;
    margin: 14px;
    padding-top: 12px;
    font-family: 'Caveat Brush', cursive;

}

/* services section css end */
/* other services css start */
.ot-serve-head{
    display: block;
    margin: 14px;
    padding-top: 12px;
    font-family: 'Caveat Brush', cursive;
}

#eb-ot-service{
    background-color: rgb(215, 15, 215);
    row-gap: 20px;
}

#theater h5{
    font-size: 14px;
    line-height: 1.7;
}

#eb-ot-service .inner{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
/* other services css end */


/* special css mob view  */

@media (max-width:468px) {
    #navbModal .modal-header h2{
        font-size: medium;
    }

    .container-fluid .navb-logo h2{
        font-size: 100%;
    }
}

@media (min-width:762px) {
    .carousel-inner .carousel-item img{
        height: 90vh;
    }
}