* {
    font-family: inter;
}

:root {
    --maincolor: #7a48df;
    --myblack: #171717;
}

.inter-font {
  font-family: "inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 67px;
    color: var(--myblack);
}

h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--myblack);
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #525252;
}
.btn-arbic{
    margin-right: 20px;
    padding: 10px ;
    background-color: #7a48df;
}
.btn-arbic:hover {
    background-color: #6a3fbb;
    color: white;
}
/* START NAV */
.nav-elements {
    width: 80%;
}

img {
    width: 100%;
}

.navbar-brand {
    width: 118px;
}

nav {
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 100;
}

.nav-link:hover {
    color: var(--maincolor) !important;
}

.btn-login {
    font-size: 16px;
    font-weight: 500;

}

.btn-login:hover {
    color: var(--maincolor) !important;
}

.btn-signup {
    padding: 10px 26px;
    font-weight: 600;
    transition: all 1s;
}

.btn-signup:hover {
    background-color: #d6cffa;
    color: var(--myblack);
    border: #d6cffa 1px solid;
}

/* END NAV */
/* START HEADER  */
.header-content {
    width: 75%;
}

.header-content p {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #bdb1f7;
    padding-bottom: 7px;
}

.header-content h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 83px;
    color: #fff;
    padding-bottom: 7px;
}

.header-content .last_p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #e5e5e5;
    padding-bottom: 20px;
}

.btn-startlearning {
    background-color: var(--maincolor);
    color: #fff;
    padding: 20px 38px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.btn-startlearning:hover {
    background-color: #a68def;
    color: var(--myblack);
}

.btn-trydemo {
    color: #fff;
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.btn-trydemo:hover {
    background-color: #fff;
    color: var(--maincolor);

}

.left-header {
    padding-top: 150px;
}

.img1 {
    width: 480;
    height: 474;
}

.img2 {
    width: 480;
    height: 672;
}

.img3 {
    width: 260px;
    height: 200px;
    background-color: #8FFBF6;
}

.img4 {
    width: 260px;
    height: 150px;
    background-color: #DADCEF;
}

.join-widget {
    display: flex;
    align-items: center;
}

.member-profiles {
    width: 25%;
    z-index: 1;
}

.member-count {
    background-color: #7fffd4;
    color: (var(--myblack));
    font-weight: bold;
    font-size: 14px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid var(--myblack);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -25px;
    z-index: 2;
}

.join-text {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 20px;
    margin: 0 0 0px 15px;
}

/* END HEADER */
/* START FIXED LIST */
.ui-link-helper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    z-index: 1050;
    background: transparent;
    align-items: flex-end;
    border-radius: 10px 0 0 10px;
}

.ui-tooltip-link {
    border-radius: 10px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    transition: all 0.2s;
    border: none;
    text-decoration: none;
    margin-bottom: 0.3rem;
}

.ui-tooltip-link:last-child {
    margin-bottom: 0;
}

.ui-tooltip-link svg {
    width: 22px;
    height: 22px;
    display: block;
}

.ui-tooltip {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 105%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #222;
    font-size: 0.95rem;
    padding: 0.35rem 0.8rem;
    border-radius: 7px;
    white-space: nowrap;
    box-shadow: 0 2px 12px 0 rgba(60, 60, 60, 0.12);
    transition: opacity 0.2s, right 0.2s;
    font-weight: 500;
    z-index: 1;
    border: 1px solid #eee;
}

.ui-tooltip-link:hover .ui-tooltip,
.ui-tooltip-link:focus .ui-tooltip {
    opacity: 1;
    right: 115%;
}

.ui-link-helper:hover .svg-icon path {
    fill: #f5a9a5;
}

.ui-tooltip span {
    display: none;
}

.ui-tooltip-link:hover,
.ui-tooltip-link:focus {
    box-shadow: 0 4px 16px 0 rgba(60, 60, 60, 0.12),
        0 1.5px 8px 0 rgba(60, 60, 60, 0.06);
    background: #f7f7fa;
}

/* END FIXED LIST */

/* START ONLINE LEARNING  */
#online_learning {
    background-color: #F3F4FB;
    height: 400px;

}

#online_learning .container-fluid {
    transform: translateY(-25%);
    background-color: #F3F4FB;
}

.online_learning-content {
    width: 75%;
}

#online_learning h2 span {
    color: #bdb1f7;
}

.vertical-divider {
    position: relative;
}

.vertical-divider::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--myblack);
}

/* END ONLINE LEARNING  */
/* START Experienced Course */
#experienced_course {
    padding-top: 50px;
    height: 700px;
    background-color: #f7f7f7;
}

#experienced_course .experienced_course-content {
    width: 75%;
}

.image-composition {
    position: relative;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-composition img {
    position: absolute;
    max-width: 100%;
    height: auto;
}

.main_img {
    position: relative;
    z-index: 2;
    width: 90%;
}

.s_img {
    width: 35%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    top: 0;
    right: 5%;
    z-index: 3;
}

.f_img {
    width: 23%;
    top: 0;
    left: 0;
    z-index: 1;
}

.t_img {
    width: 23%;
    transform: rotate(180deg);
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* END Experienced Course */
/* START Keep students */
#keep_students {
    padding: 32px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #f3f4fb 60%, #ffffff 60%);
}

#keep_students .keep_students-content {
    width: 75%;
}

.btn-learn-more {
    background-color: #7f56d9;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-learn-more:hover {
    background-color: #a68def !important;
    color: black !important;
}

.keep-card {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: relative;
    height: 100%;
    overflow: hidden;
}

.keep-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.card-top-purple::after {
    background-color: #7f56d9;
}

.card-bottom-gray::after {
    background-color: #171717;
}

.icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-card h5 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 28px;
    color: #171717;
}

.feature-card p {
    font-size: 0.95rem;
    color: #5f5f5f;
    line-height: 1.6;
}

/* END Keep students */
/* START Expand income */
#expand_income {
    padding-top: 80px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

#expand_income .expand_income-content {
    width: 750px;
}

#expand_income .btn-trydemo {
    color: var(--myblack);
}

#expand_income .btn-trydemo:hover {
    background-color: #7a48df;
}

.btn-trydemo:hover {
    background-color: #fff;
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
}

/* END Expand income */
/* START Your Online Learning */
#your_online_learning {
    padding-top: 50px;
    background-color: #f1f0f2;
}

#your_online_learning .your_online_learning-content {
    width: 75%;
}

.faq-icon {
    width: 48px;
    height: 48px;
    background-color: #bdb1f72c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    transition: color 0.3s ease;
    cursor: pointer;
}

#your_online_learning .col-md-4:hover .faq-icon :hover {
    color: #bdb1f7;
}

/* END online learning */
.start-learning-section {
    background: linear-gradient(to bottom, #f3f4fb 50%,  #000 50%);
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.start-learning-card {
    width: 75%;
    margin: 0 auto;
    background-color: #bdb1f7;
    border-radius: 20px;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-dark-custom {
    background-color: var(--myblack);
    color: #bdb1f7;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 0.75rem;
    font-size: 1.1rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-top: 20px;
}
.btn-dark-custom:hover {
    background-color: #fff;
    color: #000;
}
.profile-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.profile-1 {
    width: 50px;
    height: 50px;
    border: 2px solid #4A268C;
    top: 10%;
    left: 10%;
}
.profile-2 {
    width: 35px;
    height: 35px;
    border: 2px solid #8FFBF6;
    top: 25%;
    left: 15%;
}
.profile-3 {
    width: 50px;
    height: 50px;
    border: 2px solid #4A268C;
    top: 32%;
    left: 6%;
}
.profile-4 {
    width: 50px;
    height: 50px;
    border: 2px solid #4A268C;
    top: 50%;
    right: 10%;
}
.profile-5 {
    width: 50px;
    height: 50px;
    border: 2px solid #4A268C;
    top: 80%;
    right: 12%;
}
.profile-6 {
    width: 35px;
    height: 35px;
    border: 2px solid #8FFBF6;
    top: 75%;
    right: 5%;
}
/* footer */
.footer {
    background-color: #000;
    color: #adb5bd;
    position: relative;
}
.footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.footer a:hover {
    color: #a881ff;
}
.footer h5 {
    color: #6c757d;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.footer .footer-logo {
    width: 120px;
    margin-bottom: 1.5rem;
}
.footer .contact-info p {
    margin-bottom: 0.5rem;
    color: #fff;
}
.footer .links-contact {
    width: 20% !important;
}
.footer .links {
    width: 15% !important;
}
.footer .footer-links {
    list-style: none;
    padding-left: 0;
}
.footer .footer-links li {
    margin-bottom: 1rem;
}
.footer .subscribe-form .form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.5rem !important;
    color: #495057;
}
.footer .subscribe-form .form-control::placeholder {
    color: #6c757d;
}
.footer .subscribe-form .btn-subscribe {
    background-color: #8a2be2;
    color: #fff;
    border: none;
    border-radius: 0.5rem !important;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    /* transition: background-color 0.2s ease-in-out; */
}
.footer .subscribe-form .btn-subscribe:hover {
    background-color: #a68def !important;
    color: black !important;
}
.footer .footer-bottom {
    border-top: 1px solid #343a40;
    padding: 3rem 0rem;
    font-size: 0.875rem;
}
.footer .footer-bottom a {
    color: #adb5bd;
}
.footer .footer-bottom a:hover {
    color: #fff;
}
.scroll-to-top {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    background-color: #ced4da;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}
.scroll-to-top i {
    color: #171717;
}
.scroll-to-top:hover {
    transform: scale(1.2);

}
