@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    font-style: normal;
      
}

/* topheader start */

.top_header {
    padding: 10px;
    background: #ffe257;
}
.contactDetils {

    display: flex;
    align-items: center;
    gap: 10px;
    margin:0px;
    padding:0
}
.contactDetils li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.social_media {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
    padding: 0px;
    justify-content: end;
}

.social_media li a {
    color: #000;
}

.social_media li a svg {
    height: 17px;
    width: 20px;
}

/* topheader End */


.logobox img {
    height: 86px;
}
.main_header {
    padding: 5px;
}   
.banner_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link_items {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px;
    margin:0px;
}
.link_items li a{
    text-decoration: none;
    color:#000;
}

/* .bannerimg {
    height: 572px;
    object-fit: cover;
} */

.sub_heading_main {
    font-family: "Dancing Script", serif;
    font-size: 33px;
    color: #ff5907;
}
.headingBox{
    text-align: center;
    margin-bottom: 40px;
}
.heading_main{
    font-size: 40px;
    color: #000;
    font-weight: 400;
}
.item_imgss {
    width: 100%;
    height: 295px;
    object-fit: cover;
    /* border-radius: 20px; */
    transition: .5s all;
}
.box_hotlcdfg{
    /* height: 246px; */
    /* border-radius: 20px; */
    overflow: hidden;
}
.bottPrisdf {
    margin-top: 15px;
}
.bottPrisdf h2 {
    font-size: 15px;
    font-weight: 400;
}

.bottPrisdf button {
    padding: 5px 15px;
    border-radius: 5px;
    background: none;
}
/* .itmeBox:hover .item_imgss {
    transform: scale(1.2);
} */
.itmeBox{
    position: relative;
    margin-bottom: 23px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #ffffff;
    /* box-shadow: 0px 4px 18px -9px rgba(0, 0, 0, .2); */
}


.call_btnss{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid blue;
    border-radius: 5px;
    color: blue;
}

.whatsappp_btnss{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid green;
    border-radius: 5px;
    color: green;
}
.action_div{
    display: flex;
    gap: 10px;
    /* margin-top: 15px; */
}

.taglineorder {
    font-size: 12px;
    color: gray;
    text-align: right;
    width: 100%;
    margin: 0px;
    display: block;
}
.aboutus_Sectn{
    background: #ebf2fa;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ofvefityimg{
    text-align: right;
}
.abotusImg{
    width: 55%;
}


/* gallary */
.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap:10px
}
    
    .div1 { 
        grid-area: 1 / 1 / 2 / 2; 
        height:150px;
    }
    .div2 { grid-area: 2 / 1 / 4 / 2;height:310px; }
    .div3 { grid-area: 1 / 2 / 3 / 3; height:300px;}
    .div4 { grid-area: 3 / 2 / 4 / 3;height:150px; }
    .div5 { grid-area: 1 / 3 / 4 / 4; height:470px;}
    .div6 { grid-area: 1 / 4 / 2 / 5;height:150px; }
    .div7 { grid-area: 2 / 4 / 3 / 6;height:150px; }
    .div8 { grid-area: 1 / 5 / 2 / 6;height:150px; }
    .div9 { grid-area: 3 / 4 / 4 / 5; height:150px;}
    .div10 { grid-area: 3 / 5 / 4 / 6;height:150px; }

    img.img_griddf {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .reviewBoxx {
        background: #fff;
        padding: 20px;
        border-radius: 20px;
    }


    .youtube_vidoes {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 20px;
    }


/* footer */
.footerContent {
    text-align: center;
}

.footerloogg{
    height: 90px;
}
.footeAddresss {
    padding: 0px;
    margin: 0px;
}
.anchorOF_footer {
    display: flex;
  
    gap: 10px;
    text-decoration: none;
    color: #000;
    margin-top: 10px;
    font-size: 20px;
}
.footerSoal {
    display: flex;
    align-items: center;
 
    gap: 22px;
    padding: 0px;
    margin:0px;
    margin-top: 20px;
}
.footersocialsdf {
    display: flex;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    margin-bottom: 20px;
}

.footersocialsdf svg {
    height: 25px;
    width: 25px;
    color: #000;
}

.footer_idento {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.footerImg2 {
    width: 45%;
    background: #fff;
    border-radius: 10px;
}
.maplinkss{
    border: 0;
    width: 100%;
    height: 313px;
    border-radius: 20px;
}



/* responsive */


@media(max-width:768px){
    .anchorOF_footer{
        font-size: 14px;
    }
    .bannerimg{
        height: auto;
    }
    .mt-5{
        margin-top: 20px !important;
    }
    .mb-5{
        margin-bottom: 20px !important;
    }
    .headingBox{
        text-align: left;
        margin-bottom: 20px;
    }
    .sub_heading_main{
        font-size: 20px;
    }
    .heading_main{
        font-size: 20px;
    }
    .item_imgss,.box_hotlcdfg{
        height: auto;
        border-radius: 5px;
    }
    .bottPrisdf h2{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .bottPrisdf button{
        border: none;
        padding: 0px;
        text-wrap: nowrap;
        color: blue;
        font-size: 12px;
    }
    .call_btnss,.whatsappp_btnss{
        height: auto;
    width: auto;
    border: none;
    padding: 0px;
    }
    .action_div{
        margin-top: 0px;
    }
    .itmeBox{
        margin-bottom: 0px;
        padding: 0px !important;
    }
    .flexbs{
        align-items: center !important;
    }
    .aboutus_Sectn{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .aboutus_header{
        display: none;
    }

    .abot_sontsdf p {
        font-size: 12px;
    }
    .popup{
        overflow-y: scroll;
        align-items: start !important;
    }
    .popup-content{
        width: 95% !important;
        position: relative;
    }
    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(8, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        gap: 10px;
    }

    .parent div{
        height: 105px;
    }
        
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 3 / 3; height:220px !important}
    .div3 { grid-area: 2 / 1 / 3 / 2; }
    .div4 { grid-area: 3 / 1 / 5 / 2; height:220px !important}
    .div5 { grid-area: 3 / 2 / 5 / 3; height:220px !important}
    .div6 { grid-area: 5 / 1 / 6 / 3; }
    .div7 { grid-area: 6 / 1 / 8 / 2; height:220px !important}
    .div8 { grid-area: 8 / 1 / 9 / 2; }
    .div9 { grid-area: 6 / 2 / 7 / 3; }
    .div10 { grid-area: 7 / 2 / 9 / 3;height:220px !important }


    .youtube_vidoes{
        height: 150px;
        border-radius: 10px;
    }
    .footer_idento{
        justify-content: start;
    }
    .footerImg2{
        width: 45%;
    }

    .top_header{
        display: none;
    }
    .main_header{
        background:#ebf2fa;
    }
   

    .btnbarrrs{
        background: none;
    outline: none;
    border: none;
    font-size: 16px;
    }
    .bardretteed{
        height: 28px;
        width: 28px;
        margin-left: 8px;
    }
    .logobox img{
        height: 70px;
    }
    .tagfees, .address{
        font-size: 10px !important;
    }
}



#headermain.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background: #fff;
}


.flexbs{
    display: flex;
    align-items: end;
    gap: 10px;
    width: 100%;
}


/* popup style */
.popup{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content{
    width: 35%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.popup-content img{
width: 100%;
border-radius: 5px;
    height: 450px;
    object-fit: cover;
}
.close{
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
}
.view-details{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.tagfees, .address {
    font-size: 14px;
    color: gray;
    text-align: right;
    margin: 0px;
}
.tagspanldf h2{
    text-align: right;
}
.popupmodalInforr{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
p.fastting {
    position: absolute;
    top: 10px;
    background: #4201ff;
    width: 93%;
    left: 50%;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    transform: translateX(-50%);
    border-radius: 0px;
}

@media (max-width:768px) {
    .popup-content img{
    height: auto !important;
    }
    .close{
        right: 10px !important;
    }
}