.banner-tentang-kami::before {
    opacity: 0.5;
    content: "";
    background-color: #0e0f13;
    /* height: 590px; */
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.banner-tentang-kami {
    background-size: cover;
}

.img-qoutes-top {
    /* width: 12%; */
    padding-left: 113px;
}

.wrapper-desc-about {
    padding: 0px 180px;
}

.img-qoutes-bottom {
    /* width: 12%; */
    float: right;
    padding-right: 113px;
}

.banner-dealer-inspection {
    background-color: #061a2f;
    background-blend-mode: normal, soft-light;
    backdrop-filter: blur(70px);
    background-repeat: no-repeat;
    background-size: cover;
}

.img-peta-dealer {
    padding: 0px 35px;
    width: 100%;
}

.bg-dealers-inspection {
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-desc-sosmed {
    padding: 0px 65px;
}

.btn-hubungi-kami {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;

    /* width: 123px;
height: 41px; */

    /* White */
    color: white;
    border-radius: 8px;
}

.img-car-visimisi {
    position: fixed;
    top: 55%;
    /* transition: 20s ease-in-out; */
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -ms-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    right: 15%;
    /* display: none; */
    opacity: 0;
}

/* .instagram-media { */
.frame-ig-sosmed {
    /* background: white; */
    /* border-radius: 3px; */
    /* border: 1px solid rgb(219, 219, 219); */
    /* box-shadow: none; */
    /* display: block;
    height: 455px;
    /* margin-top: 21px; */
    /* margin-left: 20px; */
    /* width: 100%; */
    /* z-index: 1; */
    /* position: absolute; */
    /* top: 21px; */
    /* border-radius: 10px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* width: 340px;  */

    display: block;
    height: 455px;
    margin-top: 1px !important;
    margin-left: 26px !important;
    z-index: 1;
    position: absolute;
    top: 21px;
    border-radius: 10px !important;
    width: 340px;
    border: none !important;
    background: transparent !important;
}

.wrapper-frame-ig {
    width: 400px;
    background-color: black;
    padding: 20px 13px 10px 15px;
    border-radius: 10px;
    border: 2px solid #404040;
}

.wrapper-ipad-ig {
    display: flex;
    justify-content: center;
}

.img-ipad-sosmed {
    position: relative;
    width: 380px;
    height: 500px;
}

.bg-partner-kami {
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-item img {
    width: 150px;
    /* height: 80px; */
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
}

.partner-item:hover img {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;
    transform: scale(1.3);
}

@media (max-width: 576.5px) {
    .banner-tentang-kami::before {
        height: 695px;
    }

    .img-qoutes-top,
    .img-qoutes-bottom {
        padding: 0px;
        width: 20px;
    }

    .wrapper-desc-about {
        padding: 0px;
    }

    .img-ipad-sosmed {
        /* width: 100% */
        width: 80%;
        display: block;
        margin: auto;
        height: 442px;
    }

    .frame-ig-sosmed {
        width: 275px;
        height: 398px;
        margin-left: 53px;
    }

    .partner-item img {
        width: 90px;
        -webkit-filter: none;
        /* Safari 6.0 - 9.0 */
        filter: none;
    }

    .wrapper-frame-ig {
        width: 100%;
    }

    .instagram-media,
    .tiktok-embed {
        width: 100% !important;
        min-width: 0px !important;
    }

    .wrapper-desc-sosmed {
        padding: 0px 25px;
    }
}

@media (max-width: 375px) and (min-width: 321px) {
    .frame-ig-sosmed {
        width: 240px;
        height: 354px;
        margin-left: 49px;
    }

    .img-ipad-sosmed {
        /* height: 469px; */
        height: 397px;
    }
}

@media (max-width: 320px) {
    .frame-ig-sosmed {
        width: 200px;
        height: 350px;
        margin-left: 43px;
    }

    .img-ipad-sosmed {
        /* height: 405px; */
        height: 392px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .wrapper-ipad-ig {
        display: block;
    }
}
