
:root {
    /* bg colors */
    --nav-bg-dark: #00000080;
    --nav-bg-blue: #13274B;
    --bg-blue: #1DA556;

    --bg-whiter: #f7f9fb;

    /* text colors */
    --text-dark: #000;
    --text-white: #fff;
    --logo-color: #56ce88;
}

body {
    font-family: 'Raleway', sans-serif;
    /* height: 2000px; */
}

.bg-dark-arabicu {
    background-color: var(--nav-bg-blue);
}

/* start navbar */

.arabicLogo {
    position: absolute;
    height: 100%;
    top: 0;
}

.section-padding {
    padding: 100px 0;
}

#backToTop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background-color: #007bff;
    color: white;
    padding: .75rem;
    border-radius: 6px;
    cursor: pointer;
}

.navbar {
    background-color: #fff !important;
    height: 60px;
}

.navbar .nav-item .nav-link {
    color: rgb(4, 84, 162);
}

.sticky {
    position: fixed;
    z-index: 2;
    width: 100%;
}

/* end navbar */

/* start carousel */

.paraItem {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    background: rgba(0, 0, 0, .6);
    padding: 30px;
    border-radius: 20px;
}

.myswipe {
    padding-top: 60px;
}

/*
@media (max-width: 767px) {
    .myswipe {
        height: 180px;
    }

    .myswipe img {
        min-height: 180px;
    }
}
*/

@media (min-width: 768px) {
    .myswipe {
        height: auto;
    }

    .myswipe img {
        min-height: auto;
    }
}



/* end carousel */

/* start main area */

.main-box {
    background-color: #F0F2F5;
    overflow: hidden;
}

.main-box .box-img {
    border: 10px solid #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.btn-arabicu {
    background-color: rgb(4, 84, 162);
    color: #fff;
    width: 50%;
    margin: 10px 0 0;
    padding: 8px 20px;
    text-align: center;
    border-radius: 3px;
    transition: background-color .3s ease;
    text-decoration: none;
}

.btn-arabicu:hover {
    color: #fff;
    background-color: #333;
}

@media (max-width: 574px) {
    .main-box .cont-box {
        margin-bottom: 30px;
    }
}

/* start main area */

/* start why we learn */

.why-we-learn {
    background-color: var(--bg-whiter);
    overflow:hidden;
}

.why-we-learn .blue-box {
    /* background-color: #0454A2; */
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    padding: 1.3rem 0.5rem;
    width: 212px;
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-we-learn .elementor-icon {
    /* fill: white;
    color: white; */
    fill: #0046a7;
    color: #0046a7;
    border-color: white;
    font-size: 80px;
    display: block;
}

.why-we-learn .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    margin: auto;
}

.why-we-learn .blue-box p {
    color: #0046a7;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
}

/* end why we learn */

/* start why-here */

@media (max-width: 767px) {
    .box-title {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .box-title {
        width: 50%;
    }
}

.box-title::after {
    content: '';
    height: 3px;
    width: 150px;
    background-color: #0454A2;
    display: block;
    margin: 16px auto 0;
}

.why-here .elementor-icon {
    fill: rgb(4, 84, 162);
    color: rgb(4, 84, 162);
    border-color: rgb(4, 84, 162);
    font-size: 4rem;
    display: block;
}

.why-here .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    margin: auto;
}

/* end why-here */

/* start our lessons */

.our-lessons {
    background-color: var(--bg-whiter);
    overflow: hidden;
}

.our-lessons .simple-card img {
    height: 265px;
}

/* end our lessons */

/* start what we provide */

.provides .white-card {
    padding: 15px 10px 15px 10px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 100%;
}

.provides .white-card,
.provides .white-card h4 {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
}

.provides .white-card:hover {
    background-color: rgb(4, 84, 162);
    color: white;
}

.provides .white-card:hover h4 {
    color: white;
}

.provides .white-card .elementor-icon {
    fill: white;
    color: rgb(4, 84, 162);
    border-color: rgb(4, 84, 162);
    display: block;
    background-color: rgb(4, 84, 162);
    width: 100px;
    height: 100px;
    line-height: 0;
    display: block;
    margin: auto;
    border-radius: 50%;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.provides .white-card:hover .elementor-icon {
    background-color: white;
    fill: rgb(4, 84, 162);
}

.provides .white-card .elementor-icon i, .provides .white-card .elementor-icon svg {
    width: 50px;
    height: 100px;
}


/* end what we provide */

/* start tutors */

.tutors {
    background-color: var(--bg-whiter);
    overflow: hidden;
}

/* end tutors */

/* start join-us */

.join-us {
    background-color: rgb(4, 84, 162);
    color: white;
    overflow: hidden;
}

/* end join-us */

/* start footer */

footer {
    background-color: var(--nav-bg-blue);
    overflow: hidden;
}

footer .social-list .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: transform .1s ease;
}

/* footer .social-list .socials:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .1s ease;
    -moz-transition: transform .1s ease;
    transition: transform .1s ease;
} */

footer .social-list .facebook {
    background-color: #4267B2;
}

footer .social-list .instagram {
    background-color: #E1306C;
}

footer .social-list .twitter {
    background-color: #1DA1F2;
}

footer .social-list .youtube {
    background-color: #FF0000;
}

footer .social-list .whatsapp {
    background-color: #128C7E;
}

footer .social-list .telegram {
    background-color: #2AABEE;
}

footer .copyright a {
    text-decoration: none;
    color: #1DA1F2;
}

footer .social-list a {
    line-height: 0;
}

/* end footer */

/* start quizzes section */

.quiz {
    background: #343a40;
    color: white;
}

.quiz-card-border {
    border-radius: 6px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* end quizzes section */

/* start questions */

span.question-number {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    right: 10px;
    top: 55px;
}

.quiz-desc {
    background: #eee;
    padding: 1rem 1.5rem;
    text-align: center;
    border: 3px solid #ccc;
    font-size: 20px;
}

.answer-choice {
    background: #999;
    color: white;
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.answer-input {
    display: none;
}

.answer-input:checked + label {
    background: #007bff;
}

.answer-input.correct-answer + label {
    position: relative;
    padding-left: 25px; /* Adjust padding to make room for the icon */
}

.answer-input.correct-answer + label::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #4BB543;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #198754;
    border: 3px solid #4BB543;
}

.answer-input.wrong-answer + label {
    position: relative;
    padding-left: 25px; /* Adjust padding to make room for the icon */
}

.answer-input.wrong-answer + label::before {
    content: "\f00d"; /* Font Awesome times (fa-times) */
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #FF0000; /* Same color as the border or adjust as needed */
    font-size: 25px; /* Adjust the size as needed */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff6e7c;
    border: 3px solid #FF0000;
}

.counterTime {
    display: block;
    width: auto;
    background: teal;
    color: white;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    position: fixed;
    left: -5px;
    top: 85px;
    z-index: 2;
    font-size: 1rem;
}

/* end questions */

/* shortcut */

.main-text-c {
    color: rgb(4, 84, 162);
}

