@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonLight.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonLightItalic.otf") format("opentype");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonBook.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonBookItalic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonMedium.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonMediumItalic.otf") format("opentype");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonSemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonSemiBoldItalic.otf") format("opentype");
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonBold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Campton";
	src: url("fonts/CamptonBoldItalic.otf") format("opentype");
	font-weight: 700;
	font-style: italic;
}

body {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url("/img/bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	color: #e5dece;
	font-family: "Campton", sans-serif;
}

.header-container {
	min-height: 127px;
	display: flex;
	align-items: center;
}
.main-container {
	max-width: 1600px;
	margin: 0 auto;
}
.logo-container {
	text-align: center;
}
.logo {
	width: 80px;
	height: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.coordinates {
	font-size: 0.9rem;
	letter-spacing: 1px;
	opacity: 0.8;
}
.hotel-title {
	font-size: 4rem;
	letter-spacing: 4px;
	font-weight: 300;
}
.location {
	letter-spacing: 2px;
}
.coming-soon {
	letter-spacing: 8px;
	font-size: 1.5rem;
}
.contact-text {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 5px;
}
.header-text {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20.95px;
}
a {
	color: #e5dece;
}
/* .header-content {
        padding: 0px 20px;
    } */
.header-line {
	border-top: 1px solid #fff;
	margin-top: 0;
}
.main-content {
	height: calc(100vh - 127px);
}
.content {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	height: 100%;
}
.content-height {
	height: 100%;
}
.footer {
	margin-top: 180px;
	margin-bottom: 60px;
}
.contact-email {
	font-size: 30px;
	font-weight: 600;
	line-height: 34.92px;
}
.card-left {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.card-middle {
	position: relative;
}
.card-right {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.card-middle .mail-info {
	position: absolute;
	bottom: 50px;
}
.logo-right {
	max-width: 350px;
}
.content-height-main {
	height: 100%;
}
.content-height-sub {
	height: 100%;
}
@media (max-width: 992px) {
	.contact-email {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.content-height {
		height: 500px;
	}
}
@media (max-width: 767px) {
	.header-content {
		padding: 0;
		margin: 0;
		display: flex !important;
	}
	.header-container {
		width: 100%;
	}
	.header-text {
		font-size: 14px;
		text-align: center;
		margin: 5px 0;
	}
	.hotel-title {
		font-size: 3rem;
	}
	.coming-soon {
		font-size: 1.2rem;
		letter-spacing: 6px;
	}
	.footer {
		margin-top: 177px;
		margin-bottom: 60px;
	}
	.contact-text {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.2rem;
		letter-spacing: 5px;
	}
	.contact-email {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.footer {
		margin-top: 100px !important;
	}
	.logo {
		height: 50px;
		width: 50px;
	}
	.main-content {
		height: unset;
	}

	.content-height {
		padding: 20px 0;
		height: unset;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.card-left {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 30px;
		padding-bottom: 40px;

		img {
			max-width: 200px !important;
			margin: 0 auto;
		}
	}
	.card-middle {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 30px;
		padding-bottom: 70px;
		img {
			max-width: 200px !important;
			margin: 0 auto;
		}
	}
	.card-right {
		border-left: 0;
		padding-bottom: 40px;
		img {
			max-width: 200px !important;
			margin: 0 auto;
		}
	}
	.mail-info {
		margin-top: 30px;
	}
}

@media (max-width: 576px) {
	.logo-mobile {
		max-width: 250px !important;
		margin: 0 auto !important;
	}
	.footer {
		margin-top: 100px !important;
	}
}
