:root {
    --maincolor: #4caf84;
    --main-grad: linear-gradient(45deg, #117b62e3, #2dda88);
}

body {
    font-family: 'Outfit', sans-serif;
    color: #222;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    line-height: 1.3em;
    color: var(--maincolor);
}
.main-header {
    background-color: transparent;
    position: absolute;
    z-index: 100;
}
.main-header.main-grad {
    background: var(--main-grad);
    display: block;
    position: relative;
}
.header-contact-us {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.label {
    padding: 6px 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 80%;
}
.bg-green {
    background-color: #4caf84;
}
.rbt-banner-1 {
    padding: 150px 60px 0;
}

.rbt-banner-area .inner {
    width: 50%;
}
.inner .title {
    font-family: "Outfit", sans-serif;
    font-weight: 600 !important;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.2;
    margin-top: 15px;
}

.hero-search {
    display: block;
    width: 100%;
}

.hero-search .search-form {
    background: #fff;
    border-radius: 50px;
    padding: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-search .search-form .form-group {
    margin: 0;
    flex: 0 auto;
    position: relative;
}

.hero-search .search-form .form-group .form-control {
    background: transparent;
    border: none;
    border-radius: 50px;
    height: 64px;
    font-size: 17px;
    padding-left: 44px;
    font-weight: 300;
    outline: none;
    box-shadow: none;
}

.hero-search .search-form .form-group .ico {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    opacity: 0.7;
}

.hero-search .search-form .form-group .btn {
    height: 64px;
    width: 64px;
    padding: 0;
    font-size: 22px;
    border-radius: 50%;
}

.hero-search .search-form .form-group .btn i {
    transition: all ease 0.4s;
}

.hero-search .search-form .form-group .btn:hover i,
.hero-search .search-form .form-group .btn:focus i,
.hero-search .search-form .form-group .btn:focus-visible i {
    rotate: 45deg;
}

.hero-search.modern .search-form .form-group .btn {
    width: auto;
    font-size: 18px;
    padding: 0 42px;
    border-radius: 50px;
}

.btn-main {
    background: var(--maincolor);
    border-color: var(--maincolor);
    color: #fff;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    background: color-mix(
        in srgb,
        var(--maincolor),
        transparent 10%
    ) !important;
    border-color: color-mix(
        in srgb,
        var(--maincolor),
        transparent 10%
    ) !important;
    color: #fff !important;
}

.ed-hero__tags {
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    margin-bottom: 30px;
    display: flex;
    list-style: none;
}
.ed-hero__tags li a {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 42px;
    padding: 4px 14px;
    font-size: 0.9rem;
    font-weight: 400;
}

.slider-btn {
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    display: flex;
    list-style: none;
}
.btn-kelas {
    background: var(--main-grad);
    color: #fff;
    padding: 12px 20px;
    border-radius: 20px;
}
.btn-kelas-outline {
    background: #fff;
    border: 1px solid var(--maincolor);
    color: var(--maincolor);
    padding: 12px 20px;
    border-radius: 20px;
}
.btn-kelas:hover {
    background: var(--grad-1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 20px;
}
.btn-kelas i {
    margin-left: 10px;
    padding-left: 8px;
    transition: all 0.4s ease-in-out;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
}
/*====================
32. Partner css 
======================*/
.partner-area {
    position: relative;
}

.partner-area2.negative {
    margin-top: -70px;
}

.partner-area2 .partner-wrapper {
    position: relative;
    padding: 25px 25px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    margin-right: 15px;
    z-index: 1;
}

.partner-area2 .partner-title h5 {
    color: #222;
    font-size: 20px;
}

.partner-area2 .partner-title span {
    color: var(--theme-color);
}

/*====================
33. Choose css 
======================*/
.choose-content {
    margin-right: 30px;
}
@media all and (max-width: 767px) {
    .choose-content {
        margin-right: 0;
    }
}
.choose-img {
    margin-top: 36px;
}
.choose-img img {
    border-radius: 50px;
}
.choose-item {
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    padding: 28px;
    border-radius: 50px;
    position: relative;
}
.choose-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 110px;
    background-image: url(../img/shape/05.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.choose-item .icon {
    width: 80px;
    height: 80px;
    line-height: 77px;
    background: var(--gradient2);
    box-shadow: var(--box-shadow);
    border-radius: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.choose-item .icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}
.choose-item .info h5 {
    color: var(--color-dark);
    margin-bottom: 10px;
}
/* ===================
21. About css 
====================== */
.about-area {
    padding: 60px 0;
}
.about-area p {
    line-height: 1.5em;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Outfit";
    font-weight: 400;
}
.about-left {
    position: relative;
}

.about-img::before {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 5%;
    width: 200px;
    height: 200px;
    border: 10px solid var(--theme-color);
    border-radius: 50%;
    z-index: -1;
}
.about-img img {
    border-radius: 200px;
}
.about-img .img-2 {
    margin-left: -20px;
    margin-top: 110px;
    border: 10px solid var(--color-white);
}
@media all and (max-width: 767px) {
    .about-img .img-2 {
        margin-top: 60px;
        margin-left: -10px;
    }
}

.about-right {
    position: relative;
    display: block;
}
@media all and (max-width: 991px) {
    .about-right {
        margin-top: 80px;
    }
}

.about-experience {
    background: var(--gradient2);
    position: absolute;
    right: 90px;
    top: -15px;
    padding: 14px 25px;
    border-radius: 100px;
    text-align: center;
}
@media all and (max-width: 767px) {
    .about-experience {
        right: -7px;
    }
}
.about-experience h5 {
    color: var(--color-white);
    font-size: 40px;
}
.about-experience p {
    color: var(--color-white);
    font-weight: 600;
}

.about-content {
    margin-top: 25px;
    margin-bottom: 35px;
}
.about-content .about-item {
    display: flex;
    gap: 12px;
    background: var(--color-white);
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    padding: 15px;
}
.about-content .about-item .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: var(--theme-color);
    border-radius: 50px;
}
.about-content .about-item .icon img {
    width: 45px;
    filter: brightness(0) invert(1);
}
.about-content .about-item .content {
    flex: 1;
}
.about-content .about-item .content h6 {
    color: var(--color-dark);
    margin-bottom: 5px;
}

.benefit-area {
    padding: 60px 0;
}
.bg-light-green {
    background-color: color-mix(
        in srgb,
        var(--maincolor),
        transparent 90%
    ) !important;
}
.text-green {
    color: var(--maincolor) !important;
}
.square--50 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    border-radius: 100%;
}

/*====================
31. Testimonial css 
======================*/
.testimonial-area {
    padding: 60px 0;
}
.testimonial-item {
    position: relative;
    margin: 2px;
}
.testimonial-item::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(
        to top right,
        #ff99ff 10%,
        #8e79f9 35% 35%,
        rgb(255, 255, 255) 75%
    );
    border-radius: 42px;
    z-index: -1;
}
.testimonial-item .content {
    background: var(--color-white);
    border-radius: 40px;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.testimonial-item .content .icon {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.6;
    z-index: -1;
}
.testimonial-item .content .icon img {
    width: 80px;
}
.testimonial-item .content .rating {
    color: #fba707;
    margin-bottom: 5px;
}
.testimonial-item .content .quote p {
    margin-top: 15px;
    font-family: 'Outfit';
    font-size: 1rem;
    font-weight: 300;
}
.testimonial-item .content .author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    border-radius: 50px;
    padding: 5px;
    position: relative;
    z-index: 1;
}
.testimonial-item .content .author::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-grad);
    border-radius: 50px;
    opacity: 0.15;
    z-index: -1;
}
.testimonial-item .content .author-img img {
    width: 55px;
    border-radius: 50px;
}
.testimonial-item .content .author-info h5 {
    font-family: 'Outfit';
    color: #222;
    font-size: .875rem;
    margin-left: 20px;
}
.testimonial-item .content .author-info p {
    font-family: 'Outfit';
    color: #222;
    font-size: .75rem;
    margin-left: 20px;
}


.ts-bg {
    position: relative;
}
.ts-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/shape/04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

/* testimonial-slider */
.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.testimonial-slider .owl-dots .owl-dot span {
    background: var(--theme-color);
    margin: 5px 7px;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    transition: var(--transition);
    position: relative;
}
.testimonial-slider .owl-dots .owl-dot.active span {
    background-color: var(--theme-color);
}
.testimonial-slider .owl-dots .owl-dot.active span::before {
    content: "";
    position: absolute;
    inset: -4px;
    border: 1.6px solid var(--theme-color);
    border-radius: 50px;
}
.faq-area .accordion-button span i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    color: var(--color-white);
    background: #f7a313;
}
.course.top-banner-section {
    padding: 70px 0;
    background: var(--main-grad);
    color: #fff;
}
.course .top-banner-button .btn-primary {
    background: linear-gradient(320deg, #09b2ff, #001dbd);
    padding: 12px 25px;
    border-radius: 7px;
    color: #fff;
    border: none;
}
.soal-sidebar .durasi-soal {
    background-color: #B3E5FC;
    text-align: center;
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
}