*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    background-color: black;
}
nav{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}
.navbar li{
    display: flex;
    align-items: center;
}
.navbar img{
    height: 30px;
    width:30px;
}
#logo{
    width:100px;
    height: auto;
}
.navbar{
    list-style-type: none;
    display: flex;
    gap:25px;
}
.navbar1{
    list-style-type: none;
}
#launchapp li{
    height:40px;
    width:140px;
    border-radius: 50px;
    padding:13px;
    background-image:linear-gradient(to right,orange 50%,rgb(155, 60, 5));
}
nav ul{
    font-size: 1.2em;
    font-weight: 600;
    font-family: sans-serif;
    color: white;
}
.homepage{
    height:90vh;
    width:100vw;
    background-image: url(https://cdn.prod.website-files.com/61e9c71623b1f0311abcbbbc/64c7d82df26a93ab1e80707d_kava-hero.jpg);
    background-repeat: no-repeat;
    background-size: 900px 500px;
    background-position: bottom;
    position: relative;
    top:40px;
    z-index: 10px;
}
.homepageheader h1{
    font-size: 6.5em;
    font-weight: 800;
    font-family: sans-serif;
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.homepageheader #toweb {
    color: rgb(255, 85, 0);
    text-align: center;
}
.homepageheader h2{
    font-size: 2em;
    font-weight: 600;
    font-family: sans-serif;
    text-align: center;
    color: white;
    width:70vw;
    display: flex;
    justify-self: center;
}
.numbersmover{
    list-style-type: none;
    font-size: 0.9em;
    font-family: sans-serif;
    font-weight: 700;
    color: white;
    position: relative;
    z-index: 20;
    background-color: rgb(27, 27, 27);
    padding:20px;
    height:15vh;
    width:100vw;
    overflow-x: hidden;
}
#numbersmover{
    height:15vh;
    width:100vw;
    animation: numbersmoving 10s infinite linear ;
}
.numbersmover ul{
     display: flex;
     list-style-type: none;
     /* justify-content: space-around; */
     gap:10vh;
}
.numbersmover span{
    font-size: 3.1em;
    font-weight: 600;
    display: block;
    text-align: center;
}
@keyframes numbersmoving{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
#boxes{
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
}
.box{
   font-size: 1.5em;
   font-weight: 600;
   color: white;
   font-family: sans-serif;
   height:auto;
   width:25vw;
   background-color: rgb(47, 47, 47);
   padding: 25px;
   border-top: 2px solid yellow;
   margin:100px 30px 30px 30px;
}
.box img{
    height:30px;
    width:30px;
    transform: rotate(-90deg);
    position: relative;
    top: 10px;
}
.build h1{
    font-size: 100px;
    font-weight: 800;
    color: white;
    font-family: sans-serif;
    text-align: center;
    line-height: 120px;
}
#rise{
    color:rgb(252, 80, 0);
    font-family: sans-serif;
    text-align: center;
}
.build p{
    font:700 1.5em sans-serif;
    color: white;
    text-align: center;
    width:55vw;
    display: flex;
    justify-self: center;
}
#buildbutton{
    font-size: 1.2em;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius:50px ;
    display: flex;
    justify-self: center;
    align-self: center;
    justify-content: center;
    align-items: center;
    margin: 20px;
    background-image: linear-gradient(to right,orange,rgb(255, 119, 0));
}
#background{
    height: 110vh;
    width:100vw;
    background-image: url(https://cdn.prod.website-files.com/61e9c71623b1f0311abcbbbc/64ac1e95822a779ca605abc6_Build-Deploy-Rise.jpg);
    background-repeat: no-repeat;
     background-position: bottom;
    position: relative;
    top:40px;
    z-index: 10px;
     background-size: 900px 500px;
}
.leading h1{
    font-size: 3.8em;
    font-family: sans-serif;
    font-weight: 800;
    color: white;
    text-align: center;
}
.leading{
    display: flex;
    justify-content: space-around;
    position: relative;
    top:40px;
    height:500px;
    width:100vw;
    background-color: rgb(31, 31, 31);
    text-align: center;
}
.leading h2{
    font-size: 3.6em;
    font-family: sans-serif;
    font-weight: 800;
    color: rgb(255, 89, 0);
}
#explore{
    color: white;
    background-color: rgb(31, 31, 31);
    font-size: 1.5em;
    border: 2px solid white;
    border-radius: 50px;
    height:60px;
    width:300px;
    margin-top: 10px;
}
#leading{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.animationgroup img{
   border: 10px solid rgb(47, 47, 47);
   border-radius: 50px;
   margin: 15px;
}
#animationgroup,#animationgroup1,#animationgroup2{
    display: flex;
}
.animationgroup{
    width:40vw;
    height: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#animationgroup,#animationgroup2{
   animation: slidelogo 12s linear infinite;
}
#animationgroup1{
    animation: slidelogo1 12s linear infinite;
}
@keyframes slidelogo{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}
@keyframes slidelogo1{
    0%{
        transform: translateX(-500px);
    }
    100%{
        transform: translateX(0px);
    }
}
.sectionbuild img{
   height:50px;
   width:50px;
   display: flex;
   justify-self: center;
}
.sectionbuild div{
    color: white;
    height: auto;
    width:30vw;
    background-image:linear-gradient(to bottom,rgb(36, 46, 63),rgb(17, 17, 48));
    line-height: 30px;
    font-size: 1.5em;
    border-radius:10px ;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sectionbuild p{
    text-align: center;
}
.sectionbuild h2{
    margin: 10px;
}
.sectionbuild{
    display: flex;
    justify-content: space-evenly;
}
#buildbtn{
    border: 2px solid lightgray;
    border-radius: 50px;
    font-size: 1.5em;
    color: white;
    height: 50px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    align-self: center;
    margin: 20px;
}
.news{
    color: white;
    display: flex;
    padding: 80px 50px 50px 50px;
    justify-content: space-evenly;
}
.news span{
    color: rgb(195, 77, 13);
    font-weight: 700;
}
.news p{
    font-size: 1.6em;
    margin: 30px;
}
hr{
    border: 1px solid rgb(47, 47, 47);
    margin:10px 0 10px 0;
}
#view{
    margin:0px;
}
.footer{
    color: white;
    display: flex;
    justify-content: space-around;
    padding: 50px 0px 0px 0px;
}
.footer img{
    height:35px;
    width:120px;
}
#reference{
    display: flex;
    line-height: 30px;
    gap:120px;
}
#reference ul{
    list-style-type: none;
    font-size: 1.2em;
}
#Copyright p{
    color: rgb(109, 109, 109);
    font-size: 1em;
    font-weight: 500;
    margin: 50px;
}
.dropdown{
    background-color: rgb(37, 37, 37);
    padding: 10px 30px;
    line-height: 50px;
    position: absolute;
    top:5vh;
    z-index: 20;
    display: none;
}
.navbar li:nth-child(1):hover .dropdown{
    display: block;
}
.navbar li:nth-child(3):hover .dropdown{
    display: block;
}
.navbar li:nth-child(4):hover .dropdown{
    display: block;
}
.grant a{
    font-weight: 600;
    color: white;
    text-decoration: none;
}
.grant1 a{
    font-weight: 600;
    color: white;
    text-decoration: none;
}
@media (max-width: 970px) {
    body{
        height:100dvh;
        width:100dvw;
        overflow-x:hidden;
         font-size: 14px;
    }
    #boxes{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.navbar img{
    height: 25px;
    width:25px;
}
#boxes{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .box{
        width:90vw;
        margin: 10px;
        justify-content: space-evenly;
    }
    .sectionbuild img{
   height:40px;
   width:40px;
   display: flex;
   justify-self: center;
}
.sectionbuild{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
}
.sectionbuild div{
    height: auto;
    width:90vw;
    padding: 20px;
   }
.sectionbuild p{
    text-align: center;
}
.sectionbuild h2{
    margin: 10px;
}
.sectionbuild{
    display: flex;
    justify-content: space-evenly;
}
#buildbtn{
    border: 2px solid lightgray;
    border-radius: 50px;
    font-size:1.5em;
    color: white;
    height: 50px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    align-self: center;
    margin: 20px;
}
.news{
    display: flex;
    flex-direction: column;
    padding: 80px 50px 50px 50px;
    justify-content: space-evenly;
}
.news span{
    color: rgb(195, 77, 13);
    font-weight: 700;
}
.news p{
    font-size: 1.6em;
    margin: 30px;
}
.footer{
    color: white;
    display: flex;
    flex-direction: column;
    gap:30px;
    justify-content: space-around;
    padding: 50px 50px;
}
#reference{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 50px;
    gap:30px;
}
nav{
    display: flex;
    flex-direction: column;
    gap:20px;
    padding: 15px;
    align-items: center;
}
.leading h1{
    width:50vw;
    display: flex;
    justify-self: center;
}
.leading{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    top:40px;
    height:500px;
    width:100vw;
    background-color: rgb(31, 31, 31);
}
.leading h1{
    font-size: 3.5em;
    font-family: sans-serif;
    font-weight: 800;
    color: white;
}
.leading{
    display: flex;
    justify-content: space-around;
    position: relative;
    top:40px;
    height:auto;
    align-items: center;
    width:100vw;
    background-color: rgb(31, 31, 31);
}
.leading h2{
    font-size: 3.5em;
    font-family: sans-serif;
    font-weight: 800;
    color: rgb(255, 89, 0);
}
#explore{
    color: white;
    background-color: rgb(31, 31, 31);
    font-size: 1.5em;
    border: 2px solid white;
    border-radius: 50px;
    height:60px;
    width:300px;
    margin-top: 10px;
}
#leading{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.animationgroup img{
   border: 10px solid rgb(47, 47, 47);
   border-radius: 50px;
   margin: 15px;
}
#animationgroup,#animationgroup1,#animationgroup2{
    display: flex;
}
.animationgroup{
    width:90vw;
    height: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#animationgroup,#animationgroup2{
   animation: slidelogo 12s linear infinite;
}
#animationgroup1{
    animation: slidelogo1 12s linear infinite;
}


}
@media (max-width:700px){
    body{
        font-size:10px;
    }
    .navbar img{
    height: 20px;
    width:20px;
}
}


