@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900;1000&display=swap');
*{
    font-family: 'Mulish', sans-serif;
}
/* BANNER */
.banner{
     background: linear-gradient(0deg, rgba(56, 56, 56, 0.9), rgba(56, 56, 56, 0.9)),
    url(../img/bg.jpg);
    background-size: cover;
}
.banner .particels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.animated-headlines .cd-headline span {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.banner .btn {
    border: 2px solid #fff;
    border-radius: 35px;
    padding: 10px 30px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: none;
    z-index: 200;
    position: relative;
}