html, body {
    margin: 0;
    padding: 0;
}


.landing-page {
    height: 463px;
    background-color: #005287;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-inline: 60px;
    padding-top: 22px;
    direction: rtl;
    margin-bottom: 5px;
}

.landing-page .description-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.generic-pic {
    margin-bottom: -10px;
}

.generic-pic svg {
    width: 100%;
    height: 100%;
}

.description-text {
    width: 50%;
    padding-bottom: 120px;
}

.description-text h3 {
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
}

.description-text p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 29px;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-section .lang {
    color: #fff;
    font-size: 16px;
    display: flex;
    cursor: pointer;
    gap: 5px;
    align-items: center;
}

.logo-section .lang .material-icons {
    color: #fff;
    position: relative;
    top: 3px;
}

.link-section {
    padding-inline: 60px;
    padding-bottom: 34px;
    display: flex;
    align-items: center;
    gap: 37px;
}

.link-section {
    justify-content: space-between;
}

.link-section > div {
    width: 375px;
    height: 170px;
    box-shadow: 0px 0px 10px #0000001A;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.link-section > div {
text-align: center;}
.link-section > div p {
    margin: 0;
    font-size: 18px;
    color: #000000;
}

.link-section > div div {
    margin-bottom: 0px;
}

.link-section > div p:nth-child(3) {
    margin-top: -14px;
    font-weight: bold;
}



h1 {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.iframe-container {
    padding-inline: 50px;
    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
}

.lang-container {
    display: flex;
    gap: 42px;
    align-items: center;
}

.menu-container {
    display: flex;
    gap: 45px;
    align-items: center;
    cursor: pointer;
    p,a {
        font-size: 16px;
        color: #fff;
    }
}

.active {
    font-weight: bold;
    position: relative;
}

.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #A1050D;
    bottom: -12px;
    left: 0;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller_Rg.ttf');
    unicode-range: 'U+0101-U+0172';
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller_Bd.ttf');
    font-weight: bold;
    unicode-range: 'U+0101-U+0172';
}

@font-face {
    font-family: 'HelveticaNeueLT Arabic 55 Roman';
    src: url('fonts/HelveticaNeueLT Arabic55.ttf');
    unicode-range: 'U+0600-U+06FF';
}

@font-face {
    font-family: 'HelveticaNeueLT Arabic 75 Bold';
    src: url('fonts/HelveticaNeueLTArabic-Bold_0.ttf');
    font-weight: bold;
    unicode-range: 'U+0600-U+06FF';
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons-Regular.ttf);
  }

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

*:not(.material-icons) {
    font-family: 'HelveticaNeueLT Arabic 55 Roman', 'HelveticaNeueLT Arabic 75 Bold', 'Aller';
}

a {
    text-decoration: none;
}

*:lang(en) {
    direction: ltr;
 }

 .link-section:lang(ar) {
    direction: rtl;
}


@media (max-width: 950px) {
    .landing-page {
        padding-inline: 14px;
        height: unset;
    }
    .logo-section {
        flex-direction: column;
    }
    .menu-container {
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: unset;
        p, a {
            font-size: 14px;
        }
    }
    .landing-page .description-container {
        display: block;
        text-align: center;
    }
    .description-text {
        width: 100%;
        padding-bottom: 0;
    }
    .generic-pic{
        img {
            width: 75%;
            margin-top: 30px;  
        }
    }
    h1 {
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 24px;
        line-height: 24px;
    }
    .link-section {
        padding-inline: 14px;
        padding-bottom: 34px;
        align-items: center;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .link-section > div {
        width: 100%;
    }
    .iframe-container {
        padding-inline: 14px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .iframe-container  > div {
        margin: 0 !important;
    }
  }

  @media (min-width: 768px) and (max-width: 950px) {
    .menu-container {
        justify-content: center;
        gap: 30px;
    }
  }