html, body {
    margin:0;
    height:100%;
    background-color: white;
  }

.nav-bar{
    display: flex;
    justify-content: space-around;
    margin-bottom: -3%;
    margin-top: -0.2%;
    align-items: center;
    height: fit-content;
}
.btn-donate{
    background-color: rgb(57, 145, 234);
    padding-left:  25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: .3em;
    border-color: transparent;
    color: white;
    font-weight: bold;
}
.btn-donate:hover{
    background-color: rgb(148, 248, 248);
    border-color: rgb(65, 127, 127);
    color: rgb(90, 90, 204);

}
.description{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, Times, 'Times New Roman', serif;
    font-weight: lighter;
}

.logo{
    height: 30px;
}
.nav-bar a{
    color:blue;
}
.nav-list a::after{
    content: '';
    height: 3px;
    width: 0;
    background: #009688;
    bottom: -18px;
    left: 0;
   position: absolute;
   transition: 0.2ms;
}
.nav-list a:hover::after{
    width: 100%;
}


.nav-list {
    list-style-type: none;}
.nav-list .nav-items{
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 0.9rem;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    
}

.menu{
    display: none;
}

.menu-lines{
    width: 20px;
    height:4px;
    margin-bottom: 3px;
   background-color: black
}




.blender-home{
    margin-inline: auto;
    margin-left: px;
    margin-top: -35px;
    height: 620px;
    width: auto;
    margin-bottom: 40px;
 
    
}
.home-image{
 display: flex;
 margin-inline: auto;
 background-repeat: no-repeat;
    background-image: url(./homeblender.jpg);
    background-position: center;
    transform: translateY(6%);
    opacity: 90%;
    height: 42vmax;
    width: auto;
   
    
}
.home-text{
    display: flexbox;
    position: relative;
    
    color:white;
    font-family:  'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    font-size: 2vw;
    transform: translateY(35%);    
}
.home-text .description{
    display:flexbox;
   align-items: center;
   justify-content: flex-start;
    transform: translateY(40%);
    transform: translateX(02%);
    
   
}
.buttons{
    display: flex;
    justify-items: left;
    margin-top: -30px;
    padding-right: 20px;
    border-radius: .2em;
}
.buttons .watch-btn{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(57, 145, 234);
    padding-left:65px ;
    padding-right: 65px;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: .5em;
    color: white;
    border-color: transparent;
    font-size: medium;

}

.watch-btn:hover{
    background-color:white;
    color: gray;

}
.buttons .download-btn1{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border-color: white;
    color: white;
    padding-left:30px ;
    margin-left: 20px;
    padding-right: 30px;
    border-radius: .5em;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: medium;

}
.download-btn1:hover{
    background-color:white;
    color: black

}
.row img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.8rem;

}
.column1 img:hover {
    transform: scale(1.02); 
}
.column2 img:hover {
    transform: scale(1.02); 
}

.layout{
    display: flex;
    background-color: transparent;
    -ms-text-combine-horizontal: all;
    position: absolute;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: 12.5%;

    

}


.layout .row .caption{
   display: flex;
   flex-direction: row;
   justify-content: space-around;

    color:black;
    opacity: 78%;
    
    
    font-family: Arial, Helvetica, sans-serif;

}
.layout .row .caption1{
    margin-left: -25px;
}
.layout .row .caption2{
    margin-left: 380px;
}
.layout .row .caption3{
    margin-left: 14%;
}
.layout .row .short{
    display: flex;
    flex-direction: row;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32pt;
    margin-top: -1%;
    font-style: normal;
    font-size: medium;
    
}
.layout .row .short1{
    margin-left: 12px;
    
}
.layout .row .short2{
    margin-left: 352px;
}
.layout .row .short3{
    margin-left: 16.2%;
}
.row-0{
    margin-top: 30%;
    height: 50%;
    width:auto;
    margin-left: 12%;
    margin-right: 12%;
    background-color: transparent;
}
.row-0 .second-heads{
    margin-left: auto;
}
.row-0 .linear{
    display: flex;
    flex-direction: row;
}

.row-0 .linear img{
    height:160px;
    width:270px;
    margin-left: -3%;
    border-radius: .8rem;
    margin-left: 4px;
    margin-right: 15px;

}

.update-col img:hover{
   transform: scale(1.02);

}
.row-0 a:hover{
    text-decoration: underline;
}

.row-0 .linear  p{
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    
}
.row-0 .linear  a{
    margin-left: 15px;
    font-size: 8pt;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: rgb(33, 172, 236);
    
}
.row-0 .linear  .cap{
    
    font-size: 15pt;
    color: black;
    opacity: 80%;
}

.row-1{
    
    width: auto;
    height: 50%;
    margin-left: 12%;
    margin-right: 12%;
    background-color: black;
    opacity: 90%;
    margin-top: 10%;
    border-radius: 0.8rem;
    
}

.row-1 .text{
    padding-top: 5%;
    margin-left: 50px;
    color: aquamarine;
    font-size: 45pt;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.row-1 p{
   margin-top: -140px;
    margin-left: 50px;
    color: white;
    font-size: 21px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.row-1 .p-link{

    margin-top: 50px;
    color: white;
}
.row-1 img{
    display: flex;
    margin-top: -5%;
}


.row-1 a{
    text-decoration-color: white;
    color: white;
}
.row-2{
    width: auto;
    height: 45%;
    margin-left: 12%;
    margin-right: 12%;
    background-color:azure;
    opacity: 90%;
    margin-top: 3%;
    border-color: gray;
    border: 1cm;
    border-radius: 0.8rem;
    box-shadow: 0.5px 0.5px 2px 2px rgb(226, 225, 225);

}
.row-2 .text{
    padding-top: 5%;
    margin-left: 50px;
    color:rgb(31, 31, 230);
    font-size: 45pt;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
.row-2 p{
    margin-top: -20px;
     margin-left: 52px;
    opacity: 75%;
     font-size: 21px;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }
 .row-2 .partners{
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
    border-radius: 1rem;
 }
 .row-2 .partners img{
    border-radius: .6rem;
 }
 .row-2 .partner3 img{
    width:auto;
    height:70px
 }
 .row-2 .partner4 img{
    width:auto;
    height:70px
 }
.ecosystem{
    width: auto;
    margin-left: 180px;
    margin-right: 180px;
    border-radius: 0.8rem;
    height:60%;
    margin-top: 4%;
    background-color: blueviolet;
    
    
    
}
.ecosystem img{
    height: 100%;
    width: 100%;
    
    object-fit: cover;
    border-radius: 0.8rem;
}
.eco-head{
    background: linear-gradient(90deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    color: white;
    font-size: 48pt;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5%;
    margin-top: -380px;
}
.eco-h4{
    color: white;
    font-size: 15pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin-left: 5%;
    margin-top: -15px;
}
.eco-together{
    color: white;
    font-size: 15pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin-left: 5%;
}
.eco-link a{
    color: white;
    font-size: 15pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin-left: 5%;
}
.everything{
    display: flex;
    margin-left: 15%;
   margin-top: 5%;
    font-size: 44pt;
    font-weight: 795;
    
    
}
.second-heads{
    color:black;
    opacity: 75%;
    margin-top: 12%;
    margin-left: 180px;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    
}
.second-heads a{
    text-decoration: none;
    color: black;
    opacity: 95%;

}
.second-heads a:hover {
    text-decoration: underline;
    
}
.everything a{
    
    text-decoration: none;
    color:black;
    opacity: 70%;
    font-family: Arial, Helvetica, sans-serif;
    
}
.everything a:hover{
    text-decoration: underline;

}
.cycles{
    display: flex;
    flex-direction: row;
}
.cycles-head{
    margin-left: 15%;
    margin-top: 8%;
    font-size: 17pt;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
}
.cycles-head h2{
    opacity: 75%;
}
.cycles h4{
    margin-top: -4px;
    opacity: 85%;
    font-weight: 100;
    font-size: 15pt;
}
.ev-column ul{ list-style: none; }
.ev-column ul li:before{ content:"• "; font-size:8pt;
    margin-left: -20px;

}
.cycles-head ul{list-style: none;}
.cycles-head ul li:before{ 
    content:"• "; 
    font-size:8pt;
    margin-left: -20px;
}
.cycles ul{
    color: black;
    opacity: 85%;
    margin-left: -20px;
    font-size: 15pt;
    font-weight: 200;
}

.cycles img{
    height:360px;
    width:620px;
    opacity:100%;
    border-radius: .8rem;
    margin-left: 50px;
    margin-top: -100px;

    
}
.cycles img:hover{
    transform: scale(1.02);
}
.ev-column{
    display: flex;
    flex-direction: row;
    font-size: 17pt;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;

}
.ev-column img{
    height:360px;
    width:620px;
    opacity:100%;
    border-radius: .8rem;
    margin-left: 80px;
    margin-top: 100px;
}
.ev-column img:hover{
    transform: scale(1.02);
}

.ev-column h2{
    opacity: 75%;
    margin-left: 80px;
    margin-top: 120px;
}
.ev-column h4{
    margin-top: 170px;
    margin-left: -335px;
    opacity: 85%;
    font-weight: 100;
    font-size: 15pt;
}
.ev-column ul{
    color: black;
    opacity: 85%;
    margin-left: -355px;
    font-size: 15pt;
    font-weight: 200;
}






.last-line{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: -59%;
    
}
.last-line h3{
    color: black;
    opacity: 85%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.download-btn2{
    background-color:rgb(236, 237, 238);
    border-color: transparent;
    color: black;
    opacity: 65%;
    padding-left:15px ;
    margin-left: 20px;
    padding-right: 15px;
    border-radius: .5em;
    font-weight: bold;
    font-size: medium;
    
    

}
.download-btn2:hover{
    background-color:transparent;
    color: black

}

.footer-navigation{
    margin-top: -800px;
    display: flexbox;
    position: static;
    transform: translateY(220%);
    font-size: smaller;
    background-color: black;
    opacity: 80%;
    height: 55%;
    width: 100%;
   
    
}
.footer-navigation ul li{
    list-style: none;
    
}


.footer-navigation .foot-col{
    display: inline-block;
    flex-wrap: wrap; 
    margin-top: 5%;
    
    justify-items: center;
    justify-content: space-evenly;
   
   
}

.footer-navigation .foot-head {
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: white;
    
    
    
    
}
.footer-navigation .foot-head a{
    text-decoration: none;
}
.footer-navigation .foot-head a:hover{
    text-decoration: underline;
    color:rgb(143, 157, 157);
    
    
    
}
.footer-navigation .foot-list a{
    text-decoration: none;
    color: rgb(90, 93, 93);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 15pt
    
}
.footer-navigation .foot-list a:hover{
    text-decoration: underline;
}
.footer-navigation .vl{
    border-left: 1px solid rgb(90, 93, 93);
  height: 65%;
  position: absolute;
  left: 50%;
  margin-left: 18%;
  margin-top: -18%;
}
.footer-navigation .youtube a{
    text-decoration: none;
    font-size: 12pt;

}
.footer-navigation .youtube a:hover{
    color: red;
    text-decoration: none;
}
.footer-navigation .twitter a{
    text-decoration: none;
    font-size: 12pt;

}
.footer-navigation .twitter a:hover{
    color:lightskyblue;
    text-decoration: none;
}
.footer-navigation .instagram a{
    text-decoration: none;
    font-size: 12pt;

}
.footer-navigation .instagram a:hover{
    color:rgb(166, 38, 123);
    text-decoration: none;
}
.footer-navigation .facebook a{
    text-decoration: none;
    font-size: 12pt;

}
.footer-navigation .facebook a:hover{
    color:blue;
    text-decoration: none;
}
.footer-navigation .linkedin a{
    text-decoration: none;
    font-size: 12pt;

}
.footer-navigation .linkedin a:hover{
    color:rgb(71, 120, 225);
    text-decoration: none;
}

.footer-navigation .end-line{
    color:rgb(143, 157, 157);
    opacity: 75%;
    display: flex;
    margin-top: 1.8%;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    
}
.footer-navigation .end-line i{
    padding-left: 1%;
    padding-right: 1%;
}
.footer-navigation .end-line i:hover{
    color: red;
    
}


