.home-slide .carousel-caption {
    top: 30% !important;
}

.home-slide .carousel-caption h1 {
    font-size: 70px;
    font-weight: bold;
}

.home-slide .carousel-item img {
    max-height: 90vh;
}

.container-home {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
}

.h-45 {
    height: 45px;
}

.btn-danger, .btn-danger:hover {
    background: #FF1D29;
}

.w-90 {
    width: 90%;
}

.home-logo-buton {
    bottom: 15px;
    position: absolute;
    width: 95%;
    flex-wrap: nowrap;
    align-items: center;
}

.carousel-indicators {
    z-index: 10;
}

.footer {
    padding: 2rem 3rem;
    background: #1E1E1E;
    color: #7D7D7D;
    height: 10vh;
}

.bg img {
    max-height: 90vh;
}

.radius-8 {
    border-radius: 8px;
}

.strip-merah{
    color: white;
    background: #FF1D29;
    height: 40px;
    align-items: center;
    display: flex;
    padding-left: 2rem;
    font-weight: bold;
}

.contact{
    background: #FF1D29;
    width: 100%;
    background-image: url("/assets/images/icon/poi.svg");
    background-repeat: no-repeat;
    background-position: center;
}