* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    /*scroll-behavior: smooth;*/
    font-family: "Funnel Display", sans-serif;

   background: radial-gradient( #666666, black);

    color: white;

    scroll-behavior: smooth;
}

a{
    text-decoration: none ;
    color:white;
}

h1{
    font-size: 35px;
}

ul{
    list-style: none;
}

header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px 10px;
    /*background-color: gray;*/
    margin: 10px 10px;
    border-radius: 10px;


   background-color: black;

    -webkit-box-shadow: 0px 0px 15px 5px #19FF00, 0px 0px 15px 5px #19FF00 inset;
    box-shadow: 0px 0px 15px 5px #19FF00, 0px 0px 15px 5px #19FF00 inset;


}

.nav-list-item a{
    transition: all 300ms;
    &:hover{
        color: #00BB4A;
    }
}

.register-log{
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.register-log:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transition: box-shadow 200ms;
}

.nav-list{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-list-item{
    margin: 0 10px;
}

.about-us{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.about-wrapper{
    display: flex;
    flex-direction: column;
    /*background-color: gray;*/
    width: 80%;
    padding: 30px;
    text-align: center;
    border-radius: 10px;


}

.offer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;

}

.offer-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    width: 80%;
  background-color: black;
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 15px 5px #19FF00, 0px 0px 15px 5px #19FF00 inset;
    box-shadow: 0px 0px 15px 5px #19FF00, 0px 0px 15px 5px #19FF00 inset;

}

.offer-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    h1{
        padding-bottom: 10px;
    }
    p{
        padding-bottom: 10px;
    }
}

.offer-img{
    width: 40%;
    border-radius: 20px;
}

.play-btn{
    background-color: #FF2FF1;
    padding: 15px 30px;
    font-size: 25px;
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: 0px 0px 15px 5px #FF2FF1, 0px 0px 15px 5px #FF2FF1 inset;
    transition: all 300ms;
    &:hover{
        scale: 1.1;
        box-shadow: 0px 0px 20px 7px #FF2FF1, 0px 0px 15px 5px #FF2FF1 inset;
    }
}



.play-smart{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.play-smart-wrapper{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 5%;
    margin-bottom: 20px;
}

.tip{
    width: 80%;
    -webkit-box-shadow: 0px 0px 15px 5px #19FF00, 0px 0px 15px 5px #19FF00 inset;
    box-shadow: 0px 0px 15px 5px #19FF00, 0px 0px 15px 5px #19FF00 inset;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    h1{
        display: flex;
        align-items: center;
        flex-direction: row;

    }

    &:nth-child(2){
        margin: 0 20px;
    }
}

.tip-icon{
    height: 50px;
    margin-right: 20px;
}

.play-smart-header{
    padding-bottom: 20px;
    color: white;
}


.about{
    display: flex;
    flex-direction: column;

    padding: 20px;
    width: 80%;
    margin: 0 auto;
    border-radius: 16px ;
}

.about-top{
    padding: 30px;
    h1{
        padding-bottom: 20px;
    }

    p{
        padding-bottom: 10px;
    }
}

.about-bottom{
    display: flex;
    width: 100%;
}

.about-img{
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
}


footer{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    margin: 10px 10px;
    border-radius: 10px;
}

.footer-content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 20px;
}

.legal-img{
    margin: 10px;
    height: 50px;
}

.footer-disclaimer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-text{
    text-align: center;
}




.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,white, gray);
    justify-content: center;
    align-items: center;

}

.popup-content {
    background: rgba(140, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.1px);
    -webkit-backdrop-filter: blur(10.1px);
    border: 1px solid rgba(255, 255, 255, 0.41);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;

}

.popup-content h2{
    padding-bottom: 10px;
}


.accept-btn, .reject-btn{
    border: none;
    margin-top: 20px;
    background-color: #00BB4A;
    padding: 10px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 300ms;
}

.reject-btn{
    background-color: red;
}

.reject-btn:hover{
    color:white;

}

.accept-btn:hover{
    background-color: white;
    color: black;
}







.registration{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: rgba(140, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.1px);
    -webkit-backdrop-filter: blur(10.1px);
    border: 1px solid rgba(255, 255, 255, 0.41);
    border-radius: 10px;
    width: 30%;
    margin: 0 auto;
}

.main-register h1{
    text-align: center;
    padding: 50px 0;
}

.registration-element{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registration-element input{
    border: none;
    background-color: peachpuff;
    height: 40px;
    width: 200px;
    padding: 10px;
    border-radius: 20px;
}

.space{
    height: 200px;
}

.submit-message-btn{
    border: 2px solid transparent;
    background-color: white;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 30px;
    color: black;
    cursor: pointer;
    transition: all 300ms;
}

.submit-message-btn:hover{
    border: 2px solid black;
}







.popup-confirm {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom,white, rgba(0 , 0, 0, 0.5));

}

.popup-confirm-content {
    background: rgba(140, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.1px);
    -webkit-backdrop-filter: blur(10.1px);
    border: 1px solid rgba(255, 255, 255, 0.41);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 300px;
}

.popup-confirm-content h2{
    padding-bottom: 10px;
}


.ok-btn{
    border: none;
    margin-top: 20px;
    background-color: #00BB4A;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 300ms;
}

.ok-btn:hover{
    background-color:  white;
    color: black;
}





.rules{
    padding: 40px;
    background: rgba(140, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.1px);
    -webkit-backdrop-filter: blur(10.1px);
    border: 1px solid rgba(255, 255, 255, 0.41);
    border-radius: 10px;
    margin: 10px;
    color: white;
}

.rules h1{
    text-align: center;
    padding: 20px;
}

.rules h3{
    padding: 20px 0 10px 0;
}

.rules ul{
    padding-left: 20px;
}

@media only screen and (max-width: 1100px) {
    .offer-wrapper{
        flex-direction: column;
        align-items: center;
    }

    .play-smart-wrapper{
        flex-direction: column;
    }

    .tip{
        width: 100%;
        &:nth-child(2){
            margin: 20px 0;
        }
    }
}

@media only screen and (max-width: 700px) {
    header{
        flex-direction: column;
    }

    .nav-list{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .footer-content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer-disclaimer{
        justify-content: center;
    }

    .footer-logo, .footer-links{
        padding-bottom: 20px;
    }

    .offer-img{
        min-width: 0;
    }

    .registration{
        width: 70%;
    }
}

@media only screen and (max-width: 500px) {
    .tip h1{
        font-size: 20px;
    }
}