
@import url('https://fonts.cdnfonts.com/css/muli');

body {
    position: relative;
    background: url('./11062b_8c2f2cd1fd91409e9366464172ed633df000.jpg');
    background-repeat: no-repeat;
    font-family: 'Muli', sans-serif;
    height: 100%;
    background-size: cover;
    margin: 0;

}

/* Add the overlay with a blur and dark shade */
body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 110%;
    background: rgba(0, 0, 0, 0.779); /* Darker shade (50% opacity) */
    backdrop-filter: blur(8px); /* Apply blur effect */
    z-index: -1; /* Ensures it stays behind the content */
}


.logs{
    display: inline-flex;
}

.logs img{
    border-radius: 42px;

}

.logs span{
    color: #ffffff;
    font-weight: bold;
    position: relative;
    top: 10px;
    font-size: 22px;
}
.logo{
    height: 45px;
    position: relative;
}


.logox{
    height: 17px;
    position: relative;
    top: 17px;
    left: 5px;
}

.nav{
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.connect-btn{
    background-color: #F4C738;
        color: black;
        font-weight: bolder;
    border: none;
    border-radius: 19px;
    padding: 10px 25px;
    font-family: 'Muli', sans-serif;

}

.banner{
    color: #ffffff;
    text-align: center;
    background-color: #FF0200;
    width: 100%;
    padding: 10px;
    font-weight: bolder;
    position: relative;
    top: 70px;
    font-size: 22px;
}


.connect{
    background-color:#F4C738;
    color: rgb(0, 0, 0);
    border: none;
    padding: 12px 25px;
    width: 100%;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    margin-top: 15px;

}

/* Make the video element responsive */
video {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below the video */
}

/* Center video horizontally and vertically (for fixed size or fullscreen) */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-img{
    height: 300px;
    border-radius: 5%;
}
.hero{
    display: grid;
    place-items: center;
    margin:100px 25px;
    gap: 100px;
}


.y{
    color: #F4C738;
}
.hero h1{
    color: #ffffff;
    font-size: 40px;
    text-align: center;
}

.hh{
    display: grid;
    place-items: center;
}

.hero p{
    color: #ffffff;
    line-height: 25px;
    text-align: center;
}

.m{
    display: none;
}

@media(max-width:600px){
    .d{
        display: none;
    }

    

    .nav{
        flex-direction: column;
         justify-content: center;
         align-items: center;
         position: relative;
         top: 20px;
    }


    .m{
        display: block;
    }

    .connect-btn{
        position: relative;
        top: 20px;
        background-color: #F4C738;
        color: black;
        font-weight: bolder;
    }

    .logox{
        display: none;
    }

    .hero{
        flex-direction: column;
        gap: 40px;
       
    }


    .hero-img{
        height:110px;
        overflow: hidden;
        position: relative;
        top: 25px;
    }
}