body{
    font-family: "Inter", serif;
}

@font-face {
    font-family: "Albertus Nova";
    src: url("../fonts/AlbertusNova.eot"); /* IE9- */
    src:
        url("../fonts/AlbertusNova.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AlbertusNova.woff2") format("woff2"),
        url("../fonts/AlbertusNova.woff") format("woff"),
        url("../fonts/AlbertusNova.ttf") format("truetype");
    font-weight: 400;   /* change if you have other weights */
    font-style: normal; /* add an italic face if needed */
    font-display: swap; /* good CLS */
}

@font-face {
    font-family: "Strong Sword";
    src:  url("../fonts/Strong_Sword.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.language-button .nav-link {
    /*font-family: Philosopher, serif;*/
    text-transform: uppercase;
    font-weight: 400;
}

.language-flag {
    height: 22px;
    vertical-align: middle;
    border-radius: 50%;
}

.language-button .dropdown-menu {
    width: 100%;
    min-width: 100%;
    /*font-family: Philosopher, serif;*/
    text-transform: none;
}

#mainNav .nav-link {
    transition: none;
    padding: 1.5rem;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}


#mainNav .nav-link {
    transition: none;
    padding: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}


#mainNav {
    min-height: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

.carousel-control-next-icon {
    background-image: url("../images/offers_arrow.png?v=2.83");
    height: 37px;
    width: 24px;
}

.carousel-control-prev-icon {
    background-image: url("../images/offers_arrow.png?v=2.83");
    height: 37px;
    width: 24px;
    transform: rotate(180deg);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    transition: filter 0.4s ease, drop-shaodw 0.4s ease;
}

.card-title {
    margin-bottom: 0.25rem;
    text-overflow: clip;
    overflow: hidden;
    text-align: center;
    font-weight: 700;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    border: 0 solid transparent;
}

.card-text:last-child {
    margin-bottom: 0;
}

.pagination {
    border-radius: 0.25rem;
    list-style: none;
}

.pagination {
    display: flex;
    padding-left: 0;
}

.button {
    cursor: pointer;
}

.carousel-inner::after {
    content: "";
}

.carousel, .carousel-inner, .carousel-item {
    position: relative;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
}

.carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active {
    display: block;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 1;
    width: 15%;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    bottom: 0;
    text-align: center;
    top: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.text-title {
    text-transform: uppercase;
}

.projects-section .project-text {
    padding: 3rem;
    font-size: 90%;
}

@media (min-width: 992px) {
    .projects-section .project-text {
        padding: 2rem;
    }

    .projects-section .project-text hr {
        border-color: #dbd2b2;
        border-width: 0.25rem;
        width: 30%;
    }
}

.news .title:after {
    content: "";
}

@media all and (max-width: 991px) {
    .projects-section .project-text {
        padding: 2rem .5rem;
    }
}


.news .title {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    border-radius: 5px 5px 0 0;
}

.news .title:after {
    display: block;
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.news .title .icon {
    text-align: center;
    font-size: 30px;
    line-height: 100%;
    border-radius: 5px 0 0 0;
    padding: 15px 12px;
}

.news .title .title-text {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 0;
}

.news .title .title-right {
    font-size: 12px;
    margin-left: auto;
}

.news .news-content {
    position: relative;
    min-height: 300px;
    margin-bottom: 20px;
}

.news .news-desc {
    font-size: 14px;
    padding: 25px;
    min-height: 300px;
    overflow-y: hidden;
    position: relative;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 150;
    line-clamp: 150;
    -webkit-box-orient: vertical;
    max-height: 700px;
}

.news-content:nth-of-type(2n + 1):before, .news-content:nth-of-type(2n + 2):before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    border-radius: 0 0 5px 5px;
}

.news-btn {
    position: relative;
    margin-top: -70px;
    margin-right: 20px;
    float: right;
    z-index: 3;
}

.button {
    position: relative;
    padding: 1em 1.5em;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 18px;
    margin: 1em 0.8em;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
}

.table thead th {
    vertical-align: bottom;
}

.table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 55px;
    text-align: center;
    border-radius: 5px;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}



.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    opacity: 1;
}

.form-control:disabled {
    opacity: 1;
}


.btn {
    text-transform: uppercase;
}


.projects-section {
    padding: 5rem 0;
}


@media only screen and (max-width: 992px) {
    .text-gold {
        text-align: center !important;
    }

    .table {
        width: auto;
        table-layout: fixed;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .tranking {
        width: 100% !important;
    }
}


.btn {
    position: relative;
}

h4:after {
    display: block;
    margin-top: 20px;
}

h4:after {
    content: "";
    width: 100%;
    height: 1px;
}

.gradient-center:after {
    content: "";
    width: 100%;
    height: 1px;
}


.ranking-highlight-col {
    padding: 10px;
    background-repeat: no-repeat;
    font-size: 14px;
    position: relative;
}

.ranking-crown {
    width: 70px;
    transform: translateY(-60px);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.ranking-class-coin {
    position: absolute;
    bottom: -10px;
    left: -5px;
}

.ranking-class-coin-center {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -20px;
}

.gold-crown {
    filter: hue-rotate(350deg);
}

.silver-crown {
    filter: grayscale(100%) brightness(110%);
    width: 50px;
    transform: translateY(-50px);
}

.bronze-crown {
    filter: hue-rotate(315deg) contrast(65%) brightness(85%);
    width: 50px;
    transform: translateY(-50px);
}

.silver-highlight {
    border-top: 1px solid #c5c5c545;
}

.bronze-highlight {
    border-top: 1px solid #ae796b73;
}

.gold-highlight {
    border-top: 1px solid #d6a4526e;
}

.bronze-highlight, .silver-highlight, .gold-highlight {
    transition: all 1s ease;
}

.bronze-highlight:hover {
    filter: drop-shadow(0px 0px 20px rgba(174, 121, 107, 0.5));
}

.silver-highlight:hover {
    filter: drop-shadow(0px 0px 20px rgba(197, 197, 197, 0.5));
}

.gold-highlight:hover {
    filter: drop-shadow(0px 0px 20px rgba(214, 164, 82, 0.5));
}

.highlight-avatar-wrapper {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.6;
}

.highlight-avatar {
    width: 48px;
    height: 48px;
}

/* second col-4 of .ranking */
.ranking .col-4:nth-of-type(2) {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.ranking .col-4:nth-of-type(1) {
    padding-right: 2px !important;
}

.ranking .col-4:nth-of-type(3) {
    padding-left: 2px !important;
}

.shine {
    position: relative;
    overflow: hidden;
    margin: auto;
}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -105%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.ranking-highlight-col:hover .shine::before, .ranking-highlight-col:hover .shine:focus::before {
    animation: shine 0.85s;
}

/*! CSS Used keyframes */
@keyframes shine {
    100% {
        left: 125%;
    }
}

.ranking-pos-circle {
    bottom: -10px;
    line-height: initial;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
}

.btn {
    padding: 1.25rem 1rem;
    font-size: 80%;
    letter-spacing: 0.15rem;
    border: 0;
}


footer {
    padding: 25px 0 12px;
    float: left;
    width: 100%;
}

.toTop-fon {
    display: flex;
    height: 62px;
    background: url("../images/fon-totop.png") center no-repeat;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.toTop {
    background: url("../images/fon-circle.png") no-repeat;
    width: 50px;
    height: 50px;
    display: flex;
}

.footerColumn {
    font-size: 13px;
}

@media only screen and (max-width: 992px) {
    svg {
        pointer-events: none;
    }
}

.footerColumn {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.btn-hover {
    border-image-slice: 1;
    border-width: 2px;
    flex: 20%;
    overflow: hidden !important;
}


.btn-hover:before {
    content: " ";
    display: block;
    width: 200px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -230px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.btn-hover:hover:before {
    margin-left: 420%;
}

.btn:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0.75rem 1.25rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAIAAAAd4J55AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIyQzg0Q0RDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIyQzg0Q0VDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjJDODRDQkNDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjJDODRDQ0NDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMLhJsAAB3qSURBVHja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');
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}


.anim-text-flow span {
    -webkit-animation-name: anim-text-flow-keys;
    animation-name: anim-text-flow-keys;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.anim-text-flow span:nth-of-type(1) {
    -webkit-animation-delay: -19.8s;
    animation-delay: -19.8s;
}

.anim-text-flow span:nth-of-type(2) {
    -webkit-animation-delay: -19.6s;
    animation-delay: -19.6s;
}

.anim-text-flow span:nth-of-type(3) {
    -webkit-animation-delay: -19.4s;
    animation-delay: -19.4s;
}

.anim-text-flow span:nth-of-type(4) {
    -webkit-animation-delay: -19.2s;
    animation-delay: -19.2s;
}

.anim-text-flow span:nth-of-type(5) {
    -webkit-animation-delay: -19s;
    animation-delay: -19s;
}

.anim-text-flow span:nth-of-type(6) {
    -webkit-animation-delay: -18.8s;
    animation-delay: -18.8s;
}

.anim-text-flow span:nth-of-type(7) {
    -webkit-animation-delay: -18.6s;
    animation-delay: -18.6s;
}

.anim-text-flow span:nth-of-type(8) {
    -webkit-animation-delay: -18.4s;
    animation-delay: -18.4s;
}

.anim-text-flow span:nth-of-type(9) {
    -webkit-animation-delay: -18.2s;
    animation-delay: -18.2s;
}

.anim-text-flow span:nth-of-type(10) {
    -webkit-animation-delay: -18s;
    animation-delay: -18s;
}

.anim-text-flow span:nth-of-type(11) {
    -webkit-animation-delay: -17.8s;
    animation-delay: -17.8s;
}

.anim-text-flow span:nth-of-type(12) {
    -webkit-animation-delay: -17.6s;
    animation-delay: -17.6s;
}

.anim-text-flow span:nth-of-type(13) {
    -webkit-animation-delay: -17.4s;
    animation-delay: -17.4s;
}

.anim-text-flow span:nth-of-type(14) {
    -webkit-animation-delay: -17.2s;
    animation-delay: -17.2s;
}

.anim-text-flow span:nth-of-type(15) {
    -webkit-animation-delay: -17s;
    animation-delay: -17s;
}

.anim-text-flow span:nth-of-type(16) {
    -webkit-animation-delay: -16.8s;
    animation-delay: -16.8s;
}

.anim-text-flow span:nth-of-type(17) {
    -webkit-animation-delay: -16.6s;
    animation-delay: -16.6s;
}

.anim-text-flow span:nth-of-type(18) {
    -webkit-animation-delay: -16.4s;
    animation-delay: -16.4s;
}

.anim-text-flow span:nth-of-type(19) {
    -webkit-animation-delay: -16.2s;
    animation-delay: -16.2s;
}

.anim-text-flow span:nth-of-type(20) {
    -webkit-animation-delay: -16s;
    animation-delay: -16s;
}

.anim-text-flow span:nth-of-type(21) {
    -webkit-animation-delay: -15.8s;
    animation-delay: -15.8s;
}

.anim-text-flow span:nth-of-type(22) {
    -webkit-animation-delay: -15.6s;
    animation-delay: -15.6s;
}

.anim-text-flow span:nth-of-type(23) {
    -webkit-animation-delay: -15.4s;
    animation-delay: -15.4s;
}

.anim-text-flow span:nth-of-type(24) {
    -webkit-animation-delay: -15.2s;
    animation-delay: -15.2s;
}

.anim-text-flow span:nth-of-type(25) {
    -webkit-animation-delay: -15s;
    animation-delay: -15s;
}

.anim-text-flow span:nth-of-type(26) {
    -webkit-animation-delay: -14.8s;
    animation-delay: -14.8s;
}

.anim-text-flow span:nth-of-type(27) {
    -webkit-animation-delay: -14.6s;
    animation-delay: -14.6s;
}

.anim-text-flow span:nth-of-type(28) {
    -webkit-animation-delay: -14.4s;
    animation-delay: -14.4s;
}

.anim-text-flow span:nth-of-type(29) {
    -webkit-animation-delay: -14.2s;
    animation-delay: -14.2s;
}

.anim-text-flow span:nth-of-type(30) {
    -webkit-animation-delay: -14s;
    animation-delay: -14s;
}

.anim-text-flow span:nth-of-type(31) {
    -webkit-animation-delay: -13.8s;
    animation-delay: -13.8s;
}

.anim-text-flow span:nth-of-type(32) {
    -webkit-animation-delay: -13.6s;
    animation-delay: -13.6s;
}

.anim-text-flow span:nth-of-type(33) {
    -webkit-animation-delay: -13.4s;
    animation-delay: -13.4s;
}

.anim-text-flow span:nth-of-type(34) {
    -webkit-animation-delay: -13.2s;
    animation-delay: -13.2s;
}

.anim-text-flow span:nth-of-type(35) {
    -webkit-animation-delay: -13s;
    animation-delay: -13s;
}

.anim-text-flow span:nth-of-type(36) {
    -webkit-animation-delay: -12.8s;
    animation-delay: -12.8s;
}

.anim-text-flow span:nth-of-type(37) {
    -webkit-animation-delay: -12.6s;
    animation-delay: -12.6s;
}

.anim-text-flow span:nth-of-type(38) {
    -webkit-animation-delay: -12.4s;
    animation-delay: -12.4s;
}

.anim-text-flow span:nth-of-type(39) {
    -webkit-animation-delay: -12.2s;
    animation-delay: -12.2s;
}

.anim-text-flow span:nth-of-type(40) {
    -webkit-animation-delay: -12s;
    animation-delay: -12s;
}

.anim-text-flow span:nth-of-type(41) {
    -webkit-animation-delay: -11.8s;
    animation-delay: -11.8s;
}

.anim-text-flow span:nth-of-type(42) {
    -webkit-animation-delay: -11.6s;
    animation-delay: -11.6s;
}

.anim-text-flow span:nth-of-type(43) {
    -webkit-animation-delay: -11.4s;
    animation-delay: -11.4s;
}

.anim-text-flow span:nth-of-type(44) {
    -webkit-animation-delay: -11.2s;
    animation-delay: -11.2s;
}

.anim-text-flow span:nth-of-type(45) {
    -webkit-animation-delay: -11s;
    animation-delay: -11s;
}

.anim-text-flow span:nth-of-type(46) {
    -webkit-animation-delay: -10.8s;
    animation-delay: -10.8s;
}

.anim-text-flow span:nth-of-type(47) {
    -webkit-animation-delay: -10.6s;
    animation-delay: -10.6s;
}

.anim-text-flow span:nth-of-type(48) {
    -webkit-animation-delay: -10.4s;
    animation-delay: -10.4s;
}

.anim-text-flow span:nth-of-type(49) {
    -webkit-animation-delay: -10.2s;
    animation-delay: -10.2s;
}

.anim-text-flow span:nth-of-type(50) {
    -webkit-animation-delay: -10s;
    animation-delay: -10s;
}

.anim-text-flow span:nth-of-type(51) {
    -webkit-animation-delay: -9.8s;
    animation-delay: -9.8s;
}

.anim-text-flow span:nth-of-type(52) {
    -webkit-animation-delay: -9.6s;
    animation-delay: -9.6s;
}

.anim-text-flow span:nth-of-type(53) {
    -webkit-animation-delay: -9.4s;
    animation-delay: -9.4s;
}

.anim-text-flow span:nth-of-type(54) {
    -webkit-animation-delay: -9.2s;
    animation-delay: -9.2s;
}

.anim-text-flow span:nth-of-type(55) {
    -webkit-animation-delay: -9s;
    animation-delay: -9s;
}

.anim-text-flow span:nth-of-type(56) {
    -webkit-animation-delay: -8.8s;
    animation-delay: -8.8s;
}

.anim-text-flow span:nth-of-type(57) {
    -webkit-animation-delay: -8.6s;
    animation-delay: -8.6s;
}

.anim-text-flow span:nth-of-type(58) {
    -webkit-animation-delay: -8.4s;
    animation-delay: -8.4s;
}

.anim-text-flow span:nth-of-type(59) {
    -webkit-animation-delay: -8.2s;
    animation-delay: -8.2s;
}

.anim-text-flow span:nth-of-type(60) {
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
}

.anim-text-flow span:nth-of-type(61) {
    -webkit-animation-delay: -7.8s;
    animation-delay: -7.8s;
}

.anim-text-flow span:nth-of-type(62) {
    -webkit-animation-delay: -7.6s;
    animation-delay: -7.6s;
}

.anim-text-flow span:nth-of-type(63) {
    -webkit-animation-delay: -7.4s;
    animation-delay: -7.4s;
}

.anim-text-flow span:nth-of-type(64) {
    -webkit-animation-delay: -7.2s;
    animation-delay: -7.2s;
}

.anim-text-flow span:nth-of-type(65) {
    -webkit-animation-delay: -7s;
    animation-delay: -7s;
}

.anim-text-flow span:nth-of-type(66) {
    -webkit-animation-delay: -6.8s;
    animation-delay: -6.8s;
}

.anim-text-flow span:nth-of-type(67) {
    -webkit-animation-delay: -6.6s;
    animation-delay: -6.6s;
}

.anim-text-flow span:nth-of-type(68) {
    -webkit-animation-delay: -6.4s;
    animation-delay: -6.4s;
}

.anim-text-flow span:nth-of-type(69) {
    -webkit-animation-delay: -6.2s;
    animation-delay: -6.2s;
}

.anim-text-flow span:nth-of-type(70) {
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}

.anim-text-flow span:nth-of-type(71) {
    -webkit-animation-delay: -5.8s;
    animation-delay: -5.8s;
}

.anim-text-flow span:nth-of-type(72) {
    -webkit-animation-delay: -5.6s;
    animation-delay: -5.6s;
}

.anim-text-flow span:nth-of-type(73) {
    -webkit-animation-delay: -5.4s;
    animation-delay: -5.4s;
}

.anim-text-flow span:nth-of-type(74) {
    -webkit-animation-delay: -5.2s;
    animation-delay: -5.2s;
}

.anim-text-flow span:nth-of-type(75) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
}

.anim-text-flow span:nth-of-type(76) {
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s;
}

.anim-text-flow span:nth-of-type(77) {
    -webkit-animation-delay: -4.6s;
    animation-delay: -4.6s;
}

.anim-text-flow span:nth-of-type(78) {
    -webkit-animation-delay: -4.4s;
    animation-delay: -4.4s;
}

.anim-text-flow span:nth-of-type(79) {
    -webkit-animation-delay: -4.2s;
    animation-delay: -4.2s;
}

.anim-text-flow span:nth-of-type(80) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}

.anim-text-flow span:nth-of-type(81) {
    -webkit-animation-delay: -3.8s;
    animation-delay: -3.8s;
}

.anim-text-flow span:nth-of-type(82) {
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
}

.anim-text-flow span:nth-of-type(83) {
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-primary {
    border-radius: 5px;
    padding: 1rem;
    transition: all 0.3s ease-in-out;
}

.btn-danger {
    border-radius: 5px;
    padding: 1rem;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover{
    filter: brightness(1.2);
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    font-family: "bootstrap-icons";
    content: "\f282";
    font-weight: normal;
    border: none !important;
    vertical-align: 0;
    transform: translateY(2px);
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    text-align: left;
    background-clip: padding-box;
}

.navbar-nav {
    margin-bottom: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}

#navbarResponsive .dropdown-item {
    padding: 1.5rem;
}


.dropdown-item:focus, .dropdown-item:hover {
    font-weight: 700;
}

.dropdown-item:active {
    text-decoration: none;
}

.dropdown-item:disabled {
    pointer-events: none;
    background-color: transparent;
}

.navbar {
    flex-wrap: wrap;
}

.nav-link, .navbar {
    padding: 0.5rem 1rem;
}

.nav-link {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

.nav-link {
    cursor: pointer;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus, #mainNav .navbar-nav .nav-item:hover {
    background-color: transparent;
    outline: 0;
}


#mainNav .navbar-brand {
    font-weight: 700;
    padding: 0.9rem 0;
    display: none;
}


@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        transition: background-color 0.3s ease-in-out;
        text-transform: uppercase;
    }

    #mainNav .navbar-brand {
        padding: 0.5rem 0;
        display: block;
    }

    #mainNav .nav-link {
        transition: none;
        padding: 1.5rem;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 992px) {
    .b-lg {
        margin-left: 0 !important;
        height: auto !important;
    }

    .top-menu {
        text-align: center;
    }

    .top-menu li {
        list-style: none;
        padding: 2px 2rem;
        text-align: left;
    }


    .login {
        margin-top: 20px;
    }
}

@media all and (max-width: 991px) {
    .mobile-offcanvas .container {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
}


#mainNav .nav-item {
    align-items: center;
    padding: 0 1rem;
    display: flex;
}

.navbar-brand img {
    position: absolute;
    max-height: 120px !important;
    margin-top: -40px;
}

.navbar-brand {
    width: 170px;
}


.language-flag {
    height: 35px;
    vertical-align: middle;
    border-radius: 50%;
}

.dropdown-menu {
    border-width: 1px;
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.language-selector {
    display: flex;
    justify-content: end;
}

.language-selector .social-holder {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 10px 30px;
    list-style: none;
}


.social-icons a {
    font-size: 21px;
    margin-left: 5px;
}

.social-icons img {
    max-width: 21px;
    max-height: 21px;
}

.social-container {
    margin-left: auto;
    float: right;
    margin-right: 20%;
}

@media screen and (min-width: 920px) {
    .social-container.social-small {
        display: none;
    }
}

h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
}

.text-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 6px;
}

.pre-social {
    padding: 6px 6px 15px;
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}


.register-input-container .text-muted {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.25s ease-out,
    max-height 0.25s ease-out;
}

.register-input-container:focus-within .text-muted {
    opacity: 0.5;
    max-height: 3em;
    font-style: italic;
}

.forum-container {
    border-radius: 8px;
    padding: 20px;
}

.categories-list, .posts-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-item, .post-item {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 15px;
    transition: background-color 0.3s ease;
}

.category-icon, .post-icon {
    font-size: 24px;
    margin-right: 15px;
}

.category-details, .post-details {
    flex-grow: 1;
}

.category-name, .post-title {
    margin: 0;
    font-size: 18px;
}

.category-stats, .post-author, .post-stats, .post-date, .latest-post-date {
    font-size: 14px;
}

.category-stats span:not(:last-child)::after {
    content: " • ";
    margin: 0 5px;
}

.category-latest {
    text-align: right;
    min-width: 150px;
}

.latest-post-title {
    text-decoration: none;
    font-size: 14px;
}


.no-posts {
    font-style: italic;
}

.post-stats {
    display: flex;
    gap: 15px;
}

.post-date {
    margin-left: 10px;
    font-size: 13px;
}


.accordion-header {
    padding: 0.75rem 1.25rem;
}

.download-btn {
    padding: 0;
    width: 100%;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.download-btn .btn-icon {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    pointer-events: auto;
    background-size: cover;
    background-clip: padding-box;
    outline: 0;
    border-radius: 0;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.login-area li {
    display: inline-block;
    margin-right: 10px;
}

.login-area {
    padding: 2rem !important;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
    .user-avatar {
        display: none;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .login-area li {
        margin: 10px 0;
    }

    .login-area ul {
        padding: 0;
    }

    .user-info span {
        display: block;
    }
}

.login-area li a {
    padding: 10px;
}

.login-area li.logout a{
    padding: 10px;
}

.top-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
    transition: filter 0.3s ease-in-out;
}

.top-button .bi {
    font-size: 1.7em;
}

.top-button span {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 4px;
}


.top-button small {
    text-transform: uppercase;
    font-size: 10px;
}

.date-nav-btn {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 5px 8px;
}

.current-date {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    flex: 1;
    margin: 0 10px;
}

.top-button:hover {
    filter: brightness(120%);
}


.panel-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 10px;
}

.panel-title h5 {
    margin-bottom: 0;
}

.panel-body {
    padding: 10px;
}

.event-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
    margin-right: 20px;
    height: 32px;
    width: 32px;
}

.event-info {
    display: inline-block;
}

.event-title, .event-time {
    display: block;
}

.event-title {
    font-size: 14px;
}

.event-time {
    font-size: 12px;
}

.event-card {
    border-radius: 8px;
    display: flex;
    justify-content: start;
    align-content: center;
    align-items: center;
    padding: 5px;
    margin-bottom: 8px;
}

.downloadButton:hover {
    filter: brightness(120%);
}

.downloadButton {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 1px;
    transition: 0.5s;
    width: 100%;
    padding: 25px 0;
}

.downloadButton span {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .downloadButton {
        background-size: cover;
    }
}


.large-article-preview {
    transition: all 0.3s ease-in-out;
}

.large-article-preview:hover {
    filter: brightness(120%);
    transform: scale(1.01);
}

.large-article-info {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.large-article-date {
    font-size: 12px;
    margin-bottom: 5px;
}


.large-article-image {
    position: relative;
}

.large-article-image::before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.glow-line {
    background: linear-gradient(to right, transparent, #eaddbc, transparent);
}

.ticket-category-card {
    transition: all 0.3s ease;
}

.ticket-category-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ticket-category-card:hover {
    transform: translateY(-6px);
}

#loginModal .modal-header {
    flex-direction: column;
}

#loginModal .modal-title {
    margin-bottom: 8px;
}

#loginModal .recaptcha-container {
    text-align: center;
    justify-content: center;
    display: flex;
}

.btn-secondary {
    border-radius: 5px;
    padding: 1rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0);
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
 }

*, ::after, ::before {
    box-sizing: border-box;

}

*, .btn, ::after, ::before {
    box-sizing: border-box;

}

.admin-icon, .user-icon {
    height: 64px;
    vertical-align: top;
    margin-right: 15px;
}


.news-section {
    background-image: url("../images/bg2.jpg");
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: #12201f;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.play-button {
    background: url("../images/play_button.png") no-repeat;
    width: 305px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 32px;
    font-weight: 800;
    transition: filter 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

.dominate-text{
    font-family: "Strong Sword", serif;
}

.dominate-text h2 {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.dominate-text p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
}

.downloadButton {
    background-size: cover;
}

.ranking-avatar, .ranking-avatar img {
    height: 44px;
    width: 44px;
}


.ranking-avatar .ranking-pos-circle {
    bottom: -10px;
    line-height: initial;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 22px;
}



.points-holder {
    text-align: center;
    padding: 13px 6px;
    border-radius: 8px;
    height: 100%;
    font-size: 12px;
}

.guild-span {
    font-size: 12px;
    color: rgb(98, 194, 161);
    text-transform: uppercase;
    line-height: 1.2;
}

.ranking_points_value {
    color: rgb(152, 255, 51);
    text-transform: uppercase;
}

.tranking .forum-title {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 2px;
}

.points-holder span{
    font-size: 13px;
}


.input-group .form-control,
.input-group .btn {
    height: auto;
    padding: 0.475rem 0.75rem;
    line-height: 1.5;
    border-radius: 5px;
}

.referral-reward-card {
    height: 100%;
}

a {
    text-decoration: none !important;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.category-pill{
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}


.button.type2 {
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "Albertus Nova", serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    transition: filter 0.3s ease-in-out;
}

.button.type2:hover {
    filter: brightness(120%);
}


.nav-item .btn-primary{
    border-radius: 0;
    border: none !important;
}


:root {
    --nav-height: 88px;
    --bs-body-font-size: 0.875rem;
}


.lang-subnav {
    padding: 0;
}

.lang-subnav .container{
    display: flex;
    justify-content: end;
}


.lang-subnav-inner {
    border-radius: 0 0 10px 10px;
    padding: 0.75rem 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
}

.language-flag{
    width: 28px; height: 28px;
    border-radius: 50%;
}

.lang-toggle{
    padding: 0;
    letter-spacing: initial!important;
    text-transform: none!important;
}
.lang-label{
    font-size: 13px;
}

.nav-login-btn {
    height: 100%;
    border-radius: 0;
    border: none;
    flex-direction: column;
}

.register-btn{
    font-size: 17px;
    font-weight: 600;
}

.login-alert a{
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.admin-reply-card {
    border-left: 4px solid #28a745;
}

.user-reply-card {
    border-left: 4px solid #517296;
}

.admin-icon, .user-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}

.post_date {
    font-size: 0.8em;
}

.ticket-images img, .reply-images img {
    transition: transform 0.2s;
}

.ticket-images img:hover, .reply-images img:hover {
    transform: scale(1.05);
}

.toTop{
    transition: all 0.3s ease-in-out;
}

.toTop:hover {
    filter: brightness(120%);
}

.text-green {
    color: #90e669;
}


.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    text-decoration: none;
}

.events-scroll-wrapper {
    position: relative;
    padding-bottom: 15px;
}

.events-pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    padding-top: 10px;
}

.events-nav-btn {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.events-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.events-page-indicator {
    font-size: 14px;
    font-weight: 500;
    min-width: 45px;
    text-align: center;
}

.events-scrollable {
    min-height: 200px;
    position: relative;
}

/* ---------- CSS preload hack ---------- */
:root::after{
    content: "";
    position: fixed;
    width: 0; height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    background-image:
        url("images/btn-server1_1.png"),
        url("images/btn-server2_1.png"),
        url("images/btn-server1_0.png"),
        url("images/btn-server2_0.png");
    background-repeat: no-repeat;
}


.sv-change-row{
    margin-top: -81px;
}

.srv-select {
    width: 277px;
    -webkit-animation-name: showsrv;
    -webkit-animation-duration: 1s;
    animation-name: showsrv;
    animation-duration: 1s;
}
.srv-select .s-header {
    background-size: cover;
    text-transform: uppercase;
    width: 100%;
    height: 35px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}
.srv-select .s-inner {
    display: flex;
}

.btn-s1, .btn-s2 {
    width: 50%;
    height: 47px;
    position: relative;
    transition: border-color 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 144px 47px; /* imaginea rămâne fixă pe centru */
    cursor: pointer;
}

/* S1 */
.btn-s1{
    background-image: url("images/btn-server1_0.png");
}
.btn-s1:hover,
.btn-s1.active{
    background-image: url("images/btn-server1_1.png");
}

/* S2 */
.btn-s2{
    background-image: url("images/btn-server2_0.png");
}
.btn-s2:hover,
.btn-s2.active{
    background-image: url("images/btn-server2_1.png");
}

.btn-s1:hover, .btn-s2:hover{
    border-color: #e5bd7d;
}


.download-card {
    border-radius: 5px;
    text-align: center;
    height: 100%;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}


.download-card:hover {
    transform: translateY(-3px);
}

.download-card:hover .download-icon {
    transform: scale(1.1);
}

.download-title {
    font-size: 20px;
    font-weight: bold;
}

.download-icon-img{
    width: 24px!important;
    height: 24px!important;
}

.requirements-section .col-md-6, .downloads-section .col-md-6{
    padding: 10px;
}

.download-card-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.download-card-body{
    padding: 20px;
    padding-bottom: 10px;
}

.strength-bar.weak {
    width: 33%;
    background: #dc3545;
}

.strength-bar.medium {
    width: 66%;
    background: var(--register-gold);
}

.strength-bar.strong {
    width: 100%;
    background: #28a745;
}

.strength-bar {
    height: 100%;
    width: 0;
    transition: all 0.3s ease;
}

.hint-text-enhanced {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.hint-text-enhanced i {
    font-size: 0.75rem;
}

.password-strength {
    height: 3px;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 0.5rem;
    border-radius: 2px;
    overflow: hidden;
}

/* === Layout Containers === */
.register-full-page {
    min-height: calc(100vh - 200px);
}

.register-page-header {
    border-bottom: 1px solid var(--register-border-faint);
    background: var(--register-bg-primary);
}

.register-page-header h3 {
    font-weight: 600;
}

/* === Completion Badge === */
.completion-badge {
    background: var(--register-accent-gold-medium);
    padding: 0.5rem 1rem;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid var(--register-gold-border);
}

/* === Form === */
.register-form-enhanced {
    background: var(--register-accent-bg-dark);
    border: 1px solid var(--register-gold-border);
    border-radius: 4px;
    padding: 2rem;
    box-shadow: 0 4px 20px var(--register-shadow-dark);
}

.form-group-section {
    margin-bottom: 2rem;
}

/* === Section Headers === */
.section-header {
    background: var(--register-accent-gold-light);
    border-left: 3px solid var(--register-gold);
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* === Form Labels === */
.form-label-enhanced {
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* === Optional Badge === */
.optional-badge {
    background: var(--register-accent-gold-medium);
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    font-size: 0.75rem;
    border: 1px solid var(--register-gold-border);
    margin-left: 0.5rem;
}

/* === Password Toggle === */
.password-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.password-wrapper input {
    flex: 1;
}

.password-toggle {
    background: var(--register-accent-gold-medium);
    border: 1px solid var(--register-input-border);
    padding: 0.75rem 1rem;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff3cd;
}

.password-toggle:hover {
    background: var(--register-accent-gold-hover);
    border-color: var(--register-gold);
}

/* === Checkboxes === */
.checkbox-enhanced {
    background: var(--register-accent-bg-dark);
    border: 1px solid var(--register-gold-border);
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.checkbox-enhanced:hover {
    background: var(--register-accent-bg-deep);
    border-color: var(--register-gold);
}

.checkbox-enhanced .form-check-label {
    cursor: pointer;
}

.checkbox-enhanced .form-check-label a {
    text-decoration: underline;
}

/* === Rewards Section === */
#rewards-container .rewards-box {
    background: var(--register-accent-gold-light);
    border: 1px solid var(--register-gold-border);
    border-radius: 3px;
    padding: 1rem;
}

#rewards-container .rewards-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}

#rewards-container .reward-item {
    background: var(--register-accent-bg-darker);
    border: 1px solid var(--register-gold-border);
    padding: 0.75rem;
    border-radius: 3px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

#rewards-container .reward-item:last-child {
    margin-bottom: 0;
}

select,
select option {
    font-family: inherit;
}

@media(max-width: 960px){
    .character-left{
        max-width: 50%;
    }
    .dominate-text h2 {
        font-size: 28px;
    }
}

.small-flag-td{
    width: 18px !important;
}

.small-flag-img {
    width: 18px;
}

.class-th{
    width: 60px !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.hero-text{
    color: rgb(167, 225, 222);
}

.level-text{
    color: rgb(152, 255, 51);
}

.tranking .forum-title {
    font-size: 12px;
}

.no-guild{
    font-style: italic;
    color: #9b9b9b;
}

.ranking-sidebar {
    border-radius: 8px;
    padding: 20px 15px;
    min-height: 600px;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filter-section {
    margin-bottom: 20px;
}

.filter-label {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-list {
    margin-top: 5px;
}

.category-item{
    margin-bottom: 3px;
}


.category-icon {
    font-size: 12px;
    opacity: 0.7;
}

.subcategory-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.subcategory-item, .category-item {
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 13px;
    border-radius: 4px;
}

.subcategory-item:hover, .category-item:hover {
    transform: translateX(3px);
}

.subcategory-item.selected, .category-item.active  {
    font-weight: 500;
}

.points-desc-text {
    font-size: 12px !important;
    color: #9b9b9b;
    font-style: italic;
}

#cookieBanner {
    border-top: 1px solid #e5b66b80;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.player-name{
    color: rgb(255, 215, 76)!important;
}

.guild-name{
    color: rgb(98, 194, 161);
}

.ends-in{
    color: rgb(255, 99, 71);
}

.starts-in{
    color: rgb(135, 206, 250);
}


.login-modal-button{
    background: none;
    border: 1px solid #dbd2b2!important;
    border-radius: 8px;
    padding: 10px 25px !important;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    white-space: nowrap;
}

.login-modal-button:hover{
    background-color: #e5bd7d!important;
    border-color: #e5bd7d!important;
    color: black !important;
}

.logout-button{
    background: none;
    border: 1px solid #ff4c4c !important;
    border-radius: 8px;
    padding: 10px 25px !important;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    white-space: nowrap;
    color: #ff4c4c !important;
}

.logout-button:hover{
    background-color: #ff4c4c !important;
    border-color: #ff4c4c !important;
    color: black !important;
}

footer a, footer img {
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

footer a:hover, footer img:hover {
    transform: translateY(-3px);
    text-shadow: 0 0 10px rgba(255, 215, 76, 0.5);
}

.social-holder i{
    font-size: 22px;
    margin: 0 8px;
}


.nav-link {
    transition: all 0.3s ease-in-out!important;
}


.nav-link:hover{
    transform: translateY(-3px);
    text-shadow: 0 0 10px rgba(255, 215, 76, 0.5);
}

.event-card *{
    transition: all 0.3s ease-in-out;
}

.event-card:hover {
    filter: brightness(110%);
}

.event-card:hover .event-icon{
    transform: scale(1.05);
}

.event-card:hover .event-title{
    transform: scale(1.05);
}
