.book-selected {
    background-position: center;
    background-image: url(../assets/home/AloneGialloLibro1.png);
    background-size: 50%;
    background-repeat: no-repeat;
}
#not-mobile-popup{
    background: #0000004a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 1rem;
    font-size: 20px;
}
#not-mobile-popup .modalContent{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    width: 30%;
    margin: 0 auto;
}
#not-mobile-popup #card-content{
    text-align: center;
    padding: 2rem 5rem;
    background: var(--main_red);
    border-radius: 1rem;

    font-family: Arvo, serif;
}
#varus-loading {
    min-height: 100vh;
    height: 100vh;
    min-width: 100vw;
    width: 100vw;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.varus-loader {
    border: 5px solid #d6aa4e;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 200px;
    width: 200px;
    margin: auto;
}

.wiz-img {
    margin-top: 65px;
    object-fit: contain;
    width: 130px;
}

.wiz-world-img {
    object-fit: contain;
    width: 115px;
}

.wiz-world {
    width: 100vw;
    position: absolute;
    bottom: 30px;
    margin: auto;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #d6aa4e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

.game-circle {
    width: 225px;
    height: 225px;
    font-size: x-large;
}

.book {
    padding: 3rem 0;
}

.book-image {
    height: 200px;
}

.book-image.image-2 {
    height: 180px;
}

.game-container {
    margin: 10px;
}

.banner-full-width {
    position: relative;
    z-index: 100;
}

#landing-layer {
    background-size: contain;
    background-image: url(../assets/home/ImmagineGruppoTasca.png);
    position: relative;
    margin-top: -8.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    height: 925px;
    background-repeat: no-repeat;
    background-position: center;
}

#landing-layer img {
    height: 35%;
    max-width: 30%;
}

#landing-paragraph {
    position: absolute;
    left: 50%;
    top: 70%;
    width: 30%;
    font-size: 1.6rem;
    transform: translate(-50%, -50%);
}
#buttonStart:hover{
    box-shadow: 0 0 20px 8px #ffffffcf !important;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

@media screen and (max-width: 1990px) {
    .book-selected {
        background-size: 70%;
    }
}

@media screen and (max-width: 1650px) {
    .book-selected {
        background-size: 80%;
    }
}

@media screen and (max-width: 1440px) {
    #landing-paragraph {
        width: 35%;
    }

    .book-selected {
        background-size: 95%;
    }

}

@media screen and (max-width: 1350px) {
    #landing-layer {
        width: 85%;
        justify-content: space-between;
    }

    #landing-paragraph {
        font-size: 1.45rem;
    }
}

@media screen and (max-width: 1024px) {
    #landing-layer {
        height: 745px;
        width: 85%;

    }

    #landing-layer img {
        height: 35%;
    }

    #landing-paragraph {
        width: 35%;
        font-size: 1.25rem;
    }

    .book-image {
        height: 150px;
    }

    .book-image.image-2 {
        height: 140px;
    }
}

@media screen and (max-width: 821px) {
    #landing-layer {
        height: 650px;
        margin-top: -4.5rem;
        width: 100%;
        justify-content: space-between;
    }

    #landing-layer img {
        margin-top: 1rem;
        height: 25%;
    }

    #landing-paragraph {
        font-size: 1.25rem;
        width: 45%;
    }

    .book {
        padding: 2.25rem 0;
    }

    .book-image {
        height: 145px;
    }

    .book-image.image-2 {
        height: 130px;
    }
}

@media screen and (max-width: 575px) {
    #landing-paragraph {
        font-size: 1.1rem;
        top: 65%;
        width: 50%;

    }

    .book {
        padding: 1rem 0;
    }

    .book-image {
        height: 145px;
    }

    .book-image.image-2 {
        height: 135px;
    }
}

@media screen and (max-width: 425px) {
    #landing-layer {
        height: 415px;
        background-size: cover;
    }

    #landing-layer img {
        margin-top: 3rem;
        height: 25%;
    }

    #landing-layer #left-image {
        margin-left: -10px;
    }

    #landing-layer #right-image {
        margin-right: -10px;
    }

    #landing-paragraph {
        font-size: 16px;
        width: 54%;
        top: 70%;
    }

    .book-image {
        height: 100px;
    }

    .book-image.image-2 {
        height: 90px;
    }

    .book-selected {
        background-size: 100%;
    }
}

@media screen and (max-width: 375px) {
    .book {
        padding: 0.75rem 0;
    }

    .book-selected {
        background-position: center;
        background-image: url(../assets/home/AloneGialloLibro1.png);
        background-size: cover;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #landing-paragraph {
        font-size: 16px;
        width: 70%;
    }
}

@media screen and (max-width: 375px) {
    .book-image {
        height: 75px;
    }

    .book-image.image-2 {
        height: 70px;
    }
}