body {
    overflow-x: hidden;
}

.dr-sugiyama-regular {
  font-family: "Dr Sugiyama", cursive;
  font-weight: 400;
  font-style: normal;
}

.orbitron {
    font-family: "Orbitron";
    font-weight: 400;
    font-style: normal;
}

.section-home {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-home h4 {
    font-style: italic;
    font-weight: 200;
    text-align: center;
}

.section-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 16px;
}

.container-bablas {
    width: 100vw;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 8px;
    margin-bottom: 48px;
}

.container-bablas::-webkit-card-scrollbar {
    display: none;
}

.bablas {
    display: flex;
}

.bablas .card {
    width: 360px;
    flex-shrink: 0;
    margin-right: 24px;
    box-shadow: 1px 1px 12px silver;
    border-radius: 16px;
}

.bablas .card .card-title {
    color: teal;
    font-size: 12pt;
    font-weight: 600;
}

.bablas ,card .card-text {
    color: #777;
    font-size: 10pt;
}

.stabilo {
    background-color: rgba(255, 225, 0, 0.2);
    padding: 0.2rem;
    color: black;
    text-shadow: 0.1px 0.1px 2px gray;
}

.color-fitur {
    background-color: rgba(247, 253, 184, 0.3);
}

.section-fitur {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 32px;
}

.fitur1 {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    max-width: 300px;
}

.iconic {
    border: 4px solid silver;
    background-color: rgba(144, 144, 144, 0.1);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.color-mengapa {
    background-color: white;
}

.section-mengapa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.card-mengapa {
    background-color: rgba(255, 255, 144, 0.1);
    border-radius: 24px;
    box-shadow: 1px 1px 8px silver;
    min-width: 240px;
    max-width: 400px
}

.petikan {
    padding-left: 60px;
    margin: 40px 0;
    position: relative;
    min-width: 50%;
    max-width: 400px;
    border-left: 5px solid #dee2e6;
}

.petikan::before {
    content: "\201C";
    position: absolute;
    left: 10px;
    top: -20px;
    font-size: 5rem;
    color: #0d6efd;
    opacity: 0.3;
    line-height: 1;
    font-family: serif;
}

.petikan .petikannya {
    font-style: italic;
    font-size: 1.45rem;
    line-height: 1.25;
    color: #495057;
}

.petikan .author {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: #212529;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.footer {
    padding-top: 16px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer1 {
    flex: 1;
    align-self: stretch;
    min-width: 240px;
}