 
body {
    top: 0px !important; 
}

.goog-te-combo{
    background-color: white;
    color: black;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.header{
    color: white;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Signika Negative';
}


.sub-header{
    color: white;
    font-size: 22px;
    font-weight: 530;
}

.sum{
    color: rgb(113, 123, 162);
    font-size: 22px;
}

#google_translate_element{
    color: white;
    
}

.nav-con1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 200px;
}


.p{
    color: rgb(113, 123, 162);
    font-size: 13px;
    line-height: 2;
    width: 100%;
}

html{
    scroll-behavior: smooth;
}

body{
   
    background-color: rgb(6, 10, 21);
    margin: 0;
    font-family: 'Signika Negative', Arial, sans-serif;
}

#top-nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    color: white;
    position: fixed;
    z-index: 1;
    background-color: rgb(6, 10, 21);

}

.nav-con{
    width: 130px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


#moon{
    display: none;
}

#main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#side-nav{
    display: flex;
    flex-direction: column;
    background-color: #000000;
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    line-height: 1.5;
    z-index: 2;
    box-sizing: border-box;
}

#side-nav-top{
    margin-left: 10px;
    margin-top: 20px;
    height: 80px;
    margin-bottom: 20px;
}

#side-nav-top img{
    width: 180px;
    height: 150px;
}

.side-nav-link{
    color: rgb(113, 123, 162);
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    box-sizing: border-box;
}

.side-nav-icon{
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #25D366;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}
  


#main2{
    width: 100%;
}

#hero{
    background-image: url('../images/UltraBg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero-con{
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero-con img{
    width: 100%;
}

#acct-btns{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#new-acct{
    background-color: rgb(37, 211, 102);
    border-color: rgb(37, 211, 102);
}

.acct-btn{
    color: white;
    text-align: center;
    text-decoration: none;
    width: 49%;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    background-color: unset;
    box-sizing: border-box;
}

.acct-btn:hover{
    background-color: rgb(37, 211, 102);
    border-color: rgb(37, 211, 102);
}

.section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.cards-lineup{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 50px;
    justify-content: space-between;
}

.section2-card{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(199, 192, 215, 0.318);
    padding: 20px;
    box-sizing: border-box;
    gap: 30px;
}

.card-icon{
    border-radius: 50%;
    padding: 15px;
    background-color: rgb(37, 211, 102);
}

.line{
    padding: 1px;
    background-color: rgb(37, 211, 102);
    width: 100%;
}

#section3{
    background-image: url('../images/download.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 
}

.section3-card{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    
}

.content{
    width: 80%;
}

.fa-circle-nodes{
    font-size: 35px;
    color: white;
}

.q{
    border-style: none;
}

#section5{
    background-color: #000000;
}

#section6{
    background-image: url('../images/UltraBg5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#stats{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    row-gap: 40px;
}

.stat-con{
    width: 20%;
}

#section7{
    background-color: black;
}

#carosel{
    flex-direction: row;
    align-items: center;
    width: 90%;
    gap: 20px;
    display: flex;
    overflow-x: scroll;
    box-sizing: border-box;
    scroll-snap-type: mandatory;
    scroll-padding: 24px;
    margin: 2rem auto;
    text-align: center;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

#carosel::-webkit-scrollbar {
    display: none;
}

.caro-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    flex: 0 0 100%;
    height: 300px;
}

.caro-con1{
    width: 50%;
    object-fit: cover;
    height: 100%;
}

.caro-con1 img{
    width: 100%;
    height: 100%;
}

.caro-con2{
    width: 50%;
    background-color: rgb(6, 10, 21);
    box-sizing: border-box;
    height: 100%;
    padding: 20px;

}

#anal{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}

.anal-con{
    width: 49%;
    height: 400px;
}

#section9{
    background-image: url('../images/UltraBg5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.res-card{
    border-style: solid;
    border-width: 1px;
    padding: 25px;
    border-radius: 5px;
    color: rgb(113, 123, 162);
    border-color: rgba(113, 123, 162, 0.303);
    background-color: unset;
    width: 18%;
    box-sizing: border-box;
    text-align: center;
}

#footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: space-between;
}

.footer-col{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-col1{
    width: 30%;
    box-sizing: border-box;
}

.footer-col2{
    width: 70%;
}

#footer-links{
    border-bottom-style: solid;
    border-top-style: solid;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: white;
    border-width: 2px;
}

.foot-link{
    width: 20%;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {
    #hero{
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 30px;
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .hero-con{
        width: 65%;
        align-items: center;
    }

    .acct-btn{
        padding: 15px;
        font-size: 15px;
    }

    .header{
        font-size: 25px;
    }

    .sum{
        font-size: 18px;
    }

    .stat-con{
        width: 40%;
    }

    .res-card{
        width: 100%;
    }

    #footer-con{
        padding: 50px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-col1{
        width: 100%;
    }

    .footer-col2{
        width: 100%;
    }
    
}


@media screen and (max-width: 900px) {
    

    .hero-con{
        width: 85%;
        align-items: center;
    }


    .section{
        padding: 20px;
    }

    .cards-lineup{
        flex-direction: column;
        align-items: center;
    }

    .section2-card{
        width: 100%;
    }

    .section3-card{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .content{
        display: flex;
        flex-direction: column;
        align-items: center;  
    }

    #carosel{
        width: 100%;
    }

    .caro-con{
        height: 250px;
    }

    .caro-con1{
        width: 100%;
    }

    .caro-con2{
        display: none;
    }

    #anal{
        flex-direction: column;
        align-items: center;
    }

    .anal-con{
        width: 100%;
    }

}