.logo-paypal {
    width: 250px;
    height: 69px;
}

.paypal-descript {
    margin-top: 10px;
}

.navbar-main-cit {
    padding: 0 40px;
    width: 100%;
    height: 85px;
    background-color: rgb(44, 42, 38);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-container {
    width: 52.5%;
    height: 100%;
    background-color: rgb(44, 42, 38);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-container-abb {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url("./../images/background.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}

.premium-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    align-items: center;
    max-height: 200px;
    width: 100%;
    text-shadow: 5px 5px 5px #000;
    padding: 20px;
}

.premium-text .name {
    font-family: GodFather;
    color: white;
    margin-right: 10px;
    margin-top: 40px;
}

.premium-text .title-bis {
    font-family: "Poppins", sans-serif;
    font-size: large;
    color: white;
    text-align: center;
}

.premium-text .subtitle-giv {
    font-family: "Poppins", sans-serif;
    font-size: small;
    color: white;
    text-align: center;
}

.paypal-descript {
    font-family: "Poppins", sans-serif;
    font-size: small;
    color: white;
    text-align: center;
}

.items-container-abb-big {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 180px;
    width: 100%;
    height: 100%;
    padding: 15px 50px 0px 75px;
    margin-top: 60px;
}

.items-container-abb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 180px;
    width: 100%;
    height: 100%;
    padding: 15px 50px 15px 75px;
}

.item-box-abb-big-0,
.item-box-abb-big-1 {
    display: flex;
    flex-direction: column;
    height: 350px;
    width: 350px;
    justify-content: center;
}

.item-box-abb-big-0 p,
.item-box-abb-big-1 p {
    color: white;
}

.item-box-abb-big-0 .image {
    flex: 2.5;
    background-image: url("./../images/dio.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.item-box-abb-big-1 .image {
    flex: 2.5;
    background-image: url("./../images/diavolo.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.price {
    color: white;
}

.item-box-abb-0,
.item-box-abb-1,
.item-box-abb-2,
.item-box-abb-3,
.item-box-abb-4 {
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 300px;
}

.description-abb {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item-box-abb-0 .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;
}

.item-box-abb-1 .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-abb-2 .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-abb-3 .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-abb-4 .image {
    flex: 2.5;
    background-image: url("./../images/q-mark.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.item-box-abb-0 p,
.item-box-abb-1 p,
.item-box-abb-2 p,
.item-box-abb-3 p,
.item-box-abb-4 p {
    color: white;
}

@media only screen and (max-width: 480px) {
    .items-container-abb-big,
    .items-container-abb {
        flex-direction: column;
    }
}
