* {
    margin: 0;
    padding: 0;
    font-family: 'Signika Negative', sans-serif;
}

body {
    background: #000;
    overflow-x: hidden;
    overflow-y: scroll;
    word-break: break-word;
    top: 0px !important;
    
    margin: 0 auto;
}

.sidebar {
    display: none;
}

.main{
    position: relative;
    height: 100vh;
}
.main-video {
    position: absolute;
    left: 0;
    
}


.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.nav ul {
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul li a {
    color: #fff;
}
.nav-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.nav-right {
    display: none;
}

.app-hv {
    position: relative;
}

.banner {
    display: flex;
    gap: 1rem;
    transform: translateY(10rem);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    color: #fff;

}

.banner p {
    color: #fff;
    text-align: center;
    
}

.banner div {
    background-color: #1774D4;
    width: 8rem;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner a {
    color: #fff;
    text-decoration: none;

}

.sidebar {
    background: #0b1118;  
    top: 0;
    left: 0;
    z-index: 999;
    display: none; 
    position: fixed;
    overflow-y: auto;



    
         
        width: 300px;
       
        
       
 
            position: fixed;
            width: 300px;
            
            height: 100%;
            height: calc(100% + 60px);
            height: -moz-calc(100%);
            padding-bottom: 60px; 
            z-index: 999;
            overflow-y: auto;
            will-change: transform;
            backface-visibility: hidden;
            
         
   
    
} 
.sidebar ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
}

.sidebar ul li {
    list-style: none;

}

.sidebar ul li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.app {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #010121;
    padding: 20px;
    transform: translateY(-1rem);
}

.app .img-pair {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.app .img-pair img {
    width: 5rem;
}

.app .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background: #0b1118;
    transform: translateY(-1rem);
}

.services .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.investors {
    background: #010121;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    transform: translateY(-1rem);
}

.investors video, .porfolio video, .nft video {
    width: 20rem;
    height: 30rem;
}

.investor-content {
    color: #fff;
}
.investor-content a{
    width: 30rem;
    background: transparent;
    border: 2px solid #1774D4;
    padding: 10px;
    border-radius: 10px;
}

.porfolio {
    padding: 20px;
    background: #fff;
}

.porfolio h1 {
    color: #2c2c2c;
}

.porfolio p {
    color: #7777;
    font-size: 20px;
    line-height: 2rem;
}

.porfolio p span {
    color: #0b1118;
    font-weight: 700;
}

.porfolio .portfolio-explore {
    width: 10rem;
    padding: 1rem;
    border-radius: 20px;
    background: none;
    border: 2px solid #1774D4;
    margin-top: 2rem;
    text-align: center;
}

.porfolio .portfolio-explore a {
    color: #1774D4;
}

.currency {
    background: #0b1118;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: #fff;
    padding: 20px;
}

.mine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.mine .card {
    width: 20rem;
    height: 10rem;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.explore {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #010121;
    padding: 20px;
    text-align: center;
    gap: 4rem;
}

.carousel img {
    width: 20rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider {
    position: relative;
    width: 20rem;
    height: 500px;
    overflow: hidden;
    background: #0b1118;
    padding: 10px;
}

.carousel {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 600px;
    left: 100%;
}

.carousel.active {
    left: 0;
    transition: all 0.3s ease-out;
}

.Trusted {
    padding: 20px;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.trust-card {
    background: #0b1118;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 10px;

}

.trust-card h3 {
    font-size: 24px;
}

.trust-card p {
    font-size: 18px;
}

.card-body {
    display: none;
}

.faq {
    background: #000;
    color: #fff;
    padding: 20px;
}

.faq-card {
    background: #010121;
}

.faq-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;

}

.card-header {
    display: flex;
    align-items: center;
    
}

.started-card img {
    width: 20rem;
}

.started-container, .started-card {
    display: flex;

    align-items: center;
    flex-direction: column;
}

.started-container {
    gap: 2rem;
    justify-content: center;
}

.started-card {
    background: #0b1118;
    justify-content: flex-start;
    width: 20rem;
    height: 18rem;
}

.getting-started {
    background: #000;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nft {
    padding: 20px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000;
    color: #fff;
    text-align: center;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background: #010121;
    margin-top: 12rem;
    padding: 20px;
    gap: 2rem;
}

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    text-align: center;
}

.footer-top ul li,
.footer-more ul li,
.footer-privacy ul li {
    list-style: none;
}

.footer-top ul li a,
.footer-more ul li a,
.footer-privacy ul li a {
    color: #fff;
    text-decoration: none;

}

.footer-top h4,
.footer-more h4,
.footer-privacy h4 {
    color: #fff;
}

.footer-left,
.footer-left p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: #fff;
}

.footer-left,
.footer-left p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: #fff;
}

.logo {
    width: 8rem;
}

@media screen and (min-width:768px) {
    .banner h1 {
        font-size: 48px;
    }

    .banner p {
        font-size: 28px;
        width: 60rem;
    }

    .sidebar {
        width: 20vw;

    }

    .main video{
        min-width: 100%;
        min-height: 400px;
    }

    .footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: auto;
        background: #010121;
        margin-top: 12rem;
        padding: 20px;
    }

    .footer-left,
    .footer-left p {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 1rem;
        color: #fff;
    }

    .footer-right ul li {
        padding: 10px;
    }


    .footer-right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 3rem;
    }

    .app .img-pair img {
        width: 18rem;
    }

    .app {
        height: 800px;
        gap: 5rem;
    }

    .services {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .investors {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    
        
    }
    .investors video{
        width: 40rem;
    }
    .investor-content h2, .explore h2, .Trusted h2, .nft h2{
        font-size: 40px;
    }
    .investor-content p, .explore p, .Trusted p, .nft p{
        font-size: 28px;
        margin-bottom: 3rem;
    }
    .porfolio{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .porfolio video{
        width: 40rem;
    }
    .mine{
        display: flex;
        flex-direction: row;
    }
    .mine .card{
        width: 200px;
    }
    .slider{
        width: 900px;
        height: 300px;
        position: relative;
    }
    .carousel img{
        width: 400px;
    }
    .carousel-content{
        position: absolute;
        right: 0;
        width: 400px;
    }
    .carousel-content p{
        font-size: 18px;
    }
    .trust-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
    .started-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .nft{
        height: 600px;
    }
    .nft video{
        width: 900px;
        height: 700px;
    }
    .nav{
        gap: 1rem;
    }
    .nav-right{
        display: block;
    }
    .nav-right ul li{
        list-style: none;
    }
    .nav-left{
        flex:1;
        padding: 1rem;
    }
    .logo {
        width: 13rem;
    }
}