* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    min-height: 80px;

}

.el-2 ul li {
    color: white;
}

.el-2 ul li a {
    text-decoration: none;
    color: white;
}

.el-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 10%;
    min-height: 50px;
    margin: 2px;
}

.el-2,
ul {
    list-style: none;
    width: 50%;
    height: 50px;
    margin: 2px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 10px;
    justify-content: center;
    white-space: nowrap;
}

.el-3 {
    width: 15%;
    margin: 2px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.el-3 a {
    text-decoration: none;
    color: black;
    border: 1px solid white;
    border-radius: 15px;
    background-color: white;
    padding: 7px;
    padding-right: 10px;
    text-align: center;
}

.flex-container,
.flex-container2 {
    background-image: url("../img/jumbo.png");
    background-size: cover;
}


.flex-container2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;


}

.header-link1 {
    border: 1px solid white;
    border-style: none;
    text-decoration: none;
    color: black;
    border-radius: 15px;
    background-color: white;
    padding: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 20%;
    margin-right: 7%;
    font-size: 1.2rem;



}

.header-link2 {
    border: 1px solid black;
    border-style: none;
    text-decoration: none;
    color: white;
    border-radius: 15px;
    background-color: black;
    padding: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 1.2rem;


}

.pink {
    margin-top: 230px;
    width: 60%;
    height: 420px;

}

.header-text {
    color: white;
    text-align: center;
    font-size: 3rem;
}

.header-text-p {
    color: white;
    text-align: center;
    font-size: 1.5rem;
}

.flex-container3 {
    display: flex;
    flex-direction: row;
    background-color: white;
    width: 100%;
    height: 500px;
    justify-content: center;
}

.bgsec2-bg1 {
    width: 50%;
    min-height: 420px;
    background-image: url("../img/item1.svg");
    background-repeat: no-repeat;
}

.bgsec2-bg2 {
    width: 20%;
    min-height: 420px;

}

.item1 {
    font-size: 2.5rem;
    margin-top: 50px;
}

.item-text {
    line-height: 1.8;
}


.flex-container4 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 500px;
    justify-content: center;
    align-items: center;
}

.bgsec3-bg1 {
    width: 20%;
    min-height: 420px;

}

.bgsec3-bg2 {
    width: 50%;
    height: 420px;
    background-image: url("../img/item2.svg");
    background-repeat: no-repeat;
}

.bgsec2-bgg {
    width: 50%;
    min-height: 420px;
    background-image: url("../img/item3.svg");
    background-repeat: no-repeat;
    margin-top: 100px;
}

.bgsec2-bgc {
    margin-top: 100px;
    width: 20%;
    min-height: 420px;
}

.flex-container5 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 700px;
    justify-content: center;
    align-items: flex-start;
}

.bgsec4 {
    margin-top: 100px;
    width: 60%;
    height: 600px;
    background-repeat: no-repeat;
    white-space: nowrap;
}

.item4-text {
    width: 50%;
    min-height: 80px;
}

.stelle {
    width: 100%;
    min-height: 80px;
    background-image: url("../img/stars.svg");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
}

.scarica-container {
    text-align: center;
    margin-top: 20px;
}

.scarica1 {
    border: none;
    text-decoration: none;
    color: white;
    border-radius: 15px;
    background-color: lightblue;
    padding: 10px 20px;
    font-size: 1.2rem;
    display: inline-block;
}

.flex-container6 {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 500px;
}

.bg-footer1 {
    margin-top: 100px;
    width: 20%;
    height: 420px;
    margin-left: 20%;
    background-color: black;
    color: lightblue;



}

.bg-lightblue {
    text-align: left;
    margin-top: 20px;
    margin-left: 0px;
    color: lightblue;
}

.ita {
    margin-left: 30px;
}

.text,
.ita {
    display: inline-block;
    vertical-align: middle;
}

.icon {
    margin-left: 30px;
    padding-right: 5px;
}



.bg-footer2 {
    margin-top: 100px;
    width: 10%;
    height: 420px;
    background-color: black;

}

.bg-footer2 ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    color:white;
    justify-content: flex-start;
}

.bg-footer3 {
    margin-top: 100px;
    width: 10%;
    height: 420px;
    background-color: black;
}
.bg-footer3 ul{
     display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    color:white;
    justify-content: flex-start;
}
.bg-footer4 ul{
     display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    color:white;
    justify-content: flex-start;
}
.bg-footer4 {
    margin-top: 100px;
    width: 10%;
    height: 420px;
    background-color: black;



}

.bg-footer5 {
    margin-top: 100px;
    width: 10%;
    height: 420px;
    background-color:black;


}
.bg-footer5 ul{
     display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    color:white;
    justify-content: flex-start;
}

.ultimate-footer {
    display: flex;
    flex-direction: row;
    background-color: black;
    width: 100%;
    height: 80px;
    margin-top: 2px;
    justify-content: center;
    align-items: flex-end;
}

.ultimate-container {
    display: flex;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.442);
    width: 60%;
    height: 50px;
    justify-content: space-between;
    align-items: center;

}

.ultimate-elem1 {
    width:25%;
    min-height:30px;
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
}

.ultimate-elem2 {
    width: 20px;
    height: 20px;
    background-color: pink;
}
.registrati {
    border: none;
    text-decoration: none;
    color: white;
    border-radius: 15px;
    background-color: lightblue;
    padding: 10px 20px;
    font-size: 1.2rem;
    display: inline-block;
}