@font-face {
    font-family: "theSans";
    src: url("../fonts/TheSans-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "theSans";
    src: url("../fonts/TheSans-Light.OTF") format("opentype");
    font-weight: normal;
    font-style: normal;
}

html[lang="ar"] {
     .back-btn {
        transform: rotate(180deg);
      }
     .countdown {
        direction:ltr
      }

    .about-us-container h2 {
        text-align: center;
        max-width: 300px;
      }
    }

html[lang="en"] {     
    .countdown {
        direction:rtl
    }

 .about-us-container h2 {
        text-align: center;
        max-width: 400px;
    }

}
	
body {
    box-sizing: border-box;
    font-family: "theSans", sans-serif;
}

/* Start Navbar */
.navbar {
    background-color: #d0dade;
    padding: 2rem 0;
    border-bottom: 2px solid #ccc;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    /*font-weight: bold;*/
}

.navbar-nav {
    gap: 0.5rem;

    @media only screen and (min-width: 768px) {
        padding: 0;
    }
}

.btn-pink {
    background-color: #e91e63;
    color: white;
    /* font-weight: bold; */
    border-radius: 20px;
    /* width: 94px; */
    padding: 0px;
    padding-right: 8px;
    padding-left: 8px;
}

    .btn-pink:hover {
        color: white;
        background-color: #d81b60;
    }

.navbar-nav.flex-row {
    flex-direction: row-reverse;
}
/* End Navbar */

/* Start Hero Sectio */
.hero-section {
    position: relative;
    width: 100%;
    height: 82vh;
    video

{
    object-fit: cover;
}
/* background: url("../images/hero-bg.jpeg") no-repeat center center/cover; */
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
    padding: 5rem;
}

.hero-content {
    text-align: start;
    color: white;
    max-width: fit-content;
}

    .hero-content h1 {
        font-size: 2.75rem;
        margin-bottom: 20px;
    }

.countdown {
    display: flex;
    justify-content: space-around;
    font-size: 2rem;
    font-weight: bold;
}

    .countdown .time {
        margin: 0 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .countdown .colon {
        font-size: 28px;
        line-height: 1.2;
    }

/* Responsive Design */
@media only screen and (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .countdown {
        font-size: 18px;
    }
}

/* End Hero Sectio */

/* Start Aboutus Sectio */

.about-us-section {
    background-color: #08162d;
    position: relative;
}

.about-us-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    max-height: 845px;
    padding: 10rem;

    @media only screen and (max-width: 768px) {
        padding: 10rem 2rem;
    }
}

    .about-us-container h2,
    .about-us-container p {
        color: white;
        line-height: 50px;
        position: relative;
    }

    .about-us-container::before,
    .about-us-container::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 125px;
        background-color: white;
        border-radius: 8px;
    }

    .about-us-container::before {
        top: 20px;
    }

    .about-us-container::after {
        bottom: 20px;
    }

   

    .about-us-container p {
        margin: 0;
        padding: 0;
        text-align: center;
        max-width: 570px;
        font-weight: 700;
    }
/* End Aboutus Sectio */

/* Start Innovation Section */
.innovation-section {
    padding: 12rem;
    background: url("../images/innovation-bg-image.jpeg") no-repeat center center/cover;
    

    @media only screen and (max-width: 768px) {
        padding: 10rem 2rem;
    }
}

.content-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
}

    .content-wrapper p {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        color: #e2ebf0;
        max-width: 825px;
        font-weight: 700;
    }
/* End Innovation Section */

/* Start Feranndi Paris Location */
.feranndi-paris-location {
    display: flex;
}

    .feranndi-paris-location .media-side {
        width: 50%;

        @media only screen and (max-width: 768px) {
            width: 100%;
        }
    }

        .feranndi-paris-location .media-side img {
            width: 100%;
            height: 100%;
        }

    .feranndi-paris-location .content-wrapper {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 4rem;

        @media only screen and (max-width: 768px) {
            width: 100%;
            padding: 1.5rem;
        }
    }

        .feranndi-paris-location .content-wrapper p {
            color: #08162d;
            line-height: 40px;
            text-align: start;
            font-size: 22px;
            font-weight: normal;
            /*font-family: "theSansLight", sans-serif;*/
        }

            .feranndi-paris-location .content-wrapper p .bold-weight-font {
                /*font-family: "theSansBold", sans-serif;*/
            }

/* End Feranndi Paris Location */
.feranndi-around-word {
    position: relative;
    background: #08162d;
    color: white;
    padding: 5.625rem 0;
    h2

{
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 4rem;
}

img {
    height: 300px;
    object-fit: cover;
}

figcaption {
    font-size: 1.75rem;
    margin-top: 0.5rem;
}

.swiper-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0c162a80;
    z-index: 99;
    top: 0;
    padding: 2rem;
    height: 300px;

    @media only screen and (max-width: 768px) {
        padding: 0.5rem;
    }

    img

{
    width: 3rem;
    height: 3rem;

    @media only screen and (max-width: 768px) {
        width: 2rem;
        height: 2rem;
    }
}

}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-disabled {
    opacity: 0.5;
}

}

.important-date {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 9rem;
    padding-bottom: 11rem;
}

.important-date-card {
    background: #08162d;
    max-width: 1024px;
    margin: auto;
    overflow: hidden;
    h2

{
    font-size: 1.75rem;
    color: white;
    text-align: center;
    padding: 1rem 0;
}

.important-date-card-item {
    padding: 2rem;
    background: #cedadf;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    color: #0c162a;
    h5

{
    font-size: 1.75rem;
    color: #0c162a;
}

a {
    background: #e6007e;
    color: white;
    border-radius: 999px;
    border: unset;
    text-decoration: none;
}

}

.calender-icon {
    width: 2rem;
    height: 2rem;
}

.calender-text {
    color: #e6007e;
    font-size: 1.5rem;
}

}

.feranndi-features {
    background: #cedadf;
    padding: 6rem 0;
    h2

{
    font-weight: 700;
    font-size: 1.75rem;
    color: #0c162a;
    text-align: center;
    margin-bottom: 2rem;
}

.feranndi-features-container {
    max-width: 1024px;
    margin: auto;
    display: grid;
    padding: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;

    @media only screen and (max-width: 990px) {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    @media only screen and (max-width: 768px) {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
}

.feranndi-features-item {
    position: relative;
    transition: all 0.5s;
    img

{
    width: 100%;
    height: 28rem;
}

.feranndi-features-item-overlay {
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    padding: 2rem 1rem;
    transition: all 0.5s;
    height: 30%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100% );
    p

{
    display: none;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 1rem;
    line-height: 1.75rem;
}

}

.feranndi-features-item-overlay:hover {
    height: 100%;
    p

{
    display: block;
}

}

figcaption {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f8f8f8;
}

}
}

.feranndi-features-item:hover {
    transform: translateY(-1rem);
    .feranndi-features-item-overlay

{
    height: 100%;
    p

{
    display: block;
}

}
}

.feranndi-news {
    padding: 6rem 3rem;
    background: #e2ebf0;

    @media only screen and (max-width: 768px) {
        padding: 6rem 1.5rem;
    }

    .feranndi-news-img

{
    width: 100%;
    height: 12rem;
}

h2 {
    font-weight: 700;
    font-size: 1.75rem;
    color: #0c162a;
    text-align: center;
    margin-bottom: 2rem;
}

.swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    padding: 1rem;

    @media only screen and (max-width: 768px) {
        padding: 0;
    }

    img

{
    width: 3rem;
    height: 3rem;

    @media only screen and (max-width: 768px) {
        width: 2rem;
        height: 2rem;
    }
}

}

.swiper-button-next {
    right: 0;
    translate: 60%;
}

.swiper-button-prev {
    left: 0;
    translate: -60%;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.feranndi-news-container {
    position: relative;
    max-width: 1024px;
    margin: auto;
}

.feranndi-news-text-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #0c162a;
    padding: 0.75rem;
    h5

{
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
}

p {
    color: white;
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0;
}

button {
    img

{
    width: 1.5rem;
    height: 1.5rem;
}

}
}

.feranndi-news-calender {
    background: #cea165;
    color: white;
    font-size: 1.25rem;
    overflow: hidden;
    padding: 0.5rem 0.75rem;
    img

{
    filter: drop-shadow(0px 100px 0 white);
    transform: translateY(-100px);
    width: 1.5rem;
    height: 1.5rem;
}

}
}

.contact-us {
    padding-top: 9rem;
    padding-bottom: 11rem;
    .contact-us-container

{
    max-width: 1024px;
    margin: auto;
}

.contact-us-form {
    background: #cedadf;
    padding: 2rem;
    button

{
    background: #0c162a;
    border-radius: 999px;
    color: white;
}

}

.contact-us-card {
    background: #0c162a;
    padding: 2rem;
    width: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    h2

{
    font-weight: 700;
    font-size: 1.75rem;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
    width: 100%;
}

}
}

.footer {
    background: #0c162a;
    .footer-text

{
    color: #cea165;
    font-size: 1rem;
    max-width: 10rem;
    text-align: center;
}

.footer-logo {
    overflow: hidden;
    display: inline-block;
    img

{
    filter: drop-shadow(0px 100px 0 white);
    transform: translateY(-100px);
}

}

.footer-social {
    max-width: 9rem;
    a

{
    height: fit-content;
    text-decoration: none;
}

}
}

/* Start News  */
.image-container {
    height: 340px;
    position: relative;
    color: white;
    img

{
    object-fit: cover;
}

.overlay {
    background: #08162d4d;
}


.btn {
    overflow: hidden;
    .arrow-left

{
    width: 3rem;
    height: 3rem;
    filter: drop-shadow(0px 100px 0 #08162d);
    transform: translateY(-100px);
}

}

h1 {
    font-size: 1.5rem;
    font-weight: 700;
}

.calender-text {
    font-size: 1.4rem;
    font-weight: 400;
}

.calender-icon {
    width: 2rem;
    height: 2rem;
    filter: drop-shadow(0px 100px 0 white);
    transform: translateY(-100px);
}

}

.text {
    font-size: 1.25rem;
    line-height: 2rem;
}
/* End News  */

/* Start faq */
.faq {
    background: #08162d;
    padding: 4rem 2rem;
    .faq-container

{
    margin: auto;
    max-width: 1024px;
}

.accordion-item {
    --bs-accordion-active-bg: #b4cfd7;
    --bs-accordion-btn-bg: #b4cfd7;
}

.accordion-button::after {
    display: none;
}

.accordion-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.accordion-button {
    justify-content: space-between;
    gap: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: start;
}

@media only screen and (max-width: 768px) {
    .accordion-button {
        justify-content: space-between;
        font-size: 0.9rem;
        font-weight: 700;
        padding: 0.75rem;
    }

    .accordion-body {
        font-size: 0.9rem;
    }
}

}
/* End faq  */
/* Start Program */
.program {
    .program-image-container

{
    height: 340px;
    position: relative;
    color: white;
    img

{
    object-fit: cover;
}

.overlay {
    background: #08162d4d;
}

.btn {
    overflow: hidden;
    .arrow-left

{
    width: 3rem;
    height: 3rem;
}

}
}

.header-text {
    background: #08162d;
    color: #b4cfd7;
    font-size: 1.5rem;
    padding: 1rem;
    margin-top: -2rem;
    z-index: 99;
    position: relative;
}

.program-details {
    h2

{
    font-size: 1.75rem;
    font-weight: 700;
    color: #e6007e;
}

.desc {
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: #08162d;
}

.program-details-item-container {
    /*border: 1px solid #56a2b0;*/
    margin: 2rem 0;
}

.program-details-item {
    h4

{
    color: #e6007e;
    font-size: 1.2rem;
    font-weight: 700;
}

ul {
    color: #08162d;
}

}

.accordion-button::after {
    display: none;
}

.arrow-up {
    display: none;
}

.arrow-down {
    display: block;
}

.accordion-button {
    color: #56a2b0;
    font-size: 1.5rem;
    background-color: transparent;
    text-align: start;

    @media only screen and (max-width: 768px) {
        font-size: 1.25rem;
    }
}

    .accordion-button[aria-expanded="true"] {
        .arrow-up

{
    display: block;
}

.arrow-down {
    display: none;
}

}
}

.sidebar {
    width: 145%;

    @media only screen and (max-width: 1024px) {
        width: 100%;
    }
}

.bg-primary-dark {
    background: #08162d;
}

.bg-green {
    background: #56a2b0;
}

.bg-green-light {
    background: #b4cfd7;
}

.sidebar-header-text {
    font-size: 0.9rem;
    strong

{
    font-size: 1.25rem;
}

}

.sidebar-title {
    font-size: 0.9rem;
    strong

{
    color: #08162d;
    font-size: 1.25rem;
}

}

.sidebar-content-title {
    color: #08162d;
    font-size: 1.25rem;
}

.sidebar-content {
    p

{
    font-size: 1.1rem;
}

}
}

/* End Program */

.card-img-top {
    height: 10rem;
    object-fit: cover;
}

.card-title {
    font-weight: 700;
}

.card-text {
    color: #000000b8;
}

.flex-lg-1{
    @media screen and (min-width: 992px) {
        flex: 1 1 0% !important;
    }
}

.pagination {
    gap: 0.5rem;
    .page-link

{
    border-radius: 0.5rem;
}
}
