@font-face {
  font-family: 'Benzin';
  src: url('/api/assets/fonts/Benzin-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Benzin';
  src: url('/api/assets/fonts/Benzin-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Benzin';
  src: url('/api/assets/fonts/Benzin-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Benzin';
  src: url('/api/assets/fonts/Benzin-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Benzin';
  src: url('/api/assets/fonts/Benzin-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

.container,
.index-header,
.section,
footer {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

  .navbar {
    transition: .4s;
    border-bottom: 1px solid #0600550a;
    background-color: #030033d7
}

.navbar a {
    color: #fff!important
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em
}

.navbar-collapse {
    justify-content: flex-end!important;
}

.nav-item {
    font-weight: 600;
    letter-spacing: .1em;
    padding: .5rem .35rem;
    text-transform: uppercase;
    border-radius: 50px;
}

.nav-link{
    border-radius: 50px;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #fff
}

.dropdown-menu {
    background: #242424!important;
    padding: 0;
    text-align: center
}

.dropdown-menu a {
    font-weight: 600
}

.dropdown-item:hover,.dropdown-item:active,.dropdown-item:focus {
    background: #000!important;
    border-radius: .25rem
}

.scrolled {
    background: #111
}

.navbar i {
    text-shadow: 0 0 10px #2f00ff71
}

::selection {
    background: rgba(17, 0, 255, 0.4)
}

body {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);
    color: #fff;
    font-family: 'Benzin', sans-serif;
    font-weight: medium;
}

.index-header {
    align-items: center;
    background: rgba(0,0,0,.35);
    display: flex;
    height: 160vh;
    max-height: 1025px;
    padding: 0;
    position: relative;
    width: 100%
}

.page-header {
    margin-top: 6em
}

.page-bg {
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    z-index: -1
}

.index-bg {
    background-image: url(/api/assets/img/ChaosPastNtf.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    filter: blur(8px);
}

.brand {
    max-width: 70%
}

.brand h1 {
    font-size: 2.8em;
    font-weight: 600;
    letter-spacing: .1em
}

.brand p {
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 30px
}

.brand img {
    height: 200px;
    margin-bottom: 20px;
    width: 200px
}

.play-btn {
    background: rgba(43, 43, 43, 0.486);
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    padding: 22px 36px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.play-btn:hover {
    box-shadow: 0 10px 50px #7d7d7d;
    color: #fff;
    text-decoration: none
}

.play-btn i {
    transition: transform .3s ease-in-out
}

.play-btn:hover i {
    transform: translate(5px)
}

.main {
    position: relative
}

.section {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%);
    padding: 100px 0;
    position: relative
}

.section h2 {
    font-weight: 800
}

.section p {
    font-size: 24px;
    font-weight: 600;
}

.images-container {
    bottom: 0;
    position: absolute
}

.images-container img {
    height: 100%;
    width: 100%
}

.hover-card-3d {
  padding: 20px;
  margin: 10px;
  background: #01002e6e;
  border-radius: 8px;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.hover-card-3d:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.hover-card-3d {
  perspective: 1000px;
}

.hover-card-3d::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 0, 0, 0.1), rgba(29, 52, 255, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-card-3d:hover::before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
    .brand p {
        font-size:1.65em
    }
}

@media screen and (max-width: 475px) {
    .play-btn {
        font-size:1.55em
    }
}

@media screen and (max-width: 991px) {
    .images-container {
        display:none
    }

    .section {
        padding-top: 50px
    }

    .news-img {
        margin-bottom: 1rem
    }
}

.title-wrap {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    text-underline-offset: 6px
}

.rlbtn {
    padding: .5em;
    border: 2px solid #0400ff;
    text-decoration: none;
    color: #1100ff;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    width: 100%;
    transition: .15s;
    font-size: 1.05rem;
    background-color: transparent
}

.rlbtn:hover {
    border-color: #fff;
    color: #fff
}

.game-features {
    padding-left: 80px;
    position: relative
}

.game-features i {
    background: url(/api/assets/img/six-tringle-5820350873fgh.png) no-repeat;
    background-size: 100%;
    color: #000000;
    display: block;
    font-size: 21px;
    height: 60px;
    left: 0;
    line-height: 53px;
    margin-left: 0;
    padding-left: 7px;
    position: absolute;
    text-align: center;
    width: 60px
}

.game-features p, h3 {
    font-weight: 600
}

#steps {
    background: rgba(0,0,0,.65);
    position: relative
}

.steps-bg {
    background-image: url(/api/assets/img/final.png);
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.server-unavailable {
    color: #8400ff
}

.server-unavailable:hover:after {
    opacity: 1
}

.server-unavailable:after {
    content: "Сервер недоступен";
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    padding: 5px 10px;
    background-color: #111;
    border-radius: 10px;
    position: absolute;
    right: -7px;
    top: 42px;
    opacity: 0;
    transition: .2s;
    pointer-events: none
}

.summary-online {
    color: #1100ff
}

.steps-desc {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 15px;
    text-align: center
}

.steps-grid {
    grid-gap: 60px;
    margin: 50px auto 0;
    width: 80%
}

.steps-grid>div {
    background: #04051b5e;
    height: 490px;
    padding: 30px;
    border-radius: 50px;
    position: relative
}

.steps-grid>div span.step-count {
    align-items: center;
    background: #cecece;
    border-radius: 50%;
    bottom: 80%;
    color: #28282d;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 50px;
    justify-content: center;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px
}

.steps-grid>div p strong {
    font-weight: 700
}

.steps-grid>div p {
    margin-top: 125px;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 400;
    height: 190px;
    line-height: 1.2
}

.step-btn {
    background: #e9e9e9;
    border-radius: 50px;
    color: #282828 !important;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05);
    border: none;
    cursor: pointer;
    overflow: hidden;
}

.step-btn:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 26, 255, 0.5),
        0 6px 50px rgba(214, 214, 214, 0.2);
}

.step-btn:active {
    transform: translateY(-1px);
    box-shadow: 
        0 4px 8px rgba(0, 26, 255, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.08);
}

.questions {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    padding: 80px 0;
    text-align: center;
    text-transform: uppercase
}

.link {
    color: #2600ff;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.link:hover {
    border-color: #fff;
    color: #fff
}

.server-block {
    border-radius: 30px;
    background: linear-gradient(45deg, rgba(255, 0, 0, 0.1), rgba(29, 52, 255, 0.1));
    line-height: 40px;
    padding: 25px
}

.server-block h3 {
    font-weight: 600;
    position: relative;
    z-index: 1
}

.server-online {
    float: right;
    letter-spacing: 3px
}

.server-block p {
    padding: 10px 0
}

.server-block button {
    border-radius: 50px;
    text-align: start;
    background: #1a1a1a;
    color: #fff!important;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.15rem;
    padding: 10px 15px;
    text-decoration: none;
    transition: text-shadow .3s
}

.server-block button:hover {
    opacity: .8
}

.about-header {
    background-image: linear-gradient(179.61deg,rgb(255,210,73) 0%,rgb(230,151,50) 100%);
    border-radius: 30px;
    box-shadow: 0 0 20px #27418a;
    padding: 30px;
    text-align: center
}

.about-header h1,.about-header p {
    font-weight: 700;
    margin-left: 40px
}

.about-header h1 {
    font-size: calc(1em + 2.5vw)
}

.about-header p {
    font-size: calc(1em + 1.5vw)
}

.about-container {
    padding-top: 50px
}

.about-container h2 {
    border-left: #1100ff 3px solid;
    font-size: 36px;
    font-weight: 700;
    padding-left: 20px
}

.about-container i {
    font-size: 30px
}

.about-info p {
    font-size: 24px;
    font-weight: 600;
    max-width: 700px;
    width: 95%
}

.support-info p {
    font-size: 24px;
    font-weight: 600
}

.footer {
    background: #000000;
    white-space: nowrap;
    width: 100%
}

.footer-link a {
    cursor: pointer;
    transition: .2s
}

.footer-link a:hover {
    opacity: .6
}

.owner {
    background-color: #1a1a1a;
    border-radius: 10px
}

.owner-name {
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase
}

.owner-bio {
    font-weight: 500;
    font-size: 1.05rem
}

.owner-avatar {
    height: 100%;
    width: 128px;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px
}

.faq-inner {
    border-left: 4px solid #0011ff;
    padding: .5em .75em
}

.faq-inner h2,.faq-inner p {
    padding: 0;
    margin: 0;
    text-align: justify
}

.faq-inner h2 {
    font-weight: 700;
    margin-bottom: 15px
}

.faq-inner h2:before {
    font-family: "Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;
    content: "⁉️";
    width: 32px;
    height: 32px
}

.faq-inner p:before {
    font-family: "Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;
    content: "📌";
    width: 32px;
    height: 32px;
    padding: 0 10px
}

.info-block {
    border-left: 4px solid #2f00ff;
    padding: 0 .75em
}

article {
    overflow: hidden
}

.news-content {
    overflow: hidden;
    text-overflow: "...";
    display: -webkit-box;
    -line-clamp: 10;
    -webkit-box-orient: vertical
}

.news-img {
    border-radius: 5px;
    height: 100%;
    width: 100%
}

.news-term {
    font-weight: 600;
    min-width: 8rem;
    border: 2px solid #001aff;
    background-color: #001aff;
    color: #000;
    border-radius: 5px
}

.news-image-container {
    height: 50vh;
    width: 70vw;
    margin: 2rem auto;
    background-position: center center;
    background-size: cover;
    border-radius: 5px
}

.stats-player {
    height: 20em;
    border-radius: 20px;
    position: relative
}

.player-place {
    font-size: 2rem;
    border-radius: 50%;
    padding: .2em;
    width: 4rem;
    height: 4rem;
    vertical-align: middle
}

.player-name {
    line-break: anywhere
}

.player-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%
}

@media screen and (min-width: 997px) {
    .place-gold {
        height:22em;
        transform: translateY(-2em)
    }
}

.player-place {
    position: absolute;
    top: 0;
    transform: translateY(-2.5rem)
}

.place-gold {
    box-shadow: 0 0 20px 5px #001aff
}

.place-gold>.player-place {
    background-color: #001aff;
    box-shadow: 0 0 5px #001aff;
    color: #000
}

.place-silver>.player-place {
    background-color: #eee;
    box-shadow: 0 0 5px #eee;
    color: #000
}

.place-bronze>.player-place {
    background-color: #33707b;
    box-shadow: 0 0 5px #33707b;
    color: #000
}

.player-personal-bio {
    padding: 1.5em;
    background-color: #1a1a1a;
    border-radius: 10px
}

.player-personal-bio .player-avatar {
    width: 128px;
    height: 128px
}

.stat {
    margin: .25em 0;
    font-size: 1.1rem
}

.stat-name {
    text-transform: uppercase;
    font-weight: 700
}

.stat-value {
    font-weight: 500
}

#sans-trigger {
  display: block;
  margin: 0 auto;
  background: none;
  border: none;
  cursor: pointer;
}
