:root{
    --backgroundSize: 5000px;
}
*{
    margin: 0;
    padding: 0;
}


@keyframes scrollBackground {
    from { background-position: var(--backgroundSize) 0;}
  to {background-position: 0 0;}
}


html{
    scroll-behavior: smooth;
}

/*MENU*/
.menu{
    z-index: 1;
    text-align: center;
    position: fixed;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu1{
    width: 500px;
    position: relative;
}
.menuimg{
    z-index: 0;
    max-width: 100%;
    min-width: 400px;
}
.banner{
    position: absolute;
    width: 91%;
    left: 4.6%;
    top: 15%;
}


/*PRZYCISKI*/

.hex{
    opacity: 0;
    transition: 0.5s;
}

.hex:hover{
    opacity: 100;
}


/*PRZYCISK DISCORD*/
.hexbutton1ico{
    position: absolute;
    z-index: 6;
    width: 16%;
    top: 49%;
    left: 13.8%;
}
.hexbutton1{
    border-radius: 100px;
}
.hexbutton1:hover + .hex1 .hex{
    opacity: 100;
}
.hex1{
    position: absolute;
    left: 12.4%;
    top: 44%;
    width: 19%;
    min-width: 70px;
}


/*PRZYCISK SKLEP*/

.hexbutton2ico{
    position: absolute;
    z-index: 6;
    width: 16%;
    top: 49%;
    left: 32.7%;
}
.hexbutton2{
    border-radius: 100px;
}
.hexbutton2:hover + .hex2 .hex{
    opacity: 100;
}
.hex2{
    position: absolute;
    left: 31%;
    top: 44%;
    width: 19%;
    min-width: 70px;
}


/*PRZYCISK MAPA*/

.hexbutton3ico{
    position: absolute;
    z-index: 6;
    width: 16%;
    top: 49%;
    left: 51.4%;
}
.hexbutton3{
    border-radius: 100px;
}
.hexbutton3:hover + .hex3 .hex{
    opacity: 100;
}
.hex3{
    position: absolute;
    left: 49.5%;
    top: 44%;
    width: 19%;
    min-width: 70px;
}


/*PRZYCISK PACZKA*/

.hexbutton4ico{
    position: absolute;
    z-index: 6;
    width: 16%;
    top: 49%;
    left: 70.1%;
}
.hexbutton4{
    border-radius: 100px;
}
.hexbutton4:hover + .hex4 .hex{
    opacity: 100;
}
.hex4{
    position: absolute;
    left: 68.3%;
    top: 44%;
    width: 19%;
    min-width: 70px;
}







/*GLOWNA*/
.tlo{
    background-image: url('image/paranormal.png');
    background-repeat: repeat-x;
    background-size: var(--backgroundSize);
    background-color: rgba(153, 153, 153, 0.205);
    background-blend-mode: multiply;
    animation:scrollBackground 30s linear infinite;
    width: 100%;
    height: auto;
    min-height: 938px !important;
    /*height: 950px;*/
    justify-content: center;
}

.glowna{
    background: linear-gradient(0deg, rgb(57, 186, 255) 2%, rgba(57, 186, 255, 0.754) 15%, rgba(255,255,255,0) 75%);
    width: 100%;
    position: relative;
    height: auto;
    min-height: 600px !important;
    /*height: 600px;*/
    top: 350px;
    display: flex;
    flex-wrap: wrap;
}
.text{
    min-width: 497px;
    width: 50%;
    text-align: center;
}

.text h1{
    text-align: center;
    color: white;
    font-size: clamp(60px, 5vw, 100px);
    font-family: "Jersey 25", serif;
    text-shadow: 5px 5px 5px black;
    max-width: 800px;
    min-width: 370px;
    padding-left: 9%;
}
.text p{
    font-size: clamp(20px, 4vw, 30px);
    padding: 10px;
    padding-left: 26%;
    max-width: 500px;
    min-width: 200px;
    border-radius: 10px;
    color: white;
    font-family: "Jersey 25", serif;
    text-shadow: 2px 2px 2px black;
    text-align: center;
}
.obraz{
    min-width: 497px;
    width: 50%;
    text-align: center;

}
.obraz img{
    width: 50%;
    min-width: 450px;
}





/* DISCORD */

.about{
    width: 100%;
    height: auto;
    min-height: 579px !important;
    /*height: 579px;*/
    background: rgb(57, 186, 255, 1);
    padding-top: 10%;
}
.discord{
    width: 100%;
    height: auto;
    min-height: 500px !important;
    /*height: 500px;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.dcimg{
    text-align: center;
    width: 50%;
    min-width: 761px;

}
.dcimg img{
    width: 100%;
    min-width: 450px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.462) 0%, rgba(255,255,255,0) 74%);
}
.textdc{
    color: white;
    width: 50%;
    min-width: 761px;
    height: 100%;
    text-align: center;
}
.textdc h1{
    font-size: clamp(40px, 4vw, 80px);
    font-family: "Jersey 25", serif;
    padding-top: 20px;
    text-shadow: 0px 20px 30px rgba(0, 60, 255, 0.85), 0px 9px 10px rgba(12, 33, 255, 0.75);
}
.textdc p{
    padding-left: 10%;
    font-size: clamp(20px, 3vw, 48px);
    max-width: 80%;
    min-width: 100px;
    font-family: "Jersey 25", serif;
    text-shadow: 0px 20px 30px rgba(0, 60, 255, 0.85), 0px 3px 10px rgba(12, 33, 255, 0.75);
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.462) 0%, rgba(255,255,255,0) 78%);
}
.textdc img{
    width: 70%;
    min-width: 450px;
}
.textdc img:hover{
    content: url('image/discordhover.png');
    transition: 2s;
}


/*SKLEP*/

.sklep{
    width: 100%;
    height: auto;
    min-height: 1075px !important;
    /*height: 1075px;*/
    background: linear-gradient(0deg, rgb(157, 0, 184)78%, rgb(57, 186, 255)99%);
    display: flex;
    flex-wrap: wrap;
}
.imgSklep{
    text-align: center;
}
.imgSklep, .textSklep{
    width: 50%;
    min-width: 761px;
    margin-top: 15%;
}
.Sklepimg{
    width: 60%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.462) 0%, rgba(255,255,255,0) 73%);

}
.imgSklep .hover{
    width: 60%;
    min-width: 450px;
}
.imgSklep .hover:hover{
    content: url('image/Sklephover.png');
}
.textSklep h1{
    color: white;
    text-align: left;
    font-size: clamp(40px, 4vw, 80px);
    font-family: "Jersey 25", serif;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 9%;
    text-shadow: 0px 20px 30px rgba(70, 0, 57, 0.85), 0px 3px 10px rgba(17, 0, 23, 0.75);
}
.textSklep p{
    color: white;
    padding-left: 10%;
    font-size: clamp(20px, 3vw, 48px);
    max-width: 80%;
    min-width: 100px;
    font-family: "Jersey 25", serif;
    text-shadow: 0px 20px 30px rgba(70, 0, 57, 0.85), 0px 3px 10px rgba(17, 0, 23, 0.75);
}




/*MAPA*/

.mapa{
    width: 100%;
    height: auto;
    min-height: 1075px !important;
    /*height: 1075px;*/
    background: linear-gradient(0deg, rgb(83, 144, 60)78%, rgb(157, 0, 184)99%);
    display: flex;
    flex-wrap: wrap;
}
.imgMapa, .textMapa{
    width: 50%;
    min-width: 761px;
    margin-top: 15%;
    text-align: center;
}
.Mapaimg{
    width: 70%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.462) 0%, rgba(255,255,255,0) 73%);

}
.textMapa h1{
    color: white;
    font-size: clamp(40px, 4vw, 80px);
    font-family: "Jersey 25", serif;
    padding-top: 50px;
    padding-bottom: 20px;
    text-shadow: 0px 20px 30px rgba(8, 96, 27, 0.85), 0px 3px 10px rgba(23, 0, 7, 0.75);
}
.textMapa p{
    color: white;
    padding-left: 10%;
    font-size: clamp(20px, 3vw, 38px);
    max-width: 80%;
    min-width: 100px;
    font-family: "Jersey 25", serif;
    text-shadow: 0px 20px 30px rgba(8, 96, 27, 0.85), 0px 3px 10px rgba(23, 0, 7, 0.75);
}
.textMapa .hover{
    padding-top: 5%;
    width: 60%;
    min-width: 450px;
}
.textMapa .hover:hover{
    content: url('image/maphover.png');
}

/*PACZKA*/

.paczka{
    width: 100%;
    height: auto;
    min-height: 1075px !important;
    /*height: 1075px;*/
    background: linear-gradient(0deg, rgb(245, 243, 227)78%, rgb(83, 144, 60)99%);
    display: flex;
    flex-wrap: wrap;
}
.imgPaczka, .textPaczka{
    width: 50%;
    min-width: 761px;
    margin-top: 15%;
    text-align: center;
}
.textPaczka h1, .imgPaczka h1{
    color: white;
    font-size: clamp(40px, 4vw, 80px);
    font-family: "Jersey 25", serif;
    padding-top: 50px;
    padding-bottom: 20px;
    text-shadow: 2px 2px 0px #000000, -2px 2px 0px #000000, -2px -2px 0px #000000, 2px -2px 0px #000000, 2px -2px 0px #000000,0px 10px 30px rgba(0, 0, 0, 0.5);
}
.textPaczka p{
    color: white;
    padding-left: 10%;
    font-size: clamp(20px, 3vw, 38px);
    max-width: 80%;
    min-width: 100px;
    font-family: "Jersey 25", serif;
    text-shadow: 2px 2px 0px #000000, -2px 2px 0px #000000, -2px -2px 0px #000000, 2px -2px 0px #000000, 2px -2px 0px #000000,0px 5px 20px rgba(0, 0, 0, 0.5);
}
.imgPaczka iframe{
    border-radius: 20px;
    box-shadow: 10px 10px 26.6px 4px rgba(0, 0, 0, 0.5);
}

.imgPaczka img{
    width: 100%;
    min-width: 200px;
}
.imgPaczka a{
     width: 50%;
}
.imgPaczka .download{
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-wrap: wrap;
}
.imgPaczka p{
    color: white;
    padding-left: 10%;
    font-size: clamp(15px, 3vw, 30px);
    max-width: 80%;
    min-width: 100px;
    font-family: "Jersey 25", serif;
    text-shadow: 2px 2px 0px #000000, -2px 2px 0px #000000, -2px -2px 0px #000000, 2px -2px 0px #000000, 2px -2px 0px #000000,0px 5px 20px rgba(0, 0, 0, 0.5);
}
.imgPaczka .hover1:hover{
    content: url('image/Lhover.png');
}
.imgPaczka .hover2:hover{
    content: url('image/Paczkahover.png');
}
.textPaczka img{
    width: 50%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.462) 0%, rgba(255,255,255,0) 73%);
}
.imgPaczka iframe{
    width: 76%;
    min-width: 420px;
    height: 60%;
    min-height: 300px;
}


footer{
    text-align: center;
    background: linear-gradient(0deg, rgb(50, 50, 48)28%, rgb(245, 243, 227)99%);
    height: 30px;
    color: rgb(255, 255, 255);
}


