/* region home-nav */
section#home-nav nav {
	font-family: var(--default-font);
	z-index: 10;
	overflow: hidden;
}

.home-nav__nav-grid {
	display: grid;
	grid-template-columns: repeat(40, 1fr);
	grid-template-rows: 1fr 1fr 1fr;
	grid-auto-flow: column;
	align-self: center;
}

.home-nav__nav-grid__buttons {
	grid-template-rows: 1fr;
}

#home-nav__nav-grid__buttons--fake {
	visibility: hidden;
	display: none;
}

@media only screen and (max-width: 1090px) {
	.home-nav__nav-grid__buttons {
		position: absolute;
		margin-top: 21px;
	}
}

@media only screen and (max-width: 1090px) and (min-width: 480px) {
	.home-nav__nav-grid__buttons {
		position: absolute;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 1091px) {
	.home-nav__nav-grid__buttons.home-nav__nav-grid__buttons--sticky {
		box-shadow: 0 0 24px 1px rgba(121, 160, 190, 0.24);
		background-color: white;
		position: fixed;
		top: 0;
		animation: nav-sticky-animation 0.25s;
		z-index: 10;
	}
}

@media only screen and (max-width: 1091px) {
	.home-nav__nav-grid__buttons.home-nav__nav-grid__buttons--sticky {
		box-shadow: 0 0 24px 1px rgba(121, 160, 190, 0.24);
		background-color: white;
		position: fixed;
		top: 0;
		animation: nav-sticky-animation 0.25s;
		z-index: 10;
		margin-top: 0 !important;
		height: 80px;
	}
}

@keyframes nav-sticky-animation {
	0% { top: -100px; }
	100% { top: 0; }
}


section#home-nav nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav__collapsible-bar__anchor {
	color: var(--nav-font-color);
	padding: 20px 10px 5px 10px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-decoration: none;
}

.home-nav__collapsible-bar__anchor.active {
	color: var(--nav-font-color-hover);
}

.home-nav__collapsible-bar__anchor:hover {
	color: var(--nav-font-color-hover);
}

.home-nav__btn-holder {
	align-self: center;
	align-content: center;
	grid-column: 23 / 34;
	grid-row: 1;
	display: flex;
	justify-content: end;
}

.home-nav__btn-holder > * {
	align-self: center;
	margin-right: 10px;
}

.home-nav__logo-typography {
	display: none !important;
}

.home-nav__shop-cart-toggle > i {
	position: relative;
}

.home-nav__shop-cart-toggle > i > img {
	position: relative;
	z-index: 0;
}

img.home-nav__shop-cart-toggle__img_cart {
	display: block;
	cursor: pointer;
}

img.home-nav__shop-cart-toggle__img_cart--light {
	display: none;
	cursor: pointer;
}

.home-nav__shop-cart-toggle > i > span.badge {
	font-family: var(--default-font);
	font-style: normal;
	background-color: #C80540;
	width: 20px;
	display: inline-block;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 14px;
	left: 20px;

	line-height: 12px;
	font-size: 11px;
}

@-moz-document url-prefix() {
	.home-nav__shop-cart-toggle > i > span.badge {
		top: 13px;
		left: -12px;
	}
}

.home-nav__hamburger-toggle {
	display: none;
	z-index: 3;
	cursor: pointer;
}

.home-nav__collapsible-bar__logo {
	margin-left: 15px;
	place-self: center;
	width: 160px;
	cursor: pointer;
}

.home-nav__collapsible-bar__logo > img {
	max-width: 100%;
	height: auto;
}

.home-nav__logo-typography img {
	width: auto;
	height: 38px;
	cursor: pointer;
	margin: 0 auto;
}

.home-nav__logo-typography > img.home-nav__logo-typography__img {
	display: block;
	max-width: 180px;
}

.home-nav__logo-typography > img.home-nav__logo-typography__img--light {
	display: none;
}

h3.home-nav__fixed-headline {
	font-family: Aviny, Bungee, serif;
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #08416E;
	line-height: 60px;
	letter-spacing: -1.1px;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;

	grid-column: 10 / 32;
	grid-row: 2;
	place-self: center;
	margin: 30px auto 0;
}

@media only screen and (min-width: 1250px) and (max-width: 1480px) {
	h3.home-nav__fixed-headline {
		margin: 0 auto 0;
	}
}

.home-nav__animated-headline {
	grid-column: 16 / 26;
	grid-row: 3;
	place-self: center;
	margin-top: 30px;
	min-width: 350px;
}

.home-nav__collapsible-bar {
	margin-top: 15px;
	font-size: 16px;
	grid-column: 7 / 24;
	grid-row: 1;
}

html[dir='rtl'] .home-nav__collapsible-bar {
	padding-left: 0;
}

html[dir='ltr'] .home-nav__collapsible-bar {
	padding-right: 0;
}

.home-nav__lang_btn {
	position: relative;
	text-decoration: none;
	color: black;
	font-size: 16px;
	cursor: pointer !important;
}

.home-nav__lang_btn:hover {
	color: var(--btn-primary-color);
}

@media only screen and (min-width: 885px) {
	.home-nav__lang_btn {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.home-nav__lang_btn {
		background-color: #fff;
		padding: 6px 5px 2px 5px;
		border-radius: 25%;
	}
}

/*.home-nav__account-btn {*/
/*	position: relative;*/
/*	cursor: not-allowed !important;*/
/*}*/

/*.home-nav__account-btn * {*/
/*	pointer-events: none;*/
/*}*/

/*.home-nav__account-btn::after {*/
/*	content: "به زودی";*/
/*	position: absolute;*/
/*	font-family: Aviny, Bungee, serif;*/
/*	font-style: normal;*/
/*	font-size: 16px;*/
/*	color: white;*/
/*	background-color: orangered;*/
/*	top: 30px;*/
/*	right: 1px;*/
/*	transform: rotate(0deg);*/
/*	width: 137px;*/
/*	height: 15px;*/
/*	text-align: center;*/
/*	border-radius: 0px 0px 15px 15px;*/
/*	line-height: 12px;*/
/*}*/

.offcanvas-start {
	z-index: 10000000000;
	max-width: 75vw;
	animation: all ease-in-out 1s;
}

.offcanvas hr {
	/*margin: 0 0 30px;*/
}

.offcanvas .a_account-btn {
	color: var(--btn-primary-color);
	font-weight: bold;
	/*margin-bottom: 50px;*/
}

.offcanvas .a_shop-btn {
	color: var(--btn-special-color);
	font-weight: bold;
	/*margin-bottom: 50px;*/
}

.offcanvas-header {
	margin-bottom: 10px;
}

.offcanvas-body {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	font-family: var(--default-font);
	line-height: 19px;
	letter-spacing: -0.5px;
	text-transform: none;
	text-decoration: none;
}

.offcanvas-body a {
	color: var(--nav-font-color);
	display: block;
	font-weight: 300;
	text-decoration: none;
	text-align: start;
	width: 400px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-right: 30px;
}

html[dir="ltr"] .offcanvas-body a {
	margin-right: unset;
	margin-left: 30px;
}

.offcanvas-body li {
	list-style-type: none;
	width: 400px;
	cursor: pointer;
}

.offcanvas-body li:hover, .offcanvas-body li:focus {
	background-color: #e7f3f9;
}

.offcanvas-end {
	max-width: 75vw;
	animation: all ease-in-out 1s;
}

.offcanvas-body .shop-canvas-container {
	position: absolute;
	display: flex;
	justify-content: center;
	margin: 10px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.offcanvas-body .shop-canvas__empty-background {
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 95%;
	text-align: center;
}

.offcanvas-body .shop-canvas__empty-background img {
	opacity: 0.7;
	min-width: 200px;
}

.offcanvas-body .shop-canvas__empty-background h2 {
	font-family: var(--default-font);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-top: -5px;
	margin-bottom: 20px;
}

.home-nav__headline-shop-btn {
	display: none;
}

@media only screen and (max-width: 1550px) {
	.home-nav__collapsible-bar {
		font-size: 13px;
	}

	html[dir='ltr'] .home-nav__collapsible-bar {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1313px) {
	.home-nav__shop-cart-toggle > i > span.badge {
		/*top: -5px;*/
		/*left: -20px;*/
	}

	.home-nav__btn-holder {
		grid-column: 25 / 34;
	}

	.home-nav__collapsible-bar {
		grid-column: 7 / 25;
	}

	.home-nav__btn-holder .home-nav__shop-cart-toggle, .home-nav__btn-holder .home-nav__shop-cart-toggle i {
		/*margin-right: 0;*/
	}
}

@supports (-moz-appearance:none) {
	@media only screen and (max-width: 1313px) {
		.home-nav__shop-cart-toggle > i > span.badge {
			/*top: 5px;*/
		}
	}
}

@media only screen and (max-width: 1250px) {
	.home-nav__btn-holder {
		grid-column: 29 / 39;
	}

	.home-nav__collapsible-bar {
		grid-column: 1 / 24;
	}

	.home-nav__collapsible-bar {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1145px) {
	.home-nav__collapsible-bar {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1115px) {
	.home-nav__collapsible-bar {
		font-size: 14px;
	}
}


@media only screen and (max-width: 1090px) {
	.home-nav__collapsible-bar {
		display: none !important;
	}

	h3.home-nav__fixed-headline {
		font-size: 30px;
	}

	.home-nav__hamburger-toggle {
		display: block;
		align-self: center;
		grid-column: 2 / 3;
	}

	.home-nav__hamburger-toggle__img_hamburger {
		display: block;
	}

	.home-nav__hamburger-toggle__img_hamburger--light {
		display: none;
	}

	/*
	.home-nav__account-btn, .home-nav__shop-btn {
		display: none !important;
	}
	*/

	.home-nav__nav-grid__buttons {
		margin-top: 21px;
	}

	.home-nav__logo-typography img {
		width: auto;
		height: 38px;
	}

	.home-nav__logo-typography {
		display: block !important;
		font-family: var(--default-font);
		font-size: 28px;
		text-align: center;
		font-weight: 600;
		color: #08416E;
		line-height: 60px;
		letter-spacing: -1.1px;
		padding: 0 0 0 0;
		border-radius: 0 0 0 0;
		min-width: 160px;
		grid-column: 16 / 26;
		grid-row: 1;
		place-self: center;
	}
}

@media only screen and (max-width: 885px) {
	.home-nav__account-btn, .home-nav__shop-btn {
		display: none !important;
	}
	.home-nav__nav-grid__buttons {
		margin-top: 30px !important;
	}
}

@media only screen and (max-width: 768px) {
	.div_nav-logo {
		grid-column: 17 / 25;
	}

	.home-nav__btn-holder-right {
		align-self: center;
		align-content: center;
		grid-column: 3 / 16;
		display: flex;
		justify-content: end;
	}

	.home-nav__btn-holder {
		align-self: center;
		align-content: center;
		grid-column: 32 / 39;
		display: flex;
	}
}

@media only screen and (max-width: 550px) {
	.home-nav__nav-grid {
		display: grid;
		grid-template-columns: 1fr 2fr 6fr 2fr 1fr;
	}

	.home-nav__btn-holder {
		grid-column: 4;
	}

	.home-nav__animated-headline {
		min-width: 240px;
	}

	.home-nav__logo-typography,
	.home-nav__animated-headline,
	h3.home-nav__fixed-headline {
		grid-column: 3;
	}

	.home-nav__hamburger-toggle {
		grid-column: 2;
	}

	.home-nav__btn-holder {
		font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	h3.home-nav__fixed-headline {
		color: var(--btn-special-color);
		margin: 20px auto 0;
	}

	.home-nav__animated-headline {
		margin-top: 15px;
	}

	.home-nav__headline-shop-btn {
		display: block;
		position: relative;
		overflow: hidden;
		grid-column: 3;
		text-align: center;
		color: white;
		text-decoration: none;

		background-color: transparent;
		border: 0.15em solid #ffe9e9;

		border-radius: 25px;
		padding: 6px 6px;
		width: auto;
		margin: 26px auto 0;
	}

	@keyframes rotate-simple {
		100% {
			transform: rotate(1turn);
		}
	}

	.home-nav__headline-shop-btn::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -9px;
		top: -55px;
		/*top: -75px;*/

		width: 150px;
		height: 150px;

		/*background: conic-gradient(transparent, #F8941C, transparent 30%);*/
		transition: all 1s;

		background-color: #F8941C;
		background-repeat: no-repeat;
		background-size: 50% 50%, 50% 50%;
		background-position: 0 0, 100% 0, 100% 100%, 0 100%;
		background-image:
			linear-gradient(#ffb259, #ff9413),
			linear-gradient(#ffb259, #ff9413),
			linear-gradient(#ff9413, #ffb259),
			linear-gradient(#ff9413, #ffb259);
		animation: rotate-simple 2s linear infinite;
	}

	/*.home-nav__headline-shop-btn::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		border-radius: 5px;
	}
*/
	.home-nav__headline-shop-btn:hover {
		color: white;
		background-color: #ff8b00;
	}

	/*.home-nav__headline-shop-btn:hover::before {*/
		/*background: #F8941C;*/
	/*}*/

	.home-nav__nav-grid__buttons:not(.home-nav__nav-grid__buttons--sticky) img.home-nav__shop-cart-toggle__img_cart {
		display: none;
	}

	.home-nav__nav-grid__buttons:not(.home-nav__nav-grid__buttons--sticky) img.home-nav__shop-cart-toggle__img_cart--light {
		width: 35px;
		aspect-ratio: 1 / 1;
		display: block;
	}

	.home-nav__nav-grid__buttons:not(.home-nav__nav-grid__buttons--sticky) .home-nav__hamburger-toggle__img_hamburger {
		display: none;
	}

	.home-nav__nav-grid__buttons:not(.home-nav__nav-grid__buttons--sticky) .home-nav__hamburger-toggle__img_hamburger--light {
		width: 30px;
		aspect-ratio: 1 / 1;
		display: block;
	}

	.home-nav__nav-grid__buttons:not(.home-nav__nav-grid__buttons--sticky) .home-nav__logo-typography > img.home-nav__logo-typography__img {
		display: none;
	}

	.home-nav__nav-grid__buttons:not(.home-nav__nav-grid__buttons--sticky) .home-nav__logo-typography > img.home-nav__logo-typography__img--light {
		display: block;
		max-width: 150px;
	}
}

@media only screen and (max-width: 390px) {
	.home-nav__animated-headline {
		margin-top: -45px;
	}
}
/* endregion */

/* region animated headline */
.animated-headline__p {
	position: absolute;
	display: inline-block;
	text-align: center;
	place-self: center;
	font-size: 23px;
	font-weight: 600;
	font-family: var(--default-font);
	color: #404040;
	/*top: 0;*/
	/*right: 0;*/
}

html[dir='ltr'] .animated-headline__p {
	font-size: 16px;
}

.animated-headline__p span {
	color: #08416E;
	font-weight: bold;
}

.animated-headline__p.animated-headline__p--active {
	position: relative;
	animation: elementor-headline-slide-in 0.6s;
	opacity: 1;
}

html[dir="ltr"] .animated-headline__p.animated-headline__p--active {
	position: relative;
	animation: ltr_elementor-headline-slide-in 0.6s;
	opacity: 1;
}

.animated-headline__p.animated-headline__p--inactive {
	animation: elementor-headline-slide-out 0.6s;
	opacity: 0;
}

html[dir="ltr"] .animated-headline__p.animated-headline__p--inactive {
	animation: ltr_elementor-headline-slide-out 0.6s;
	opacity: 0;
}

@media only screen and (max-width : 1090px) {
	.animated-headline__p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.animated-headline__p {
		color: white;
	}
	.animated-headline__p span {
		color: white;
		font-weight: bold;
	}
}

@keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		transform: translateX(-300%);
	}
	60% {
		opacity: 0.5;
		transform: translateX(10%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes elementor-headline-slide-out {
	0% {
		opacity: 0.6;
		transform: translateX(0);
	}
	60% {
		opacity: 0.3;
		transform: translateX(-110%);
	}
	to {
		opacity: 0;
		transform: translateX(-100%);
	}
}

@keyframes ltr_elementor-headline-slide-in {
	0% {
		opacity: 0;
		transform: translateX(300%);
	}
	60% {
		opacity: 0.5;
		transform: translateX(-10%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes ltr_elementor-headline-slide-out {
	0% {
		opacity: 0.6;
		transform: translateX(0);
	}
	60% {
		opacity: 0.3;
		transform: translateX(110%);
	}
	to {
		opacity: 0;
		transform: translateX(100%);
	}
}

/* endregion */

/* region home-intro */
.section_home-intro {
	font-family: var(--default-font);
	background: #ffffff;
	width: 100vw;
}

.home-intro__div {
	width: 100vw;
	position: absolute;
	top: 0;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 25px;
}

.home-intro__banner{
	width: 102vw;
	left: 5px;
	top: -3px;
	position: relative;
	object-fit: cover;
	height: auto;
}

html[dir="ltr"] .home-intro__banner{
	left: -2px;
}

@media only screen and (max-width: 1250px) {
	.home-intro__banner{
		top: -30px;
	}
}

.img_intro__banner--small {
	display: none;
}

.img_intro__banner--mobile {
	display: none;
}

.img_intro__banner--big {
	display: block;
}

.home-intro__invisible-div {
	display: block;
	position: absolute;
	width: 100vw;
	aspect-ratio: 2 / 1;
}

.home-intro__invisible-div > span {
	display: flex;
	justify-content: center;
	align-content: center;
	place-content: center;
	position: absolute;
	bottom: -8px;
	z-index: 2;
	width: 100vw;
}

.home-intro__invisible-div > span > span {
	cursor: pointer;
	background-image: url("/static/images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 50px;
	aspect-ratio: 1 / 1
}

.home-intro__div::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' width='2191' height='596' viewBox='0 0 2191 596'%3E%3Cdefs%3E%3Cstyle%3E.a,.c%7Bfill:%23fff;%7D.a%7Bstroke:%23707070;%7D.b%7Bclip-path:url(%23a);%7D.d%7Bfilter:url(%23b);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='2191' height='596' transform='translate(-136 427)'/%3E%3C/clipPath%3E%3Cfilter id='b' x='61' y='10.359' width='2070.001' height='714.643' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='-3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='25' result='c'/%3E%3CfeFlood flood-opacity='0.071'/%3E%3CfeComposite operator='in' in2='c'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg class='b' transform='translate(136 -427)'%3E%3Cg class='d' transform='matrix(1, 0, 0, 1, -136, 427)'%3E%3Cpath class='c' d='M1761,1752H-159V1187.359a1213.165,1213.165,0,0,0,416.021,345.525,1201.468,1201.468,0,0,0,259.916,95.531c22.758,5.485,45.992,10.367,69.058,14.51,23.247,4.176,46.948,7.714,70.445,10.516,23.695,2.826,47.821,4.979,71.709,6.4,24.1,1.433,48.612,2.16,72.85,2.16s48.749-.727,72.85-2.16c23.888-1.421,48.014-3.574,71.709-6.4,23.5-2.8,47.2-6.34,70.445-10.516,23.066-4.144,46.3-9.026,69.058-14.51a1201.451,1201.451,0,0,0,259.916-95.531A1213.164,1213.164,0,0,0,1761,1187.359V1752Z' transform='translate(295 -1099)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	content: "";
	top: 39%;
	right: 0;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 180% 100%;
	padding-top: 31%;
	z-index: 1;
}

@media only screen and (max-width : 1250px) {
	.home-intro__div {
		top: -10%;
	}

	.img_intro__banner--small {
		display: block;
	}

	.img_intro__banner--mobile {
		display: none;
	}

	.img_intro__banner--big {
		display: none;
	}

	.home-intro__div::after {
		padding-top: 53%;
		background-size: 250% 100%;
	}

	.home-intro__invisible-div {
		aspect-ratio: 1.15 / 1;
	}
}

@media only screen and (max-width : 1050px) {
	.home-intro__div {
		top: -3%;
	}
}

@media only screen and (max-width : 768px) {
	.home-intro__div {
		top: 8%;
	}

	.home-intro__invisible-div > span > span {
		width: 40px;
	}

	.home-intro__invisible-div > span {
		bottom: -15px;
	}

	.home-intro__div::after {
		padding-top: 51%;
	}
}

@media only screen and (max-width : 500px) {
	.home-intro__div {
		top: 10%;
	}
}

@media only screen and (max-width : 480px) {
	.img_intro__banner--small {
		display: none;
	}

	.img_intro__banner--mobile {
		display: block;
	}

	.img_intro__banner--big {
		display: none;
	}

	.home-intro__div {
		top: -1%;
	}

	.home-intro__invisible-div {
		aspect-ratio: 0.57 / 1;
	}

	.home-intro__div::after {
		padding-top: 107%;
		background-size: 365% 100%;
	}
}
/* endregion */

/* region home-intro-more */
section#home-intro-more	{
	font-family: var(--default-font);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin: 38% var(--section-margin) 0 var(--section-margin);

	scroll-margin-top: -80px;

	position: relative;
}

/*@media only screen and (max-width : 580px) {*/
/*	section#home-intro-more {*/
/*		scroll-margin-top: -1100px;*/
/*	}*/
/*}*/

/*@media only screen and (max-width : 490px) {*/
/*	section#home-intro-more {*/
/*		scroll-margin-top: -1000px;*/
/*	}*/
/*}*/

/*@media only screen and (max-width : 390px) {*/
/*	section#home-intro-more {*/
/*		scroll-margin-top: -900px;*/
/*	}*/
/*}*/

.home-intro-more__img-container {
	display: flex;
	justify-content: center;
	grid-column: 2;
	grid-row: 1;
	align-self: center;
}

.home-intro-more__desc-container {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	padding: 0 0 0 2em;
}

.home-intro-more__desc-container h2 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 24px;
}

.home-intro-more__desc-container h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] .home-intro-more__desc-container h2::before {
	margin-left: unset;
	margin-right: 15px;
	margin-bottom: 5px;
}

.home-intro-more__desc-container p {
	font-family: var(--default-font);
	color: #404040;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 1em 0;
	text-align: justify;
}

html[dir='ltr'] .home-intro-more__desc-container p {
	direction: ltr;
}

.home-intro-more__desc-container span.p_bold {
	color: #171717;
	font-weight: 500;
}

.home-intro-more__img-container picture,
.home-intro-more__img-container img {
	max-width: 90%;
	height: auto;
	float: right;
}

.home-intro-more__btn {
	display: flex;
	justify-content: start;
	margin-top: 45px;
}

@media only screen and (max-width : 1250px) {
	section#home-intro-more {
		margin-top: 64%;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	.home-intro__invisible-div > span
	{
		bottom: -25px;
	}

	.home-intro-more__img-container {
		display: none;
	}

	.home-intro-more__desc-container {
		align-self: start;
		padding: 0;
	}

	.home-intro-more__desc-container h2 {
		font-size: 24px;
	}

	.home-intro-more__desc-container p {
		font-size: 18px;
	}
}

@media only screen and (max-width : 1045px) {
	section#home-intro-more {
		margin-top: 65%;
	}
}

@media only screen and (max-width : 992px) {
	section#home-intro-more	{
		margin-top: 62%;
	}
}

@media only screen and (max-width : 768px) {
	section#home-intro-more	{
		margin-top: 66%;
	}

	.home-intro__div {
		padding-bottom: 16px;
	}

	.home-intro__invisible-div > span {
		bottom: -17px;
	}

	.home-intro-more__desc-container h2 {
		font-size: 20px;
	}
	.home-intro-more__desc-container p {
		font-size: 16px;
	}
}

@media only screen and (max-width : 480px) {
	section#home-intro-more	{
		margin-top: 130%;
	}
}
/* endregion */

/* region home-video */
section#home-video {
	font-family: var(--default-font);
	padding-top: 100px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin: 0 var(--section-margin) 0 var(--section-margin);
	z-index: 0;

	position: relative;
}

.home-video__video-container {
	display: block;
	margin: auto;
	width: 70vw;
	border-radius: 45px 45px 45px 45px;
	max-width: 900px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
}

.home-video__video-container video {
	display: block;
	margin: auto;
	width: 100%;
	border-radius: 22px 22px 22px 22px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
}

@media only screen and (max-width : 580px) {
	section#home-video {
		padding-top: 100px;
	}

	.home-video__video-container {
		width: 70vw;
		border-radius: 45px 45px 45px 45px;
		max-width: 900px;
		box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	}

	.home-video__video-container video {
		border-radius: 22px 22px 22px 22px;
	}
}
/* endregion */

/* region home-about */
section#home-about {
	font-family: var(--default-font);
	padding-top: 100px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin: 0 var(--section-margin) 0 var(--section-margin);
}
section#home-capsule {
	font-family: var(--default-font);
	padding-top: 100px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	margin: 0 var(--section-margin) 0 var(--section-margin);
}

.home-about__capsule-number {
	color: #ffffff;
	font-family: var(--default-font);
	font-size: 42px;
	font-weight: bold;
	line-height: 49px;
	letter-spacing: -0.4px;
	text-align: center;
}

.home-about__capsule-header {
	color: rgba(255,255,255,0.7);
	font-family: var(--default-font);
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
	text-align: center;
}

.home-about__capsule {
	grid-column: 1 / -1;
	max-width: 1100px;
	margin: 60px auto 0;
	width: 100%;

	background: linear-gradient(90deg, #08416e, #0e71bb);
	border-radius: 45px 45px 45px 45px;
}

@media only screen and (max-width : 1250px) {
	.home-about__capsule {
		margin: 0;
	}
	section#home-capsule {
		padding-top: 60px;
	}
}

.home-about__capsule-inner {
	grid-template-rows: repeat(1, 1fr);
	grid-template-columns: repeat(4, 1fr);

	min-height: 200px;
	border-radius: 45px 45px 45px 45px;
	background-image: url("/static/images/stats-background.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.home-about__capsule-inner > div {
	place-content: center;
}

.home-about__desc-container {
	grid-column: 1 / -1;
}

.home-about__desc-container h2 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 24px;
}

.home-about__desc-container h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] .home-about__desc-container h2::before {
	margin-left: unset;
	margin-right: 15px;
	margin-bottom: 5px;
}

.home-about__desc-container p {
	font-family: var(--default-font);
	color: #404040;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 1em 0;
	text-align: justify;
}

html[dir='ltr'] .home-about__desc-container p {
	direction: ltr;
}

.home-about__btn {
	/*display: none;*/
	display: flex;
	justify-content: start;
	margin-top: 45px;
}

@media only screen and (max-width: 1250px) {
	section#home-about {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 4fr 2fr;
	}

	.home-features__image-container img{
		max-height: 600px;
	}

	.home-about__desc-container {
		grid-column: 1;
		grid-row: 1 / -1;
		align-self: start;
	}

	.home-about__desc-container h2 {
		font-size: 24px;
	}

	.home-about__desc-container p {
		font-size: 18px;
	}
}


@media only screen and (max-width: 768px) {
	section#home-about {
		grid-template-rows: 4fr 3fr;
	}

	.home-about__desc-container h2 {
		font-size: 20px;
	}

	.home-about__capsule-number {
		font-size: 30px;
	}

	.home-about__desc-container p {
		font-size: 16px;
	}

	.home-about__capsule-inner {
		grid-template-rows: repeat(2, 1fr);
		grid-template-columns: repeat(2, 1fr);

		min-height: 300px;
	}

	/*
	.home-about__btn {
		display: flex;
	}
	*/

	.home-about__title-btn {
		display: none;
	}
}

@media only screen and (max-width: 540px) {
	.home-about__capsule {
		width: unset;
	}

	.home-about__capsule-inner {
		grid-template-rows: repeat(4, 1fr);
		grid-template-columns: repeat(1, 1fr);

		min-height: 450px;
		padding: 50px !important;
	}

	.home-about__capsule-inner > div {
		padding-top: 30px !important;
	}

	.home-about__capsule-inner > div:first-of-type {
		padding-top: 0 !important;
	}

	.home-about__capsule-inner > div:last-of-type {
		padding-bottom: 20px !important;
	}

	.home-about__capsule-number {
		font-size: 40px;
		font-weight: bold;
		line-height: 49px;
		letter-spacing: -0.4px;
	}

	.home-about__capsule-header {
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
	}
}

@media only screen and (max-width: 496px) {
	section#home-about {
		grid-template-rows: 1fr 1fr;
	}
}
/* endregion */

/* region home-features */
section#home-features {
	display: block;
	font-family: var(--default-font);
	padding-top: 65px;
	width: 100vw;

	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

section#home-features::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' width='2191' height='596' viewBox='0 0 2191 596'%3E%3Cdefs%3E%3Cstyle%3E.a,.c%7Bfill:%23fff;%7D.a%7Bstroke:%23707070;%7D.b%7Bclip-path:url(%23a);%7D.d%7Bfilter:url(%23b);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='2191' height='596' transform='translate(-136 427)'/%3E%3C/clipPath%3E%3Cfilter id='b' x='61' y='10.359' width='2070.001' height='714.643' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='-3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='25' result='c'/%3E%3CfeFlood flood-opacity='0.071'/%3E%3CfeComposite operator='in' in2='c'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg class='b' transform='translate(136 -427)'%3E%3Cg class='d' transform='matrix(1, 0, 0, 1, -136, 427)'%3E%3Cpath class='c' d='M1761,1752H-159V1187.359a1213.165,1213.165,0,0,0,416.021,345.525,1201.468,1201.468,0,0,0,259.916,95.531c22.758,5.485,45.992,10.367,69.058,14.51,23.247,4.176,46.948,7.714,70.445,10.516,23.695,2.826,47.821,4.979,71.709,6.4,24.1,1.433,48.612,2.16,72.85,2.16s48.749-.727,72.85-2.16c23.888-1.421,48.014-3.574,71.709-6.4,23.5-2.8,47.2-6.34,70.445-10.516,23.066-4.144,46.3-9.026,69.058-14.51a1201.451,1201.451,0,0,0,259.916-95.531A1213.164,1213.164,0,0,0,1761,1187.359V1752Z' transform='translate(295 -1099)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	right: 0;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 190% 100%;
	padding-top: 31%;
	transform: scaleY(-1);
	pointer-events: none;
}

section#home-features h1 {
	font-family: var(--default-font);
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin: 160px auto 20px;
	text-align: center;
}

section#home-features h1::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] section#home-features h1::before {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 5px;
}

.home-features__container {
	margin: 0 var(--section-margin) 0 var(--section-margin);
	margin-top: 80px;
	padding-bottom: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}

.home-features__image-container {
	grid-column: 2;
	grid-row: 1 / -1;
	display: flex;
	justify-content: center;
	align-self: center;
	max-height: 600px;
}

* {
	--home-feature-image-height: 720px;
	--home-feature-image-width: 800px;
}

.home-features__image-container img {
	max-width: 100%;
	max-height: var(--home-feature-image-height);
	object-fit: none;
	min-width: var(--home-feature-image-width);
	max-width: 100vw;
	width: var(--home-feature-image-width);
	height: var(--home-feature-image-height);
	transform: scale(0.8);
}

/*@media (max-width: 620px) {*/
/*	.home-features__image-container img {*/
/*		transform: scale(0.5);*/
/*	}*/
/*}*/

.home-features__image-container picture {
	max-width: 100%;
 	max-height: var(--home-feature-image-height);
	object-fit: none;
	display: flex;
	justify-content: center;
	align-content: center;
}

.home-features__feature-icon-container {
	margin-bottom: 16px;
}

/*.home-features__feature-icon-container div::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(22,69,113,1) 0%, rgba(54,175,235,1) 100%);
	z-index: 1;
	opacity: 0;
	transition: opacity 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
	pointer-events: none;
}

.home-features__feature-icon-container:hover div::before {
	opacity: 1;
}

.home-features__feature-icon-container:hover div {
	box-shadow: none;
}*/

.home-features__feature-icon-container img,
.home-features__feature-icon-container picture {
	-webkit-transition: 0.25s -webkit-filter linear;
	-moz-transition: 0.25s -moz-filter linear;
	-moz-transition: 0.25s filter linear;
	-ms-transition: 0.25s -ms-filter linear;
	-o-transition: 0.25s -o-filter linear;
	transition:  0.25s filter linear, 0.25s -webkit-filter linear;
}

.home-features__grid-item h3, .splide--grid-item h3 {
	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.4px;
	color: #020031;
	text-rendering: optimizeSpeed;
	word-break: break-word;
	word-wrap: break-word;
	text-align: center;
	hyphens: manual;
	place-self: center;
	padding-right: 5px;
}

@property --grid-item-Color1 {
	syntax: '<color>';
	initial-value: white;
	inherits: false;
}

@property --grid-item-Color2 {
	syntax: '<color>';
	initial-value: white;
	inherits: false;
}

@-moz-document url-prefix() {
	.home-features__grid-item {
		--grid-item-Color1: white;
		--grid-item-Color2: white;
	}
}

.home-features__grid-item {
	background-color: white;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	border-radius: 45px 45px 45px 45px;
	margin-top: 20px;

	min-height: 180px;
	padding: 20px;

	background: linear-gradient(to right, var(--grid-item-Color1) 0%, var(--grid-item-Color2) 100%);
	transition: --grid-item-Color1 0.5s linear, --grid-item-Color2 0.5s linear;
}

.home-features__grid-item:hover {
	--grid-item-Color1: #08416e;
	--grid-item-Color2: #0e71bb;
}

.home-features__grid-item h3 {
	color: #08416E;
	text-align: right;
}

.home-features__grid-item p, .home-features__grid-item h3 {
	pointer-events: none;
	transition: color 0.5s linear;
}

html[dir='ltr'] .home-features__grid-item p, .home-features__grid-item h3 {
	direction: ltr;
	text-align: justify;
}

.home-features__grid-item:hover p, .home-features__grid-item:hover h3 {
	color: white;
}

.home-features__grid-item:hover .home-features__feature-icon-container img {
	filter: invert(1);
}

.home-features__grid-item p, .splide--grid-item p {
	direction: var(--default-direction);
	unicode-bidi: embed;
	font-size: 16px;
	font-weight: 400;
	word-break: break-word;
	word-wrap: break-word;
	hyphens: manual;
	text-align: justify;
	color: #404040;
	line-height: 24px;
}

.home-features__grid-item img, .splide--grid-item img	{
	max-width: 100%;
	border-radius: 50%;
	z-index: 2;
	width: 60px;
	height: 60px;
	aspect-ratio: 1 / 1;
}

.home-features__grid-item--left {
	grid-column: 0;
}

.home-features__grid-item--right {
	grid-column: 1;
}

.home-features__grid-item--left-1 {
	grid-row: 1;
}

.home-features__grid-item--left-2 {
	grid-row: 2;
}

.home-features__grid-item--left-3 {
	grid-row: 3;
}

.home-features__grid-item--right-1 {
	grid-row: 1;
}

.home-features__grid-item--right-2 {
	grid-row: 2;
}

.home-features__grid-item--right-3 {
	grid-row: 3;
}

@media only screen and (max-width : 1517px) {
	.home-features__container {
		margin-top: 0;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 3fr 1fr 1fr 1fr;
	}

	.home-features__grid-item--right {
		margin-left: 50px;
	}

	.home-features__grid-item--left {
		margin-right: 50px;
	}

	html[dir='ltr'] .home-features__grid-item--right {
		margin-left: 0;
		margin-right: 50px;
	}

	html[dir='ltr'] .home-features__grid-item--left {
		margin-right: 0;
		margin-left: 50px;
	}

	.home-features__grid-item--left-1 {
		grid-row: 2;
	}

	.home-features__grid-item--left-2 {
		grid-row: 3;
	}

	.home-features__grid-item--left-3 {
		grid-row: 4;
	}

	.home-features__grid-item--right-1 {
		grid-row: 2;
	}

	.home-features__grid-item--right-2 {
		grid-row: 3;
	}

	.home-features__grid-item--right-3 {
		grid-row: 4;
	}

	.home-features__image-container {
		grid-column: 1 / -1;
		grid-row: 1;
		max-height: 470px;
	}
}

@media only screen and (max-width : 1250px) {
	.home-features__container {
		margin-top: 0;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}

	.home-features__grid-item--right {
		margin-left: 50px;
	}

	.home-features__grid-item--left {
		margin-right: 50px;
	}

	html[dir='ltr'] .home-features__grid-item--right {
		margin-left: 0;
		margin-right: 50px;
	}

	html[dir='ltr'] .home-features__grid-item--left {
		margin-right: 0;
		margin-left: 50px;
	}

	.home-features__grid-item--left-1 {
		grid-row: 1;
	}

	.home-features__grid-item--left-2 {
		grid-row: 2;
	}

	.home-features__grid-item--left-3 {
		grid-row: 3;
	}

	.home-features__grid-item--right-1 {
		grid-row: 1;
	}

	.home-features__grid-item--right-2 {
		grid-row: 2;
	}

	.home-features__grid-item--right-3 {
		grid-row: 3;
	}

	.home-features__image-container {
		visibility: collapse;
		display: none !important;
	}
	.home-features__swiper {
		grid-column: 1 / 3;
		grid-row: 1 !important;
		display: block !important;
		width: 100%;
	}
	.home-features__container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr !important;
	}
	section#home-contact-us h1 {
		margin: 60px auto 60px !important;
	}
}

.home-features__swiper {
	display: none !important;
	min-height: 280px;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*.home-features__swiper-pagination .swiper-pagination-bullet,*/
/*.home-features__swiper-pagination {*/
/*	direction: ltr !important;*/
/*}*/

.home-features__swiper-pagination .swiper-pagination-bullet {
	width: 11px !important;
	height: 9px !important;
	border-radius: 50px !important;

	background: var(--btn-primary-color) !important;
	opacity: 0.5 !important;
	transition: width ease-in-out 0.5s !important;
}

.home-features__swiper-pagination .swiper-pagination-bullet-active {
	width: 30px !important;
	background: var(--btn-primary-color) !important;
	opacity: 1 !important;
}

.home-features__swiper-pagination .swiper-pagination-bullet-active:hover {
	background: #08416E !important;
}

@media only screen and (max-width : 768px) {
	.home-features__container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 6fr 3fr;
	}

	:not(.home-features__swiper-slide) > .home-features__grid-item {
		display: none !important;
	}

	.home-features__swiper-slide .home-features__grid-item {
		padding: 0;
		margin: 20px;
		height: 200px;
	}

	html[dir="ltr"] .home-features__swiper-slide .home-features__grid-item {
		height: 300px;
	}

	.home-features__swiper {
		grid-column: 1 / 3;
		grid-row: 2;
		display: block !important;
		width: 100%;
	}

	.home-features__swiper-slide {
		margin-top: 15px;
	}

	.home-features__feature-icon-container {
		align-self: center;
		justify-self: end;
		grid-row: 1;
		grid-column: 2;
	}

	.home-features__feature-icon-container img,
	.home-features__feature-icon-container picture {
		object-fit: contain;
		margin: 0 auto;
		z-index: 2;
	}

	.home-features__swiper .home-features__swiper-slide {
		align-self: center;
		justify-self: center;
	}
}


@media only screen and (max-width : 640px) {
	.home-features__container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 5fr 3fr;
	}
}

@media only screen and (max-width : 550px) {
	.home-features__container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 3fr 2fr;
	}
}

@media only screen and (max-width : 510px) {
	.home-features__container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 7fr 5fr;
	}
}

@media only screen and (max-width : 450px) {
	.home-features__container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 5fr 4fr;
	}
}

@media only screen and (max-width : 410px) {
	.home-features__container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 12fr 11fr;
	}
}
/* endregion */

/* region home-app-showcase */
.home-app-showcase__frame {
	position: absolute;
	height: 600px;
	aspect-ratio: 1 / 2;
	top: 0;
}

.home-app-showcase__phone-images {
	height: 600px;
	position: absolute;
	z-index: 1;
}

.home-app-showcase__frame-img {
	position: absolute;
	height: 610px;
	width: 310px;
	left: 0;
	z-index: 3;
}

html[dir='ltr'] .home-app-showcase__frame-img {
	left: unset;
	right: 0;
}

picture.home-app-showcase__phone-images.active, img.home-app-showcase__phone-images.inactive {
	margin: 4px -1px 0 0;
}

picture.home-app-showcase__phone-images.active {
	opacity: 1;
	animation: elementor-phone-screenshot-slide-in 0.6s;
}

html[dir='ltr'] picture.home-app-showcase__phone-images.active {
	opacity: 1;
	animation: ltr_elementor-phone-screenshot-slide-in 0.6s;
}

picture.home-app-showcase__phone-images.inactive {
	opacity: 0;
	animation: elementor-phone-screenshot-slide-out 0.6s;
}

html[dir='ltr'] picture.home-app-showcase__phone-images.inactive {
	opacity: 0;
	animation: ltr_elementor-phone-screenshot-slide-out 0.6s;
}

.home-app-showcase__frame > div {
	position: absolute;
	height: 610px;
	z-index: 2;
	background-color: white;
}

.home-app-showcase__frame > div:first-of-type {
	width: 206px;
	right: -208px;
}

html[dir='ltr'] .home-app-showcase__frame > div:first-of-type {
	width: 206px;
	right: -198px;
}

.home-app-showcase__frame > div:nth-of-type(2) {
	width: 200px;
	left: -194px;
}

html[dir='ltr'] .home-app-showcase__frame > div:nth-of-type(2) {
	width: 200px;
	left: -201px;
}

.home-app-showcase__frame > div:nth-of-type(3) {
	width: 37px;
	right: -20px;
	height: 8px;
}

.home-app-showcase__frame > div:nth-of-type(4) {
	width: 13px;
	right: -9px;
	height: 19px;
}

.home-app-showcase__frame > div:nth-of-type(5) {
	width: 37px;
	left: -20px;
	height: 8px;
}

.home-app-showcase__frame > div:nth-of-type(6) {
	width: 13px;
	left: -3px;
	height: 15px;
}

.home-app-showcase__frame > div:nth-of-type(7) {
	width: 13px;
	left: -4px;
	height: 15px;
	bottom: -1px;
}

.home-app-showcase__frame > div:nth-of-type(8) {
	width: 37px;
	left: -20px;
	height: 8px;
	bottom: -5px;
}

.home-app-showcase__frame > div:nth-of-type(9) {
	width: 13px;
	right: -4px;
	height: 15px;
	bottom: -1px;
}

.home-app-showcase__frame > div:nth-of-type(10) {
	width: 37px;
	right: -20px;
	height: 8px;
	bottom: -5px;
}

@keyframes elementor-phone-screenshot-slide-in {
	0% {
		opacity: 0;
		transform: translateX(300%);
	}
	60% {
		opacity: 0.5;
		transform: translateX(-10%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes ltr_elementor-phone-screenshot-slide-in {
	0% {
		opacity: 0;
		transform: translateX(-300%);
	}
	60% {
		opacity: 0.5;
		transform: translateX(10%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes elementor-phone-screenshot-slide-out {
	0% {
		opacity: 0.6;
		transform: translateX(0);
	}
	60% {
		opacity: 0.3;
		transform: translateX(110%);
	}
	to {
		opacity: 0;
		transform: translateX(100%);
	}
}

@keyframes ltr_elementor-phone-screenshot-slide-out {
	0% {
		opacity: 0.6;
		transform: translateX(0);
	}
	60% {
		opacity: 0.3;
		transform: translateX(-110%);
	}
	to {
		opacity: 0;
		transform: translateX(-100%);
	}
}

.home-app-showcase__phone {
	position: relative;
	align-self: center;
	height: 600px;
	aspect-ratio: 1 / 2;
}

section#home-app-showcase {
	font-family: var(--default-font);
	margin: 8% var(--section-margin) 0 var(--section-margin);

	position: relative;
}

.home-app-showcase__desc-container {
	margin-right: 100px;
	align-self: center;
	z-index: 3;
}

html[dir='ltr'] .home-app-showcase__desc-container {
	margin-right: 0;
	margin-left: 100px;
}

.home-app-showcase__desc-container h2 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 20px;
}

.home-app-showcase__desc-container h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] .home-app-showcase__desc-container h2::before {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 5px;
}

.home-app-showcase__desc-container p {
	font-family: var(--default-font);
	color: #404040;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 1em 0;
	text-align: justify;
}

html[dir='ltr'] .home-app-showcase__desc-container p {
	direction: ltr;
}

@property --dl-btn-color1 {
	syntax: '<color>';
	initial-value: white;
	inherits: false;
}

@property --dl-btn-color2 {
	syntax: '<color>';
	initial-value: white;
	inherits: false;
}

.home-app-showcase__play-store, .home-app-showcase__apple-store {
	cursor: pointer;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	border-radius: 22.5px 22.5px 22.5px 22.5px;
	place-content: center;
	/*margin-right: 1em;*/
	margin-left: 1em;

	background: linear-gradient(to right, var(--dl-btn-color1) 0%, var(--dl-btn-color2) 100%);
	transition: --dl-btn-color1 0.5s linear, --dl-btn-color2 0.5s linear;
}

.home-app-showcase__play-store:hover, .home-app-showcase__apple-store:hover {
	--dl-btn-color1: #08416e;
	--dl-btn-color2: #0e71bb;
}

.home-app-showcase__play-store:hover > img, .home-app-showcase__apple-store:hover > img {
/*	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);*/
	filter: brightness(0) invert(1);
}

.home-app-showcase__play-store img, .home-app-showcase__apple-store img {
	height: 60px;
	width: 200px;
	margin: 20px 30px 20px 30px;
}

@media only screen and (max-width: 1462px) {
	.home-app-showcase__play-store img, .home-app-showcase__apple-store img {
		height: 40px;
		width: 140px;
	}
}

@media only screen and (max-width: 1250px) {
	.home-app-showcase__play-store img, .home-app-showcase__apple-store img {
		height: 60px;
		width: 200px;
	}

	.home-app-showcase__desc-container {
		margin-right: unset;
		margin-left: unset !important;
	}

	.home-app-showcase__phone {
		display: none;
	}

	.home-app-showcase__desc-container h2 {
		font-size: 24px;
	}

	.home-app-showcase__desc-container p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 820px) {
	.home-app-showcase__desc-container {
		margin-right: unset;
		margin-left: unset !important;
	}

	.home-app-showcase__play-store img, .home-app-showcase__apple-store img {
		height: 40px;
		width: 133px;
	}
}
/* endregion */

/* region home-app-faq */
section#home-faq {
	font-family: var(--default-font);
	margin: 100px var(--section-margin) 0 var(--section-margin);

	position: relative;
}

.home-faq__desc-container {
	margin-top: 60px;
	align-self: center;
}

@media only screen and (max-width : 560px) {
	.home-faq__desc-container {
		margin-top: 40px;
	}
}

section#home-faq h2 {
	font-family: var(--default-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 20px;
}

section#home-faq h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] section#home-faq h2::before {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 5px;
}


.home-faq__desc-container details {
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: 0.15s background linear;
	width: 40em;
	max-width: 80vw;
	background-color: white;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	border-radius: 45px 45px 45px 45px;
	margin-bottom: 2em;

	height: auto;
	max-height: 6rem;
}

.home-faq__desc-container details[open] {
	max-height: 99rem;
	transition: all 1s ease;
}

.home-faq__desc-container details > p {
	font-family: var(--default-font);
	padding: 0 32px 10px 32px;
	border-radius: 4px;
	color: white;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	margin: 0 0 1em 0;
	text-align: justify;
}

html[dir='ltr'] .home-faq__desc-container details * {
	direction: ltr;
	text-align: left;
}

.home-faq__desc-container details[open] > summary {
	color: white;
}

.home-faq__desc-container details[open] > summary:before {
	background-color: white;
}

.home-faq__desc-container details > summary {
	padding: 1em 2em 1em 1em;
	outline: none;
	list-style: none;

	font-family: var(--default-font);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	border-radius: 0 0 0 0;
}

@media only screen and (max-width: 600px) {
	.home-faq__desc-container details > summary {
		padding: 2em 2em 2em 1em;
	}
}

.home-faq__desc-container details > summary::marker {
	display: none;
}

.home-faq__desc-container details > summary::-webkit-details-marker {
	display: none;
}

.home-faq__desc-container details > summary::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-primary-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] .home-faq__desc-container details > summary::before {
	margin-left: 0;
	margin-right: 15px;
}

.home-faq__desc-container details > summary:after {
	content: "";
	background: no-repeat center/16px url("/static/images/open-arrow.svg");
	color: var(--btn-primary-color);
	float: left;
	font-size: 1em;
	margin: 1px 10px 0 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 30px;
	height: 30px;
}

.home-faq__desc-container details[open] > summary:after {
	background: no-repeat center/16px url("/static/images/close-arrow.svg");
}

.home-faq__desc-container details[open] {
	background: linear-gradient(45deg, #08416E, #0E71BB);
}

.home-faq__desc-container details[open] > p {
	-webkit-animation: animateDown 0.2s linear forwards;
	animation: animateDown 0.2s linear forwards;
}

@keyframes animateDown {
	0% {
		opacity: 0;
		transform: translatey(-15px);
	}
	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@media only screen and (max-width: 600px) {
	section#home-faq h2 {
		font-size: 20px;
	}

	.home-faq__desc-container details > summary {
		font-size: 14px;
	}

	.home-faq__desc-container details > p {
		font-size: 14px;
	}
}

.home-faq__shop-btn {
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: white;
	font-size: 17px;
	text-decoration: none;

	background-color: #ff8b00;
	border: 0.15em solid #ffe9e9;

	border-radius: 25px;
	padding: 10px 26px;
	width: auto;
	margin: 0 auto 15px 25px;
	animation: float-up-down linear 2s infinite;
}

@keyframes float-up-down {
	0%, 100% {
		translate: 0 0;
	}
	50% {
		translate: 0 -3px;
	}
}

.home-faq__shop-btn:hover {
	color: white;
	background-color: #ff8b00;
}

/* endregion */

/* region home-testimonial */
section#home-testimonial {
	font-family: var(--default-font);
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	padding-top: 70px;
	padding-bottom: 130px;
}

@media only screen and (max-width : 1250px) {
	section#home-testimonial {
		padding-top: 30px;
		padding-bottom: 80px;
	}
}

section#home-testimonial::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' width='2191' height='596' viewBox='0 0 2191 596'%3E%3Cdefs%3E%3Cstyle%3E.a,.c%7Bfill:%23fff;%7D.a%7Bstroke:%23707070;%7D.b%7Bclip-path:url(%23a);%7D.d%7Bfilter:url(%23b);%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='2191' height='596' transform='translate(-136 427)'/%3E%3C/clipPath%3E%3Cfilter id='b' x='61' y='10.359' width='2070.001' height='714.643' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='-3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='25' result='c'/%3E%3CfeFlood flood-opacity='0.071'/%3E%3CfeComposite operator='in' in2='c'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg class='b' transform='translate(136 -427)'%3E%3Cg class='d' transform='matrix(1, 0, 0, 1, -136, 427)'%3E%3Cpath class='c' d='M1761,1752H-159V1187.359a1213.165,1213.165,0,0,0,416.021,345.525,1201.468,1201.468,0,0,0,259.916,95.531c22.758,5.485,45.992,10.367,69.058,14.51,23.247,4.176,46.948,7.714,70.445,10.516,23.695,2.826,47.821,4.979,71.709,6.4,24.1,1.433,48.612,2.16,72.85,2.16s48.749-.727,72.85-2.16c23.888-1.421,48.014-3.574,71.709-6.4,23.5-2.8,47.2-6.34,70.445-10.516,23.066-4.144,46.3-9.026,69.058-14.51a1201.451,1201.451,0,0,0,259.916-95.531A1213.164,1213.164,0,0,0,1761,1187.359V1752Z' transform='translate(295 -1099)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	right: 0;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 130% 100%;
	padding-top: 7%;
	transform: scaleY(-1) rotate(180);
	pointer-events: none;
}

section#home-testimonial h2 {
	font-family: var(--default-font), serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	/*margin-bottom: 20px;*/
	margin: 100px var(--section-margin) 20px var(--section-margin);
}

@media only screen and (max-width : 560px) {
	section#home-testimonial h2 {
		margin-top: 60px;
	}
}

section#home-testimonial h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}


.home-testimonial__container {
	--width-carousel:500px;
	--z-transform-carousel:500px;
	--z-transform-carousel-neg:-500px;
	--js-should-hide-near: 0;
}

.home-testimonial__container {
	/*margin: 150px var(--section-margin) 0 var(--section-margin);*/
	user-select: none;

	margin: 160px auto 0 auto;
	width: var(--width-carousel);
	height: 200px;
	position: relative;
	perspective: 1000px;

	place-content: center;
	place-items: center;
	display: flex;
}

.home-testimonial__carousel {
	height: 100%;
	width: 100%;
	position: absolute;
	transform-style: preserve-3d;

	transition: transform 1s;
	will-change: transform;
}

.home-testimonial__carousel > div {
	transform-style: preserve-3d;
	transition: transform 1s, opacity 1s cubic-bezier(.65, .05, .36, 1);
	will-change: transform;
}

.home-testimonial__carousel-item {
	display: block;
	position: absolute;
	background: white;
	width: var(--width-carousel);
	height: 300px;
	aspect-ratio: 2 / 1;
	text-align: center;
	color: black;

	opacity: 0;

	border-radius: 45px 45px 45px 45px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);

	transition: transform 1s, opacity 1s;
	will-change: transform, opacity;

	transform: rotate3d(0, 1, 0, 0deg) translate3d(0, 0, var(--z-transform-carousel-neg));
}

.home-testimonial__carousel-image-holder {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.home-testimonial__carousel-image-holder img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 auto;
}

.home-testimonial__carousel-item h6 {
	font-family: var(--default-font), serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-radius: 0 0 0 0;
	text-align: right;
	color: #08416E;
}

.home-testimonial__carousel-item h3 {
	font-family: var(--default-font), serif;
	font-size: 18px;
	color: dimgrey;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-radius: 0 0 0 0;
	text-align: right;
}

.home-testimonial__carousel-item p {
	font-size: 16px;
	font-weight: 300;
	text-align: justify;
	line-height: 23px;
}

.home-testimonial__a {
	transform: rotate3d(0, 1, 0, 0deg) translate3d(0, 0, var(--z-transform-carousel)) rotate3d(0, 1, 0, 0deg);
}
.home-testimonial__a .home-testimonial__carousel-item {
	opacity: 1;
}

.home-testimonial__b {
	transform: rotate3d(0, 1, 0, 60deg) translate3d(0, -70px, var(--z-transform-carousel)) rotate3d(0, 1, 0, -60deg);
}
.home-testimonial__b .home-testimonial__carousel-item {
	opacity: 1;
}

.home-testimonial__c {
	transform: rotate3d(0, 1, 0, 120deg) translate3d(0, -70px, var(--z-transform-carousel)) rotate3d(0, 1, 0, -120deg);
}

.home-testimonial__d {
	transform: rotate3d(0, 1, 0, 180deg) translate3d(0, -70px, var(--z-transform-carousel)) rotate3d(0, 1, 0, -180deg);
}

.home-testimonial__e {
	transform: rotate3d(0, 1, 0, 240deg) translate3d(0, -70px, var(--z-transform-carousel)) rotate3d(0, 1, 0, -240deg);
}

.home-testimonial__f {
	transform: rotate3d(0, 1, 0, 300deg) translate3d(0, -70px, var(--z-transform-carousel)) rotate3d(0, 1, 0, -300deg);
}
.home-testimonial__f .home-testimonial__carousel-item {
	opacity: 1;
}

.home-testimonial__btn-container {
	margin-top: 9em;
}

.home-testimonial__btn-container .next, .home-testimonial__btn-container .prev {
	padding: 1em 2em;
	cursor: pointer;
	border-radius: 5px;
}

.home-testimonial__btn-container .next:after, .home-testimonial__btn-container .prev:after {
	display: block;
	content: "";
	text-align: center;
	width: 30px;
	height: 30px;
}

.home-testimonial__btn-container .next:after {
	background: no-repeat center/24px url("/static/images/right-arrow.svg");
}

.home-testimonial__btn-container .prev:after {
	background: no-repeat center/24px url("/static/images/left-arrow.svg");
}

@media only screen and (max-width: 1220px) {
	.home-testimonial__container {
		margin: 50px auto 0 auto;
		--js-should-hide-near: 1;
	}
}

@media only screen and (max-width: 850px) {
	.home-testimonial__container {
		--width-carousel: 500px;
	}
}

@media only screen and (max-width: 600px) {
	.home-testimonial__container {
		--width-carousel: 350px;
	}
	.home-testimonial__carousel-item {
		width: 320px;
		max-height: 600px;
	}

	.home-testimonial__carousel-image-holder {
		width: 70px;
		height: 70px;
		border-radius: 50%;
	}

	.home-testimonial__carousel-image-holder img{
		width: 70px;
		height: 70px;
	}

	.home-testimonial__carousel-item h3 {
		font-size: 20px;
	}

	.home-testimonial__carousel-item h6 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 450px) {
	.home-testimonial__container {
		--width-carousel: 280px;
	}
}
/* endregion */

/* region home-achievements */
section#home-achievements {
	font-family: var(--default-font), serif;
	overflow-x: hidden;
	overflow-y: hidden;
}

section#home-achievements h2 {
	font-family: var(--default-font), serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;

	margin: 90px var(--section-margin) 20px var(--section-margin);
}

section#home-achievements h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] section#home-achievements h2::before {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 5px;
}

.home-achievements__carousel {
	direction: ltr;
	--no-of-slides: 8;
	--slides-in-view: 5;
	--slide-width: 320px;
	--slide-height: 300px;
	--iteration-time: 30s;
}

html[dir='ltr'] .home-achievements__carousel {
	--slide-height: 345px;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(var(--slide-width) * var(--no-of-slides) * -1));
	}
}

.home-achievements__carousel__wrapper {
	display: flex;
	/*justify-content: center;*/
	align-items: center;

	will-change: transform;

	width: calc(var(--slides-in-view) * var(--slide-width));
	overflow: hidden;
	/*border: 1px dashed gray;*/
	margin: 0 auto;
}

.home-achievements__carousel > div:first-of-type, .home-achievements__carousel__wrapper > div:first-of-type {
	position: absolute;
	left: 0;
	height: 300px;
	width: 70px;
	z-index: 1;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
	pointer-events: none;
}

.home-achievements__carousel > div:nth-of-type(2), .home-achievements__carousel__wrapper > div:nth-of-type(2) {
	position: absolute;
	right: 0;
	height: 300px;
	width: 70px;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
	pointer-events: none;
}

.home-achievements__carousel__wrapper:hover .home-achievements__carousel__slide {
	animation-play-state: paused;
}

@media only screen and (max-width: 768px) {
	.home-achievements__carousel__wrapper:hover .home-achievements__carousel__slide {
		animation-play-state: running;
	}
}

.home-achievements__carousel {
	padding: 15px 0;
	/*background: lightblue;*/

	overflow: hidden;
	width: calc(2 * var(--no-of-slides));
}

.home-achievements__carousel__slide {
	/*transform: translate3d(0, 0, 0);*/
	animation: scroll var(--iteration-time) linear infinite;
	display: flex;
	flex-direction: column;

	flex: 0 0 auto;
	width: var(--slide-width);
	height: var(--slide-height);
	box-sizing: border-box;
	/*border: 1px dotted darkblue;*/
}

.home-achievements__carousel__image-holder {
	display: flex;
	flex-direction: column;
	border-radius: 45px 45px 45px 45px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);

	height: 300px;
	width: 300px;
	margin: 15px 20px;
}

.home-achievements__carousel__image-holder picture,
.home-achievements__carousel__image-holder img {
	width: 100%;
	height: 150px;
	/*max-width: 150px;*/
	object-fit: none;
	/*aspect-ratio: 1 / 1;*/
	/*margin: 10px auto;*/
}

.home-achievements__carousel__image-holder p {
	margin: 0 auto 12px;
	max-width: 250px;
	text-align: justify;
	direction: var(--default-direction);
	color: #282828;
}

.home-achievements__carousel__image-holder span {
	/*margin: 10px 25px 0 20px;*/
	max-width: 250px;
	text-align: end;
	direction: var(--default-direction);
	color: var(--btn-special-color);

	bottom: 40px;
	position: absolute;
	left: 50px;
}

html[dir='ltr'] .home-achievements__carousel__image-holder span {
	left: unset;
	right: 50px;
}
/* endregion */

/* region home-blogs */
section#home-blogs {
	font-family: var(--default-font), serif;
	margin: 80px var(--section-margin) 20px var(--section-margin);
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

section#home-blogs h2 {
	font-family: var(--default-font), serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-right: 2px;
}

section#home-blogs > div:first-of-type > div:first-of-type {
	margin-left: 40px;
	margin-bottom: 35px;
}

@media only screen and (max-width: 570px) {
	section#home-blogs {
		margin: unset;
		margin-top: 50px;
	}
	section#home-blogs > div:first-of-type {
		margin: 15% var(--section-margin) 20px var(--section-margin);
	}
}

@media only screen and (max-width: 570px) {
	section#home-blogs > div:first-of-type > div:first-of-type {
		margin-left: unset;
	}
}

section#home-blogs h2::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] section#home-blogs h2::before {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 5px;
}

.home-blog__swiper-slide {
	padding: 0;
	height: 500px;
	cursor: pointer;
	margin-top: 15px;
}

.home-blog__swiper {
	height: 540px;
	width: 100%;
}

.home-blog__swiper-pagination .swiper-pagination-bullet {
	width: 11px !important;
	height: 9px !important;
	border-radius: 50px !important;

	background: var(--btn-primary-color) !important;
	opacity: 0.5 !important;
	transition: width ease-in-out 0.5s !important;
}

.home-blog__swiper-pagination .swiper-pagination-bullet-active {
	width: 30px !important;
	background: var(--btn-primary-color) !important;
	opacity: 1 !important;
}

.home-blog__swiper-pagination .swiper-pagination-bullet-active:hover {
	background: #08416E !important;
}

.home-blog__swiper-blog-card {
	background-color: white;
	border-radius: 45px 45px 45px 45px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	max-width: 320px;
	min-width: 320px;
	height: 460px;
	direction: var(--default-direction);
}

.home-blog__swiper-blog-card p {
	direction: var(--default-direction);
	unicode-bidi: embed;
	font-size: 16px;
	font-weight: 400;
	word-break: break-word;
	word-wrap: break-word;
	hyphens: manual;
	text-align: justify;
	color: #404040;
	line-height: 24px;
}

.home-blog__swiper-blog-image {
	opacity: 1;
	transition: opacity ease-in-out 1s;
	width: 100%;
	max-height: 250px;
	margin: 0 auto;
}

.home-blog__swiper-blog-image img {
	max-height: 260px;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 45px 45px 0 0;
	object-fit: cover;
}

.home-blog__swiper-blog-text {
	opacity: 1;
	transition: opacity ease-in-out 1s;
	width: 288px;
	margin: 0 auto;
}

.home-blog__swiper-blog-text h5, .home-blog__swiper-hover-content h5 {
	font-family: var(--default-font), serif;
	font-size: 16px;
	font-weight: 500;
	color: #08416E;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	border-radius: 0 0 0 0;

	text-overflow: ellipsis;
	text-wrap: nowrap;
	overflow: clip;
}

.home-blog__swiper-blog-text p, .home-blog__swiper-hover-content p {
	display: -webkit-box;
	font-family: var(--default-font), serif;
	font-size: 14px;
	font-weight: 400;
	height: 95px;
	line-height: 30px;
	direction: var(--default-direction);
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	unicode-bidi: embed;
	word-break: break-word;
	word-wrap: break-word;
	hyphens: manual;
	text-align: justify;
	letter-spacing: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.home-blog__swiper-blog-text span, .home-blog__swiper-hover-content span {
	place-self: end;
	font-family: var(--default-font), serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #08416E;
	letter-spacing: 0;
	padding: 0 0 0 0;
	margin: 20px 0 0 10px;
	border-radius: 0 0 0 0;
	direction: ltr;
}

.home-blog__swiper-hover-cover, .home-blog__swiper-hover-content {
	/*display: none !important;*/
	transition: opacity ease-in-out 1s;
	opacity: 0;
}

.home-blog__swiper-blog-card:hover .home-blog__swiper-blog-image, .home-blog__swiper-blog-card:hover .home-blog__swiper-blog-text {
	/*display: none !important;*/
	opacity: 0;
}

.home-blog__swiper-blog-card:hover .home-blog__swiper-hover-cover, .home-blog__swiper-blog-card:hover .home-blog__swiper-hover-content {
	display: flex !important;
	opacity: 1
}

.home-blog__swiper-hover-cover {
	position: absolute;
	z-index: 2;
	height: 460px;
	width: 320px;
	border-radius: 45px 45px 45px 45px;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(5px);
}

.home-blog__swiper-hover-content {
	position: absolute;
	z-index: 3;
	height: 460px;
	width: 320px;
	background-color: rgba(0, 87, 172, 0.4);
	border-radius: 45px 45px 45px 45px;
}

.home-blog__swiper-hover-content h5, .home-blog__swiper-hover-content p, .home-blog__swiper-hover-content span {
	color: white;
	direction: var(--default-direction);
}

.home-blog__swiper-hover-content h5 {
	margin: 20px 0 20px 0;
}

.home-blog__swiper-hover-content a {
	position: absolute;
	bottom: 25px;
	left: 18px;
	color: white;
	background-color: var(--btn-special-color);
	border-radius: 20px;

	font-family: var(--default-font), serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	direction: var(--default-direction);
}
/* endregion */

/* region home-contact-us */
section#home-contact-us {
	/*font-family: var(--default-font), serif;*/
	margin: 0 var(--section-margin) 0 var(--section-margin);
}

section#home-contact-us h1 {
	font-family: var(--default-font), serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 100%;
	margin: 80px auto 100px;
	text-align: center;
}

@media only screen and (max-width : 560px) {
	section#home-contact-us h1 {
		margin-bottom: 60px;
	}
}

section#home-contact-us h1::before {
	content: "";
	display: inline-block;
	margin-left: 15px;
	background-color: var(--btn-special-color);
	width: 10px;
	aspect-ratio: 1 / 1;
	border-radius: 20%;
	transform: rotateZ(45deg);
}

html[dir='ltr'] section#home-contact-us h1::before {
	margin-left: 0;
	margin-right: 15px;
}

section#home-contact-us h2 {
	font-family: var(--default-font), serif;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0;
	color: #08416E;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	max-width: 680px;
	margin-bottom: 10px;
}

html[dir='ltr'] section#home-contact-us h2 {
	margin-top: 5px;
}

.home-contact-us__card-container {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 0.9fr 0.1fr 0.8fr 0.1fr 0.9fr;
}

.home-contact-us__card {
	display: flex;
	flex-direction: column;
	place-content: space-around;
	height: 380px;
	max-width: 30vw;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	background-color: white;
	border-radius: 45px 45px 45px 45px;
}

.home-contact-us__card .home-contact-us__btn {
	z-index: 2;
}

.home-contact-us__card.whatsapp {
	grid-row: 1;
	grid-column: 4 / 6;
}

.home-contact-us__card.contact-form {
	grid-row: 1;
	grid-column: 2 / 5;

	margin-top: -50px;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	z-index: 3;
}

.home-contact-us__card #contact-phone-field::placeholder {
	color: #a8a8a8;
}

.home-contact-us__card.telnumber {
	grid-row: 1;
	grid-column: 1 / 3;
}

.home-contact-us__card.telnumber .home-contact-us__btn {
	direction: ltr;
}

.home-contact-us__card img {
	height: 140px;
	margin: 24px auto 0;
}

@media only screen and (max-width: 900px) {
	.home-contact-us__card img {
		height: 90px;
		margin: 24px auto 0;
	}
}

.home-contact-us__card.contact-form img {
	margin-top: 24px;
}

.home-contact-us__card h2 {
	margin: 0 auto;
}

.home-contact-us__card p {
	text-align: center;
	margin: 0 65px 10px;
	color: dimgrey;
}

html[dir='ltr'] .home-contact-us__card:nth-of-type(1) p {
	font-size: 14px;
}

.home-contact-us__card .home-contact-us__btn {
	display: flex;
	border-radius: 50px;
	margin: 0 auto 30px;
	width: 165px;
}

html[dir='ltr'] .home-contact-us__card .home-contact-us__btn:nth-of-type(1) {
	width: unset;
}

.home-contact-us__card input {
	direction: ltr;
	text-align: right;
	border-radius: 50px;
	background-color: #f5f5f5;
	border-color: transparent;
	min-width: 220px;
	height: 40px;
	max-width: 90%;
	margin: 0 auto 10px;
	padding: 0 15px;
	font-size: 13px;
}

html[dir='ltr'] .home-contact-us__card input {
	direction: rtl;
	text-align: left;
}

.home-contact-us__card input::placeholder {
	font-family: var(--default-font), serif;
	color: #404040;
	font-weight: 500;
	text-align: right;
}

html[dir='ltr'] .home-contact-us__card input::placeholder {
	text-align: left;
}

.home-contact-us__card input:focus,
.home-contact-us__card input:active,
.home-contact-us__card input:focus-visible {
	outline-color: var(--btn-primary-color);
}


@media only screen and (max-width: 900px) {
	.home-contact-us__card-container {
		display: grid;
		grid-template-rows: 3fr;
		grid-template-columns: 1fr;
	}

	.home-contact-us__card {
		min-width: 400px;
		margin: 0 auto 40px;
	}

	.home-contact-us__card.whatsapp {
		grid-row: 1;
		grid-column: 1;
	}

	.home-contact-us__card.contact-form {
		grid-row: 2;
		grid-column: 1;

		box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
		margin-top: unset;
	}

	.home-contact-us__card.telnumber {
		grid-row: 3;
		grid-column: 1;
	}
}

@media only screen and (max-width: 530px) {
	.home-contact-us__card {
		min-width: 280px;
	}
}
/* endregion */

/* region home-footer */
footer#home-footer {
	display: block;
	position: absolute;
	width: 100vw;
	background-image: linear-gradient(252deg, #0e79b6 0%, #174773 100%);
	margin-top: 20px;
	padding: 30px 0 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.home-footer__first-container {
	text-align: justify;
	place-content: center;
	display: flex;
	flex-direction: column;
	width: 60vw;
	max-width: 1000px;
	margin: 0 auto 10px;
}

.home-footer__first-container img {
	max-width: 680px;
	margin: 0 auto 10px;
	max-height: 60px;
}

.home-footer__first-container h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Aviny, Bungee, serif;
	color: #fff;
	font-size: 42px;
	font-weight: 300;
	line-height: 48px;
	direction: var(--default-direction);
	unicode-bidi: embed;
}

.home-footer__first-container p {
	margin: 0 auto;
	font-family: var(--default-font), serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 36px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	text-align: center;
}

@property --dl-btn-color1 {
	syntax: '<color>';
	initial-value: white;
	inherits: false;
}

@property --dl-btn-color2 {
	syntax: '<color>';
	initial-value: white;
	inherits: false;
}

@-moz-document url-prefix() {
	:root {
		--dl-btn-color1: white;
		--dl-btn-color2: white;
	}
}

.home-footer__download-btn-holder .play-store, .home-footer__download-btn-holder .apple-store {
	--dl-btn-color1: white;
	--dl-btn-color2: white;
	background: white;
	box-shadow: 0px 0px 24px 1px rgba(121, 160, 190, 0.24);
	border-radius: 22.5px 22.5px 22.5px 22.5px;
	place-content: center;
	margin-right: 1em;
	margin-left: 1em;
	z-index: 1;

	cursor: pointer;

	background: linear-gradient(to right, var(--dl-btn-color1) 0%, var(--dl-btn-color2) 100%);
	transition: --dl-btn-color1 0.5s linear, --dl-btn-color2 0.5s linear;
}

.home-footer__download-btn-holder .play-store:hover > img, .home-footer__download-btn-holder .apple-store:hover > img {
/*	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);*/
	filter: brightness(0) invert(1);
}


.home-footer__download-btn-holder .play-store:hover, .home-footer__download-btn-holder .apple-store:hover {
	--dl-btn-color1: #4e9ce3;
	--dl-btn-color2: #7dabde;
}

.home-footer__download-btn-holder .play-store img, .home-footer__download-btn-holder .apple-store img {
	height: 60px;
	width: 200px;
	margin: 20px 30px 20px 30px;
}

@media only screen and (max-width: 1462px) {
	.home-footer__download-btn-holder .play-store img, .home-footer__download-btn-holder .apple-store img {
		height: 40px;
		width: 140px;
	}
}

@media only screen and (max-width: 820px) {
	.home-footer__download-btn-holder .play-store img, .home-footer__download-btn-holder .apple-store img {
		height: 50px;
		width: 166px;
	}
}


.home-footer__contact-container {
	display: flex;
	flex-direction: column;
	margin: 0 var(--section-margin) 0 var(--section-margin);
	line-height: 35px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.home-footer__contact-container a {
	text-decoration: none;
	margin-top: 15px;
	display: flex;
}

.home-footer__contact-container .a {
	text-decoration: none;
	margin-top: 15px;
	display: flex;
}

.home-footer__contact-container a i {
	margin-left: 15px;
}

html[dir='ltr'] .home-footer__contact-container a i {
	margin-left: 0;
	margin-right: 15px;
}

.home-footer__contact-container .a i {
	margin-left: 15px;
}

html[dir='ltr'] .home-footer__contact-container .a i {
	margin-left: 0;
	margin-right: 15px;
}

.home-footer__contact-container a i img {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.home-footer__contact-container .a i img {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.home-footer__contact-container h2,
.home-footer__social-container h2 {
	color: white;
	font-family: var(--default-font), serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0 0 0 0;
	border-radius: 0 0 0 0;
	text-align: right;
}

html[dir='ltr'] .home-footer__contact-container h2,
html[dir='ltr'] .home-footer__social-container h2 {
	text-align: left;
}

.home-footer__contact-container p {
	display: inline-block;
	font-family: var(--default-font), serif;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	text-align: justify;
	margin: auto 0;
}

.home-footer__contact-container p > a {
	display: inline-block;
	font-family: var(--default-font), serif;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	direction: var(--default-direction);
	unicode-bidi: embed;
	text-align: justify;
	margin: auto 0;
}

@media only screen and (max-width: 1080px) {
	.home-footer__social-container {
		margin-top: 2em;
		justify-content: center;
	}
}

.home-footer__social-container {
	height: auto;
	display: flex;
	margin: 0 var(--section-margin) 0 var(--section-margin);
	line-height: 35px;
	margin-bottom: 30px;
	min-width: 300px;
}

.home-footer__social-container__icons > a {
	text-decoration: none;
	background-color: transparent;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.home-footer__social-container__icons > a:hover {
	background-color: white;
}

.home-footer__social-container__icons > a > img {
	margin: auto;
	width: 30px;
	height: 30px;
}

.home-footer__social-container__icons > a:hover > img {
	filter: invert(33%) sepia(99%) saturate(852%) hue-rotate(170deg) brightness(91%) contrast(91%);
}

.home-footer__social-container__icons > span {
	width: 10px;
	aspect-ratio: 1 / 1;
	display: block;
}

.right-and-policy-footer {
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: transparent;
	width: unset;
	margin: 0 var(--section-margin) 20px var(--section-margin);
	font-size: 14px;
	font-weight: 300;
}

.right-and-policy-footer > p:first-of-type {
	margin-left: 20px;
}

html[dir='ltr'] .right-and-policy-footer > p:first-of-type {
	margin-left: 0;
	margin-right: 20px;
}

.right-and-policy-footer a {
	color: white;
	background-color: transparent;
	border-bottom: 1px solid white;
	cursor: pointer;
	text-decoration: none;
}
.right-and-policy-footer span {
	margin-left: 5px;
	margin-right: 7px;
	font-size: 14px;
	font-weight: 600;
}

@media only screen and (min-width: 1000px) {
	.right-and-policy-footer {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 500px) {
	.right-and-policy-footer > p:first-of-type {
		margin-left: unset;
	}

	.right-and-policy-footer {
		width: calc(100vw - 80px - calc(var(--section-margin) / 2));
	}
}
/* endregion */

#sttb {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
	border: none;
	outline: none;
	padding: 15px;
	border-radius: 50%;
	cursor: pointer;
	width: 50px;
	aspect-ratio: 1/1;
	background-image: url("../images/arrow.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: rotateZ(180deg);
}

#sb-shop {
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
}

#side-shop-btn {
	text-decoration: none;
	position: fixed;
	left: -68px;
	top: 35%;
	border-radius: 14px;
	color: white;
	background-color: var(--btn-special-color);
	font-weight: 400;
	font-size: 17px;
	transform: rotateZ(90deg);
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 29px;
	z-index: 2;
}

@media screen and (min-width: 886px) {
	#side-shop-btn {
		display: none;
	}
}

section, footer {
	/*width: 100vw !important;*/
	/*overflow: hidden;*/
}

/* region shapes */
footer .home-shapes {
	opacity: 0.3;
}

.home-shapes {
	pointer-events: none;
	opacity: 0.5;
	/*display: none;*/
}

@media only screen and (max-device-width: 1024px) {
	.home-shapes {
		display: none;
	}
}

.home-intro-more-shape_1 {
	width: 240px;
	z-index: -1;
	position: absolute;
	left: -241px;
	top: 0;
}

.home-intro-more-shape_2 {
	width: 240px;
	z-index: -5;
	position: absolute;
	bottom: 53px;
	right: -252px;
	transform: rotateZ(31deg);
}

.home-video-shape_1 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	left: 50px;
	transform: rotateZ(15deg);
	bottom: 20px;
}

.home-video-shape_2 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	transform: rotateZ(15deg);
	right: 30px;
}

.home-video-shape_3 {
	max-width: 700px;
	z-index: -5;
	position: absolute;
	right: -310px;
	top: -30px;
}

@media only screen and (max-width: 1000px) {
	.home-video-shape_1 {
		max-width: 110px;
		left: -5px;
		transform: rotateZ(15deg);
		bottom: 20px;
	}

	.home-video-shape_2 {
		max-width: 110px;
		transform: rotateZ(15deg);
		right: -15px;
	}

	.home-video-shape_3 {
		max-width: 700px;
		right: -350px;
		top: -30px;
	}
}

.home-features-shape_1 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	left: -120px;
	transform: rotateZ(15deg);
	bottom: 300px;
}

.home-features-shape_2 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	transform: rotateZ(15deg);
	right: 2%;
	bottom: 300px;
	opacity: 0.2;
}

.home-features-shape_3 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	right: -155px;
	bottom: 10px;
}

@media only screen and (max-width: 1120px) {
	.home-features-shape_1 {
		max-width: 200px;
		left: -130px;
		transform: rotateZ(15deg);
		bottom: 300px;
	}

	.home-features-shape_2 {
		display: none;
	}

	.home-features-shape_3 {
		max-width: 200px;
		right: -160px;
		bottom: 10px;
	}
}

.home-app-showcase-shape_1 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	left: 0;
	transform: rotateZ(15deg);
	bottom: 20px;
}

.home-app-showcase-shape_2 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	transform: rotateZ(15deg);
	right: 150px;
}

.home-app-showcase-shape_3 {
	max-width: 824px;
	z-index: 3;
	position: absolute;
	right: -216px;
	top: -108px;
}

.home-faq-shape_1 {
	max-width: 700px;
	z-index: -5;
	position: absolute;
	left: -5%;
	top: -30px;
	opacity: 1;
}

html[dir='ltr'] .home-faq-shape_1 {
	left: unset;
	right: -5%;
}

@media only screen and (max-width: 1400px) {
	.home-app-showcase-shape_3 {
		right: -254px;
		top: -23px;
	}

	.home-faq-shape_1 {
		display: none;
	}
}

.home-testimonial-shape_1 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	left: 50px;
	transform: rotateZ(15deg);
	top: 140px;
}

.home-testimonial-shape_2 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	right: 50px;
	transform: rotateZ(15deg);
	top: 350px;
}

.home-testimonial-shape_3 {
	max-width: 230px;
	z-index: -5;
	position: absolute;
	left: 300px;
	transform: rotateZ(15deg);
	top: 590px;
}

.home-blogs-shape_1 {
	max-width: 700px;
	z-index: -5;
	position: absolute;
	top: 0;
	left: -5%;
}

.home-footer-shape_1 {
	max-width: 240px;
	z-index: 0;
	position: absolute;
	top: 0;
	left: -5%;
}

.home-footer-shape_2 {
	max-width: 240px;
	z-index: 0;
	position: absolute;
	top: 70px;
	right: 5%;
}

.home-footer-shape_3 {
	max-width: 240px;
	z-index: 0;
	position: absolute;
	top: 220px;
	left: 10%;
}

.home-footer-shape_4 {
	max-width: 240px;
	z-index: 0;
	position: absolute;
	top: 0;
	right: -5%;
}

/* endregion */
