@font-face {
    font-family: 'Filson Soft';
    src: url('../fonts/FilsonSoft-Thin.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../fonts/FilsonSoft-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../fonts/FilsonSoft-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../fonts/FilsonSoft-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../fonts/FilsonSoft-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'Filson Soft';
}

section {
    /* height: clamp(700px, 100vh, 800px); */
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

/* p {
    font-size: 1.6rem;
    margin-bottom: 0;
} */

.display-table {
    display: table;
}

.table-bottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.table-normal {
    float: none;
    display: table-cell;
}

.text-white {
    color: white;
}

.text-blue {
    color: #017ea8;
}

.text-pahlawan-pesawat {
    color: white;
}

.text-thin {
    font-weight: 300;
}

.text-pesawat {
    color: #017ea8;
    background: white;
    padding: 16px;
    border-radius: 15px;
}

.text-komputer {
    color: #1c4d66;
}

.text-internet {
    color: #1b3e7f;
}

.text-internet2 {
    color: #1b3e7f;
    background: white;
    padding: 16px;
    border-radius: 15px;
}

.nama-penemu p:first-child {
    margin-top: 1rem;
    margin-bottom: .3rem;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
}

.nama-penemu p:last-child {
    /* font-size: 1.3rem; */
}

.bg-komputer {
    background-color: #017ea8;
}

.bg-telepon {
    background-color: #c24545;
}

.content-bottom div {
    float: none;
    display: table-cell;
}

.content-bottom div:first-child {
    vertical-align: bottom;
}

.position-bottom {
    position: absolute;
    bottom: 0;
}

.badge-penemuan {
    width: max-content;
    padding: 1em 2em;
    border-radius: 15px;
    margin-left: 3rem;
}

.badge-penemuan-2 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-left: 4rem;
    width: max-content;
    padding: 1em 2em;
    border-radius: 15px;
}

.badge-penemuan p:first-child,
.badge-penemuan-2 p:first-child {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.badge-penemuan p:last-child,
.badge-penemuan-2 p:last-child {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
}

.bottom-column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.section-1 {
    background-image: url(../images/smartpedia/penemuan-hebat/section-1.jpg);
}

.section-2 {
    background-image: url(../images/smartpedia/penemuan-hebat/section-2.jpg);
}

.section-3 {
    background-image: url(../images/smartpedia/penemuan-hebat/section-3.jpg);
}

.bubble-3 {
    position: absolute;
    bottom: 14rem;
    width: 14rem;
    right: 2rem;
}

.section-4 {
    background-image: url(../images/smartpedia/penemuan-hebat/section-4.jpg);
}

.section-5 {
    background-image: url(../images/smartpedia/penemuan-hebat/section-5.jpg);
    height: 620px;
}

.bg-section5 {
    background-image: url(../images/smartpedia/penemuan-hebat/section-5-talent.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 40%;
    padding-bottom: 8%;
    background-position: 7% bottom;
}

.section-6 {
    background-image: url(../images/smartpedia/penemuan-hebat/section-6.jpg);
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.pr-5 {
    padding-right: 3rem;
}

.desktop-display {
    display: block;
}

.mobile-display {
    display: none;
}

.talent-section4 {
    padding-top: 10rem;
}

@media screen and (max-width:40rem) {
    section {
        /* height: 650px; */
    }
    p {
        font-size: .8rem;
    }
    .bubble-3 {
        position: absolute;
        bottom: 98px;
        width: 9rem;
        right: -30px;
    }
    .px-xs-row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .badge-penemuan-2 {
        margin: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
        text-align: center;
    }
    .badge-penemuan {
        padding: 0.5em 1em;
        text-align: center;
        margin: auto;
    }
    .badge-penemuan p:first-child,
    .badge-penemuan-2 p:first-child {
        font-size: .8rem;
    }
    .badge-penemuan p:last-child,
    .badge-penemuan-2 p:last-child {
        font-size: 1.2rem;
    }
    .nama-penemu p:first-child {
        margin-top: .5rem;
        margin-bottom: .5rem;
        font-size: .8rem;
    }
    .nama-penemu p:last-child {
        font-size: .8rem;
    }
    .text-xs-center {
        text-align: center;
    }
    .text-pahlawan-pesawat {
        color: #017ea8;
    }
    .logo-intro {
        max-width: 110px;
    }
    /* .section-3,
    .section-4 {
        height: 680px;
    }
    .section-5 {
        height: 600px;
    }
    .section-6 {
        height: 390px;
    } */
    .section-img {
        max-height: 200px;
        width: auto;
    }
    .desktop-display {
        display: none;
    }
    .mobile-display {
        display: block;
    }
}

@media screen and (max-width: 321px) {
    /* .section-3 {
        height: 680px;
    }
    .section-4 {
        height: 740px;
    } */
}

@media screen and (min-width: 40rem) {
    .pt-md-7 {
        padding-top: 7rem;
    }
    .pb-md-5 {
        padding-bottom: 3rem;
    }
}