.aut-bg-img {
    background-image: url(../img/bg_cabang.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.backdrop {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.relative {
    position: relative;
}

.title-side {
    padding: 1em;
    padding-left: 10em;
    width: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.title-side::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    right: -1em;
    width: 110%;
    height: 100%;
    border: 1px solid rgba(225, 225, 225, 0.5);
    background-color: rgba(225, 225, 225, 0.1);

}

.z-10 {
    z-index: 10;
}

.backdrop-blur {
    border-radius: 12px;
    border: 1px solid rgba(225, 225, 225, 0.5);
    background-color: rgba(225, 225, 225, 0.2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.title-text {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: .5em 1em;
    background: rgba(0,0,0,0.1);
}

.title-text>* {
    z-index: 9999999 !important;
    color: #fff !important;
    font-weight: 200;
}

.tilt img {
    transition: .5s;
    transform-style: preserve-3d;
    ransform: perspective(1000px);
    transform: translateZ(20px;
}