


body {
    background-color: black;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    user-select: none;
}



header {
    width: 100%;
    height: 150px;
    position: absolute;

    z-index: 4;

    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: bottom;

    overflow: hidden;
}

nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: white;
    position: absolute;
    align-items: center;
    background-color: rgb(0, 0, 0, 1);
}
nav label {
    border-radius: 100%;
    outline: 5px solid black;
}
nav img {
    width: 120px;
    position: relative;
    z-index: 2;
    
}



.graf {
    position: absolute;
    font-family: 'Pangolin', cursive;
    opacity: 0;

}

.graf:nth-child(2) {
    top: 40px;
    right: 600px;
    rotate: 10deg;
    color: gold;

    font-size: 25px;
}


.graf:nth-child(3) {
    bottom: -10px;
    left: 200px;
    rotate: -10deg;
    color: rgb(31, 31, 163);
    font-size: 30px;
}

.graf:nth-child(4) {
    top: 20px;
    left: 100px;
    rotate: -1deg;
    color: gold;
    font-size: 35px;
}

.graf:nth-child(5) {
    top: 70px;
    left: 0px;
    rotate: 20deg;
    color: rgb(152, 25, 25);

    font-size: 30px;
}

.graf:nth-child(6) {
    top: 60px;
    right: 50px;
    rotate: -20deg;
    color: gold;
    font-size: 30px;
}


.graf:nth-child(7) {
    top: 60px;
    left: 300px;
    rotate: 5deg;
    color: rgb(255, 255, 255);
    font-size: 35px;
}


.graf:nth-child(8) {
    bottom: 10px;
    right: 450px;
    rotate: -7deg;
    color: rgb(42, 152, 25);
    font-size: 20px;
}


.graf:nth-child(9) {
    bottom: 20px;
    right: 10px;
    rotate: -3deg;
    color: rgb(152, 25, 25);
    font-size: 20px;
}


.graf:nth-child(10) {
    bottom: -10px;
    left: 400px;
    rotate: -3deg;
    color: rgb(42, 152, 25);
    font-size: 25px;
}

.graf:nth-child(11) {
    top: 0px;
    left: 400px;
    rotate: -3deg;
    color: rgb(42, 152, 25);
    font-size: 25px;
}

.graf:nth-child(12) {
    top: 5px;
    right: 400px;
    rotate: 0deg;
    color: rgb(152, 25, 25);
    font-size: 25px;
}


.graf:nth-child(13) {
    top: 20px;
    right: 200px;
    rotate: 3deg;
    color: rgb(31, 31, 163);

    font-size: 20px;
}

.graf:nth-child(14) {
    top: 50px;
    right: 300px;
    rotate: -3deg;
    color: rgb(255, 255, 255);

    font-size: 30px;
}







.links {

    position: absolute;
    width: 100%;
    left: 0;
    height: 200px;
    bottom: -200%;
    /* background-color: red; */

    display: flex;
    justify-content: space-between;
    padding: 0 200px;
    align-items: center;

}

@media only screen and (max-width: 600px) {
    .links {

     
        padding: 0 20px;
    
    }
}


.links .link {
    min-width: 200px;
    height: 100px;
    font-size: 30px;
    font-family: 'Pangolin', cursive;

    display: flex;
    align-items: center;
    justify-content: center;
    outline: 2px solid rgb(131, 131, 131);
    background-color: black;
    position: relative;

}
@media only screen and (max-width: 600px) {
    .links .link {

     
        min-width: 150px;

    
    }
}

.link:hover {
    scale: 1.1;
}

.link img {
    width: 50px;
}
.links .link:nth-child(1) img {
    width: 50px;
}
.links .link:nth-child(2) img {
    width: 55px;
}

.links .link:nth-child(2) .comingSoon {
    font-family: 'Pangolin', cursive;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: gold;
    color: black;
    font-size: 20px;
    padding: 2px 5px;
    border-radius: 100px;
}



.bg {

    position: relative;
    padding: 500px 0 0 0;
  

}.bg .shadow {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1000px;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 1;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

}.bg img.bgg {
    top: 0;
    width: 100%;
    position: absolute;
}


.collage {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    font-family: 'Pangolin', cursive;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}.collage h1 {
    font-size: 50px;
    color: white;
    text-shadow: 0 0 200px black;
    text-align: center;
}

.images {

    width: 100%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;

}.images .wrapper {
    color: white;
    font-size: 20px;
}

.images img {
    width: 300px;
    aspect-ratio: 1/1;
    box-shadow: 0px 0px 300px black;
    border-radius: 5px;
    /* border: 2px solid rgb(131, 131, 131); */

}


@keyframes popinnout {

    0% {
        scale: 1;
    }
    50% {
        scale: 1.05;
    }
    
}


.benten {
    position: fixed;
    z-index: 1;
    height: 80vh;
    right: 0;
    top: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    animation: popinnout 1s linear infinite;

}.benten img {
    width: 200px;
}.benten P {
    position: absolute;
    left: -110px;
    font-family: 'Pangolin', cursive;
    color: white;
    font-size: 30px;
    rotate: 10deg;
}

.benten:hover {
    scale: 1.1;
}



.watchOn {
    width: 100%;
    height: 100vh;
    position: fixed;
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    display: none;

}.watchOn img.watch {
    width: 200px;
    -webkit-filter: drop-shadow(0px 0px 100px rgb(26, 255, 0, 1));
}

.watchTrix {
    width: 500px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.watchTrix .left {
    position: absolute;
    left: 0;
    height: 100%;
    /* background-color: red; */
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.watchTrix .right {
    position: absolute;
    right: 0;
    height: 100%;
    /* background-color: red; */
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.watchTrix .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.watchTrix .top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 120px;
    /* background-color: red; */

    display: flex;
    align-items: center;
    justify-content: center;
}

.menuItem {
    width: 120px;
    aspect-ratio: 1/1;
    background-color: white;
    border-radius: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;

}
.menuItem#one {
    background-color: black;
}.menuItem#one img {
    width: 50px;
}

.menuItem#two {
    background-color: black;
}.menuItem#two img {
    width: 100%;
    border-radius: 100%;
}

.menuItem#three {
    background-color: black;
}.menuItem#three img {
    width: 100%;
    border-radius: 100%;
}
.menuItem#four {
    background-color: black;
}
.menuItem#four p {
    font-size: 40px;
    color: white;
    font-family: 'Pangolin', cursive;

}

.menuItem:hover {

    scale: 1.2;

}

@media only screen and (max-width: 600px) {


    .benten {
        position: fixed;
        z-index: 1;
        height: 70vh;
        right: 0;
        top: 0;

        display: flex;
        align-items: center;
        justify-content: center;
        user-select: none;
    }.benten img {
        width: 150px;
    }.benten P {
        position: absolute;
        left: -110px;
        font-family: 'Pangolin', cursive;
        color: white;
        font-size: 25px;
        rotate: 10deg;
    }

    .benten:hover {
        scale: 1.1;
    }




    .watchOn img.watch {
        width: 120px;
        -webkit-filter: drop-shadow(0px 0px 100px rgb(26, 255, 0, 1));
    }
    
    .watchTrix {
        width: 400px;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    
  
    
    .menuItem {
        width: 85px;
        aspect-ratio: 1/1;
        background-color: white;
        border-radius: 100%;
    
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
        border: 1px solid white;
        box-sizing: content-box;
    
    }

    .bg img.bgg {
        top: 0;
        width: 100%;
        height: 200%;
        position: absolute;
        object-fit: cover;
    }

    .bg {
        position: relative;
        padding: 400px 0 0 0;
    }
    
}


.topHov:hover {

    scale: 1.2;

}

.topLeft, .topRight, .botLeft, .botRight {

    width: 120px;
    aspect-ratio: 1/1;
    position: absolute;
    background-color: yellowgreen;
    border-radius: 100%;
    
    color: black;

    display: flex;
    align-items: center;
    justify-content: center;

}.topLeft p {
    font-family: 'Pangolin', cursive;
    font-size: 30px;
    text-align: center;
    line-height: 22px;
}

.topLeft {
    top: 40px;
    left: 40px;
}.topRight {
    top: 40px;
    right: 40px;
    display: none;

}

.botLeft {
    bottom: 40px;
    left: 40px;
    display: none;

}
.botRight {
    bottom: 40px;
    right: 40px;

    display: none;
}


.drawgame {
    width: 400px;
    height: 100px;
    margin: 0 0 10px 0;
    border-radius: 10px;
    outline: 4px solid greenyellow;

    display: flex;
    align-items: center;
    justify-content: center;

} .drawgame p {
    font-size: 28px;
    color: yellowgreen;

}






.drawPopup {
    width: 100%;
    height: 100vh;

    position: fixed;
    top: 0;
    left: 0;

    background-color: rgb(0, 0, 0, 0.6);
    z-index: 10;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    display: flex;
    align-items: center;
    justify-content: center;

    

}.drawPopup .actPop {

    width: 400px;
    height: 300px;
    background-color: rgb(12, 10, 11);
    border-radius: 5px;
    position: relative;
    outline: 3px solid rgb(255, 255, 255,0.1);


}.actPop p {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 250px;
    align-items: center;
    justify-content: center;

    font-family: 'Pangolin', cursive;
    line-height: 40px;

}.actPop p span:nth-child(1) {
    font-size: 50px;
    color: yellowgreen;

}.actPop p span:nth-child(2) {
    font-size: 40px;
    color: white;

}.actPop p span:nth-child(3) {
    font-size: 60px;
    color: yellowgreen;


}
.btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    position: absolute;
    bottom: 40px;
}.btns button {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    border: 0;
    font-family: 'Pangolin', cursive;
    font-size: 20px;
}.btns button:hover {
    scale: 1.05;
}

.btns button:nth-child(1) {
    background-color: rgb(123, 51, 51);
}.btns a button:nth-child(1) {
    background-color: yellowgreen;
}

@media only screen and (max-width: 800px) {
    .drawPopup {
        display: none;
    }
}
