@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

* {
    font-family: "Tajawal", serif;
    padding: 0px;
    margin: 0px;
    outline: none !important;
}

:root {
    overflow-x: hidden;
    --theme: #b09c69;
    --dark: #121212;
}

::selection {
    background: var(--theme);
    color: aliceblue !important;
}

img, button, a {
    user-select: none !important;
}

body {
    background: var(--dark);
}


html {
    overflow-x: hidden;
}


main {
    min-height: 100vh;
}

header {
    background: #000000bd;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}


.HeaderInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.HeaderLogo {
    display: block;
    margin: 0 0;
    width: fit-content;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.HeaderLogo img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 60px;
    filter: invert(1);
    transition: 350ms;
    max-width: 290px;
    object-fit: contain;
    object-position: center center;
}

.HeaderLogo img:hover {
    transform: scale(1.2);
}

.HeaderLogo label {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -14px;
    width: max-content;
    font-weight: normal;
}

.HeaderButtons {
}

.HeaderButtons button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 45px;
    aspect-ratio: 1/1;
    border: none;
    background: #ffffff12;
    border-radius: 5px;
    padding: 10px;
    transition: 300ms;
}

.HeaderButtons button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 300ms;
}

.HeaderSearch {
}

.HeaderSearchHolder {
    display: block;
    margin: 0 auto;
    width: 261px;
    height: 40px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 100px;
}

.HeaderSearchHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 12px;
    padding: 0 15px;
}

.HeaderSearchHolder button {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: var(--theme);
    color: aliceblue;
}

.Font2 {
    /*font-family: "Katibeh", serif;*/
}


.HeaderButtons button:hover {
    transform: scale(1.1);
    background: #ffffff2e;
}


.HeaderButtons button:hover .setbg {
    transform: rotateY(180deg);
}

.Banner {
    position: relative;
    overflow: hidden;
    background-color: #000000;
    z-index: 2;
}

.BannerInner {
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 100vh;
}

.BannerDiv {
    display: block;
    margin: 0 0;
    width: 50%;
    color: aliceblue;
}

.BannerDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bolder;
    color: var(--theme);
    font-size: 49px;
}

.BannerDiv p {
    display: block;
    margin: 19px auto 0;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
}

.BannerBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    z-index: -1;
    filter: grayscale(1);
    opacity: 0.4;
}

.About {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 90px 0;
    background: #ffffff;
}

.AboutInner {
    display: block;
    margin: 0 auto 60px;
    width: 100%;
}

.AboutInner h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: var(--theme);
    font-size: 69px;
    font-weight: bolder;
}

.AboutInner p {
    display: block;
    margin: 48px auto;
    width: 100%;
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    line-height: normal;
}

.CounterItem {
    display: block;
    margin: 25px auto;
    width: 100%;
    color: #000000;
    text-align: center;
}

.CounterItem h5 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 28px;
    color: var(--theme);
    font-weight: bolder;
    border-bottom: solid 2px var(--theme);
}

.CounterItem label {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
}

.ProjectItem {
    display: block;
    margin: 20px auto;
    width: 90%;
    background: #000000bd;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 300ms;
}

.ProjectItemCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #646464;
    filter: grayscale(0.5);
    transition: 400ms;
}

.ProjectItemText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.ProjectItemText {
}

.ProjectItemText h4 {
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    color: var(--theme);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ProjectItemText label {
    display: block;
    margin: 15px auto 0;
    width: 100%;
    color: aliceblue;
    font-size: 12px;
    pointer-events: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ProjectItemText label i {
    margin-left: 6px;
}


.ProjectItem:hover {
    transform: scale(1.05);
    background: #000000;
    box-shadow: -18px -20px 1px 1px #00000040;
}

.ProjectItem:hover .ProjectItemCover {
    filter: grayscale(0);
}

.SharedSectionHeader {
    display: block;
    margin: 0px auto 1px;
    width: 100%;
    color: aliceblue;
}

.SharedSectionHeader h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: var(--theme);
    font-size: 40px;
    position: relative;
    font-weight: bolder;
}


.SharedSectionHeader p {
    display: block;
    margin: 30px auto;
    width: 100%;
    font-size: 20px;
    color: aliceblue;
    font-weight: 300;
    line-height: normal;
}

.Projects {
    background: #141414;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.ProjectsBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(1);
    opacity: 0.2;
    z-index: -1;
}

.SharedSectionHeader h1 a {
    position: absolute;
    left: 0;
    top: 15%;
    width: fit-content;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    padding: 0 15px;
    padding-left: 35px;
    border-bottom: solid 3px;
    transition: 300ms;
}

.SharedSectionHeader h1 a i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-size: 11px;
}

.SharedSectionHeader h1 a:hover {
    transform: scale(1.05);
    color: var(--theme);
}

.AchievementsArtGH {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 35%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translatey(0px);
    -webkit-animation: AchievementsArtAnimation 10s ease-in-out infinite;
    animation: AchievementsArtAnimation 10s ease-in-out infinite;
}

@keyframes AchievementsArtAnimation {
    0% {
        left: 60px;
        filter: drop-shadow(0px 0px 4px #000000a8);
    }
    50% {
        left: 0px;
        filter: drop-shadow(-69px 2px 4px #000000a8);
    }
    100% {
        left: 60px;
        filter: drop-shadow(0px 0px 4px #000000a8);
    }
}

.AchievementsArt {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 110%;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.AchievementsGH {
    position: relative;
    z-index: 2;
}

.AchievementsGH h1 {
}

.AchievementsGH h4 {
    display: list-item;
    margin: 39px auto;
    width: 100%;
    color: aliceblue;
    font-size: 16px;
    list-style-type: square;
}


.Achievements {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 3;
}

.LatestNews {
    padding: 110px 0;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #ffffff;
}

.LatestEventsGH {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.LatestEventItem {
    display: block;
    margin: 14px 0;
    width: 48%;
    background: #e8e8e8;
    position: relative;
    padding-bottom: 29px;
    border-radius: 10px;
    overflow: hidden;
}

.LatestEventItem .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    background-color: #e0e0e0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.LatestEventItemText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.LatestEventItemText h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    color: var(--theme);
    font-weight: bolder;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.LatestEventItemText label {
    display: block;
    margin: 7px auto;
    width: 100%;
    font-size: 13px;
    color: #5f5f5f;
}

.LatestEventItemText label i {
    margin: 0 7px;
}

.LatestEventItemText a {
    position: absolute;
    left: 0;
    bottom: 0;
    color: aliceblue;
    padding: 5px 15px;
    background: var(--theme);
    text-decoration: none;
    font-size: 13px;
    border-top-right-radius: 10px;
    padding-left: 31px;
    transition: 300ms;
}

.LatestEventItemText a i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LatestEventItemText a:hover {
    transform: scale(1.1);
    background: var(--theme);
    color: #ffffff;
}

.LatestEventItemMain {
    display: block;
    margin: 13px auto;
    width: 90%;
    height: 96%;
}

.LatestEventItemMain .setbg {
    aspect-ratio: 1/0.7;
}

.City {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 0.1;
}


.Table {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    filter: grayscale(1);
    opacity: 0.3;
}

footer {
    padding-top: 80px;
    padding-bottom: 100px;
}

.FooterVision {
}

.FooterVision h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 38px;
    color: var(--theme);
}

.FooterVision p {
    display: block;
    margin: 30px auto;
    width: 100%;
    color: aliceblue;
    font-size: 14px;
    line-height: normal;
}

.FooterCenter {
}

.FooterCenter {
}

.FooterLogo {
    display: block;
    margin: 15px auto;
    width: 100%;
    height: 102px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1) invert(1) brightness(5.5);
}

.FooterSocialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.FooterSocialMedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    aspect-ratio: 1/1;
    background: #ffffff1c;
    margin: 0 5px;
    text-align: center;
    padding: 0;
    border-radius: 1000px;
    color: aliceblue;
    font-size: 20px;
    text-decoration: none;
    transition: 300ms;
}


.FooterSocialMedia a:hover {
    transform: scale(1.1);
    color: var(--theme);
}

.FooterTabs {
}

.FooterTabs h4 {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    font-size: 38px;
    color: var(--theme);
}

.FooterTabs ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    padding: 0;
}

.FooterTabs ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: aliceblue;
    background: none;
    cursor: pointer;
    padding: 10px 15px;
    border-bottom: solid 1px #282828;
    font-size: 14px;
    transition: 300ms;
}

.FooterTabs ul li:last-child {
    border-bottom: none;
}

.FooterTabs ul li:hover {
    background: #ffffff0a;
}

.SideMenu {
    display: none;
}

.SideMenu {
}

.SideMenuInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.SideMenuFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    opacity: 0.2;
}

.SideMenuDiv {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background: var(--dark);
    padding: 20px;
    color: aliceblue;
    box-shadow: 1px 1px 20px 6px #ffffff2b;
}

.SideMenuDiv ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.SideMenuDiv ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 12px 7px;
    border-bottom: solid 1px #ffffff0d;
    cursor: pointer;
    transition: 300ms;
}

.Blured {
    filter: blur(4px);
}


.SideMenuLogo {
    display: block;
    margin: 0 auto 20px;
    width: 70%;
    height: auto;
    filter: grayscale(1) invert(1) brightness(3.5);
}

.SideMenuDiv ul li:hover {
    background: #202020;
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #060606;
    z-index: 999999999;
}

.PreloaderDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.PreloaderDiv img {
    display: block;
    margin: 17px auto;
    width: auto;
    height: 90px;
    filter: grayscale(1) invert(1) brightness(2.5);
}

.PreloaderDiv label {
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center;
    color: aliceblue;
    font-size: 15px;
}

.TweetsSlider {
    direction: ltr !important;
}

.TweetsSliderItem {
}

.TweetsSliderItemInner {
    display: block;
    margin: 25px auto;
    width: 85%;
    direction: rtl;
    background: #f9f9f9;
    padding: 20px;
    position: relative;
    padding-right: 60px;
    border-radius: 46px 0;
    border: solid 1px #dcdcdc;
}

.TweetsSliderItemInner iframe {
}

.LatestTweets {
    padding: 110px 0;
    background: #ffffff;
}

.TweetsSliderItemInner h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: var(--theme);
    font-size: 17px;
    font-weight: bold;
}

.TweetsSliderItemInner h3 img {
    position: absolute;
    right: 0;
    top: 8px;
    width: auto;
    height: 40px;
    aspect-ratio: 1/1;
    border: solid 2px var(--theme);
    border-radius: 1000px;
    object-fit: cover;
    margin: 10px;
}

.TweetsSliderItemInner h4 {
    display: flex;
    justify-content: end;
    direction: ltr;
    color: var(--theme);
    font-size: 18px;
    margin: 25px auto 0;
    width: 100%;
}

.TweetsSliderItemInner h4 g {
    margin: 0 7px;
}

.TweetsSliderItemInner h4 g i {
}

.TweetsSliderItemInner p {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 13px;
}

.TweetsSliderItemInner p u {
    text-decoration: none;
}

.TweetsSliderItemInner p .ThisIsALink {
    font-weight: bold;
    color: var(--theme);
    cursor: pointer;
}

.LatestNews .SharedSectionHeader p, .LatestTweets .SharedSectionHeader p {
    color: #000000;
}

.ProjectShowCover {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    aspect-ratio: 1/0.3;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}

.PageSectionHeader {
}

.PageSectionHeader h1 {
}

.PageSectionHeader p {
}

.ProjectsShow {
    position: relative;
    overflow: hidden;
}

.ProjectsShowDescriptionGH {
    display: block;
    margin: 25px auto 60px;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.ProjectsShowDetails {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ProjectsShowHeader {
    display: block;
    margin: 26px auto;
    width: 100%;
    font-size: 31px;
    color: var(--theme);
}

.ExternalPageMain {
    padding-top: 80px;
}

.ProjectsShowHeader label {
    display: block;
    margin: 25px auto;
    width: 100%;
    font-size: 15px;
    color: aliceblue;
}

.ProjectsShowHeader label i {
}

.LatestEventItem p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.LatestEventItemMain p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.LatestNews .SharedSectionHeader h1 a {
    color: #b9b9b9;
}

.LatestNews .SharedSectionHeader h1 a:hover {
    color: var(--theme)
}

.NewsShow {
    position: relative;
}

.NewsShowPage {
}

.NewsShowCover {
    display: block;
    margin: 34px auto;
    width: 100%;
    aspect-ratio: 1/0.3;
    background-size: cover;
    object-position: center center;
    border-radius: 20px;
}

.NewsShowTitle {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 30px;
    color: var(--theme);
    font-weight: bold;
}

.NewsShowDate {
    display: block;
    margin: 12px auto;
    width: 100%;
    color: aliceblue;
    font-size: 18px;
    direction: ltr;
    text-align: right;
}

.NewsShowDescription {
    display: block;
    margin: 21px auto;
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
}


.NewsShowDate i {
    margin: 0 6px;
}

.SideMenuSearch {
    display: none;
}

.SearchRF {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.SearchRFInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SearchRF img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 240px;
    filter: invert(1) hue-rotate(56deg);
    mix-blend-mode: exclusion;
}

.SearchRF h4 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: var(--theme);
}

.CounterItemIcon {
    display: block;
    margin: 5px auto;
    width: 70px;
    height: auto;
    aspect-ratio: 1/1;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 2px var(--theme);
    border-radius: 10000px;
}

.BrandsSlider {
    direction: ltr;
}

.BrandsSliderItem {
}

.BrandsSliderItem img {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    object-fit: contain;
    object-position: center;
    padding: 20px;
}

.ProjectGalleryGH {
    display: flex;
    margin: 23px auto;
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
}

.ProjectGalleryItem {
    display: block;
    margin: 0 0;
    width: 130px;
    aspect-ratio: 1/1;
    background-color: #1f1f1f;
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    border-radius: 10px;
    transition: 300ms;
    cursor: pointer;
    filter: grayscale(1);
}

.ProjectGalleryItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ProjectGallery {
}

.ProjectGalleryPrev {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    object-fit: contain;
    object-position: center center;
    background-color: #1f1f1f;
}

.ActiveProjectGalleryItem {
    border: solid 6px var(--theme);
    filter: grayscale(0);
}
