* {
	font-family: "Roboto", sans-serif !important;
	color: #fff;
	margin: 0;
	line-height: 1.3;
	letter-spacing: 0.5px;
}

html {
	scroll-behavior: smooth;
	font-size: clamp(0.75rem, 0.272vw + 0.663rem, 1rem);
}

a.skip-link {
	width: 1px;
	height: 1px;
	position: absolute;
	clip: 1px 1px 1px 1px;
	overflow: hidden;
	transition: all 0.3s;
	margin-top: 20px;
	z-index: 100;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #0d0d0d;
}

.content_starts {
	width: 94% !important;
	max-width: 1240px !important;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.w_flex {
	display: flex;
}

.aitem_c {
	align-items: center;
}

.jc_spaceb {
	justify-content: space-between;
}
.jc_spacee {
	justify-content: space-evenly;
}

img.custom-logo {
	max-width: 160px;
	max-height: 50px;
	width: auto;
	height: auto;
}

.ul_for_menu.main_menu {
	display: flex;
	list-style: none;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.ul_for_menu.main_menu a {
	color: #fff;
	text-decoration: none;
	padding: 7px 12px;
}

.last_item a {
	background: #ffd700;
	border-radius: 6px;
	color: #000 !important;
}

header {
	border-bottom: 2px solid #fff;
	padding: 12px 0;
	position: sticky;
	z-index: 990;
	top: 0;
	background: #0d0d0d;
}

.footer_col3 {
	/* background: #272727; */
}

svg {
	width: 25px;
	height: 25px;
	fill: #fff;
}

.w100 {
	width: 100%;
}

.social_section a {
	background: #ffd700;
	display: inline-flex;
	padding: 4px;
	border-radius: 8px;
}

.footer_col2 {
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

footer {
	padding: 40px 0;
	border-top: 2px solid;
}
footer p {
	font-size: 0.9rem;
}





.custom-slider-section {
	position: relative;
	overflow: hidden;
}

.slider-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.custom-slider {
	display: flex;
	transition: transform 0.6s ease-in-out;
	will-change: transform;
}

.slide {
	min-width: 100%;
	height: 80vh;
	background-size: cover;
	background-position: center;
	display: none;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	color: white;
	text-align: center;
	/*padding: 2rem;*/
}
.slide::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.slide.active {
	display: flex;
	animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
	from { opacity: 0; transform: scale(1.03); }
	to { opacity: 1; transform: scale(1); }
}

.slide-content {
	/*background: rgba(0, 0, 0, 0.5);*/
	padding: 2rem;
	border-radius: 8px;
	max-width: 600px;
	margin: auto;
	text-align: left;
	margin-left: 80px;
	z-index: 1;
}

.slide-content h2 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.slide-content p {
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}

.anim_btn {
	background: #ffd700;
	color: #fff;
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.3s;
}

.anim_btn:hover {
	background: #e64a19;
}

.custom-slider-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

.custom-slider-controls button {
	pointer-events: all;
	background: rgba(0,0,0,0.5);
	border: none;
	color: white;
	font-size: 2rem;
	padding: 1rem;
	cursor: pointer;
	transition: background 0.3s;
}

.custom-slider-controls button:hover {
	background: rgba(0,0,0,0.8);
}

.custom-slider-pagination {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.custom-slider-pagination span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: white;
	border-radius: 50%;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s;
}

.custom-slider-pagination span.active {
	opacity: 1;
}

.h_section2 {
	padding: 60px 0;
}
.h_section2 .content_starts {
	flex-direction: column;
	gap: 30px;
}
.h_section2 h2, .h_section2 h3, .h_section2 p {
	text-align: center;
}
.w_grid {
	display: grid;
	gap: 25px;
}
.w_3x1frs {
	grid-template-columns: 1fr 1fr 1fr;
}
.spc_top img {
	width: calc(100% - 2px);
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
	border: 1px solid #ffd700;
}
.single_prop_card, .spc_botom {
	display: grid;
	gap: 15px;
	align-content: start;
}
h2{
	font-size: 3rem;
	font-weight: 700;
}
h3{
	font-size: 1.8rem;
	font-weight: 400;
	color: #ffd700;
}
p{
	font-size: 1.2rem;
	font-weight: 300;
}

button.spc_lm {
	background: #1d1d1d;
	border: none;
	/*box-shadow: 0 0 1px #fff;*/
	font-size: 1.2rem;
	font-weight: 300;
	padding: 6px 12px;
	border-radius: 8px;
	cursor: pointer;
}
button.spc_en {
	background: #ffd700;
	border: none;
	font-size: 1.2rem;
	font-weight: 300;
	padding: 6px 12px;
	color: #000;
	border-radius: 8px;
	cursor: pointer;
}
.w50 {
	width: 50%;
}

.sp_section1 {
	padding: 60px 0px;
}
.info_text_luxury {
	display: flex;
	gap: 10px;
	justify-content: center;
	font-size: 1.2rem;
	flex-wrap: wrap;
}
.info_block {
	align-items: center;
	display: flex;
	gap: 5px;
}
.info_block svg {
	width: 18px;
	height: 18px;
	fill: #ffd700;
}
.sp_section1_c2 h1, .default_section1 h1 {
	font-size: 2.5rem;
	color: #ffd700;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 2rem;
}
.sp_section1 .content_starts {
	gap: 30px;
	flex-wrap: nowrap;
}
.sp_section1_c2 .info_text_luxury {
	flex-direction: column;
	font-size: 1.4rem;
	gap: 16px;
}
.sp_section1_c2 .info_text_luxury svg {
	width: 22px;
	height: 22px;
}
.sp_section1_c1 .slide {
	height: 55vh;
	border: 1px solid #ffd700;
}

.info_badge_luxury {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 22px 0;
}
.info_badge {
	background: #ffd700;
	width: fit-content;
	padding: 4px 10px;
	border-radius: 4px;
	line-height: 1;
}
.info_badge span {
	color: #000;
	line-height: 1;
}
.fwc_head {

}
.fwc_row {

}
.fwc_head, .fwc_row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.fwc_head div, .fwc_row div {
	padding: 10px;
	font-size: 1.4rem;
	border: 2px solid #ffd700;
}
h2.sp_head {
	font-size: 2rem;
	color: gold;
	text-align: center;
	margin-bottom: 2.25rem;
	font-weight: 500;
}
.sp_section2, .sp_section3, .sp_section4 {
	padding-bottom: 60px;
}
iframe {
	width: 100% !important;
	aspect-ratio: 3 / 1 !important;
	height: auto;
	min-height: 70vh;
}
.info_amnty {
	display: flex;
	align-items: center;
	gap: 5px;
}
.info_amnty img {
	max-width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.info_amnty span {
	font-size: 1.5rem;
}
.default_section1 {
    padding: 60px 0;
}
/* .default_section1 .content_starts {
    gap: 30px;
} */

@media (max-width: 820px) {
	.w_3x1frs {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 650px) {
	.w50 {
		width: 100%;
	}
	.sp_section1 .content_starts {
		flex-wrap: wrap;
	}

}
@media (max-width: 600px) {
	nav.header_nav {
		display: none;
	}
	.slide-content {
		margin: 0 !important;
		padding: 40px;
		max-width: calc(100vw - 100px);
		width: 100vw;
	}
	.fwc_head, .fwc_row {
		grid-template-columns: 1fr;
		border: 2px solid #ffd700;
	}
	.fwc_head div, .fwc_row div {
		border: none;
	}
	iframe {
		aspect-ratio: 3 / 2 !important;
		min-height: 0;
	}
}
@media (max-width: 440px) {
	.w_3x1frs {
		grid-template-columns: 1fr;
	}
}