@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/gothampro_medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

body {
	margin: 0;
	background: #111;
	font-family: 'GothamPro';
	font-weight: normal;
    font-style: normal;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

.main {
	width: 1080px;
	height: 1920px;
	position: relative;
	background: url('./img/bg.png') no-repeat center center;
	background-size: cover;
}

.main-ocean {
	width: 1080px;
	height: 1920px;
	position: relative;
	background: url('./img/ocean-bg.png') no-repeat top center;
	background-size: contain;
}

.main-volcano {
	width: 1080px;
	height: 1920px;
	position: relative;
	background: url('./img/volcano-bg.png') no-repeat top center;
	background-size: contain;
}

.main-vdv {
	width: 1080px;
	height: 1920px;
	position: relative;
	background: url('./img/vdv-bg.png') no-repeat top center;
	background-size: contain;
}

.title {
	position: absolute;
	top: 64px;
	left: 48px;
	color: #fff;
	font-size: 72px;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
}

.logo {
	position: absolute;
	top: 64px;
	right: 48px;
}

.maintext {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	top: 256px;
	left: 304px;
	max-width: 712px;
}

.maintext span {
	font-weight: 700;
}

.tile {
	width: 400px;
	height: 436px;
	background-size: cover !important;
	position: absolute;
	border-radius: 48px;
	z-index: 10;
}

.ocean_tile {
	background: url('./img/ocean.jpg') no-repeat center center;
	top: 456px;
	left: 48px;
}

.volcano_tile {
	background: url('./img/volcano.jpg') no-repeat center center;
	top: 456px;
	right: 48px;
}

.vdv_tile {
	background: url('./img/vdv.jpg') no-repeat center center;
	top: 920px;
	left: 340px;
}

.tile .name {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	position: absolute;
	top: 138px;
	left: 20px;
}

.ocean_title {
	background: linear-gradient(90deg, #0280FF 0%, #16D9FB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.volcano_title {
	background: linear-gradient(90deg, #FF370A 0%, #FFBC36 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vdv_title {
	background: linear-gradient(90deg, #FF5151 0%, #FF3535 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tile p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: absolute;
	top: 178px;
	left: 20px;
	max-width: 360px;
	margin: 0;
}

.ocean_animation {
    background: linear-gradient(90deg, #0280FF, #16D9FB, #1694FF, #2AEDFF);
    background-size: 400% 400%;
    animation: gradientButton 5s ease-in-out infinite;
}

.volcano_animation {
    background: linear-gradient(90deg, #FF370A, #FFBC36, #FF4B1E, #FFD04A);
    background-size: 400% 400%;
    animation: gradientButton 5s ease-in-out infinite;
}

.vdv_animation {
	background: linear-gradient(90deg, #FC0000, #9A0000, #FF1414, #AE1414);
    background-size: 400% 400%;
    animation: gradientButton 5s ease-in-out infinite;
}

@keyframes gradientButton {
    0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.tile a {
	display: flex;
	width: 360px;
	height: 64px;
	justify-content: center;
	align-items: center;
	border-radius: 52px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.ocean_title a {
	box-shadow: 0 0 24px 0 rgba(2, 157, 255, 0.48);
}

.volcano_title a {
	box-shadow: 0 0 24px 0 rgba(255, 75, 30, 0.48);
}

.vdv_title a {
	box-shadow: 0 0 24px 0 rgba(255, 20, 20, 0.48);
}

.tile a span {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 18.4px;
}

.tile a .arrow {
	display: flex;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 32px;
	background: #051536;
}

.line1 {
	position: absolute;
	left: 250px;
    top: 910px;
    z-index: 10;
}

.line2 {
	position: absolute;
	right: 250px;
    top: 910px;
    z-index: 10;
}

.pavilion {
	position: absolute;
	top: 755px;
	left: 0;
	z-index: 0;
	width: 100%;
}

.circle {
	position: absolute;
	top: 1460px;
    left: 490px;
	z-index: 10;
	width: 100px;
	height: 100px;
	border-radius: 84px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.youarehere {
	border-radius: 32px;
	background: #fff;
	padding: 8px 20px;
	color: rgba(0, 0, 0, 0.90);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	position: absolute;
	top: 1566px;
    left: 410px;
}

.bottom {
	padding: 32px 40px;
	border-radius: 32px;
	border: 2px solid rgba(2, 157, 255, 0.60);
	background: rgba(110, 158, 255, 0.16);
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	position: absolute;
	bottom: 80px;
    left: 44px;
    width: 988px;
}

.ocean-1 {
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	position: absolute;
	top: 304px;
    left: 44px;
    background: linear-gradient(90deg, #0280FF 0%, #16D9FB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ocean-2 {
	font-size: 92px;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
	position: absolute;
	top: 344px;
    left: 44px;
    background: linear-gradient(90deg, #0280FF 0%, #16D9FB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.volcano-1 {
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	position: absolute;
	top: 304px;
    left: 44px;
    background: linear-gradient(90deg, #FF370A 0%, #FFBC36 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.volcano-2 {
	font-size: 92px;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
	position: absolute;
	top: 344px;
    left: 44px;
    background: linear-gradient(90deg, #FF370A 0%, #FFBC36 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vdv-1 {
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	position: absolute;
	top: 304px;
    left: 44px;
    background: linear-gradient(90deg, #FF1414 0%, #AE1414 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vdv-2 {
	font-size: 92px;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
	position: absolute;
	top: 344px;
    left: 44px;
    background: linear-gradient(90deg, #FF1414 0%, #AE1414 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ocean-3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	position: absolute;
	top: 468px;
    left: 44px;
    max-width: 904px;
}

.ocean-4 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	position: absolute;
	top: 644px;
    left: 44px;
}

.back-ocean {
	position: absolute;
	top: 180px;
    left: 44px;
	padding: 12px 48px 12px 12px;
	border-radius: 84px;
	background: #051536;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.back-volcano {
	position: absolute;
	top: 180px;
    left: 44px;
	padding: 12px 48px 12px 12px;
	border-radius: 84px;
	background: #220104;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.back-vdv {
	position: absolute;
	top: 180px;
    left: 44px;
	padding: 12px 48px 12px 12px;
	border-radius: 84px;
	background: #370000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.circle-ocean {
	width: 68px;
	height: 68px;
	border-radius: 68px;
	box-shadow: 0 0 80px 0 rgba(2, 157, 255, 0.80);
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle-volcano {
	width: 68px;
	height: 68px;
	border-radius: 68px;
	box-shadow: 0 0 80px 0 rgba(255, 55, 10, 0.80);
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle-vdv {
	width: 68px;
	height: 68px;
	border-radius: 68px;
	box-shadow: 0 0 24px 0 rgba(255, 20, 20, 0.48);
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back span {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
}

.ocean-tile-1 {
	display: flex;
	width: 562px;
	height: 428px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 700px;
    left: 44px;
    border-radius: 32px;
	background: #051536;
}

.ocean-tile-2 {
	display: flex;
	width: 406px;
	height: 428px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 700px;
    left: 626px;
    border-radius: 32px;
	background: #1C3464;
}

.ocean-tile-3 {
	display: flex;
	width: 562px;
	height: 452px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 1144px;
    left: 44px;
    border-radius: 32px;
	background: #051536;
}

.ocean-tile-4 {
	display: flex;
	width: 406px;
	height: 452px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 1144px;
    left: 626px;
    border-radius: 32px;
	background: #1C3464;
}

.plitka img {
	border-radius: 16px;
	margin-bottom: 20px;
	width: 100%;
}

.plitka p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.plitka p span {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.main-ocean .plitka p span {
	background: linear-gradient(90deg, #0280FF 0%, #16D9FB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-volcano .plitka p span {
	background: linear-gradient(90deg, #FF370A 0%, #FFBC36 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-vdv .plitka p span {
	background: linear-gradient(90deg, #FF5E5E 0%, #E81313 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.volcano-tile-1 {
	display: flex;
	width: 406px;
	height: 452px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 700px;
    left: 44px;
    border-radius: 32px;
	background: #5E1012;
}

.volcano-tile-2 {
	display: flex;
	width: 562px;
	height: 452px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 700px;
    left: 470px;
    border-radius: 32px;
	background: #220104;
}

.volcano-tile-3 {
	display: flex;
	width: 317px;
	height: 500px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 1174px;
    left: 44px;
    border-radius: 32px;
	background: #220104;
}

.volcano-tile-4 {
	display: flex;
	width: 317px;
	height: 500px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 1174px;
    left: 381px;
    border-radius: 32px;
	background: #5E1012;
}

.volcano-tile-5 {
	display: flex;
	width: 317px;
	height: 500px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 1174px;
    left: 714px;
    border-radius: 32px;
	background: #220104;
}

.vdv-tile-1 {
	display: flex;
	width: 406px;
	height: 572px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 700px;
    left: 44px;
    border-radius: 32px;
	background: #6D0C0C;
}

.vdv-tile-2 {
	display: flex;
	width: 562px;
	height: 572px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 700px;
    left: 470px;
    border-radius: 32px;
	background: #370000;
}

.vdv-tile-3 {
	display: flex;
	width: 406px;
	height: 568px;
	padding: 16px 16px 40px 16px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 1294px;
    left: 44px;
    border-radius: 32px;
	background: #6D0C0C;
}

.vdv-tile-4 {
	display: flex;
	width: 562px;
	height: 568px;
	padding: 32px 32px 40px 32px;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 1294px;
    left: 470px;
    border-radius: 32px;
	border: 2px solid rgba(248, 0, 0, 0.60);
	background: rgba(217, 92, 94, 0.20);
}

.vdv-tile-4 p {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	background: linear-gradient(180deg, #FFF 0%, #999 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}