* {
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}

:root{
    color-scheme: dark;
}

::selection {
    background: rgba(53, 53, 53, 0.6);
}

::-moz-selection {
    background: rgba(53, 53, 53, 0.6);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    background-color: #00000031;
    backdrop-filter: blur(3px);
    z-index: 100;
    gap: 40px;
}

.header a {
    animation: load 1s ease-out;
    transition: all 0.3s linear;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: #00000096 2px 2px 2px;
}

.header a:hover {
    transform: scale(1.05);
}

.reklam {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    height: 22px;
    background: #a0802869;
    color: #fff;
    font: normal 18px/18px 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: inset 1px 1px 10px #a08028d5, inset -1px -1px 10px #a08028d5;
    text-shadow: 1px 1px 1px #00000096;
    overflow: hidden;
    backdrop-filter: blur(3px);
    z-index: 100;
    cursor: pointer;
    transform: translateY(-5px);
}

.reklam-track {
    display: inline-flex;
    white-space: nowrap;
    gap: 100px;
    will-change: transform;
    animation: reklam 30s linear infinite;
}

.reklam-track p {
    flex: 0 0 auto;
    margin: 0;
}

@keyframes reklam {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-50%)); }
}

.main{
    background-color: #000;
    background-image: url("IMG/bodybg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.maintitle{
    width: fit-content;
    height: fit-content;
    animation: load 1s ease-out;
    z-index: 1;
    color: #fff;
    font-size: 60px;
    padding: 80px 0 0 10px;
    font-family: 'Courier New', Courier, monospace;
    text-shadow: #00000096 3px 3px 3px;
    cursor: default;
}

.title{
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 35px;
    line-height: 40px;
    animation: load 1s ease-out;
    z-index: 1;
    padding-left: 15px;
    text-shadow: #00000096 2px 2px 2px;
    cursor: default;
}

.awpimg{
    width: fit-content;
    height: fit-content;
    animation: awpload 1s ease-out;
    width: 60%;
    height: 80vh;
    position: absolute;
    background-image: url(IMG/awp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    right: 0;
    top: 100px;
}

.iframe-tarto {
    position: relative;
    width: 450px;
    height: 260px;
    max-width: 100%;
    margin-top: 10%;
    padding-left: 20px;
    cursor: default;
    z-index: 50;
    background-color: transparent;
    background: transparent;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 6px solid #00000052;
    border-top: 6px solid #a08028;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    z-index: 52;
    cursor: default;
    background: transparent;
}

.dataholder2 {
    z-index: 1;
    width: 450px;
    height: 260px;
    max-width: 100%;
    animation: load 1s ease-out;
    cursor: default;
    padding: 0 0 0 20px;
    display: none;
    z-index: 51;
    background: transparent;
    overflow: hidden;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.dataholder {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
    text-shadow: #00000096 2px 2px 2px;
    background-color: #00000000;
}

.dataholderpic{
    height: 60px;
    width: 60px;
    margin-right: 15px;
}

.player{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.playerpic{
    background-image: url('IMG/people.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.player p{
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding-left: 5px;
}

.ip{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
}

.serverpic{
    background-image: url('IMG/server.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.ip p{
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding-left: 5px;
}

.map{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 10px;
}

.mappic{
    background-image: url('IMG/map.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.map p{
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding-left: 5px;
}

.arrow{
    position: absolute;
    bottom: 3px;
    width: 45px;
    height: 30px;
    background-image: url(IMG/downarrow.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
    opacity: 60%;
    left: 0;
    right: 0;
    text-align: center;
    animation: arrow 3s infinite ease-in-out;
}

.info a {
    color: #a08028;
    text-decoration: none;
    font-weight: 600;
}

.info{
    background-color: #000;
    background-image: url('./IMG/rolunkbg.svg');
    background-repeat: repeat;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding: 20px 0;
}

.info div{
    width: 50%;
}

.info div h1{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px;
    text-shadow: #00000096 3px 3px 3px;
}

.info div p{
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
}

.staffs{
    width: 100vw !important;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.staffholder{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    gap: 30px;
}

.staff{
    width: 120px !important;
    transition: all 0.3s linear;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #00000031;
    backdrop-filter: blur(3px);
    padding: 10px 15px;
}

.staff p {
    text-align: center !important;
}

.staff:hover{
    transform: scale(1.03);
    cursor: pointer;
}

.staff div{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}

.staffs h1{
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px !important;
    text-shadow: #00000096 3px 3px 3px;
    margin: 10px 0;
}

.kovi{
    background-image: url(IMG/kovipp.webp);
}

.marci{
    background-image: url(IMG/marcipp.webp);
}

.rudiks{
    background-image: url(IMG/rudikspp.webp);
}

.name{
    width: 100%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    margin: 10px auto 10px auto;
    font-size: 25px !important;
    text-shadow: #00000096 2px 2px 2px;
}

.rank{
    width: 100%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0 auto 0 auto;
    font-size: 20px !important;
    color: #ebebeb;
    text-shadow: #00000096 2px 2px 2px;
}

.gyik {
    width: 100%;
    height: fit-content;
    padding: 20px 0;
}

.gyik h1 {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px;
    text-shadow: #00000096 3px 3px 3px;
}

.gyik .holder {
    width: 80%;
    height: fit-content;
    margin: auto;
}

.gyik a {
    color: #a08028;
    text-decoration: none;
    font-weight: 600;
}

details {
    background-color: #00000031;
    backdrop-filter: blur(3px);
    color: #fff;
    margin-top: 15px;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

summary {
    padding: 10px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 30px;
}

summary::-webkit-details-marker {
    display: none;
}

details[open] summary {
    margin-bottom: 0px;

}

details[open] div {
    padding: 10px;
}

#opendiv {
    cursor: default;
    font-size: 25px;
}




.button-text{
    transform: translateX(10px);
    transition-duration: 0.3s;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
  
.iconer{
    transform: translateY(35px);
    transition-duration: 0.3s;
}
  
footer{
    height: 180px;
    width: 100%;
    background-image: url(IMG/footerbg.webp);
    background-size: 300px 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.left{
    width: min-content;
    height: 50px;
    display: flex;
    flex-direction: row;
    margin-right: 150px;
    gap: 20px;
}

.right{
    width: min-content;
    height: 50px;
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    gap: 20px;
}

.footerpic{
    transition: all 0.3s linear;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footerpic:hover{
    transform: scale(1.07);
    cursor: pointer;
}

.discord{
    background-image: url(IMG/discord.webp);
}

.csgo{
    background-image: url(IMG/csgo.webp);
}

.steam{
    background-image: url(IMG/steam.webp);
}

.tracky{
    background-image: url(IMG/trackyserver.webp);
}


@keyframes akcio {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -10000px 0;
    }
  }

@keyframes load{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes arrow{
    0%{
        transform: translateY(4px);
    }
    50%{
        transform: translateY(-4px);
    }
    100%{
        transform: translateY(4px);
    }
}

@keyframes awpload{
    0%{
        right: -600px;
        opacity: 20%;
        top: -10px;
    }
    100%{
        opacity: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .info div {
        width: 90%;
    }
    .gyik .holder {
        width: 90%;
    }
    .awpimg {
        position: absolute;
        transition: all 0s;
        animation: none;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0 !important;
        height: 300px !important;
        width: 550px !important;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: 5px;
        display: block;
    }
    .dataholder2 {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .dataholder2 * {
        position: relative;
        z-index: 2 !important;
    }
    .maintitle {
        width: 100%;
        padding-left: 0px;
    }
    .maintitle h1, .title {
        position: relative;
        z-index: 2 !important; 
    }
}

@media screen and (max-width: 850px) {
    .maintitle h1 {
        font-size: 85px;
        text-align: center;
        padding: 30px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    footer .left  {
        margin-right: 15px;
    }
    footer .right {
        margin-left: 15px;
    }
    .header a:first-of-type {
        display: none;
    }
    .maintitle {
        padding: 50px 0px 0px 0px;
    }
    .maintitle h1 {
        font-size: 70px;
        text-align: center;
    }
    .title {
        font-size: 28px;
        padding: 10px 0px 0px 0px;
        text-align: center;
    }
    .dataholder2 {
        margin-top: 100px;
    }
    .staff div{
        height: 70px;
        width: 70px;
    }
    .staffholder {
        gap: 20px;
    }
    .staffholder .name {
        font-size: 20px !important;
        margin-bottom: 2px;
    }
    .staffholder .rank {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 500px) {
    .header a:nth-child(3) {
        display: none;
    }
    .iframe-tarto {
        margin-left: 0px !important;
        padding-left: 0px !important;
        background-color: transparent !important;
    }
    .awpimg {
        width: 100vw !important;
    }
    .maintitle {
        padding: 80px 0px 0px 0px;
    }
    .maintitle h1 {
        font-size: 60px;
        text-align: center;
    }
    .title {
        font-size: 25px;
        padding: 10px 0px 0px 0px;
        text-align: center;
    }
    .staffholder {
        gap: 10px;
    }
    .staff {
        padding: 5px;
    }
    .staffholder .name {
        font-size: 20px !important;
        margin-bottom: 2px;
    }
    .staffholder .rank {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 449px) {
    .dataholder p {
        font-size: 23px;
    }
    .dataholder2 {
        margin-top: 60px;
        backdrop-filter: blur(2px);
        border-radius: 2px;
        padding: none !important;
        margin-left: 0px !important;
    }
    .maintitle h1 {
        font-size: 50px;
        text-align: center;
    }
    .title {
        font-size: 23px;
    }
        .staffholder {
        gap: 10px;
    }
    .staff {
        padding: 5px;
    }
    .staffholder .name {
        font-size: 20px !important;
        margin-bottom: 2px;
    }
    .staffholder .rank {
        font-size: 1px !important;
    }
}