/*
Theme Name: DELANO
Version: 1.0
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	background: #fff;
}

body {
	font-family: "Roboto Flex", sans-serif;
	color: #21362C;
}

.site-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1440px;
	height: 76px;
	margin: 0 auto;
	padding: 0 40px;
	background: #fff;
}

.site-header a {
	text-decoration: none;
}

.site-header img {
	display: block;
}

.header-logo {
	display: block;
	width: 147px;
	height: 32px;
}

.header-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-nav a {
	display: flex;
	flex-direction: column;
	padding: 9px 14px 10.25px;
	border-radius: 10px;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 500;
	font-size: 14.5px;
	line-height: 20px;
	color: #21362C;
	white-space: nowrap;
}

.header-actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.header-social {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.header-social a,
.header-social img {
	width: 24px;
	height: 24px;
}

.header-lang img {
	width: 30px;
	height: 29px;
}

.header-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 7.81px 22px 8.19px;
	border-radius: 8px;
	background: #21362C;
	box-shadow: 0 6px 20px rgba(33, 54, 44, 0.28);
	font-family: "Roboto Flex", sans-serif;
	font-weight: 500;
	font-size: 12.5px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}

.header-menu {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.header-menu img {
	width: 40px;
	height: 40px;
}

.hero {
	width: 100%;
	padding-top: 15px;
	overflow: hidden;
	container-type: inline-size;
}

.hero-track {
	--slide-w: min(1127.3px, calc(100cqw - 312.7px));
	display: flex;
	gap: 32px;
	padding: 0 calc((100cqw - var(--slide-w)) / 2);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.hero-track::-webkit-scrollbar {
	display: none;
}

.hero-slide {
	position: relative;
	flex: 0 0 var(--slide-w);
	aspect-ratio: 1127.3 / 552;
	border-radius: 20px;
	overflow: hidden;
	scroll-snap-align: center;
}

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

.hero-btn {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	padding: 14.5px 22px;
	border-radius: 8px;
	background: #fff;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20.93px;
	letter-spacing: 0.67px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #21362C;
	white-space: nowrap;
}

.hero-arrows {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 30px;
}

.hero-arrow {
	display: block;
	width: 29px;
	height: 8px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.hero-arrow img {
	display: block;
	width: 29px;
	height: 8px;
}
