body {
    font-family: "IBM Plex Sans Arabic", serif;
    position: relative;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 400;
}

.main-navbar {
    text-align: center;
    color: #fff;
    background: transparent;
    padding: 1rem;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.nav-link {
    color: #fff !important;
    border-bottom: 3px solid transparent;
    border-radius: 0 !important;
    padding: 0;
}

.nav-item {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}

.nav-link:hover {
    border-color: #d0245c;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    border-color: #d0245c;

}

.navbar-logo {
    text-decoration: none;
}
.navbar-logo img {
    width: 115px;
}
.main-navbar .container {
    max-width: calc(1800px - 30px);
}
.navbar-login-link {
    background: #fefefe !important;
    color: #212a5d;
    width: 180px;
    border-radius: 20px;
    padding: 7px 15px;
    font-weight: 600;
}

/*===================================================*/
/*Start Block1*/
.block1 {
    background: url(../images/02.jpg) no-repeat;
    background-size: cover;
    min-height: 570px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
}
.main-container {
    max-width: calc(1800px - 30px);
    margin:0 auto;
    padding: 0 15px;
}

.block1-btn {
    margin: 20px auto;
    width: 220px;
    background: #e20644;
    color: #fff;
    border: 0;
    font-size: 20px;
    line-height: 1.8;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.block1-img {
    position: relative;
    z-index: 1;
}
.block1-h1 {
    text-align: left;
    color: #ffff;
    font-weight: 800;
    font-size: 40px;
    margin-top: 50px;
}
.block1-h1 span {
    color: #24295c;
}
.block1-p {
    text-align: left;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.subscribe-btn {
    background: #fefefe !important;
    color: #202a5b;
    font-weight: 700;
    font-size: 20px;
    border-radius: 20px;
    padding: 3px 0;
    width: 260px;
    position: relative;
}

.block1-dashes {
    background: url(../images/26.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -65px;
    height: 5px;
    left: 0;
}

/*Start block2*/


.block2 {
    margin: 50px 0;
}
.block2-head {
    color: #2CAEE4;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 20px;
}
.block2-main-head {
    color: #2CAEE4;
    background: url(../images/28.png) no-repeat center;
    background-size: 73%;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
    padding: 16px;
}
.block2-main-head span {
    color: #343736;
    font-size: .75em;
    display: inline-block;
}
.block2-head.dif-bg {
    background: #2CAEE4;
    color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
}
.block2-img-container {
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-radius: 50px;
    min-height: 260px;
    background: #28ace3;
}
.block2-img-container img {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin: 10px auto 5px;
}
.block2-img-container span {
    display: block;
    font-size: 22px;
    font-weight:400;
    margin: 10px 0 0;
}
.block2-img-container.middle {
    background: #202a5b;
}
.block2-p {
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center;
    color: #000;
    font-weight: 500;
}
.block2-p .bigger {
    font-weight: 700;
}
.wrapper {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.triangle {
    width: 0;
    height: 0;
    border-left: 10.5px solid transparent;
    border-right: 10.5px solid transparent;
    border-bottom: 20px solid #2CAEE4;
    transform: rotate(-90deg);
    display: inline-block;
}
/* Custom Scrollbar */
.custom-scrollbar {
    width: 100%;
    height: 4px;
    background: #ddd;
    position: relative;
    margin-top: 25px;
    border-radius: 4px;
}

.scrollbar-thumb {
    width: 20%;
    height: 100%;
    background: #3498db;
    position: absolute;
    left: 0;
    border-radius: 4px;
    cursor: pointer;
}

/*Start block3*/

.block3 {
    margin: 50px 0 0;
}
.block3.bottom {
    background: #28ace3;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 30px 0;
}

.block3-container {
    margin: 10px auto;
    border: 1px solid #28ace3;
    border-radius: 35px;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    min-height: 175px;
    width: 80%;
    color: #292b66;
}
.block3-container img {
    display: block;
    margin: 0 auto 5px;
    width: 50px;
}
.block3-container span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    color: #292b66;
}

.block3-container2 {
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 45px;
    color: #fff;
    padding: 20px;
    min-height: 100px;
    text-align: left;
    margin: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 0;
}
.block3-container2 img{
    width: 115px;
}
.block3 .subscribe-btn {
    background: rgba(64, 32, 92, 1);
}

/*===================================================*/
/*Start download-section*/
.download-section {
    padding: 50px 0;
    position: relative;
    background: #d6d6d6;
}

.download-section-head {
    font-size: 40px;
    text-align: left;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 35px;
}
.download-section-head img {
    width: 125px;
}

.download-section-head2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 17px;
}
.download-btn-container {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}
.download-section-head2 span {
    border-radius: 50%;
    background: #28ace3;
    font-size: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-section-p {
    font-size: 20px;
    margin: 20px;
}
.download-section-img {
    position: absolute;
    top: 50%;
    right: 0;
    background: #28ace3;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 520px;
    transform: translate(0, -50%);
    padding: 35px 0 0;
}
.download-section-img2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 115px;
    transform: translate(0, -50%);
}
/*===================================================*/
/*Start Block5*/
.block5 {
    padding: 50px 0;
}
.block5-container{
    border: 1px solid rgba(44, 174, 228, 1);
    padding: 20px;
    font-size: 27px;
    font-weight: 900;
    border-radius: 35px;
}
.block5-container span {
    font-weight: 500;
    display: block;
    margin: 10px auto;
    font-size: .6em;
}
.teacher-numbers  {
    font-size: .5em;
    margin: 10px auto 0;
}
.block5-container img {
    width: 125px !important;
    height: 125px !important;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
}
.block5-container .d-flex {
    justify-content: center;
}
.block5-container .d-flex i {
    color: rgba(206, 206, 206, 1);
    font-size: 15px;
    margin: 0 2px;
}
.block5-container .d-flex i.golden {
    color: rgba(255, 192, 36, 1);
}

/*===================================================*/
/*Start Block6*/
.block6 {
    margin: 50px 0;
}
.block6-container {
    width: 90%;
    margin: auto;
    text-align: left;
}
.block6-head {
    color: #212a5b;
    font-size: 36px;
    font-weight: 700;
    margin: 35px 0 15px;
    text-align: center;
}
.block6-p {
    font-size: 21px;
    text-align: justify;
}
.block6-img2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 225px;
    transform: translate(0, -50%);
}
.block6-img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 225px;
    transform: translate(0, -50%);
}
.block6-btn {
    background: #28ace3 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    border-radius: 20px;
    padding: 3px 0;
    width: 200px;
    position: relative;
    margin: 50px 0;
}
/*===================================================*/
/*Start Block4*/
.block4 .container{
    margin: 50px auto;
    position: relative;
    background: url(../images/20.png) no-repeat;
    background-size: cover;
    background-position: 75%;
    padding: 50px;
    border-radius: 60px;
}

.block4-join-head {
    position: absolute;
    top: -22px;
    background: #28ace3;
    color: #fff;
    padding: 7px 25px;
    font-weight: 700;
    font-size: 37px;
}
.block4-join-head img{
    width: .8em;
}
.contact-btn {
    background: #273261 !important;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 15px;
    padding: 10px 20px;
    position: relative;
    margin: 20px 0;
}
.block4-img {
    position: absolute;
    top: 46%;
    right: -40px;
    width: 475px;
    transform: translate(0, -50%);
}
.block4-head {
    text-align: left;
    color: #263161;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 5px;
}
.block4-p {
    text-align: left;
    font-size: 28px;
    margin-bottom: 17px;
    color: #201f1f;
}
.block4-p:nth-last-of-type(1) {
    color: #263161;
    font-weight: 500;
}
.block4-head2 {
    text-align: left;
    padding-left: 80px;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}
.block4-head2 img {
    margin-right: 10px;
}
.block4-p span {
    font-weight: 700;
}
footer {
    background: #28ace3;
    background-size: cover;
    color: #fff;
    padding: 30px 0 10px;
}
.footer-img {
    width: 80%;
    margin: 0;
}
.footer-head{
    font-size: 27px;
    font-weight: 700;
    margin: 10px 0;
}

.footer-p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}
footer .block4-head2{
    padding: 0;
    color: rgba(255, 255, 255, 0.52);
}
.footer-head2 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.52);
    margin-bottom: 15px;
    cursor: pointer;
}
.footer-last {
    margin: 20px 0 0;
    padding-top: 10px;
    border-top: 1px solid #fff;
}
.footer-link {
    text-decoration: none;
    margin: 10px 0;
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}

.footer-lang-btn {
    background: #fff;
    color: #111928;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-inline-start: 50px;
}
.footer-lang-btn i {
    margin-inline-start: 20px;
}
.social-container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.social-head {
    font-size: 20px;
    margin-bottom: 10px;
}