body {
    background-color: #F6FAFE;
    font-family: 'DroidKufi', "Manrope", sans-serif;;
    
}

p{
    /*text-justify: inter-ideograph !important;
    text-align: justify !important;*/
}

.bg-primary-color {
    background-color: #0A426A;
}

.text-primary-color {
    color: #0F0A42;
}

.text-secondary-color {
    color: #64AED3;
}

.container-fluid {
    padding: 0 85px;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-24 {
    font-size: 24px;
    transition: all .3s ease-in-out;
}

.f-s-25 {
    font-size: 24px;
    /*transition: all .3s ease-in-out;*/
}

.f-s-30 {
    font-size: 30px;
}

.f-s-32 {
    font-size: 32px;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-48 {
    font-size: 48px;
}


.f-s-52 {
    font-size: 52px;
}

.f-s-54 {
    font-size: 54px;
}

.f-w-300 {
    font-weight: 300;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-800 {
    font-weight: 800;
}

.nav-container {
    height: 80px;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-items {
    display: flex;
    align-items: center;
}

.nav-item {
    margin-right:12px !important;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-link {
    color: #545454;
    font-weight: 300;
    font-size: 12px;
    padding:0 !important;
}
.nav-home > .container > .nav-items > .navbar-nav > .nav-item > .nav-link {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 12px;
}

.nav-home {
    background-color:rgba(100, 100, 100, 0.3);
}
.btn-primary {
    background-color: #0A426A;
    border-radius: 100px;
    padding: 16px 32px 16px 32px;
    width: 175px;


}

.btn-primary:hover {
    background-color: #F6FAFE;
    border: 1px solid #0A426A;
    color: #0A426A;
}

.nav-active {
    font-weight: 700 !important;
}

.footer {
    height: 482px;
}

.star1 {
    right: 7.2%;
    top: 16%;
}

.star2 {
    bottom: 27%;
    left: 2%;
}

.footer-paddings {
    padding-left: 57px;
    padding-right: 207px;
    padding-top: 100px;
    justify-content: space-evenly;
}

.nav-footer {
    color: #FFFFFF !important;
    opacity: 75%;
    font-size: 14px;
    font-weight: 400;
}

.footer-ul {
    gap: 15px;
}

.label {
    font-size: 16px;
    font-weight: 400;
}

.footer-contact {
    padding: 16px 32px 16px 32px;
    border-radius: 4px;
    border: 1px solid white;
    font-size: 14px;
    font-weight: 500;
    width: 225px;
}

.footer-enroll {
    padding: 16px 32px 16px 32px;
    border-radius: 4px;
    background-color: #64AED3;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    width: 225px;

}

.full-w {
    width: 100%;
}

.info {
    gap: 45px;
}

.bottom {
    height: 60px;
    margin-top: 30px;
    padding: 0 5%;
}

.section {
    margin: 50px 0;
}

.video-container {
    background-color: black;
    height: 644px;
    width: 90%;
    margin: 50px 0;
    border-radius: 24px;
}

.play-btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #64AED3;
    height: 94px;
    width: 94px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .3s ease-in-out;

}

.play-btn:hover {
    background-color: #0A426A;
    height: 104px;
    width: 104px;
    transition: all .3s ease-in-out;
}

.half {
    height: 735px;
}

.z-index-1 {
    z-index: 1;
}

.glass {
    width: 90%;
    height: 612px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
    border-radius: 18px;
    backdrop-filter: blur(5px);
    background-color: #0A426A17;
}

.img {
    border-radius: 18px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.arch {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
}

.abs-img {
    border-radius: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 95%;
    width: 98%;
}

.story-block {
    padding: 20px;
    background-color: #64AED3;
    color: white;
    border-radius: 24px;
    gap: 24px;
    top: 50%;
    height: fit-content;
    width: 453px;
    right: -3%;
    transform: translate(3%, -50%);
}

.mission-card {
    flex-direction: column;
    width: 290.5px;
    height: fit-content;
    min-width: 264px;
    background-color: #FFFFFF47;
    border-radius: 24px;
    padding: 18px;
    display: flex;
    color: white;
}

.big-label {
    color: #121D28;
    line-height: 60px;
    padding: 0 7%;

}

.titles {
    gap: 20px;
}

.abs-num {
    transition: all .3s ease-in-out;
    font-weight: 900;
    font-size: 84px;
    line-height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 72.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.arrow {
    transition: all .3s ease-in-out;
    padding: 24px;
    border-radius: 50%;
    border: 2px solid #777D81;
    background-color: transparent;
    width: 135px;
    height: 135px;
}

.hover1 {
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #c7c8c9;
}

.hover1:hover {
    background-color: #F6FAFE;
    transition: all .3s ease-in-out;

.abs-num {
    transition: all .3s ease-in-out;
    line-height: 60px;
    background: linear-gradient(180deg, #0A426A 0%, rgba(255, 255, 255, 0) 72.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.arrow {
    transition: all .3s ease-in-out;
    background-color: #0A426A;
    transform: rotate(-90deg);

path {
    transition: all .3s ease-in-out;
    stroke: white;
}

}
}

.abs-quote {
    position: absolute;
    right: 10%;
    top: 20%;
}

.abs-quote2 {
    position: absolute;
    left: 50%;
    top: 20%;
}

.card {
    height: 442px;
    width: 350px;
    border-radius: 13px;
    /*overflow: hidden;*/
}

.abs-name {
    position: absolute;
    bottom: -25px;
    padding: 15px;
    border-radius: 13px;
    min-width: 300px;
    height: 54px;
    left: 50%;
    background-color: #64AED3;
    transform: translate(-50%, 0);
    text-align: center;
}

.text-hover:hover {
    color: #0F0A42 !important;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.text-hover {
    transition: all .3s ease-in-out;
}

.parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 23px;
    height: 861px;
    width: 100%;
}

.div1 {
    position: relative;
    grid-area: 1 / 3 / 2 / 5;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.div2 {
    position: relative;
    grid-area: 2 / 3 / 3 / 5;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.div3 {
    position: relative;
    grid-area: 1 / 5 / 3 / 7;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.div4 {
    position: relative;
    grid-area: 1 / 1 / 3 / 3;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.div5 {
    position: relative;
    grid-area: 3 / 1 / 4 / 5;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.div6 {
    position: relative;
    grid-area: 3 / 5 / 4 / 7;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.div1:hover {
    filter: none !important;
    transition: all .3s ease-in-out;
    border-radius: 18px;
    cursor: pointer;

.abs-text {
    display: flex;
    transition: all .3s ease-in-out;
}

}

.div2:hover {
    filter: none !important;
    transition: all .3s ease-in-out;
    border-radius: 18px;
    cursor: pointer;

.abs-text {
    display: flex;
    transition: all .3s ease-in-out;
}

}

.div3:hover {
    filter: none !important;
    transition: all .3s ease-in-out;
    border-radius: 18px;
    cursor: pointer;

.abs-text {
    display: flex;
    transition: all .3s ease-in-out;
}

}

.div4:hover {
    filter: none !important;
    transition: all .3s ease-in-out;
    border-radius: 18px;
    cursor: pointer;

.abs-text {
    display: flex;
    transition: all .3s ease-in-out;
}

}

.div5:hover {
    filter: none !important;
    transition: all .3s ease-in-out;
    border-radius: 18px;
    cursor: pointer;

.abs-text {
    display: flex;
    transition: all .3s ease-in-out;
}

}

.div6:hover {
    filter: none !important;
    transition: all .3s ease-in-out;
    border-radius: 18px;
    cursor: pointer;

.abs-text {
    display: flex;
    transition: all .3s ease-in-out;
}

}

.abs-text {
    position: absolute;
    left: 5%;
    bottom: 5%;
    color: white;
    flex-direction: column;
    display: none;
    transition: all .3s ease-in-out;
}

.leader-card {
    width: 300px;
    height: 380px;
    gap: 24px;
    margin-bottom: 56px;
}

.leader-img {
    height: 78%;
    position: relative;
}

.form-btn {
    border-radius: 15px;
    height: 66px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: white;
    transition: all .3s ease-in-out;

&
:hover {
    color: #0A426A;
    background-color: white !important;
    border: 2px solid #0A426A;
    transition: all .3s ease-in-out;
}

}

.form-label {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
}

.form-1 {

input, textarea, select {
    border-radius: 15px;
    border: none;
    min-height: 50px;

&
::placeholder {
    color: #667085;
    font-size: 14px;
    font-weight: 500;
}

}

.form-check-input {
    border: 1px solid #D0D5DD;
    min-height: unset;
}

}

.slider {
    position: relative;
    margin-bottom: 20px;
}

.slider-card {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    padding: 34px;
    /*width: 60vw;*/
    /*height: 314px;*/
    
    background-color: white;
    transform: scale(0.8);
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.center .slider-card {
    transform: scale(1);
    background-color: #DBECF5;
    z-index: 2;
    width: 100%;
    transition: all .3s ease-in-out;
}

.circle1, .circle2 {
    border: 30px solid #CBE4F1;
    width: 468px;
    height: 468px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(50%, -65%);
}

.circle2 {
    transform: translate(-150%, -65%);
}

.owl-carousel .owl-stage {
    display: flex;
    justify-content: center; /* Center the carousel */
    margin: 0 auto; /* Center the carousel horizontally */
    /*top: 11%;*/
}

.owl-stage-outer {
    /*overflow: visible !important;*/
}

.owl-carousel .owl-item {
    /*margin: 0 20px; !* Adjust margin to space out slides *!*/
}

.img-container {
    height: 96px;
    width: 96px;
    position: relative;
}

.owl-dots {
    bottom: -11%;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: fit-content;
    display: flex;
    gap: 15px;
}

.owl-dot {
    background-color: #EEEEEE !important;
    border-radius: 50%;
    height: 11px;
    width: 11px;
}

.owl-dot.active {
    background-color: #64AED3 !important;
}

.owl-nav {
    top: -53%;
    right: 0.5%;
    position: absolute;
    width: fit-content;
    display: flex;
    gap: 15px;
}

.owl-nav button {
    background-color: #64AED3 !important;
    border-radius: 17px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
}

.owl-nav button span {
    transform: scale(3.0);
}

.slider-card2 {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    width: 550px;
    height: 384px;
    transition: all .3s ease-in-out;
    border: 1px solid #E1E1E1;
}

.slider-card2-text {
    padding: 32px 24px 32px 24px;
    background-color: #F6FAFE;
    border-radius: 24px;
}

.slider2 .owl-nav {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.abs-block {
    background-color: #7777775F;
    backdrop-filter: blur(12px) saturate(80%);
    border-radius: 12px;
    gap: 23px;
    display: flex;
    flex-direction: column;
    padding: 18px;
    width: 232px;
    height: fit-content;
    position: absolute;
    right: 70px;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
}

.parent2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 45px;
}

.parent2 .track1 {
    grid-area: 1 / 1 / 2 / 3;
    background-color: #5CADD617;
    border-radius: 24px;
    gap: 15.87px;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 28px 32px 28px 32px;
}

.parent2 .track2 {
    grid-area: 2 / 1 / 3 / 3;
    background-color: #5CADD617;
    border-radius: 24px;
    gap: 15.87px;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 28px 32px 28px 32px;
}

.parent2 .track3 {
    grid-area: 1 / 3 / 2 / 5;
    background-color: #5CADD617;
    border-radius: 24px;
    gap: 15.87px;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 28px 32px 28px 32px;
}

.parent2 .track4 {
    grid-area: 2 / 3 / 3 / 5;
    background-color: #5CADD617;
    border-radius: 24px;
    gap: 15.87px;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 28px 32px 28px 32px;
}

.parent2 .abs-num2 {
    background-color: #0A426A;
    border-radius: 50%;
    border: 16px solid white;
    color: white;
    font-size: 25.24px;
    font-weight: 800;
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.parent3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 684px;
    width: 100%;
}

.parent3 .div1 {
    grid-area: 1 / 1 / 2 / 2;
    position: relative;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.parent3 .div2 {
    grid-area: 2 / 1 / 3 / 2;
    position: relative;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.parent3 .div3 {
    grid-area: 1 / 2 / 3 / 3;
    position: relative;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.parent3 .div4 {
    grid-area: 1 / 3 / 2 / 4;
    position: relative;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.parent3 .div5 {
    grid-area: 2 / 3 / 3 / 4;
    position: relative;
    
    transition: all .3s ease-in-out;
    border-radius: 18px;
}

.arrow2 {
    transition: all .3s ease-in-out;
    padding: 11px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    width: 65px;
    height: 65px;
    transform: rotate(-90deg);
    justify-content: center;
    display: flex;
    align-items: center;
}

.no-border {
    border: none !important;
}

.plus-btn {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: transparent;
    border: 1px solid #888888;
    color: #888888;
    font-size: 29px;
}


.faq-element2 {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    background: #F5F5F5;
    transition: 300ms;
    margin-bottom: 16px;
}

.faq-question2 {
    height: 90px;
    padding: 0 30px;
    cursor: pointer;
}

.faq-question2 h6 {
    color: #101828;
    font-size: 18px;
}

.faq-container2 {
    margin-top: 60px;
}

.faq-element2.active2 {
    background: #F6FAFE;
}

.faq-answer2 {
    height: 0;
    transition: 300ms;
    overflow: hidden;
}

.faq-answer2 > div {
    padding: 0 30px 30px 30px;
}


.faq-element2.active2 {
    transition: all .3s ease-in-out;
    background: #64AED3 !important;
    color: white !important;

.faq-question2 h6 {
    color: white !important;
    transition: all .3s ease-in-out;
}

.faq-answer2 {
    color: white !important;
    transition: all .3s ease-in-out;
    height: 207px !important;
    overflow: scroll !important;
    width: 93.5% !important;
}

.faq-answer2::-webkit-scrollbar-track {
    background-color: white !important; /* Change this to the desired color */
}

.faq-answer2::-webkit-scrollbar-thumb {
    background-color: white !important; /* Change this to the desired color */
}


.plus-btn {
    background-color: white;
    border: none;
    color: #64AED3;
    transition: all .3s ease-in-out;
}

.f-w-500 {
    font-weight: 700 !important;
    transition: all .3s ease-in-out;

}

.f-s-24 {
    font-size: 30px !important;
    transition: all .3s ease-in-out;
}

}

.faq-answer2 {
    color: #96A2AF;
}

.e-learning-card {
    width: 366px;
    height: 100%;
    background-color: white;
    border-radius: 24px;
    padding: 24px;
    gap: 23px;
    align-items: center;
    justify-content: center;
}

.slider-card3 {
    height: 100%;
    width: 100%;

}

.a-carousel3 {

.owl-stage {
    /*height: 666px;*/
}

.owl-stage-outer {
    overflow: hidden !important;
}

.owl-nav {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    width: 90%;
    left: 50%;
    justify-content: space-between;
}

.owl-nav button {
    background-color: #64AED3 !important;
    border-radius: 50%;
    display: flex;
    height: 72px;
    width: 72px;
    justify-content: center;
    align-items: center;
}

.owl-nav button span {
    transform: scale(3.0);
}

}

.download-button {
    background-color: #0A426A;
    border-radius: 100px;
    height: 67px;
    width: 222px;
    justify-content: space-evenly;
    padding: 16px 32px 16px 32px;
    display: flex;
    align-items: center;
    border: 1px solid #0A426A;
}

.download-button:hover {
    border: 1px solid transparent;
}

.download-button:hover {

svg {

path {
    fill: #0A426A !important;
}

}
}

.experience-card {
    width: 324px;
    height: 100%;
    background-color: white;
    border-radius: 24px;
    padding: 56px 24px 56px 24px;
    gap: 23px;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    color: black;


.upper-svg {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #C8D3D6;
    align-items: center;
    justify-content: center;
}

&
:hover {
    background-color: #64AED3;
    transform: scale(1.1);
    transition: all .3s ease-in-out;
    color: white;

.upper-svg {
    background-color: #1B4A58 !important;
    transition: all .3s ease-in-out;

svg {

path {
    fill: white !important;
    transition: all .3s ease-in-out;
}

}
}
}
}

.story-card {
    width: 412px;
    height: 452px;
    background-color: #00000033;
    border-radius: 24px;
}

.council-name {
    border: 1px solid #496A81;
    border-radius: 24px;
    padding: 10px 16px 10px 16px;
    text-align: center;
    align-items: center;
    height: 59px;
}

.parent4 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.parents-portal {
    background-color: #F1F7FD;
    border-radius: 24px;
    padding: 23px 29px 23px 29px;
    height: 249px;
    width: 49%;
    gap: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portal-logo {
    width: 67px;
    height: 63px;
    position: relative;
}

.portal-link {
    background-color: #DBEBFA;
    gap: 16px;
    display: flex;
    padding: 12px 16px 12px 16px;
    border-radius: 30px;
    height: 62px;
    width: 294px;
    justify-content: center;
    align-items: center;
}

.icon {
    height: 40px;
    width: fit-content;
}

.vision-image {
    height: 100%;
    width: 100%;
    border-radius: 14px;
    padding: 0 41px 0 0;
    max-width: 270px;
}

.vision-image img {
    border-radius: inherit;
}

.a-carousel4 {
    width: 100%;
    justify-content: space-evenly;

/*overflow: hidden;*/
.owl-stage-outer {
    width: 93%;
}

}
.slider-card4 {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    width: 385px;
    height: 402px;
    transition: all .3s ease-in-out;
    gap: 24px;
    background-color: #F6FAFE;
    align-items: center;
}

.slider4 .owl-nav {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    left: 0;

.owl-prev, .owl-next {
    border-radius: 50%;
}

}
.download-circle {
    border: 1px solid #64AED3;
    border-radius: 50%;
    height: 96px;
    width: 96px;
    background-color: transparent;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 820px) {
    .parent {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        height: auto;
        width: 100%;
    }

    .div1, .div2, .div3, .div4, .div5, .div6 {
        border-radius: 10px;
        min-height: 230px;
    }

    .div1 img, .div2 img, .div3 img, .div4 img, .div5 img, .div6 img {
        border-radius: inherit !important;
    }

    .div1 {
        grid-area: 1 / 1;
    }

    .div2 {
        grid-area: 1 / 2 / 3 / 2;
    }

    .div3 {
        grid-area: 2 / 1;
    }

    .div4 {
        grid-area: 4 / 1 / 4 / 3;
    }

    .div5 {
        grid-area: 3 / 1;
    }

    .div6 {
        grid-area: 3 / 2;
    }
}
