@font-face {
    font-family: Inter;
    src: url('/public/fonts/Inter-Light.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Inter;
    src: url('/public/fonts/Inter-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Lato;
    src: url('/public/fonts/Lato-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Lato;
    src: url('/public/fonts/Lato-Black.ttf');
    font-weight: bold;
}

body {
    font-family: Lato !important;
    background-color: white !important;
}

.navbar {
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);*/
    padding: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #2E3192 !important;
    font-weight: bold;
    margin: 5px 20px;
    -webkit-transition: color ease-in-out .15s;
    -moz-transition: color ease-in-out .15s;
    -o-transition: color ease-in-out .15s;
    -ms-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5183F7 !important;
}

.download-btn {
    display: block;
    border-radius: 50px;
    padding: 10px 22px;
    background-color: #2E3192;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: background-color ease-in-out .15s;
    -moz-transition: background-color ease-in-out .15s;
    -o-transition: background-color ease-in-out .15s;
    -ms-transition: background-color ease-in-out .15s;
    transition: background-color ease-in-out .15s;
}

.download-btn:hover {
    background-color: #5183F7;
}

.navbar-light .navbar-toggler {
    color: #2E3192;
    border: none;
}

.navbar-light.scrolled {
    background-color: white;
    transition: background-color 200ms linear;
}




@media (min-width: 992px) {
    .beranda-container {
        padding: 150px 100px;
    }

    .beranda-container-alt {
        padding: 250px 0;
    }

    .beranda-title {
        font-weight: bold;
        font-size: 64px;
        line-height: 70px;
        color: #2E3192;
    }

    .bg-biza {
        background-color: #2E3192;
        padding: 50px 100px;
    }

    .feature-container {
        padding: 60px 100px 60px 0;
    }

    .feature2-container {
        padding: 50px 100px;
    }

    .testimony-first {
        margin-left: 100px !important;
    }

    .testimony-last {
        display: inline-block;
        margin-right: 100px !important;
    }

    .contact-left-container {
        padding: 180px 100px;
    }

    .contact-form-container {
        padding: 50px 100px 50px 0;
    }

    .footer-container-lg {
        padding: 40px 100px;
    }

    .footer-container {
        padding: 40px 0;
    }


    .result-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .result-body {
        height: calc(100vh - 30px);
        padding-bottom: 250px;
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .beranda-container {
        padding: 60px 40px;
    }

    .beranda-container-alt {
        padding: 150px 40px;
    }

    .beranda-title {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        color: #2E3192;
    }

    .bg-biza {
        background-color: #2E3192;
        padding: 15px 15px;
    }

    .feature-container {
        padding: 40px;
    }

    .feature2-container {
        padding: 10px 40px;
    }

    .testimony-first {
        margin-left: 40px !important;
    }

    .testimony-last {
        display: inline-block;
        margin-right: 40px !important;
    }

    .contact-left-container {
        padding: 40px;
    }

    .contact-form-container {
        padding: 40px;
    }

    .footer-container-lg {
        padding: 40px;
    }

    .footer-container {
        padding: 15px 40px;
    }

    .result-footer {

    }

    .result-body {
        margin-top: 80px;
        padding: 40px;
    }
}



.beranda-subtitle {
    font-size: 18px;
    line-height: 24px;
}

.main-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}

.main-bg-alt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100vw;
}

.main-pc {
    width: 100%;
    max-width: 600px;
    height: auto;
    z-index: 10;
    padding: 30px;
}

.main-pc-alt {
    width: 100%;
    max-width: 750px;
    height: auto;
    z-index: 10;
}

.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-bg {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    bottom: 0;
    width: auto;
}

.contact-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.testimony {
    width: 600px;
    min-width: 600px;
    min-height: 0;
    background-color: white;
    margin: 0 20px;
}

.testimony-img {
    width: 200px;
    height: 100%;
    object-fit: cover;
}

.form-card {
    background-color: #F5F5FA;
    border-radius: 5px;
}

.form-field {
    display: block;
    background-color: rgba(0,0,0,0);
    border: none;
    width: 100%;
    padding: 10px 0;
    outline: none;
}

.biza-btn {
    display: block;
    width: 100%;
    border-radius:  10px;
    border: none;
    background-color: #2E3192;
    padding: 15px;
    color: white;
    font-weight: bold;
    -webkit-transition: background-color ease-in-out .15s;
    -moz-transition: background-color ease-in-out .15s;
    -o-transition: background-color ease-in-out .15s;
    -ms-transition: background-color ease-in-out .15s;
    transition: background-color ease-in-out .15s;
}

.biza-btn:hover {
    background-color: #5183F7;
}

.contact-btn {
    background: #2E385C;
    border-radius: 10px;
    padding: 8px 40px;
    color: white;
    outline: none;
    border: none;
}
