* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}

.header {
    width: 100%;
    height: 100vh;
    background: #020412;
    color: #fff;
    padding: 0 8.5%;
    position: relative;
}

nav {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 10px;
    position: relative;

}

html {
    scroll-behavior: smooth;
}

.logo {
    background-color: #020412a0;
    position: fixed;
    width: 220px;
    cursor: pointer;
    border-radius: 80px;
}



body {
    background-color: #020412;
}

.menu-icon { 
    width: 35px;
    cursor: pointer;

}




nav ul {
    flex: 1;
    text-align: right;
    padding-right: 40px;


}
.x1 {
    color: rgb(0, 255, 221);
}
.lel {
    color: rgb(48, 180, 251);
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 30px;


}

nav ul li a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 17px;



}


nav ul li a:hover {
    color: dodgerblue;


}

.text-box {
    margin-top: 15%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}

.text-box h1 {
    font-size: 75px;
    line-height: 130px;
}
.text-box a {
    margin-top: 30px;
    display: inline-block;
    border-radius: 2px solid  dodgerblue;
    color: dodgerblue;
    padding: 10px 30px;
    text-decoration: none;
}

.text-box .btn {
    background: dodgerblue;
    color: #000;
    margin-left: 30px;
    font-weight: 600;
    border-radius: 90px;
}
.user-img {
    width: 340px;
    position: absolute;
    left: 70%;
    bottom: 0;
}
.ctn:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(0, 255, 221);
    border-radius: 60px;
    transition: 0.6s;
}

.btn:hover {
    background-color: rgba(30, 143, 255, 0.674);
    transition: 0.6s;
    color: white;
}
