* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* SF Pro Text */
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SF-Pro-Text/SF-Pro-Text-Thin.otf") format("opentype");
	font-weight: 300;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SF-Pro-Text/SF-Pro-Text-Regular.otf") format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SF-Pro-Text/SF-Pro-Text-Medium.otf") format("opentype");
	font-weight: 500;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SF-Pro-Text/SF-Pro-Text-Semibold.otf") format("opentype");
	font-weight: 600;
}
@font-face {
	font-family: "SF Pro Text";
	src: url("../fonts/SF-Pro-Text/SF-Pro-Text-Bold.otf") format("opentype");
	font-weight: 700;
}
/* SF Pro Display */
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Thin.otf") format("opentype");
	font-weight: 300;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Regular.otf") format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Medium.otf") format("opentype");
	font-weight: 500;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Semibold.otf") format("opentype");
	font-weight: 600;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("../fonts/SF-Pro-Display/SF-Pro-Display-Bold.otf") format("opentype");
	font-weight: 700;
}
/* @font-face {
	font-family: "SF Pro Display";
	src: url("/static/land/fonts/SF-Pro-Display/SF-Pro-Display-Thin.otf") format("opentype");
	font-weight: 300;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("/static/land/fonts/SF-Pro-Display/SF-Pro-Display-Regular.otf") format("opentype");
	font-weight: 400;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("/static/land/fonts/SF-Pro-Display/SF-Pro-Display-Medium.otf") format("opentype");
	font-weight: 500;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("/static/land/fonts/SF-Pro-Display/SF-Pro-Display-Semibold.otf") format("opentype");
	font-weight: 600;
}
@font-face {
	font-family: "SF Pro Display";
	src: url("/static/land/fonts/SF-Pro-Display/SF-Pro-Display-Bold.otf") format("opentype");
	font-weight: 700;
} */

body {
	font-family: "SF Pro Text", "Inter", sans-serif;
}

a:link,
a:visited {
	text-decoration: none;
	transition: ease-in 0.2s;
}

.flex-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100dvh;
}

.flex-horizontal {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.menu-toggler {
	display: none;
}

.width-90 {
	width: 90% !important;
	max-width: 90% !important;
}

.navbar {
	z-index: 9999;
	width: 100dvw;
	padding: calc(7.5% * 9 / 16) calc(10% * 9 / 16);
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;

	height: 10dvh;
}

.social {
	display: flex;
	gap: 1.19rem;
}

.nav-btn {
	font-weight: 600;
	font-size: 0.75rem;
	/* color: #147d6fd4; */
	color: #5b5b5b;

	/* background-color: #f7f7f7; */

	padding: 10px 16px;
	border-radius: 36px;
}

.nav-btn:hover,
.nav-btn:active {
	background-color: #fc6c0f0d;
	color: #fc6c0fd4;
}

.for-biz-btn {
	color: #0b0c0e;
	background-color: #b5ff00;
}

/* .menu-btn {
	display: none;
} */

.menu-close {
	width: 24px;
	text-align: center;
}

.logo {
	height: 36px;
	object-fit: contain;
}

/* Hero */
.hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin: 0 0 calc(7.5% * 9 / 16) calc(15% * 9 / 16); */
	margin: 0 calc(10% * 9 / 16);

	height: 80dvh;
}

.title-container {
	margin-bottom: 1rem;
}

.hero-title {
	font-size: 4.375rem;
	font-weight: 600;
	color: #2d3139;
	text-align: left;
	margin-bottom: 1rem;
	width: 50%;
	width: 590px;
	/* margin: 0 calc(85%*9/16) 0 0; */
}

.hero-subtitle {
	width: 100%;
	max-width: 614px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #8d95a5;
	margin-bottom: 1.5rem;
}

.app-links-container {
	display: flex;
	gap: 0.75rem;
}

/* Terms & Conditions */
.terms-container {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	gap: 2rem;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.terms-container::-webkit-scrollbar {
	display: none;
}

.terms-header {
	text-align: center;
}
.terms-header h1 {
	font-size: 2.5rem;
	font-weight: 600;
	color: #147d6f;
	margin-bottom: 1rem;
}
.terms-header p {
	color: #434956;
}
.terms-content-title {
	color: #2d3139;
	margin-bottom: 1rem;
}

.terms-content {
	width: 90%;
	height: 100%;
	margin: 0 calc(10% * 9 / 16);
	text-align: left;
	color: #434956;
	/* overflow: scroll;
	-webkit-overflow-scrolling: auto; */
}

/* Phones IMG */
.img-container {
	align-self: flex-end;
	/* max-width: 50%; */
	width: 50%;
	/* width: 602px; */
	height: auto;
	max-height: 100%;
	/* transform: scale(1) translate(0%, 5%); */
}
.phone-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Footer */
.footer {
	font-family: "SF Pro Display", "Inter", sans-serif;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 90%;
	/* line-height: 60px; */
	/* border-top: #c6cad2 1px solid; */
	margin: 0 calc(10% * 9 / 16);
	/* margin-bottom: 2%; */
}

.footer_cont {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 12px;
	width: 45%;
	max-width: 640px;
}

.logo_cont {
	display: flex;
	align-items: center;
	height: max-content;
}

.text-center-grey {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	gap: 2px;
}

#desktop-footer {
	height: 10dvh;
}
.footer-text {
	font-size: 0.875rrem;
	font-weight: 400;
	color: #8d95a5;
}

.links-cont {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-link {
	line-height: 15px;
	border-bottom: #c6cad2 1px solid;
}

.line {
	position: absolute;
	top: 0;
	/* margin: 0 calc(10% * 9 / 16); */
	/* width: 100%; */
	width: 50%;
	max-width: 640px;
	border-top: #c6cad2 1px solid;
}
.dot {
	height: 2.45px;
	width: 2.45px;
	background-color: #8d95a5;
	border-radius: 50%;
	display: inline-block;
}
/* @media screen and (min-height: 850px) and (min-width: 1200px) {
	.footer {
		min-height: 45dvh;
	}
} */

.contact-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.contact-form {
	display: flex;
	/* margin-bottom: 1.5rem; */
	gap: 1rem;
}
.info-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.1rem;
}
.contact-icon {
	background-color: #fff;
	padding: 0.75rem;
	border-radius: 13px;
}
.contact-info {
	color: #0b0c0e;
	font-size: 1rem;
}
.contact-desc {
	font-size: 0.875rem;
	color: #8d95a5;
}
.copyright {
	margin: 2rem 0 0 0;
}
.email {
	text-decoration: underline !important;
}

/* ************ */
.dropbtn {
	border: none;
	cursor: pointer;
	background: none;
	width: 2rem;
	height: 2rem;
	border-radius: 1000px;
	z-index: 9999;
}

.dropbtn:hover,
.dropbtn:active {
	opacity: 80%;
	background-color: #fff;
}

.langImg {
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 1000px;
	pointer-events: none;
}

.dropdown {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.dropdown-content {
	position: absolute;
	background-color: none;
	border: none;
	overflow: auto;
	z-index: 9999;
	display: none;
	flex-direction: column;
	margin-top: 1rem;
	gap: 1rem;
}

.dropdown-content a {
	color: black;
	text-decoration: none;
}

.show {
	display: flex !important;
	/* opacity: 100%; */
}

.showblock {
	display: block !important;
}

.hidden {
	display: none !important;
}

/* *MOBILE DROPDOWN MENU */
.mobile-nav {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 99999;
}
.mobile-menu {
	position: absolute;
	bottom: 0;
	height: 90dvh;
	width: 100%;
	z-index: 999;
	background-color: #fff;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.mobile-social {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	margin-top: 2rem;
}
/* *MEDIA QUERIES* */

@media screen and (max-width: 1024px) {
	.hero-title {
		font-size: 3.5rem;
	}
	.hero-subtitle {
		font-size: 1rem;
	}
}

@media screen and (max-width: 725px) {
	.footer {
		width: 45%;
	}
}

/* *Tablet and Mobile* */
@media screen and (max-width: 725px) {
	.social {
		display: none;
	}
	/* .menu-btn {
		display: block;
	} */
	.flex-wrapper {
		width: 100dvw;
		gap: 2rem;
		position: relative;
		align-items: center;
	}
	.hero {
		height: 90dvh;
		width: 100%;
		margin: 0 auto;
		padding: 0 1rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.hero-text-cont {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		margin-top: 10%;
	}
	.title-container {
		text-align: center;
	}
	.hero-title {
		font-size: 1.5rem;
		width: 100%;
		text-align: center;
		line-height: 2rem;
	}
	.hero-subtitle {
		font-size: 1rem;
		width: 100%;
		text-align: center;
		line-height: 1.5rem;
	}
	.terms-container {
		/* height: 90%; */

		align-items: center;
	}
	.terms-header {
		width: 90%;
	}
	.terms-header h1 {
		font-size: 1.25rem;
	}
	.terms-header p {
		font-size: 0.875rem;
	}
	.terms-content-title {
		text-align: center;
		font-size: 0.875rem;
	}
	.terms-content-text {
		font-size: 0.875rem;
	}
	#desktop-footer {
		display: none;
	}
	.footer {
		width: 90%;
		gap: 4px;
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 2.5%;
	}
	.footer-text {
		padding-top: 2.5%;
	}
	.img-container {
		max-width: 100%;
		width: 80dvw;
		margin-bottom: 2rem;
		align-self: center;
	}
	.phone-img {
		width: 100%;
	}
	.contact-container {
		display: none;
	}
	.dropdown-content {
		margin: 0;
		gap: 0;
	}
	.dropbtn {
		height: 100%;
	}
	.menu-toggler {
		display: flex;
	}
	.terms-content {
		padding-bottom: 1rem;
	}
}

@media screen and (max-width: 450px) {
	.flex-wrapper {
		gap: 0;
	}
	.hero-subtitle {
		font-size: 0.875rem;
	}
	.footer-text {
		font-size: 0.75rem;
	}
	.footer {
		/* min-height: 35dvh; */
		line-height: 30px;
	}
}

@media screen and (max-width: 375px) {
	.app-link-img {
		width: 138px;
		height: 48px;
	}
	.title-container {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 320px) {
	.hero {
		margin: 0 auto;
	}
}

/* By Height */
@media screen and (max-height: 750px) and (min-width: 725px) {
	.img-container {
		width: 50%;
	}
}
