@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@300;400&display=swap');


body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	font-family: 'Open Sans', sans-serif;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

iframe {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

button {
	cursor: pointer;
}

select,
input,
textarea,
button {
	box-sizing: border-box;
}

select:focus,
a:focus,
button:focus,
textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
}

p {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 3px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

:root {
	--main-side-padding: 50px;
	--main-padding: 100px 70px;
	/* --primary-color: rgb(18 31 58);
	--secondary-color: #d84040; */
}

.landing {
	width: 100%;
	background-position: center;
	background-size: cover;
}

.landing-container {
	width: 100%;
	background: linear-gradient(0deg, var(--primary-color) 0%, rgba(104, 99, 200, 0) 50%, var(--primary-color) 100%);
	padding: var(--main-padding);
	box-sizing: border-box;
}

.navigation {
	display: flex;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px var(--main-side-padding);
	box-sizing: border-box;
	align-items: center;
}

.navigation>* {
	flex: 1;
}

.social-media {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 20px;
}

.social-media>li>a {
	color: white;
	transition: .3s color;
}

.social-media>li>a:hover {
	color: var(--secondary-color);
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo>img {
	width: 100px;
}

.landing-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	padding: 200px 0px;
}

.landing-text>div {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	max-width: 800px;
	text-align: center;
}

.landing-text>div>h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
}

.landing-text>div>p {
	font-size: 14px;
	font-weight: 400;
	color: rgb(255 255 255 / 72%);
}

.button {
	padding: 20px 30px;
	border-radius: 5px;
	background-color: var(--secondary-color);
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	transition: background-color .3s;
	border: none;
	box-sizing: border-box;
	font-size: 13px;
	cursor: pointer;
}

.button:hover {
	background-color: white;
	color: var(--secondary-color);
}

.section {
	padding: var(--main-padding);
	box-sizing: border-box;
	display: flex;
	gap: 50px;
}

.about-us {
	background-color: var(--primary-color);
	padding-top: 0 !important;
}

.services>*,
.about-us>* {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.a-img {
	height: 400px;
	width: 400px;
	border: 10px solid white;
	border-radius: 5px;
	background-position: center;
	background-size: cover;
	transform: rotate(-5deg);
	box-sizing: border-box;
}

.s-text>div {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: white;
	align-items: flex-start;
	max-width: 700px;
}

.s-text>div>h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 60px;
}

.s-text>div>p {
	font-size: 14px;
}

.services {
	background-color: white;
}

.services>div>.a-img {
	border-color: var(--primary-color);
	transform: rotate(5deg);
}

.services>.s-text>div {
	color: #2e333c;
}

.services-list {
	display: flex;
	flex-direction: column;
	gap: 7px;
	width: 100%;
	text-align: left;
}

.services-list>li {
	width: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
}

.services-list>li>i {
	font-size: 12px;
	color: var(--secondary-color);
}

.services-list>li>span:first-of-type {
	flex: 1;
	font-weight: 700;
	text-transform: capitalize;
}

.services-list>li>span:last-of-type {
	color: var(--secondary-color);
	font-family: 'Bebas Neue', cursive;
	font-size: 25px;
}

.waitlist {
	flex-direction: column;
	background-color: var(--primary-color);
	color: white;
	align-items: center;
	text-align: center;
}

.schedule-info>h1,
.employees>div>h1,
.products>div>h1,
.gallery>div>h1,
.waitlist>div>h1 {
	font-size: 60px;
	color: #2e333c;
}

.waitlist>div>h1 {
	color: white;
}

.schedule-info>p,
.employees>div>p,
.products>div>p,
.gallery>div>p,
.waitlist>div>p {
	font-size: 14px;
	max-width: 700px;
}

.waitlist>iframe {
	width: 80%;
	height: 600px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 44%);
}

.products,
.employees,
.gallery {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.images {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.images>div {
	width: calc((100% - 40px) / 3);
	border-radius: 10px;
	border: 5px solid var(--primary-color);
	box-sizing: border-box;
	height: 400px;
	background-position: center;
	background-size: cover;
}

.employees {
	background-color: #f7f7f7;
}

.employees-list {
	width: 100%;
	max-width: 1364px;
	gap: 20px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.employee {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 17%);
}

.e-img {
	height: 300px;
	width: 250px;
	background-position: center;
	background-size: cover;
}

.e-text {
	position: absolute;
	width: 100%;
	background: linear-gradient(0deg, var(--primary-color) 0%, rgba(255, 255, 255, 0) 100%);
	left: 0;
	bottom: 0;
	padding: 15px 0;
	box-sizing: border-box;
	color: white;
	font-size: 15px;
}

.e-text>p {
	font-size: 17px;
}

.e-text>a {
	color: var(--secondary-color);
	font-size: 13px;
	cursor: pointer;
}

.products {
	background-color: #f7f7f7;
}

.products-list {
	width: 100%;
	max-width: 1364px;
	gap: 20px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.product {
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 17%);
}

.p-text {
	position: absolute;
	width: 100%;
	background: linear-gradient(0deg, var(--primary-color) 0%, rgba(255, 255, 255, 0) 100%);
	left: 0;
	bottom: 0;
	padding: 15px 0;
	box-sizing: border-box;
	color: white;
	font-size: 15px;
}

.p-img {
	height: 300px;
	width: 250px;
	background-position: center;
	background-size: cover;
}

.p-text>p {
	font-size: 17px;
}

.p-text>a {
	color: var(--secondary-color);
	font-size: 13px;
	cursor: pointer;
}

.schedule>* {
	flex: 1;
}

.map {
	align-items: center;
	display: flex;
}

.schedule-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.schedule-info>div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 17px;
	margin-top: 20px;
}

.schedule-info>div>div {
	display: flex;
	gap: 5px;
	align-items: center;
	color: #2e333c;
}

.day {
	font-weight: 700;
	width: 100px;
	text-transform: capitalize;
}

.schedule-info>div>div>i {
	margin-right: 50px;
	color: var(--secondary-color);
}

.time {
	position: relative;
}

.time>span {
	color: var(--secondary-color);
	font-size: 25px;
	font-family: 'Bebas Neue', cursive;
}

.closed:after {
	content: 'Closed';
	color: var(--secondary-color);
	font-size: 25px;
	font-family: 'Bebas Neue', cursive;
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
}

.map>iframe {
	width: 100%;
	max-width: 600px;
	height: 400px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 10px solid var(--primary-color);
	box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 17%);
}

@media (max-width: 900px) {

	:root {
		--main-side-padding: 20px;
		--main-padding: 100px 20px;
	}

	.schedule,
	.services,
	.about-us {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.about-img {
		order: 2;
	}

	.about-us>.s-text {
		order: 1;
	}

	.s-text>div {
		align-items: center;
		text-align: center;
	}

	.waitlist>iframe {
		width: 99%;
	}

	.images>div {
		width: 100%;
	}

	.schedule-info {
		align-items: center;
		text-align: center;
	}

	.map {
		width: 100%;
	}

	.map>iframe {
		width: 100%;
		max-width: 100%;
	}

	.navigation>* {
		flex: none;
	}

	.logo {
		margin-left: auto;
	}

	.schedule-info>h1,
	.products>div>h1,
	.employees>div>h1,
	.gallery>div>h1,
	.waitlist>div>h1 {
		font-size: 45px;
	}

}

@media (max-width: 600px) {
	.a-img {
		width: 300px;
		height: 300px;
	}
}