.navbar-main {
    width: 100%;
    height: 85px;
    padding: 5px;
    background-color: rgb(44, 42, 38);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.page-container {
    display: flex;
    width: 100%;
    min-height: calc(100% - 85px);
    background-image: url("./../images/background.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.title {
    color: white;
    font-family: GodFather;
    font-weight: 400;
    font-size: 40px;
}

.login {
    font: 14px "Poppins", "Lucida Grande", Helvetica, Arial, sans-serif;
    padding: 5px;
    width: fit-content;
    background-color: transparent;
    border: none;
    color: white;
}

@media (max-width: 480px) {
    .title {
        color: white;
        font-family: GodFather;
        font-weight: 400;
        font-size: 20px;
    }

    .login {
        font: 14px "Poppins", "Lucida Grande", Helvetica, Arial, sans-serif;
        padding: 5px;
        width: fit-content;
        background-color: transparent;
        border: none;
        color: white;
    }
}

.logo {
    width: 70px;
    height: 70px;
}

.button-lire-container {
    display: flex;
    align-items: center;
}

.lire-container {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.lire-total {
    color: white;
    padding: 10px;
}

.lire-image {
    align-items: center;
    width: 60px;
    height: 30px;
}

.login:hover,
.buy-button:hover {
    box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
    background-color: grey;
    border-radius: 3px;
}

.items-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 180px;
    width: 100%;
    height: 100%;
    padding: 50px 50px 50px 75px;
}

.item-box-0,
.item-box-1,
.item-box-2,
.item-box-3,
.item-box-4,
.item-box-4bis,
.item-box-4tris,
.item-box-5,
.item-box-6,
.item-box-7,
.item-box-8 {
    display: flex;
    flex-direction: column;
    height: 250px;
    width: 250px;
}

.item-box-0 .description,
.item-box-1 .description,
.item-box-2 .description,
.item-box-3 .description,
.item-box-4 .description,
.item-box-4bis .description,
.item-box-4tris .description,
.item-box-5 .description,
.item-box-6 .description,
.item-box-7 .description,
.item-box-8 .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    color: white;
}

.item-title {
    color: white;
    margin-top: 10px;
}

.buy-button {
    font: 14px "Poppins", "Lucida Grande", Helvetica, Arial, sans-serif;
    padding: 5px;
    width: 180px;
    background-color: transparent;
    border: none;
    color: white;
}

.item-box-0 .image {
    flex: 2.5;
    background-image: url("./../images/cappellino.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.item-box-1 .image {
    flex: 2.5;
    background-image: url("./../images/amazon.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.item-box-2 .image {
    flex: 2.5;
    background-image: url("./../images/steam.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.item-box-3 .image {
    flex: 2.5;
    background-image: url("./../images/playstore.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.item-box-4 .image {
    flex: 2.5;
    background-image: url("./../images/creagrafica.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.item-box-4bis .image {
    flex: 2.5;
    background-image: url("./../images/creavideo.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.item-box-4tris .image {
    flex: 2.5;
    background-image: url("./../images/boost.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.item-box-5 .image {
    flex: 2.5;
    background-image: url("./../images/pistola.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.item-box-6 .image {
    flex: 2.5;
    background-image: url("./../images/corona.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.item-box-7 .image {
    flex: 2.5;
    background-image: url("./../images/spada.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.item-box-8 .image {
    flex: 2.5;
    background-image: url("./../images/gladiatore.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* POPUP */

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #999;
    width: 100%;
    height: calc(100% + 132px);
    opacity: 0.5;
    z-index: 100;
}

.status-popup {
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 350px;
    height: 400px;
    margin-left: -175px; /*Half the value of width to center div*/
    margin-top: -200px; /*Half the value of height to center div*/
    z-index: 200;
    flex-direction: column;
}

.popup-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-top: 15px;
}

.notes {
    margin-top: 10px;
}

.icon-row {
    display: flex;
    width: 100%;
    padding: 10px;
    align-items: center;
    justify-content: flex-end;
}

/* XCROSS ICON */
.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.status-icon-row {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.status-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-icon .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
    font-size: 45px;
}

.description-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.description-text {
    padding: 20px 10px 0px 10px;
    font-size: 12px;
}

.description-row p {
    font-size: 12px;
}

.buttons-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons-row .button-1 {
    font: 14px "Poppins", "Lucida Grande", Helvetica, Arial, sans-serif;
    margin: 10px;
    color: #fff;
    border-radius: 4px;
    background: #c1c1c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.buttons-row .button-2 {
    font: 14px "Poppins", "Lucida Grande", Helvetica, Arial, sans-serif;
    margin: 10px;
    color: #fff;
    border-radius: 4px;
    background: #f15e5e;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
