body {
    font-family: "Roboto", sans-serif;
    color: #333333 !important;
}

/* .navbar {
} */

body:not(.sidebar-open) .navbar {
    background-color: white;
    background-image: url(../../images/shade-top.png);
    background-repeat: repeat no-repeat;

}

body.sidebar-open .navbar-toggler {
    display: none;
}

.navbar-brand-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

img.logo-web {
    height: 70px;
}
.navbar {
    padding: 29px 0 23px;
    /* padding: 29px 0 0; */
}

.navbar .navbar-nav {
    text-transform: uppercase;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-link:hover {
    color: #3152a8;
}

.btn-info {
    background-color: #3152a8;
    border-color: #3152a8;
}

.btn-success {
    background-color: #0BAB4B;
    border-color: #0BAB4B;
}

.btn-outline-success {
    border-color: #0bd25b;
    color: #377e69;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-link {
    font-size: 0.9375rem;
    padding: 0 17px;
    font-weight: bold;
    color: #7a7a7a;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-link.active {
    color: #333333;
}

.banner {
    background-image: url(../../images/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333333;
    text-align: center;
}

.banner-wrapper {
    display: flex;
    flex-direction: column;
    color: white;
    text-align: left;
    padding: 70px 153px;
    height: 930px;
    justify-content: space-around;
}

.banner-wrapper .banner-title {
    font-size: 5em;
    font-weight: bold;
}

.banner-wrapper .banner-desc {
    font-size: 1.3em;
}

.banner-wrapper .separator {
    width: 150px;
}

.separator {
    border-width: 2px;
    height: 4px;
    background: linear-gradient(94.87deg, #3070CA 0%, #0BD25B 100%);
    display: block;
}

.btn-gradient {
    background: linear-gradient(94.87deg, #3070CA 0%, #0BD25B 100%);
    border: none;
    color: white;
}

.bg-gradient {
    background: linear-gradient(94.87deg, #3070CA 0%, #0BD25B 100%);
    color: white;
}

.banner-wrapper .btn-gradient {
    padding: .825rem 2.25rem;
}

.bg-utama {
    background-color: #2A3C6A;
    color: white;
}

.content-wrapper {
    padding: 0px;
}

.pattern-bottom {
    background-image: url(../../images/pattern-blue.png);
    background-repeat: repeat no-repeat;
    background-position: bottom;
}

.pattern-bg {
    background-image: url(../../images/pattern-bg.png);
    background-repeat: repeat;
    background-position: bottom;
}

.pattern-top {
    background-image: url(../../images/pattern-top.png);
    background-repeat: repeat no-repeat;
    background-position: top;
}


.pattern-bottom-gray {
    background-image: url(../../images/pattern-gray.png);
    background-repeat: repeat no-repeat;
    background-position: bottom;
}

.text-success {
    color: #0BD25B!important;
}

.section-desc {
    font-size: 1rem;
}

.section-subtitle {
    font-size: 1.5rem;
}

.mb-7 {
    margin-bottom: 4rem!important;
}

.content-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-no-color {
    background: none;
}

.text-white {
    color: white !important;
}

.text-utama {
    color: #3070CA !important;
}

.bg-white {
    background-color: white !important;
}

.bg-gray {
    background-color: #E0E0E0 !important;
}

/* .customer-cards {
} */

.jadwal-content {
    position: relative;
}

.jadwal-content .customer-cards {
    border-top: 6px solid #0BD25B;
    background-image: url(../../images/bg-jadwal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
}

.jadwal-content .customer-cards:hover {
    background-color: #e4e7ea;
    transform: scale(1.02);
    background-image: url(../../images/bg-jadwal.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-container {
    position: absolute;
    top: -80px;
    width: 100%;
}

.materi-content {
    position: relative;
}

.materi-content .d-flex {
    flex-direction: column;
    text-align: center;
}

.materi-content .customer-cards {
    border-top: 6px solid #0BD25B;
    background-image: url(../../images/bg-jadwal.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white;
    min-height: 600px;
}

.materi-content .customer-cards .card-footer {
    background-color: white;
}

.materi-content .customer-cards:hover {
    background-color: white;
    transform: scale(1.02);
    background-image: url(../../images/bg-jadwal.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.materi-content .owl-container {
    top: -150px;
} 



.materi-content .card-body {
    padding: 0;
}

.materi-content .card-body .d-flex .img {
    padding: 23px 12px 6px 12px
}

.contact-details {
    padding-top: 25px;
    color: white;
    text-align: center;
}

.contact-details .mdi {
    color: white;
}
.text-sm {
    font-size: 16px;
}
footer {
    background-image: url(../../images/pattern-footer.png);
    background-repeat: repeat no-repeat;
    background-position: bottom;
    border-top: none !important;
    color: white;
}
.text-secondary {
    color: #575757 !important;
}

.text-primary {
    color: #3152A8 !important;
}

/* .text-uppercase {
    text-transform: uppercase !important;
} */

.relative {
    position: relative;
}

.tabs-gradient {
    /* border: 1px solid #3152a8; */
    border-bottom: none;
}

.tabs-gradient li a.active,
.tabs-gradient li a:not(.active):hover
 {
    background: linear-gradient(94.87deg, #3070CA 0%, #0BD25B 100%);
    color: white;
}

.tabs-gradient li {
    background: white;
    border-top: 1px solid #3152a8;
    border-bottom: 1px solid #3152a8;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #3152a8;
    text-align: center;
}

.tabs-gradient li a {
    padding: 10px 50px;
    display: inline-block;
    color: #3152a8;
    font-weight: bold;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.tabs-gradient li:first-child {
    border-radius: 8px 0 0 8px;
}

.tabs-gradient li:last-child {
    border-top: 1px solid #3152a8;
    border-right: 1px solid #3152a8;
    border-radius: 0 8px 8px 0;
}

.tabs-gradient li.active a,
.tabs-gradient li:not(.active):hover a
{
    color: white;
}

.tabs-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: -24px;
    left: 0;
}
.contact-details .nav-link {
    color: white;
    padding: 0;
}

.customer-feedback .customer-cards .img-customer {
    border-radius: 0;
}

.contact-details .nav-link:hover {
    color: #377e69;
}

div#biaya-section {
    margin-top: 60px;
}

.register-container {
    padding: 0px 200px 10px 200px;
}

body.bg-white {
    background: white !important;
}

.bg-gradient .selection {
    color: black;
}

.header-tingkat {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
    padding-top: 1.5rem;
}

.register-form {
    border: 1px solid #BDBDBD;
    border-radius: 5px;
}

.register-form-content {
    padding: 25px
}

.register-form .title {
    text-transform: uppercase;
    font-weight: bold;
}

.register-form label {
    text-transform: uppercase;
    font-weight: 700;
    color: #575757;
}

.register-form .form-control {
    background-color: white;;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
}

.register-form .tabs {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.register-form .tabs li {
    flex: 1;
}

.register-form .tabs a {
    padding: 10px;
    height: 70px;
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #E0E0E0;
    font-weight: 700;
    color: #575757;
    cursor: pointer;
}

.register-form .tabs a:hover {
    background-color: white;
}

.register-form .tabs .active {
    background-color: white;
}

#about-section .carousel-item {
    height: 624px;
}

.sosmed-follow {
    text-align: right;
}

#tentang-content {
    padding-bottom: 250px
}

.list-gap li {
    margin-bottom: .5rem;
}

.list-p-15 {
    padding-inline-start: 15px;
}

.login-nav {
    display: flex;
}

.login-nav .login-nav-desc {
    width: 200px;
    white-space: unset; 
    text-transform: none; 
    border-left: 1px solid black;
    text-align: right;
    margin-right: 1rem;
}

.sosmed-wrapper {
    text-align: left;
}

@media (min-width: 1100px) {
    .materi-content .owl-item {
        width: 370px !important;
    }

    .contact-details .container-fluid {
        padding: 10px 140px;
    }
    .header-tingkat,
    .register-form {
        margin-right: 3rem;
    }
    .sosmed-container {
        display: flex;
        justify-content: flex-end;
        text-align: right;
    }

    
}

@media (min-width: 576px) and (max-width: 1199.98px) { 
    .banner-wrapper {
        padding: 20px 83px;
        height: 830px;
    }

    .banner-wrapper .banner-title {
        font-size: 4em;
    }

    #about-section .carousel-item {
        height: fit-content;
    }

    #about-section .carousel-item .features-overview.container {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .navbar-brand-wrapper {
        width: 100%;
        justify-content: space-between;
    }
 }

 @media (min-width: 280px) and (max-width: 350px) {
    img.logo-web {
        height: 40px !important;
    }
 }

 @media (max-width: 1550px) {
    .register-container {
        padding: 0px 70px 10px 70px;
    }
}
 
 @media (min-width: 1000px) and (max-width: 1300px) {
    .register-container {
        padding: 0px 20px 10px 20px;
    }
 }
 
 @media (min-width: 280px) and (max-width: 768px) {
    .register-container {
        padding: unset;
    }

    .register-container .register-content {
        flex-direction: column-reverse;
        margin: 0;
    }

    .register-container h2 {
        font-size: 20px;
    }

    .register-container .header-tingkat,
    .register-container .register-form
     {
        margin-right: unset;
    }
 }
 
 @media (min-width: 280px) and (max-width: 576px) {
     img.logo-web {
         height: 55px;
     }

     .navbar-collapse-logo img.logo-web {
         width: 100%;
         height: auto;
     }

    .modal-content {
        width: 500px;
    }
    /* .navbar, .header-small .navbar {} */
     
    .navbar-brand-wrapper {
        width: 100%;
        justify-content: space-between;
    }
     
    .banner-wrapper {
        padding: 2px;
        height: 500px;
    }

    .banner {
        background-position: center;
    }

    .banner-wrapper .banner-title {
        font-size: 2em;
    }

    .banner-wrapper .banner-desc {
        font-size: 1em;
    }

    .content-header.p-5 {
        padding: 25px!important;
    }

    .content-header h1 {
        font-size: 1.3rem;
    }

    
    .content-header h4 {
        font-size: 17px;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .tabs-gradient li a {
        padding: 11px 15px
    }

    #about-section .carousel-item {
        height: fit-content;
    }

    section#jadwal-section {
        padding: 0;
    }

    .content-wrapper .p-5 {
        padding: 1rem!important;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .btn-contact-us {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .tabs-wrapper {
        flex-direction: column;
        top: -170px;
    }

    .tabs-gradient {
        margin-left: 14px;
        margin-right: 14px;
    }
    
    .tabs-gradient li,
    .tabs-gradient li a {
        width: 100%;
    }

    .tabs-gradient li,
    .tabs-gradient li:last-child,
    .tabs-gradient li:first-child {
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #3152a8;
        border-radius: 0;
    }

    .tabs-gradient li:last-child {
        border-bottom: none;
    }

    .tabs-gradient {
        border: 1px solid #3152a8;
    }
    .contact-details {
        text-align: left;
    }


    /* .register-content .col-md-6 {
        padding-right: unset;
    } */

    #tentang-content {
        padding-bottom: 0px;
    }
    
    #tentang-content img {
        width: 100% !important;
    }

    #jadwal-section li .ml-3 {
        margin-left: 0!important;
    }

    #jadwal-section ol {
        list-style: none;
        padding: 0px;
    }

    #jadwal-section ol li {
        margin-bottom: 1rem;
    }

    #jadwal-section ol li div {
        justify-content: center !important;
    }

    .list-gap li {
        margin-bottom: .5rem;
    }

    .list-p-15 {
        padding-inline-start: 15px;
    }

    .sosmed-follow {
        text-align: left;
        margin-top: 30px;
    }

    .navbar-brand-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .header-tingkat {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .login-nav {
        flex-direction: column;
        text-align: right;
        gap: 15px;
    }

    .login-nav .login-nav-desc {
        border-left: none;
    }
 }

 .login-container {
     height: calc(100vh - 150px);
 }
