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

body {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #040924;
}

a:hover {
    color: var(--bs-primary);
}

img {
    font-size: 12px;
    overflow: hidden;
}

hr {
    border-top: none !important;
    height: 1px;
}

hr.horizontal {
    background-color: transparent;
}

hr.horizontal.dark {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4), transparent);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
}

.row {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.z-10 {
    z-index: 10 !important;
}

.gap-5px {
    gap: 5px;
}

.gap-10px {
    gap: 10px;
}

.gap-20px {
    gap: 20px;
}

.gap-50px {
    gap: 50px;
}

.w-fit-content {
    width: fit-content !important;
}

.rounded-50px {
    border-radius: 50px;
}

.bg-midnight-blue {
    background-color: rgb(4, 9, 36) !important;
}

.badge {
    line-height: unset;
    font-weight: 500;
}

.rounded-30px {
    border-radius: 30px;
}

.text-default {
    --bs-text-opacity: 1;
    color: var(--default-color) !important;
}

.font-quicksand {
    font-family: 'Quicksand', sans-serif;
}

#hero-section {
    padding-top: 140px;
    padding-bottom: 80px;
}

.hero-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.text-primary-green {
    color: #4FB376;
}

.hero-banner-one .header-title {
    color: #34364a;
    font-weight: 700;
    font-size: 58px;
    line-height: 1.15;
}

.hero-banner-one .subtitle {
    font-size: 18px;
    color: #a3acb4;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 400;
}

#hero-section .progress-illustration__ {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    color: #34364a;
    text-align: left !important;
    max-width: 312px;
    position: absolute;
    top: -37.5px;
    left: -49px;
    z-index: 10;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

#hero-section .progress-illustration__ h5.my_progress {
    line-height: 1.35;
}

#hero-section .progress-illustration__ .progress-detail h6 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

#hero-section .progress-illustration__ .progress-detail .status span {
    font-size: 12px;
    color: #8b92b0;
    float: right;
    margin-top: -18px;
}

#hero-section .progress-illustration__ .progress-bar-container {
    height: 6px;
    background-color: #f1f1f1;
    border-radius: 10px;
    width: 80%;
    margin-top: 5px;
}

#hero-section .progress-illustration__ .progress-bar-container .bar {
    height: 100%;
    background-color: #3b5998;
    border-radius: 10px;
}

#hero-section .progress-item__ {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#hero-section .progress-item__ img {
    width: 30px;
}

#hero-section .group-chat-illustration {
    width: 300px;
    height: auto;
}

#hero-section .group-chat-illustration {
    position: absolute;
    bottom: -34px;
    right: 0;
    background: #fff;
    padding: 1rem;
    border-radius: 1.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

#hero-section .group-chat-illustration img {
    width: 100%;
    height: auto;
    border-radius: 1rem !important;
}

#hero-section .group-chat-illustration .chat-items {
    position: absolute;
}

#hero-section .group-chat-illustration .chat-items img {
    position: absolute;
    z-index: 5;
    left: 13px;
}

#hero-section .group-chat-illustration .chat-items img:first-child {
    width: 180px;
    top: -230px;
}

#hero-section .group-chat-illustration .chat-items img:nth-child(2) {
    width: 192px;
    top: -192px;
}

#hero-section .group-chat-illustration .chat-items img:nth-child(3) {
    width: 220px;
    top: -50px;
}

.breadcrumb-item {
    color: var(--default-color);
    font-size: 0.875rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\F285";
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
}

.btn {
    border-radius: 0.5rem !important;
}

.btn.btn-primary {
    background: #2447f9;
    font-size: 16px;
    padding: 11px 42px;
    border-radius: 100px;
    border: 0;
    font-weight: 500;
    transition: all .4s
}

.btn.btn-primary:hover {
    box-shadow: 0 0 0 .25rem #0d6efd40 !important;
    background: #2447f9;
    color: #fff;
    border: 0;
    transition: all .4s
}

.btn.btn-secondary {
    font-size: 16px;
    padding: 11px 42px;
    border-radius: 100px;
    border: 0;
    font-weight: 500;
    transition: all .4s
}

.btn.btn-secondary:hover {
    box-shadow: 0 0 0 .25rem #acacac40 !important;
    background: #a1a1a1;
    border: 0;
    transition: all .4s
}

.btn.btn.btn-danger {
    font-size: 16px;
    padding: 11px 42px;
    border-radius: 100px;
    border: 0;
    font-weight: 500;
    transition: all .4s
}

.btn.btn-danger:hover {
    box-shadow: 0 0 0 .25rem #d05e5e40 !important;
    background: #c84444;
    border: 0;
    transition: all .4s
}

.btn.btn-success {
    background: #4FB376;
    font-size: 16px;
    padding: 11px 42px;
    border-radius: 100px;
    border: 0;
    font-weight: 500;
    transition: all .4s
}

.btn-success:hover {
    box-shadow: 0 0 0 .25rem #5ed06f40 !important;
    background: #45c856;
    border: 0;
    transition: all .4s
}

.btn.btn-header {
    padding: 0.75rem 2rem !important;
    border-radius: 2rem !important;
}

.hero .hero-bg::before {
    background: color-mix(in srgb, #ffffff80, transparent 15%);
}

.about .content ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.about .content ul i {
    flex-shrink: 0;
    font-size: 18px;
    margin-right: 10px;
    line-height: 1.5;
}

.about .content ul h5 {
    font-size: 18px;
    font-weight: 700;
}

.featured-services .service-item .icon {
    border-radius: 1rem;
}

.features .nav-link:hover {
    border-radius: 2rem;
}

.features .nav-link.active {
    border-radius: 2rem;
    background: color-mix(in srgb, var(--accent-color), #00000003 96%)
}

.features .nav-link i {
    border-radius: 10px;
}

.input-group-text {
    border-radius: var(--bs-border-radius-xl);
}

.bg-green-500 {
    background-color: rgb(5 113 145 / var(--tw-bg-opacity, 1));
    border-color: rgb(5 113 145 / var(--tw-border-opacity, 1));
    color: #fff;
}

.bg-green-500:hover {
    background-color: rgb(2 98 117 / var(--tw-bg-opacity, 1));
    border-color: rgb(2 98 117 / var(--tw-border-opacity, 1));
    color: #fff;
}

.guide-btn {
    transition: all 0.3s ease;
}

.guide-btn:hover {
    transform: translateY(-3px);
    cursor: pointer;
}

.form-control {
    font-weight: 300;
    color: var(--default-color);
}

.faq .faq-container .faq-item:hover {
    box-shadow: 0 0 0 .25rem #0d6dfd30 !important;
    background: #0db9fd0b;
}

.guide-category-slider .card-guideCategory {
    min-width: 276px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.guide-category-slider .card-guideCategory:hover {
    box-shadow: 0 0 0 .25rem #0d6dfd2f !important;
    color: #fff;
    border: 0;
    transition: all .7s;
    transform: translateY(-10px);
    cursor: pointer;
}

.guide-category-slider .card-guideCategory:hover .icon-box i {
    transform: scale(1.2);
    transition: transform 0.5s ease;
}

.guide-category-slider .card-guideCategory .icon-box i {
    transition: transform 0.5s ease;
    display: inline-block;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.colored-shadow {
    transform: scale(.94);
    top: 3.5%;
    filter: blur(12px);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

#about {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    row-gap: 60px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    color: #34364a;
    width: 100%;
}

#about .thumbnail-section {
    max-width: 750px;
    width: 55%;
}

#about .thumbnail-section img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-support {
    font-weight: 500;
    font-size: 18px;
}

#about ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

#Free-Course-Section .ellipse {
    left: 300px;
    position: absolute;
}

#Free-Course-Section .gradient-gold-text {
    background-image: linear-gradient(to right, rgb(255, 250, 246), rgb(237 150 48));
    background-clip: text;
    font-size: 32px;
    color: transparent;
    font-weight: 800 !important;
}

#Free-Course-Section .gradient-gold-text h2 {
    color: transparent !important;
}

#Free-Course-Section .gradient-gold-text h2,
#Free-Course-Section .gradient-gold-text .h2 {
    line-height: 48px;
    font-weight: 800 !important;
}

#Free-Course-Section .slider-container {
    display: flex;
    height: 338px;
    color: rgb(255, 255, 255);
    gap: 20px;
}

#Free-Course-Section .slider-container .slider {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: max-content;
}

#Free-Course-Section .animate-slideToB {
    animation: 20s linear 0s infinite normal none running slideToB;
}

#Free-Course-Section .animate-slideToT {
    animation: 20s linear 0s infinite normal none running slideToT;
}

#Free-Course-Section .slider-container .thumbnails-container {
    width: 200px;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px;
}

#Free-Course-Section .slider-container .thumbnails-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services .service-item p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.service-item .img-wrapper {
    overflow: hidden;
    display: block;
}

.service-item .img-wrapper img {
    transition: transform 0.5s ease;
}

.service-item .img-wrapper:hover img {
    transform: scale(1.3);
}

.card_article {
    background: #131313;
    border-radius: 20px;
    color: #2e2d31;
    height: 250px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) -10px 0px 45px;
}

.article-content {
    background: #fff;
    border-top-left-radius: 20px;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    transform: translateY(0);
    transition: transform .5s;
    width: 100%;
    z-index: 10;
margin-top: -100px;
}

.article-content:before {
    border-radius: 50%;
    box-shadow: inset 48px 48px #fff;
    content: "";
    height: 100px;
    position: absolute;
    right: -43px;
    top: -48px;
    transform: rotate(-175deg);
    width: 100px;
}

.card_article:hover .article-content {
    transform: translateY(-115px);
}

.service-item:hover .article-content {
    transform: translateY(-10px);
}

#popular-guides .section-title {
    font-size: 28px;
    margin-bottom: 2rem;
}

.card-container,
.course-card-responsive,
.course-card {
    position: relative;
    padding: 30px;
    border-radius: 16px;
    border: none;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    color: #34364a;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.15) -10px 0px 45px;
}

.course-card-responsive {
    padding: 0 !important;
    border-radius: 16px;
    row-gap: 0;
    box-shadow: rgba(0, 0, 0, 0.15) -10px 0px 45px;
}

.card-container a,
.course-card-responsive a,
.course-card a {
    border-bottom: none;
}

.course-card-responsive .thumbnailContainer {
    overflow: hidden;
}

.course-card-responsive .thumbnail-course {
    min-height: 190px;
    width: 100%;
    border-radius: 16px 16px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.course-card-responsive .thumbnailContainer .thumbnail-course {
    transition: transform .3s ease;
}

.course-card-responsive .course-detail,
.course-card-responsive .course-footer {
    padding-right: 16px;
    padding-left: 16px;
}

.course-card-responsive .course-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4px;
    padding-bottom: 16px;
}

.course-card-responsive .course-detail {
    padding-top: 1rem;
    /* margin-bottom: 1rem; */
    width: 100%;
}

.course-card-responsive .course-detail .course-name {
    color: #34364a;
    z-index: 80 !important;
    position: relative;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.line-clamp,
.line-clamp-1,
.course-card .course-detail .course-name,
.course-card-responsive .course-detail .course-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-card-responsive .course-detail .course-price-wrapper {
    font-size: 16px;
}

.course-card-responsive .course-detail .course-price-wrapper {
    font-size: 16px;
}

.course-card-responsive .course-footer .star-rating {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 20px;
}

.course-card-responsive .course-footer .icon-level {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.course-card-responsive .course-footer .star-rating img {
    width: 20px;
}

.course-card-responsive .course-footer .rating-score {
    font-size: 20px;
    font-weight: 600;
}

.rating-summary-container {
    padding: 20px 0;
}

.rating-score-big {
    font-size: 64px;
    font-weight: 600;
    line-height: 64px;
    color: #202124;
}

.rating-total-reviews {
    color: #5f6368;
    font-size: 14px;
    margin-top: 4px;
}

.rating-bar-container {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.rating-bar-label {
    font-size: 12px;
    color: #202124;
    width: 15px;
    text-align: right;
    margin-right: 8px;
}

.progress-track {
    flex-grow: 1;
    height: 10px;
    background-color: #e8eaed;
    border-radius: 5px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background-color: rgba(var(--bs-warning-rgb));
    border-radius: 5px;
}

.btn-write-review {
    color: #01875f;
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
}

.btn-write-review:hover {
    background-color: #ecf3ea;
}

.section-albums-heading span {
    background-image: linear-gradient(to right, rgb(22 109 218), rgb(125 227 54));
    background-clip: text;
    font-size: 32px;
    color: transparent;
}

.album-title {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    padding: 15px;
    background: #fff;
    font-weight: 600;
    font-style: normal !important;
    text-align: center;
    width: 320px;
    border-radius: 1rem;
}

.footer .footer-about {
    text-align: center;
}

.footer .footer-about .logo span {
    background-image: linear-gradient(to right, rgb(22 109 218), rgb(125 227 54));
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 2rem;
}

.footer .footer-about .footer-contact {
    margin-top: 1rem;
}

.footer .social-links a {
    border: 1px solid #fff;
    color: #fff;
}

.footer .credits {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important;
    }

    #hero-section .hero-image {
        padding-right: 42px;
    }
}

@media (max-width: 1199px) {
    .header .logo img {
        max-height: 34px;
    }

    .mobile-nav-toggle {
        margin-right: 0;
    }

    .testimonials .testimonial-item {
        margin: 0 0 20px 0;
    }

    .album-title {
        bottom: 20px;
    }

    .google-play-button {
        width: 150px !important;
    }
}

@media (max-width: 768px) {
    .btn.btn-block {
        display: block;
        width: 100%;
    }
    
    #about .thumbnail-section {
        width: 100%;
    }

    .article-content {
        margin-top: -85px;
    }
}

@keyframes slideToT {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes slideToB {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    @page {
        margin: 2cm;
        size: auto;
    }

    body {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-size: 12pt;
        line-height: 1.5;
        background-color: white !important;
        color: black !important;
    }

    body * {
        visibility: hidden;
    }

    header,
    footer,
    .sidebar,
    .rating-summary-container,
    .breadcrumb,
    .btn,
    .d-print-none {
        display: none !important;
    }

    #printable-guide-content,
    #printable-guide-content * {
        visibility: visible;
    }

    #printable-guide-content {
        position: absolute;
        left: 0;
        top: 0;
        margin: 1.5cm;
        padding: 1cm 0;
        background: white;
    }

    #printable-guide-content h1 {
        font-family: serif;
        font-size: 24pt;
        font-weight: bold;
        margin-bottom: 0.5cm;
        color: #000;
        text-align: center;
    }

    .print-content-body {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-size: 11pt;
    }

    .print-content-body h2 {
        font-size: 16pt;
        margin-top: 0.3cm;
        margin-bottom: 0.3cm;
        border-bottom: 1px solid #ddd;
        page-break-after: avoid;
    }

    .print-content-body h3 {
        font-size: 13pt;
        margin-top: 0.2cm;
        margin-bottom: 0.2cm;
        page-break-after: avoid;
    }

    .print-content-body p,
    .print-content-body li {
        orphans: 3;
        widows: 3;
        text-align: justify;
    }

    .print-content-body strong,
    .print-content-body h2,
    .print-content-body h3,
    .print-content-body h4 {
        font-weight: 600;
    }

    .print-content-body img {
        max-width: 75% !important;
        height: auto !important;
        page-break-inside: avoid;
        margin: 0.5cm auto;
        display: block;
        border: 1px solid #eee;
        border-radius: 4px;
    }

    .print-content-body a {
        text-decoration: none !important;
        color: #000 !important;
        font-weight: 600;
    }
}