body {
	overflow-x: hidden !important;
}

.logo {
	max-height: 60px;
	width: auto;
}

.logo-footer {
	max-height: 80px;
	width: auto;
}

.text-dkgrumpy {
	font-family: "dkgrumpytiger";
}

.navbar {
	background: #f4655f;
	padding: 10px 20px;
}

.navbar-brand img {
	max-width: 120px;
	height: auto;
}

.navbar-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 40px;
}

.nav-link {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.login {
	text-decoration: none;
	background: #fff;
	padding: 15px 10px 10px 10px;
	border: none;
	height: 95%;
	width: 6%;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: 1%;
	top: -10px;
	border-radius: 0px 0px 10px 10px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 992px) {
	.navbar {
		padding: 10px;
	}

	.navbar-collapse {
		background: #f4655f;
		padding: 10px;
		border-radius: 10px;
	}

	.navbar-nav {
		position: static;
		transform: none;
		justify-content: center;
	}

	.navbar-brand {
		padding-left: 35px;
	}

	.login {
		position: static;
		width: auto;
		height: auto;
		padding: 10px 20px;
		border-radius: 5px;
		font-size: 16px;
	}

	.login-mobile {
		display: block;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.navbar-brand img {
		max-width: 100px;
	}

	.nav-link {
		font-size: 14px;
	}

	.login {
		font-size: 14px;
		padding: 8px 15px;
	}
}

.fa-circle-user {
	font-size: 20px;
}

.banner {
	/* padding-top: 120px; */
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	background: #fff;
}

.navbar-nav .nav-link:hover {
    color: #FBB63E !important;
}

.img-banner {
	width: 100%;
	height: 85vh;
	border-radius: 40px 160px 40px 160px;
	overflow: hidden;
	position: relative;
}

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

.welcome-banner {
	position: absolute;
	top: 0px;
	right: 115px;
	background: #fff;
	height: 100%;
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	border: none;
}

.headline-welcome {
	font-size: 24px;
	font-weight: 600;
}

.headline {
	font-weight: 600;
	color: #2072b9;
	font-size: 4rem;
	margin-bottom: -20px;
}

.text-photobooth {
	color: #f4655f;
	font-weight: bold;
	font-size: 32px;
}

.text-service {
	font-weight: 600;
	font-size: 32px;
}

.description {
	font-size: 20px;
	font-weight: 400;
}

.description-welcome {
	font-size: 18px;
	font-weight: 400;
}

.description2 {
	font-size: 20px;
	font-weight: 600;
}

p {
	font-size: 14px;
	color: #2072b9;
}

.w-80 {
	width: 80%;
}

.w-85 {
	width: 80%;
}

.services {
	background: #fde7e9;
	position: relative;
}

.card-menu {
	background: #fff;
	border-radius: 20px;
	border: none;
	padding: 20px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5%;
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.card-menu {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.card-menu::-webkit-scrollbar {
	display: none;
}

.menu {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}

.active2 {
	width: auto;
	height: auto;
	padding: 1% 3%;
	background: #f4655f;
	border: none;
	border-radius: 15px;
	color: #fff;
}

.card-foto {
	width: 20vw;
	height: 40vh;
	background: #f4f4f4;
	border: none;
	border-radius: 20px;
}

.card-foto-tenant {
	background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
	border-radius: 10px;
}

.card-foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.card-foto2 {
	width: 100%;
	height: 45vh;
	background: gray;
	border: none;
	border-radius: 20px;
}

.card-foto3 {
	width: 65%;
	/* height: 30.2vh; */
	background: #f4f4f4;
	border: none;
}

.card-foto3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.card-foto4 {
	width: 21.5vw;
	height: 27vh;
	background: #f4f4f4;
	border: none;
}

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

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.font-social {
	font-size: 22px;
	font-weight: 400;
}

.card-room {
	height: 100%;
	border-radius: 40px;
	overflow: hidden;
	/* background: #fff; */
	margin-top: 40px;
	cursor: pointer;
	/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.room-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0px 0px 20px;
}

/* .detail-item {
	font-size: 14px;
	font-weight: bold;
	color: #333;
} */

.detail-item span {
	color: #d9534f; /* Warna merah untuk label */
}

.bg-medium-blue {
	height: 100%;
	width: 100% !important;
	background: #2174ba;
	color: #fff;
	padding: 30px 30px;
	font-weight: bold;
	border-radius: 0px 0px 20px 0px;
}

.bg-coral-red {
	height: 100%;
	width: 100% !important;
	background: #f4655f;
	color: #fff;
	padding: 30px 30px;
	font-weight: bold;
	border-radius: 0px 0px 20px 0px;
}

.headline-hits {
	font-size: 2.5rem;
}

.pointer {
	cursor: pointer;
}

.studio-name {
	font-size: 26px;
}

.studio-price {
	font-size: 26px;
}

.bg-pastel-pink {
	background: #fde7e9;
}

.bg-baby-blue {
	width: 100%;
	background: #dff6fc;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
}

.promo {
	width: 100%;
	height: 30vh;
	display: flex;
	margin-top: 100px;
}

.btn-secondary {
	background: #ffffff;
	border: none;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 24px;
	padding: 40px 70px;
	border-radius: 20px;
}

.font-sdk {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
}

.slogan {
	margin-top: 50px;
	font-size: 18px;
	font-weight: 600;
}

.text-korea {
	font-size: 16px;
	color: #f4655f;
}

.booking {
	background: #fff;
	margin-bottom: 100px;
}

.btn-danger {
	font-size: 24px;
	font-weight: 600;
	padding: 30px;
	color: #fff;
	background: #f4655f;
	border: none;
	border-radius: 15px;
	width: 100%;
	height: 100%;
}

.btn-primary {
	font-size: 24px;
	font-weight: 600;
	padding: 30px;
	color: #fff;
	background: #2174ba;
	border: none;
	border-radius: 15px;
	width: 100%;
	height: 100%;
}

.form-control {
	font-size: 16px;
	font-weight: bold;
	padding: 18px;
	border-radius: 10px;
	border: 1px solid #000;
	width: 50%;
}

.position-relative {
	position: relative;
}

.text-coral-red {
	color: #f4655f;
}

.text-steel-blue {
	color: #166db6;
}

.footer {
	background: #ffe7e7;
}

.address {
	font-size: 18px;
	font-weight: 400;
	width: 60%;
}

.tag {
	font-size: 20px;
	font-weight: 600;
}

.text-social-media {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.social-media {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.copyright {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}

.card-whatsapp {
	width: 100%;
	height: 20vh;
	background: #f4a5a1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	z-index: 1;
	position: relative;
	padding: 20px 40px;
}

.card-white {
	background: #fff;
	border-radius: 20px;
	width: 966px;
	height: 100px;
	position: relative;
	z-index: 0;
	margin-top: -75px;
}

.people-3 {
	width: 15%;
	position: absolute;
	left: -45px;
	top: 39%;
	transform: translateY(-50%);
}

.title-2 {
	font-size: 32px;
	color: #fff;
	text-align: center;
	flex: 1;
}

.title {
	font-size: 4.5rem;
}

.icon-whatsapp {
	width: 100px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

a {
	text-decoration: none;
}

.icon-room {
	font-size: 24px;
}

.label-room {
	font-weight: bold;
	color: #f4655f;
	font-size: 18px;
}

.value-room {
	font-size: 18px;
}

.icon-1 {
	position: absolute;
	top: -4%;
	right: 5%;
	width: 10%;
	z-index: 1;
}

.icon-2 {
	position: absolute;
	top: -7%;
	left: 10%;
	width: 10%;
}

.icon-3 {
	position: absolute;
	top: -75%;
	right: 4%;
	width: 15%;
}

.icon-4 {
	position: absolute;
	top: -95px;
	right: 100px;
	width: 10%;
}

.custom-mb {
	margin-bottom: 40px;
}

.custom-gap {
	gap: 20px;
}

.card-room-detail {
	border-radius: 20px;
	border: none;
	background: #fff;
}

.card-room-image {
	height: 400px;
	width: 100%;
	border-radius: 20px;
	background: #f4f4f4;
}

.card-room-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.card-room-image-2 {
	height: 125px;
	width: 100%;
	border-radius: 20px;
	background: #f4f4f4;
}

.card-room-image-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.price {
	background: #2072b9;
	font-weight: bold;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	border-radius: 0px 0px 20px 20px;
}

.title-promo {
	line-height: 1.2;
	margin: 0;
	font-size: 32px;
	font-weight: 600;
}

.card-foto-tenant {
    transition: transform 0.3s ease;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

.card-foto-tenant:hover {
    transform: scale(0.95);
}

@media screen and (max-width: 1600px) {
	.headline {
		font-size: 4rem;
	}

	.text-photobooth {
		font-size: 24px;
	}

	.text-service {
		font-size: 24px;
	}

	.description-welcome {
		font-size: 18px;
	}

	.slogan {
		margin-top: 40px;
		font-size: 16px;
	}

	.text-korea {
		font-size: 14px;
	}

	.welcome-banner {
		padding: 10px !important;
	}

	.title-promo {
		font-size: 1.8rem;
	}

	.studio-price {
		font-size: 18px;
	}

	.studio-name {
		font-size: 18px;
	}

	/* .bg-medium-blue {
		width: 58.5vw !important;
	} */

	/* .bg-coral-red {
		width: 58.5vw !important;
	} */
}

@media screen and (max-width: 1400px) {
	.banner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.img-banner {
		border-radius: 35px 120px 35px 120px;
	}

	.img-banner img {
		width: 100%;
		height: 100%;
	}

	.headline {
		font-size: 3rem;
	}

	.text-photobooth {
		font-size: 22px;
	}

	.text-service {
		font-size: 22px;
	}

	.description-welcome {
		font-size: 16px;
	}

	.slogan {
		margin-top: 40px;
		font-size: 14px;
	}

	.text-korea {
		font-size: 12px;
	}

	.welcome-banner {
		padding: 10px !important;
	}

	.title-promo {
		font-size: 1.5rem;
	}

	.label-room {
		font-size: 20px;
	}

	.value-room {
		font-size: 16px;
	}

	.headline-hits {
		font-size: 40px;
	}

	.description2 {
		font-size: 23px;
	}

	.description {
		font-size: 18px;
	}

	.w-85 {
		width: 100%;
	}

	.btn-secondary {
		font-size: 18px;
		padding: 25px 50px;
	}

	.title-2 {
		font-size: 24px;
	}

	.icon-whatsapp {
		width: 80px;
	}

	.card-whatsapp {
		height: 24vh;
	}

	.card-white {
		width: 75%;
		margin-top: -7%;
	}

	.address {
		font-size: 16px;
	}

	.logo-footer {
		max-height: 65px;
	}

	.tag {
		font-size: 16px;
	}

	.text-social-media {
		font-size: 16px;
	}

	.copyright {
		font-size: 14px;
	}
}

@media screen and (max-width: 1300px) {
	.headline {
		font-size: 2.5rem;
		margin-bottom: -16px;
	}

	.nav-link {
		font-size: 12px;
	}

	.img-banner img {
		height: 100%;
	}

	.text-photobooth {
		font-size: 20px;
	}

	.text-service {
		font-size: 20px;
	}

	.description-welcome {
		font-size: 14px;
	}

	.slogan {
		margin-top: 40px;
		font-size: 12px;
	}

	.text-korea {
		font-size: 12px;
	}

	.welcome-banner {
		padding: 24px;
	}

	.title-promo {
		font-size: 1.2rem;
	}

	/* .bg-medium-blue {
		width: 58vw !important;
	} */

	/* .icon-1 {
		top: -65px;
		z-index: 1;
	} */

	.label-room {
		font-size: 16px;
	}

	.value-room {
		font-size: 16px;
	}

	.headline-hits {
		font-size: 40px;
	}

	.description2 {
		font-size: 20px;
	}

	.description {
		font-size: 14px;
	}

	.w-85 {
		width: 100%;
	}

	.btn-secondary {
		font-size: 18px;
		padding: 25px 50px;
	}

	.title-2 {
		font-size: 24px;
	}

	.icon-whatsapp {
		width: 80px;
	}

	.card-whatsapp {
		height: 24vh;
	}

	.card-white {
		width: 75%;
		margin-top: -7%;
	}

	.address {
		font-size: 16px;
	}

	.logo-footer {
		max-height: 65px;
	}

	.tag {
		font-size: 16px;
	}

	.text-social-media {
		font-size: 16px;
	}

	.copyright {
		font-size: 14px;
	}

	.icon-4 {
		top: -70px;
	}

	.menu {
		font-size: 18px;
	}

	.card-menu {
		justify-content: start;
	}
}

@media screen and (max-width: 1200px) {
	.headline {
		font-size: 2.5rem;
	}

	.text-photobooth {
		font-size: 20px;
	}

	.text-service {
		font-size: 20px;
	}

	.description-welcome {
		font-size: 14px;
	}

	.slogan {
		margin-top: 40px;
		font-size: 12px;
	}

	.text-korea {
		font-size: 12px;
	}

	.welcome-banner {
		padding: 10px;
	}

	.btn-danger {
		font-size: 18px;
	}

	.btn-primary {
		font-size: 18px;
	}

	.card-room {
		padding: 20px;
		background: none;
		border: none;
		flex-direction: column;
		margin-top: 0;
	}

	.bg-medium-blue,
	.bg-coral-red {
		width: 100% !important;
		padding: 20px;
		border-radius: 0 0 20px 0px;
	}

	.studio-name,
	.studio-price {
		font-size: 14px;
	}

	.label-room {
		font-size: 14px;
		white-space: nowrap;
		max-width: 100%;
	}

	.value-room {
		font-size: 12px;
	}

	.icon-room {
		font-size: 18px;
	}

	.bg-white {
		border-radius: 0px 20px 20px 0px;
	}

	.btn-secondary {
		font-size: 18px;
	}

	.title-2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1100px) {
	.headline {
		font-size: 1.8rem;
		margin-bottom: -10px;
	}

	.text-photobooth {
		font-size: 16px;
	}

	.text-service {
		font-size: 16px;
	}

	.description-welcome {
		font-size: 12px;
	}

	.slogan {
		margin-top: 40px;
		font-size: 10px;
	}

	.text-korea {
		font-size: 10px;
	}

	.welcome-banner {
		padding: 10px;
	}
}

@media screen and (max-width: 991px) {
	.banner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.img-banner {
		border-radius: 35px 110px 35px 110px;
	}

	.img-banner img {
		width: 100%;
		height: 55vh;
	}

	.custom-mb {
		margin-bottom: 20px;
	}

	.headline {
		font-size: 1.8rem;
		margin-bottom: -10px;
	}

	.text-photobooth {
		font-size: 16px;
	}

	.text-service {
		font-size: 16px;
	}

	.description-welcome {
		font-size: 12px;
	}

	.slogan {
		margin-top: 40px;
		font-size: 10px;
	}

	.text-korea {
		font-size: 10px;
	}

	.welcome-banner {
		padding: 10px;
	}

	.btn-danger {
		font-size: 14px;
		padding: 15px;
	}

	.btn-primary {
		font-size: 14px;
		padding: 15px;
	}

	.active {
		padding: 15px 70px;
	}

	.card-menu {
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
		padding: 10px;
		gap: 40px;
	}

	.card-room {
		padding: 20px;
		background: none;
		border: none;
		flex-direction: column;
		margin-top: 0;
	}

	.bg-medium-blue,
	.bg-coral-red {
		width: 100% !important;
		padding: 20px;
		border-radius: 0 0 20px 0px;
	}

	.studio-name,
	.studio-price {
		font-size: 14px;
	}

	.label-room {
		font-size: 10px;
		white-space: nowrap;
		max-width: 100%;
	}

	.value-room {
		font-size: 10px;
	}

	.icon-room {
		font-size: 16px;
	}

	.bg-white {
		border-radius: 0px 20px 20px 0px;
	}

	.icon-1 {
		display: none;
	}

	.icon-2 {
		display: none;
	}

	.icon-3 {
		display: none;
	}

	.icon-4 {
		display: none;
	}

	.title-promo {
		font-size: 15px;
	}

	.font-sdk {
		font-size: 12px;
	}

	.btn-secondary {
		font-size: 14px;
	}

	.title-2 {
		font-size: 20px;
	}

	.icon-whatsapp {
		width: 60px;
	}

	.card-whatsapp {
		width: 100%;
		height: 15vh;
	}

	.people-3 {
		width: 20%;
	}

	.card-white {
		width: 75%;
		margin-top: -12%;
	}

	.headline-hits {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {

	.headline-hits {
		text-align: center;
	}

	.title {
		font-size: 32px;	
	}

	.booking {
		margin-bottom: 0px;
	}

	.navbar {
		padding: 20px;
		gap: 0px;
	}

	.custom-mb {
		margin-bottom: 10px;
	}

	.logo {
		margin-left: -50px;
	}

	.banner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.img-banner {
		height: 35vh;
		border-radius: 25px 70px 25px 70px;
	}

	.img-banner img {
		width: 100%;
		height: 35vh;
	}

	.headline-welcome {
		font-size: 12px;
	}

	.headline {
		font-size: 16px;
		margin-bottom: -5px;
	}

	.description-welcome {
		font-size: 8px;
	}

	.slogan {
		margin-top: 10px;
		font-size: 8px;
	}

	.text-photobooth {
		font-size: 10px;
	}

	.text-service {
		font-size: 10px;
	}

	.text-korea {
		font-size: 10px;
	}

	.welcome-banner {
		width: 35%;
		right: 45px;
	}

	.btn-danger {
		padding: 12px;
		font-size: 18px;
		width: 50%;
		height: 50%;
	}

	.btn-primary {
		padding: 12px;
		font-size: 18px;
		width: 50%;
		height: 50%;
	}

	.custom-mt {
		margin-top: 10px;
	}

	.custom-gap {
		gap: 5px;
	}

	.icon-1 {
		display: none;
	}

	.icon-2 {
		display: none;
	}

	.icon-3 {
		display: none;
	}

	.w-80 {
		width: 95%;
	}

	.description {
		font-size: 16px;
	}

	.menu {
		font-size: 16px;
	}

	.active {
		padding: 12px;
	}

	.card-menu {
		justify-content: start;
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
		padding: 10px;
		gap: 20px;
	}

	.card-menu {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.card-menu::-webkit-scrollbar {
		display: none;
	}

	.promo {
		flex-direction: column;
		align-items: center;
		height: auto;
		margin-top: 50px;
	}

	.bg-baby-blue {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}

	.btn-secondary {
		font-size: 18px;
		padding: 15px 40px;
		border-radius: 15px;
	}

	.card-foto3 {
		width: 100%;
		height: 50%;
	}

	h1 {
		font-size: 20px;
		text-align: center;
	}

	.font-sdk {
		font-size: 14px;
		text-align: center;
	}

	.description2 {
		font-size: 16px;
		text-align: center;
	}

	.address {
		width: 100%;
		font-size: 14px;
	}

	.tag {
		font-size: 14px;
		margin-top: 10px;
	}

	.text-social-media {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: -20px;
	}

	.copyright {
		font-size: 12px;
	}

	.title-2 {
		font-size: 14px;
	}

	.form-control {
		padding: 8px;
	}

	.card-room {
		padding: 20px;
		background: none;
		border: none;
		flex-direction: column;
		margin-top: 0;
	}

	.room-image {
		height: 200px;
		border-radius: 20px 20px 0 0;
	}

	.bg-medium-blue,
	.bg-coral-red {
		width: 100% !important;
		padding: 20px;
		border-radius: 0 0 20px 20px;
	}

	.studio-name,
	.studio-price {
		font-size: 14px;
	}

	.label-room {
		font-size: 9px;
		white-space: nowrap;
		max-width: 100%;
	}

	.value-room {
		font-size: 9px;
	}

	.icon-room {
		font-size: 14px;
	}

	.bg-white {
		border-radius: 0px 0px 20px 20px;
	}

	.card-whatsapp {
		width: 95%;
		height: 12vh;
	}

	.icon-whatsapp {
		width: 45px;
	}

	.people-3 {
		left: -12px;
	}

	.card-foto {
		width: 90vw;
	}

	.card-foto4 {
		width: 55vw;
		height: 20vh;
	}

	.splideFoto3 {
		margin-right: 80px;
	}

	.card-white {
		margin-top: -16%;
	}
}

@media screen and (max-width: 600px) {
	.title {
		font-size: 32px;	
	}

	.booking {
		margin-bottom: 0px;
	}

	.navbar {
		padding: 20px;
		gap: 0px;
	}

	.custom-mb {
		margin-bottom: 10px;
	}

	.logo {
		margin-left: -50px;
	}

	.banner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.img-banner {
		height: 35vh;
		border-radius: 25px 70px 25px 70px;
	}

	.img-banner img {
		width: 100%;
		height: 35vh;
	}

	.headline-welcome {
		font-size: 12px;
	}

	.headline {
		font-size: 16px;
		margin-bottom: -5px;
	}

	.description-welcome {
		font-size: 8px;
	}

	.slogan {
		margin-top: 10px;
		font-size: 8px;
	}

	.text-photobooth {
		font-size: 10px;
	}

	.text-service {
		font-size: 10px;
	}

	.text-korea {
		font-size: 10px;
	}

	.welcome-banner {
		width: 35%;
		right: 45px;
	}

	.btn-danger {
		padding: 12px;
		font-size: 18px;
		width: 50%;
		height: 50%;
	}

	.btn-primary {
		padding: 12px;
		font-size: 18px;
		width: 50%;
		height: 50%;
	}

	.custom-mt {
		margin-top: 10px;
	}

	.custom-gap {
		gap: 5px;
	}

	.icon-1 {
		display: none;
	}

	.icon-2 {
		display: none;
	}

	.icon-3 {
		display: none;
	}

	.w-80 {
		width: 95%;
	}

	.description {
		font-size: 16px;
	}

	.menu {
		font-size: 16px;
	}

	.active {
		padding: 12px;
	}

	.card-menu {
		justify-content: start;
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
		padding: 10px;
		gap: 20px;
	}

	.card-menu {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.card-menu::-webkit-scrollbar {
		display: none;
	}

	.promo {
		flex-direction: column;
		align-items: center;
		height: auto;
		margin-top: 50px;
	}

	.bg-baby-blue {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}

	.btn-secondary {
		font-size: 18px;
		padding: 15px 40px;
		border-radius: 15px;
	}

	.card-foto3 {
		width: 100%;
		height: 50%;
	}

	h1 {
		font-size: 20px;
		text-align: center;
	}

	.font-sdk {
		font-size: 14px;
		text-align: center;
	}

	.description2 {
		font-size: 16px;
		text-align: center;
	}

	.address {
		width: 100%;
		font-size: 14px;
	}

	.tag {
		font-size: 14px;
		margin-top: 10px;
	}

	.text-social-media {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: -20px;
	}

	.copyright {
		font-size: 12px;
	}

	.title-2 {
		font-size: 14px;
	}

	.form-control {
		padding: 8px;
	}

	.card-room {
		padding: 20px;
		background: none;
		border: none;
		flex-direction: column;
		margin-top: 0;
	}

	.room-image {
		height: 200px;
		border-radius: 20px 20px 0 0;
	}

	.bg-medium-blue,
	.bg-coral-red {
		width: 100% !important;
		padding: 20px;
		border-radius: 0 0 20px 20px;
	}

	.studio-name,
	.studio-price {
		font-size: 14px;
	}

	.label-room {
		font-size: 9px;
		white-space: nowrap;
		max-width: 100%;
	}

	.value-room {
		font-size: 9px;
	}

	.icon-room {
		font-size: 14px;
	}

	.bg-white {
		border-radius: 0px 0px 20px 20px;
	}

	.card-whatsapp {
		width: 95%;
		height: 12vh;
	}

	.icon-whatsapp {
		width: 45px;
	}

	.people-3 {
		left: -12px;
	}

	.card-foto {
		width: 82vw;
	}

	.card-foto4 {
		width: 55vw;
		height: 20vh;
	}

	.splideFoto3 {
		margin-right: 80px;
	}

	.card-white {
		margin-top: -16%;
	}

	.headline-hits {
		text-align: center;
	}
}
