﻿body {
    position: relative;
    background-color: #f7f7f7;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;

}


:root {
    --primary-color: #143c5a;
    --dynamic-zoom: 1;
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    max-width: 100vw;
    max-height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.loader {

    top: 10vh;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    background: none;
    padding: 150px;
}

.loader-logo {
    height: 45vh;
    top: 10vh;
    position: absolute;

}

.loader span {

    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.quick-links {
    width: 100%;
    text-align: right;
}

.footer-shortcuts {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: right;

}

.footer-shortcuts a {
    all: unset;
    color: white;

}

.footer-shortcuts a i svg {

    color: white;
    stroke: white;
    max-width: 16px;

    margin-left: 16px;
}

.loader span:nth-child(1) {
    border: 1px solid var(--primary-color);
}

.loader span:nth-child(2) {
    border: 1px solid var(--primary-color);

}

.loader span:nth-child(3) {
    border: 1px solid var(--primary-color);

}

.loader span:nth-child(4) {
    border: 1px solid var(--primary-color);

}

.loader span:not(:last-child) {
    animation: animate 1.5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

.loader span:last-child {
    animation: jump 1.5s ease-in-out infinite;
}

@keyframes jump {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(10px, -10px);
    }

    20% {
        transform: translate(20px, 10px);
    }

    30% {
        transform: translate(30px, -50px);
    }

    70% {
        transform: translate(-150px, -50px);
    }

    80% {
        transform: translate(-140px, 10px);
    }

    90% {
        transform: translate(-130px, -10px);
    }

    100% {
        transform: translate(-120px, 0);
    }
}

/* @keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(35px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translateX(35px) rotate(-360deg);
    }
} */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader p {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.sector-managements {
    margin-right: 32px;
    direction: rtl;
    display: none;

}

.header-logo {
    display: none;
}

.main-logo-container {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0vw;
    text-align: center;
    justify-content: center;
    animation: mainLogoEntry 1s 2s forwards;

    padding: 0;

}




@keyframes mainLogoEntry {
    0% {

        width: 40vw;

    }

    100% {
        width: 100vw;


    }
}


*/
/* You can add global styles to this file, and also import other style files */
/*cl-root {
  background-color: #c2c2c2;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
}*/

.audience {
    direction: rtl;
    text-decoration: none;
    position: absolute;
    bottom: 100px;
}

.fa-solid {
    cursor: pointer;
}

.main-page-main {
    display: none;
    z-index: 2;

}

.audience:hover {
    background-color: var(--primary-color);
    color: white;
    transition: 0.2s;
}

.hero-section {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    position: relative;
    min-height: 6689px;
    justify-content: center;
}

.svg-container {
    max-width: 24px;
    max-height: 24px;
}

.svg-container path {

    fill: var(--primary-color);

}

.hero-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.main-content {
    position: relative;
    display: flex;
    width: 100vw;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background:linear-gradient(to left, color-mix(in srgb, var(--primary-color) 100%, transparent) ,color-mix(in srgb, var(--primary-color) 50%, white)) ;


}


.header-main-wrapper {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(61, 61, 61, 0.1);
    z-index: 10;
    min-height: 80vh;
    max-height: 80vh;
    margin-block: 10vh;
    width: 90%;
    margin-left: 5%;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    direction: rtl;
    background:linear-gradient(to left, color-mix(in srgb, var(--primary-color) 5%, white),white) ;
    box-shadow: 0px 0px 10px color-mix(in srgb, var(--primary-color) 20%, transparent) ;
    border-radius: 16px;

}

.header-wrapper {
    display: flex;
    flex-direction: column;

    border-bottom: 1px solid rgba(61, 61, 61, 0.1);
    z-index: 10;
    min-height: 100vh;
    max-height: 100vh;
    width: 100%;
    align-items: center;
    padding: 0 20px 6px;
    overflow: hidden;
}

.header-main-wrapper-right {
    display: flex;
    flex-direction: column;
    z-index: 10;
    height: fit-content;
    width: 60%;
    height: 100%;
    justify-content: space-evenly;
    column-gap: 20px;
    align-items: center;
    overflow: hidden;

}



.main-logo {
    max-width: 80%;
}
.main-address{
    width: 100%;
    text-align: center;
    font-weight: bold;
  
}
.main-contact-info {
    display: flex;
    flex-direction: row;
    z-index: 10;
    height: 100%;
    width: 40%;
    row-gap:32px;
    column-gap: 32px;
    justify-content: center;
    align-items: center;
    padding: 32px 32px 6px;
    flex-wrap: wrap;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    background: linear-gradient(to bottom,color-mix(in srgb, var(--primary-color) 50%, white),color-mix(in srgb, var(--primary-color) 100%, transparent));
}


.main-platform-icon {
    width: 40%;
    height: 100px;
    object-fit: scale-down;
    background: white;
    padding:10px 16px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
}
.main-platform-icon-wrapper {
    width:40%;
    height:100px;
    background: white;
    padding:10px 16px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-social-icons-wrapper {
    min-width: 100%;
    text-align: center;
}

.main-social-icons-wrapper a {
    text-decoration: none;
    color: var(--primary-color);
    margin-left: 16px;
    color:white
}

.main-page-vision {
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.typing-text {
    font-weight: bold;
    min-height: 20vh;
    height: 20vh;
    color: white;
    font-size: larger;
    width: 100%;
    text-align: center;
    margin-top: 16px;
}

.cta-button {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border: 1px solid var(--primary-color);
    background: linear-gradient(to bottom,color-mix(in srgb, var(--primary-color) 50%, white),color-mix(in srgb, var(--primary-color) 100%, transparent));
    position: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    min-width: 200px;
    max-width: fit-content;
    text-align: right;
    font-size: 18px;
    white-space: nowrap;
    z-index: 50;
    padding: 15px;
    margin-inline: auto;
    margin-top: 32px;
    color:white;

}
.cta-button svg{
    height:32px;
}
.cta-button svg path{
    fill: white;
}
.navigation {
    position: relative;
    justify-content: center;
    background-color: #fff;
    align-self: stretch;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 16px 80px;
}



.nav-links {
    justify-content: flex-end;
    position: relative;
    display: flex;
    padding-left: 59px;
    gap: 20px;
    align-self: stretch;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin: auto 0;
}

.nav-item:hover {

    cursor: pointer;
    color: var(--primary-color)71;
    border-radius: 10px;

}



.main-menu {
    float: left;
    position: absolute;
    left: 32px;
    top: 32px;
    animation: menuExpansion 2s infinite ease-in-out;

}

.main-menu-shadow {
    background-color: none;
    width: 60px;
    height: 5px;
    color: var(--primary-color)00;
    padding-inline: 10px;
    padding-block: 10px;
    box-shadow: 0 90px 10px var(--primary-color)20;
}


.hero-background {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    animation: backgroundChange 1s infinite ease-in-out;
}

@keyframes backgroundChange {
    0% {
        filter: blur(1px);
    }

    5% {}

    10% {
        filter: blur(1px);

    }

    15% {
        filter: blur(2px);
    }

    20% {
        filter: blur(3px);
    }

    25% {
        filter: blur(2px);
    }

    30% {
        filter: blur(1px);
    }

    40% {
        filter: blur(0px);
    }

    50% {
        filter: blur(0px)
    }

    75% {
        filter: blur(0px)
    }

    100% {
        filter: blur(0px);
    }
}

.contact-btn {
    justify-content: center;
    border-radius: 4px;
    background-color: var(--primary-color);
    display: flex;
    gap: 8px;
    color: #fff;
    text-align: center;
    padding: 14px 32px;
}



.contact-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 16px;
    margin: auto 0;
}

.contact-text {}

.nav-menu {
    display: flex;
    gap: 20px;
    color: #4d4d4d;
    justify-content: space-between;
    margin: auto 0;
}



.nav-item {
    display: flex;
    gap: 8px;
    text-align: right;
}

.nav-text {}

.nav-arrow {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 16px;
    margin: auto 0;
}

.logo-container {
    justify-content: center;
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}



.logo {
    aspect-ratio: 3.45;
    object-fit: auto;
    object-position: center;
    width: 100%;
}




.hero-subtitle {
    position: relative;
    color: var(--primary-color);
    text-align: center;
    margin-top: 87px;
    font-size: 30px;
}



.contact-us-icon {

    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
    height: 20px;

}

.scroll-indicator {
    position: relative;
    stroke-width: 2px;
    stroke: rgba(20, 60, 90, 0.5);
    border: 2px solid rgba(20, 60, 90, 0.5);
    margin-top: 52px;
    width: 30px;
    height: 50px;
}



#scroll-container {
    display: flex;
    /* Arrange sections horizontally (optional) */
    flex-direction: column;
    /* Stack sections vertically */
    height: 100vh;
    /* Set container height to 100% viewport height */
    /* Enable vertical snapping */

    /* Allow scrolling if content overflows */
}



.news-section {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    width: 100%;
}



.news-content {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    width: 100%;
    flex-direction: column;
}



.news-header {
    justify-content: space-between;
    align-self: center;
    display: flex;
    width: 90vw;
    max-width: 90vw;
    float: right;
    margin-left: 5vw;
    margin-right: 10vw;
}

.btn-primary {
    background-color: unset;
    border: none;
    border-bottom: 1px solid #143c5a;
    color: white;
    border-radius: 0;
    padding: 0;
    margin-left: 16px;

}

.btn-primary:hover {
    background-color: #143c5a;
    padding: 0 6px;
}

.browse-all-btn {
    justify-content: center;
    border-radius: 34px;
    background-color: #143c5ab7;
    display: flex;
    gap: 12px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: auto 0;
    padding: 1vh 28px;
    text-decoration: none;
}

.browse-all-btn:hover {
    background-color: #143c5a;
}


.browse-icon {
    aspect-ratio: 1.32;
    object-fit: auto;
    object-position: center;
    width: 17px;
    stroke-width: 2px;
    stroke: #fff;
    border: 2px solid #fff;
    margin: auto 0;
}

.browse-text {
    text-decoration: none;
}

.news-title {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    gap: 20px;
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 700;
    text-align: right;
    text-transform: capitalize;
    line-height: 120%;
    padding: 1px 0;
}



.news-title-text {
    margin: auto 0;
}


.news-grid {
    margin-top: 10vh;
}

.news-row {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 10%;
}

.news-column {
    display: flex;
    flex-direction: row;
    width: 40%;
    margin-inline-end: 5%;
    margin-bottom: 20px;
    border: none;
}


.loading-trigger {
    visibility: hidden;
    height: 1px;
}

.close-button {
    position: fixed;
    top: 16px;
    left: 16px;
}

.news-description {
    height: 100vw;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: wheat;
    z-index: 20;
}

.news-card {
    display: flex;
    flex-grow: 0.9;
    flex-direction: column;

}

.single-news-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 70vw;
    margin-right: 15vw;
    margin-top: -10vh;

}

.single-news-images-container {
    border-radius: 30px;
    overflow: hidden;
    /* this is crucial! */
    width: 100%;
}

.single-news-image {
    width: 100%;
    display: block;
    object-fit: contain;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.single-news-images-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

#main-image-container {
    width: 100%;
    max-width: 800px;
}

.main-news-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#thumbnails-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: 100%;
}

.thumbnail-image {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.2s, border 0.2s;
}

.thumbnail-image:hover {
    transform: scale(1.05);
    border: 2px solid #007BFF;
}

.single-post-title-text {
    margin-top: 2vh;
    text-align: justify;
    font-weight: bold;
    font-size: 40px;
    border-bottom: 1px var(--primary-color) solid;
}

.single-news-description-text {
    margin-top: 2vh;
    text-align: justify;
    font-size: 26px;
    border-bottom: 1px var(--primary-color) solid;
}

.single-news-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-grow: 0.9;
    flex-direction: column;
}


.news-image {
    aspect-ratio: 2;
    object-fit: auto;
    object-position: center;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}


.news-image {
    aspect-ratio: 2;
    object-fit: auto;
    object-position: center;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.news-image2 {
    aspect-ratio: 2;
    object-fit: auto;
    object-position: center;
    width: 50vw;
    margin-right: 10vw;
    margin-top: 32px;
    clear: both;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    border-radius: 30px;
    overflow: scroll;
}



.news-card-title {
    color: white;

    align-self: right;
    margin-top: 3vh;

    font-size: 18px;
    text-align: right;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    font-weight: bold;

}

.news-card-title:hover {
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
}

.news-description-hr {
    width: 50vw;
    margin-right: 10vw;
}

.news-divider {
    border: 1px solid #ddd;
    background-color: #ddd;
    margin-top: 10px;
    height: 1px;

}


.news-footer {
    justify-content: space-between;
    display: flex;
    margin-top: 1vh;

    font-weight: 600;
}



.news-date {
    color: white;
    text-align: right;
    font-size: 14px;
    white-space: nowrap;
    line-height: 40px;
}

.read-more {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    min-width: fit-content;

    width: 100%;
    text-align: left;

}



.competitions-section {
    display: flex;
    flex-direction: column;

    position: relative;
    min-height: 781px;
    width: 100%;
    justify-content: center;
}



.competitions-content {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 62px 80px 0;
    direction: rtl;
}



.competitions-header {
    justify-content: space-between;
    align-self: center;
    display: flex;
    width: 85vw;
    max-width: 85vw;
    float: right;
    margin-left: 10vw;
    margin-right: 10vw;
}



.competitions-title {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    gap: 20px;
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 700;
    text-align: right;
    text-transform: capitalize;
    line-height: 120%;
    padding: 1px 0;
}



.competitions-title-text {
    font-weight: bolder;
}



.competitions-grid {
    margin-top: 118px;
}



.platforms-section {
    align-items: center;
    background-color: rgba(157, 157, 157, 0.04);
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 56px 60px;
}



.platforms-content {
    display: flex;
    width: 90%;
    max-width: 90%;
    flex-direction: column;
}



.platforms-header {
    justify-content: flex-end;
    align-self: flex-end;
    display: flex;
    gap: 20px;
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 800;
    white-space: nowrap;
    text-align: center;
    line-height: 140%;
    padding: 4px 0 11px;
}



.platforms-title {}


.platforms-grid {
    margin-top: 62px;
    padding: 1px 0;
}



.platforms-row {
    gap: 20px;
    display: flex;
}



.platform-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 33%;
    margin-left: 0px;
    cursor: pointer;
}

.platform-column:hover {
    margin-top: -16px;
    transition: 0.3s;
}


.platform-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 55px;
    align-items: center;
    border-radius: 18px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to top, rgb(244, 251, 255), white, white);
    position: relative;

    flex-grow: 1;
    font-weight: 600;
    text-align: center;
    min-height: 50vh;
}



.platform-image {
    aspect-ratio: 2.27;
    object-fit: scale-down;
    object-position: center;
    width: 100%;
    align-self: stretch;
    border-radius: 18px;
}

.platform-title {
    position: relative;
    color: var(--primary-color);
    margin-top: 44px;
    font-size: 24px;
    font-weight: bold;
}



.platform-description {
    position: relative;
    color: #4f3527;
    margin-top: 32px;
    font-size: 16px;
}

.platforms-navigation {
    justify-content: space-between;
    align-self: center;
    display: flex;
    margin-top: 44px;
    gap: 20px;
}


.nav-arrow-left,
.nav-arrow-right {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 58px;
}

.sectors-section {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    min-height: 100vh;
    max-height: 100vh;
    width: 100vw;
    padding-top: 5vw;
    padding: 0 8vw;

}



.sectors-content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    padding-top: 40px;


    height: fit-content;
    max-height: fit-content;
    flex: auto;
}



.sectors-header {
    justify-content: flex-end;
    display: flex;
    gap: 20px;
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    line-height: 88px;
    padding: 20px 1px 20px 80px;

}

.animation {
    transform: translateY(10vh);
    transition: all 0.5s ease-out;
}

section.animation {
    transform: translateY(0vh);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10vh);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* When in view */
.in-view {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 1s ease-out forwards;

}

.sectors-title {
    line-height: 88px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'myfont';
    color:white;
}




.sectors-row {

    display: flex;

    border-radius: 28px;




}


.sector-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 28%;
    margin-left: -4%;
    transition: 0.2s;



}



.sector-card {
    background: linear-gradient(to top, #a5b1ba, #ffffff);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #263238;
    width: 100%;
    border-radius: 60px;
    height: 70vh;
    justify-content: center;
    padding-right: -16%;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
}

.sector-column:hover {
    width: 50%;
    height: auto;
    z-index: 5;
}

.first-card {
    background: #D3E7F6;



}

.second-card {
    background: #E0ECF5;



}

.third-card {
    background: #EBEDEF;


}

.fourth-card {
    background: #F3F3F3;


}


.sector-number {
    border-radius: 6px;
    background-color: #fff;
    white-space: nowrap;
    justify-content: center;
    padding: 1px 12px;
    font-size: 14px;
}


.sector-icon {
    color: var(--primary-color);
    text-align: center;
    margin-top: 24px;
    font-size: 48px;
}



.sector-title {
    text-align: center;
    margin-top: 24px;
    font-weight: bold;

}

.sector-arrow {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 56px;
    stroke-width: 2px;
    stroke: #2196f3;
    border: 2px solid #2196f3;
    margin-top: 278px;
}


.about-section {
    display: flex;
    flex-direction: column;

    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 77px 80px;
}



.about-title {
    position: relative;
    color: var(--primary-color);
    text-align: center;
    align-self: flex-end;
    margin: 6px 104px 0 0;
    font-size: 48px;
}

.about-container-image {
    display: grid;
    grid-template-columns: 30% 35%;
    gap: 25%;
    text-align: justify;
    min-width: 100vw;
}

.about-content {
    position: relative;
    direction: rtl;
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;

    animation: showAbout 5s linear;


}

@keyframes showAbout {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

.about-image {
    position: relative;
    object-fit: auto;
    object-position: center;
    object-fit: scale-down;
    width: 100%;
    margin-top: 25%;
    margin-left: 50%;
}


.about-row {
    gap: 20px;
    text-align: center;
    width: 80vw;
    margin-left: 10vw;
}



.about-image-column {

    width: 0%;
    margin-left: 0px;
}






.about-text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 100vw;

}



.about-description {
    color: #000;
    text-align: justify;
    position: relative;
    font-size: 24px;
    height: 70%;
    width: 30%;
    margin-left: 10%;
}



.values-section {
    position: relative;
}

.values-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    direction: rtl;
}

.values-row {
    gap: 20px;
    display: flex;
}



.values-column {
    flex-direction: column;
    width: 25vw;
    transition: 0.5s;
    border-radius: 16px;
    height: auto;
}

.values-card {
    background: linear-gradient(to top, #d4ecff, #ffffff, white);
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #000;
    width: 100%;
    height: 100%;
    border-bottom: 13px var(--primary-color) solid;
    border-top: 13px var(--primary-color) solid;
    text-align: center;
}

.values-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    white-space: nowrap;
    text-align: center;
    padding: 0 39px;

}


.values-divider {
    background-color: rgba(20, 60, 90, 0.5);
    align-self: stretch;
    height: 13px;
    width: 100%;
}

.values-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 100px;
    margin-top: 20%;

    color: rgb(253, 142, 62);

}

.values-image {
    width: 100%;
}

.values-title {
    margin-top: 15px;
    font-weight: bolder;
    color: var(--primary-color);


}



.values-content {
    display: flex;
    flex-direction: column;
    font-size: auto;
    font-weight: 400;
    text-align: right;
    padding: 20px 22px;
}



.values-list {

    font-weight: lighter;
}

.values-list-container {
    display: grid;
    min-width: 100%;
    padding-right: 50px;
    grid-template-columns: 50% 50%;
    text-align: right;

}

.values-list-content {

    min-width: 100%;
}

.values-list-content li {
    direction: rtl;
    width: 100%;
    font-weight: lighter;
}

.values-footer {
    background-color: rgba(20, 60, 90, 0.5);
    width: 309px;
    max-width: 100%;
    height: 13px;
    margin: 36px 0 0 17px;
}



.mission-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 30%;
    margin-left: 20px;
}



.mission-card {
    box-shadow: 1px 5px 20px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #000;
    width: 100%;
    padding: 0 33px;
}



.mission-divider {
    background-color: rgba(20, 60, 90, 0.5);
    height: 13px;
}

.mission-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 54px;
    align-self: center;
    margin-top: 60px;
}



.mission-title {
    text-align: center;
    align-self: center;
    margin-top: 95px;
    font-size: 24px;
}



.mission-description {
    text-align: justify;
    margin-top: 76px;
    font-size: 14px;
}


.mission-footer {
    background-color: rgba(20, 60, 90, 0.5);
    margin-top: 61px;
    height: 13px;
}



.vision-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 30%;
    margin-left: 20px;
}


.vision-card {
    background-color: #fff;
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 0 35px;
}



.vision-divider {
    background-color: rgba(20, 60, 90, 0.5);
    height: 13px;
}

.vision-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 54px;
    align-self: center;
    margin-top: 60px;
}



.vision-title {
    align-self: center;
    margin-top: 92px;
    font-size: 24px;
}

.vision-description {
    margin-top: 78px;
    font-size: 16px;
}



.vision-footer {
    background-color: rgba(20, 60, 90, 0.5);
    margin-top: 92px;
    height: 13px;
}


.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
    min-height: 925px;
    width: 100%;
    padding: 48px 80px 80px;
}



.contact-content {
    position: relative;
    justify-content: space-between;
    display: flex;
    margin-right: 10px;
    gap: 20px;
    text-align: center;
    padding: 0 1px;
}



.social-links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    white-space: nowrap;
    line-height: 100%;
    margin: auto 0;
}



.social-icon {
    justify-content: center;
    border-radius: 34px;
    border: 1px solid #808080;
    padding: 9px;
}



.contact-header {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    width: 100vw;
}



.contact-title {
    justify-content: space-between;
    align-items: flex-start;
    align-self: flex-end;
    display: flex;
    gap: 20px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 71%;
    padding: 4px 0 11px;
    margin-right: 5vw;
}

.contact-title::after {
    background-image: url('contactus.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: fill;
    backdrop-filter: blur(5px);
}

.contact-title-text {
    margin: auto 0;
}



.title-icon {
    aspect-ratio: 0.1;
    object-fit: contain;
    object-position: center;
    width: 70px;
    align-self: start;
    height: 70px;

}




.contact-subtitle {
    color: #000;
    font-weight: 500;
    line-height: 50px;
    margin-top: 32px;
    width: 100%;
    text-align: center;
}


.contact-form {
    position: relative;
    justify-content: center;
    align-items: center;
    align-self: center;
    display: flex;
    margin-top: 16px;
    width: 100vw;
    max-width: 1046px;
    font-size: 24px;
    color: rgba(136, 136, 136);
    line-height: 100%;
    padding: 0 60px;
    text-align: center;
}



.form-container {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;

}

.form-row {
    display: grid;
    grid-template-columns: 10% 90%;
    gap: 1px;
    font-weight: 200;
    max-height: 60vh;
}

.contact-us-textarea {

    justify-content: flex-end;
    align-items: flex-end;
    border: none;
    border-radius: 2px;
    border-bottom: 1px solid #cacaca;
    background: none;
    flex: 1;
    padding: 10px 10px 15px;
    text-align: right;
    color: gray;
    font-size: small;
    height: 40px;
    padding-bottom: 50px;
}

.form-row label {
    color: #2196f3;
}

.form-input {
    justify-content: flex-end;
    align-items: flex-end;
    border: none;
    border-radius: 2px;
    border-bottom: 1px solid #cacaca;
    background: none;
    flex: 1;
    padding: 7px 7px 15px;
    text-align: right;
    color: gray;
    font-size: small;
}

.form-input::placeholder {
    color: rgb(206, 206, 206);
    /* Placeholder text color */
}


.form-textarea {
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 2px;
    border-bottom: 1px solid #cacaca;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 48px;
    font-weight: 400;
    padding: 10px 10px 100px;
}



.submit-button {
    justify-content: center;
    border-radius: 2px;
    align-self: center;
    margin-top: 16px;
    font-size: 22px;
    font-weight: bolder;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px;
    

}

.submit-button:hover {
    opacity: 0.8;
}

.submit-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    margin: auto 0;
}



.footer {

    padding-top: 7vh;
    height: fit-content;
    width: 100%;
    direction: rtl;
    background-color: var(--primary-color);
    max-width: 100%;

}

.footer-address {
    color: var(--primary-color);
    direction: rtl;
    text-align: center;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-block: 16px;

    max-width: 100%;
    margin-top: 7vh;
}

.footer-content {

    display: grid;
    grid-template-columns: 40% 30% 30%;
    width: 80%;
    margin-right: 10%;
    color: #000;
    text-align: center;

}



.footer-column {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.footer-section {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
}



.footer-title {
    font-size: 24px;
}

.footer-divider {
    border: 1px solid #000;
    background-color: #000;
    align-self: flex-end;

    width: 48px;
    height: 1px;

}

.footer-link {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;

}


.footer-link-icon {
    aspect-ratio: 0.46;
    object-fit: auto;
    object-position: center;
    width: 6px;
    stroke-width: 1px;
    stroke: #000;
    border: 1px solid #000;
    margin: auto 0;
}

.footer-info {
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-align: right;
    margin: 0 16px;

}



.footer-logo {
    aspect-ratio: 3.45;
    object-fit: scale-down;
    object-position: center;
    width: 100%;

}




.footer-icons a {
    all: unset;
    cursor: pointer;
    margin: 4px;

}

.footer-icons a:hover {

    color: wheat;

}


.copyright {
    position: relative;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    color: #fff;
    padding: 10px 60px;
    font-size: 16px;
    font-weight: lighter;
    text-align: right;

}

.copyright svg path {
    fill: white;
}

.copyright svg {
    margin-left: 32px;
    height: 20px;
    width: 20px;

}

.section {
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

a {
    text-decoration: none;
}

/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sidebar-logo {}

.scroll-button.left {
    left: 5vw;
}

.scroll-button.right {
    right: 5vw;
}

.scroll-buttons {
    display: none;
}

.scroll-button {
    position: absolute;
    top: 45vh;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.062);
    border-radius: 50%;
    border: none;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 10;
    color: white;
    font-size: 48px;
}

.scroll-button:hover {
    background: rgba(0, 0, 0, 0.548);

}

/* Side navigation bar styles */
.sidebar {
    height: 100vh;
    /* Changed from 100vw to 100vh for full viewport height */
    width: 60px;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    background: white;
    padding-top: 20px;
    transition: width 0.1s ease;
    direction: rtl;
    animation: sidebarEntry 1s 2s linear;
    backdrop-filter: blur(10px);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.594);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
}

@keyframes sidebarEntry {
    0% {
        height: 0vh;
    }

    100% {
        height: 100vh;
    }

}

.sidebar:hover {
    width: 20vw;
}

.sidebar.hovered {
    width: 100vw;
    z-index: 5;
}

.sidebar a {
    display: block;
    color: var(--primary-color);
    padding: 16px;
    text-decoration: none;
    transition: background-color ease;
    font-weight: bold;
}

.sidebar img {
    display: block;
    color: var(--primary-color);
    text-decoration: none;
    transition: background-color ease;
    font-weight: bold;
}

.sidebar a:hover {
    background-color: #ffffff;
}

.sidebar i {
    font-size: 24px;
    margin-left: 16px;
    margin-right: 6px;
}

.sidebar span {
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: none;

}

.sidebar:hover span {
    opacity: 1;
    display: inline;
}

/* Adjustments for smaller screens */

.sidebar-button {
    display: none;
}

.hidden {
    display: none;
}

.sidebar-button:hover+.sidebar {
    width: 70%;
}

/* Adjustments for mobile screens */

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}


.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(2px);
    opacity: 0.2;
    z-index: -2;
}

.content {
    position: relative;
    z-index: 0;
    padding: 20px;
    color: white;
    text-align: center;
}


@keyframes gradientBackground {
    0% {
        background-position: 0% 50%;
        height: 100vh;
    }

    50% {
        background-position: 100% 50%;
        height: 100vh;

    }


    100% {
        background-position: 0% 50%;
        height: 100vh;

    }
}

.animated-background {
    animation: gradientBackground 4s infinite alternate;
    background: linear-gradient(to left top, #84ceff46, #ffffff, #84ceff46, #ffffff);
    z-index: -1;
    position: absolute;
    overflow: hidden;
    opacity: 0.5;
    height: 100vh;
    max-height: 100vh;



}

.transparent-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.icon-input {
    position: relative;
    display: inline-block;
}

.icon-input input {
    padding-left: 25px;
}

.icon-input .fa-user {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.form-row {
    direction: rtl;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    padding: 5vw;
    box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.02);
}

textarea {
    max-height: 10vh;
}

.form-row label {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
}

.form-row label i {
    margin-right: 5px;
    cursor: pointer;
}

.form-row input,
.form-row textarea {
    margin-bottom: 20px;
}

.tooltip {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    width: 120px;
    font-size: small;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.form-row label:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.form-input:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* .sectors-row:hover .sector-column {
    transition: 1s;
    width: 100%;
} */

@keyframes rotate-gear {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-atom {
    0% {
        transform: rotate(0deg);
        color: inherit;
    }

    100% {
        transform: rotate(360deg);
        color: rgb(0, 115, 255);
    }
}

@keyframes rotate-satellite {
    0% {
        transform: inherit;

        color: inherit;
    }

    100% {
        transform: rotate(-90deg);

        color: rgb(0, 115, 255);
    }
}

@keyframes change-lightbulb-color {
    0% {
        color: inherit;
    }

    100% {
        color: #f18700;
    }
}

.sectors-row .sector-column:hover .sector-icon .fa-gear {
    animation: rotate-gear 0.3s ease-in-out, change-lightbulb-color 0.3s ease-in-out;
    width: 100%;
    /* margin-top:-64px; */
    color: #f18700;
}

.sectors-row .sector-column:hover .sector-icon .fa-atom {
    animation: rotate-atom 0.3s ease-in-out, change-lightbulb-color 0.3s ease-in-out;
    color: #f18700;

}

.sectors-row .sector-column:hover .sector-icon .fa-satellite {
    animation: rotate-satellite 0.3s ease-in-out, change-lightbulb-color 0.3s ease-in-out;
    transform: rotate(-90deg);
    color: #f18700;

}

.sectors-row .sector-column:hover .sector-card .sector-managements {
    display: unset;

}

.sector-card:hover {
    z-index: 10;
}

.sectors-row .sector-column:hover .sector-icon .fa-lightbulb {
    animation: change-lightbulb-color 0.3s ease-in-out;
    color: #f18700;

}



.sector-column {
    border-radius: 10px;
}



@font-face {
    font-family: 'myfont';
    src: url('/static/fonts/neue.otf') format('opentype');
}

@font-face {
    font-family: 'myfont';
    src: url('/static/fonts/Linotype - Neue Frutiger Arabic Bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'myfont';
    src: url('/static/fonts/Linotype - Neue Frutiger Arabic Light.otf') format('opentype');
    font-weight: lighter;
}


* {
    font-family: 'myfont';
}

.news-column,
.form-container,
.values-icon,
.values-title,
.values-content,
.values-list-container,
.contact-form,
.sidebar a,
.sidebar span,
.contact-us-text,
.contact-us-icon,
.cta-button,
.sectors-content,
.platform-column {
    zoom: var(--dynamic-zoom);
}

@media (-webkit-device-pixel-ratio > 1.25) {

    section *:not(.sidebar *),
    .form-input,
    .form-container,
    .values-icon,
    .values-title,
    .values-content,
    .values-list-container {
        zoom: 0.97;
    }

    .header-mobile {
        zoom: 1;
    }

    .values-content ul {
        font-size: auto;
    }

    .about-content {
        font-size: auto;
    }
}