#phone-header {
    display: none;
    width: 100vw;
    height: 70px;
    justify-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: saturate(5%) blur(20px);
    box-shadow: none;
    position: fixed;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

#phone-header.scrolled {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.phone-navbar {
    min-width: -webkit-fill-available;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-button {
    height: 70%;
    width: 15%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 2%;
    background-color: transparent;
    border-color: transparent;
    font-size: 30px;
    color: black;
    transition: 0.5s;
}

.menu-button i {
    transition: 0.5s ;
}

.links {
    width: 100%;
    height: 10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    opacity: 0;
    backdrop-filter: blur(15px) saturate(70%);
    padding: 0;
    top: 80px;
    transition: 1.15s;
}

.links-active {
    background-color: rgb(0 0 0 / 95%);
    backdrop-filter: saturate(5%) blur(20px);
    height: fit-content !important;
    padding: 30px 0 !important;
    opacity: 1 !important;
    z-index: 10;
}

.links-active a {
    display: flex !important;
}

.links-transition{
    opacity: 0;
}

.links-transition button{
    display: none !important;
}

.links a {
    color: white;
    margin-left: 45px;
    text-align: justify;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 25px;
    display: none;
}

.a-dropdown{
    border-radius: 0.5rem;
    margin-left: 45px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 25px;
    background: none;
    border: none;
    text-align: justify !important;
    transition: 0.5s;
    width: 70%;
    gap: 9rem;
}

.button-activated{
    margin-left: 45px !important;
    width: 70% !important;
    padding: 0.25rem;
    background: #d633847d !important;
}

.not-menù {
    position: relative;
    opacity: 0;
    top: 0;
    transition: 0.1s;
    display: flex;
    flex-direction: column;
}

.not-menù a{
    padding-left: 0;
    opacity: 0;
    font-size: 15px !important;
    transition: 0.75s;
}

.drop-down_menù{
    display: block;
    height: fit-content !important;
    opacity: 1 !important;
}

.drop-down_menù a {
    font-size: 1.15rem !important;
    padding-left: 2rem !important;
    padding-bottom: 5px;
    margin-bottom: 0 !important;
    opacity: 1;
}

/*  -------------------------  */

.button-activated-2 {
    margin-left: 45px !important;
    width: 70% !important;
    padding: 0.25rem;
    background: #d633847d !important;
}

.not-menù-2 {
    position: relative;
    opacity: 0;
    top: 0;
    transition: 0.1s;
    display: flex;
    flex-direction: column;
}

.not-menù-2 a{
    padding-left: 0;
    opacity: 0;
    font-size: 15px !important;
    transition: 0.75s;
}

.drop-down_menù-2{
    display: block;
    height: fit-content !important;
    padding: 10px 0 !important;
    opacity: 1 !important;
}

.drop-down_menù-2 a{
    font-size: 1.15rem !important;
    padding-left: 2rem !important;
    padding-bottom: 5px;
    margin-bottom: 0px !important;
    opacity: 1;
}

.br_rights {
    display: none;
}


@media screen and ( max-width: 484px) {
    .topics-title{
        display: none;
    }
    #phone-header {
        display: flex !important;
        flex-direction: column;
    }
    .div-navbar {
        display: none;
    }
    .topics-title{
        display: none;
    }
    .my-container {
        margin-top: 5rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .text-1 {
        max-width: 87vw !important;
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 80px;
    }
    .text-1 h1 {
        font-size: 4rem;
    }
    .text-1 p {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
    .phone-navbar a {
        text-shadow: none;
        font-size: 1.25rem;
        letter-spacing: 1px;
        font-weight: 300;
        padding: 0.5rem 0.75rem 0.25rem;
    }
    .phone-navbar ul{
        display: none;
        position: absolute;
        top: 85%;
        right: 0.5rem;
        width: 100%;
    }
    .get-started-ul-activated{
        display: block !important;
        width: 12rem;
        scale: 1;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        border-radius: 0.75rem;
        border-top: 1px solid rgb(204, 204, 204);
        box-shadow: 0 4px 10px rgba(101, 33, 65, 0.3);
        margin-top: 0;
        padding: 0.75rem;
        animation: ul_animation 0.62s;
    }
    .get-started-ul-activated li{
        width: 7.5rem !important;
        justify-items: center;
        display: flex !important;
        flex-direction: column !important;
    }
    .button-1{
        padding: 0.25rem 0.5rem !important;
    }
    .div-title {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-content: center;
        justify-content: center;
        align-items: center;

        padding: 0;
        margin: 0;

        width: 100%;
    }
    .title-1 {
        width: 100%;
        text-align: center;
        font-size: 2rem;
        padding: 0;
        margin-top: 450px;
        margin-bottom: 310px;
    }
    .title-1 h1 {
        width: 100%;
    }
    .paragraph {
        width: 100%;
        text-align: center;
    }
    .footer{
        flex-direction: column;
    }
    .footer span{
        display: none;
    }
    .footer a:hover{
        transform: translateY(0px) !important;
    }
    .rights {
        margin-top: 15px;
    }
    .br_rights {
        display: block;
    }
    .footer_rights {
        flex-direction: column;
    }
    .footer_social h1 {
        font-size: 32.5px;
        letter-spacing: 0.5px;
    }
    .social{
        width: 20%;
        height: 70px;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
        position: absolute;
        right: 12%;
        margin-top: 20px;
        padding-top: 5px;
    }
    .social a {
        margin-right: -19.5px;
        padding: 0 0.5rem;
    }
    .OS_Buttons {
        width: 100%;
    }
    .Instruction_Image {
        width: 95%;
    }
    .uomo-che-firma {
        display: none;
    }
    .section-regolamento {
        width: 100%;
    }
    .get-started {
        margin: 0;
        top: 50%;
        height: min-content;
        transform: translateY(-50%);
        position: absolute;
        right: 6%;
        font-size: 20px;
        color: #d63384;
        align-items: center;
        justify-items: center;
        justify-content: center;
        background-color: white;
        backdrop-filter: blur(15px);
        border-radius: 25px;
        transition: 0.3s;
        padding: 0 !important;
        width: min-content;
    }
}

@media screen and ( max-width: 422px ) {
    .footer_social h1 {
        font-size: 28px;
    }
    .social{
        right: 9.25%;
    }
}
