@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

:root {
	--r-color-light: #faf2eb;
	--r-color-dark: #000;
	--r-color-white: #fff;
	--r-color-btn: #192030;
	--r-color-btn-hover: #192030;
	--r-font-primary: 'Kanit', sans-serif;
	--r-font-secondary: 'Merriweather', serif;
}

html {
	overflow-x: hidden !important;
}

body {
	background-color: var(--r-color-light);
	overflow-x: hidden !important;
}

.max-content {
	width: max-content;
}

.header_container {
	position: fixed;
	width: 100vw;
	z-index: 100;
}

main {
	margin-top: 170px;
}

.header {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

header {
	background-color: var(--r-color-light);
}

header nav {
	display: flex;
	gap: 80px;
}

header nav a {
	color: var(--r-color-btn);
	font-weight: 400;
	font-family: var(--r-font-primary);
	font-size: 18px;
	border-bottom: 2px solid transparent;
	transition: .3s;
}

header nav a:hover {
	border-color: #311514;
}

.header_container.border_bottom {
	border-bottom: 2px solid var(--r-color-btn-hover);
}

.wrapper {
	background-image: url('/img/wrapper.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	border-radius: 10px;
	padding: 30px 50px;
	position: relative;
	overflow: hidden;
}

.wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 100px 2px 82px -4px rgba(0, 0, 0, 0.9) inset;
	-moz-box-shadow: 100px 2px 82px -4px rgba(0, 0, 0, 0.9) inset;
	box-shadow: 271px 2px 82px -4px rgba(0, 0, 0, 0.5) inset;
	z-index: 0;
}

.wrapper-text h1 {
	color: var(--r-color-white);
	font-family: var(--r-font-secondary);
	font-size: 130px !important;
	font-weight: 600;
	z-index: 1;
	position: relative;
}

.btn_wrapper a {
	padding: 0 70px;
}

/* footer */
.title_footer {
	display: block;
	text-align: center;
	max-width: 530px;
	margin: 0 auto;
	font-size: 45px;
	color: var(--r-color-btn);
	font-family: var(--r-font-secondary);
	font-weight: 600;
}

.spaicer_box {
	border-top: 3px solid var(--r-color-white);
	width: 500px;
	margin: 0 auto;
}

.footer_nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--r-color-btn);
	font-size: 12px;
	font-family: var(--r-font-primary);
	letter-spacing: 2px;
}

.footer_nav a {
	color: var(--r-color-btn);
	text-decoration: underline;
}

.footer_nav a:hover {
	color: var(--r-color-btn-hover);
}


/* Faq */
.faq {
	padding: 150px 0px;
}

.faq-title {
	font-size: 16px;
	font-family: var(--r-font-primary);
	font-weight: 600;
	color: var(--r-color-btn)
}

.faq_cover {
	max-width: 100%;
	border-radius: 10px;
}

/* Text one */
.text-one {
	padding-top: 150px;
}

.text-one span {
	font-family: var(--r-font-secondary);
	font-size: 40px;
	font-weight: 600;
	color: var(--r-color-btn);
	max-width: 600px;
	display: block;
}

.text-one p {
	font-family: var(--r-font-primary);
	font-size: 19px;
	font-weight: 300;
}

/* contacts */
.contacts {
	padding-bottom: 150px;
}

.contacts h3 {
	font-size: 140px;
	text-align: center;
	color: var(--r-color-btn);
	font-weight: 400;
	font-family: var(--r-font-secondary);
}

.contacts span {
	font-size: 50px;
	text-align: center;
	display: block;
	color: var(--r-color-btn);
	font-weight: 400;
	font-family: var(--r-font-secondary);
}

.contacts a {
	border-radius: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	font-size: 40px;
	color: var(--r-color-btn);
	font-family: var(--r-font-secondary);
	border: 3px solid #fff;
	will-change: transform;
	transition: .3s ease-in-out;
}

.contacts a:hover {
	background-color: var(--r-color-white);
	transform: scale(0.98);
}

.contacts .link_set {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* services */
.services {
	padding-top: 200px;
}

.services .content {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}

.services h3,
.plans h3 {
	font-size: 40px;
	font-family: var(--r-font-secondary);
	text-align: center;
	color: var(--r-color-btn);
}

.services .item {
	text-align: center;
}

.services .item p,
.plans .item p {
	color: var(--r-color-btn);
	margin-top: 20px;
	font-family: var(--r-font-primary);
}


.video {
	width: 100%;
	padding-top: 150px;
}

.text-two {
	padding-top: 200px;
}

.text-two h4 {
	font-family: var(--r-font-secondary);
	font-size: 40px;
	color: var(--r-color-btn);
}

.text-two span {
	font-family: var(--r-font-primary);
	font-size: 19px;
	font-weight: 300;
	margin-top: 30px;
	display: block;
	max-width: 600px;
}

.text-two img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 15px;
}

.plans {
	padding-top: 200px;
}

.plans.content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}


.rooms {
	background-color: var(--r-color-btn);
	margin-top: 200px;
	padding: 100px 0;
}

.rooms .box {
	background-color: var(--r-color-light);
	border-radius: 20px;
	padding: 50px;
}

.rooms h3 {
	font-size: 40px;
	font-family: var(--r-font-secondary);

	color: var(--r-color-btn);
}

.rooms p {
	font-family: var(--r-font-primary);
	font-size: 19px;
	font-weight: 300;
	margin-top: 30px;
	display: block;
	max-width: 600px;
}

.plans_item {
	background-color: var(--r-color-white);
	padding: 20px;
	border-radius: 15px;
	display: block;
}

.plans_item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Mobile */
@media screen and (max-width:992px) {
	.header nav {
		display: none !important;
	}

	.text-two {
		padding-top: 30px;
	}

	.services {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.contacts h3 {
		font-size: 90px;
	}

	.contacts span {
		font-size: 40px;
	}

	.contacts a {
		height: 170px;
	}

	.video iframe {
		height: 500px;
	}

	.d-sm-none {
		display: none !important;
	}

	.faq {
		padding: 100px 0;
	}

	.accordion-button {
		font-size: 23px;
	}
}


@media screen and (max-width:768px) {
	.contacts a {
		height: 125px;
		font-size: 23px;
	}
}


@media screen and (max-width:500px) {
	.wrapper {
		padding: 50px 30px;
		height: 570px;
	}

	.wrapper-text h1 {
		font-size: 68px !important;
	}

	.btn_wrapper {
		flex-direction: column;
		gap: 20px;
	}

	.header {
		height: 100px;
	}

	main {
		margin-top: 140px;
	}

	.text-one {
		padding-top: 70px;
	}

	.text-one span {
		font-size: 35px;
	}

	.max-content {
		width: 100%;
	}

	.plans,
	.video {
		padding-top: 100px;
	}

	.rooms {
		margin-top: 100px;
		padding: 60px 15px;
	}

	.rooms .box {
		padding: 40px 22px;
	}

	.video iframe {
		height: 280px;
	}

	.faq {
		padding: 0px 24px;
	}

	.contacts {
		padding-bottom: 100px;
		padding-top: 70px;
	}

	.contacts h3 {
		font-size: 40px;
	}

	.contacts span {
		font-size: 22px;
	}

	.contacts a {

		font-size: 18px;
	}

	.title_footer {
		font-size: 22px;
	}

	.footer_nav {
		flex-direction: column;
		gap: 10px;
	}
}