:root{
    --bs-heading-color: #0d0d0e;
}

.btn-primary{
    background-color: var(--bs-heading-color) !important;
}

.background-image-design {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.hero {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.hero:after {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
}

.hero__image-wrapper {
    display: flex;
    position: absolute;
    width: 100%;

}


/* .bg-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(30 30 30 / 51%);
    color: white;
    text-align: center;
    padding: 358px 0;
    height: 100vh;
    opacity: 1;
} */



.logo-right {
    position: absolute;
    top: 2.1rem;
    right: 2.5rem;
    display: flex;
}

/* text animation start */
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 13.65rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.text {
    position: relative;
    padding-top: 100px;
    height: 12rem;
    /* overflow: hidden; */
}

.text-line {
    position: absolute;
    left: 3.8rem;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    font-weight: 900;
    width: 90%;
    /* max-width: 800px;  */
    white-space: normal;
    word-break: break-word;

}

.hidden-text {
    font-size: 3.4rem;
    color: white;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    transform: translateY(100%);
    opacity: 0;
    z-index: 200;
}

@media (max-width: 768px) {
    .hidden-text {
        padding-left: 20px;
    }
}

@media (min-width: 576px) {
    .mt-sm-12 {
        margin-block-start: 3rem !important;
    }
}

.mt-8 {
    margin-block-start: 2rem !important;
}

.mx-auto {
    margin-inline-end: auto !important;
    margin-inline-start: auto !important;
}

.w-px-400 {
    width: 400px !important;
}

.mb-1 {
    margin-block-end: .25rem !important;
}

h4,
.h4 {
    line-height: 2.375rem !important;
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem !important;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    color: var(--bs-heading-color) !important;
}

@media (min-width: 991px) {
    .mt-sm-12 {
        margin-block-start: 3rem !important;
    }
}