.component.component--staging-area {
    display: flex;
    align-items: center;
    text-align: center;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 800px;
    background-attachment: fixed;
    padding-bottom: 90px;
}

.component.component--staging-area > .container {
    position: relative;
    z-index: 1;
}

.component.component--staging-area:before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.500437675070028) 0%, rgba(255,255,255,0) 100%);
}
.intro {
    margin-bottom: 50px;
}

div#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.component--staging-area .title {
    font-size: 6em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 35px;
}
.component--staging-area .tagline {
    font-weight: 500;
    font-size: 1.38rem;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
.dark.component--staging-area .tagline,
.dark.component--staging-area .intro *,
.dark.component--staging-area .title {
    color: #fff;
}

.dark.component--staging-area .btn.btn-brown {
    color: #fff;
}

@media (max-width: 1199px) {
    .component--staging-area .title {
        font-size: 5.5em;
        font-size: 5.5em;
    }
    body .component.component--staging-area {
        background-position: center;
        background-attachment: initial;
        background-size: cover;
    }
}

@media(max-width: 992px) {
    .component--staging-area .title {
        font-size: 5.5em;
        line-height: 0.8;
    }
    .component--staging-area .intro.fs-70 {
        font-size: 5rem;
        line-height: 0.8 !important;
    }
    .btn.btn-big {
        padding: 18px 50px;
    }
    .component--staging-area .intro {
        margin-bottom: 25px;
    }
    .component.component--staging-area:before {
        background: linear-gradient(180deg, rgba(0,0,0,0.500437675070028) 0%, rgb(0 0 0 / 10%) 100%);
    }
}

@media(max-width: 767px) {
    .component--staging-area .title {
        font-size: 42px;
        font-size: 5.5em;
    }
    .component.component--staging-area {
        min-height: 550px;
        max-height: 700px;
        height: 100vh;
    }
    .component.component--staging-area.home-banner {
  background-position: center top !important;
}

}
