.home-p{
    padding: 1rem 7rem !important;
}
.base-p{
    padding: 0 7rem;
}
.home-slide .carousel-caption {
    top: 30% !important;
}

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

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

.container-home {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.container-homes{
    flex: 1;
}

.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, .footer a {
    padding: 1rem 3rem;
    background: #1E1E1E;
    color: #7D7D7D;
}



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

.strip-merah{
    color: white;
    background: #FF1D29;
    align-items: center;
    display: flex;
    padding: 0 10rem 0 2rem;
    font-weight: bold;
    font-size: 25px;
}

.strip-merah-gradient{
    background: linear-gradient(90deg, #F00 51.56%, rgba(255, 0, 0, 0.15) 100%);
}

.contact{
    width: 100%;
    height: 100%;
    background: #F00 url("../images/icon/poi.svg") no-repeat center;
}
.base-container{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.carousel-indicators [data-bs-target] {
    background-color: #FF1D29;
}
.logo-client {
    position: relative;
    justify-content: center;
    display: flex;
}

.logo-client-img{
    filter: grayscale(100%);
    transition: filter 0.3s;
}
.logo-client:hover .logo-client-img{
    filter: grayscale(0);
    transition: filter 0.3s;
}
.logo-client:hover .logo-client-layer{
    opacity: 0;
    transition: filter 0.4s;
}

.logo-client-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 4px;
    transition: opacity 0.3s;
}

.iframe169 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.iframe169:before {
    padding-top: 55%;
}


.iframe169:after {
    display: block;
    content: "";
}


.iframe169 iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.bg-body-tertiary, .dropdown-menu, .dropdown-item:hover{
    background-color: #1E1E1E !important;
}
.nav-link, .dropdown-item{
    color: #7D7D7D !important;
    font-weight: bold!important;
}
.nav-link:hover, .dropdown-item:hover {
    color: #ffffff !important;
}
.dropdown-item{
    padding: 0.75rem 1rem !important;
}
.navigation{
    fill: #7D7D7D;
    transition: fill 0.2s ease;
    cursor: pointer;
}
.navigation:hover{
    fill: #ffffff;
    transform: scale(1.5)
}

.btn-return{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1E1E1E;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.radius-left{
    border-radius: 8px 0 0 8px;
}
.radius-right{
    border-radius: 0 8px 8px 0;
}

@media (max-width: 576px) {
    .contact-header{justify-content: center !important; margin-top: 10px;}
    .sbs-nav{width: auto !important;height: auto !important;}
    .sejak{justify-content: center;display: flex;}
    .home-logo-buton{bottom: 70px;width: 100% !important;}
    .bg-body-tertiary, .dropdown-menu, .dropdown-item:hover{
        background-color: white !important;
    }
}
@media (min-width: 768px) {
    .px-md-7{
        padding-right: 7rem!important;
        padding-left: 7rem!important;
    }

}
