
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
body{
    background: url('gats\ -\ Copy.png');
    font-family: "Bricolage Grotesque", serif;
    height: 100dvh;
                                                
}


.l{
    color: white;
    font-weight: 800;
}

.logs{
    display: inline-flex;
}
.logo{
    height: 55px;
    position: relative;
    bottom: 20pz;
}


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

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

.connect-btn{
    background-color: #24b811;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 19px;
    padding: 10px 25px;
    font-family: 'Soleil', sans-serif;
    font-weight: 600;

}


.connect{
    background-color: #24b811;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 9px;
    padding: 15px 25px;
    font-size: 15px;
    font-family: 'Soleil', sans-serif;
    margin-top: 15px;

}

.hero-img{
    height: 180px;
}
.hero{
    display: flex;
    margin:100px 25px;
    align-items: center;
    gap: 300px;
    justify-content: center;
}

.hero h1{
    color: white;
    font-size: 40px;
}

.hero p{
    color: rgb(240, 238, 238);
    line-height: 25px;
}

.m{
    display: none;
}

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


    .m{
        display: block;
    }

    .logox{
        display: none;
    }

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


    .logo{
        position: relative;
        height:25px;
        bottom: 10px;

    }


    .hero-img{
        margin-top: 5px;
    }


    .connect-btn{
        position: relative;
        right: 10px;
}
}