.carousel-caption.left_caption {
    max-width: 1550px;
    text-align: left;
    transform: translateY(-50%);
    top: 55%;
    bottom: unset !important;
}
.carousel-caption img {
	max-height: 90px;
}
.carousel-caption h3 {
	font-size: 70px;
	font-weight: 700; 
	color: #fff;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 25px;
	margin-top: 0px;
	text-shadow:3px 3px 6px rgba(0,0, 0, 0.8)
}
@media(max-width: 1400px){
	.carousel-caption h3 {
		font-size: 60px;
		margin-bottom: 15px;
	}
}
.carousel-caption h4 {
	font-size: 36px;
	font-weight: 500; 
	color: #fff;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-shadow:3px 3px 6px rgba(0,0, 0, 0.8)
}
.carousel-caption ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.carousel-caption ul li{
	position: relative;
	padding: 0 0 0 35px;
	margin-bottom: 7px;
	color: #fff;
	font-size: 25px;
}
@media(max-width: 1400px){
	.carousel-caption h4 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.carousel-caption ul li{
		margin-bottom: 0;
		font-size: 20px;
	}
}
.carousel-caption ul li:before{
	content: '\F26A';
	font-family: 'bootstrap-icons';
	position: absolute;
	left: 0;
	color: #c79f10;
}
@media (max-width:1200px){
	.carousel-caption img {
		max-height: 70px;
	}
	.carousel-caption h3{
		font-size: 45px; 
	}
	.carousel-caption h4 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.carousel-caption ul li{
		padding: 0 0 0 25px;
		color: #fff;
		font-size: 16px;
	}
}
@media (max-width:896px){	
	.carousel-caption h3{
		font-size: 35px; 
	}
	.carousel-caption h4 {
		font-size: 25px; 
	}
}
@media (max-width:767px){
	.carousel-caption h3{
		font-size: 30px; 
	}
	.carousel-caption h4 {
		font-size: 18px; 
	}
}

@media (max-width: 896px) {
    .carousel-caption.left_caption article {
        text-align: left;
        position: static;
        transform: none;
    }
}


.about_images{
    position: relative;
    margin-right: 50px;
    padding-bottom: 10%;
    margin-bottom: 20px;
}
@media (max-width: 896px) {
	.about_images{ 
	    margin-right: 0;
	}
}
.about_images figure{
    overflow: hidden;
    border-radius: 30px;
    max-width: 70%;
    background-color: #ccc;
}
.about_images figure img{
    width: 100%;
}
.about_images figure:last-child{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    border: #fff solid 5px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.15);
    max-width: 60%;
}
.heading_sec span{
	color: var(--primary-color);
}
.amenities_sec{
	background-color: var(--secondary-color);
	padding:50px 0;
}
.amenities_sec .heading_sec{
	color: #fff;
}
.amenities{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.amenities>div{
    border: #5e5e5e dotted 1px;
    border-radius: 20px 0;
    padding: 2%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 23.5%;
    margin-bottom: 30px;
    line-height: 1.2;
}
.amenities>div img{
    display: block;
    margin: auto;
}
@media (max-width: 896px) {
	.amenities{
	    gap: 4%;
	}
	.amenities>div{
	    padding: 3%;
	    font-size: 16px;
	    width: 47.5%;
	    margin-bottom: 20px;
	}
	.amenities>div img{
		height: 45px;
	}
}
@media (max-width: 896px) {
	.amenities>div{ 
	    font-size: 14px; 
	}
}
.gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.gallery>a{
    border-radius: 20px;
    text-align: center; 
    width: 32%;
    margin-bottom: 30px;
    overflow: hidden;
}
.gallery>a img{
    display: block;
    margin: auto;
    transform: scale(1.0);
    transition: all 0.3s;
}
.gallery>a:hover img{ 
    transform: scale(1.1);
}
@media (max-width: 896px) {
	.gallery{
	    gap: 4%;
	}
	.gallery>a{
		 border-radius: 10px; 
	    width: 47.5%;
	    margin-bottom: 20px;
	}
} 
.table_s1 th{
    background-color: #fff7d9;
}
.table_s1 a{
    padding: 8px 14px;
    font-size: 15px;
    margin: 0;
}
.table_s1 thead, .table_s1 tbody, .table_s1 tfoot, .table_s1 tr, .table_s1 td, .table_s1 th {
    border-color: #c79f10;
        white-space: nowrap;
}
@media (max-width: 896px) {
	.table_s1 { 
		font-size:15px;
		line-height: 1.2;
	}
	.table_s1 a{ 
	    font-size: 14px; 
	}
}
.floor_plan_sec{
background: #FFF;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(192, 205, 209, 1) 100%);
padding:50px 0;
}
.floor_plan{
	background-color: var(--secondary-color);
	display: inline-block;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 0 30px;
	color: #fff;
	text-align: center;
}
.floor_plan figure{
    position: relative;
    margin-bottom: 15px;
}
.floor_plan figure a{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    white-space: nowrap;

}
.floor_plan figure img{
    width: 100%;
}
.floor_plan h3{
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
}
.floor_plan p{
    margin: 0 15px 15px;
}
.location_list{
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.location_list li{
    background-color: #fff;
    padding: 10px 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    border-radius: 100px;
    width: 48%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 896px) {
	.location_list li{
	    width: 100%;
	}
}
.location_list i{
    color: var(--primary-color);
}
.maps{
	border: #fff solid 3px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.list4 {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list4 li {
	position: relative;
	padding:0 0 10px 25px;
}
.list4 li:before {
    content: "\F134";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top: 0px;
    height: 15px;
    width: 15px;
    color: var(--primary-color);
    font-size: 15px;
}

.contact_popup {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0px auto;
    width: 92%;
    max-width: 550px;
}
.contact_popup .modal-content .modal-header{
	padding: 15px 30px;
}
.contact_popup .modal-content .modal-body{
	padding: 30px;
	max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.contact_popup .modal-content:after {
    content: '';
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    border: rgb(0 0 0 / 38%) solid 8px;
    position: absolute;
    border-radius: 12px;
    z-index: -1;
}
@media(max-width:768px) {
	.contact_popup .modal-content .modal-header{
		padding: 15px 15px;
	}
	.contact_popup .modal-content .modal-body{
		padding: 15px;
	}
}
.contact_popup .btn-close {
    position: absolute;
    top: -4px;
    right: -1px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    z-index: 200;
    background-image: none;
}
.contact_popup .btn-close:before {
    content: "\F62A";
    font-family: 'bootstrap-icons'; 
    color: #fff;
    font-size: 34px;
}
@media(max-width:767px) {
	.contact_popup .btn-close {
		position: absolute;
		top: -20px;
		right: -5px;
	}
}