body {margin: 0; padding: 0; overflow-y: auto; overflow-x: hidden;}
nav{height: 60px; background-color:#000000; width: 100%; position: sticky; top: -1px; z-index: 999;box-shadow: 1px 1px 10px 0px #00000030;}
.logo img{width: 150px;}
.logo{line-height: 60px;text-shadow: 0 0 13px #000;}
.menu{float: right;}
.menu ul{list-style: none; margin: 0; padding: 0; line-height: 60px;}
.menu ul li{display: inline-block; margin: 0; padding: 0; position: relative;}
.menu ul li a{display: block; padding: 0px 10px; font-size: 15px; color: #fff;text-decoration: none; text-transform: capitalize;}
.menu ul li a:hover{color: #ffbc13; transition: all 0.4s;}
.menu ul li .active{color:#ffbc13;}

.menu ul li:after{position: absolute;background-color: #ffbc13; content: ""; z-index: 999; left: -100%; width: 100%; height: 5px;opacity: 0; transition: all 0.4s; visibility: hidden;}
.menu ul li:hover:after{left: 0; opacity: 1; visibility: visible;}


header{padding: 5px 0;}
.social_icon{width: 100%; height: 100%;display: flex; align-items: center;}
.inform_flex{float: right;}
.inform_flex ul{list-style: none; margin: 0; padding: 0;}
.inform_flex ul li{display: inline-block; margin: 0; padding: 0 10px; font-size: 15px;}
.inform_flex ul li a{color: #aa811c; text-decoration: none; font-weight: bold;}



.social_icon i{font-size: 20px; margin: 0px 10px 0px 0px;}
.fas_1{color: #1877F2;}
.fas_2{color: #0077B5;}
.fas_3{color: #1DA1F2;}
.fas_4{color: #ee2a7b;}
.fas_5{color: #FF0000;}

h1{font-weight: 600;font-family: "Ramabhadra", sans-serif; font-style:normal;}
h3{font-family: "Ramabhadra", sans-serif; font-style:normal;font-weight: 400;}
.all_paddding{padding: 40px 0;}


/*//Banner//*/
.banner_home{overflow: hidden;}
.banner_home {height: 700px; width: 100%; overflow: hidden; position: relative; z-index: 9;}
.banner_home .banner {height: 100%; width: 100%; display: -webkit-box; position: relative; left: -100%; transition: all 0.5s;}
.banner .banner_img {height: 100%; width: 100%; overflow: hidden; position: relative;}

.banner .banner_img .banner_info {position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: grid; align-content: center; text-align: center; background-color: #05050508;}
.banner .banner_img .banner_text {position: relative; z-index: 9;}
.banner_text h1{font-size:60px; color: #fff;text-shadow: 0 0 13px #000;}
.banner .banner_img .banner_text p {font-size: 18px; color: #fff; text-shadow: 0 0 13px #00000040;}

.banner .banner_img img{height: 100%; width: 100%; object-fit: cover; opacity: 1;}
.banner_home .bnnrSlide {position: relative;height: 50px; width: 50px;background-color: #fff; display: flex; align-items: center; justify-content: center;cursor: pointer;transition: all 0.5s;}
.banner_home .bnnrSlide img {transform: scale(0.6); opacity: 0.9;}
.banner_home .bnnrRight {position: absolute; bottom: 50px; right: 20%}
.banner_home .bnnrLeft {position: absolute; bottom: 50px; right: 15%}
.banner_home .bnnrRight:hover, .banner_home .bnnrLeft:hover {opacity: 0.5;}
.button_1{background-color: #ffbc13; padding: 20px 50px; border: 1px solid #fff; border-radius: 2px; text-decoration: none; color: #000; font-weight: bold; text-decoration: none;}
.button_1:hover{background-color: #ffffff30;color: #fff; transition:all 0.4s;}
/*//Banner-end//*/


/*....//high_lite//....*/
.high_cen h1{color: #000;}
.high_flex{display: flex; align-items: center;}
.high_lite {background-color: #ffbc13;position: relative;z-index: 1; padding: 25px 0;}
.high_lite:after{content: ""; opacity: 0.1; top: 0;bottom: 0;left: 0;right: 0;background-image: url(../images/highlite.jpg);z-index: -1;position: absolute;background-repeat: no-repeat; background-size:cover; background-position: center;}
.btn_4{background-color: #1a1a1a !important;color: #fff !important;}
.btn_4:hover{background-color: #fff !important;color: #000 !important;transition: all 0.4s;}
/*....//high_lite-end//....*/


/*....//about//....*/
.big_heading{color: #ffbc13;font-size: 32px;line-height: 1em;letter-spacing: 0.8px;}
.button_2{background-color: #ffbc13; padding: 20px 50px; border-radius: 2px; text-decoration: none; color: #000; text-decoration: none; font-weight: bold;}
.button_2:hover{background-color: #1a1a1a; color: #fff; transition: all 0.4s;}
.abou_right img{ width:100%; height:100%; object-fit: cover;}
/*....//about-end//....*/



/*....//rent//....*/
.rent{background-color: #f7f7f7;}
.rent_img img{width: 50px; height: 50px; object-fit: cover; margin-bottom: 15px;}
.rent_img img:hover{transform: translateY(-5px);transition: 0.7s; cursor: pointer;}
.rent_box{box-shadow: 0px 4px 16px rgba(17, 17, 26, 0.1), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 56px rgba(17, 17, 26, 0.1);margin: auto; width:180px; height: 180px; background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column;position: relative; z-index: 1;}
.rent_box:after{position: absolute; content: ""; width: 180px; height: 180px;border-radius: 50%;border: 7px solid #ffbc13;border-radius: 50%;/* Halve the circle */border-bottom-color: transparent;border-left-color: transparent;/* Rotate the circle */transform: rotate(-45deg);z-index: -1;}
.small_heading{color: #000;font-size: 17px;line-height: 1em;letter-spacing: 0.8px;}
.rent_title{color: #000;}
/*....//rent-end//....*/



/*....//portfolio//....*/
.gl_title{text-align: center; margin-bottom: 50px;position: relative;}
.gl_title:before{position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #ffbc13;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    animation: animate 4s linear infinite;}


@keyframes animate{
    0%{
        width: 100px;
    }
    50%{
        width: 200px;
    }
    100%{
        width: 100px;
    }
}






.portfolio{width: 100%; padding: 50px 50px;}
.button_group{text-align: center; margin-bottom: 40px;}
.button_group .button
{
    display: inline-block; 
    padding: 10px 20px; 
    margin: 5px; 
    color: #000;
    font-style: 12px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.4s;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.button_group .button.active{background-color:#ffbc13; color: #fff;}
.button_group .button:hover{background-color: #1a1a1a; color: #fff;}

.gallery
{
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}

.gallery .item
{
    position: relative;
    margin: 4px;
    overflow: hidden;
    cursor: pointer;
}

.item img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.3s;
}

.gallery .item:hover img
{
    transform: scale(1.15);
}

.item .overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000008f;
    padding: 15px;
    overflow: hidden;
    color: #fff;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.item:hover .overlay{opacity: 1;}

.item .overlay a
{
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    color: #fff;
}
/*....//portfolio-end//....*/




/*....//amenities//....*/
.amenities{background-color: #f7f7f7;}
.facilities_main{width: 100%;border: 1px solid #cbc3c340;padding: 10px;text-align: center;}
.facilitie_box {width: 100%;border: 1px solid #eee;padding: 15px;box-shadow: 0px 4px 16px rgba(17, 17, 26, 0.1), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 56px rgba(17, 17, 26, 0.1);}
.facilitie1{background-color: #fff;}
.facilitie2{background-color: #ffeae5;}
.facilitie3{background-color: #fff;}
.facilitie4{background-color: #ffeae5;}
.facilitie5{background-color: #fff;}
.facilitie6{background-color: #ffeae5;}
.facilitie7{background-color: #fff;}
.facilitie8{background-color: #ffeae5;}
/*....//amenities-end//....*/



/*....//brand_sec-end//....*/
.brand_title{width: 120px; height: 1px; background-color: #dadada; z-index: 999; float: left;margin-top: 15px; margin-right: 10px;}
.brand{overflow: hidden;width: 80%;margin: auto;}
.brand_track{display: flex;animation: scroll 6s linear infinite;}
.slide_brand{min-width: 200px; /* Adjust based on your logo size */margin: 0 10px;display: flex;justify-content: center;align-items: center;}
.slide_brand img{max-width: 100%;height: auto;}

@keyframes scroll{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Adjust according to the number of logos */
    }
}

/*....//brand_sec-end//....*/



/*....//maper-end//....*/
.map{width: 100%; height: 200px; position: relative;}
.map iframe{position: absolute; width: 100%; height: 100%; object-fit: cover;}
/*....//maper-end//....*/





















/*................//footer//................*/
.ft_head{color: #fff; font-style: italic;}
.ft_head span{color: #ffbc13;}
.ad_ress i{color: #fff;}
footer{ background-color: #000000; position: relative; z-index: 1; padding:80px;}
footer:after{content: ""; top: 0; bottom: 0; left: 0; right: 0;background-size: cover; background-image: url('../images/footer-bg.png'); opacity: 0.2; z-index: -1; position: absolute;background-position: center;background-repeat: no-repeat;background-size: cover;}
.ft_logo img{width: 500px;}
.ft_logo{display: grid; height: 100%; align-content: center;}
.ab_cen p{color: #fff; font-size: 12px;}    
.use_link ul{list-style: none; margin:0; padding: 0;}
.use_link ul li{margin:0; padding: 0;}
.use_link ul li a{display: block; color: #ffff; font-size: 15px; text-transform: capitalize;}
.ad_ress p{color: #fff; font-size: 12px;}
.ad_ress p span{color: #fecc10;}
.use_link ul li a:hover{color: #ffbc13;}
.ab_icon i{color: #fff; font-size: 14px;}
.footer_bottom 
{
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
  color: #000;
}
.footer_bottom p {font-size: 11px;}
/*................//footer-end//................*/




.overview_flex{grid-template-columns: repeat(5, 1fr);display: grid;text-align: center; margin-bottom: 20px;}
.feature img{margin-bottom: 10px;}
.feature_box{border-right: 1px solid #333; height: 90px;}
.br_hr{border-left: 1px solid #333;}










@media only screen and (max-width: 991px)
{ 

	

}


@media only screen and (max-width: 767px)
{
	
}




@media only screen and (max-width: 576px)
{
  
}

@media only screen and (max-width: 480px)
{
  
}




