/*@font-face {
    font-family: 'Antipol VF';
    src: url('../fonts/AntipolVF.eot');
    src: url('../fonts/AntipolVF.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AntipolVF.woff2') format('woff2'),
         url('../fonts/AntipolVF.woff') format('woff'),
         url('../fonts/AntipolVF.ttf')  format('truetype'),
         url('../fonts/AntipolVF.svg#Antipol VF') format('svg');
}*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
section {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
section::before {
	content: '';
	background: linear-gradient(180deg, rgba(85, 89, 54, 0.00) 23.06%, rgba(85, 89, 54, 0.90) 88.46%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) -5.37%, rgba(0, 0, 0, 0.80) 102.78%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
section video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.topPart {
	position: relative;
	z-index: 1;
	padding: 55px;
	padding-top: 130px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.topPart h1 {
	margin-bottom: 25px;
}
.topPart p {
	color: #DAD5CD;
	text-align: center;
	font-family: "antipol-variable", sans-serif;
	font-variation-settings: 'wdth' 225, 'wght' 400, 'STCH' 1;
	font-size: 30px;
	font-weight: 300;
	line-height: 48px;
	letter-spacing: -1.5px;
}
.BottomPart {
	padding: 65px 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1600px) {
.topPart {
	padding: 50px;
	padding-top: 120px;
}
.topPart h1 {
	margin-bottom: 20px;
}
.topPart h1 img {
	width: 100%;
	max-width: 700px;
}
.topPart p {
	font-size: 28px;
	line-height: 40px;
}
.BottomPart {
	padding: 60px 50px;
}
.fyteLogo {
	width: 180px;
}
.insta {
	width: 32px;
}
.alserkalLogo {
	width: 225px;
}
}
@media screen and (max-width: 1500px) {
.topPart {
	padding: 50px;
	padding-top: 100px;
}
.topPart h1 {
	margin-bottom: 20px;
}
.topPart h1 img {
	max-width: 650px;
}
.topPart p {
	font-size: 26px;
	line-height: 36px;
}
.BottomPart {
	padding: 60px 50px;
}
.fyteLogo {
	width: 160px;
}
.insta {
	width: 30px;
}
.alserkalLogo {
	width: 200px;
}
}

@media screen and (max-width: 1300px) {
.topPart {
	padding: 40px;
	padding-top: 80px;
}
.topPart h1 {
	margin-bottom: 20px;
}
.topPart h1 img {
	max-width: 600px;
}
.topPart p {
	font-size: 24px;
	line-height: 32px;
}
.BottomPart {
	padding: 50px 40px;
}
.fyteLogo {
	width: 150px;
}
.insta {
	width: 28px;
}
.alserkalLogo {
	width: 180px;
}
}
@media screen and (max-width: 767px) {
.topPart {
	padding: 20px;
	padding-top: 100px;
}
.topPart h1 {
	margin-bottom: 15px;
}
.topPart h1 img {
	max-width: 270px;
}
.topPart p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.8px;
	max-width: 280px;
}
.BottomPart {
	padding: 20px;
	padding-bottom: 60px;
}
.fyteLogo {
	width: 58px;
}
.insta {
	width: 21px;
}
.alserkalLogo {
	width: 79px;
}
}