header {
    overflow: hidden;
    position: inherit;
    padding: 0;
    min-height: auto;
    background: #141414;
}

.navbar {
    position: initial;
}
.carousel-caption, .carousel-caption {
    height: min-content;
}
.cta-block-bg {
    background: url(assets/images/bg.jpg);
    background-attachment: fixed;
    text-align: center;
    background-repeat: no-repeat;
    padding: 0;
}

.cta-block {
    padding: 5rem 0px;
    background: #404346ba;
}

.navbar-brand img {
    height: 60px;
}

.navbar.top-nav-collapse.default {
    background: inherit;
}

/* slider */
header::after {
    content: none;
}

.carousel-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(192deg, #0e0e0e 14.79%, rgb(67 67 67 / 37%) 64.86%);
}

.carousel-caption,
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 10.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #ffffff !important;
    text-align: center;
    z-index: 9;
}

.carousel-caption h5 {
    color: #ffffff !important;
    font-size: 2rem;
}