@import url('https://fonts.cdnfonts.com/css/plus-jakarta-sans');

body{
background: url('./tech.jpg');
    background-size: cover;    font-family: 'Plus Jakarta Sans', sans-serif;
       margin: 0;          
       background-repeat: no-repeat;                                
}


                
.logox{
    display: inline-flex;
    gap: 20px;
}


.logox span{
    color: white;
    font-size: 70px;
    position: relative;
    font-weight: bolder;
}

.logo{
    height: 60px;
}

.navbar{
    display: flex;
    justify-content: space-between;
    margin: 20px;
}


.c{
    padding: 14px;
    background: linear-gradient(to right, #010f01, hsl(85, 93%, 22%));
    color: white;
    border-radius: 18px;
    font-weight: 600;
}


.cx{
    padding: 14px;
    background:linear-gradient(to right, #131413, #14130c);
    font-size: 18px;
    color: white;
    border-radius: 18px;
    font-weight: 600;
    border: none;
}


.tag{
    background-color: #9651DC;
    border-radius: 18px;
    color: white;
    width: 60px;
    height: 20px;
    padding:2px;
    text-align: center;
    font-size: smaller;

}


.hero{
    background-size: cover;
    height: 100vh;
    margin-top: 70px;
    

}


.hero h1{
    font-size: 76px;
    color: white;
    font-weight: 900;
    line-height: 86px;
margin: 100px;
}


.content {
    color: white;
margin-top: -90px;
margin-left: 100px;
font-size: x-large;
}

.summary{
    color: white;
    margin-top: 50px ;
    margin: left 10px;
    font-size: 16px;

}



.bgrid{
    display: flex;
    margin: 30px;
    gap: 25px;
    position: relative;
    left: 70px;

}

a{
    text-decoration: none;
}


@media(max-width:600px){

        .hero h1{
            font-size: 36px;
            line-height: 43px;
        }


    .bgrid{
        flex-direction: column;
        margin-top: 50px;
        gap: 60px;
    }
}