*{
    border: 0;
    padding: 0%;
    margin: 0%;
    /* font-family: Snippet; */
    /* font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    /* font-style: normal; */
    /* font-family: "Open Sans",sans-serif; */
    /* font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    /* font-style: normal; */
    /* font-family: "Open Sans",sans-serif; */

}

a{
    color: inherit;
}

p{
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
}

a{
    text-decoration: none;
}

div{
    font-family: 'Rubik', sans-serif;
}

/* home  /////////////////////*/



#home-info-data{
    /* justify-content: center; */
    /* background-color: antiquewhite; */
    /* align-items: center; */
} 


.nav{
    display: flex;
    /* background-color: aqua; */
    justify-content: right;

    padding: 13px;

    /* font-size: 200px; */
}

.nav-list{
    background-color: rgb(31, 150, 1);
    display: flex;
    text-align: center;
    height: 40px;

    border-radius: 40px;

    padding-left: 20px;
    padding-right: 20px;
    margin-right: 50px;
    margin-left: 20px;

    align-items: center;
}


.nav-list-item{
    display: flex;
    justify-content: center;
    padding: 4px;
    margin-right: 4px;
    font-size: 19px;
    color: #FFFFFF;
    /* font-family: 'Rubik', sans-serif; */
}

.nav-list-item:hover{
    color: #FFFFFF;
    /* font-family: 'Rubik', sans-serif; */
}




.home-background{
    height: 100vh;
    /* min-height: 700px; */
    width: 100%;
    /* display: flex;
    flex-direction: column; */

    background-image: url("/images/home/background_eco.jpg");
    background-position:right;
    background-size: cover;
    border-radius: 0px 0px 50px 50px;
    /* padding-bottom: 15vh; */
}

.home-data{
    /* margin-top: 70px; */
    /* display: flex; */
    /* background-color: aquamarine; */
    /* justify-content: center; */
    position: absolute;
    /* top: 10vh; */
    bottom: 20vh;
}

@media screen and (min-height:800px){
    .home-data{
        padding-top: 0;
        margin-top: 0;
    }

}


@media screen and (min-width:800px){
    .home-data{
    /* background-color: aquamarine; */
    /* width: 25rem; */
    display: flex;
    flex-direction: column;
    /* justify-items: center; */
    padding-left: 200px;
    }


}

@media screen and (max-width:800px){
    .home-background{
        display: flex;
        justify-content: center;
    }
    
    .home-data{
        /* top: 6vh; */
        /* width: 25rem; */
        display: flex;
        flex-direction: column;
        /* justify-items: center; */
        align-items: center;
        margin: 0;
        padding: 0;
        /* background-color: aqua; */
        
    }

    .home-data-logo{
        margin: 0;
        padding: 0;
        /* background-color: aqua; */
    }

   

    /* nav settings */

    .nav{
        justify-content: left;
    }

    .nav-list-item{
        /* display: none; */
        font-size: 15px;
    }

    .nav-list{
        padding-right: 10px  ;
        margin-right: 0px;
    }

    .home-background{
        background-image: none;
        background-color: rgb(247, 248, 237);
    }
} 

.home-data-info{
    display: flex;
    flex-direction: column;
    /* background-color: bisque; */
    padding-left: 28px;
    
}

.home-data-info-head{
    font-size: 80px;
    /* background-color: #FFFFFF; */
    font-family: 'Redressed', cursive;
    padding-bottom: 0px;
    width: inherit;
    color: rgb(31, 150, 1);
    
}

.home-data-info-text{

    font-size:large;
    /* background-color: #C7C5C5; */
    /* font-family: 'Rubik', sans-serif; */

    width: inherit;
}

.home-data-logo{
    /* background-color: #508c97; */
    width: 320px;
    /* padding: 70px; */
    padding-bottom: 0px;
}


.home-data-info-text p{
    /* background-color: azure; */
    text-align: center;
    /* width: fit-content; */
}

.home-data-info-head{
    /* background-color: azure; */
    text-align: center;
    padding-top: 0%;
}

@media screen and (max-width:370px){
    
    .home-data-info-head{
        font-size: 70px;
    }
} 

#arrow{
    position: fixed;
    /* top: 90vh; */
    /* left: 92%; */
    left: 15px;
    bottom: 13px;
    background-image: url(/images/arrow.svg);
    background-color: rgba(53, 163, 53, 0.63);
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    border-radius: 50px;
}

#btt{
    position: fixed;
    /* top: 90vh; */
    /* left: 92%; */
    right: 15px;
    bottom: 15px;
    padding-left: 32px;
    padding-right: 32px;

}