/*landing video*/

.landing-video {
	position: relative;
	margin-top: 118px;
	content: '';
	background: url(../images/half-transparent-bg.png) no-repeat top;
	padding-bottom: 6.5em;
	position: relative;
	z-index: 1;
	background-position-y: 7%;
}

.landing-video__block {
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
	padding-top: 0;
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
}
.landing-video__block iframe {
	border-radius: 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*landing tell us*/
.landing-tellUs {
	padding-top: 100px;
	margin-bottom: 0;
}

.landing-tellUs .container {
	position: relative;
}
.mySwiper {
	padding-bottom: 50px;
}
.swiper-pagination {
	position: static;
	max-width: 500px;
	text-align: center;
}
.landing-tellUs__slider-box {
	display: -ms-grid;
	display: grid;

	grid-template-columns: 52% 43%;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}
.landing-tellUs__slider h2 {
	color: var(--landing1-header-color);
	font-size: 50px;
	font-family: var(--landing1-header-font);
	margin-bottom: 2.5rem;
	text-align: left;
}
.landing-tellUs__slider p {
	font-family: 'Roboto Mono';
	font-size: 14px;
	margin-bottom: 1rem;
	line-height: 18px;
}
.landing-tellUs__slider img {
	max-height: 800px;
	object-fit: cover;
	border-radius: 25px;
}
.swiper-pagination span {
	font-size: 43px;
	font-weight: 400;
	font-family: var(--landing1-header-font);
}

/**/

section.horizontal {
	overflow-x: hidden;
}

section.horizontal .pin-wrap,
section.horizontal .animation-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

section.horizontal .item {
	/*position: relative;*/
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 980px;
	flex: 0 0 980px;
	height: calc(100% - 100px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

section.horizontal .animation-wrap .item:nth-child(2n + 2) {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

section.horizontal .animation-wrap .item:nth-child(4n + 4) {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/**/

/*landing scroll*/
.landing-scroll {
	position: relative;
	margin-top: 100px;
	padding: 22px 0;
}
.landing-scroll .top-squares {
	position: absolute;
	left: 0;
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 14px;
	-moz-column-gap: 14px;
	column-gap: 14px;
	overflow: hidden;
	z-index: 999;
}
.landing-scroll .top-squares span {
	display: block;
	background: #d9d9d9;
	width: 25px;
	height: 25px;
	border-radius: 8px;
}
.landing-scroll .bottom-squares {
	position: absolute;
	left: 0;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 14px;
	-moz-column-gap: 14px;
	column-gap: 14px;
	overflow: hidden;
}
.landing-scroll .bottom-squares span {
	display: block;
	background: #d9d9d9;
	width: 25px;
	height: 25px;
	border-radius: 8px;
}
.landing-scroll__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

/*landing instruction*/
.landing-instruction {
	padding-top: 10rem;
	padding-bottom: 23rem;
	background: url(../images/instImage.png) no-repeat;
	background-size: contain;
	background-position-x: center;
	background-position-y: 32%;
}

.landing-instruction h2 {
	font-family: var(--landing1-header-font);
	max-width: 800px;
	margin: 0 auto 40px;
}
.landing-instruction a {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	padding: 10px 60px;
	font-size: 19px;
	text-transform: uppercase;
	background-color: #a5d9ff;
	border: 3px #ffffff solid;
	border-radius: 35px;
	font-family: 'Roboto Mono';
	font-weight: 700;
}
.landing-instruction a:hover {
	background-color: #c6e7ff;
}

/* media */
@media screen and (max-width: 1700px) {
	section.horizontal .item {
		flex: 0 0 60%;
	}
}
@media screen and (max-width: 1400px) {
	section.horizontal .item {
		flex: 0 0 60%;
	}
}

@media screen and (max-width: 1200px) {
	section.horizontal .item {
		flex: 0 0 70%;
	}
}

@media screen and (max-width: 992px) {
	.landing-tellUs {
		margin-bottom: 50px;
	}
	.landing-tellUs__slider-box {
		display: block;
	}
	.landing-tellUs__slider .mySwiper {
		padding-bottom: 40px;
	}
	.landing-instruction {
		background-size: cover;
	}

	.landing-tellUs__slider img {
		margin: 0 auto;
	}

	.landing-tellUs__slider .mySwiper {
		height: fit-content;
		margin: 0 0 20px 0;
	}
	.swiper-pagination {
		text-align: center;
		padding-left: 0;
	}
	.swiper-pagination-fraction {
		max-width: 100% !important;
		margin-bottom: 0 !important;
	}
	.landing-scroll {
		margin-top: 50px;
	}
	.landing-instruction {
		padding-top: 5rem;
		padding-bottom: 10rem;
	}
	section.horizontal .item {
		flex: 0 0 100vh;
	}
	.swiper-slide {
		display: flex !important;
		margin-bottom: 20px !important;
	}
	.landing-video {
		background-size: cover !important;
	}
}

@media screen and (max-width: 768px) {
	.landing-video__block video {
		max-height: 320px;
	}
	.landing-tellUs {
		padding-top: 60px;
	}
	.landing-tellUs__slider img {
		margin-bottom: 20px;
	}
	.swiper-pagination span {
		font-size: 35px;
	}

	.landing-tellUs__slider h2 {
		font-size: 35px;
	}
	.landing-instruction {
		padding-top: 3rem;
		padding-bottom: 7rem;
	}
	.landing-instruction h2 {
		font-size: 30px;
	}
	.landing-instruction a {
		font-size: 18px;
		padding: 10px 20px;
		width: fit-content;
	}
}

@media screen and (max-width: 576px) {
	.landing-instruction h2 {
		font-size: 25px;
	}
}
header{
    transition: 0.3s;
}
.header_scroll{
    opacity: 0;
}