@import url(satoshi.css);


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #111;
    font-family: satoshi;
    display: flex;
    flex-direction: column;
    position: relative;
}

button {
    cursor: pointer;
}

#strzaleczka {
    font-size: 20px;
}

#imglogo {
    left: 0;
    width: 70px;
    margin-top: -10px;
}

#countdown {
    font-size: 5rem;
    font-family: satoshi-bold;
    text-align: center;
    color: white;
    rotate: 2deg;

}

#header1 {
    display: flex;
    position: fixed;
    z-index: 22;
    background-color: transparent;
    width: 100%;
    height: 5rem;
    transition: background-color 0.3s ease;
    justify-content: center;
    align-items: center;
}

.navbtns {
    width: 1500px;
    height: 100%;
    display: flex;
    justify-self: flex-end;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    
}

.zawartosch {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

footer {
    background-color: #252525;
    height: 3rem;
    width: 100%;
    display: flex;
    justify-self: flex-end;
    z-index: 12;
    align-items: center;
    justify-content: space-between;
    color: rgb(197, 197, 197);
    padding: 0 1rem;
}


.f1, .f2, .f3 {
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    font-family: satoshi-bold;
    color: rgb(197, 197, 197);
    font-size: 0.8rem;
}


.f1 div {
    text-align: start;
}

.f2 div {
    text-align: center;
}

.f1 {
    justify-content: flex-start;
    font-family: satoshi-bold;
    color: rgb(197, 197, 197);
}

.f2 {
    justify-content: center;
    font-family: satoshi-bold;
    color: rgb(197, 197, 197);
}

.f3 {
    justify-content: flex-end;
    font-family: satoshi-bold;
    color: rgb(197, 197, 197);
}

.f3 div {
    text-align: end;
}

.f2 a{
    color: white;
    cursor: pointer;
}

.f3 a{
    color: white;
    cursor: pointer;
    text-decoration: underline;
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 40 40"><rect width="60" height="60" fill="none" stroke="white" stroke-width="0.3" opacity="0.1"/></svg>');
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 8;
}



#div1 {
    width: 100vw;
    height: 100dvh;
    background-image:
      linear-gradient(to bottom, transparent 20%, #111 100%),
      url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/9ccc269e-273c-4dfb-97c4-667cfae749f0/dfha2g4-d020bd16-6c35-490e-a2e7-1524807d0a16.png/v1/fill/w_1280,h_720,q_80,strp/nighttime_los_santos____gta_online__by_vicenzovegas21_dfha2g4-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NzIwIiwicGF0aCI6IlwvZlwvOWNjYzI2OWUtMjczYy00ZGZiLTk3YzQtNjY3Y2ZhZTc0OWYwXC9kZmhhMmc0LWQwMjBiZDE2LTZjMzUtNDkwZS1hMmU3LTE1MjQ4MDdkMGExNi5wbmciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.TmvkUmrLaZfFeaM878i9XaAYPiVhwQBDSc0BRdUiLeA);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 11;
  }
  
#logosrodek {
    width: 200px;
    height: 200px;
    animation: pulse3 5s infinite;
}

@keyframes pulse3 {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(17,105,66,.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(57,79,253,0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(57,79,253,0)
    }
}

#div2 {
    width: 100%;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10rem 0;
    z-index: 11;
}

#divodl {
    width: 100%;
    min-height: auto;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10rem 0;
    z-index: 11;
}

#div3 {
    width: 100%;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 5rem 0;
    z-index: 11;
}

#div4 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 5rem 0;
    z-index: 11;
}

#textmain {
    font-size: 5rem;
    color: white;
    font-family: satoshi-black;
    height: 100%;
    padding: 0;
    margin: 0;
}

#texty {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}



#texty2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

#textbtm {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    word-wrap: break-word;
    color: rgb(197, 197, 197);
    max-width: 50rem;
    font-family: satoshi-medium;
    text-align: center;
}

#srodek {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    overflow: hidden;
    position: relative;
    z-index: 12;
}

#srodek2 {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    position: relative;
    z-index: 13;
}

#buttony {
    display: flex;
    gap: 20px;
    width: 110%;
    justify-content: center;
}

#btns {
    display: flex;
    gap: 20px;
    width: 12rem;
    height: 3rem;
    
}

.hbtn {
    font-size: 1.2rem;
    font-family: 'Satoshi-Bold', sans-serif;
    background-color: transparent;
    border: transparent;
    color: white;
    overflow: hidden;
    position: relative;
    min-height: 2rem;
    padding: 0;
}

.hbtn::after {
    content: ''; 
    width: 0;
    height: 2px;
    background-color: dodgerblue;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.1s ease-in-out;
}

.hbtn:hover::after {
    width: 100%; 
}

.btn {
    width: 10rem;
    height: 2.5rem;
    border-radius: 2px;
    font-size: 1rem;
    font-family: satoshi-bold;
}

.btn2 {
    width: 20rem;
    height: 2.5rem;
    border-radius: 2px;
    font-size: 1rem;
    font-family: satoshi-bold;
}

#btn1 {
    background-color: dodgerblue;
    border-color: transparent;
    color: white;
    width: calc(10rem + 20px);
    transition: 0.3s;
    width: 12rem;
    height: 3rem;
    border-radius: 5px;
    font-size: 1.2rem;
}

#btn5 {
    background-color: dodgerblue;
    border-color: transparent;
    color: white;
    width: calc(10rem + 20px);
    transition: 0.3s;
    width: 20rem;
    height: 3.5rem;
    border-radius: 5px;
    font-size: 1.2rem;
}

#btn5:hover {
    background-color: white;
    color: dodgerblue;
}

#btn1:hover {
    background-color: white;
    color: dodgerblue;
    transform: scale(1.05);
}

#btn2 {
    border-color: transparent;
    color: dodgerblue;
    
}

#btn3 {
    background-color: #1111118c;
    border: 2px solid dodgerblue;
    color: dodgerblue;
    width: calc(10rem + 20px);
    transition: 0.3s;
    width: 12rem;
    height: 3rem;
    border-radius: 5px;
    font-size: 1.2rem;
}

#btn3:hover {
    background-color: rgb(71 82 196);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(71 82 196);
}

#btn1 {
    background-color: dodgerblue;
    border-color: transparent;
    color: white;
    width: calc(10rem + 20px);
    transition: 0.3s;
    width: 12rem;
    height: 3rem;
    border-radius: 5px;
    font-size: 1.2rem;
    position: absolute;
}

#titlec {
    width: 100%;
    height: 10vh;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: satoshi-bold;
    font-size: 3rem;
    text-align: center;
    rotate: 2deg;
    opacity: 120%
    ;
}

#naglowek1 {
    width: 100%;
    height: 12vh;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: satoshi-bold;
    font-size: 3rem;
    text-align: center;
    overflow: hidden;
}

#naglowek2 {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-family: satoshi-bold;
    font-size: 3rem;
    text-align: center;
}

#kwadraty {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-self: center;
    align-items: center;
    min-width: 70%;
    width: 70%;
    height: calc(auto + 10rem);
    gap: 20px;
    overflow: hidden;
    padding: 1rem 0;
}

.kwadrat {
    background-color: #252525;
    display: flex;
    z-index: 11;
    flex-direction: column;
    padding: 15px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    height: 16rem;
    width: 25rem;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,.1);
    transition: transform 0.3s ease;
    background: rgba(30,30,30,.6);
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    overflow: hidden;
    box-sizing: content-box;
    padding: 1rem;
}

.kwadrat:hover {
    transform: scale(1.05);

}

#k1 {
    background-image:
    linear-gradient(rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)),
      url(https://wallpaperaccess.com/full/842507.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box; /* to ograniczy tło do paddingu */
    
    border: 1px solid rgba(255, 255, 255, 0.1); /* przezroczysta ramka */
    padding: 4px; /* oddziel obraz od borderu */
    box-sizing: border-box;
}

#k2 {
    background-image:
    linear-gradient(rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)),
      url(https://img.gta5-mods.com/q95/images/gruppe-sechs-armed-security-guard-gruppe-6/0f5e00-armedsecurityguard.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box; /* to ograniczy tło do paddingu */
    
    border: 1px solid rgba(255, 255, 255, 0.1); /* przezroczysta ramka */
    padding: 4px; /* oddziel obraz od borderu */
    box-sizing: border-box;
}

#k3 {
    background-image:
    linear-gradient(rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)),
      url(https://preview.redd.it/n34e2p6vqx581.jpg?auto=webp&s=d7b80f5bc03a0f8dfbe6c0b4b1b2d57c74fc6c7e);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box; /* to ograniczy tło do paddingu */
    
    border: 1px solid rgba(255, 255, 255, 0.1); /* przezroczysta ramka */
    padding: 4px; /* oddziel obraz od borderu */
    box-sizing: border-box;
}

#k4 {
    background-image:
    linear-gradient(rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)),
      url(https://c4.wallpaperflare.com/wallpaper/264/578/444/action-adventure-auto-crime-wallpaper-preview.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box; /* to ograniczy tło do paddingu */
    
    border: 1px solid rgba(255, 255, 255, 0.1); /* przezroczysta ramka */
    padding: 4px; /* oddziel obraz od borderu */
    box-sizing: border-box;
}

#k5 {
    background-image:
    linear-gradient(rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)),
      url(https://th.bing.com/th/id/OIP.XqsYc_yRMj05_42afyMHOAHaEK?rs=1&pid=ImgDetMain);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box; /* to ograniczy tło do paddingu */
    
    border: 1px solid rgba(255, 255, 255, 0.1); /* przezroczysta ramka */
    padding: 4px; /* oddziel obraz od borderu */
    box-sizing: border-box;
}

#k6 {
    background-image:
    linear-gradient(rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)),
      url(https://www.borntoplay.es/wp-content/uploads/2013/09/GTAV7-600x337.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box; /* to ograniczy tło do paddingu */
    
    border: 1px solid rgba(255, 255, 255, 0.1); /* przezroczysta ramka */
    padding: 4px; /* oddziel obraz od borderu */
    box-sizing: border-box;
}
  

.kwadrat2 {
    background-color: #252525;
    border-radius: 5px;
    display: flex;
    z-index: 11;
    flex-direction: column;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 15rem;
    width: 15rem;
}


.gorak {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: dodgerblue;   
}

.gorak i {
    height: 5rem;
}

.dolk {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    gap: 5px;
}

.t1 {
    font-weight: bold;
    color: white;
    width: 95%;
    text-align: start;
    font-size: 1.6rem;
    height: auto;
    font-family: satoshi-bold;
}

.kwadracik {
    width: 95%;
    height: auto;
}

.kwadracik2 {
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(rgba(13, 62, 110, 0.8), rgba(10, 58, 107, 0.8));
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: dodgerblue;
}

.kwadracik2 i {
    font-size: 1.4rem;
}

.t2 {
    text-align: start;
    font-size: 1.15rem;
    word-wrap: break-word;
    color: rgb(197, 197, 197);
    width: 95%;
    font-family: satoshi-medium;
}

#kontenerfaq {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    z-index: 13;
}

.pytanie {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pytaniediv {
    width: 100%;
    height: 5rem;
    border: 2px solid #050505;
    background-color: #252525;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.odpowiedzdiv {
    width: 100%;
    height: 5rem;
    background-color: rgb(0, 102, 255);
    border: 2px solid #050505;
    background-color: #353535;
    border-radius: 10px;
    display: none;
}

.pytaniebtn {
    border: transparent;
    background-color: transparent;
    color: white;
}

.icon {
    margin-left: 10px;
}

.show {
    display: none;
}




.faq-container {
    width: 90%;
    width: 70%;
    display: flex;
    flex-direction: column;
    z-index: 15;
    
}

.faq-item {
    background: #353535;
    color: white;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    border: 1px solid transparent;
}

.faq-item:hover {
    border-color: dodgerblue;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.faq-question:hover {
    background: #242424;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #242424;
    font-size: 16px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 15px;
}

.faq-icon {
    font-size: 24px;
    padding: 10px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

#header1.transparent {
    background-color: #242424;
}

#img2 {
    display: block;
}

#d1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
}

.navbtns > hr {
    display: none;
}

.btn-head {
    width: 2.5rem;
    height: 2.5rem;
    border: transparent;
    background-color: transparent;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.btn-close {
    display: none;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.counter {
    display: flex;
    flex-direction: column;
    width: 200px;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}

#kolkoigrcze {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    min-width: 91px;
}

#kolkoigracze > h5 {
    color: rgba(255,255,255,.75);
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    margin-top: 8px
}

#gracze {
    font-size: 14px;
    color: rgba(255,255,255,.75);
    line-height: 20px;
    font-family: satoshi-medium;
}

.btn-head > i {
    font-size: 1.8rem;
}

.kolkoplayers {
    background: #116942;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    transform: scale(1);
    animation: pulse 2s infinite;
    position: relative;
    display: flex;
}

.kolkoplayers::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #77ff9d;
}

#h51 {
    color: rgba(255,255,255,.75);
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    margin-top: 8px;
    overflow: hidden;
    height: 10px;
    font-family: satoshi-medium;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(17,105,66,.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(57,79,253,0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(57,79,253,0)
    }
}

.headtel {
    display: none;
    width: 100vw;
    border-bottom: 1px solid rgb(145, 145, 145);
    height: auto;
    z-index: 20;
    background-color: #24242449;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}

.headtel2 {
    display: none;
    width: 100vw;
    border-bottom: 1px solid rgb(145, 145, 145);
    height: auto;
    z-index: 20;
    background-color: #111;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 12;
}


#countdown {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
  
  .time-box {
    display: flex;
    flex-direction: column;
  }
  
  .number {
    font-size: 4rem;
    font-weight: bold;
    color: white;
  }
  
  .label {
    font-size: 2rem;
    color: #ccc;
    margin-top: 5px;
  }
  

#bc {
    display: none;
    overflow: hidden;
}

.close-btn {
    display: none;
    overflow: hidden;
}

.ped1 {
    width: 45rem;
    height: 45rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -2rem;
    box-sizing: border-box;
    padding: 5rem;
}

.kwadratped {
    width: 35rem;
    height: 25rem;
    border: 4px solid white;
    background-color: #05050554;
    transform: rotate(10deg);
    margin-left: 3rem;

}

#imgped {
    width: 22.5rem; /* Bazowa szerokość */
    position: absolute;
    transform-origin: bottom;
    animation: pulse2 2s ease-in-out infinite;
    will-change: transform;
  }

.reg {
    color: white;
    font-family: satoshi;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    gap: 1rem;
    align-items: center;
}

.c1 {
    text-align: center;
}

.tytulreg {
    color: white;
    font-family: satoshi;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding: 4rem 0;
    gap: 1rem;
}

.reg1 {
    font-size: 5rem;
    font-family: satoshi-bold;
}

.reg2 {
    width: 30%;
    text-wrap: break-word;
    text-align: center;
    font-family: satoshi-medium;
}

.h1c {
    padding: 0.5rem;
    border: 1px solid rgb(134, 134, 134);
    height: 100%;
    width: 80%;
    background: #353535;
    border-radius: 5px;
    font-family: satoshi-bold;
    position: relative;
    z-index: 13;
}

ol {
    list-style-type: decimal;
}

.reg1 .reg2 li {
    font-family: satoshi;
}

li {
    font-family: satoshi-medium;
}

#bg1 {
    width: 120%;
    height: 25rem;
    position: absolute;
    z-index: 11;
    background-color: rgb(11, 54, 100);
    rotate: 5deg;
    opacity: 80%;
}

#bg3 {
    background-color: rgb(11, 54, 100);
    width: 120%;
    height: 28rem;
    position: absolute;
    z-index: 11;
    rotate: 5deg;
    opacity: 80%;
    margin-top: 10px;
}

#bg4 {
    background-color: rgb(11, 54, 100);
    width: 120%;
    height: 25rem;
    position: absolute;
    z-index: 11;
    rotate: -2deg;
}

#bg5 {
    /**background: linear-gradient(to right, rgba(85, 66, 96, 0.8), rgba(188, 97, 102, 0.8));*/
    background-color: rgb(11, 54, 100);
    width: 120%;
    height: 25rem;
    position: absolute;
    z-index: 11;
    rotate: -2deg;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}



#bg2 {
    width: 120%;
    height: 25rem;
    position: absolute;
    z-index: 11;
    background-color: rgb(11, 54, 100);
    rotate: -5deg;
    margin-top: 1000px;
    opacity: 80%;
}

#bg6 {
    width: 120%;
    height: 25rem;
    position: absolute;
    z-index: 11;
    background-color: rgb(11, 54, 100);
    rotate: -5deg;
    margin-top: 3000px;
    opacity: 80%;
    display: none;
}

#bg7 {
    width: 120%;
    height: 25rem;
    position: absolute;
    z-index: 11;
    display: none;
    background-color: rgb(11, 54, 100);
    rotate: 5deg;
    margin-top: 2000px;
    opacity: 80%;
}

/* @media(max-width: 1250px) {
    #texty {
        z-index: 10;
        width: 60%;
    }

    #srodek {
        display: flex;
    }

    #koleczko {
        z-index: 1;
        width: 600px;
        position: absolute;
        left: 40%;
        opacity: 50%;
    }
} */


@keyframes pulse2 {
    0% {
      transform: rotate(10deg) translateY(-5px) scale(1);
    }
  
    50% {
      transform: rotate(10deg) translateY(-5px) scale(1.1); /* Powiększenie o 10% */
    }
  
    100% {
      transform: rotate(10deg) translateY(-5px) scale(1);
    }
  }
  


@media(max-width:1100px) {
    .counter {
        width: 500px;
    }

    #imglogo {
        left: 0;
        width: 130px;
    }
}

@media(max-width: 800px) {
        #kwadraty {
        flex-direction: column;
        gap: 50px;
        flex-wrap: nowrap;
        padding: 0;
        width: 100%;
        height: auto;
    }
}

@media(max-width: 1250px) {

    .dolk {
        overflow: hidden;
    }

    .t2 {
        font-size: 0.9rem;
        overflow: hidden;
    }

    .t1 {
        overflow: hidden;
    }

    #div1 {
        min-height: 100dvh;
        height: auto;
    }

    #logosrodek {
        width: 150px;
        height: 150px;}

    .number {
        font-size: 3rem;
        font-weight: bold;
        color: white;
      }
      
      .label {
        font-size: 1rem;
        color: #ccc;
        margin-top: 5px;
      }

    #bg7 {
        display: inline;
    }

    #bg6 {
        display: inline;
    }

    #bg3 {
        margin-top: -30px;
    }

    #titlec {
        width: 90%;
        height: auto;
        font-size: 2rem;
    }

    #countdown {
        width: 85%;
        font-size: 2.5rem;
    }


    .h1c {
        width: 85%;
    }

    .reg1 {
        font-size: 3rem;
        font-family: satoshi-bold;
    }
    
    .reg2 {
        width: 80%;
        text-wrap: break-word;
        text-align: center;
    }

    .f2 {
        display: none;
    }

    #koleczko {
        display: none;
    }

    .counter {
        align-items: flex-start;
    }

    .hbtn:hover::after {
        display: none;
    }

    .hbtn::after {
        display: none;
    } 

    .close-btn {
        display: flex;
        width: 90%;
        height: 2.5rem;
        border: transparent;
        background-color: transparent;
        color: white;
        justify-content: flex-end;
        align-items: center;
        font-size: 2.5rem;
        padding: 0 1rem;
        box-sizing: content-box;
        margin-top: 0.4rem;
    }

    #playercount2 {
        display: none;
    }

    #bc {
        display: flex;
        margin-left: -.4rem;
        overflow: hidden;
    }

    #header1 {
        width: 100vw;
        height: auto;
        top: -100%;
        transition: 0.3s;
        background-color: #242424;
    }

    #header1.aktywny {
        margin: 0;
        top: 0;
        z-index: 25;
        position: fixed;
    }

    #texty {
        justify-content: center;
        width: 90%;
    }

    footer {
        height: auto;
    }

    footer {
        padding: 1rem;
    }

    .f1, .f3 {
        width: 40%;
    }

    #textmain {
        text-align: center;
        font-size: 3rem;
    }

    .headtel {
        display: flex;
    }

    .headtel2 {
        display: flex;
    }

    .zawartosch {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: static;
        gap: 20px;
    }

    #imglogo {
        width: 15%;
    }

    #btn1, #btn3 {
        width: calc(19rem + 20px);
    }

    .navbtns {
        width: 90%;
        height: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0;
    }

    .navbtns > hr {
        display: block;
        width: 100%;
        height: 1px;
        border: none;
        background-color: rgb(145, 145, 145);
    }

    #btns {
        width: auto;
        height: auto;
    }

    #btn1 {
        position: relative;
    }

    #d1 {
        justify-content: center;
    }

    .hbtn {
        font-size: 1.4rem;
        height: 2rem;
    }

    header.active {
        margin: 0;
    }

    #srodek {
        padding: 0;
        width: 97%;
        justify-content: center;
    }

    #srodek2 {
        padding: 0;
        width: 95%;
        flex-direction: column;
        gap: 20px;
    }

    #textbtm {
        width: auto;
        font-size: 1.1rem;
    }

    #buttony {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #div2 {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        padding: 50px 10px;
        margin: 5rem 0;
    }

    .faq-container {
        width: 90%;
    }

    #div3 {
        margin: 5rem 0;
    }

    #div4 {
        margin: 5rem 0;
    }

    /* #kwadraty {
        flex-direction: column;
        gap: 50px;
        flex-wrap: nowrap;
        padding: 0;
        width: 100%;
        height: auto;
    } */

    #naglowek1 {
        top: 0;
        font-size: 2rem;
    }

    #img2 {
        display: none;
        width: 100%;
        height: 100%;
    }

    #naglowek2 {
        top: 0;
        font-size: 2rem;
        display: flex;
        justify-content: center;
    }

    .kwadrat {
        height: 14rem;
        width: 21rem;
    }

    .kwadrat2 {
        width: 22rem;
        height: 25rem;
    }

    #textbtm {
        width: 90%;
    }

    #kontenerfaq {
        width: 90%;
    }
    .odpowiedzdiv {
        border-radius: 7px;
    }

    .pytaniediv {
        border-radius: 7px;
    }
    
 }