body {
    background-color: #000;
}

header{
    background-color: transparent;
    position: fixed;
    top: 0;
    display: block;
}


/* HERO SECTION  */
.hero-sec, .stats-section, .feature-section {
    color: white;
}

.hero-sec {
    min-height: 100vh;
    position: relative;
    text-align: start;
    overflow: hidden;
    display: flex;
    align-items: end;
}


/* Video Background */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#background-video {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Section */
#content-section {
    position: relative;
    margin: 0 auto;
    padding: 150px 20px;
}

#transparentButton:hover{
    background-color: transparent;
    color: white;
}

.btn-group .btn {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 1.2rem;
}

.stats-section {
    padding: 50px 0;
    background-color: black;
    border-radius: 40px;
}

.stats-section .container{
    /* padding: 50px 0; */
    background-color: transparent;
    border-radius: 40px ;
}

.stats-section .row{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.stats-section .row .col{
    flex: 1 1 280px;
    border-radius: 20px;
    padding: 20px;
    background-color: rgb(18, 17, 17);
}

.feature-section {
    background-color: black;
    color: #fff;
}

.feature-section .row{
    display: flex;
    flex-wrap: wrap;
}

.feature-section .col{
    display: flex;
    flex-direction: column;
    align-self: center;
    flex: 1 1 500px;
    justify-content: center;
}

.feature-section .col img{
    width: 100%;
    max-height: 400px;
    max-width: 400px;
    margin: auto;
    
}

.feature-section .col video{
    width: 100%;
    max-width: 600px;
    margin: auto;
    border: 2px solid rgb(58, 53, 53);
    box-shadow: #222;
    border-radius: 20px;
}

.build-section {
    padding: 50px 0;
    background-color: black;
}

.feature-section {
    padding: 30px 50px;
    background-color: black;
    
}

.build-section {
    padding: 50px 0;
    background-color: #222;
}

.icons-contain img {
    width: 70%;
    height: auto;
    border-radius: 10px;
}
.ecosystem-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen */
    overflow: hidden;
}