*{
    margin: 0;
    padding: 0;
    font-family: 'Inter';
}

nav{
    color: white;
    display: flex;
    align-items: center;
    background-color: #0A0F2C;
    height: 4.6rem;
    width: 100vw;

}

body{
    z-index: -10;
    background: linear-gradient(60deg,rgb(0,0,244,0.6),#0A0F2C99);
}

.TechRepo{
    margin-left: 0.5rem;
    font-weight: 700;
}

.span-repo{
    color: #2AA9FF;
}

nav .cse{
    margin-left: 18rem;
    color: #F5C542;
}

nav .logo img{
    margin: 0.3rem 0rem 0rem 1rem;
    border: 0.13rem solid #2AA9FF;
    border-radius: 0.5rem;
    height: 4rem;
    width: 5.5rem;
}

.nav2{
    display: flex;
    align-items: center;
    background-color: #00D1FF;
    height: 2rem;
    box-shadow: 0rem 0.2rem 0.25rem #0A0F2C;
}

.nav2 ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    flex: 3;
}


.nav2 ul li a{
    color: #0A0F2C;
    height: 100%;
    padding: 0.5rem 1rem 0rem 1rem;
    margin: 0;
    text-decoration: none;
}

.nav2 ul li{
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    height: 2rem;
}

.nav2 a{
    padding: 0.5rem 0rem 0rem 0rem;
    height: 2rem;
    color: white;
    margin-left: 1.6rem;
    text-decoration: none;
}

.nav2 ul li a:hover{
    color: #F5C542;
}



.nav2 ul li:hover{
    transition: all 0.3s ease;
    background-color: #0A0F2C;
}


main .hero{
    border:2px solid #2AA9FF;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 0.5rem;
    box-shadow: 0rem 0.5rem 0.5rem #ffffff55;
    margin: 1rem 3rem 2rem 3rem;
    height: 30rem;
    background-color: #ffffff33;
}

main .hero h2{
    color: #0F172A;
}

main .hero svg{
    width: 40%;
    height: 25rem;
}

main .hero .text{
    width: 50%;
}
