@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&display=swap');

html,body{
    margin: 0;
    padding: 0;
}

*{
    box-sizing: border-box;
    font-family: 'Poppins';
}

a{
    color: #000;
    text-decoration: none;
}


.title a{
    color: #fff!important;
}

.chianti_title a{
    color: #276AB9;
}

@media (max-width:767px){

    .rettangolo{
        background: rgba(176, 255, 138, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .title{
        left: 0;
        font-weight: 900;
        font-size: 40px;
        line-height: 12vh;
        color: #fff;
        background:#289933;
        padding: 0px 40px;
        margin: 0;
    }
    
    .best_quality{
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
    }
    
    .chianti_title{
        font-weight: 900;
        font-size: 24px;
        line-height: 35px;
        color: #276AB9;
        padding: 0px 30px;
        display: -webkit-inline-box;
    }
    
    .box_vantaggi{
        padding-bottom:35vh;
    }
    
    .related_title{
        font-size: 20px;
    }
    
    svg{
        width: 35%;
    }
    
    .box_shop{
        width: 100%;
        position: fixed;
        bottom: 0;
        text-align: center;
        background: greenyellow;
    }
    
    .visita{
        font-weight: 900;
        font-size: 24px;
        line-height: 35px;
        letter-spacing: 0.305em;
        margin: 5px 1px;
    }
    
    .vai{
        background: #279933;
        border-radius: 39px;
        line-height: 40px;
        padding: 10px 60px;
        color: #fff;
    }
    
    .ord_whatsapp{
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        font-size: 11px;
    }
    
    .foglia_3{
        position: fixed;
        right: -15%;
        bottom: 20%;
    }

    .foglia_2{
        position: fixed;
        right: -15%;
    }

    .foglia_1{
        position: fixed;
        left: -15%;
        top: 50%;
    }

}


@media (min-width:768px) and (max-width:991px){
    .rettangolo{
        position: absolute;
        width: 95%;
        height: 90vh;
        left: 50%;
        top: 50%;
        transform:translate(-50%,-50%);
        background: rgba(176, 255, 138, 0.25);
        border-radius: 33px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .title_container{
        position: relative;
        top: 2%;
        height: 12vh;
        width:100%;
        display: flex;
        align-items: center;
    }
    
    .title{
        position: absolute;
        left: 0;
        font-weight: 900;
        font-size: 40px;
        width: max-content;
        line-height: 12vh;
        color: #fff;
        background:#289933;
        padding: 0px 40px;
    }
    
    .zona_sped{
        position: relative;
        top: 7.4%;
        padding: 0px 40px;
    }
    
    .best_quality{
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
    }
    
    .chianti_title{
        font-weight: 900;
        font-size: 35px;
        line-height: 50px;
        color: #276AB9;
    }
    
    .box_vantaggi{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content:space-around;
        position: absolute;
        top:56%;
        transform: translateY(-50%);
    }
    
    .related_title{
        font-size: 20px;
    }
    
    svg{
        width: 35%;
    }
    

    .vantaggio1 svg{
        width: 90%;
    }

    .vantaggio2 svg{
        width: 90%;
    }

    .vantaggio3 svg{
        width: 70%;
    }


    .box_shop{
        width: 100%;
        position: absolute;
        bottom: 5%;
        text-align: center;
    }
    
    .visita{
        font-weight: 900;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0.305em;
    }
    
    .vai{
        background: #279933;
        border-radius: 39px;
        line-height: 40px;
        padding: 10px 60px;
        color: #fff;
    }
    
    .ord_whatsapp{
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin: 10px 0px;
    }
    
    .foglia_3{
        position: fixed;
        right: -2%;
        bottom: 15%;
        overflow: hidden;
    }

    .foglia_2{
        position: fixed;
        right: -16%;
        top: 20%;
    }

}

@media (min-width:992px){
    .rettangolo{
        position: absolute;
        width: 95%;
        height: 90vh;
        left: 50%;
        top: 50%;
        transform:translate(-50%,-50%);
        background: rgba(176, 255, 138, 0.25);
        border-radius: 33px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .title_container{
        position: relative;
        top: 2%;
        height: 12vh;
        width:100%;
        display: flex;
        align-items: center;
    }
    
    .title{
        position: absolute;
        left: 0;
        font-weight: 900;
        font-size: 40px;
        width: max-content;
        line-height: 12vh;
        color: #fff;
        background:#289933;
        padding: 0px 40px;
    }
    
    .zona_sped{
        position: relative;
        top: 7.4%;
        padding: 0px 40px;
    }
    
    .best_quality{
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
    }
    
    .chianti_title{
        font-weight: 900;
        font-size: 24px;
        line-height: 35px;
        color: #276AB9;
    }
    
    .box_vantaggi{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content:space-around;
        position: absolute;
        top:45%;
        transform: translateY(-50%);
    }
    
    .related_title{
        font-size: 20px;
    }
    
    svg{
        width: 35%;
    }
    
    .box_shop{
        width: 100%;
        position: absolute;
        bottom: 2%;
        text-align: center;
    }
    
    .visita{
        font-weight: 900;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0.305em;
    }
    
    .vai{
        background: #279933;
        border-radius: 39px;
        line-height: 40px;
        padding: 10px 60px;
        color: #fff;
    }
    
    .ord_whatsapp{
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin: 10px 0px;
    }
    
    .foglia_3{
        position: absolute;
        right: 8%;
        bottom: 15%;
    }

}


