@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700&display=swap');


body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: #fff;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

.navbar-light ul li a.nav-link:hover{
    color: #e13176 !important;
}

.menucart {
    padding: .5rem 1rem !important;
}

.dropdown-item:hover {
    background-color: #F5B0CB !important;
    color: #fff;
    border-radius: 5px;
}

.dropdown-item:hover .dropdown-item-arrow {
    opacity: 1 !important;
    transition: .3s ease-in;
}

.dropdown-item {
    display: flex;
    justify-content: left;
    align-items: left;
    font-size: 14px;
}

.dropdown-item i {
    padding: 10px 0px;
    font-size: 20px;
    min-width: 30px;
}

.dropdown-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 10px 5px;
    min-width: 150px;
}

.dropdown-item-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    opacity: 0;
}

.dropdown-item-arrow i {
    font-size: 14px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown .fa-chevron-down {
    transform: rotateX(0deg);
    transition: transform .5s;
}

.dropdown:hover .fa-chevron-down {
    transform: rotateX(180deg);
    transition: transform .5s;
}

.logo-header {
    width: 130px;
    height: 48px;
}

.logo {
    width: 130px;
    height: 48px;
    background-color: #000000;
    opacity: 0.8;
}

a.nav-link {
    color: #000000 !important;
}

.home-categori {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.home-categori a {
    color: #243B98;
    font-size: 14px;
    font-weight: 500;
}

.box-home-categori {
    display: flex;
    justify-content:flex-start;
    justify-items: center;
    gap: 20px;
    margin-left: 30px;
}

section.banner {
    margin-top: 30px;
    padding: 0px 50px;
}

.carousel-control-next, .carousel-control-prev {
    background: #ccc;
    height: 100px;
    width: 50px;
    top: 40%;
}

.carousel-control-next {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.carousel-control-prev {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.carousel-item img {
    border-radius: 8px;
}

section.tukar-voucher {
    width: 100%;
    margin-top: 30px;
}

.tukar-voucher .box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #001a2e;
    border-radius: 8px;
    background-image: url('../image/bg_img_tukar_kode.png');
    background-size: cover;
    background-position: center center;
}

.tukar-voucher .box-content .left-content,
.tukar-voucher .box-content .right-content {
    padding: 20px;
}

.tukar-voucher .box-content h3,
.tukar-voucher .box-content p {
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
}

section.pilih-kelas,
section.kelas-populer {
    position: relative;
    padding: 0px 50px;
    margin-top: 30px;
}

.kelas {
    overflow: hidden;
}

.pilih-kelas h3 {
    color: #000000;
}

.pilih-kelas img {
    border-radius: 8px;
    max-height: 155px;
}

.kelas-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background-color: #00000076;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kelas-overlay h2 {
    color: #ffffff;
}

.card.card-class {
    /* position: absolute; */
    height: 300px;
}

.kelas-img-box {
    /* position: absolute; */
    padding: 10px;
}

.kelas-img-box img {
    border-radius: 8px;
    max-width: 300px;
}

.kelas-title {
    padding: 10px;
}


/* Card Kelas */
.card-column-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #F6F6F7;
    border-radius: 8px;
}

.card-kelas {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.card-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.card-image {
    display: flex;
    flex-direction: column;
    gap: 90px;
    box-sizing: border-box;
    background-size: cover;
    border-radius: 8px;
    width: 400px;
    height: 200px;
}

.card-image .bagian-top {
    display: flex;
    justify-content: space-between;
}

.card-image .bagian-bawah {
    padding: 8px;
    color: #000000;
    background-color: lightgray;
    width: 70px;
    height: 35px;
    margin-left: 10px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
}

.card-image .prakerja {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    width: 70px;
    height: 35px;
    padding: 10px;
    background-color: lightblue;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
}

.card-image .reguler {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    width: 100px;
    height: 35px;
    padding: 10px;
    background-color: #3E8BFF;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
}

.card-image .promo {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    width: 70px;
    height: 35px;
    padding: 10px;
    background-color: #ED2D20;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
}

.card-image .terbaru {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    width: 70px;
    height: 35px;
    padding: 10px;
    background-color: #FE730A;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
}

.card-image .terlaris {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    width: 120px;
    height: 35px;
    padding: 10px;
    background-color: #243B98;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
}

.card-image .bundle {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    width: 70px;
    height: 35px;
    padding: 10px;
    background-color: #5922CF;
    font-size: 12px;
    border-radius: 8px;
    text-align: center;
}

.card-image i {
    color: #ffffff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    padding: 10px;
    background-color: lightgray;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    vertical-align: top;
}

.card-content p {
    font-size: 14px;
    color: #25282B;
    line-height: 24px;
}

.card-content-instrktur {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-content-instrktur p {
    margin-bottom: 0px !important;
}

.card-content-instrktur img {
    max-width: 48px;
    border-radius: 50%;
}

.card-content-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.card-content-discount {
    padding: 4px 8px;
    background-color:brown;
    color: white;
    border-radius: 8px;
}

.card-content-price p {
    margin-bottom: 0px !important;
}

.card-content .review {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.card-content .review i {
    font-size: 14px;
    margin-top: -3px;
}

.card-content .review p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

/* .card-bottom i {
    border: 1px solid #28a745;
    border-radius: 8px;
    padding: 10px;
} */

.card-bottom a {
    width: 200px;
    border-radius: 8px;
}

/* End Card */
section.kelas-populer-privat .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Card type 2 */
.card-type-2 {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #E8E8E8;
}

.card-type-3 {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.card-type-2 .class-type-2 {
    max-width: 300px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-type-2-image .bagian-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-type-2 .description {
    padding: 5px 10px;
}

.card-type-2 .review {
    display: flex;
    padding-left: 10px;
}

.card-type-2 .review i {
    font-size: 14px;
    /* margin-top: -3px; */
}

.card-type-2 .review p {
    margin-bottom: 0px !important;
    margin-left: 10px;
    margin-top: -3px;
}

.card-type-2 .card-content-instrktur {
    display: flex;
    padding: 10px;
}

.card-type-2 .card-content-instrktur img {
    max-width: 48px;
    border-radius: 50%;
}

.card-type-2-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

/* .card-type-2-bottom i {
    border: 1px solid #28a745;
    border-radius: 8px;
    padding: 10px;
} */

.btn-green{
 background-color: #11A75D;
 color: white;
}

.btn-green:hover{
    background-color: #04AA6D;
    color: white;
}

.btn-outline-green{
    background-color: green;
    color: white;
}

.btn-outline-green {
    background-color: transparent;
    border-color: green;
    color: green;
}
  
.btn-outline-green:hover {
    background-color: green;
    color: white;
}
/* End of Card type 2 */
.footer{
    background-color:  #F6F6F7;
}
