body {
    background-color: #ffffff;
    font-family: "Nunito", serif;
    position: relative;
    /* overflow: hidden; */
    color: #3C3C3C;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9rem;
    letter-spacing: 0.01rem;
}

h1 {
    font-family: "Playfair Display", serif;
    color: #ffffff;
    font-weight: 400;
}
h2 {
    font-family: "Playfair Display", serif;
    color: #333333;
    font-weight: 300;
    font-size: 2rem;
}

.btn-primary {
    border-radius: 30px;
    background-color: #FDC302;
    color: #3C3C3C;
    border: none;
    height: 47px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 30px;
    text-transform: uppercase;
    img {
        margin-right: 10px;
    }
    &:hover {
        background-color: #f44336;
    } 
}

.container-fluid {
    /* margin: 0;
    padding: 0; */
}
strong {
    font-weight: 800;
}

header {
    background-color: #ffffff;
    height: 116px;
    padding: 10px;
    .logo {

    }
    .social {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        img {
            margin: 0 10px;
        }
    }
    

    
}

.hero {
    /* background-image: url(../img/hero.jpg); */
    img {
        height: 85vh;
        margin-top: 116px;
        border-radius: 30px;
        position: relative;
        object-fit: cover;
        object-position: center;
    }
    
}

.work,
.location,
.mappa,
.choose {
    .shop {
        margin: 50px 0;
        div {
            margin: 10px 0;
        }
    }
    .grid {
        /* display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between; */
    
        div{
            padding: 20px;
            width: 24.33%;
            min-height: 540px;       
        }
    }
    .grey {
        background-color: #F0F0F0;
        border-radius: 40px;
        padding: 30px;
        min-height: 470px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;    
        line-height: normal;    
    } 
    .idraulica {
        background-image: url('img/idraulica.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: center;    
        position: relative;    
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }
    }
    .legno {
        background-image: url('img/legno.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: center;    
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }
    .manutenzione {
        background-image: url('img/manutenzione.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: 25% 75%;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }    
    .giardinaggio {
        background-image: url('img/giardinaggio.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: 25% 75%;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }      
    .perlacasa {
        background-image: url('img/perlacasa.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: 77% 75%;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }
    .pulizie {
        background-image: url('img/pulizie.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: 87% 75%;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }    
    .campeggio {
        background-image: url('img/campeggio.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: 43% 75%;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    } 
    .consegna-bombole {
        background-image: url('img/bombole.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: 43% 75%;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }        
    .consegna-pellets {
        background-image: url('img/pellets.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: 43% 75%;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }      
    .cogne {
        background-image: url('img/santorso.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: center;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }      
    .capo {
        background-image: url('img/capo.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: center;   
        position: relative; 
        .title {
            position: absolute;
            width: 100%;
            bottom: 30px;
            background-color: #FDC302;
            padding: 10px;
            font-size: .9rem;
            font-family: "Playfair Display", serif;
        }        
    }      
    .mappa {
        background-image: url('img/map.jpg');
        border-radius: 40px;
        min-height: 470px;
        background-size: cover;
        background-position: center;   
    }
}
.choose {
    .grey {
        background-color: #F0F0F0;
        border-radius: 40px;
        padding: 30px;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;  
        line-height: normal;   
        text-align: center;
        .service {
            width: 100px;
            margin: 0 auto;
            text-align: center;
        }    
    }

}

.footer {
    background-color: #F0F0F0;
    background-image: url('img/siluette.svg');

    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 576px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:100%
    }
}

@media only screen and (min-width: 1440px) {
    .container {
        max-width:1440px
    }
}

@media (max-width: 992px){
    header {
        .social {
            display: none;
        }
        .cta-contact {
            span {
                display: none;
            }
        }
    }
    .location,
    .mappa {
        .grey{
            margin: 30px 0;
        }
    }
    .hero{
        img {
            height: 81vh;
            object-position: left;
        }
    }
}