/* mainBanner */
#mainBanner {
	position: relative;
	width: calc(100% - 0px);
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	max-height: calc(100vh + 300px);
}

#mainBanner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, #00000036, #00000000);
	z-index: 2;
	pointer-events: none;
}

#mainBanner .slick-list {
	width: calc(100% - 0px);
	display: flex;
	flex-direction: column;
}

#mainBanner .slick-slide a.photo {
	overflow: hidden;
	position: absolute;
}

@-webkit-keyframes banerBg {
	0% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.1);
	}
}

@keyframes banerBg {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes godown {

	0%,
	100% {
		padding: 0 0 25px 10px;
	}

	50% {
		padding: 10px 0 15px 10px;
	}
}

@keyframes godown {

	0%,
	100% {
		padding: 0 0 25px 10px;
	}

	50% {
		padding: 10px 0 15px 10px;
	}
}


#mainBanner .slick-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: calc(100vh + 300px);
}

#mainBanner .slick-current.slick-active a.photo {
	background-size: cover;
	width: 100%;
	overflow: hidden;
	display: flex;
}

#mainBanner .slick-current.slick-active a.photo.abJ {
	position: absolute;
}

#mainBanner .slick-slide a.photo img {
	max-width: inherit;
	height: 915px;
}

#mainBanner .slick-slide video,
#mainBanner .slick-slide iframe,
.mimg img {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 915px;
	object-fit: cover;
}

.mimg.abJ {
	height: 0;
}

#mainBanner .vidoobox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#mainBanner .vidoobox.noaJ {
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

#mainBanner .slick-active .img {
	-webkit-transform: scale(1);
	transform: scale(1);
	animation: banerBg 6s infinite linear;
	-webkit-animation: banerBg 6s infinite linear;
}

.mimg img {
	max-height: 100vh;
}

.mimg.abJ {
	display: none;
}

#mainBanner .banner-txt {
	position: relative;
	display: flex;
	z-index: 9;
	flex-direction: column;
	align-items: center;
	margin: 90px auto 110px;
	justify-content: center;
	order: 2;
}

#mainBanner .banner-txt h2 {
	display: flex;
	color: #010101;
	font-size: max(1.6*(1vw + 1vh) / 2, 16px);
	letter-spacing: 3px;
}

#mainBanner .mimg img {
	transform: scale(1);
	object-fit: cover;
}

#mainBanner .mimg {
	overflow: hidden;
	height: 100vh;
}

#mainBanner .banner-txt p {
	display: flex;
	color: #010101;
	font-family: "Comfortaa", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-size: max(1.2*(1vw + 1vh) / 2, 16px);
}

.bn_icon {
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 92vh;
}

.bn_icon a {
	display: flex;
	flex-direction: column;
}

.bn_icon a img {
	animation-name: a02;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes a02 {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-15px);
	}
}

@-webkit-keyframes banerBg {
	0% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.1);
	}
}

@keyframes banerBg {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes godown {

	0%,
	100% {
		padding: 0 0 25px 10px;
	}

	50% {
		padding: 10px 0 15px 10px;
	}
}

@keyframes godown {

	0%,
	100% {
		padding: 0 0 25px 10px;
	}

	50% {
		padding: 10px 0 15px 10px;
	}
}


@media screen and (max-width:1470px) {
	#mainBanner .slick-current.slick-active a.photo {}

	#mainBanner .slick-list {
		width: calc(100% - 0px);
	}

	#mainBanner .banner-txt {
		margin: 64px auto;
	}

	#mainBanner .banner-txt h2 {
		font-size: 35px;
	}

	#mainBanner .banner-txt p {
		font-size: 23px;
	}
}

@media screen and (min-width:1181px) {
	#mainBanner .slick-slide a.photo img {}
}

@media screen and (max-width:1280px) {
	#mainBanner .banner-txt h2 {}

	#mainBanner .slick-slide video,
	#mainBanner .slick-slide iframe {
		position: relative;
		display: flex;
		flex-direction: column;
		order: 1;
		object-fit: cover;
	}

	#mainBanner .banner-txt {}

	#mainBanner .slick-current.slick-active a.photo {
		position: absolute;
		width: calc(100% - 0px);
		right: 0;
	}
}

@media screen and (max-width:1180px) {
	#mainBanner .slick-current.slick-active a.photo {
		-webkit-animation-name: none;
		animation-name: none;
	}

	#mainBanner .slick-slide a.photo img {
		width: 100%;
	}

	#mainBanner .slick-list {
		width: calc(100% - 0px);
	}

	#mainBanner .banner-txt h2 {
		font-size: 30px;
	}

	#mainBanner .banner-txt p {
		font-size: 22px;
	}
}

@media screen and (max-width:980px) {
	#mainBanner .slick-list {
		width: 100%;
	}

	#mainBanner {
		margin-top: 0;
		height: auto;
	}
}

@media screen and (max-width:768px) {
	#mainBanner .slick-slide a.photo img {
		width: 170%;
	}

	#mainBanner {
		height: 780px;
	}

	#mainBanner .slick-slide video,
	#mainBanner .slick-slide iframe,
	.mimg img,
	#mainBanner .vidoobox.noaJ,
	#mainBanner .mimg {
		height: 550px;
	}
}

@media screen and (max-width:480px) {
	#mainBanner {
		height: 650px;
	}

	#mainBanner .slick-slide video,
	#mainBanner .slick-slide iframe,
	.mimg img,
	#mainBanner .vidoobox.noaJ,
	#mainBanner .mimg {
		height: 500px;
	}

	#mainBanner .banner-txt {
		margin: 20px auto;
	}

	#mainBanner .slick-slide a.photo img {
		width: 130%;
	}
}