@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');




body {
	margin: 0;
	background-color: #1a1a1a;
	color: #009445;
	position: relative;
	font-family: "Inter", sans-serif;

	.scrollable-content {
		overflow-y: scroll;
		/* still scrolls */
		-ms-overflow-style: none;
		/* IE/Edge */
		scrollbar-width: none;
		/* Firefox */
	}

	.scrollable-content::-webkit-scrollbar {
		display: none;
		/* Chrome/Safari */
	}

}

body:after {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 0;
	content: '';

	/* Top-to-bottom gradient */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#e6000000', GradientType=0);
	/* IE6-9 (vertical gradient) */
}

*,
::after,
::before {
	box-sizing: border-box;

}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	/* full height container */
}

.scrollable-content {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
}

.sticky-footer {
	background-color: black;
	color: white;
	text-align: center;
	padding: 15px 20px;
	flex-shrink: 0;
}

nav {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 36px;
	font-weight: 500;
	color: #FFFFFFDD;
}

nav svg {
	width: 100%;
	height: auto;
}

nav .svg-container {
	width: 20px;
	height: 20px;
}

nav>div {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
}

nav>div:first-child {
	gap: 10px;
}

nav>div:last-child {
	gap: 24px;
}

nav>div:last-child>.active {
	position: relative;
}

nav>div:last-child>.active:after {
	bottom: -8px;
	left: 0;
	right: 0;
	position: absolute;
	content: "";
	height: 3px;
	border-radius: 99px;
	background-color: #009445;
}

.gallery {
	width: 100%;
	position: relative;
	min-height: 31.25rem;
	height: 100vh;
}

.gallery .content {
	position: absolute;
	z-index: 300;
	left: 15%;
	top: 30%;
	transform: translatey(-50%);
	color: #fff;
	letter-spacing: 0rem;
}

.gallery .content-text {
	position: absolute;
	z-index: 500;
	left: 15%;
	top: 40%;
	transform: translatey(-50%);
	color: #fff;
	letter-spacing: 0rem;
}


.gallery .content-text span {
	font-family: "Open Sans", sans-serif;
	font-size: clamp(2.85rem, 1.7053rem + 0.5447vw, 2.25rem);
	font-weight: 500;
	display: block;
	margin-bottom: -0.625rem;
	color: #009445;
}

@media screen and (min-width: 42.5rem) {
	.gallery .content span {
		margin-bottom: -1.875rem;
	}
}

.gallery .content-text T1 {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color: #84BD00;
	font-size: clamp(1.5rem, 1.8723rem + 6.1277vw, 2.5rem);
}

.gallery .content-text p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	margin-top: 10px;
	text-align: left;
	max-width: 45%;
	color: #fff;
}

@media screen and (min-width: 42.5rem) {
	.gallery .content-text p {
		margin-top: -1.563rem;
	}
}

.gallery .content-text hr {
	display: block;
	width: 3rem;
	border: none;
	height: 0.125rem;
	background: #fff;
	margin-top: 0.938rem;
	margin-inline: 0rem;
}

.gallery footer {
	position: absolute;
	z-index: 50;
	left: 2rem;
	bottom: 1rem;
	transform: translatey(-50%);
}

@media screen and (min-width: 37.5rem) {
	.gallery footer {
		left: 4rem;
	}
}

.gallery footer ul {
	list-style: none;
	display: flex;
	gap: 1.563rem;
}

.gallery footer ul li {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.1rem;
	font-weight: 600;
	font-size: 1.75rem;
	color: #1aad8a;
}

.gallery footer ul li span {
	font-size: 0.8rem;
	opacity: 0.4;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	margin-right: 0.5rem;
}

.gallery-slider {
	width: 100%;
	height: 100%;
}

.gallery-slider .swiper-slide {
	width: auto;
	height: 100%;
}

.gallery-slider .swiper-slide::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, #0000001c 100%);
}

.gallery-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;


}

.gallery .swiper-pagination {
	position: relative;
	bottom: -0.313rem;
	text-align: left;
}

.gallery .swiper-pagination-bullet {
	border-radius: 0;
	width: 1.125rem;
	height: 0.25rem;
	background: #fff;
}

.gallery .swiper-pagination-bullet-active {
	background: #fff;
}

.gallery .more {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	opacity: 0.3;
	font-size: 0.8rem;
	transform: translateY(-0.938rem);
	position: absolute;
	z-index: 35;
	right: 1.875rem;
	letter-spacing: 0.1rem;
	display: none;
	border-radius: 20px;

}

@media screen and (min-width: 37.5rem) {
	.gallery .more {
		display: inline-block;
	}
}

.gallery .more:hover {
	opacity: 1;
}

.gallery-thumbs {
	width: 14.375rem;
	padding: 0;
	overflow: hidden;
	position: absolute;
	bottom: 2rem;
	right: 0;
}

@media screen and (min-width: 37.5rem) {
	.gallery-thumbs {
		width: 51.2%;
	}
}

.gallery-thumbs .swiper-slide {
	width: 200px;
	height: 300px;
	text-align: center;
	overflow: hidden;
	opacity: 0.9;
	border-radius: 10px;
	/*box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, 0.6);*/
	z-index: 100;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.gallery-thumbs .swiper-slide img {
	width: auto;
	height: 100%;
}

@media screen and (max-width: 62.188rem) and (max-height: 43.75rem) {
	.content {
		top: 30% !important;
		transform: translatey(-30%);
	}
}

.cloud {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;

}

.cloudcontent {
	position: relative;
	padding: 30px;
	color: #337AB7;
	font-size: 22px;
	font-weight: bold;
	z-index: 0;
}

.cloud img {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

@-webkit-keyframes animCloud {
	from {
		-webkit-transform: translateX(100%)
	}

	to {
		-webkit-transform: translateX(-100%)
	}
}

@-moz-keyframes animCloud {
	from {
		-moz-transform: translateX(100%)
	}

	to {
		-moz-transform: translateX(-100%)
	}
}

@keyframes animCloud {
	from {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.cloud1 {
	-webkit-animation: animCloud 20s infinite linear;
	-moz-animation: animCloud 20s infinite linear;
	animation: animCloud 20s infinite linear
}

.cloud2 {
	-webkit-animation: animCloud 40s infinite linear;
	-moz-animation: animCloud 40s infinite linear;
	animation: animCloud 40s infinite linear
}

.cloud3 {
	-webkit-animation: animCloud 60s infinite linear;
	-moz-animation: animCloud 60s infinite linear;
	animation: animCloud 60s infinite linear
}

.cloud4 {
	-webkit-animation: animCloud 80s infinite linear;
	-moz-animation: animCloud 80s infinite linear;
	animation: animCloud 80s infinite linear
}


#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 1;
	transition: opacity 1s ease;
	/* Fades out */
}

#loader.hidden {
	opacity: 0;
	pointer-events: none;
}

#loader img {
	width: 100vw;
	height: 100vh;
}

.width-550px {
	width: 550px;
}

.margin-35px-bottom {
	margin-bottom: 35px
}

.vertical-align-middle {
	vertical-align: middle;
}

.height-100 {
	height: 100% !important;
}

.width-90 {
	width: 90%;
}

.position-relative {
	position: relative !important;
}

.display-table {
	display: table !important;
}

.padding-ten-all {
	padding: 3%;
}

.display-table-cell {
	display: table-cell !important;
}




.title {
	margin-top: 20px;
	font-size: 0.7rem;
	color: #fff;
	z-index: 10;
	margin-left: 50px;

}



.wrapper {
	transform: scale(4.5);
	position: relative;
	z-index: 400;
	margin-bottom: 90%;
	margin-left: 60%;
	width: 100%;
	height: 3.5rem;
	display: flex;
	justify-content: right;
	align-items: right;

	font-size: 6.25vmax;

	@media (max-width: 992px) {
		font-size: 60px;
	}
}



.arrow {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	opacity: 0.7;
}

.arrow.right {
	bottom: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	background-image: conic-gradient(from -90deg at bottom 0.5rem right 0.5rem, #0000 25%, #84BD00 0);
}

.arrow.right.right1 {
	right: 0rem;
}

.arrow.right.right2 {
	right: 1.2rem;
}

.arrow.right.right3 {
	right: 2.4rem;
}




.gallery-slider .swiper-slide {
	transition: opacity 0.4s ease-in-out;
	/* fast fade */
}

.gallery-slider .swiper-slide:not(.swiper-slide-active) .content-text {
	opacity: 0;
	transition: opacity 0.s ease-out;
}

.scrollable-content {
	flex: 1;
	overflow-y: scroll;
	padding: 20px;

	/* Hide scrollbar */
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.scrollable-content::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari */
}
