.bg1 {
	background-image: url(../img/new_collection/photo1.webp);
	background-size: contain;
	aspect-ratio: 1920 / 887;
}

.bg2 {
	background-image: url(../img/new_collection/bg2.webp);
	background-size: contain;
	background-position: center;
	aspect-ratio: 1921 / 630;
	background-repeat: no-repeat;
}

.bg_stand {
	background-image: url(../img/new_collection/stand.webp);
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 773 / 900;
	padding-top: 10%;
}

.bg-gray {
	background-color: #D8DBDA;
}

@media (min-width: 992px) {
	.lounge {
		padding: 5rem;
	}
}

@media (min-width: 992px) {
	.lounge > .row {
		--mdb-gutter-x: 5rem;
	}
}

.bathrooms {
	height: 130vh;
	background-image: url(../img/new_collection/photo4.webp);
	background-size: auto 85vh;
	background-position: 5rem bottom;
	background-repeat: no-repeat;
	padding: 5rem;
}

.bathrooms img {
	height: 90vh;
}

.bathrooms .text {
	padding-left: calc(85vh + 2.5rem);
	padding-top: 3.5rem;
}

.lobby {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(156,159,158,1) 0%, rgba(156,159,158,1) 80%, rgba(255,255,255,1) 80%);
	padding-right: 0;
	color: hsl(0deg 0% 100% / 90%)!important;
}

@media (min-width: 992px) {
	.lobby {
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(156,159,158,1) 30%, rgba(156,159,158,1) 80%, rgba(255,255,255,1) 80%);
		padding-right: 0;
		padding: 5rem;
		color: hsl(0deg 0% 100% / 90%)!important;
	}
}

.lobby > .row {
	margin-right: 0;
}

.lobby img {
	max-height: 75vh;
}

p {
	font-size: 1.75rem;
}

.text1 {
    font-size: 4rem;
    font-style: italic;
    margin-bottom: -1rem;
    padding-top: 3rem;
}

.text2 {
	font-size: 2.25rem;
}

@media (min-width: 992px) {
	.text1 {
		font-size: 8rem;
		margin-bottom: -2.5rem;
	}
}

@media (min-width: 992px) {
	.text2 {
		font-size: 4.5rem;
	}
}

.text1, .text2 {
	color: hsl(0deg 0% 100% / 60%)!important;
}

.text3 {
	font-size: 2.5rem;
	margin-bottom: -1	rem;
}

.text4 {
	font-size: 4rem;
	font-style: italic;
}