.myNav__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    background-color: var(--white-color);
}

.myNav {
    padding: 16px 0;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, .6);
}

.logo img {
    width: 150px;
    
    object-fit: cover;
}

.menu ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

.menu ul li a {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color);
}

.menu ul li a:hover {
    background-color: #152553;
    color: white;
}


.join-now {
    /*background-color: #5000EF;*/
    background-color: #e2307e;
    border: 1px solid #000;
    color: var(--white-color);
    padding: 10px 30px;
    /*border: none;*/
    outline: none;
    text-transform: capitalize;
   
    font-size: 18px;
    font-weight: 600;
}

.join-now:hover {
    transition: .3s ease-in;
    background-color: var(--white-color);
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.myNav__content__right {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* banner_content */


/* about */
.about_img {
    display: flex;
    justify-content: center;
    height: 100%;
}

.about_content {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-left: 3rem;
    flex-direction: column;
}

.about_content h3 {
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white-color);
}

.about_content__parra p {
    margin-top: 5px;
    font-size: 18px;
    color: white;
}

.more {
    margin-top: 1.4rem;
}

.more a {
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 10px 30px;
    border: 1px solid var(--main-color);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.more a:hover {
    background-color: var(--white-color);
    border: 1px solid var(--main-color);
    color: var(--main-color);
    transition: .3s ease;
}

/* children_wrapper */
.children_wrapper {
    /* background-image: url('../images/h1-birds.png'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    padding: 150px 0;
}

.children_wrapper__content h3 {
    font-size: 36px;
    max-width: 402px;
    font-weight: 600;
    color: white;
}

.children_wrapper__content p {
    margin-top: 1rem;
    font-size: 16px;
    max-width: 490px;
    color: white;
}

.children_wrapper__content-number {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: 2rem;
}

.children_box h3 {
    font-size: 42px;
    color: var(--main-color);
    font-weight: 600;
}

.children_box p {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.children_wrapper__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.main_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.main_heading h3 {
    font-size: 44px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: capitalize;
}

.main_heading p {
    max-width: 800px;
    margin-top: 10px;
    color: white;
}

.course_box__img img {
    width: 100%;
}

.content {
    margin-top: 3rem;
}

.book_now button {
    width: 100%;
    outline: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    background-color: var(--red-color);
    padding: 10px 0;
    border: 1px solid var(--red-color);
}

.course_box__content {
    padding: 1rem;
    border: 1px solid #ddd;
    text-align: start;
}
.course_box__contents {
    padding: 1rem;
    border: 1px solid #ddd;
    /*text-align: center;*/
}
.course_box__contents a{
    color: black;
}
.eng--speaker{
    font-weight: 800;
}

.course_box__content h3 {
    color: white;
    margin-bottom:7px !important;
    font-size: 19px;
}
.course_box__contents h3 {
    color: black;
    font-size: 19px;
}

.course_box__content span {
    display: block;
    color: white;
    font-size: 15px;
    margin: 5px 0;
    font-weight: 500;
    font-style: italic;
}

.course_box__content p {
    color: black;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    font-family: math;
}
.course_box__contents p {
    color: black;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    font-family: math;
}
.course_box__contents p {
    color: black;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    font-family: math;
}

.course_box__bottom {
    padding: 7px 1rem;
    display: flex;
    gap: 1.2rem;
    align-items: center;
    border: 1px solid #ddd;
    border-top: 0;
}

.course_box__bottom p {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #888;
}

/* learning_wrapper */
.learning_wrapper {
    background-image: url('../images/learning-system.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.learning_wrapper__content {
    padding: 2rem;
    background-color: #152553;
}

.learning_wrapper__content h3 {
    color: var(--white-color);
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
}

.learning_wrapper__content p {
    margin-top: 10px;
    color: var(--white-color);
}

.more_read {
    margin-top: 2rem;
}

.more_read a {
    animation: shake .7s infinite;
    background-color:#e94256;
    display: block;
     color: white;
    max-width: max-content;
}
.more_read a:hover{
    color: white;
}
@keyframes shake {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

/* addmission_wrapper */
.addmission_wrapper {
    background-color: #E94256;
    /* background-image: url('../images/h1-birds.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.addmission_wrapper__content h3 {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    color: white;
    margin-bottom: 2rem !important;
}

.addmission_wrapper__content-form {
    margin-top: 2rem;
    text-align: center;
    width: 700px;
    margin: 0 auto;
}

.form_input input,
.form_input textarea {
    width: 100%;
    padding: 8px;
}

.form_input {
    margin-bottom: 12px;
}

.form_input {
    display: flex;
}

.form_input button {
    background-color: var(--main-color);
    color: var(--white-color);
    font-weight: 600;
    font-size: 18px;
    padding: 8px 30px;
    border: none;
    outline: none;
}

.curriculum_wrapper {
    background-color: var(--white-smoke);
}

.curriculum_img img {
    width: 100%;
    background-blend-mode: difference;
}

/* footer_wrapper */
.footer_wrapper {
    padding: 100px 0;
}

.footer_logo img {
    width: 200px;
}

.footer_logo p {
    margin-top: 10px;
    color: white;
}

.footer_box {
    padding-left: 2rem;
}

.footer_box h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: white;
    font-weight: 700;
}

.footer_box__links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 1rem;
}

.footer_box__links a {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 18px;
}

.footer_box__links a:hover {
    color: white;
}

.social_links {
    margin-top: 22px;
    display: flex;
    gap: 10px;
}

.social_links a {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: var(--white-color);
    background-color: var(--main-color);
}

.social_links a:hover {
    color: var(--white-color);
}

.copyright {
    text-align: center;
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 10px;
}

.menu_icon {
    display: none;
}

.menu_icon i {
    font-size: 25px;
    cursor: pointer;
}

.children_wrapper__img img {
    width: 100%;
}

.modal-title {
    text-transform: capitalize;
}

/* mobile nav */
.mobile_nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    backdrop-filter: blur(2px);
    transition: .3s ease;
}

.mobile_nav.active {
    right: 0;
    transition: .3s ease;
}

.mobile_nav__content {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-color: var(--white-color);
}

.mobile_header {
    padding: 12px 1rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cancel_icon i {
    height: 34px;
    width: 34px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    background-color: var(--main-color);
    color: var(--white-color);
}

.mobile_menu {
    padding: 1rem;
}

.mobile_menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile_menu ul li a {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
    text-transform: capitalize;
}

/* mobal_wrapper__img */
.mobal_wrapper__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-dialog {
    max-width: 846px !important;
}

.mobal_wrapper__img {
    width: 100%;
    height: 100%;
}

.sub1 {
    margin-top: 50px;
}

.sub1 .leftcard {
    /* border: 2px solid rgb(107, 107, 238); */
    font-size: 20px;
    border-radius: 10px;
}

.sub1 .leftcard .head {
    height: 50px;
    /* background-color: rgb(107, 107, 238); */
    color: white;
    display: flex;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
    justify-content: space-between;
    padding: 12px;
}

.sub1 .leftcard .head .pointer {
    height: 30px;
    width: 30px;
    background-color: rgb(107, 107, 238);
    transform: rotate(45deg);
    /* margin-left: 47px; */
    margin-right: -19px;
}

.sub1 .leftcard .disc {
    padding: 12px;
}

.sub1 .sec1line1 {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 3px;

}

.point {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    margin-left: -25px;
    display: grid;
    place-content: center;
}

.sub1 .leftcard .head .pointer1 {
    height: 30px;
    width: 30px;
    background-color: rgb(107, 107, 238);
    transform: rotate(45deg);
    /* margin-left: 47px; */
    margin-left: -19px;
}

/* module 1 */
.borderbg1 {
    border: 2px solid rgb(107, 107, 238);
}

.headbg1 {
    background-color: rgb(107, 107, 238);
}

.midlinebg1 {
    background-color: rgb(107, 107, 238);
}

.pointbg1 {
    background-color: rgb(107, 107, 238);

}

/* module 2 */
.borderbg2 {
    border: 2px solid orange;
}

.headbg2 {
    background-color: orange;
}

.pointbg2 {
    background-color: orange;
}

.midlinebg2 {
    background-color: orange;
}

/* module 3 */
.borderbg3 {
    border: 2px solid palevioletred;
}

.headbg3 {
    background-color: palevioletred;
}

.pointbg3 {
    background-color: palevioletred;
}

.midlinebg3 {
    background-color: palevioletred;
}

/* .tabbtn.active{
    background-color: red;
} */
/* .nav-tabs {
    width: 100%;
} */
/* .nav-link.active{
    color: white;
    background-color: blue;
} */
.nav-tabs .btn {
    background-color: transparent !important;
    color: black !important;
    font-weight: bold;
    font-size: 25px;
}

.nav-tabs .nav-link.active {
    color: white !important;
    color: #152553;
    background-color: rgb(224, 224, 224) !important;

}

.nav-tab .btn:focus {
    color: white;
}

.cariculambtn {

    font-size: 55px;
    width: 183px;
}


.box {
    width: 100%;
    height: 500px;
    /* background-color: red; */
    border-radius: 10px;
    border: 2px solid rgb(209, 208, 208);
}

.box .boximg {
    border-radius: 10px 10px 0px 0px;
    background-image: url('../images/event-1.jpg');
    background-size: cover;
    height: 50%;
    width: 100%;
}

.box .boxdisc {
    padding: 20px;
}

.box .boxdisc .date {
    background-color: #019dd7;
    width: fit-content;
    padding: 20px;
    color: white;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: -50px;
    font-size: 20px;
}


@media(max-width:992px) {
    .modal-dialog form {
        margin-top: 1rem;
    }

    .cariculambtn {

        /* font-size: 55px; */
        width: 170px;
    }

    .myNav__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .menu_icon {
        display: block;
    }

    .menu ul li {
        display: none;
    }

    .about_content {
        padding-left: 0;
        margin-top: 1rem;
    }

    .about_content h3 {
        font-size: 28px;

    }

    .about_content__parra p {
        font-size: 16px;

    }

    .children_wrapper__flex {
        flex-direction: column-reverse;
    }

    .children_wrapper__content {
        margin-top: 1rem;
    }

    .children_wrapper,
    .addmission_wrapper {
        background-position: bottom;
    }

    .children_wrapper__content h3 {
        font-size: 28px;
        max-width: 100%;
    }

    .children_wrapper__content p {
        max-width: 100%;
        margin-top: 10px;
        font-size: 16px;
    }

    .course_box {
        margin-bottom: 2rem;
    }


    .footer_box {
        padding-left: 0;
        margin-top: 2rem;
    }
}

@media(max-width:768px) {


    .mobile_nav__content {
        width: 100%;
    }

    .cariculambtn {

        /* font-size: 55px; */
        width: 170px;
    }

    .modal-title {
        font-size: 16px;
    }

    .modal-header {
        padding: 10px !important;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .footer_wrapper {
        padding: 10px 0 100px 0;
    }

    .footer_wrapper h3 {
        padding-bottom: 10px;
    }

    .course_three {
        margin: 0;
    }

    .course_box {
        margin-bottom: 1rem;
    }

    .addmission_wrapper__content-form {
        width: 100%;
    }



    .about_content__parra p,
    .children_wrapper__content p {
        font-size: 15px;
        line-height: 23px;
        margin-top: 3px;
    }

    .more a,
    .form_input button {
        font-size: 16px;
    }

    .about_content {
        margin-top: 10px;
    }

    .about_content h3,
    .children_wrapper__content h3 {
        font-size: 23px;
    }

    .children_wrapper__content-number {
        margin-top: 1rem;
    }

    .main_heading h3 {
        font-size: 30px;
    }

    .main_heading p {
        max-width: 500px;
        margin-top: 3px;
        font-size: 15px;
    }

    .content {
        margin-top: 2rem;
    }

    .course_box__content h3 {
        font-size: 20px;
    }
    .course_box__contents h3 {
        font-size: 20px;
    }

    .course_box__content p {
        font-size: 14px;
    }
    .course_box__contents p {
        font-size: 14px;
    }

    .learning_wrapper {
        background-position: right;
        padding: 100px 0;
    }

    .children_wrapper,
    .addmission_wrapper {
        padding: 60px 0;
        background-position: top;
    }

    .learning_wrapper__content h3 {
        font-size: 24px;
    }

    .learning_wrapper__content p {
        margin-top: 5px;
        font-size: 15px;
        line-height: 24px;
    }

    .addmission_wrapper__content h3 {
        font-size: 26px;
        margin-bottom: 1rem !important;
    }

    .form_input input,
    .form_input textarea {
        padding: 6px;
    }

    .footer_box h3 {
        font-size: 18px;
    }

    .footer_box__links a {
        font-size: 16px;
    }

    .footer_box__links {
        gap: 5px;
        margin-top: 10px;
    }

    .footer_logo p {
        font-size: 14px;
    }

    .social_links {
        margin-top: 14px;
    }

    .copyright {
        padding: 5px;
        font-size: 14px;
    }

    .social_links a {
        height: 30px;
        width: 30px;
        font-size: 20px;
    }

    .join-now {
        padding: 10px 20px;
    }
}

@media(max-width:576px) {
    .join-now {
        font-size: 12px;
        padding: 10px;
    }

    .addmission_wrapper__content h3 {
        font-size: 22px;
    }

    .course_box__content p {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .course_box__contents p {
        width: 100%;
    }
     .logo img {
        width: 100px;
    }
    .course_box__content h3 {
        font-size: 16px;
    }

    .book_now button {
        font-size: 16px;
        padding: 5px 0;
    }


    .footer_logo p {
        margin-top: 5px;
    }



    .course_box__content {
        padding: 10px;
    }
    .course_box__contents {
        padding: 10px;
    }

    .course_box__content span {
        margin: 2px 0;
    }
    .course_box__contents span {
        margin: 2px 0;
    }

    .course_box__bottom p {
        font-size: 14px;
    }

    .learning_wrapper__content h3 {
        font-weight: 700;
    }

    .main_heading h3 {
        font-size: 24px;
    }
}

@media(max-width:400px) {

    /* html,
    body {
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    } */

    .join-now {
        font-size: 14px;
        padding: 7px 3px;
    }

    .myNav__content__right {
        gap: 5px;
    }

   
}