* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--index: calc(1vw + 1vh);
	--transition: 1.5s cubic-bezier(.05, .5, 0, 1);
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	background-color: #ffffff;
	color: #000000;
	font-family: kamerik-3d;
}
.logo {
	--logo-size: calc(var(--index) * 7.8);
	width: var(--logo-size);
	height: var(--logo-size);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(51% - calc(var(--logo-size) / 2));
	top: calc(var(--index) * 2.8);
	z-index: 1;
}
.layers {
	perspective: 1000px;
	overflow: hidden;
}
.layers__container {
	height: 100vh;
	min-height: 500px;
	transform-style: preserve-3d;
	transform: rotateX(var(--move-y)) rotateY(var(--move-x));
	will-change: transform;
	transition: transform var(--transition);
}
.layers__item {
	position: absolute;
	inset: -5vw;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layer-1 {
	transform: translateZ(-55px) scale(1.06);
}
.layer-2 {
	transform: translateZ(80px) scale(.88);
}
.layer-3 {
	transform: translateZ(180px) scale(.8);
}
.layer-4 {
	transform: translateZ(190px) scale(.9);
}
.layer-5 {
	transform: translateZ(300px) scale(.9);
}
.layer-6 {
	transform: translateZ(380px);
}
.hero-content {
	font-size: calc(var(--index) * 2.9);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: calc(var(--index) * -.15);
	line-height: 1.35em;
	margin-top: calc(var(--index) * 5.5);
}
.hero-content span {
	display: block;
}
.hero-content__p {
	text-transform: none;
	font-family: "Roboto", sans-serif;
	letter-spacing: normal;
	font-size: calc(var(--index) * 1.3);
	line-height: 3;
	margin-bottom: 30px;
	color: #fff;
}
.layer-4, .layer-5, .layer-6 {
	pointer-events: none;
}
.hero-content h1 {
	color: #fff;
}
header {
	padding: 20px 15px 0 15px;
	position:absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
header img {
	width: 15vw;
	margin-bottom: 20px;
}
.menu {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 1.1vw;
	padding: 5px;
	border-radius: 5px;
	margin-top: -50px;
}
.menu_bg {
	padding-top: 40px;
	height: 50px;
	background-image: url('../img/bg.webp') ;
	opacity: 0.3;
	
}
.menu a {
	text-decoration: none;
}
.menu li {
	text-transform: uppercase;
	position: relative;
	list-style-type: none;
	color: #fff;
}
.menu__list {
	display: flex;
	justify-content: space-around;
	align-items: left;
	align-items: center;
}
.menu__list>li:hover .sub-menu__list {
	display: block;
	
}
.menu__link {
	color: #fff;
}
.sub-menu__list {
	display: none;
	min-width: 20vw;
	position: absolute;
	left: -3vw;
	top: 25px;
	padding: 5px;
	font-size: 1vw;
	padding: 10px 0px 0px 0px;
}
.sub-menu__list li a:hover {
	color: #ffffff;
}
.sub-menu__list>li {
	background-color: #ffffff;
}
.sub-menu__list>li:hover {
	background-color: #636363;
}
.sub-sub-menu__list>li {
	background-color: #ffffff;
}
.sub-sub-menu__list>li:hover {
	background-color: #636363;
}
.sub-menu__list>li:hover .sub-sub-menu__list {
	display: block;
}
.sub-menu__link {
	display: inline-block;
	padding: 10px 5px;
	color: #000;
}
.sub-sub-menu__list {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 15vw;
	padding: 0 0 0 5px;
}
.sub-sub-menu__list>li {
	background-color: #ffffff;
}
.sub-sub-menu__link {
	color: #000000;
	display: inline-block;
	padding: 5px 10px;
}
.hero-content__p {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}
.button-start {
	background-color: #202020;
	color: #ffffff;
}
.button-start:hover {
	transition: all 0.3s;
	background-color: #aaaaaa;
	color: #000;
}

.change-lang {
    position: fixed;
    right: 0;
    top: 0;
	width: 70px;
	height: 30px;
	background: rgba(25, 211, 0, 0.5);
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	z-index: 1000;
}


.rabochie_vizy:hover,
.turist_vizy:hover,
.students_vizy:hover,
.legalization:hover,
.vfs_global:hover,
.vizy_for_rb:hover {
	color: #958eff;
}