@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400..800&display=swap');

html {
    scroll-behavior: smooth;
  }
  
body{
    margin: 0;
    padding: 0;
    background-color: #010205;
    font-family: 'Lexend', sans-serif;
    overflow-x: hidden !important;
}


section{
    min-height: 80dvh ;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;


}

footer{
    padding: 62px 67px;
    background-color: #09090A;
    border: 1px solid #676767;
    text-align: center;
    border-radius: 7px;
}

.footer-nav{
    margin-bottom: 13px;

}

.footer-nav img {
    width: 280px;
}

.copy-rights{
    display: flex;
        justify-content: center;
        align-items: center;
        color: white;
}

.copy-rights a{
    padding-left: 8px;
    color: #713DFF;
    text-decoration: none;
}
@media (max-width: 580px) {
   .copy-rights{
    flex-direction: column;
   }
}
/* @media (max-width: 455px) {
    section {
        height: 133vh;
    }
} */


