﻿.navbar {
    transition: .4s;
    border-bottom: 1px solid #fafafa0a;
    background-color: rgba(21, 21, 21, 0.27);
}

.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;
}

.nav-item {
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: .5rem .7rem;
    text-transform: uppercase;
		margin-left: 50px !important;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, .2);
    border-radius: .2rem;
    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 20px #0078D7;
}

.donate {
	border: 2.5px solid #fff;
	border-radius: 8px;
	padding: 6px 10px !important;
}


/* For main elements */

::selection {
    background: #0078D7;
}

body {
    background-color: #111;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.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 {
    min-height: 83.4vh;
    margin-top: 6em;
}

.page-bg {
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.brand {
    max-width: 70%;
}

.brand h1 {
    font-size: 2.8em;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.brand p {
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.brand img {
    height: 124px;
    margin-bottom: 20px;
    width: 199px;
}

.play-btn {
    background: #131313;
    border: 3px solid #fff;
    border-radius: 20px;
    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 0 #7d7d7d;
    color: #fff;
    text-decoration: none;
}

.play-btn i {
    transition: transform .3s ease-in-out;
}

.play-btn:hover i {
    transform: translateX(5px);
}

.main {
    position: relative;
}

.section {
    background-color: #111;
    padding: 100px 0;
    position: relative;
}

.section h2 {
    font-weight: 600;
}

.section p {
    font-size: 24px;
}

.images-container {
    bottom: 0;
    position: absolute;
}

.images-container img {
    height: 100%;
    width: 100%;
}

@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-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 6px;
}

.rlbtn {
    padding: 0.5em;
    border: 2px solid #0078D7;
    text-decoration: none;
    color: #0078D7;
    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-size: 100%;
    color: #0078D7;
    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;
}

#steps {
    background: rgba(0, 0, 0, .65);
    position: relative;
}

.steps-bg {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.server-unavailable {
    color: darkorange;
}

.server-unavailable:hover::after {
    opacity: 1;
}

.server-unavailable:after {
    content: 'Сервер недоступен';
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 5px 10px;
    background-color: #111111;
    border-radius: 10px;
    position: absolute;
    right: -7px;
    top: 42px;
    opacity: 0;
    transition: .2s;
    pointer-events: none;
}

.summary-online {
    color: #0078D7;
}

.steps-desc {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 15px 0;
    text-align: center;
}

.steps-grid {
    grid-gap: 60px;
    margin: 50px auto 0;
    width: 90%;
}

.steps-grid > div {
    background: #242424;
    height: 490px;
    padding: 30px;
    position: relative;
}

.steps-grid > div span.step-count {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    bottom: 15%;
    color: #2d2828;
    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 {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 400;
    height: 180px;
    line-height: 1.2;
}

.step-btn {
    background: #fff;
    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;
    transition: all .2s ease-in-out .02s;
}

.step-btn:hover {
    box-shadow: 0 10px 40px rgba(255, 255, 255, .37), 0 5px 0 0 #0078D7;
    transform: translateY(-5px);
}

.questions {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    padding: 80px 0;
    text-align: center;
    text-transform: uppercase;
}

.link {
    color: #0078D7;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.link:hover {
    border-color: #fff;
    color: #fff;
}

.server-block {
    background: #242424;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 40px;
    margin-top: 20px;
    padding: 25px;
}

.server-block h3 {
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.server-online {
    float: right;
    letter-spacing: 2.5px;
}

.server-block p {
    padding: 10px 0;
}

.server-block a {
    background: #1a1a1a;
    border-radius: 10px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.15rem;
    padding: 10px 15px;
    text-decoration: none;
    transition: text-shadow .3s;
}

.server-block a:hover {
    text-shadow: 0 0 2px;
}

@keyframes gradientAnimation {
	0% {
			background-image: linear-gradient(179.61deg, rgb(0, 120, 215) 0%, rgb(0, 100, 180) 100%);
	}
	25% {
			background-image: linear-gradient(179.61deg, rgb(0, 140, 215) 0%, rgb(0, 80, 160) 100%);
	}
	50% {
			background-image: linear-gradient(179.61deg, rgb(0, 160, 215) 0%, rgb(0, 60, 140) 100%);
	}
	75% {
			background-image: linear-gradient(179.61deg, rgb(0, 180, 215) 0%, rgb(0, 40, 120) 100%);
	}
	100% {
			background-image: linear-gradient(179.61deg, rgb(0, 120, 215) 0%, rgb(0, 100, 180) 100%);
	}
}

.about-header {
	border-radius: 30px;
	box-shadow: 0 0 20px #0078D7; /* Обновлено для соответствия синим цветом */
	padding: 30px;
	text-align: center;
	background-image: linear-gradient(179.61deg, rgb(0, 120, 215) 0%, rgb(0, 100, 180) 100%);
	animation: gradientAnimation 10s ease-in-out infinite;
}




.about-header h1, .about-header p {
    font-weight: 700;
}

.about-header h1 {
    font-size: calc(1em + 1.8vw);
}

.about-header p {
    font-size: calc(1em + 1.5vw);
}

.about-container {
    padding-top: 50px;
}

.about-container h2 {
    border-left: #0078D7 3px solid;
    font-size: 36px;
    font-weight: 700;
    padding-left: 20px;
}

.about-container i {
    font-size: 30px;
		color: #0078D7;
}

.about-info p {
    font-size: 24px;
    font-weight: 600;
    max-width: 700px;
    width: 95%;
}

.support-info p {
    font-size: 24px;
    font-weight: 600;
}

/* For all */

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 60px;
}

.footer {
    border-top: 2px solid #222;
    background: #111;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.owner {
    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 {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.faq-inner {
    border-left: 4px solid #0078D7;
    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 #0078D7;
    padding: 0 .75em;
}

article {
    overflow: hidden;
}

.news-content {
    overflow: hidden;
    text-overflow: '...';
    display: -webkit-box;
    -webkit-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 #0078D7;
    background-color: #0078D7;
    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: 0.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 > .player-place {
    background-color: #0078D7;
    box-shadow: 0 0 5px #0078D7;
    color: #000;
}

.place-gold {
    border: 3px solid #0078D7;
    box-shadow: 0 0 9px #0078D7;
}

.place-silver {
    border: 3px solid #eee;
    box-shadow: 0 0 5px #eee;
}

.place-bronze {
    border: 3px solid #7b4933;
    box-shadow: 0 0 5px #7b4933;
}

.place-silver > .player-place {
    background-color: #eee;
    box-shadow: 0 0 5px #eee;
    color: #000;
}
.place-bronze > .player-place {
    background-color: #7b4933;
    box-shadow: 0 0 5px #7b4933;
    color: #000;
}

.player-personal-bio {
    padding: 1.5em;
    border: 2px solid #777;
    box-shadow: 0 0 2px #777;
    border-radius: 8px;
}

.player-personal-bio .player-avatar {
    width: 128px;
    height: 128px;
    border: 3px solid #0078D7;
    box-shadow: 0 0 10px #0078D7;
}

.stat {
    margin: 0.25em 0;
    font-size: 1.1rem;
}

.stat-name {
    text-transform: uppercase;
    font-weight: bold;
}

.stat-value {
    font-weight: 500;
}
