:root {
    --main: #31006f;
}
body {
    max-width: 100vw;
    overflow-x: hidden;
}
footer {
    z-index: 2;
    background-image: url(/images/cropped-footer.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 3rem;
    padding-bottom: 1rem;
    padding-top: 7.3rem;
}
.text-left {
    text-align: start !important;
}
.main-title {
    font-size: 2.5rem !important;
}
.subtitle {
    font-size: 1.6rem !important;
}
.subtitle2 {
    font-size: 1.2rem !important;
}
.normal-text {
    font-size: 0.8rem !important;
}
.font-w-900 {
    font-weight: 900;
}
.font-w-800 {
    font-weight: 800;
}
.font-w-700 {
    font-weight: 700;
}
.font-w-600 {
    font-weight: 600;
}
.font-w-500 {
    font-weight: 500;
}
.font-w-400 {
    font-weight: 400;
}
.font-w-300 {
    font-weight: 300;
}
.font-w-200 {
    font-weight: 200;
}
.font-w-100 {
    font-weight: 100;
}
.main-color {
    color: var(--main);
}
.main-background {
    background: var(--main);
}
.no-border {
    border: none;
}
.line-height-mid {
    line-height: 1.5rem;
}
.line-height-mid2 {
    line-height: 2.5rem;
}
.collaborative-teaching {
    background-image: url(/images/collaborative-teaching-section-background.svg);
    background-position-x: left;
    background-position-y: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}
.collaborative-teaching:before {
    background-size: auto 60% !important;
    background-position-y: top !important;
}
.nav-link {
    padding: 12px 25px;
    margin: 0 2px;
    border-radius: 10px !important;
}
.card-number {
    font-weight: 700;
    padding-inline-end: 2%;
}
.footer-logo {
    width: 80%;
    padding-inline-start: 5rem;
}
.social-icon {
    margin-inline-end: 1.5rem !important;
}
.header {
}
.navbar-brand {
    margin-inline-start: 4rem;
    margin-inline-end: 2rem;
}
#footer-links-section {
    text-align: center;
}
/* review section */
.teacher-feedback {
    background-color: #35d4d9;
    padding: 80px;
    overflow: hidden;
}
.feedback-card {
    width: 344px;
    height: 300px;
    background-color: white;
    border-radius: 10px;
}
.teacher-image {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    border: 1px solid #8021c8;
}

.review-card-header {
    padding: 20px 19px;
    border-bottom: 1px solid #b2b2b226;
    display: flex;
}

.stars {
    display: flex;
}

.teacher-lessons {
    font-size: 11px;
    color: #25272b68;
    text-transform: capitalize;
    margin: 0;
}
.teacher-meta {
    margin-inline-start: 10px;
}

.review-card-body {
    text-align: center;
    padding: 18px 21px;
}

.teacher-feedback > * .slick-slide {
    /* margin-inline-end: 50px; */
}

.teacher-feedback > * .slick-dots li button:before {
    font-size: 15px;
}
.teacher-name {
    font-size: 21px;
    font-weight: 700;
    line-height: 39px;
    margin: 0;
    text-transform: capitalize;
}
.review-text {
    color: #707070;
    font-size: 17px;
    line-height: 24px;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pr-1 {
    padding-inline-end: 1rem;
}
.pr-2 {
    padding-inline-end: 2rem;
}
.pr-3 {
    padding-inline-end: 3rem;
}
.pl-1 {
    padding-inline-start: 1rem;
}
.pl-2 {
    padding-inline-start: 2rem;
}
.pl-3 {
    padding-inline-start: 3rem;
}
.grass {
    background-size: 16rem, 16rem, contain, 8rem;
    background-position-y: 22rem, 22rem, 33rem, 86rem;
}
.how-it-works {
    width: 11rem;
    right: 10rem;
    top: -3rem;
}
.col-23 {
    flex: 0 0 auto;
    width: 23%;
}
.border-blue {
    border-color: var(--main) !important;
}
.border-yellow {
    border-color: #f4b223 !important;
}

.online-session:before {
    background-size: contain;
    content: " ";
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: -10%;
    background-image: url(/images/leaf2.svg);
    width: 100%;
    height: 100%;
}
.relative {
    position: relative;
}
.home-subtitle {
    font-size: 2.2rem;
}

.subject-box {
    font-size: 1.5rem;
    font-weight: 300;
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.start-now-label {
    font-size: 1.6rem !important;
    text-align: center !important;
    font-weight: 700 !important;
}
.start-now-button {
    padding: 0.5rem;
    padding-inline-end: 2.5rem;
    padding-inline-start: 2.5rem;
    text-transform: capitalize !important;
}
.dropdown-item {
    cursor: pointer;
}
.x-icon {
    background-image: url(/images/x.svg) !important;
    width: 1rem;
}
.online-session {
    align-items: stretch;
}
#online-session-image {
    padding-top: 5rem;
}
.additional-info-link {
    list-style: none;
}
#social-icons-section {
    justify-content: space-between;
}
.subjects-container {
    margin-bottom: 4rem;
    gap: 1rem;
}
.subjects-container a {
    flex: 1;
}
#join-us-section {
    border-radius: 0.8rem;
    margin: 6rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
#trusted-teacher-text {
    margin-inline-start: -3rem;
}
#how-it-works-vid-image {
    width: 37rem;
    cursor: pointer;
}

/* ARABIC STYLE */
body:lang(ar) {
    direction: rtl;
}
[text-align="left"] {
    text-align: right;
}
[text-align="start"] {
    text-align: end;
}
[text-align="end"] {
    text-align: start;
}
[justify-content="flex-end"] {
    justify-content: flex-start;
}
[justify-content="flex-start"] {
    justify-content: flex-end;
}
.filp-when-arabic:lang(ar) {
    transform: scaleX(-1);
    filter: FlipH;
}
.online-session:lang(ar):before {
    left: 0;
}
.trusted-teacher:lang(ar):before {
    transform: scaleX(-1);
    filter: FlipH;
}
.how-it-works:lang(ar) {
    left: 10rem;
}
.grass:lang(ar):before {
    background-position-x: left, right, center, left;
}
.lamp:lang(ar) {
    transform: scaleX(-1);
    width: 192%;
    top: -45%;
    right: -28%;
}
#mobile-signup {
    display: none;
}
.display-none-desktop {
    display: none;
}
/*Mobile Style Responsive*/
@media screen and (max-width: 985px) {
    .sign-and-lang {
        display: none !important;
    }
    #social-icons-section {
        margin-bottom: 39px;
    }
    .header {
        text-align: center !important;
        flex-direction: row-reverse !important;
    }
    .social-icon {
        width: 33px;
    }
    #mobile-signup {
        display: flex;
    }
    .navbar-brand {
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
    footer {
        flex-direction: column-reverse;
        background: #31006f;
        text-align: center;

        padding: 2rem 0 3rem 0 !important;
    }
    #additional-info {
        display: none;
    }
    .footer-logo {
        display: none !important;
    }
    #additional-info-section {
        margin: 0 !important;
        padding: 0 !important;
    }
    #additional-info-section ul {
        display: inline-flex;
    }
    .additional-info-link {
        text-decoration: underline;
        padding: 0.3rem;
        font-size: 12px;
        font-weight: 400;
    }
    #footer-links-section {
        padding-inline-end: 0;
    }
    .social-icon {
        margin-inline-end: 0 !important;
    }
    #social-icons-section {
        justify-content: space-around;
    }
    .subject-box {
        /* width: 40%;
        margin: 0 !important;
        padding: 0 !important;
        padding-top: 15% !important;
        padding-bottom: 15% !important; */
        margin-top: 1rem !important;
    }
    .subjects-container {
        justify-content: space-around !important;
    }
    #join-us-section {
        margin: 0;
        border-radius: 0;
    }
    .subjects-cards-container {
        align-items: center;
        flex-direction: column;
    }
    .subjects-cards-container div {
        margin-top: 1rem;
    }
    .no-margin-in-mobile {
        margin: 0 !important;
    }
    .join-us-image-padding {
        padding-inline-end: 2.5rem !important;
        padding-inline-start: 3.5rem !important;
    }
    #join-us-section h3 {
        font-weight: 700;
    }
    .flex-col-mobile {
        flex-direction: column;
        align-items: center;
    }
    .flex-col-reverse-mobile {
        flex-direction: column-reverse;
        align-items: center;
    }
    .col-23 {
        width: 60%;
        margin-bottom: 2rem;
    }
    .display-none-mobile {
        display: none !important;
    }
    .margin-b-1-mobile {
        margin-bottom: 1rem;
    }
    .online-session:before {
        content: "";
        display: none;
    }
    .online-session {
        margin-inline-start: 0 !important;
        background: #f4b223;
        background: url(/images/online-session-mobile-bg.svg);
        color: white;
    }
    #online-session-image img {
        margin-inline-start: 5rem;
        padding: 0 !important;
    }
    .trusted-teacher {
        background: url(/images/trusted-teacher-section-mobile-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -26% !important;
        padding-bottom: 42%;
    }
    .trusted-teacher:before {
        display: none;
    }
    .collaborative-teaching {
        background: url(/images/collaborative-teaching-mobile-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        margin-top: 0 !important;
        color: white;
        padding-bottom: 30%;
        margin-top: -34% !important;
        padding-top: 30%;
        z-index: -1;
    }

    .collaborative-teaching-text {
        padding-inline-start: 2rem;
    }
    .collaborative-teaching:before {
        content: none;
    }
    .grass {
        background: transparent;
    }
    #trusted-teacher-text {
        margin: 0;
        padding-inline-start: 8%;
    }
    #trusted-teacher-image {
        margin-top: 40%;
        margin-bottom: 10%;
        width: 70%;
    }
    .normal-text {
        font-size: 0.9rem !important;
    }
    .ready-to-start {
        background: none;
    }
    .collaborative-teaching-image-col {
        display: flex;
        justify-content: center;
    }
    #collaborative-teaching-image {
        width: 70%;
    }
    .container-fluid {
        padding-inline-end: 0 !important;
        padding-inline-start: 0 !important;
    }
    #how-it-works-vid-image {
        width: 90%;
        margin-bottom: 8rem !important;
    }
    #welcomeTo {
        padding-inline: 25%;
    }
    .how-it-works {
        right: 3rem;
    }
    .m1-mobile {
        margin: 1rem !important;
    }
    .margin-t-1-mobile {
        margin-top: 1rem !important;
    }
    .subjects-container {
        flex-wrap: wrap;
    }

    .row {
        --bs-gutter-x: 0 !important;
    }
    .online-session-text {
        margin-inline-start: 6%;
    }
    .display-none-desktop {
        display: block;
    }
    .nav-link {
        padding: 5px 8px;
    }
    .terms_header:before {
        top: 52px !important;
    }
    .nav-tabs {
        margin-top: 5rem !important;
        gap: 11px;
    }
}
.text-start {
    text-align: start !important;
}
.nav-tabs {
    margin-top: 1rem;
    justify-content: center;
    border-bottom: 0;
}
.nav-tabs .nav-link.active {
    background: #31006f;
    color: white;
}
