body {
    font-family: 'Uni Neue-Trial';
}

.font-custom {
    font-family: 'Uni Neue-Trial Heavy';
    /* font-weight: bold; */
}
.color-primary {
    color: #E64613 !important;
}


.box-shadow {
    font-size: 17px;
    background-color: #ededed;
}

.error {
    color: red;
    font-size: 0.9em;
    margin-top: -10px;
    margin-bottom: 10px;
}


.carousel-inner {
    border-image: auto;
}

.nav-link {
    color: #E64613 !important;
    font-size: 18px !important;
}

.navbar-landing .navbar-nav .nav-item .nav-link.active {
    color: #272974 !important;
}

li::marker {
    font-size: 0;
}
label {
    font-size: 1.1em;
    margin-bottom: 5px;
    display: block;
}

.button1 {
    background-color: blue;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
    cursor: pointer;
}

.button1:hover {
    background-color: red;
}


.container_kontak {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.bg-dark {
    --vz-bg-opacity: 1;
    background-color: #272974 !important;
}

.bg-primary {
    --vz-bg-opacity: 1;
    background-color: #272974 !important;
}


.carousel-caption {
    width: 60%;
    font-size: 45px;
    bottom: 150px;
    text-align: left;
    left: 5%;
}

.carousel-caption1 {
    right: 80%;
    width: 60%;
    font-size: 45px;
    bottom: 150px;
    text-align: left;
    left: 5%;
}

.custom-dropdown {
    position: absolute;
    background-color: white;
    box-shadow: 1px 1px 1px 1px grey;
    z-index: -1;
    color: black !important;
    transform: translateX(-20px);
}

.font {
    color: white;
    text-shadow: 1px 2px 2px grey;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.navbar-landing .navbar-nav .nav-item .nav-link.active,
.navbar-landing .navbar-nav .nav-item .nav-link:focus,
.navbar-landing .navbar-nav .nav-item .nav-link:hover {
    color: #272974 !important;
}

.btn-header {
    width: 180px;
    height: 45px;
    font-size: 15px;
    border-radius: 20px;
}

.btn-primary {
    --vz-btn-bg: #272974;
    --vz-btn-border-color: black;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 380px;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 100%;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

.fa {
    padding: 5px;
    font-size: 20px;
    width: 45px;
}

.fa-icon {
    padding: 5px;
    font-size: 20px;
    width: 40px;
    background-size: 100px;
}

.fa:hover {
    opacity: 0.7;
}

.custom-dropdown .nav-item .nav-link .child {
    font-size: 13px;
}

.navbar-landing .navbar-nav .nav-item .nav-link {
    padding: 5px !important;
}
.img-kontak {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}

.card-row {
    width: 100%;
    margin: 0, 5px;
}

.card-column {
    float: left;
    padding: 0 80px;
}

.card {
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.contact-card .card {
    text-align: center;
}

.contact-card .card:hover {
    transform: translate(0px, 10px);
    transition: 0.5s;
    box-shadow: 1px 1px 2px 1px grey;
}
.img-hardware {
    height: 250px;
    width: 250px;
    margin-bottom: 20px;
}

.fitur-Aplikasi {
    height: 400px;
    width: 900px;
    margin-left: 50px;
    background-color: white;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.text-Aplikasi {
    padding-left: 9rem;

}

.img_Aplikasi {
    max-width: 400px !important;
    height: auto !important;
}


