:root {
    --button-color: #08A0DD;
}

body {
    background-color: rgb(20, 7, 66);
    background-image: url(../images/mainBack.png);
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
body.homePage {
    background-image: url(../images/dark-back.jpg);
}

* {
    margin-bottom: 0 !important;
}
body{
    font-family: 'Tajawal', sans-serif;
    margin: 0;
    direction: rtl;
    text-align: right;
}
html{
    direction: ltr;
    scroll-behavior: smooth;
}
html[dir='ltr'] body{
    direction: ltr;
    text-align: left;
}
.navbar a {
    color: #FFF;
}

.navbar a:hover,
.navbar a:focus,
.navbar a:active,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #08A0DD;
}

a.dropdown-item {
    color: black;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.logo-container img {
    width: 70px;
}

.logo-container p {
    margin-bottom: 0;
    font-size: 25px;
    color: white;
}

.lang-reg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.register {
    padding: 16px 32px;
    background-color: var(--button-color);

}

.subscribe {
    background-color: var(--button-color);
    padding: 28px, 152px, 28px, 152px;
    border-radius: 100px;
    gap: 10px;

}

.subscribe-content {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.subscribe-content h1 {
    font-size: 156px;
    font-weight: 700;
    line-height: 192px;
    letter-spacing: 0em;
    text-align: right;
    color: white;

}

.subscribe-content p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.register a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

    color: white;
    text-decoration: none;
}

.hero-section-container {
    padding-right: 100px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px !important;
}

.astrs {
    width: 100%;
    height: 100%;
    position: relative;
}

.astrs .as2 {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 100px;
    right: 100px;
    animation: ast2-animate 5s ease-in-out infinite;
}

.astrs .as1 {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 100px;
    left: 100px;
    animation: ast1-animate 5s ease-in-out infinite;
}
@media (max-width:1025px) {
    .astrs{
        display: none;
    }
}
.hero-section {
    position: relative;
}

.hero-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    height: 100%;
    justify-content: center;
    align-items: center;
    height: 75vh;
}

.rocket {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -2;
    width: 60%;
    transform: translateY(-50%);
}

.hero-content form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;

}

.form-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    padding: 12px 20px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    flex: 1;
}

.form-section input {
    background: transparent;
    inset: inherit;
    box-shadow: none;
    border: none;
    color: rgba(255, 255, 255, 0.60);


}

.form-section input:focus {
    outline: none;
}

.subscribe {
    padding: 13px 28px;
    border-radius: 100px;
    border: navajowhite;
    color: white;
    font-weight: 500;

}

.hero-section .swiper {
    width: 66%;
    height: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.hero-section .swiper-slide {
    overflow: hidden;
}

.hero-section .card {
    display: flex;
    /* width: 316.15px; */
    padding: 27.793px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27.793px;
    border-radius: 13.897px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(1.7370891571044922px);
}

.hero-section .card img {
    border-radius: 6.948px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.hero-section .card p {
    color: #FFF;
}

.hero-section .card .heading {
    color: #FFF;
    font-size: 20.845px;
    font-weight: 500;
}

/* .hero-section .container {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px !important;

} */

.hero-section .swiper-button-next {
    top: auto !important;
    right: 167px !important;
    bottom: -14px !important;
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.hero-section .swiper-button-prev {
    top: auto !important;
    bottom: -14px !important;
    right: 50px !important;
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}
.lg-inner{
    direction: ltr !important;
}
svg {
    color: #FFF;
}

.hero-section .swiper-button-next:after,
.hero-section .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.hero-section .swiper-button-prev:after,
.hero-section .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

@media (max-width:1024px) {
    .hero-section .swiper {
        width: 100%;
        height: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hero-content {
        display: grid;
        grid-template-columns: repeat(1, minmax(250px, 1fr));
        height: 100%;
        justify-content: center;
        align-items: center;
        /* height: 26vh; */
        margin-bottom: 16px !important;
    }

    .subscribe-content h1 {
        font-size: 41px;
        line-height: normal;
    }
}

/* about section */
.about-section-container {
    padding-left: 100px;
    padding-right: 100px;
}

.about-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section p,
.about-section h2 {
    color: white;
}

.about {
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));

}

.about-content h2 {
    color: #FFF;
    font-size: 90px;
    font-weight: 700;
}

.about-content>p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 24px;
    font-weight: 300;
}

.about-location {
    border-radius: 16px;
    border: 1px solid #08A0DD;
    background: rgba(8, 160, 221, 0.10);
    backdrop-filter: blur(1.7370891571044922px);
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 774px;
    padding: 27.793px;
    gap: 27.793px;
}

.about-location>img {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-content .more {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    background: #08A0DD;
    padding: 10px 20px;
    width: max-content;
    border-radius: 100px;
    cursor: pointer;
}

.navbar .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.hero-section .swiper-button-next {
    top: auto !important;
    right: 190px !important;
    bottom: -14px !important;
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.hero-section .swiper-button-prev {
    top: auto !important;
    bottom: -14px !important;
    right: 100px !important;
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.dropdown-toggle {
    color: white;
}

@media (max-width:1025px) {
    .about {
        display: grid;
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }

    .about-location {
        width: 100%;
    }

    .hero-content form {
        width: 88%;
        flex-wrap: wrap;
    }

    .navbar .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .hero-section-container {
        padding: 50px;
    }

    .hero-section .swiper-button-prev {
        right: 50px !important;
    }

    .hero-section .swiper-button-next {
        right: 150px !important;
    }

    .about-section-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .about-section {
        height: auto;
    }

    .about-content h2 {
        font-size: 41px;
    }

}

@media (max-width: 426px) {
    .about-section-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section-container {
        padding: 20px;
    }

    .hero-section .swiper-button-next {
        bottom: -34px !important;
    }

    .hero-section .swiper-button-prev {
        bottom: -34px !important;
    }
}

/* narsdivisions */

.narsdivisions {
    /* height: 80vh; */
    display: flex;
    padding: 50px 0;
    justify-content: center;
    align-items: center;
}

.narsdivisions .swiper {
    width: 100%;
    height: 100%;
}

.narsdivisions .swiper-slide {
    overflow: hidden;
}

.narsdivisions-container {
    width: 100%;
    padding-right: 100px;
}


.vision-card {
    display: flex;
    /* width: 412px; */
    width: 100%;
    height: 523px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    overflow: hidden;
    background-image: url(../images/Frame\ 344.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.vision-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.21) 40.34%, #08A0DD 113.58%);
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

.vision-content p,
.vision-content h2 {
    color: white;
}

.c-card-profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.c-card-profile img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid black;
}

.p-content>p:first-of-type {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 500;
}

.narsdivisions-container .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 50px 100px;
}

.narsdivisions-container .heading p {
    color: #FFF;
    font-size: 72px;
    font-weight: 700;
    line-height: 88px;
    /* 122.222% */
}

.narsdivisions-container .arrows {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.narsdivisions-container .arrows .swiper-button-prev {
    position: absolute;
    left: 100px;
    right: auto;
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.narsdivisions-container .arrows .swiper-button-prev::after {
    content: '' !important;
}

.narsdivisions-container .arrows .swiper-button-next::after {
    content: '' !important;
}

.narsdivisions-container .arrows .swiper-button-next {
    left: 0px;
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    right: auto;
}

/* .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    right: auto;
} */
@media (max-width:1025px) {
    .narsdivisions-container .heading p {
        font-size: 41px;
    }

    .narsdivisions-container .heading {
        padding: 0;
    }

    .narsdivisions-container {
        padding: 50px;
    }

    .narsdivisions {
        /* height: 62vh; */
        height: auto;
    }

    .vision-card {
        height: 100%;
    }

    .vision-content .heading {
        padding: 0;
    }
}

@media (max-width: 426px) {
    .narsdivisions-container .heading {
        padding: 0;
        flex-direction: column;
    }

    .narsdivisions-container .arrows .swiper-button-prev {
        position: absolute;
        right: auto;
        left: auto;
        padding: 22px 36px;
        border: 1px solid #FFFFFF;
        border-radius: 100px;
    }

    .narsdivisions-container .arrows .swiper-button-next {
        left: auto;
        padding: 22px 36px;
        border: 1px solid #FFFFFF;
        border-radius: 100px;
        right: 103px;
    }

    .narsdivisions-container .arrows {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0;
        width: 100%;
    }

    .narsdivisions-container {
        padding: 20px;
    }
}

/* narsdivisions */
/* our projects */
.our-projects {
    /* height: 80vh; */
    position: relative;
    overflow: hidden;
    padding: 50px 100px;
}

.OP-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.OP-heading>p {
    color: #FFF;
    font-size: 72px;
    font-weight: 700;
}

.OP-heading>a {
    color: white;
    text-decoration: none;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 83px;
    border: 1px solid var(--gray-blue-100, #D8DEE6);
    margin-top: 21px;

}

.our-projects .swiper {
    width: 100%;
    height: calc(100% - 63px);
}

.our-projects .swiper-wrapper {
    height: 100%;
}

.our-projects .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-projects .swiper-slide img {
    display: block;
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

.ourP-container {
    height: 100%;
}

.slide-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    justify-content: center;
    align-items: center;
}

.s-content {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: right;
    gap: 8px;
}

.s-content p {
    color: var(--gray-blue-100, #D8DEE6);
    font-size: 16px;
    font-weight: 400;
}

.s-content div {
    display: flex;
    width: 88px;
    height: 88px;
    padding: 12.042px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 82.792px;
    background: var(--primary-blue-500, #08A0DD);
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
}

.slide-content img {
    width: 92%;
    height: 460px;
    border-radius: 32px;
}

.our-projects .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 153px;
    background: linear-gradient(0deg, #09161C 4.94%, rgba(9, 22, 28, 0.00) 100%);
    z-index: 11;
}

.slide-content .image {
    display: flex;
    justify-content: flex-end;
}

@media (max-width:1024px) {
    .OP-heading>p {
        font-size: 42px;
    }

    .OP-heading {
        justify-content: space-between;
    }

    .OP-heading>a {
        margin-top: 0px;
    }

    .slide-content {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        height: 100%;
    }

    .slide-content img {
        width: 100%;
        height: 100%;
        border-radius: 32px;
    }

    .our-projects {
        padding: 50px;
    }

    .slide-content .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 290px;
        width: 100%;
    }
}

@media (max-width: 425px) {
    .OP-heading {
        justify-content: space-between;
        flex-direction: column;
    }

    .our-projects {
        padding: 20px;
    }

    .s-content div {
        display: flex;
        width: 60px;
        height: 60px;
        padding: 12.042px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 82.792px;
        background: var(--primary-blue-500, #08A0DD);
        color: #FFF;
        font-size: 46px;
        font-weight: 700;
    }
}

/* our projects */
/* gallery */
.gallery {}

.gallery .swiper {
    width: 100%;
    height: 100%;
}

.gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.gallery {
    /* height: 80vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.gallery-container {
    width: 100%;
    /* height: 100%; */

}

.g-heading {
    text-align: center;
    margin-bottom: 15px !important;
}

.g-heading h2 {
    color: #FFF;
    font-size: 90px;
    font-weight: 700;
}

.g-heading p {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.gallery-sliders {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width:1024px) {
    .g-heading h2 {
        font-size: 42px;
    }
}

@media (max-width:426px) {
    .g-heading {
        padding: 0 20px;
    }
}

/* gallery */
/* courses */
.courses {
    width: 100%;

}

.courses .card {
    display: flex;
    width: 100%;
    /* width: 316.15px; */
    padding: 27.793px;
    flex-direction: column;
    align-items: flex-start;
    gap: 27.793px;
    border-radius: 13.897px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(1.7370891571044922px);
}

.courses .card img {
    border-radius: 6.948px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.courses .card p {
    color: #FFF;
}

.courses .card .heading {
    color: #FFF;
    font-size: 20.845px;
    font-weight: 500;
}

.courses-container {
    padding-right: 100px;
    width: 100%;
    display: grid;
    gap: 20px;
    /* grid-template-columns: repeat(2, minmax(400px, 1fr)); */
    grid-template-columns: 1fr 2fr;
    padding: 50px 100px 50px 0;
}

.courses .swiper {
    width: 100%;
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.courses .swiper-slide {
    overflow: hidden;
}

.courses-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
}

.courses-content h2 {
    color: #FFF;
    font-size: 90px;
    font-weight: 700;
}

.courses-content p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
}

.courses .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.courses .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';

}

.courses-arrows {
    position: relative;
    width: 192px;
    height: 51px;
}

.courses .swiper-button-next {
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.courses .swiper-button-prev {
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

@media (max-width:1024px) {
    .g-heading h2 {
        font-size: 42px;
    }

    .courses-container {
        width: 100%;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, minmax(40px, 1fr));
        padding: 50px;
    }

    .courses-content h2 {
        color: #FFF;
        font-size: 42px;
        font-weight: 700;
    }
}

@media (max-width: 426px) {
    .courses-container {
        padding: 20px;
    }
}

/* courses */
/* directors */
.directors {
    /* height: 70vh; */
    height: auto;
    margin: 50px 0;
}

.directors-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.directors .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.directors .swiper-slide {
    background-position: center;
    background-size: cover;
    /* width: 300px; */
    /* height: 300px; */
}

.directors-card {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 35px;
    gap: 32px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6px);
}

.directors-card img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 50%;
    background: #08A0DD;
    padding: 2px;
}

.d-card-content {
    display: flex;
    width: 100%;
    padding: 24px 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #FFF;
}

.d-card-content>p:first-of-type {
    color: #08A0DD;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.d-card-content>h2 {
    color: #042533;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.d-card-content>h2+p {
    color: #042533;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

/* .directors .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

} */

.directors-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.directors-heading h2 {
    color: #FFF;
    font-size: 90px;
    font-weight: 700;
}

.directors-heading p {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.navigate-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
}

.navigate-content .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.navigate-content .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}

.navigate-content .swiper-button-next {
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.navigate-content .swiper-button-prev {
    padding: 22px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.navigate-content .swiper-pagination {
    position: relative;
}

.navigate-content .swiper-pagination-bullet {
    width: 10px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 20px;
    background: #FFF;
    opacity: 1;
}

.navigate-content .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #08A0DD;
    width: 30px;
}

@media (max-width:1024px) {
    .directors .swiper {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: unset;
    }

    .directors-heading h2 {
        color: #FFF;
        font-size: 42px;
        font-weight: 700;
    }

    .directors {
        height: auto;
        margin: 50px 0;
        padding: 0 50px;
    }
}

@media (max-width: 426px) {
    .directors {
        padding: 0 20px;
    }
}

/* directors */
/* news */
.news {
    margin: 50px 0;
}

.news-content {
    flex-direction: column;
    padding: 0 100px 20px;
    align-items: flex-start;
    width: 100%;
}

.news .swiper {
    width: 100%;
    height: 100%;
}

.news .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .autoplay-progress {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.news .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.heading-section {
    color: #FFF;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width:426px) {
    .news-content {
        flex-direction: column;
        padding: 50px;
        align-items: flex-start;
        width: 100%;
    }

    .heading-section {
        color: #FFF;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
    }
}

@media (max-width: 1024px) {
    .news-content {
        padding: 20px;
    }

}

/* news */
.thumbnail {
    transition: background-color 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    background-color: rgb(6 45 61);
    cursor: pointer;
    padding: 50px 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    position: relative;
}

.centered-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-container {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.thumbnails {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbnail.active {
    background-color: rgba(8, 160, 221, 1);
}

.progress-bar {
    width: 0;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: width 5s linear;
}

.thumbnail-tile-div {
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.thumbnail-title {
    color: #fff;
    width: 70%;
}

.slider-news {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide.active {
    display: flex;
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
}



.paragraph-section {
    color: rgba(255, 255, 255, 0.60);
    text-align: justify;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
}

.overlay-sec {
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    background-color: #0000006e;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.calender {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.calender img {
    width: 40px;
}

@media (max-width:1024px) {
    .thumbnails {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider-container {
        display: flex;
        width: 100%;
        overflow: hidden;
        flex-direction: column;
    }

    .slider-news {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
    }

    .thumbnail {
        padding: 34px;
    }
}

@media (max-width:426px) {
    .p-padding {
        padding: 0 !important;
    }

    .overlay-sec>div>div {
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex-direction: column;
        gap: 8px;
    }
}

/* footer */
.footer {
    padding: 100px 100px 0;
}

.footer-container {
    /* padding: 100px; */
    display: grid;
    grid-template-columns: repeat(2, minmax(600px, 1fr));
    color: white;
    gap: 40px;
    border-bottom: 1px solid #1A2F39;
    padding-bottom: 50px;
}

.footer-content>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-content>div img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact form {
    display: flex;
    width: 100%;
    gap: 12px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.copyrights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.copyrights>a {
    color: white;
}

.copyrights .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.copyrights .socials a {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 15.053px;
    border-radius: 50%;
    background: var(--primary-blue-50, #E6F6FC);
}

.copyrights .socials a:last-of-type {
    width: max-content;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    color: #09161C;
    text-decoration: none;
}

.copyrights .socials a img {
    width: 25px;
}

.news-tabs-p {
    /* padding: 31px 56px 25px; */
}
.narsdivisions-container .arrows .swiper-button-next {
    left: 100px;
    right: auto;
}
.narsdivisions-container .arrows .swiper-button-prev{
    left: 0;
}
.hero-section .swiper-button-prev{
    right: 190px!important;
}
.hero-section .swiper-button-next{
    right: 100px!important;
}
@media (min-width: 768px){
    .about{
        width: 50%;
        display: flex;
        margin-right: auto;
    }
}

@media (max-width:1024px) {
    .footer-container {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        color: white;
        gap: 40px;
    }

    .footer {
        padding: 50px 50px 0 50px;
    }

    .copyrights {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0;
        flex-direction: column;
        gap: 12px;
    }

    .copyrights .socials {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .footer-contact form {
        display: flex;
        width: 100%;
        gap: 12px;
        flex-wrap: wrap;
    }

    .slider-news {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 333px;
    }

    .news-tabs-p {
        /* padding: 10px; */
    }
}

@media (max-width: 426px) {
    .slider-news {
        height: 471px;
    }

    .footer {
        padding: 20px;
    }
}

/* footer */



/* animation */
@keyframes ast2-animate {
    0% {
        transform: translateY(-50px)translateX(-50px);
    }

    50% {
        transform: translateY(0px)translateX(0px);
    }

    100% {
        transform: translateY(-50px)translateX(-50px);
    }
}

@keyframes ast1-animate {
    0% {
        transform: translateY(-50px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-50px);
    }
}
.hero-content{
    display: flex;
    flex-direction: row-reverse;
}
.check-list li::before{
    left: unset;
    right: 0;
}
.check-list li{
    padding-right: 34px;
}
.editorContent, .editorContent p, .editorContent span, .editorContent div, .editorContent * {
    color: #fff !important;
    font-family: 'Tajawal', sans-serif !important;
  }
  .reverseRow{
    flex-flow: row-reverse;
  }
  .thumbnail svg path{
    stroke: #fff;
}
@media (min-width: 992px){
    .logo-container img {
        width: 120px;
    }
}
