:root{
    --gradiente_call_to_action_store: linear-gradient(135deg, rgb(14, 14, 14) 70%, rgb(122, 2, 38) 30%);
}

.zona_link_social{
    width: 100%;
    margin: -8px -8px -8px -8px;
    position:fixed;
    justify-content: right;
    background-color:transparent;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.icona_social{
    padding: 1vw;
}
.icona_social img{

    border-radius: 0.7rem;
}

.centrato{
    display: flex;
    justify-content: center;
}

.centratura_testo{
    justify-items: center;
}

.intro{
    background-image: url(../content/img/main_bg_desktop.webp);
    background-size: contain;
    background-attachment: fixed;

    background-position-x: left;
    
    background-repeat: no-repeat;
    padding-top: 14rem;
    padding-bottom: 22rem;
    margin: -8px -8px -8px -8px;

    background-color: black;
}

#brand img, .logo_area img{
    width: 30vw;
    height: auto;
}

.logo_area img{
    border-radius: 50%;
    margin-left: 50%;
    margin-right: 50%;
}

.zona_call_to_action{
    padding: 4rem;
    background-color: transparent;
}

#call_to_action{
    display: flex;
}

.zona_social{
    width: 50%;
    justify-items: right;
}
.zona_ecommerce{
    background: var(--gradiente_call_to_action_store);
    color: gainsboro;
    width: 50%;
    justify-items: left;
}

h1{
    border-radius: 0.3rem;
    border-width: 1rem;
    border-color: blueviolet;
    color: white;
    
}

@font-face {
    font-family: "Pinyon Script";
    src: url(./font/PinyonScript-Regular.ttf) format("truetype");
}
.firma {
    font-family: "Pinyon Script", sans-serif;
    justify-self: center;
}


h2, h3, h4, h5{
    color: beige;
}

.contenuto{
    background-color: transparent;
}
.sfondo_contrasto{
    background-color: rgba(0, 0, 0, 0.7);
}

p{color: blanchedalmond;}


h1{
    font-size: 7vw;
}


.separatore{
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-style:none;
    margin:0;
}

.p_3{
    padding: 3rem;
}

.card_zone{
    display: flex;
    justify-content: center;
}

.bg_fixed{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.bio{
    background-image: url(../content/img/bg3.webp);
}

.servizio{
    background-image: url(../content/img/bg4.webp);
}

.zona_fidelizzazione{
    background-image: url(../content/img/bg5.webp);
}

.zona_finale_footer{
    background-image: url(../content/img/bg2.webp);
}

.bg_colore_fisso_transizione{
    background-color: rgb(112, 75, 75);
}


.contenitore_pulsante{
    padding-left: 30%;
    padding-right: 30%;
}
.pulsante_call_to_action{
    text-decoration-line: none;
    
    background: var(--gradiente_call_to_action_store);
    border-radius: 10px;
    font-size: x-large;
}


.card img{
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 400px;
}

.card{
    padding: 1rem;
    justify-items: center;
}

.card h5{
    padding-left: 2rem;
    padding-right: 2rem;
}

/* responsive_programming */

    /* _for_width_screen responsive_programming */

        /* eccezioni tablet */
            @media (max-width:1024px) and (max-height:1368px){
                .intro{
                    background-image: url(../content/img/2025-02-05_14-55-21_3002.webp);
                    background-size: cover;
                    background-attachment: fixed;

                    background-position-x: center;
                    
                    background-repeat: no-repeat;
                    padding-top: 35rem;
                    padding-bottom: 30rem;
                }
                #brand img, .logo_area img{
                    width: 30vw;
                    height: auto;
                }
                
                
                .logo_area img{
                    border-radius: 50%;
                }
                
                .sfondo_contrasto{
                    background-color: rgba(0, 0, 0, 0.705);
                }

            }
            @media (max-width:768px){
                .intro{
                    background-size: cover;
                    background-attachment: fixed;
    
                    background-position-x: center;
                    
                    background-repeat: no-repeat;
                    padding-top: 21rem;
                    padding-bottom: 21rem;
                }
                #brand img, .logo_area img{
                    width: 30vw;
                    height: auto;
                }
                
                .logo_area img{
                    width: 30vw;
                    height: auto;
                }

                .zona_call_to_action{
                    padding: 1rem;
                }

                

            }
        /*FINE eccezioni tablet */


        @media (max-width:600px){

            #call_to_action{
                display: block;
            }
            .zona_social{
                justify-items: center;
                width: 100%;
            }
            .zona_social h3{
            }
            .zona_ecommerce{
                
                justify-items: center;
                width: 100%;
            }
            

            .centratura_testo{
                padding: 14rem 7vw 14rem 7vw;
            }

            .intro{
                background-image: url(../content/img/2025-02-05_14-55-21_3002.webp);
                background-size: cover;
                background-attachment: fixed;

                background-position-x: center;
                
                background-repeat: no-repeat;
                padding-top: 15rem;
                padding-bottom: 21rem;
            }
            #brand img, .logo_area img{
                width: 100vw;
                height: auto;
            }
            

            .logo_area img{
                margin-left: 100%;
                margin-right: 100%;
            }

            .card_zone{
                display: block;
            }


        }



       

        @media (min-width:601px) and (max-width:767px){
            .centratura_testo{
                padding: 14rem 9vw 14rem 9vw;
            }
        }

        @media (min-width:768px) and (max-width:1024px){
            .centratura_testo{
                padding: 7rem 14vw 7rem 14vw;
            }
        }


        @media (min-width:768px) and (max-width:1024px){
            .centratura_testo{
                padding: 14rem 21vw 14rem 21vw;
            }
        }

        @media (min-width:1025px){
            .zona_call_to_action{
                padding: 4rem;
            }
            h1{
                font-size: 3vw;
            }
        }

        @media (min-width:1025px) and (max-width:1440px){
            .centratura_testo{
                padding: 14rem 24vw 14rem 24vw;
            }
        }

        @media (min-width:1441px){
            .centratura_testo{
                padding: 14rem 30vw 14rem 30vw;
            }
        }

        @media (min-width:1600px){
            .centratura_testo{
                padding: 14rem 37vw 14rem 37vw;
            }
        }
    /* end  _for_width_screen responsive_programming  */


        @media (max-width:800px){
            .pulsante_call_to_action{
                font-size: 3vw;
            }
        }
    /* _for_height_screen