* {
	font-size: 17px;
	line-height: 30px;
}
.main-container {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}

.bg-green {
	background-color: #4f6223;
}

.nav-link {
	font-size: 14px;
	font-weight: 600;
	color: #dcfcfb !important;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.blog-footer {
	padding: 2.5rem 0;
	color: #727272;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 0.05rem solid #e5e5e5;
}

.blog-footer p:last-child {
	margin-bottom: 0;
}
.parallax {
	position: relative;
	height: 600px;
	background-color: #9ae1ff;
	max-width: 1320px;
	top: -8px;
}

.parallax__body {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.parallax__images {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	height: -10%;
	z-index: 1;
}
.images-parallax__item {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.images-parallax__sun,
.images-parallax__clouds,
.images-parallax__globe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.images-parallax__clouds {
	background: url("../img/slider/clouds.png") top / cover no-repeat;
	top: 0;
}
.images-parallax__sun {
	background: url("../img/slider/sun.png") top / cover no-repeat;
	top: 0%;
	left: -10%;
	z-index: 2;
}
.images-parallax__globe {
	background: url("../img/slider/globe.png") top / cover no-repeat;
	top: 100px;
	left: 100px;
	z-index: 3;
}

@media (max-aspect-ratio: 3/2) {
	.images-parallax__sun {
		background-position: 10% top;
	}
	.images-parallax__globe {
		background-position: 80% top;
	}
}

.overlay_slider_land {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: url("../img/slider/yeahkids_slider_land_bg_repeat_v01.png") center center no-repeat;
	height: 157px;
}

.parallax__slider {
	position: relative;
	background: #dcfcfb;
	top: 50px;
	width: 860px;
	height: 400px;
	margin: 0 auto;
	z-index: 7;
	border: 10px solid #f9f9f9;
}
.swiper {
	position: absolute;
	width: 840px;
	height: 380px;
	top: 0%;
	z-index: 5;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.about_img_block img {
	border: 8px solid #fff;
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
}

.about_text_block {
	display: inline-block;
	position: relative;
	margin-bottom: 80px;
}

.about p {
	font-size: 17px;
}
.gallery {
	background: #ffffff;
}
.gallery img {
	width: 100%;
	background-color: rgb(216, 233, 220);
	padding: 5px;
	height: 290px;
}
.card img {
	height: 290px;
}

.methodical {
	max-width: 600px;
}
