:root {
    --v4dark0: rgb(17, 17, 20);
    --v4grey1: rgb(26, 27, 31);
    --v4grey1R: 26;
    --v4grey1G: 27;
    --v4grey1B: 31;
    --mainColorHex: #7cc576;
    --mainColorR: 124;
    --mainColorG: 197;
    --mainColorB: 118;
}

html {
  scroll-behavior: smooth;
}

body {
    width: 100%;
    min-height: calc(100vh - 154px);
    margin: 0px;
    background-color: rgba(30, 30, 30, 1);
    overflow-x: hidden;
    color: white;
    font-family: Poppins, sans-serif;
}

body a {
    text-decoration: none;
    color: white;
}

.body::before {
    width: 100%;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 5, 5, 0.85), rgba(5, 5, 5, 0.25));
    z-index: 1;
}

.error404 {
    width: 100%;
    min-height: calc(100vh - 154px);
    display: flex;
    margin: auto;
    align-content: center;
    justify-content: center;
    align-items: center;
}

nav {
    width: calc(100% - 80px);
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    position: fixed;
    z-index: 999;
    transition: 0.5s;
}

.mainLogo {
    width: 50px;
    margin-right: 10px;
    transition: 0.5s;
    transform: scale(1);
}

.mainLogo:hover {
    filter: drop-shadow(0 0 15px var(--mainColorHex));
    transform: scale(1.1);
}

.navcenter a {
    font-family: Poppins, sans-serif;
    font-weight: bold;
    padding: 10px;
    margin: 0 5px;
    color: #dcdcdc;
    background-color: transparent;
    outline: none;
    border: 0px;
    text-decoration: none;
    transition: 0.5s;
}

.navcenter a i {
    margin-right: 10px;
}

.navcenter a:hover {
    color: var(--mainColorHex);
    text-shadow: 0px 0px 6px var(--mainColorHex);
    cursor: pointer;
}


.navRight a {
    background-color: var(--mainColorHex);
    color: #ebf0fa;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    margin: 0 5px;
}

.navRight i {
    margin-right: 10px;
}

/*.navRight a:first-child {
    background-color: #365baa;
}
    
.navRight a:first-child:hover {
    background-color: #243f78;
}
*/

.navRight a:hover {
    background-color: #257541;
}

.centerSocials {
    position: absolute;
    top: 0;
    width: 100%;
    height: 95vh;
    z-index: 4;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
}

.centerSocials a {
    padding: 10px;
    margin: 0 15px;
    color: #858585;
    transition: 0.5s;
}

.centerSocials a:hover {
    color: white;
}


.mainBg {
    background-image: url('../../images/mainbg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    opacity: 0.4;
}

.mainContent {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.mainContent div {
    text-align: center;
}

.mainContent div h1 {
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 80px;
    font-weight: 700 !important;
    padding: 0;
    margin: 0;
}

.mainContent div h2 {
    font-family: Poppins, sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: lighter;
    color: white;
}

.fullContent {
    /*box-shadow: inset 0 20px 75px -20px rgba(0,0,0,0.8);*/
    color: white;
    background: linear-gradient(to bottom, rgba(var(--v4grey1R), var(--v4grey1G), var(--v4grey1B), 0.5), rgba(var(--v4grey1R), var(--v4grey1G), var(--v4grey1B), 1));
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: center
}

.fullStats {
    width: 70%;
}

.mainTitles {
    font-family: Poppins, sans-serif;
    font-weight: inherit;
    font-size: 30px;
}

.halfContainer {
    margin-bottom: 20px;
    width: calc(50% - 10px);
}

.leftContainer {
    float: left;
}

.rightContainer {
    float: right;
}

.stats-mainbg {
    border: 1px solid rgba(200, 220, 255, 0.15);
    border-radius: 1.25rem;
    padding: 1.5rem !important;
    background-color: var(--v4grey1);
}

h5 {
    margin: 0px;
}

.inLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.activePlayersLineBg {
    background-color: #e9ecef;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    margin: 10px 0px;
}

.activePlayersLine {
    background-color: var(--mainColorHex);
    /*width: 50%;*/
    height: 15px;
    border-radius: 5px 0px 0px 5px;
}

.activePlayersLine-Full {
    border-radius: 5px;
}

.text-muted {
    color: #cbcbcb !important;
    font-weight: 400;
    font-size: 1.25rem;
    font-family: Poppins, sans-serif;
}

.stats-font {
    font-size: 1em;
}

.div-column {
    margin-top: 10px;
    color: #cbcbcb !important;
    display: flex;
    flex-direction: column;
}

.record-stats span {
    margin-bottom: 10px;
}

.stats-first {
    height: 100px;
}

.stats-mainbg canvas {
    margin-top: 20px;
    color: white !important;
}

.fullConnect h2 {
    text-align: center;
}

.fullConnect {
    background-color: var(--v4dark0);
    width: 100%;
    padding-bottom: 30px;
}

.connect-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.connect-bg {
    color: #fff;
    margin: 10px 10px;
    padding: 5px;
    border-radius: 8px;
    background-color: rgba(var(--mainColorR), var(--mainColorG), var(--mainColorB), 0.25);
    box-shadow: 0px 5px 18px rgba(15, 25, 40, 0.55);
    border: 1px solid rgba(200, 220, 255, 0.20);
}

.connect-bg h5, .connect-bg p {
    text-align: center;
    font-family: Poppins, sans-serif;
}

.connect-bg h5, .connect-number {
    font-family: Poppins, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.connect-number {
    font-weight: bolder;
    font-family: Merriweather, serif;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    color: #ffffff26 !important;
}

.connect-content {
    padding: 30px 30px 10px 30px;
}

.mta-download-bg {
    display: flex;
    justify-content: center;
    margin: 20px 0px 30px 0px;
}

.mta-download {
    display: inline-flex;
    align-items: center;
    padding: .75rem 2rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(200, 220, 255, 0.25);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    transition: all .25s ease;
}

.fullNews {
    padding: 40px;
    background-color: rgba(var(--v4grey1R), var(--v4grey1G), var(--v4grey1B), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.map {
    width: 70%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("files/radar_snow.svg");
}

.fullAbount {
    width: 70%;
}

.fullAbount p {
    color: #cbcbcb !important;
    font-family: Poppins, sans-serif;
}

.updateList {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.updateList-elem {
    background-image: url('https://news.see-game.com/img/l4LonjVx9DE1pGZqkolB.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    color: white;
    font-family: Poppins, sans-serif;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.updateList h5 {
    font-size: 20px;
}

.filterList {
    margin-top: 5px;
}*/




.updateList {
    flex: 1 1 auto;
    width: 100%;
}

/* Flickity cella */
.carousel-cell {
    width: 70%;
    /*min-height: 800px !important;*/
    height: auto;
    margin: 0 10px;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px;
    color: white;
    font-family: Poppins, sans-serif;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    text-decoration: none;
}

.flickity-viewport, .flickity-slider {
    width: 100%;
}

.flickity-button {
    background: transparent !important;
    color: var(--mainColorHex) !important;
}

.update-title h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.update-date {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
}

.filterList {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filterList span {
    color: black !important;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 10px;
    padding: 5px;
}

.filterGreen {
    background-color: rgb(60, 184, 130) !important;
}

.filterYellow {
    background-color: rgb(243, 214, 90) !important;
}

.filterRed {
    background-color: rgb(243, 90, 90) !important;
}

.update-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 15;
    line-height: 1.5em;
}

.updateList-content {
    width: 100%;
}

footer {
    background-color: var(--v4dark0);
}

.footer {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 70%;
    font-family: Poppins, sans-serif;
    color: white;
}

.footer-inline {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.footer hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.footer h2 {
    margin: 0px;
}

.footer a {
    font-family: Poppins, sans-serif;
    color: white;
    text-decoration: none;
    margin: 0px 8px;
}

.footer a:hover {
    color: var(--mainColorHex);
    text-shadow: 0px 0px 6px var(--mainColorHex);
}


.hamburger {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 4px;
    background: white;
    border-radius: 4px;
    transition: 0.3s;
}

.menu {
    font-family: Poppins, sans-serif;
    position: fixed;
    top: 0;
    right: calc(100% * -1);
    width: 250px;
    height: 100vh;
    background: rgba(17, 17, 17, 0.95);
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
    transition: 0.35s ease;
    z-index: 1000;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.menuExit {
    font-size: 1.75em !important;
    text-align: right;
    margin-right: 15px;
}

.menu a {
    color: white;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    border: 0px;
    font-size: 18px;
    padding: 10px 0;
}

.menu a:hover {
    cursor: pointer;
}

.menu i {
    margin-right: 10px;
}

.menu.open {
    right: 0;
}



.changeImage {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.changeImage img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    object-fit: cover;
}

.oldImg {
    z-index: 2;
}

.newImg {
    z-index: 1;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
}

.changeInput {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 3;
}


@media (max-width: 1200px) {
    .footer {
        width: 95%;
    }
}

@media (max-width: 1000px) {
    .stats-mainbg {
        width: 95%;
    }
    .halfContainer {
        width: 90%;
    }
    .connect-list {
        flex-direction: column;
    }
    .fullAbount {
        width: 95%;
    }
    .leftContainer, .rightContainer {
        float: none;
    }
    .fullStats {
        width: 95%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .stats-mainbg {
        width: auto;
    }
    .connect-bg {
        padding: 0px;
    }
    .fullNews {
        padding: 40px 10px;
    }
}

@media (max-width: 850px) {
    .footer-inline {
        flex-direction: column;
    }
    .footer-inline span {
        text-align: center;
    }
    .footer-inline div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer a {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .update-content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 15;
        line-height: 1.5em;
    }
}

@media (max-width: 400px) {
    .text-muted {
        font-size: 0.9em;
    }
    .connect-content h5 {
        font-size: 1.15em;
    }
    .connect-content p {
        font-size: 0.9em;
    }
}