body {
	font-family: 'Jost', sans-serif;
	margin: 0;
	color: #fff;
	font-weight: 400;
}

@font-face {
	font-family: 'Comfortaa';
	font-weight: 700;
	src: url(../assets/fonts/Comfortaa/Comfortaa-Bold.eot),
		url(../assets/fonts/Comfortaa/Comfortaa-Bold.ttf),
		url(../assets/fonts/Comfortaa/Comfortaa-Bold.woff2),
		url(../assets/fonts/Comfortaa/Comfortaa-Bold.woff);
	font-style: normal;
}

@font-face {
	font-family: 'Comfortaa';
	font-weight: 500;
	src: url(../assets/fonts/Comfortaa/Comfortaa-Medium.eot),
		url(../assets/fonts/Comfortaa/Comfortaa-Medium.ttf),
		url(../assets/fonts/Comfortaa/Comfortaa-Medium.woff),
		url(../assets/fonts/Comfortaa/Comfortaa-Medium.woff2);
	font-style: normal;
}

@font-face {
	font-family: 'Jost';
	font-weight: 400;
	src: url(../assets/fonts/Jost/Jost-Regular.eot),
		url(../assets/fonts/Jost/Jost-Regular.ttf),
		url(../assets/fonts/Jost/Jost-Regular.woff),
		url(../assets/fonts/Jost/Jost-Regular.woff2);
	font-style: normal;
}

@font-face {
	font-family: 'Jost';
	font-weight: 300;
	src: url(../assets/fonts/Jost/Jost-Light.eot),
		url(../assets/fonts/Jost/Jost-Light.ttf),
		url(../assets/fonts/Jost/Jost-Light.woff),
		url(../assets/fonts/Jost/Jost-Light.woff2);
	font-style: normal;
}

*::before,
::after {
	box-sizing: border-box;
}

h1,
h2,
h3 {
	margin: 0;
}

img {
	max-width: 100%;
}

h1 {
	font-family: 'Comfortaa', sans-serif;
	font-weight: 700;
	font-size: 48px;
}

h2 {
	font-weight: 400;
	font-size: 36px;
}

.main {
	overflow-x: hidden;
}

.anim {
	opacity: 0;
    transition: opacity 0.5s;
}

.anim.show {
	opacity: 1;
	transition: 0.5s linear;
}

.container {
	width: 100%;
	max-width: 1215px;
	margin: 0 auto;
}

/*Header*/
.header {
	position: relative;
}

.header-bg {
	display: flex;
}

.header-woman {
	position: absolute;
}

.header-bg1 {
	background: linear-gradient(128deg, #9ddbb7 0%, #1fd5c0 100%);
	background-size: cover;
	background-position: left;
	width: 50%;
}

.header-bg2 {
	background: url(../assets/image/header/woman_bg_opti.jpg);
	background-size: cover;
	background-position: bottom;
	max-width: 100%;
	width: 50%;
	transform: scale(-1, 1);
}

.header_content {
	display: flex;
	position: relative;
}

.header_items {
	margin: 182px 15px 194px 133px;
	/* transform: scale(-1, 1); */
}
.header_items h1 {
	margin-bottom: 13px;
}

.header_items h2 {
	margin-bottom: 53px;
	width: 100%;
}

.header_btn {
	display: flex;
	flex-wrap: wrap;
}

.header_links {
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.6s ease-in-out;
}

.header_links a {
	text-decoration: none;
	color: inherit;
}

.header_links img {
	max-width: 100%;
	width: 174px;
	height: 52px;
	transition: all 0.6s ease-in-out;
}

.header_links--1 {
	margin-right: 26px;
}

.header_links:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

/* swiper */
.section_swiper {
	position: relative !important;
	background-color: #eef4f7;
	padding: 80px 0 !important;
	margin: 88px 130px;
	border-radius: 54px;
}

.swiper-wrapper {
	max-width: 1250px;
	margin: 0 auto;
	height: max-content !important;
	padding: 20px;
}

.swiper-slide {
	display: flex !important;
	align-items: center;
	margin-bottom: 70px;
}

.swiper-slide img {
	width: 252px;
	height: 519px;
}

.swiper_img {
	display: flex;
}

.swiper_img1,
.swiper_img2 {
	padding-left: 88px;
}

.swiper_img_last {
	padding-left: 275px;
}

.swiper_none {
	padding-left: 46px;
}

.swiper-content {
	display: flex;
	flex-direction: column;
	color: #0f181f;
	max-width: 330px;
	padding-left: 58px;
	padding-right: 20px;
	align-items: center;
	justify-content: center;
}

.swiper-content h2 {
	font-family: 'Comfortaa', sans-serif;
	font-weight: 700;
	line-height: 35px;
	font-size: 32px;
	color: #4c6572;
}

.swiper-content p {
	font-size: 24px;
	color: #4c6572;
}

.swiper-pagination {
	padding-bottom: 10px;
}

.swiper-pagination span {
	width: 12px !important;
	height: 12px !important;
}

.swiper-button-next,
.swiper-button-prev {
	color: #0f181f !important;
	top: 50% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 20px !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 20px !important;
}

/* features */

.features {
	padding: 100px 0;
}
.features_info {
	background-color: #4c6572;
	position: relative;
}

.feature-content {
	display: flex;
	justify-content: space-between;
}

.features h2 {
	margin-bottom: 70px;
	text-align: center;
	font-size: 48px;
}

.feature-item {
	flex-direction: column;
	width: 100%;
	max-width: 300px;
	text-align: center;
}

.feature-item img {
	position: static;
	margin-bottom: 13px;
}

.feature-item-1 img {
	width: 51px;
	height: 62px;
}

.feature-item-2 img {
	width: 62px;
	height: 62px;
}

.feature-item-3 img {
	width: 57px;
	height: 57px;
}

.feature-text span {
	font-size: 32px;
	line-height: 115%;
}

.feature-item p {
	margin: 0;
	font-size: 18px;
	margin-top: 10px;
}

/* Video */
.container-video {
	padding: 0 15px;
}

.video {
	display: flex;
	align-items: center;

	padding: 96px 0px;
}

.video:hover {
	cursor: pointer;
}

.video-holder {
	position: relative;
	display: flex;
	margin: 0 auto;
	background: url(../assets/image/video/videobg.jpg) no-repeat center;
	background-size: cover;
	cursor: pointer;
	width: 100%;
	height: 500px;
	max-width: 880px;
	max-height: 500px;
	border-radius: 45px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.video-holder img {
	position: absolute;
	top: 43%;
	left: 44%;
	width: 110px;
	height: 110px;
	color: #4c6572;
	transition: all 0.3s linear;
	z-index: 1;
}

.video-holder:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.video-holder::after {
	background-color: rgba(0, 0, 0, 0.3);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 45px;
}

.video-holder.ready {
	display: flex;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	max-width: 880px;
	max-height: 500px;
	border: none;
}

iframe {
	width: 100%;
	border-radius: 40px;
	max-width: 880px;
	height: auto;
	border: none;
	z-index: 1000;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

/* What people say */

.people {
	background: linear-gradient(to right, #9ddbb7, #1fd5c0);
	background-size: cover;
	height: auto;
	width: 100%;
	position: relative;
}

.reviews_people h1 {
	padding-top: 79px;
	text-align: center;
	margin-bottom: 69px;
}

.reviews_item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 150px;
}

.reviews {
	color: #0f181f;
	background-color: #fff;
	margin-right: 28px;
	max-width: 100%;
	padding: 31px 28px 35px 31px;
	border-radius: 25px;
	width: 374px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	line-height: 23px;
}

.reviews:last-child {
	margin-right: 0;
}

.text {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
	line-height: 23px;
}

.name {
	font-size: 18px;
	font-weight: 400;
}

.reviews p {
	font-size: 16px;
	margin-right: 34px;
	font-weight: 300;
}

.date {
	text-align: end;
}

/*info*/
.info {
	display: flex;
	position: relative;
	background-color: #fff;
	background-size: cover;
	height: auto;
	padding: 15px 0;
}

.info_text {
	display: block;
	text-align: center;
	margin: 100px auto;
}

.info_text p {
	font-weight: 400;
	font-size: 22px;
	color: #2f3e46;
}

.info_text a {
	color: #1fd5c0;
}

/* Footer*/

.footer {
	background-color: #2f3e46;
	position: relative;
}

.footer_content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 106px;
}

.footer_whatsapp {
	display: flex;
	justify-content: space-between;
	padding-top: 106px;
	padding-right: 20px;
	align-items: center;
}

.footer_whatsapp img {
	width: 120px;
}

.footer_whatsapp p {
	font-family: 'Comfortaa', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding-left: 36px;
	margin: 0;
	padding-top: 8px;
}

.footer_whatsapp h2 {
	padding-left: 34px;
	margin: 0;
	padding-top: 8px;
}

.footer_media {
	display: flex;
	flex-direction: column;
	padding-top: 78px;
}

.footer_media p {
	font-family: 'Comfortaa', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 31px;
}
.media_icon {
	display: flex;
	justify-content: space-between;
}

.media_icon img {
	width: 60px;
	height: 60px;
}

.footer_text {
	display: flex;
	justify-content: space-between;
}

.footer_info {
	display: flex;
	flex-direction: column;
}

.footer_info p {
	font-family: 'Comfortaa', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 21px;
}

.footer_info a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.footer_icon {
	margin-top: 90px;
}

.footer_icon img {
	margin-right: 14px;
}

.footer_icon img:hover {
	opacity: 80%;
}

.footer_suptitle {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: end;
	margin: 0;
	padding-bottom: 32px;
	padding-top: 24px;
}

.WhatsApp:hover {
	background-color: #2f3e46;
	opacity: 0.7;
}

.media_icon1:hover,
.media_icon2:hover,
.media_icon3:hover,
.media_icon4:hover {
	background-color: #2f3e46;
	opacity: 0.7;
}

/* @media (max-height: 500px) */
@media (max-height: 500px) {
	.header-bg2 {
		height: 100vh !important;
	}
}

/* @media (max-width: 1635px) */
@media (max-width: 1635px) {
	.header_items {
		margin: 120px 15px 110px 133px;
	}
}

/* @media (max-width: 1373px) */
@media (max-width: 1373px) {
	.header_items {
		margin: 87px 63px 38px 58px;
	}
	.header_links {
		margin-bottom: 21px;
	}

	.header_links :last-child {
		margin-bottom: 0;
	}

	.header_btn {
		justify-content: flex-start;
	}
	.header_items h2 {
		font-size: 31px;
	}

	.header_items h1 {
		margin-bottom: 23px;
	}

	.header_items h2 {
		margin-bottom: 34px;
	}

	/*footer*/
    .WhatsApp:hover,
    .media_icon1:hover,
    .media_icon2:hover,
    .media_icon3:hover,
    .media_icon4:hover {
        background-color: transparent !important;
    }

	.WhatsApp:focus,
	.media_icon1:focus,
	.media_icon2:focus,
	.media_icon3:focus,
	.media_icon4:focus {
		background-color: #2f3e46;
		opacity: 0.7;
	}
}

/* @media (max-width: 1300px) */
@media (max-width: 1360px) {
	.section_swiper {
		margin: 88px 80px;
	}
	.footer_whatsapp {
		padding-top: 45px;
	}
}

/* @media (max-width: 1250px) */
@media (max-width: 1250px) {
	.body {
		padding: 0 15px;
	}

	/* swiper */
	.section_swiper {
		margin: 88px 35px;
	}

	.swiper_img {
		padding-left: 71px;
	}

	.swiper_slide img {
		width: 250px;
		height: 488px;
	}
	.swiper_none {
		padding-left: 40px;
	}

	.swiper-content {
		max-width: 280px;
		padding-left: 78px;
	}

	.swiper-content h2 {
		font-size: 26px;
	}

	.swiper-content p {
		font-size: 21px;
	}

	.swiper_img_last {
		padding-left: 180px;
	}

	/* features */

	.features {
		padding: 100px 30px;
	}

	.feature-item {
		padding-right: 10px;
	}

	.feature-item:last-child {
		padding-right: 0;
	}

	/* .reviews */
	.reviews_people {
		padding: 0 15px;
	}
	.reviews p {
		margin-right: 0;
	}

	/*info*/
	.info {
		padding: 0 15px;
	}

	/* .footer */
	.footer_items {
		padding: 0 30px;
	}

	/* .accordion */
	.accordion {
		padding: 65px 15px 89px 15px;
	}
}

@media (max-width: 1140px) {
	.footer_whatsapp {
		display: block;
	}

	.footer_whatsapp h2 {
		padding-left: 10px;
		padding-top: 24px;
	}
}
/* @media (max-width: 1100px) */
@media (max-width: 1100px) {
	.header-bg2 {
		height: auto;
	}
	.swiper_img {
		padding-left: 40px;
	}
	.swiper_none {
		padding-left: 30px;
	}
	.swiper-content {
		padding-left: 44px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}
	.swiper_img_last {
		padding-left: 140px;
	}
}

/* @media (max-width: 992px) */
@media (max-width: 992px) {
	/* header */
	.header-bg {
		flex-direction: column;
		position: relative;
	}

	.header-bg1 {
		width: 100%;
	}
	.header-bg2 {
		display: none;
	}

	.header_items {
		margin: 87px 29px 38px 29px;
	}

	.header_items h1 {
		font-size: 48px;
	}

	.header_items h2 {
		font-size: 32px;
	}

	.header_btn {
		align-items: start;
	}

	.header_links {
		padding: 10px 60px;
	}

	/* swiper */
	.section_swiper {
		margin: 50px 35px;
	}

	.swiper-slide {
		display: flex;
		flex-direction: column !important;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.swiper_img {
		margin-bottom: 35px;
	}

	.swiper_img1,
	.swiper_img2 {
		padding-left: 0;
	}

	.swiper_img_last {
		padding-left: 0px;
	}
	.swiper-content {
		padding-left: 0;
		text-align: center;
	}

	.swiper-content p {
		width: 351px;
	}

	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		left: 7px !important;
	}

	.swiper_none {
		display: none;
	}

	.swiper-slide img {
		padding-right: 25px;
	}

	.swiper_img_last {
		padding-right: 20px;
	}
	.swiper_img {
		padding-left: 0;
	}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 34px !important;
	}
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 34px !important;
	}

	/*feature*/
	.feature-text span {
		font-size: 25px;
		line-height: 115%;
	}

	.feature-item p {
		font-size: 16px;
	}

	/* .reviews */
	.reviews_item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.reviews:last-child {
		margin-right: 0px;
		margin-bottom: 0;
	}
	.reviews {
		margin-bottom: 26px;
		margin-right: 0px;
	}

	/* .footer */
	.footer_content {
		display: flex;
		flex-direction: column;
		margin-bottom: 59px;
	}
	.footer_text {
		display: flex;
		flex-direction: column;
	}
	.footer_suptitle {
		text-align: start;
	}
	.footer_whatsapp {
		display: flex;
		justify-content: flex-start;
	}
	.footer_whatsapp h2 {
		padding-left: 32px;
	}
	.media_icon {
		justify-content: flex-start;
	}
	.media_icon img {
		margin-right: 32px;
	}
	.media_icon:last-child {
		margin-right: 0px;
	}

	.footer_media p {
		font-size: 18px;
	}
	.media_icon img {
		width: 51px;
		height: 51px;
	}

	.footer_media {
		padding-top: 59px;
	}
	.footer_icon {
		display: none;
	}
	.footer_suptitle {
		padding-bottom: 74px;
	}
}

/* @media (max-width: 700px) */
@media (max-width: 700px) {
	/*video*/
	.video {
		padding: 40px 0px;
	}
	.video-holder {
		max-width: 525px;
		max-height: 310px;
	}

	.video-holder img {
		top: 34%;
		left: 40%;
	}
}

/* @media (max-width: 575px) */
@media (max-width: 575px) {
	/*header*/
	.header_links img {
		height: auto;
	}
	/*swiper */
	.swiper-content h2 {
		font-size: 20px;
		line-height: 22.3px;
		width: 252px;
	}

	.swiper-content p {
		font-size: 16px;
	}

	.swiper-slide img {
		width: 195px;
		height: 395px;
	}

	.swiper-content p {
		width: 282px;
	}

	/* feature */
	.features {
		padding: 55px 30px 69px 30px;
	}

	.feature-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.features h2 {
		text-align: center;
		font-size: 32px;
		margin-bottom: 52px;
	}

	.feature-text span {
		font-size: 24px;
	}

	.feature-text p {
		font-size: 16px;
	}

	.feature-item {
		max-width: 347px;
		padding-bottom: 36px;
	}

	/* video */
	.video-holder img {
		top: 33%;
		left: 39%;
	}

	.video-holder::after {
		display: none;
	}

	.video-holder {
		background: #e8e8e8;
	}

	/* .reviews */
	.reviews {
		padding: 42px 31px;
		border-radius: 30px;
		width: 300px;
	}

/* footer_whatsapp */
	.footer_whatsapp {
			display: block;
		}
		.footer_whatsapp h2 {
			padding-left: 10px;
		}
		.footer_whatsapp img {
			width: 100px;
		}
}

	@media (max-width: 420px) {
		.video-holder img {
			top: 33%;
			left: 34%;
		}
	}

	@media (max-width: 375px) {
		/*header*/
		.header-items {
			width: 327px;
			margin: 87px 15px 38px 15px;
		}

		.header_links {
			padding: 10px 70px;
		}

		.header_links--1 {
			margin-right: 0px;
		}

		/*main-content*/
		.main_content h2 {
			width: 327px;
		}

		/* video */
		.video-holder img {
			top: 33%;
			left: 34%;
		}

		/* reviews */
		.reviews {
			width: 257px;
		}

		/*section-item*/
		.section-items {
			margin-top: 205px;
		}

		.footer_whatsapp {
			width: 315px;
		}

		/* swiper */
		.swiper-slide img {
			padding-right: 30px;
		}
}
