*{
    margin: 0;
    padding: 0;
    font-family: sans-serif ;
}


.header{
    height: 100vh;
    background: #020412;
    color: #fff;
    padding: 0 8.5%;
    position: relative;
}
nav{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 0 10px;
}
.logo{
    width: 50px;
    cursor: pointer;
}
.menu-icon{
    width: 35px;
    cursor: pointer;
}

nav ul{
    flex: 1;
    text-align: right;
    padding-right: 25px;
}
nav ul li{
    display: inline-block;
    list-style: none;
    margin: 3px 15px;
}

nav ul li a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 17px;
}

nav ul li a:hover{
    color:rgb(153, 153, 226);
    font-size: 1.02rem;
}
.purple{
    color: rgb(183, 113, 247);}

    .text-box{

        margin-top: 15%; 
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 26px;

    }
    .text-box h1{
        font-size: 50px;
        line-height: 100px;
    }
    .text-box a{
        margin-top: 30px;
        display: inline-block;
        border-radius: 6px;
        border: 2px solid #ff0000;
        color: #fff724;
        padding: 10px 30px;
        text-decoration: none;
    }
.text-box .btn{
    background: #ff0000;
    color: #000;
    margin-left: 30px;
    font-weight: 600;
}
.bg-img{
    width: 540px;
    position: absolute;
    right: 8%;
    bottom: 0;
}