@import url('variables.css');
body,
html,
.container {
    background-color: #F8F9FB;
}
.container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	padding: 100px 40px;
}
.article {
	width: 100%;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    gap: 40px;
	align-items: center;
    justify-content: center;
    align-content: center;
}
h1, h2, h3 {
	color: var(--black-color);
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
h1 {
	font-family: 'Manrope Bold', sans-serif;
    font-size: var(--fs-md-title);
    line-height: 1.05em;
    color: var(--price-color);
}
h2 {
	font-family: 'Manrope Semibold', sans-serif;
    font-size: var(--fs-xlg-subtitle);
    line-height: 1.05em;
    color: var(--black-color);
}
h3 {
	font-family: 'Manrope Semibold', sans-serif;
    font-size: var(--fs-subtitle);
    line-height: 1.05em;
    color: var(--black-color);
}
ul {
	margin: 0.5em 0 1em 1.5em;
	padding: 0;
}
ul li {
	font-family: 'Manrope', sans-serif;
    font-size: var(--fs-sm);
    line-height: 1.05em;
    color: var(--black-color);
	margin-bottom: 0.5em;
}
p {
	font-family: 'Manrope', sans-serif;
    font-size: var(--fs-sm);
    line-height: 1.05em;
    color: var(--black-color);
}
strong {
	color: var(--black-color);
	font-family: 'Manrope SBold', sans-serif;
}
.img {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.img img {
    width: 100%;
    max-width: 700px;
	height: auto;
	object-fit: contain;
}
.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
	margin: 40px 0;
}
.image-wrapper img {
    width: 40dvw;
	height: auto;
	aspect-ratio: 16 / 9;
    object-fit: contain;
}
.image-wrapper.double img {
    width: 50%;
}
a,
a:focus,
a:active,
a:hover {
	color: #00ff51;
	text-decoration: none;
}
img {
	cursor: pointer;
}
.icon {
    width: 50px;
    height: auto;
    object-fit: contain;
	aspect-ratio: 1 / 1;
}
.top-img {
    width: 100dvw;
	height: 100dvh;
	max-width: 900px;
	max-height: 700px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.top-img.img img:not(.yt-play-button img) {
    width: 100dvw;
	height: 100dvh;
	object-fit: contain;
	max-width: 900px;
}
.landing-header__video {
    width: 60dvw;
	height: 60dvh;
    margin-top: 1rem;
    position: absolute;
    top: 25%;
	aspect-ratio: 16 / 9;
}
.landing-header__video:hover iframe {
	box-shadow: inset 0 0 60px var(--white-color), inset 5px 0 5px #8dffb1, inset -5px 0 10px var(--secondary-color), inset 5px 0 20px var(--white-color), inset -5px 0 20px var(--white-color), 0 0 10px var(--white-color), -10px 0 50px #72f89e, 10px 0 20px #72f89e;
}
.landing-header__video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 2px solid #76FF8D;
    padding: 0;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
#image-zoom-modal {
	position: fixed;
	top: 0;
	left: 0;
    width: 100dvw;
    height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
#image-zoom-content {
	position: relative;
    width: 72dvw;
    height: auto;
	padding: 40px;
    background: #fff;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
#image-zoom-img {
    width: 100%;
    height: auto;
	transition: transform 0.2s ease-out;
	cursor: grab;
	aspect-ratio: 16 / 9;
}
#image-zoom-close img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}
#image-zoom-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333333;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.zoom-button,
.zoom-button:hover,
.zoom-button:active,
.zoom-button:focus {
	position: absolute;
	bottom: 10px;
	border: none;
	font-size: 40px;
	cursor: pointer;
	color: #00ff51;
	background: none;
}
#zoom-in-btn {
	left: 10px;
}
#zoom-out-btn {
	left: 90px;
}
.image-wrapper img.small {max-width: 400px;}
.video-img,
.yt-placeholder {
    width: 600px;
    height: 338px;
    object-fit: cover;
	cursor: pointer;
	border: 2px solid #76FF8D;
    padding: 0;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
.yt-placeholder {
	position: relative;
}
.video-img:hover {
	box-shadow: inset 0 0 60px var(--white-color), inset 5px 0 5px #8dffb1, inset -5px 0 10px var(--secondary-color), inset 5px 0 20px var(--white-color), inset -5px 0 20px var(--white-color), 0 0 10px var(--white-color), -10px 0 50px #72f89e, 10px 0 20px #72f89e;
}
.video-img {
	transform: scale(1);
    margin: auto;
}
.yt-play-button {
    width: 56px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.yt-play-button img {
    width: 56px !important;
    height: 70px !important;
    object-fit: contain;
}
@media (max-width: 1200px) {
	.landing-header__video {
		top: 35%;
	}
	.image-wrapper img {width: 50dvw;}
}
@media (max-width: 1024px) {
	.image-wrapper img {width: 70dvw;}
	.landing-header__video {
		top: 40%;
	}
	.image-wrapper.double {flex-direction: column;}
	.image-wrapper.double img {width: 75%;}
	.container {
		padding: 0 20px;
	}
	.top-img.img,
	.top-img.img img:not(.yt-play-button img) {
		width: 95dvw !important;
	}
}
@media (max-width: 768px) {
	.image-wrapper img {width: 90dvw;}
	.landing-header__video {
		width: 95dvw !important;
		top: 42%;
	}
	.yt-placeholder {
		width: 95dvw !important;
		height: auto !important;
	}
	.top-img.img {
		width: 95dvw !important;
		height: fit-content !important;
		margin: 7rem 20px !important;
		aspect-ratio: 16 / 9 !important;
	}
}
@media (max-width: 540px) {
	.icon {
    	width: 20px;
	}
	.landing-header__video {
		width: 90dvw !important;
		top: 45%;
	}
	h1, h2, h3 {
		padding: 0 10px;
	}
}