* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    overflow-x: hidden;
}

.bg-terang {
    background-color: #fefefe;
}

.jumbotron {
    border-radius: 0;
    margin: 0;
}

.navbar-brand {
    color: #303030;
    font-size: 20px;
    font-weight: 700;
}

.nav-item .nav-link {
    color: #303030;
    font-weight: 700;
}

.active .nav-link {
    color: #179C57;
}

.navbar-brand span {
    color: #179C57;
}

.home .jumbotron {
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fefefe;
}

.btn-login {
    border-radius: 5px;
    color: #fefefe;
    padding: 10px 40px;
    background-color: #303030;
    border: 3px solid #303030;
}

.btn-log {
    border-radius: 5px;
    color: #fefefe;
    padding: 5px 15px;
    background-color: #179C57;
}

.btn-login:hover {
    background-color: transparent;
    border: 3px solid #303030;
}

.btn-tonton {
    margin-left: 10px;
    border-radius: 5px;
    color: #303030;
    padding: 10px 40px;
    border: 3px solid #303030;
    /* background-color: #303030; */
}

.home .paragraf {
    width: 50%;
    text-align: center;
}

.home .title {
    font-family: 'Montserrat', sans-serif;
    z-index: 5;
    color: #303030;
    width: 65%;
    text-align: center;
    /* line-height: 80px; */
    font-size: 4.5rem;
    font-weight: 800;
}

.title span {
    color: #179C57;
}

.home .support {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: 40px;
    text-align: center;
}

.support .slide img {
    width: 200px;
    /* filter: grayscale(100%); */
    /* background-color: #303030; */
}

.support .slide img:hover {
    /* filter: none; */
    filter: grayscale(100%);
}

/* feature */

.feature .jumbotron {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #179C57;
    /* background: linear-gradient(#179C57, #125131); */
}

.feature .title {
    color: #fefefe;
    font-size: 2.2rem;
    font-weight: 700;
}

.feature .paragraf {
    color: #dcdcdc;
    font-size: 1.1rem;
    padding-bottom: 20px;
}

.fitur img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    position: absolute;
    right: -30%;
    top: -5%;
    float: right;
    width: 80%;
    /* background-color: #303030; */
}

.fitur {
    width: 80%;

    position: relative;
    /* background-color: #125131; */
    display: flex;
}

.card .card-title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 5px;
    color: #303030;
}

.card .card-text {
    font-size: 14px;
    color: #7d7c7c;
}

.right {
    position: relative;
    right: -55%;
    top: 0;
}

.left .box-content {
    width: 55%;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 30px;
    color: #fefefe;
    padding-right: 50px;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}

.box-content:hover {
    transform: scale(1.1);
}

.box-content .box-title {
    font-size: 1.4rem;
}

.box-content .box-paragraf {
    font-size: 0.8rem;
}

.card .box-icon {
    background-color: #125131;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 20px;
    color: #fefefe;
    height: 50px;
    margin-bottom: 10px;
}

.download .jumbotron {
    background-color: #fefefe;
    color: #303030;
}

.download span {
    color: #179C57;
}

.copyright {
    color: #303030;
}

.copyright p {
    margin: 0;
}

.copyright i {
    margin-right: 10px;
    font-size: 25px;
}

.navbar-toggler {
    background-color: #179C57;
}

.navbar-toggler i {
    color: #fefefe;
}

.top-up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dcdcdc;
    border-radius: 10px;
    visibility: hidden;
    background-color: #125131;
}

.top-up:hover {
    text-decoration: none;
    color: #fefefe;
    transform: rotate(20deg)
    /* color: #;
    background-color: transparent;
    border: 4px solid #303030; */
}

.top-up.show {
    visibility: visible;
    /* display: block; */
}

.details {
    border: 3px solid #179C57;
    /* background-color: #179C57; */
    padding: 5px 26px;
    color: #fefefe;
    border-radius: 999px;
    margin-right: 10px;
}

.font-download {
    margin-top: 15px;
}

.home {
    position: relative;
}

.img-bg {
    position: absolute;
    width: 100px;
    top: 65px;
    left: 22%;
    z-index: 2;
}

.sticky {
    background-color: #fefefe;
    z-index: 9999;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.logo-footer {
    width: 50px;
    margin-right: 20px;
}

.logo-bottom {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
}

.iframenya {
    height: 50vh;
    width: 100%;
}

.logo-bottom h2 {
    font-size: 30px;
}

footer {
    background-color: #179C57;
    color: white;
    padding: 60px 40px 30px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer-column {
    flex: 1;
    /* width:20%; */
}

.footer-column h2 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}

.footer-column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    font-size: 13px;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-bottom strong {
    font-weight: 600;
}

/* responsive */

@media screen and (max-width: 700px) {

    .home .paragraf {
        width: 80%;
        text-align: center;
    }

    .home .title {
        color: #303030;
        width: 85%;
        text-align: center;
        font-size: 3rem;
        font-weight: 700;
    }

    .feature .card {
        margin-bottom: 10px;
    }

    .font-download {
        font-size: 40px;
    }

    .support .slide img {
        width: 150px;
        /* filter: grayscale(100%); */
        /* background-color: #303030; */
    }

    .details {
        border: 2px solid #179C57;
        font-size: 12px;
        /* background-color: #179C57; */
        padding: 3px 10px;
        color: #fefefe;
        border-radius: 999px;
        margin-right: 10px;
    }
}
