@font-face {
font-family: 'acrobat';
src: url(/fonts/Akrobat-Regular.otf);
}
@font-face {
font-family: 'acrobatBold';
src: url(/fonts/Akrobat-ExtraBold.otf);
}
html {
font-size: 16px;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: linear-gradient(#000000 0%, #2c2c2c 100%);
isolation: isolate;
font-family: 'acrobat';
min-height: 100vh;
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
body img {
pointer-events: none;
}
.navbar {
font-family: 'acrobatBold';
background: linear-gradient(to top, rgba(128, 128, 128, 0) 10%, black 90%);
backdrop-filter: blur(10px);
text-wrap: nowrap;
display: flex;
justify-content: center;
}
.navbar .container {
position: relative;
display: flex;
justify-content: space-between;
padding: 0;
margin: 0;
gap: 10rem;
}
.navbar-brand {
color: #fc9b00;
font-weight: 700;
letter-spacing: 1px;
display: flex;
align-items: center;
position: relative;
flex-shrink: 0;
}
.navbar-brand img {
width: 3.5vw;
min-width: 45px;
height: auto;
}
.navbar-brand strong p {
display: flex;
align-items: center;
justify-content: center;
font-family: 'acrobatBold';
font-size: 1.7rem;
letter-spacing: 1px;
margin-top: -0.5rem;
}
.navbar-brand:hover {
color: #fc9b00;
}
.collapse {
display: flex;
gap: 10rem;
}
.navbar-nav {
display: flex;
gap: 5rem;
}
.navbar-nav .nav-link {
color: #e0e0e0;
font-weight: 500;
transition: all 0.2s ease;
position: relative;
font-size: 1.2rem;
padding: 1rem 1.5rem;
}
.navbar-nav .nav-link:hover {
color: #fc9b00;
transform: scale(1.1);
}
.nav-link::after {
content: '';
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 2px;
background: #fc9b00;
transition: width 0.4s ease;
}
.nav-link:hover::after {
width: 70%;
}
.social-menu {
display: flex;
flex-direction: row;
flex-shrink: 0;
}
.social-menu .nav-item {
display: flex;
align-items: center;
margin-left: 10px;
}
.social-menu .nav-link img {
width: 2.5rem;
height: auto;
}
.social-menu .nav-link::after {
display: none;
}
.section1 {
position: relative;
width: 100%;
min-height: 100vh;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
overflow: hidden;
margin: 0;
padding: 0;
padding-top: 80px;
}
.information-title {
position: relative;
z-index: 10;
text-align: center;
width: 100%;
max-width: 1100px;
padding: 20px;
margin: 0 auto;
}
.information-title h1 {
font-family: 'acrobatBold';
font-size: clamp(2rem, 5vw, 5rem);
background: linear-gradient(#fc9b00, #ff6b00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
text-shadow: 0 0 60px #ff6a004d;
line-height: 1.4;
margin-bottom: 15px;
}
.information-title h3 {
font-size: clamp(1rem, 2vw, 2.5rem);
color: #e0e0e0;
font-weight: 300;
letter-spacing: 8px;
text-transform: uppercase;
margin-bottom: 25px;
text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}
.information-title a {
display: inline-block;
padding: 12px 40px;
background: linear-gradient(180deg, #fc9b00, #ff6b00);
color: #ffffff !important;
font-family: 'acrobatBold';
font-size: clamp(0.6rem, 1.2vw, 1.4rem);
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 50px;
text-decoration: none;
transition: all 0.4s ease;
box-shadow: 0 0 30px rgba(252, 155, 0, 0.3);
border: 1px solid #ff6b00;
}
.information-title a:hover {
transform: scale(1.02);
}
.information-title-media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 1;
}
.information-title-media img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.4;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 60%, transparent);
mask-image: linear-gradient(to bottom, transparent, black 20%, black 60%, transparent);
}
.section2 {
margin-top: 0;
padding: 40px 0 40px;
position: relative;
background: radial-gradient(ellipse at center, rgba(252, 155, 0, 0.05) 0%, transparent 70%);
min-height: 500px;
overflow: hidden;
}
.section2 .title {
margin-top: 0;
text-align: center;
margin-bottom: 30px;
position: relative;
}
.section2 .title h2 {
font-family: 'acrobatBold';
font-size: clamp(1.7rem, 3.5vw, 4rem);
color: #ffffff;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
display: inline-block;
}
.show-photos-wrapper {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
width: 100%;
padding: 20px 0;
cursor: grab;
}
.show-photos-wrapper:active {
cursor: grabbing;
}
.show-photos-wrapper::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
.show-photos-wrapper::-webkit-scrollbar-track {
display: none;
}
.show-photos-wrapper::-webkit-scrollbar-thumb {
display: none;
}
.show-photos {
display: inline-flex;
gap: 20px;
padding: 0 20px;
width: max-content;
animation: scroll 70s linear infinite;
cursor: default;
}
.show-photos img {
height: 250px;
width: auto;
border-radius: 12px;
object-fit: cover;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
flex-shrink: 0;
pointer-events: none;
user-select: none;
}
@keyframes scroll {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}
.show-photos-wrapper:hover .show-photos,
.show-photos-wrapper:active .show-photos,
.show-photos-wrapper.scrolling .show-photos {
animation-play-state: paused;
}
.section4 {
padding: 60px 0 30px;
position: relative;
min-height: 400px;
}
.section4 .title {
text-align: center;
}
.section3 {
padding: 60px 0 30px;
position: relative;
min-height: 400px;
}
.section3 .title {
text-align: center;
max-width: 1000px;
margin: 0 auto 40px;
}
.section3 .title h2,
.game-start h2,
.section4 .title h2 {
font-family: 'acrobatBold';
font-size: clamp(2rem, 3vw, 3.5rem);
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 30px;
}
.section3 .title ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 15px;
}
.section3 .title ul li {
font-size: clamp(1.1rem, 1.5vw, 1.8rem);
color: #ffffffbc;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
padding: 10px 20px;
background: rgba(255, 255, 255, 0.03);
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.05);
transition: all 0.3s ease;
}
.section3 .title ul li:hover {
background: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.15);
}
.section3 .title ul li a {
color: #fc9b00;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
padding: 5px 15px;
border-radius: 8px;
background: rgba(252, 155, 0, 0.1);
}
.section3 .title ul li a:hover {
background: rgba(252, 155, 0, 0.2);
text-shadow: 0 0 20px rgba(252, 155, 0, 0.3);
}
.game-start {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.game-start img {
max-width: 60%;
min-width: 400px;
}
.main-block {
position: relative;
}
footer {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
color: #ffffff;
font-size: 1rem;
flex-wrap: wrap;
width: 100%;
margin: 0;
margin-top: 40px;
text-wrap: nowrap;
text-align: center;
}
footer h4 {
font-family: 'acrobatBold';
color: #fc9b00;
margin-bottom: 20px;
font-size: 1.3rem;
}
footer li {
list-style-type: none;
line-height: 1.6rem;
}
footer a {
text-decoration: none;
color: white;
transition: all 0.5s ease;
}
footer a:hover {
text-shadow: 0 0 10px #ffffff88;
}
.brand-footer {
position: absolute;
color: #fc9b00;
font-weight: 700;
letter-spacing: 1px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.brand-footer img {
width: 3rem;
height: auto;
}
.brand-footer strong {
font-family: 'acrobatBold';
font-size: 1.4rem;
position: absolute;
left: 3.2rem;
bottom: 0.5rem;
}
footer .information {
text-align: start;
}
.brand-footer:hover {
text-shadow: none;
}
.social-menu-footer {
display: none;
}
@media (max-width: 991px) {
navbar .container {
padding-left: 15px;
}
.navbar-toggler {
position: absolute;
right: 15px;
top: 30px;
transform: translateY(-50%);
margin-left: 0;
z-index: 1100;
outline: none;
border: none;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
outline: none;
box-shadow: none;
border-color: transparent;
}
.navbar-toggler-icon {
width: 40px;
height: 40px;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,193,7,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-collapse {
position: fixed;
top: 10px;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.853);
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
z-index: 1050;
padding: 80px 20px 20px 20px;
margin-top: 0;
overflow-y: auto;
transition: all 0.3s ease;
}
.navbar-collapse .navbar-nav:first-child {
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 60%;
gap: 25px;
margin: 80px 0 0;
line-height: 100px;
}
.navbar-nav {
margin: 0 auto !important;
}
.social-menu {
display: none;
}
.nav-link::after {
display: none;
}
.section1 {
min-height: 60vh;
height: auto !important;
margin-top: 0;
padding: 0;
padding-top: 70px;
}
.information-title-media img {
opacity: 0.3;
}
.section2 {
margin-top: 0 !important;
min-height: 400px;
height: auto !important;
padding: 20px 0 40px;
}
.show-photos img {
height: 180px;
}
.show-photos {
animation-duration: 40s;
}
.section3 ul > li {
margin: 0 1rem;
}
footer {
flex-direction: row;
align-items: start;
text-align: center;
flex-wrap: nowrap;
padding: 0 20px;
margin-left: 2rem;
gap: 7rem;
}
footer .information {
text-align: start;
}
footer .social-menu-footer {
display: flex;
flex-direction: column;
gap: 0;
margin: 0;
}
}
@media (max-width: 576px) {
.navbar-brand{left: 10px;
}
.section1 {
min-height: 70vh;
height: auto !important;
padding: 0;
padding-top: 60px;
}
.information-title {
padding: 10px 15px;
}
.information-title-media img {
opacity: 0.25;
object-fit: cover;
}
.information-title h1 {
font-size: clamp(1.8rem, 6vw, 2.5rem);
}
.information-title h3 {
font-size: clamp(0.9rem, 3vw, 1.2rem);
letter-spacing: 4px;
}
.information-title a {
padding: 8px 20px;
font-size: 0.8rem;
top: 0;
}
.section2 {
position: relative;
margin-top: -30px !important;
min-height: 300px;
height: auto;
padding: 20px 0 30px;
}
.section2 .title h2 {
font-size: clamp(1.2rem, 4vw, 1.7rem);
padding: 0 10px;
}
.show-photos img {
height: 150px;
}
.show-photos {
animation-duration: 40s;
gap: 10px;
}
.section3 {
margin-top: -30px;
}
.section3 .title h2,
.game-start h2,
.section4 .title h2 {
font-size: clamp(1.5rem, 4vw, 2rem);
}
.game-start img {
max-width: 90%;
min-width: auto;
}
footer {
flex-direction: column;
justify-content: start;
text-align: left;
text-align: start;
gap: 0;
padding: 0;
margin: 0;
}
footer .information {
margin-left: 25px;
}
footer .gameInformation,
footer .impotaninpotant-information {
text-align: start;
}
footer .social-menu-footer {
margin: 0;
padding: 0;
flex-direction: row;
margin: 0px !important;
}
}