@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

body {
   
    font-family: 'Montserrat';
}

.headercontainer {

    background-image: linear-gradient(rgba(0, 0, 0, 0.746), rgba(0, 0, 0, 0.563), rgba(0, 0, 0, 0.64)), url(../img/corallo_2-removebg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    width: calc(100dvw -10px);
    color: white;

    text-align: center;
    align-items: center;
}

.centercontainer {
    justify-content: center;
    text-align: center;
   
}

.logo-toolbarcontainer {
    color: white;

    filter: blur(0px);
    -webkit-filter: blur(0px);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;

}

.markcenter {
    padding: 10px;
    font-family: 'Montserrat';
    font-size: 45px;
}

.tastiutili {
    padding: 10px;

    display: flex;
    justify-content: center;

}


.logo {
    width: 100%;
    max-width: 350px;
}




.socialitem {



    margin: 5%;

    border-radius: 15px;
    letter-spacing: 3px;
    font-size: 30px;
    filter: brightness(85%);
    box-shadow: rgba(27, 132, 45, 0.423) 0px 54px 55px;

}

.fontdiverso {
    font-family: 'bilion 1';
    font-size: 250%;
    letter-spacing: 4px;
}

.adressitem {
    font-size: 20px;
    padding: 10px;
}

.socialitem:hover {
    filter: brightness(100%);
    box-shadow: rgba(255, 255, 255, 0.401) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px;
}

.social>a:hover {
    filter: brightness(100%);
    box-shadow: rgb(234, 234, 234) 0px 100px 100px -20px, rgb(255, 255, 255) 0px 30px 60px -70px;
}

.social {
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social>a>img {
    filter: brightness(90%);
    margin: 10px;

    width: 60px;
}

a {
    color: white;
    text-decoration: none;
}

.toolbar>a> {

    margin-right: 30px;


    color: white;
    font-size: 20px;
    border-radius: 6px;
}


.containeradress {
    color: white;

    /* background-image: linear-gradient(to bottom , black, rgb(46, 44, 44));*/
    background-color: black;
    width: calc(100dvw - 10px);

    height: 100px;
}

.social>a {
    text-decoration: none;
}

.centercontainer {
    width: calc(100%  - 10px);
    height: 800px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.746), rgba(0, 0, 0, 0.563), rgba(0, 0, 0, 0.64)), url(../img/decennio.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;


}


.markcenter {
    color: white;
    letter-spacing: 1px;
}

.bio-delivery-container {
    justify-content: space-around;
    align-items: center;
    padding: 40px 0px;
    display: flex;
    background-color: rgb(255, 255, 255);
    height: 400px;
}

.delivery-biodescription-container-photo {
    height: 400px;
}

.Delivery-bio-description {
    color: black;
    font-size: 18px;
    word-spacing: 2px;
    line-height: 25px;
    width: 500px;
}

.Delivery-bio-description-marker {
    color: rgb(208, 154, 54);
    font-family: 'Corsivo';
    text-align: center;
    font-size: 100px;


}

.bottomcontainer {
    background-color: white;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;


}

.contatti>h1 {
    color: rgb(34, 121, 34);
}

.contatti {
    padding-top: 80px;
}

.contatti>p {
    font-size: 20px;
    padding: 2px;
}

.imgbottom {
    height: 200px;
    max-width: 500px;

}

.sliderbottom {
    margin: 30px 0;
    height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.746), rgba(0, 0, 0, 0.563), rgba(0, 0, 0, 0.64)), url(../img/decennio.jpg);
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

@font-face {
    font-family: 'bilion 1';

    src: url('../font/Billion\ Success.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';

    src: url('../font/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Corsivo';
    src: url(../font/SendFlowers-Regular.ttf) format(truetype);
}




@media screen and (max-width:1200px) {
    .bio-delivery-container {
        font-size: 17px;
        padding: 20px;
    }
    .imgbottom{
        width: 80%;
        padding: 50px;
       
    }
    
}


@media screen and (max-width: 900px) {
    .imgbottom{
      display: none;
    }
    .tastiutili {
        padding-top: 15px;
        display: inherit;
    }

    .logo {
        width: 80%;
    }

    .socialitem {
        font-size: 20px;
        padding: 10px;
    }

    .socialhigh {
        font-size: 25px;
        padding-top: 40px;
    }

    .fontdiverso {

        font-size: 40px;
    }

    .social>a {
        padding: 10px
    }

    .markcenter {
        font-size: 35px;
    }   
    .bio-delivery-container {
        display: inherit;
        height: 470px;
    }

    .delivery-biodescription-container {
   
        text-align: center;
        align-items: center;
    }

    .Delivery-bio-description {
        width: calc(100% -10px);

    }

    .Delivery-bio-description-marker {
        margin: 0px 2px;

        margin-top: 40px;
    }
    .delivery-biodescription-container-photo{
        height: 300px;
        padding: 20px 0px;
    }
    .sliderbottom{
        text-align: center;
        align-items: center;
        height: 900px;
        display: block;
    }
}

@media screen and (max-width: 600px) {
 

    .logo-toolbarcontainer {
        display: block;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 80px;
    }
    .contatti{
        font-size: 15px;
        padding: 30px;
    }
    .contatti>h1, .contatti>p{
        margin: 2px;
        
    }
    .tastiutili {
        display: grid;
        justify-content: center;
    }
    .imgbottom{
        display: none;
    }

    .socialitem {
        padding-top: 30px;
        box-shadow: rgba(66, 107, 73, 0.423) 0px 54px 55px;
    }

    .fontdiverso {
        margin-top: 30px;
    }
    .social{
        width: calc(100% - 10px);
    }

    .delivery-biodescription-container {
        height: 450px;
        width: calc(100% -6px);
        display: inline-block;
        
        justify-content: center;
        align-items: center;
        text-align: center;

    }

    .bio-delivery-container {
        text-align: center;
        font-size: 20px;

        padding: 130px 0px;
        display: block;
    }


    .Delivery-bio-description {
        text-align: center;
        font-size: 20px;
        white-space: 60px;
        width: 100%;

    }


    .delivery-biodescription-container-photo {
        width: 300px;
      

        padding: 20px;
    }

    .Delivery-bio-description-marker {
        font-size: 80px;
        margin-top: 190PX;
    }
    .centercontainer{
        height: 650px;
        padding: 60px 0px;
        width: calc(100% -10px);
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    
    
    .sliderbottom {
        align-items: center;
        width: 100%;
        padding: 30px 0px;
        margin: 0px;
        height: 550px;
        display: block;
      
    }
}