@import url("../reset.css");
@import url("../shared.css");

@import url("../footer.css");
@import url("../header.css");

.ik-hero {
	min-height: 400px;
	padding: 200px 0 20px;

	background: linear-gradient(
			310deg,
			rgb(231 243 249) 0%,
			rgb(214 233 243 / 13%) 40%
	);

	/*background: linear-gradient(*/
	/*	150deg,*/
	/*	rgba(234, 243, 249, 0.9) 0%,*/
	/*    rgb(214 233 243 / 13%) 40%*/

	/*	!*rgba(214, 233, 243, 0.6) 100%*!*/

	/*url("../../img/hero-bg.png") top center no-repeat;*/
	background-size: cover, cover;
	background-repeat: no-repeat;
	background-position: center;
}

.ik-hero__box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.ik-hero__content {
	width: 60%;
}

.ik-hero__img-box {
	width: calc(40% - 30px);
	text-align: center;
}

.ik-hero__title {
	max-width: 60%;
	font-size: 80px;
	margin-bottom: 30px;
	font-weight: 600;
}

.ik-hero__sub-title {
	font-size: 35px;
	margin-bottom: 30px;
	font-weight: 300;
	line-height: 1.4;
}

.ik-hero__app-links-box {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.ik-hero__app-links-box--show-on-mb {
	display: none;

}

.ik-hero__app-link {
	background: #fff;
	padding: 10px;
	border-radius: 15px;
	display: flex;
	flex-direction: row;
	gap: 5px;
	text-decoration: none;
	color: #000;
}

.ik-hero__app-link-name {
	font-size: 20px;
	max-width: 150px;
}

.ik-hero__app-link-img {
	max-height: 50px;
}

/* ik-why  */

.ik-why {
	background: linear-gradient(150deg, rgb(214 233 243 / 13%) 40%, rgb(161 208 230) 100%);

	/*background: linear-gradient(*/
	/*	150deg,*/
	/*	rgba(214, 233, 243, 0.6) 40%,*/
	/*	rgb(161 208 230) 100%*/
	/*);*/
	padding: 200px 0 20px;
}

.ik-why__title {
	margin-bottom: 20px;
	font-size: 80px;
	font-weight: 400;
}

.ik-why__box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

.ik-why__content {
	width: 40%;
}

.ik-why__info {
	width: 35%;
}

.ik-why__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.ik-why__cards-item {
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.4);
	align-items: center;
	line-height: 1.5;
}

.ik-why__cards-item-img {
	max-width: 50px;
	margin-bottom: 20px;
}

.ik-why__cards-item-name {
	font-size: 23px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}

.ik-why__slider-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 15px;
	margin-bottom: 40px;
}

.ik-why__slider-box-nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	gap: 15px;
	width: calc(100px + 15px);
}

.ik-why__slider-box-nav-item {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	border: none;
}

.ik-why__slider-items {
	width: calc(100% - 270px);
	text-align: center;
}

.ik-why__slider-item {
	text-align: center;
}

.ik-why__slider-item .ik-why__slider-img,
.ik-why__slider-img {
	display: inline-block;
}

.ik-why__btn-box {
	text-align: center;
}

.ik-why__text {
	font-size: 26px;
	text-align: center;
}

.ik-header-signin-list {
	display: flex;
	flex-direction: column;
	padding: 5px;
	background: linear-gradient(90deg, #7fbade 0%, #83ccdb 100%);
	border-radius: 10px;
}

.ik-header-signin-list__item {
	margin-bottom: 5px;
}

.ik-header-signin-list__item:last-child {
	margin-bottom: 0;
}

.ik-header-signin-list__link {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
}

.ik-header-signin-list__link:hover {
	text-decoration: underline;
}

@media (max-width: 1600px) {
	/* start hero */
	.ik-hero {
		padding: 150px 0 50px;
	}

	.ik-hero__title {
		max-width: 100%;
		font-size: 40px;
		margin-bottom: 20px;
	}

	.ik-hero__sub-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.ik-hero__app-link {
		align-items: center;
		padding: 5px 10px;
	}

	.ik-hero__app-link-name {
		font-size: 14px;
	}

	.ik-hero__app-link-img {
		max-height: 50px;
	}
	/* end hero */

	/* start why */
	.ik-why {
		padding: 80px 0 20px;
	}

	.ik-why__title {
		font-size: 40px;
	}

	.ik-why__text {
		font-size: 18px;
	}

	.ik-why__box {
		margin-bottom: 40px;
	}

	.ik-why__content {
		width: 45%;
	}

	.ik-why__cards {
		padding: 20px;
	}

	.ik-why__cards-item {
		padding: 10px;
	}

	.ik-why__cards-item-img {
		max-width: 40px;
	}

	.ik-why__cards-item-name {
		font-size: 18px;
	}

	.ik-why__info {
		width: 45%;
	}

	.ik-why__slider-box {
		gap: 10px;
	}

	.ik-why__slider-box-nav {
		width: calc(70px + 15px);
	}

	.ik-why__slider-box-nav-item {
		width: 70px;
		height: 70px;
	}

	.ik-why__slider-items {
		width: calc(100% - 190px);
	}
	/* end why */
}

@media (max-width: 768px) {
	.ik-why__title {
		font-size: 30px;
		text-align: center;
	}

	.ik-why__box {
		margin-bottom: 30px;
	}

	.ik-why__content {
		width: 100%;
		margin-bottom: 30px;
	}

	.ik-why__info {
		width: 100%;
	}

	.ik-why__text {
		font-size: 15px;
	}

	.ik-hero {
		padding: 100px 0 30px;
	}

	.ik-hero__box {
		flex-direction: column;
	}

	.ik-hero__content {
		width: 100%;
		text-align: center;
	}

	.ik-hero__img-box {
		width: 100%;
	}

	.ik-hero__title {
		font-size: 30px;
		text-align: center;
	}

	.ik-hero__sub-title {
		font-size: 18px;
		text-align: center;
	}

	.ik-hero__app-links-box {
		margin-top: 20px;
		justify-content: center;
		text-align: left;
	}

	.ik-hero__app-links-box--show-on-mb {
		display: flex;
	}

	.ik-hero__app-links-box-hide-on-mb {
		display: none;
	}

}

@media (max-width: 450px) {
	.ik-why__cards-item {
		width: 100%;
	}
}
