:root {
	--1 : #FCD201;
	--2: ;
	--3: #0F172A;
	--ff1: 'Be Vietnam Pro';
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body *,
body,
* {
	font-family: var(--ff1);
}

body {
	background: var(--3);
}

.container {
	max-width: calc(100% - 40px);
	width: 1360px;
	margin: 0 auto;
}

.btn {
	background-color: var(--1);
	border-radius: 50px;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	display: inline-block;
	text-decoration: none;
	color: var(--3);
	font-weight: 600;
	font-size: 16px;
}

.underline-btn {
	text-decoration: underline;
	color: #fff;
}

body {
	position: relative;
	min-height: 100vh;
	background:
	radial-gradient(circle at 20% 20%, rgba(201, 162, 39, 0.18), transparent 30%),
	radial-gradient(circle at 80% 25%, rgba(201, 162, 39, 0.12), transparent 35%),
	radial-gradient(circle at 70% 60%, rgba(30, 41, 59, 0.4), transparent 30%),
	linear-gradient(135deg, #0F172A 0%, #020617 100%);
	overflow-x: hidden;
	margin: 0;
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at center, transparent 40%, rgba(0, 0, 0, 0.25) 100%);
	z-index: 0;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background:
	radial-gradient(circle at 75% 30%, rgba(201, 162, 39, 0.10), transparent 25%),
	radial-gradient(circle at 30% 75%, rgba(201, 162, 39, 0.06), transparent 30%);
	filter: blur(80px);
	z-index: 0;
}

img {
	width: 100%;
}

header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	position: relative;
	z-index: 999;
}

header .container {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	align-items: center;
}

header .logo,
header .nav,
header .secondary {
	flex: 1;
}

header .logo a {
	display: flex;
	align-items: center;
	width: 200px;
}

header .nav ul {
	display: flex;
	list-style: none;
	align-items: center;
	gap: 40px;
	margin: 0;
	padding: 0;
	justify-content: center;
	position: relative;
}

header .nav ul li {
	position: relative;
	padding: 20px 0;
}

header .nav ul li.current_page_item a {
	color: #fff;
}

header .nav ul li a {
	color: #aaa;
	font-weight: 600;
	text-decoration: none;
	transition: .4s;
	font-size: 16px;
}

header .nav ul li a:hover {
	color: #fff;
}

header .nav ul li .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	padding: 20px;
	margin-top: 0px;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(20px);
	-webkit-text-fill-color: inherit;
	background-color: #ffffff0d;
	background-clip: border-box;
	border-radius: 12px;
	white-space: nowrap;
	row-gap: 16px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

header .nav ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

header .nav ul li .sub-menu li {
	white-space: nowrap;
	padding: 0;
}

header .nav ul li .sub-menu li a {
	font-size: 14px;
}

header .secondary {
	display: flex;
	justify-content: flex-end;
}

footer {
	background-color: var(--3);
	position: relative;
}

footer .container {
	padding: 80px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
}

footer .col {
	flex: 0 0 calc(20% - 40px);
}

footer .col.col2 {
	flex: 0 0  calc(40% - 40px);
}

footer .col .logo a {
	display: flex;
	align-items: center;
	width: 180px;
}


footer .col.logo-col p {
	color: #aaa;
	font-size: 14px;
	line-height: 1.7;
	margin: 20px 0;
}

footer .col .footer-title {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

footer .col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .col ul li {
	padding: 5px 0;
}

footer .col ul li ul.sub-menu {
	display: none;
}

footer .col ul li a {
	text-decoration: none;
	color: #aaa;
	font-size: 14px;
	transition: .4s;
}

footer .col ul li a:hover {
	color: #fff;
}

footer .col.col2 ul.menu {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

footer .col.col2 ul.menu li {
	flex: 0 0 calc(50% - 10px);
}

footer .subfooter {
	background-color: #1A284A
}

footer .subfooter .container {
	padding: 20px 0;
	margin-top: 40px;
}

footer .subfooter .copy {
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 1.8;
	flex: 0 0 100%;
}

footer .subfooter .copy a {
	color: #fff;
}

.hero {
	padding: 60px 0;
	position: relative;
}

.hero .container {
	position: relative;
	display: flex;
	gap: 80px;
}

.hero .text,
.hero .hero-video{
	flex: 0 0 calc(50% - 40px);
}

.hero .text h1 {
	font-size: 65px;
	line-height: 1.1;
	color: #fff;
	font-weight: 600;
	margin: 0 0 30px;
}

span.colored {
	color: var(--1)
}

.hero .text p {
	margin: 0 0 50px;;
	color: #aaa;
	font-size: 18px;
	line-height: 1.7;
}

.hero .text .btn {
	margin-top: 0;
}

.hero .text .footer-text {
	display: flex;
	align-items: center;
	gap: 40px;
}

.hero .text .footer-text .numbers {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero .text .footer-text .numbers .avatars {
	flex: 0 0 120px;
}

.hero .text .footer-text .numbers .number {
	color: #aaa;
	font-size: 14px;
}

.hero .text .footer-text .numbers .number span {
	display: block;
	font-size: 20px;
	color: #fff;
}

.hero .hero-img img {
	border-radius: 20px;
	height: auto;
}

.hero-video {
	position: relative;
	overflow: hidden;
	width: 50%;
	border-radius: 20px;
}

.hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.play-video {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.hero-video::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(2,6,23,0.4), rgba(2,6,23,0.9));
	z-index: 1;
}

.play-video svg:not(.progress-ring) {
	width: 16px;
	height: 16px;
	fill: #fff;
	position: relative;
	z-index: 2;
}

.progress-ring {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-90deg);
	width: 50px;
	height: 50px;
}

.progress-bg {
	fill: none;
	stroke: rgba(255,255,255,0.2);
	stroke-width: 3;
}

.progress-bar {
	fill: none;
	stroke: #C9A227;
	stroke-width: 2.5;
	stroke-dasharray: 138;
	stroke-dashoffset: 138;
	transition: stroke-dashoffset 0.12s linear;
}

.progress-bar.no-transition {
	transition: none;
}

.standard-section {
	padding: 80px 0px;
}

.img-text {
	display: flex;
	gap: 80px;
}

.img-text .image {
	flex: 0 0 calc(50% - 40px);
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.img-text .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text h2,
.text h3.big-h3  {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 30px;
}

.text h2.small-h2 {
	color: var(--1);
	font-size: 14px;
	font-weight: 500;
}

.text h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.text p {
	color: #aaa;
	font-size: 16px;
	line-height: 1.7;
}

.text ul {
	color: #aaa;
	list-style: none;
	padding: 0;
	line-height: 1.8;
}

.text ul li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: var(--1);
	border-radius: 50px;
	margin-right: 16px;
	vertical-align: middle;
}

.text .btn {
	margin-top: 20px;
}

.text.center {
	text-align: center;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.cta {
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(20px);
	-webkit-text-fill-color: inherit;
	background-color: #ffffff0d;
	border-radius: 12px;
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta .text {
	flex: 0 0 80%;
}

.cta .text h2 {
	margin-bottom: 10px;
}

.cta .text p {
	margin-bottom: 0;
}

.latest-section {
	padding-bottom: 80px;
}

.cta.center {
	text-align: center;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	header .hamb {
		position: relative;
		width: 35px;
		height: 35px;
		flex: 0 0 35px;
		margin-right: 20px;
		order: 2;
	}
	
	header .hamb span {
		height: 2px;
		background-color: #fff;
		width: 100%;
		position: absolute;
		top: 12px;
		right: 0;
		transition: .4s;
	}
	
	header .hamb span:last-child {
		top: 21px;
		background-color: var(--1);
		width: 25px
	}
	
	header .hamb.active span {
		transform: rotate(45deg);
	}
	
	header .hamb.active span:last-child {
		transform: rotate(-45deg);
		top: 12px;
		width: 100%;
		background-color: #fff;
	}
	
	header .nav,
	header .secondary {
		display: none;
	}
	
	header .logo a {
		width: 230px;
	}
	
	.hero-video {
		display: none;
	}
	
	.hero .text {
		flex: 0 0 100%;
	}
	
	.hero .text h1 {
		font-size: 36px;
	}
	
	.hero .text p {
		font-size: 16px;
	}
	
	.service-hero.hero {
		padding-bottom: 0;
	}
	
	.service-hero.hero .container{
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.standard-section {
		padding: 40px 0;
	}
	
	.img-text {
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.img-text .image {
		flex: 0 0 100%;
		height: 250px;
	}
	
	.text h2, .text h3.big-h3 {
		margin-bottom: 10px;
		font-size: 32px;
	}
	
	.text.center {
		text-align: left;
	}
	
	.cta {
		flex-wrap: wrap;
		padding: 30px;
	}
	
	.cta .text {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	
	footer .container {
		gap: 0;
	}
	
	footer .col.logo-col {
		margin-bottom: 20px;
	}
	
	footer .col,
	footer .col.col2{
		flex: 0 0 100%;
	}
	
	footer .col.col2 ul.menu li {
		flex: 0 0 100%;
	}
	
	footer .subfooter .copy {
		text-align: left;
	}
	
	footer .col:not(.logo-col) {
		border-bottom: 1px solid rgba(255,255,255,.2);
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	footer .col:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	footer .col:not(.active):not(.logo-col) > div {
		display: none;
	}
	
	footer .col .footer-title {
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
	}
	
	footer .col.active .footer-title {
		margin-bottom: 10px;
	}
	
	.footer-title::after {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		transition: transform 0.3s ease;
	}
	
	.col.active .footer-title::after {
		transform: rotate(180deg);
	}
}