/* Initial Root Element */
@font-face {
    font-family: helvetica;
    src: url("../../fonts/FreeSans.otf"); /* IE9 Compat Modes */
    src: url("../../fonts/FreeSans.otf") format("embedded-opentype"), /* IE6-IE8 */
         url("../../fonts/FreeSans.otf") format("woff"), /* Modern Browsers */
         url("../../fonts/FreeSans.otf") format("truetype"), /* Safari, Android, iOS */
         url("../../fonts/FreeSans.otf") format("svg"); /* Legacy iOS */
}
/* Base Root Element 10px => 1rem = 10px */
/* Ukuran Web 2/3 dari ukurang di Figma */
body, html {
    height: 100%;
    font-size: calc(2/3 * 10px);
    font-family: helvetica;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-behavior: smooth;
}

@media screen and (max-width: 450px) {
    body, html {
        font-size: 3.5;
    }
}

/* Tentang */
.main-tentang {
    background: #F1F1F1;
    height: 65rem;
}
.main-tentang-desc {
    font-size: 1.5rem;
    padding: 7rem 10rem 10rem 0;
}
.main-tentang-title-1 {
    font-size: 4rem;
    font-weight: 700;
}
.main-tentang-title-2 {
    font-size: 3rem;
}
.content-tentang-image {
    width: 40rem;
    height: 40rem;
    object-fit: cover;
}
.content-tentang-image-1 {
    width: 11rem;
    height: 11rem;
    position: absolute;
    top: -6%;
    left: 40%;
}
.content-tentang-image-2 {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 25%;
    right: -20%;
}
.content-tentang-image-3 {
    width: 8rem;
    height: 8rem;
    position: absolute;
    bottom: 10%;
    right: -5%;
}
.content-tentang-image-4 {
    width: 15rem;
    height: 15rem;
    position: absolute;
    bottom: 0%;
    left: -5%;
}
.content-tentang-image-5 {
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    bottom: 60%;
    left: -10%;
}
.content-tentang-button {
    margin-top: 5rem;
}
.content-tentang-button a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
    background: #EA1E37;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 3rem;
}
@media screen and (max-width: 450px) {
    .main-tentang {
        padding: 0 5rem;
    }
    #tentang-icon-mobile {
        position: absolute;
        width: 160px;
        height: auto;
        top: -40px;
        right: -40px;
    }
}
/* End Tentang */

/* Tentang Semarang */
.main-tentang-semarang {
    background: #fff;
    padding: 7rem 0;
}
.main-tentang-spbe {
    background: #fff;
    padding: 0 0 10rem 0;
}
.main-tentang-semarang-header, .main-tentang-spbe-header {
    font-size: 4rem;
    font-weight: 700;
    border-bottom: 2px solid red;
    padding: 2rem 0;
}
.main-tentang-semarang-icon, .main-tentang-spbe-icon {
    width: 5rem;
    height: 5rem;
    /* fill: whites */
    filter: invert(12%) sepia(91%) saturate(7163%) hue-rotate(344deg) brightness(104%) contrast(105%);
}
.main-tentang-semarang-body .card, .main-tentang-spbe-body .card {
    height: 40rem;
}
.card {
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 0 1.5px #BBB7B7;
    border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s ;
}
.card:hover {
    border: none;
    /* box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25); */
    transition: .5s;
    background-color: #EA1E37;
}
.card:hover .card-title, .card:hover .card-text, .card:hover .main-tentang-semarang-icon, .card:hover .main-tentang-semarang-icon {
    color: #fff;
    fill: white;
    /* transition: .5s;s */
    filter: saturate(0%) brightness(0%) invert(100%);
}
.card:hover .content-tentang-link-button {
    background-color: #fff;
    /* transition: .5s; */
}
.card:hover .content-tentang-link-button:after, .card:hover .content-tentang-link-button-icon {
    color: #EA1E37;
    /* transition: .5s; */
}
.card-title {
    font-size: 3.5rem;
    font-weight: 700;
}
.card-text {
    font-size: 2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main-tentang-semarang-link-icon, .main-tentang-spbe-link-icon {
    transform: scale(3.5);
    filter: invert(12%) sepia(91%) saturate(7163%) hue-rotate(344deg) brightness(104%) contrast(105%);
}
@media screen and (max-width: 450px) {
    .main-tentang-semarang, .main-tentang-spbe {
        padding: 0 5rem;
        margin: 5rem 0;
    }
    .main-tentang-semarang-body .card, .main-tentang-spbe-body .card {
        height: 20rem;
    }
    .main-tentang-semarang-icon, .main-tentang-spbe-icon {
        transform: scale(1.5);
    }
    .main-tentang-semarang-link-icon, .main-tentang-spbe-link-icon {
        transform: scale(5);
    }
}
/* End Tentang Semarang */

/* Animasi */
.content-tentang-link-button {
    position: relative;
    display: flex;
    justify-content: end;
    transition: .5s;
    padding: 10px 15px;
    background: #F96F80;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    width: 50px;
    height: auto;
    font-size: 2.5rem;
}
.content-tentang-link-button-icon {
    margin-right: 2px;
}
.content-tentang-link-button:after {
    content: 'Jelajahi ';
    transition: .1s;
    position: absolute;
    font-weight: 700;
    right: 40px;
    width: 100px;
    opacity: 0;
    bottom: 6px;
}
.content-tentang-link-button:hover:after {
    opacity: 1;
    transition: 1.5s;
}
.content-tentang-link-button:hover {
    color: #fff;
    background: #F96F80;
    width: 150px;
}
/* End Animasi */