@import url(https://use.typekit.net/zau5rfj.css) all;
@font-face {
    font-family: "RyoGothicPlusN";
    src: local("RyoGothicPlusN.ttf") format('truetype'),
    url("RyoGothicPlusN.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "NotoSansArabic";
    src: local("NotoSansArabic-Light.ttf") format('truetype'),
    url("NotoSansArabic-Light.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html{
    scroll-behavior: smooth;
    /* -ms-scroll-snap-type:y mandatory;
    scroll-snap-type:y mandatory; */
    overflow-x: hidden;
    font-family: "Ryo Gothic PlusN", adelle-sans, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #fff;
    background-color:#000;
}
a {
    text-decoration: none;
    color: #fff;
}
img {
    height: 100%;
    width: 100%;
}
.container {
    background-color:#0000;
    z-index: 0;
    width: 100vw;
    position: static;
}
.page {
    width: 100vw;
    /* scroll-snap-align: start; */
    margin: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.logo {
    max-width: 80px;
    margin-top: 100px;
}
.slogan {
    text-align: center;
    width: 100px;
    font-size: 0.5rem;
}
.sloganAr {
    font-family: "adelle-sans-arabic", NotoSansArabic, sans-serif; 
    font-weight: 300;
    font-size: 0.55rem;
    font-style: normal;
    
}
.sloganEn {
    font-size: 0.5rem;
    font-weight: 300;
}
.content {
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 20px;
    overflow: hidden;
}
.pageTitle {
    color:#EDE3AC ;
    font-weight: 200;
    margin-bottom: 8px ;
    -webkit-box-flex: 7%;
    -ms-flex: 7%;
    flex: 7%;
    max-height: 6rem;
    text-align: center;
}
.para {
    -ms-grid-column-align: center;
    justify-self: center;
    text-align: center;
    width: 100%;
    font-weight: 100;
    max-height: 33%;
    line-height: 1.4;
}
.article {
    display: -ms-grid;
    display: grid;
    gap: 5px;
    max-width: 100%;
}
.article p {
    line-height: 20px;
}
.headLine {
    font-weight: 300;

}
.subHeadLine {
    color: #DDD5B1;
    font-weight: 300;
}
.floatingList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}
.floatingList .subHeadLine{
    text-align: center;    
}
.floatingText {
    font-size: 1.5rem;
}
#About {
    margin-top: 400px;
    /* scroll-snap-align: start; */
} 
#About .pageTitle {
    margin-bottom: 100px;
}
#About .para {
    width: 270px;
} 

#Mission {
    margin-top: 230px;
    /* scroll-snap-align: center;   */
}
#Why {
    /* scroll-snap-align: start;   */
    margin-top: 180px;
}
#Values {
    margin-top: 70px;
    /* scroll-snap-align: center; */
}
#Values .floatingList {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}
#Values .floatingText {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.1rem;
}
#Values .sflex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#Services {
    margin-top: 60px;
    /* scroll-snap-align: start;   */
}
#Services .content {
    padding: 5px;
    max-width: 375px;
}
#Services .floatingList {
    gap: 10px;
    align-content: center;
    justify-content: space-around;
    width: 100%;
}
#Services .box:first-of-type {
    width: 360px;
    padding: 0;
}
#Services .box:first-of-type .listPara{
    width: 350px;
    font-size: 0.9rem;
}
#Services .listPara {   
    text-align: center;
}   
.listPara {
    text-align: left;
}
#Portfolio {
    margin-top: 140px;
    /* scroll-snap-align: start; */
}
#Portfolio .content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#Portfolio .para {
    width: 300px;
    font-size: medium;
    line-height: 1.4rem;
}
.lilStarQ{
    height: 1.4rem;
    max-width: 1.4rem;
    margin: auto;
    margin-bottom: -.3rem;
    display: inline-block;
}
#Portfolio .sparkle {
    margin-top: 200px;
}
#Portfolio .starBorder2 {
    position: absolute;
    z-index: -5;
    margin: 0;
    margin-top: 0px;
    width: 340px;
    max-height: 300px;
}
.gallery {
    display: -ms-grid;
    display: grid;
}
.imgBox {
    width: 100px;
    height:100px;
    border-radius:5px;
}
#SM {
    margin-top: 40px;
}
#SM .gallery {
    -ms-grid-columns: auto 20px auto 20px auto;
    grid-template-columns: auto auto auto;
    gap: 20px ;
}
#BRN {
    margin-top: 60px;
}
#BRN .gallery {
    gap: 3px;
}
#BRN .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 375px;
}
#BRN .imgBox{
    width: auto;
    height: 120px;
    margin: auto;
    overflow: hidden;
}
#BRN .para{
    font-weight: 100;
    max-height: 1rem;
    line-height: 1rem;
    font-size: small;
}
#PG  {
    margin-top: 80px;
}
#PG .gallery {
    gap: 20px;
    max-width: 400px;
}
#PG .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}
.PT .imgBox {
    max-width: 150px;
    height: 150px;
}
.LS .imgBox {
    width: 150px;
    height: auto;
}
#PG .LS img{
    width: 100%;
}
#PG .PT img{
    height: 100%;
}
#MM {
    margin-top: 80px;
}
.GG {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}
#MM .gallery {
    gap: 20px;
    width: 100%;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;           
}
#MM .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
#MM .PT .imgBox{
    width: 150px;
    height: 100%;
    overflow: hidden;
}
#MM .LS .imgBox {
    width: 150px;
    height: 100%;
    overflow: hidden;
}
#MM .PT img{
    border-radius: 5px;
    width: 100%;
}
#MM .LS img{
    border-radius: 5px;
    height: 100%;
}
#contactUs {
    margin-top: 180px;
    /* scroll-snap-align: center; */
}
#contactUs .pageTitle{
    font-size: medium;
    margin: 0;
}
#contactUs .content {
    gap: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction: row;
    flex-direction: row;
}
#contactUs .floatingList {
    -webkit-box-pack: center;    
    -ms-flex-pack: center;    
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#contactUs .floatingText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    height: 8mm;
    width: 200px;
}
#contactUs .link {
    line-height: 7mm;
    text-align: left;
    font-size: 0.9rem;
    margin-left:5px ;
    -webkit-box-flex: 70%;
    -ms-flex: 70%;
    flex: 70%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
#contactUs .symbol {
    max-height: 7mm;
    max-width: 7mm;
}
#contactUs .sparkle {
    position: absolute;
    margin-bottom: 400px;
    width: 80px;
    max-height: 80px;
    z-index: 3;
}
.starContact{
    width: 100px;
    max-height: 80px;
    margin: 5px;
}
#footer {
    margin-top: 140px;
    /* scroll-snap-align: center; */
}
#footer .subHeadLine {
    text-align: center;
    font-weight: 300;
}
.navSpace {
    background-color:#fff0;
    height: 100vh;
    width: 20px;
    right: 0;
    padding: 1mm;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.navBtn {
    position: static;
    font-weight: bolder;
    font-size: larger;
    width: 33px;
    height: 33px;
    z-index: 10000;
    cursor: pointer;
    background-color: #0001;
    background-image: url("../img/burger.svg");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.navBtn:hover {
    border:2px solid #DDD5B1;
}
.On {
    background-color: #0008;
    background-image: url("../img/X.svg");
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}
.nav {
    display: none;
}
.menu {
    font-weight: 400;
    background-color: #00000095;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-item-align: end;
    align-self: flex-end;
    gap: 1CH;
    padding: 5px;
    margin-top: 5px;
    z-index: 7000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: fit-content;
}
.hide {
    -webkit-animation: hiding 0.500s;
    animation: hiding 0.500s;
}
.show {
    -webkit-animation: showing 0.500s;
    animation: showing 0.500s;
}
.navLink {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.25rem;
    cursor: pointer;
    width: 100px;
    text-align: left;
    display: inline-block;
    z-index: 9000;
}
.navLink:hover {
    color: #444;
    background-color: #eee;
}
@-webkit-keyframes showing {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes showing {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes hiding {
    from {opacity: 1;}
    to {opacity: 0;}
}
@keyframes hiding {
    from {opacity: 1;}
    to {opacity: 0;}
}
#modal {
    z-index: 15000;
    background-color: #0006;
    width: 100vw;
    height:100vh;
    top: 0;
    left: 0;
    padding: 5%;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    cursor: pointer;
}
.bigPic {
    height: auto;
    min-width: 80%;
    margin: auto;
    border-radius: 5px;
    -webkit-animation-name: zoom;
    animation-name: zoom;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0);transform:scale(0)}
    to {-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes zoom {
    from {-webkit-transform:scale(0);transform:scale(0)}
    to {-webkit-transform:scale(1);transform:scale(1)}
}
.graphics {
    background-color: #0000;
    width: 100vw;
    height:7100px;
    left: 0;
    top: 0;
    overflow-x: hidden;
    padding: auto;
    z-index: -500;
    position: absolute;
}
.graphics img {
    position: absolute;
}
.skyView {
    width:420px;
    height: 420px;
    left: calc(50% - 210px);
    margin: auto;
    z-index: 3;
    top: -50px;
    -webkit-animation: jam infinite 120s ;
    animation: jam infinite 120s ;
}
@-webkit-keyframes jam {
    0% {rotate: 0deg;}
    100% {rotate: 360deg;}
}
@keyframes jam {
    0% {rotate: 0deg;}
    100% {rotate: 360deg;}
}
.freeze {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* animation: none; */
    /* -webkit-animation: none ; */
}
.disc {
    width:420px;
    height: 420px;
    left: calc(50% - 210px);
    top: -50px;
    margin: auto;
    z-index: -2;   
}
.arm {
    height: 500px;
    width: 180px;
    z-index: 4;
    left: calc(50% + 60px);
    margin-top: -170px;
}

.vortex {
    width: 300px;
    max-height: 280px;
    rotate: 12deg;
    z-index: -10;
    left:calc(50% - 220px);
    top: 330px;
}
.starCluster1 {
    width: 180px;
    max-height: 180px;
    z-index: 3;
    left:-50px;
    top: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster2 {
    width: 80px;
    max-height: 180px;
    z-index: 3;
    right:0px;
    top: 460px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starborder{
    z-index: 0;
    opacity: 0.6;
    margin-top: 685px;
    height: 340px;
    max-width: 370px;
    margin-left: calc(50% - 185px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster3 {
    position:absolute;
    width: 80px;
    max-height: 80px;
    z-index: 3;
    left: calc(50% - 40px);
    top: 1050px;
}
.starCluster4 {
    position:absolute;
    width: 80px;
    max-height: 80px;
    z-index: 3;
    left:10px;
    top: 1100px;
}
.starCluster5 {
    position:absolute;
    width: 150px;
    max-height: 150px;
    z-index: 3;
    left:-40px;
    top: 1510px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster6 {
    position:absolute;
    max-width: 80px;
    max-height: 180px;
    z-index: 3;
    right:0px;
    top: 1510px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster7 {
    position:absolute;
    width: 45px;
    max-height: 90px;
    z-index: 3;
    right:-00px;
    top: 2155px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster8 {
    position:absolute;
    width: 120px;
    max-height: 220px;
    z-index: 3;
    left:-30px;
    top: 2410px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster9 {
    position:absolute;
    width: 120px;
    max-height: 220px;
    z-index: 3;
    right:0px;
    top: 2450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster10 {
    position:absolute;
    width: 120px;
    max-height: 120px;
    z-index: 3;
    left:0px;
    top: 3100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster11 {
    position:absolute;
    width: 80px;
    max-height: 120px;
    z-index: 3;
    right:-00px;
    top: 3300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.starCluster12 {
    position:absolute;
    width: 80px;
    max-height: 160px;
    z-index: 3;
    right:0px;
    top: 5080px;
}
.starCluster13 {
    position:absolute;
    width: 80px;
    max-height: 180px;
    z-index: 3;
    left:0px;
    top: 3700px;
}
.starQ{
    max-height: 8mm;
    margin: -15px auto;
}
.stars5 {
    position:absolute;
    width: 80px;
    max-height: 40px;
    z-index: 3;
    left: calc(50vw - 40px);
    top: 1520px;
}
.sflex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1CH;
}
.star { 
    height: 60%;
    width: 1CH;
}
.starQ{
    max-height: 8mm;
    margin: 15px auto;
}
.symbol {
    max-height: 10mm;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.sparkle {
    position: absolute;
    margin-bottom: 480px;
    width: 80px;
    max-height: 60px;
    z-index: 3;
}
#contactUs .sparkle {
    max-height: 60px;
}
#footer .sparkle {
    position: absolute;
    margin-bottom: 200px;
    width: 80px;
    max-height: 60px;
    z-index: 3;
}
.rocket{
    position: absolute;
    max-height: 180px;
    margin-top: 320px;
}
.sparkleThrust{
    position: absolute;
    max-height: 100px;
    margin-top: 500px;
}
/* ------------ */
@-webkit-keyframes slide-transparency {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
  }
@keyframes slide-transparency {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
.animate-opacity {
    -webkit-animation-name: slide-transparency;
    animation-name: slide-transparency;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.freq-5 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.freq-6 {
    -webkit-animation-duration: 6.33s;
    animation-duration: 6.33s;
}
.freq-7 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}
.freq-8 {
    -webkit-animation-duration: 8.88s;
    animation-duration: 8.88s;
}
.freq-9 {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
}
.freq-10 {
    -webkit-animation-duration: 10.17s;
    animation-duration: 10.17s;
}
.delay-2 {
    -webkit-animation-delay: 1.33s;
    animation-delay: 1.33s;
}
    .delay-4 {
    -webkit-animation-delay: 2.11s;
    animation-delay: 2.11s;
} 
.bg {
    width: 150vw;
    height: 150vh;
    position: fixed;
    background: #0003;
    top: 0;
    left: 0;    
    z-index: -1000;
    overflow: hidden;
}
.z-1,
.z-2,
.z-3 {
    position: absolute;
    width: 150vw;
    height: 250vh;
    left: -50vw;
    top: -50vw;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.tile {
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: 512px 512px;
}
.top-left {
    background-image: url("../img/topleft.png");
}
.top-right {
    background-image: url("../img/topright.png");
}
.bottom-left {
    background-image: url("../img/bottomleft.png");
}
.bottom-right {
    background-image: url("../img/bottomright.png");
}

@media screen and (max-width:300px) {
    .graphics {
        display: none;
    }
}