body.hidden {
    overflow: hidden;
}
html {
	scroll-behavior: smooth;
}
.page {
	overflow: hidden;
	position: relative;
}
.header {
	position: relative;
	z-index: 1;
}
.title {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 72px;
	line-height: 86px;
	color: #010630;
}
.title.large {
	font-size: 96px;
	font-weight: 700;
	line-height: 120px;
}
.title.small {
	font-size: 40px;
	line-height: 48px;
}
.title.tiny {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.desc {
	font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #7B8481;
}
.desc.small {
	font-size: 14px;
	line-height: 20px;
}
.mob {
	display: none;
}
button,
a {
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: .3s;
}
a:hover  {
	opacity: .5;
}
.button {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	transition: .3s;
	background: #50ABFF;
	border-radius: 12px;
	position: relative;
	padding: 12px;
	width: 226px;
	display: table;
	text-align: center;
}
.section {
	padding: 0 16px;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

/* header */
.header {
	padding: 48px 16px 64px;
}
.header .logo .img {
	width: 256px;
}
.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.header .nav {
	display: flex;
	gap: 24px;
}

.hero-section .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}
.hero-section .text {
	max-width: 635px;
}
.hero-section .desc {
	margin-top: 8px;
	max-width: 345px;
}
.hero-section .button {
	margin-top: 32px;
}
.hero-section .img {
	max-width: 560px;
}



.about-section {
	padding-top: 65px;
}
.about-section .flex {
	display: flex;
	margin-top: 40px;
	gap: 64px;
	align-items: center;
}
.about-section .img {
	max-width: 600px;
}
.about-section .desc {
	max-width: 345px;
}

.features-section {
	padding-top: 100px;
}
.features-section .flex {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.features-section .item {
	width: calc(50% - 12px);
	border: 1px solid #D7DAD9;
	border-radius: 60px;
	padding: 36px;
	position: relative;
	min-height: 364px;
}
.features-section .item .desc {
	margin-top: 8px;
	max-width: 285px;
}
.features-section .item .img {
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 300px;
}
.features-section .item .text {
	max-width: 70%;
}


.services-section {
	padding-top: 100px;
}
.services-section .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	border-radius: 24px;
	background: #02052E;
	padding: 40px 72px;
	gap: 40px 64px;
}
.services-section .item {
	width: calc(50% - 32px);
	border-radius: 24px;
	background: #FFFFFF;
	padding: 32px 24px;
	min-height: 200px;
}
.services-section .item .img {
	width: 24px;
}
.services-section .item .title-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.services-section .item .desc {
	margin-top: 8px;
}



.get-in-touch-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.get-in-touch-section form {
	margin-top: 40px;
	padding: 48px 54px;
	background: #02052E;
	border-radius: 24px;
	gap: 24px;
	display: flex;
	flex-direction: column;
}
.get-in-touch-section .button {
	width: 100%;
}
input, select, textarea {
	font-family: "Poppins", sans-serif;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	color: #000;
	padding: 16px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #D9D9D9;
	outline: 0;
	-webkit-appearance: none;
}
textarea {
	min-height: 132px;
}
input::placeholder,
textarea::placeholder {
	color: #7B8481;
}
select {
	background-image: url('../assets/caret.svg');
	background-size: 24px;
	background-position: top 16px right 16px;
	background-repeat: no-repeat;
}

footer {
	padding: 32px 16px;
	background: #010630;
}
footer .logo .img {
	width: 140px;
}
footer .wrapper {
	display: flex;
}
footer .left {
	width: 40%;
}
footer .right {
	width: 60%;
	display: flex;
	justify-content: space-between;
}
footer .info {
	display: flex;
	gap: 48px;
}
footer .info .desc + .desc {
	color: #fff;
	margin-top: 16px;
	display: inline-block;
}
footer .left ul {
	margin-top: 16px;
}
footer .left ul .desc {
	color: #fff;
	margin-bottom: 4px;
	display: block;
}
footer .wrapper + .wrapper {
	margin-top: 170px;
	display: flex;
	gap: 16px 54px;
	flex-wrap: wrap;
}
footer .wrapper + .wrapper ul {
	display: flex;
	gap: 24px;
}
footer .wrapper + .wrapper li {
	position: relative;
}
footer .wrapper + .wrapper li::after {
	content: '/';
	font-family: "Poppins", sans-serif;
    font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #7B8481;
	position: absolute;
	left: calc(100% + 8px);
	top: 50%;
	transform: translateY(-50%);
}
footer .wrapper + .wrapper li:last-child:after {
	display: none;
}

@media screen and (max-width: 1200px) {
	.title {
		font-size: 46px;
		line-height: 52px;
	}
	.title.large {
		font-size: 64px;
		line-height: 74px;
	}
	.title.small {
		font-size: 24px;
		line-height: 32px;
	}
	.header .logo .img {
		width: 156px;
	}
	.button {
		width: 146px;
	}
	.header .nav {
		text-align: center;
	}
	.about-section .img {
		max-width: 400px;
	}
	.about-section .flex {
		gap: 32px;
	}
	.hero-section .img {
		max-width: 400px;
	}
	.features-section .item .img {
		width: 200px;
	}
}

@media screen and (max-width: 768px) {
	.header .nav {
		display: none;
	}
	.header {
		padding: 24px 16px;
	}
	.hero-section .wrapper {
		flex-direction: column;
	}
	.hero-section .text {
		text-align: center;
		max-width: 100%;
	}
	.hero-section .desc {
		margin: 8px auto 0;
	}
	.hero-section .button {
		margin: 32px auto 0;
	}
	.hero-section .img {
		margin: 16px auto 0;
	}
	.about-section {
		text-align: center;
	}
	.about-section .flex {
		flex-direction: column;
	}
	.features-section {
		text-align: center;
	}
	.features-section .item {
		width: 100%;
		border-radius: 12px;
		padding: 16px;
		text-align: left;
	}
	.features-section .item .text {
		max-width: 100%;
	}
	.services-section {
		text-align: center;
	}
	.services-section .item {
		width: 100%;
		border-radius: 12px;
		padding: 16px;
		text-align: left;
	}
	.services-section .list {
		padding: 16px;
		gap: 16px;
	}
	.get-in-touch-section {
		text-align: center;
	}
	.get-in-touch-section form {
		padding: 16px;
		gap: 16px;
		text-align: left;
	}
	footer .wrapper {
		flex-direction: column;
		gap: 32px;
		width: 100%;
	}
	footer .right {
		width: 100%;
		flex-direction: column;
	}
	footer .left {
		width: 100%;
	}
	footer .info {
		gap: 32px;
		flex-direction: column;
		margin-bottom: 32px;
	}
	footer .info .desc + .desc {
		margin-top: 4px;
	}
	footer .wrapper + .wrapper {
		margin-top: 32px;
		flex-direction: column-reverse;
	}
	footer .wrapper + .wrapper ul {
		flex-direction: column;
		gap: 4px;
	}
	footer .wrapper + .wrapper ul li:after {
		display: none;
	}
	footer .wrapper + .wrapper li::after {
		content: "";
	}
	::marker {
		content: "";
	}
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    font-family: 'Poppins', sans-serif;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    font-family: "Mulish", sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.main.text-page .section {
	padding: 16px 16px 45px 16px;
	font-family: "Poppins", sans-serif;
}
.main.text-page h1 {
	text-align: center;
    font-weight: bold;
    font-size: 46px;
	margin-bottom: 50px;
}
.main.text-page h3 {
	font-weight: bold;
	margin-bottom: 15px;
}
.main.text-page p {
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 35px;
}