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

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

.app-hero {
	background: linear-gradient(
		153.73deg,
		rgba(179, 201, 188, 0.99) 16.52%,
		rgba(94, 123, 121, 0.99) 79.59%
	);
	/* border-radius: 0 0 0 20px; */
	/* position: relative; */
	/* z-index: 2; */
}

.app-hero-box {
	min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transform: translateY(10px);
	padding-left: calc((100vw - var(--app-container-width)) / 2);
}

[dir="rtl"] .app-hero-box {
	padding-right: calc((100vw - var(--app-container-width)) / 2);
	padding-left: 0;
}

.app-hero-body {
	display: flex;
	justify-content: space-between;
}

.app-hero-body__info {
	width: 30%;
}

.app-hero-body__img-box {
	width: 55%;
	position: relative;
	z-index: 2;
	text-align: right;
}

.app-hero-body__img-box::after {
	content: "";
	position: absolute;
	background: #a7c4b2;
	padding: 20px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 200px 0 0 0;
	z-index: -1;
}

[dir="rtl"] .app-hero-body__img-box::after {
	border-radius: 0 200px 0 0;
}

.app-hero-title {
	font-weight: 500;
	font-style: Medium;
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}

.app-hero-sub-title {
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px;
	margin-bottom: 30px;
}

.app-hero-img {
	text-align: right;
}

.app-hero-footer {
	display: flex;
	justify-content: flex-end;
	width: 65%;
	align-items: center;
	background: #a2b3ad;
	margin-left: auto;
	border-radius: 55px 0 0 55px;
	padding: 11px 10px 10px 80px;
}

[dir="rtl"] .app-hero-footer {
    border-radius: 0 55px 55px 0;
    margin-right: auto;
    margin-left: unset;
}

.app-hero-footer__text {
	font-size: 20px;
	color: #fff;
	margin-right: 20px;
}

.app-hero-footer__btn-box {
	display: flex;
	flex-direction: row;
	gap: 50px;
}

.app-about {
	padding: 45px 0 100px;
	background: linear-gradient(
		333.73deg,
		rgba(179, 201, 188, 0.99) 16.52%,
		rgba(94, 123, 121, 0.99) 79.59%
	);
	/* transform: translateY(-30px); */
}

.app-about-link-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.app-about-link {
	border-radius: 14px;
	background: #4f6765;
	font-family: Rubik;
	font-size: 20px;
	padding: 12px 10px;
	border: 0.5px solid transparent;
	margin-bottom: 55px;
	min-width: 350px;
}

.app-about-link.app-about-link--active {
	border-color: #071a48;
	background: #fff;
	color: #333;
}

.app-about-text {
	margin-bottom: 85px;
	text-align: center;
}

.app-about-title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 35px;
}

.app-about-sub-sub-title {
	font-size: 21px;
	color: #fff;
}

.app-about-cards {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
}

.app-about-card {
	flex: 1;
	background: #a7c4b2;
	padding: 22px 10px 10px;
	border-radius: 15px;
	box-shadow: 0px 1.85px 3.15px 0px #00000004, 0px 8.15px 6.52px 0px #00000007,
		0px 20px 13px 0px #00000009, 0px 38.52px 25.48px 0px #0000000b,
		0px 64.81px 46.85px 0px #0000000e, 0px 100px 80px 0px #00000012;
}

.app-about-card__img {
	margin-bottom: 30px;
	max-height: 105px;
}

.app-about-card__title {
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	color: #fff;
	margin-bottom: 4px;
}

.app-about-card__text {
	font-size: 20px;
	color: #fff;
}

.app-privacy {
	background: #4f6765;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}

.app-privacy__titile {
	font-size: 30px;
	margin-bottom: 38px;
}

.app-privacy__sub-titile {
	font-size: 21px;
	max-width: 80%;
	font-weight: 300;
	margin: 0 auto;
}

.app-how {
	padding: 145px 0 125px;
	background: linear-gradient(
		119deg,
		rgb(100 127 126) 3%,
		rgb(178 199 187) 50%
	);
}

.app-how-info {
	display: flex;
	gap: 100px;
	justify-content: space-between;
	margin-bottom: 260px;
}

.app-how-info__list {
	flex: 1;
}

.app-how-info__img-box {
	flex: 1;
}

.app-how-info-title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 55px;
}

[dir="rtl"] .app-how-info-title {
    text-align: right;
}

.app-how-info-title--info {
	font-weight: 700;
	font-style: Bold;
	color: #fefc4a;
}

.app-how-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.app-how-list__item {
	gap: 18px;
	display: flex;
	align-items: center;
	color: #fff;
}

.app-how-list__item-number {
	width: 59px;
	height: 59px;
	min-width: 59px;
	border-radius: 50%;
	background: #50706b;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 30px;
	color: #fff;
}

.app-how-list__item-text {
	font-size: 21px;
}

[dir="rtl"] .app-how-list__item-text,
[dir="rtl"] .app-hero-title,
[dir="rtl"] .app-about-card__title,
[dir="rtl"] .app-about-card__text,
[dir="rtl"] .app-hero-sub-title {
    text-align: right;
}

[dir="rtl"] .app-hero-footer__text {
    text-align: right;
    margin-left: 20px;
    margin-right: 0;
}

.app-how-title {
	text-align: center;
	font-size: 48px;
	color: #fff;
	margin-bottom: 95px;
}

.app-how-title--info {
	font-weight: 700;
	font-style: Bold;
	color: #fefc4a;
}

.app-how-cards {
	margin-bottom: 150px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.app-how-cards__row {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 60px;
	align-items: flex-end;
}

.app-how-cards__row:last-child {
	gap: 30px;
	justify-content: flex-start;
}

.app-how-card {
	border-radius: 15px;
	background: #a2b3ad;
	padding: 9px 20px 9px 17px;
	display: flex;
	flex-direction: row;
	box-shadow: 0px 1.85px 3.15px 0px #00000004, 0px 8.15px 6.52px 0px #00000007,
		0px 20px 13px 0px #00000009, 0px 38.52px 25.48px 0px #0000000b,
		0px 64.81px 46.85px 0px #0000000e, 0px 100px 80px 0px #00000012;
	width: 45%;
}

.app-how-card:last-child {
	margin-bottom: 30px;
}

.app-how-card__img-box {
	width: 64px;
	min-width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 21px;
}

.app-how-card__img {
}

.app-how-card__text {
	font-family: Rubik;
	font-size: 20px;
	color: #fff;
}

.app-how-btn-box {
	text-align: center;
}

@media (max-width: 1200px) {
	.app-hero-box {
		padding-left: 15px;
		padding-top: 120px;
	}

    [dir="rtl"] .app-hero-box {
        padding-left: 0;
        padding-right: 15px;
    }

	.app-hero-body__info {
		width: 40%;
	}

	.app-hero-title {
		font-size: 30px;
	}

	.app-hero-sub-title {
		font-size: 18px;
	}

	.app-hero-footer {
		width: 100%;
	}

	.app-hero-footer__text {
		font-size: 16px;
	}

	.app-hero-footer__btn-box {
		gap: 30px;
	}

	.app-about-title,
	.app-privacy__titile {
		font-size: 24px;
	}

	.app-privacy__sub-titile,
	.app-about-sub-sub-title {
		font-size: 18px;
	}

	.app-about-card__text,
	.app-about-card__title {
		font-size: 18px;
	}

	.app-how-info {
		margin-bottom: 100px;
	}

	.app-how-title {
		font-size: 30px;
	}

	.app-how-card__text {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.app-hero-body {
		flex-direction: column;
	}

	.app-hero-body__info {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.app-hero-footer {
		width: 100%;
		z-index: 10;
		transform: translateY(-50%);
		padding: 11px 10px 10px 40px;
	}

	.app-hero-body__img-box {
		width: 100%;
        margin-bottom: 50px;
	}

	.app-hero-footer__text {
		font-size: 14px;
	}

	.app-hero-footer__btn-box {
		flex-direction: column;
		gap: 15px;
	}

	.app-about-link-box {
		flex-direction: column;
		gap: 0;
	}

	.app-about-link {
		margin-bottom: 30px;
		font-size: 14px;
		min-width: 250px;
	}

	.app-about-cards {
		flex-wrap: wrap;
	}

	.app-about-card {
		width: calc(50% - 10px);
		flex: auto;
		text-align: center;
	}

	.app-how {
		padding: 45px 0 45px;
	}

	.app-how-info {
		flex-direction: column;
	}

	.app-how-list__item-number {
		width: 39px;
		height: 39px;
		min-width: 39px;
		font-size: 20px;
	}

	.app-how-list__item-text {
		font-size: 16px;
	}

	.app-how-cards {
		gap: 30px;
		margin-bottom: 50px;
	}

	.app-how-cards__row {
		flex-direction: column;
		gap: 30px;
	}

	.app-how-card:last-child {
		margin-bottom: 0;
	}

	.app-how-card {
		width: 100%;
	}

	.app-how-title {
		margin-bottom: 40px;
	}
}

@media (max-width: 400px) {
	.app-about-card {
		width: 100%;
	}

	.app-hero-footer {
		padding: 10px 10px 10px 15px;
	}

	.app-hero-footer__text {
		margin-right: 10px;
	}

	.app-store-link {
		min-width: 180px;
	}

	.app-store-link__name {
		font-size: 12px;
	}
}
