*,body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    background-color: #030014;
    color: white;
    font-family: "Sora", sans-serif;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: white;
}

ul{
    list-style: none;
}

.text-style{
    font-size: 45px;
    font-weight: 500;
    background-image: linear-gradient(135deg, #B380FF, #7AF0FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-white{
    font-size: 45px;
    font-weight: 500;
    color: white;
}

.hidden {
    transform: translateY(50px);
    opacity: 0;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.bi{
    font-size: 45px;
    background: linear-gradient(45deg, #B380FF, #7AF0FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bi-rocket{
    display: inline-block; transform: rotate(45deg);
}

.iconMenu{
    cursor: pointer;
    display: none;
}