.navigation {
    margin: 0 !important;
    justify-content: end;
}

.si-logo {
    width: 15%;
}

.courses__item-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}


.instructor__bg {
    background-size: cover;
    background-position: center;
    padding: 200px 0 70px;
    margin-top: -145px;
    position: relative;
    z-index: 1;
}

.faq__area {
    background: var(--tg-common-color-gray);
    padding: 80px 0 120px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.founder-img {
    width: 75%;
}

.instructor__content-three {
    margin-left: 0px;
    margin-top: 40px;
}

.feedback-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.instructor__thumb-three {
    min-height: 365px;
}

.btn {
    background: var(--tg-theme-secondary);
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.arrow-btn svg {
    color: #fff !important;
}

.login-btn a {
    color: #fff !important;
}

.border-line {
    width: 300px;
    height: 1px;
    margin: 5px auto;
    background: linear-gradient(to right, transparent, var(--tg-theme-secondary), transparent);
    position: relative;
}

.border-line::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 350px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--tg-theme-secondary), transparent);
}

.section__title .sub-title {
    background: #f6eefe;
    color: #8e52ff;
    border: 1px solid #8e52ff;
}

.section__title.white-title .sub-title {
    background: var(--tg-theme-secondary);
    color: #fff;
    border: none;
}

.features__area, .footer__area, .footer__bottom {
    background: var(--tg-common-color-blue-1);
}

.footer__bottom {
    border-top: 1px solid #2d1975;
}

.footer__social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    border-radius: 50%;
    transition: 0.3s ease;
}

.footer__social li a:hover {
    border-color: var(--tg-theme-secondary);
    background-color: #f1f1f1;
}

.footer__social li img {
    width: 20px;
    height: 20px;
}

.courses__item-bottom .button a {
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
}


.courses__item-bottom .price {
    color: #8e52ff;
}

.breadcrumb__bg {
    background: #020225;
    padding: 68px 0;
}

.breadcrumb__content h3 {
    color: #fff;
}

.breadcrumb__content .breadcrumb > * a {
    color: #fff;
}

@media (max-width: 767px) {
    .si-logo {
        width: 46%;
    }
    .founder-img {
        width: 100%;
    }
    .border-line {
        width: 250px;
    }
    .border-line::after {
        width: 300px;
    }
    .breadcrumb__bg {
        background: #020225;
        padding: 52px 0;
    }
}