:root {
    --h1-color: #000000;
    --p-color: #000000;
    --button-text-color: #FFFFFF;
    --bg-color: #EFEFEF;
    --line-color: #4D4D4D;
    --menu-head: #64676A;
    --para-text: #FFFFFF;
    --pbg-color: #F4F5F6;
    --button-bg-color: #F19504;

}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* recaptcha */
.rc-anchor{
	margin-left: 24px !important;
}


.section_wrap{
    max-width: 1500px;
    margin: auto;
}

/*lakeside kitechen section*/

.lakeside_kitchen_bar_container {
    position: relative;
    margin-bottom: 32px;
    margin-top: 32px;
}


.lakeside_circle {
  
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    top: 10%;
}

.lakeside_circle img {
    width: 100%;
    height: 100%;
}

.lakeside_kitchen_bar_sub-container {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 50px;
    padding-right: 50px;
}



.lakeside_kitchen_bar_text_container{
    padding-right: 23px;
}

.lakeside_kitchen_bar_text>h1 {
    font-family: 'Noto Serif', serif;
    color: var(--h1-color);
    text-transform: capitalize;
    text-align: justify;
    font-weight:700;
    margin-bottom: 0 !important;
}

.lakeside_kitchen_bar_text>h1::before {
    content: '';
    border: 2px solid;
    width: 10%;
    position: absolute;
    top: 24%;
    transform: translate(-21%);
    left: 6%;
    border-radius: 8px;
    color: #000000;
}

.lakeside_kitchen_bar_text>h3 {
    font-family: 'Noto Serif', serif;
    color: var(--h1-color);
    font-size: 34px;
    text-transform: capitalize;
    text-align: justify;
    position: relative;
    font-weight:700;
    margin-bottom: 0 !important;
}

.small-heading{
    color: var(--p-color);
    font-size: 12px;
    opacity: 0.8;
    padding-left: 1%;
    font-family: 'Raleway', sans-serif;
}


.lakeside_kitchen_para {
    color: var(--p-color);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    width: 90%;
    text-align: justify;
    margin-top: 72px;
}


.lakeside_kitchen_card_container {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.lakeside_kitchen_front_card {
    position: relative;

}

.lakeside_frontside_image {
    width: 250px;
    height: 330px;
    position: relative;
   
}

.lakeside_frontside_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frontside_text {
    position: absolute;
    background-color: rgb(109 101 101 / 58%);  
    width: 100%;
    transform: translate(0%, -100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}



.frontside_text .front-side-head {
    font-size: 18px;
    font-family: 'Noto Serif', serif;
    color: var(--button-text-color);
    text-align: center;
    text-transform: uppercase;
    transform: translate(0%, 25%);
  

    
}


.lakeside_kitchen_back_card {

    width: 250px;
    height: 330px;
    /* margin-right: 12px; */
    transform: translate(0%, -100%);
    opacity: 0;
    transition: 320ms;
    position: absolute;
  
}

.lakeside_kitchen_back_card:hover{
opacity: 1;

}

.lakeside_backside_image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 320ms;
    background-color: rgb(109 101 101 / 58%);  
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  
}


.lakeside_back_image {
    width: 100px;
    height: 100px;
}

.lakeside_back_image img {
    width: 100%;
    height: 100%;
}

.back-side-head{
     font-size: 18px;
    font-family: 'Noto Serif', serif;
    color: var(--button-text-color);
    text-align: center;
    text-transform: uppercase;
    margin-top: 24px;
}


.back-side-para{
    color: var(--button-text-color);
    opacity: 0.8;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0px 9px;
}


.back_card_button{
    border: none;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid  var(--button-bg-color);
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 16px;
    font-weight: 600px;
    width: 60%;
    text-align: center;
    align-items: center;
}

.back_card_button:hover{
    background-color: var(--button-text-color);
    color:  var(--button-bg-color);
    transition: 320ms;
	text-decoration:none;
}


@media(max-width:1200px){
   .lakeside_kitchen_bar_sub-container{
    flex-wrap: wrap;

   }


   .lakeside_kitchen_bar_text_container{
    padding-right: 0px;
}

   .lakeside_kitchen_bar_text>h3::after{
       width: 25%;
      transform: translate(-43%);
   }

   .lakeside_kitchen_para{
    margin-top: 36px;
    margin-bottom: 24px;  
    width: 100%;
    padding-right:32px;
   } 
   /* .lakeside_kitchen_front_card{
    width: 250px;
    height: 330px;
} */

.frontside_text{
    width: 100%;
}


}


@media(max-width:992px){
  
    .lakeside_kitchen_bar_sub-container{
       padding-top: 36px;
       padding-bottom: 36px;
    
    
       }

    .lakeside_kitchen_card_container{
       flex-wrap: wrap;
    justify-content: flex-start;
    }


}


@media(max-width:873px){




    .lakeside_frontside_image {
        width: 210px;
        height: 300px;
    }


    .lakeside_kitchen_back_card {
        width: 210px;
        height: 300px;
    }
/* 
    .lakeside_kitchen_card_container{
        gap: 24px;
    } */
}




@media(max-width:768px){

.lakeside_kitchen_bar_sub-container{
       padding-left: 36px;
       padding-right: 36px;
}


}



@media(max-width:747px){

    }


@media(max-width:425px){
    .lakeside_kitchen_bar_sub-container{
        padding-left: 24px;
        padding-right: 24px;
 }


 .lakeside_frontside_image {
    width: 250px;
    height: 330px;
}


.lakeside_kitchen_back_card {
    width: 250px;
    height: 330px;
}


}











/* get to know section */

.img-block{
    width: auto;
    height: 385px;
}

.col-lg-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.get_to_know {
    padding: 52px;
}

@media (max-width:767px) {
    .get_to_know {
        padding: 24px;
    }
}

.display-6 {
    font-family: 'Noto Serif', serif;
    color: var(--h1-color);
    text-transform: uppercase;
    font-size: 34px;
}

.getpara {
    color: var(--p-color);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;

}

.get_to_know {
    background-color: var(--bg-color);


}

.Readmore_button {
    border: none;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid var(--button-bg-color);
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 32px;
    font-weight: 600px;


}

.Readmore_button:hover {
    background-color: var(--button-text-color);
    color: var(--button-bg-color);
    transition: 320ms;
}





/* perfect section */


.perfect_container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.perfect_sub_container {
    width: 100%;
    margin-top: 72px;
    margin-bottom: 72px;
    /* padding-top: 24px; */
    display: flex;
}

.perfect_sub_conatiner_wrapper {
    padding: 72px;
    width: 80%;
}

.perfect_header {
    font-family: 'Noto Serif', serif;
    color: var(--h1-color);
    text-transform: uppercase;
    font-size: 34px;
    font-weight:700;
}

.perfect_para {
    color: var(--p-color);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
}


.perfect_para_wrapper {
    padding-top: 32px;
    padding-bottom: 42 px;
    width: 59%;
}

.perfect_button_wrapper {
    padding-top: 36px;
    width: 100%;
}


.perfect_button {
    border: none;
    background-color: var( --button-bg-color) !important;
    color: var(--button-text-color);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid var( --button-bg-color) !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 32px;
    font-weight: 600px;
}


.my_image_container_wrapper {

    width: 100%;
}

.my_image {
    position: relative;
}


.my_first_image_container {
    width: 700px;
    height: 350px;
    top: 20%;
    right: 0%;
    position: absolute;
}

.my_first_image_container::after {
    content: '';
    display: block;
    border: 7px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 91%;
    height: 85%;
    transform: translate(-50%, -50%);
}


.my_first_image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.my_second_image {

    width: 370px;
    height: 290px;
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 1;
    transform: translate(-60%, 36%);

}


.my_second_image::after {
    content: '';
    display: block;
    border: 7px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86%;
    height: 81%;
    transform: translate(-50%, -50%);
}

.my_second_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.my_third_image {

    width: 380px;
    height: 270px;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 17%;
    transform: translate(-7%, 95%);
}


.my_third_image::after {
    content: '';
    display: block;
    border: 7px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84%;
    height: 77%;
    transform: translate(-50%, -50%);
}

.my_third_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






@media(max-width:1300px) {

    .perfect_para_wrapper {
        width: 100%;
    }

.perfect_sub_conatiner_wrapper{
    padding: 0px;
    margin-bottom: 36px;
    width: 100%;
}


    .perfect_sub_container {
        padding: 52px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .my_image {
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between;
        align-items: center;
        
    }


    .my_first_image_container{
    width: 49%;
    height: 400px;
    left: 0;
    top: 0;
    transform: translate(0px, 0px);
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
}


.my_second_image{
    width: 49%;
    height: 400px;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0px, 0px);
    
}


.my_second_image::after{
    width: 80%;
    height: 85%;
    transform: translate(-55%, -50%);
}


.my_third_image{
    width: 100%;
/*     height: 100%; */
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0px, 0px);
}


.my_third_image::after{
    width: 90%;

}



}





@media(max-width:768px){
    .perfect_sub_container{
        padding: 36px;
    }

.my_first_image_container{
    height: 220px;
}


.my_second_image{
    height: 220px;
}

	.my_third_image{
 	    height: 220px; 
	}
}




@media(max-width:598px){
    .my_image{
        flex-direction: column;
    }

.my_first_image_container{
    width: 100%;
/*     height: 100%; */
}


.my_second_image{
    width: 100%;
/*     height: 100%; */
    margin-bottom: 24px;
}


.my_second_image::after{
    width: 90%;
    transform: translate(-50%, -50%);
}

}


@media(max-width:425px){
    .my_first_image_container{
        margin-top: 0px;
        margin-bottom: 12px;
    }

    .my_second_image{
        margin-bottom: 12px;
    }

    .my_third_image{
        margin-bottom: 12px;
    }


}



@media(max-width:375px){
    .perfect_sub_container{
        padding: 24px;
    }
}




/* private section */

.private_party_container{
    margin-top: 8%;
    /* margin-bottom: 24px; */
}


.col-lg-6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.private_Party {
    padding: 52px;
}

@media (max-width:767px) {
    .private_Party {
        padding: 24px;
    }
}

.display-6 {
    font-family: 'Noto Serif', serif;
    color: var(--h1-color);
    text-transform: uppercase;
    font-size: 34px;
    font-weight:700;
}

.privete_para {
    color: var(--p-color);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;

}

.private_Party {
    background-color: var(--pbg-color);


}

.booknow_button {
    border: none;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    border: 1px solid var(--button-bg-color);
    text-decoration: none;
    padding: 12px 32px;
    font-weight: 600px;

}

.booknow_button:hover {
    background-color: var(--button-text-color);
    color: var(--button-bg-color);
    transition: 320ms;

}



/* menu section */



.menu_section {
    max-width: 1500px;
    margin: auto;
}

.display-3 {
    font-family: 'Noto Serif', serif;
    color: var(--menu-head);
    opacity: 0.7;
    margin-bottom: 64px;
    padding-top: 0px;
    position: relative;
    text-align: center;
	font-weight:700;
	font-size:3.5rem !important;
}


.menu_wrapper{
    margin-top: 24px;
}


.menu_wrapper>h1::after {
    content: '';
    height: 5px;
    width: 100px;
    background: black;
    position: absolute;
    top: 110%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%);
}

.main_conatiner_wrapper {
    display: flex;
    gap: 28px
}


.image_text_wrapper{
    margin-bottom: 36px;
}

.image_wrapper {
    width: 100%;
    height: 340px;
    position: relative;

}

.image_wrapper img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

@media(max-width:576px){
    .image_wrapper {
        height: 150px;
    }
    
    .image_text_wrapper {
    margin-bottom: 20px;
}
}

.image_text {
    position: absolute;
    z-index: 12;
    bottom: 0;
    width:100%;
}


.menu_text {
    font-size: 21px;
    font-family: 'Noto Serif', serif;
    color: var(--para-text);
    text-transform: uppercase;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.55);
    padding: 12px 24px;
    width: 100%;
    text-align: center;
    margin-bottom:0;
}

.view_button_wrapper {
    text-align: center;
    padding-top: 48px;
    text-transform: uppercase;
}

.view_button {
    border: none;
    background-color: var(--button-bg-color);
    color: var(--para-text);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid var(--button-bg-color);
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 32px;
    font-weight: 600px;
    margin-bottom: 24px;
}

.view_button:hover {
    background-color: var(--para-text);
    color: var(--button-bg-color);
    transition: 320ms;
}




/* gallery section */





.gallery_text {
    font-family: 'Noto Serif', serif;
    color: var(--menu-head);
    opacity: 0.7;
    margin-bottom: 64px;
    position: relative;
    text-align: center;
}


.gallery_head{
    margin-top: 24px;
}

.gallery_head>h1::after {
    content: '';
    height: 5px;
    width: 100px;
    background: black;
    position: absolute;
    top: 110%;
    left: 50%;
    border-radius: 10px;
    transform: translate(-50%);
}

.gallery_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gallery_image {
    flex: 33.3%;
    width: auto;
    height: 100%;
    padding: 0 4px;
}

.gallery_image img {
    margin-top: 2%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}


.gallery_button_wrapper {
    text-align: center;
    padding-top: 48px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.gallery_button {
    border: none;
    background-color: var(--h1-color);
    color: var(--para-text);
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid var(--h1-color);
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 12px 32px;
    font-weight: 600px;
    
}

.gallery_button:hover {
    background-color: var(--para-text);
    color: var(--h1-color);
    transition: 320ms;
}

.nGY2Navigationbar{
    text-align:right!important;
}

.nGY2GalleryBottom{
/*     text-align:right !important; */
}

.Readmore_button:hover{
    text-decoration: none;
}

.perfect_button:hover{
    text-decoration: none;
    color:var( --button-bg-color) !important;
    background-color:#ffffff !important;
}

.booknow_button:hover{
    text-decoration: none;  
}

.view_button:hover{
    text-decoration: none;
}

.image_text_wrapper:hover .image-blur-overlay{
    transition: 320ms;
    background-color: rgb(109 101 101 / 58%);
    backdrop-filter: blur(6px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 14;
    cursor:pointer;
}

.image_text_wrapper:hover .image-blur-overlay-content{
    visibility: visible;
}

.image-blur-overlay-content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    visibility: hidden;
}

.image-blur-overlay-content > p {
    color:white;
    font-size:18px;
    font-weight:500;
    margin-bottom:48px;
    font-family: 'Noto Serif', serif;
}

@media (max-width:768px) {
    .gallery_image {
        flex: 50%;
    }
}


@media (max-width:425px) {
    .gallery_image {
        flex: 100%;
    }
}

/*pr-popup  */
.popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
        text-align: center;
    }

    .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    #close-popup {
        background-color: #F19504;
        color: #ffffff;
        border: none;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-radius: 50%;
        position: absolute;
        top: 5%;
        right: 6%;
    }

    .jk-popup-image {
        height: 600px;
        width: 100%;
    }

    .jk-popup-image img {
        height: 100%;
        width: 100%;
        object-fit: contain;

    }

    #close-popup i {
        color: #ffffff;
        font-size: 30px;
    }

    #scroll-up-button {
        display: none;
        position: fixed;
        bottom: 110px;
        right: 3%;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #F19504;
        color: #ffffff;
        cursor: pointer;
        /* padding: 10px; */
        height: 60px;
        width: 60px;
        box-shadow: 0 1px 6px 0 rgba(127, 142, 184, 0.28);
        /* border-radius: 50%; */
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    }

    #scroll-up-button i {
        font-size: 40px;
        margin-top: 5px;
    }

    #scroll-up-button:hover {
        background-color: #ffd500c8;
    }

@media (max-width: 992px) {
        .popup-content {
            width: 95%;
            margin: auto;
        }
    }

    @media (max-width: 1200px) {
        .jk-popup-image {
            height: auto;
        }
    }


