body{
    margin: 0px;
    padding: 0px;
}
html{
    scroll-behavior: smooth;
}
#CustomSkin{
    display: none !important;
}
* {
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s;
}
button{
    border: none;
}

#game-party{
    justify-content: center;
    padding: 5px 0px;
    width: 100%;
    background-image: url(/Views/Locale/promoPages/LandingPages/nextgen/cosmosBack.jpg?rel=1);
}
#game-party > img{
    width: 90%;
    max-width: 365px;
}

.section{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

iframe{
    background-color: #d1d1d1;
}

.section > div{
    max-width: 600px;
    width: 90%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 10px;
    overflow: hidden;
}

#title{
    font-size: 30px;
    margin: 0px;
    background-color: black;
    color: white;
    padding: 20px 0px;
}

#info{
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width : 1250px){
    #console-container{
        min-height: 500px;
    }
}

#console-container{
    justify-content: center;
}

.console-img{
    width: 100%;
}

.scopri{
    background-color: #f92222;
    padding: 15px 30px;
    color: white;
    position: relative;
    border-radius: 55px;
    top: -70px;
}
.scopri:hover{
    background-color: white;
    color: black;
    cursor: pointer;
}

.form{
    padding: 10px;
    opacity: 0;
    position: relative;
    top: -50px;
}
.form-container{
    width: 250px;
}

.invia-form{
    width: 250px;
    margin: 10px 0px;
    height: 40px;
    color: white;
    background-color: #2039b7;
}
.email{
    width: 250px;
    height: 30px;
    border: 1px solid grey;
    margin: 10px 0px;
}
#check{
    font-size: 10px;
    line-height: 10px;
}
.form-container > p{
margin: 0px;
    font-size: 10px;
}

#claim > p{
    text-align: center;
    font-size: 13px;
    width: 90%;
    margin: 30px auto;
}
#claim{
    background-color: #656565;
    color: white;
}

/*double promo*/

#double-promo-container{
    width: 100%;
    margin-bottom: 30px !important;
    margin: auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
}

.double-promo{
    display: flex;
    width: 90%;
    min-height: 150px;
    background-color: black;
    color: white;
    max-width: 500px;
    margin: 10px 10px;
    padding: 10px;
}