@font-face {
    font-family: 'Graffiti';
    src: url('../adrip1.ttf') format('truetype');
    font-display: swap;
}

* {
    font-family: "Tajawal", serif;
    font-optical-sizing: auto;
    padding: 0;
    margin: 0;
    outline: none !important;
    cursor: none !important;
}

.AllClients::-webkit-scrollbar {
    display: none;
}

body {
    background: #f6f6f6;
    cursor: none;
}

html, body {
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

::selection {
    color: var(--theme);
    background: white !important;
}


:root {
    max-width: 100%;
    overflow-x: hidden !important;
    --page: #f9fafa;
    --theme: #2d70c5;
}

html {
    scroll-behavior: smooth;
}

/*button {*/
/*    cursor: none!important;*/
/*}*/

main {
    overflow-x: hidden !important;
    width: 100%;
    background: #000000;
    color: aliceblue;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

img {
    user-select: none;
}

.Banner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.Banner video {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: right bottom;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
    filter: contrast(110%);
    background-image: url('../IMG/PreloaderBG.webp');
    background-size: cover;
    background-position: right bottom;
}

.BannerInner {
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 600px;
    height: 100vh;
}

.BannerDiv {
    display: block;
    margin: 0 0;
    width: 50%;
    color: aliceblue;
}

.BannerDiv h1 {
    display: block;
    margin: 0 0;
    width: max-content;
    font-size: 60px;
    position: relative;
    padding-right: 30px;
}

.BannerDiv p {
    display: flex;
    margin: 10px auto;
    width: 100%;
    justify-content: start;
    align-items: start;
    min-height: 125px;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 200;
    text-align: justify;
}

.BannerDiv button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 20px;
    position: relative;
    background: none;
    color: aliceblue;
    border: solid 2px;
    border-radius: 0px 10px;
    font-size: 17px;
    margin: 20px 0 0;
    padding-right: 45px;
    transition: 300ms;
}

.BannerDiv button .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 300ms;
}

.BannerDiv button:hover {
}

.BannerDiv button:hover .setbg {
}

.BannerDiv h1 u {
    position: absolute;
    right: 0;
    bottom: 31px;
    text-decoration: none;
    width: 20px;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #ffffff;
    border-radius: 1000px;
    animation: BannerTextTyperAnimation 2s infinite linear;
}

@keyframes BannerTextTyperAnimation {
    0% {
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.0;
    }
}

.SideMenuBtn {
    height: 50px;
    aspect-ratio: 1/1;
    background: none;
    border: solid 2px;
    border-radius: 10px;
    margin: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    transition: 300ms;
}

.SideMenuBtn .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    filter: invert(1);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
    transition: 400ms;
}

.SideMenuBtn:hover {
    transform: scale(1.1);
    background: white;
    border-color: white;
}

.SideMenuBtn:hover .setbg {
    filter: none;
    transform: rotate(180deg);
}

.About {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #000315;
    position: relative;
    z-index: 3;
    padding: 330px 0;
    color: aliceblue;
}

.AboutBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 105%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(70%) contrast(110%);
}

.BannerFade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #00000b;
    box-shadow: 1px 1px 30px 31px #00000b;
}

.AboutInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    padding: 0 20%;
    text-align: center;
}

.AboutInner p {
    display: block;
    margin: 20px auto;
    width: 100%;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.8;
    text-align: justify;
    text-align-last: center;
    cursor: default;
}

.AboutInner button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 20px;
    position: relative;
    background: none;
    color: aliceblue;
    border: solid 2px;
    border-radius: 0px 10px;
    font-size: 17px;
    margin: 60px auto 0;
    padding-right: 45px;
    transition: 300ms;
    text-transform: uppercase;
}

.AboutInner button .setbg {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 600ms;
}

.AboutOverlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 7%;
    filter: brightness(70%) contrast(130%);
    mix-blend-mode: exclusion;
}

.AboutInner h1 {
    display: block;
    margin: 34px auto;
    width: 100%;
    /* font-weight: bolder; */
    text-transform: uppercase;
    font-size: 75px;
    opacity: 1;
    cursor: default;
}


.BlinkAnimation {
    animation: NeonTextBlink 2s infinite linear;
}


@keyframes NeonTextBlink {
    0% {
        opacity: 0.2;
        text-shadow: 0 0 0;
    }
    5% {
        opacity: 1;
        text-shadow: 0px 0px 50px #0e89ff;
    }
    10% {
        opacity: 0.2;
        text-shadow: 0 0 0;
    }
    12% {
        opacity: 1;
        text-shadow: 0px 0px 50px #0e89ff;
    }
    14% {
        opacity: 0.2;
        text-shadow: 0 0 0;
    }
    48% {
        opacity: 0.2;
        text-shadow: 0 0 0;
    }
    50% {
        opacity: 1;
        text-shadow: 0px 0px 50px #0e89ff;
    }
    70% {
        opacity: 0.2;
        text-shadow: 0 0 0;
    }
    72% {
        opacity: 1;
        text-shadow: 0px 0px 50px #0e89ff;
    }
    75% {
        opacity: 0.2;
        text-shadow: 0 0 0;
    }
    100% {
        opacity: 0.2;
        text-shadow: 0 0 0;
    }
}


@keyframes NeonTextBlinkSmall {
    0% {
        opacity: 0.4;
        text-shadow: 0 0 0;
    }
    5% {
        opacity: 1;
        text-shadow: 0px 0px 5px #0e89ff;
    }
    10% {
        opacity: 0.4;
        text-shadow: 0 0 0;
    }
    12% {
        opacity: 1;
        text-shadow: 0px 0px 5px #0e89ff;
    }
    14% {
        opacity: 0.4;
        text-shadow: 0 0 0;
    }
    48% {
        opacity: 0.4;
        text-shadow: 0 0 0;
    }
    50% {
        opacity: 1;
        text-shadow: 0px 0px 5px #0e89ff;
    }
    70% {
        opacity: 0.4;
        text-shadow: 0 0 0;
    }
    72% {
        opacity: 1;
        text-shadow: 0px 0px 5px #0e89ff;
    }
    75% {
        opacity: 0.4;
        text-shadow: 0 0 0;
    }
    100% {
        opacity: 0.4;
        text-shadow: 0 0 0;
    }
}

.NeonFont {
    font-family: "Monoton", sans-serif;
}

.AboutDiv {
    transition: 1s;
    filter: drop-shadow(0px 0px 0 black);
}

.AboutDiv:hover {
    transition: 300ms !important;
    transform: scale(1.05);
    filter: drop-shadow(0px 0px 28px var(--theme));
}

.AboutDiv:hover h1 {
    animation: none;
}

.Services {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 4;
    padding: 0 0;
}

.ServicesBG {
    position: absolute;
    left: 0;
    top: -92px;
    width: 100%;
    height: auto;
    min-height: 130%;
    z-index: -1;
    background-size: cover;
    object-position: top center;
    filter: brightness(50%) contrast(150%);
    transition: 200ms;
}

.OurServices {
    display: flex;
    margin: 0 0;
    width: 49%;
    color: aliceblue;
    padding: 195px 40px 154px;
    position: relative;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    min-width: 900px;
}

.OurServicesItem {
    display: block;
    margin: 20px auto;
    width: 45%;
    padding: 20px 0;
    position: relative;
    text-align: left;
    background: #00000059;
    border-radius: 10px;
    padding: 27px 20px;
    padding-left: 85px;
    mix-blend-mode: luminosity;
    min-width: 300px;
}

.OurServiceIcon {
    width: 40px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    margin: 30px;
    transition: 400ms;
}

.OurServicesItem h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: var(--theme);
    cursor: default;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 41px;
}

.OurServicesItem label {
}


.OurServicesItem p {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
}

.OurServicesBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    mix-blend-mode: soft-light;
    opacity: 0.5;
}


.OurServicesItem:hover {
    transition: 400ms !important;
    transform: scale(1.05);
    mix-blend-mode: normal;
}

.OurServicesItem:hover .OurServiceIcon {
    transform: rotateY(180deg);
}

.OurClientsBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 103%;
    min-height: 100%;
    z-index: 2;
    background-size: cover;
    filter: brightness(63%) contrast(125%);
    transition: 2s;
}

.OurClients {
    display: flex;
    margin: 40px auto 0;
    width: 100%;
    position: relative;
    z-index: 5;
    justify-content: center;
    align-items: end;
    padding: 90px 0 130px;
    flex-direction: column;
}

.OurClients .FlyingRobots {
    position: absolute;
    left: 2%;
    top: 20%;
    width: 35%;
    height: 80%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(71%) contrast(130%) hue-rotate(15deg) grayscale(25%);
    transition: 5s;
    pointer-events: none;
}

.OurClientsGH {
    display: flex;
    justify-content: space-between;
    margin: 0 10%;
    width: 50%;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    mix-blend-mode: color-dodge;
    filter: contrast(130%) brightness(120%);
    transition: 300ms;
}

.OurClientsGH:hover {
    mix-blend-mode: unset;
}

.OurClientsItem {
    display: block;
    margin: 30px 0;
    width: 21%;
    padding: 10px;
    height: fit-content;
}

.OurClientsItem .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    filter: grayscale(1) invert(1) brightness(6);
    transition: 300ms;
}

.OurClientsItem .setbg:hover {
    opacity: 1;
    transform: scale(1.1);
    filter: grayscale(0) invert(0) brightness(1) drop-shadow(0px 0px 1px white) contrast(60%);
}

.OurClientsInner {
    display: block;
    margin: 0 10%;
    width: 50%;
}

.OurClientsHeader {
    display: block;
    margin: 10px 10%;
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    transform: scale(0.8) rotate(6deg);
    filter: contrast(130%) brightness(110%);
}

.OurClientsHeader h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: aliceblue;
    font-size: 35px;
    animation: NeonTextBlinkSmall 4s infinite linear;
    font-weight: unset;
    pointer-events: none;
}

.OurClientsHeader div {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 23px 35px;
    border-radius: 1000px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: 350ms;
}

.OurClientsHeader div g {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(60%) contrast(130%);
    animation: woodBoardBrightness 4s infinite linear;
}

@keyframes woodBoardBrightness {
    0% {
        filter: brightness(40%) contrast(150%);
    }
    5% {
        filter: brightness(70%) contrast(120%) drop-shadow(0px 0px 100px #9eb5d6);
    }
    10% {
        filter: brightness(40%) contrast(150%);
    }
    12% {
        filter: brightness(70%) contrast(120%) drop-shadow(0px 0px 100px #9eb5d6);
    }
    14% {
        filter: brightness(40%) contrast(150%);
    }
    48% {
        filter: brightness(40%) contrast(150%);
    }
    50% {
        filter: brightness(70%) contrast(120%) drop-shadow(0px 0px 100px #9eb5d6);
    }
    70% {
        filter: brightness(40%) contrast(150%);
    }
    72% {
        filter: brightness(70%) contrast(120%) drop-shadow(0px 0px 100px #9eb5d6);
    }
    75% {
        filter: brightness(40%) contrast(150%);
    }
    100% {
        filter: brightness(40%) contrast(150%);
    }
}

.SeeMoreClients {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 75px 10% 0;
}

.SeeMoreClientsDiv {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 70px;
    position: relative;
    z-index: 2;
    padding-left: 170px;
}

.SeeMoreClientsDiv .SeeMoreClientsArrow {
    position: absolute;
    left: 0;
    top: 25px;
    width: 160px;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    transform: rotate(-17deg);
}

.SeeMoreClientsDiv .LightSwitch {
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 400ms;
    cursor: pointer;
    filter: brightness(70%) contrast(150%) drop-shadow(1px 0px 15px black);
}


.SeeMoreClientsDiv .LightSwitch:hover {
    transition: 350ms !important;
    transform: scale(1.1);
    filter: brightness(80%) contrast(200%) drop-shadow(2px 4px 20px black);
}

.CatParent {
    position: absolute;
    right: 11%;
    top: -120px;
    z-index: 22;
    width: 365px;
    height: 160px;
}

.OurClients .Cat, .OurClients .CatPeted {
    filter: grayscale(15%) contrast(160%);
    transform: rotate(4deg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.OurClients .CatPeted {
    display: none;
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.6s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
    filter: grayscale(15%) contrast(160%) brightness(115%);
    cursor: pointer;
    transition: 300ms;
}

@keyframes shake {
    0% {
        transform: translate(0px, 0px) rotate(4deg);
    }
    10% {
        transform: translate(0px, 1px) rotate(4deg);
    }
    20% {
        transform: translate(0px, 0px) rotate(4deg);
    }
    30% {
        transform: translate(0px, 0px) rotate(4deg);
    }
    40% {
        transform: translate(0px, 0px) rotate(4deg);
    }
    50% {
        transform: translate(0px, 0px) rotate(4deg);
    }
    60% {
        transform: translate(0px, 0px) rotate(4deg);
    }
    70% {
        transform: translate(1px, 1px) rotate(4deg);
    }
    80% {
        transform: translate(0px, 0px) rotate(4deg);
    }
    90% {
        transform: translate(0px, 0px) rotate(4deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(4deg);
    }
}

.CatParent:hover .Cat {
    display: none;
}

.CatParent:hover .CatPeted {
    display: block;
}

.AllClientShown {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #010005;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.AllClientShown .SeeMoreClients, .AllClientShown .OurClientsGH, .AllClientShown .OurClientsHeader, .AllClientShown .Cat {
    display: none;
}

.AllClientShown .OurClientsBG {
    right: -98%;
    top: -10%;
    min-height: 110%;
    background-position: left center;
    cursor: pointer;
    transition: 2s;
}

.AllClientShown .FlyingRobots {
    position: absolute;
    left: 0;
    top: 0;
    width: 52%;
    height: 100%;
    transition: 1s !important;
}

.AllClients {
    display: none;
}

.AllClientShown .AllClients {
    display: flex;
    justify-content: start;
    align-items: start;
    position: fixed;
    right: 5%;
    top: 0;
    width: 44%;
    height: 100vh; /* full viewport height */
    overflow-y: auto; /* ✅ Keep this only */
    color: aliceblue;
    padding: 50px;
    flex-wrap: wrap;
    /* IE and Edge */
    /* Firefox */
    background: #000000;
    box-shadow: -20px 0px 88px 84px #000000;
}

.AllClientShown .AllClients::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.OurClientsAllItem {
    display: block;
    margin: 30px 3%;
    width: 19%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #ffffffb3;
    border-radius: 1000px;
    padding: 19px;
}

.OurClientsAllItem .setbg {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(75%);
}

.OurClientsParent {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #060606;
    min-height: 50vh;
}

.ClientsDust {
    display: none;
}

.AllClientShown .ClientsDust {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    object-fit: cover;
    filter: contrast(4) brightness(71%);
    opacity: 0.3;
    pointer-events: none;
    transition: 2s;
    mix-blend-mode: lighten;
}

.AboutInner button:hover {
    transition: 300ms !important;
    transform: scale(1.1);
    background: aliceblue;
    border-color: aliceblue;
    color: #2e2e2e;
}

.AboutInner button:hover .setbg {
    filter: invert(0);
    transform: rotateY(360deg);
}

.OurClientsHeader div:hover {
    transform: scale(1.1);
}

.OurClientsHeader div:hover h1 {
    animation: unset;
    opacity: 1;
    text-shadow: 0px 0px 5px #0e89ff;
}

.OurClientsHeader div:hover g {
    animation: unset;
    filter: brightness(70%) contrast(120%) drop-shadow(0px 0px 100px #9eb5d6) !important;
}

.SideMenu {
    display: none;
}

.SideMenuInner {
    position: fixed;
    left: 0;
    top: 0;
    width: fit-content;
    height: 100%;
    z-index: 999999999;
}

.SideMenuFade {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.58;
    z-index: 999999999;
    cursor: pointer;
}

.SideMenuDiv {
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    padding: 20px;
    padding-left: 200px;
    padding-top: 185px;
    z-index: 9999999999999999;
    animation-delay: 400ms !important;
}

.SideMenuDiv ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.SideMenuDiv ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
    border-bottom: solid 1px #b0bfcc;
    font-weight: bold;
    cursor: pointer;
    transition: 300ms;
}

.Glimpse {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #111111;
    position: relative;
    z-index: 4;
    padding: 130px 0;
    padding-bottom: 16%;
    filter: saturate(85%) contrast(105%);
}

.GlimpseBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    filter: brightness(47%) contrast(110%);
}

.MediaBG {
    position: absolute;
    left: 0;
    top: -5%;
    width: 100%;
    height: 110%;
    z-index: -2;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(45%) contrast(124%) grayscale(30%) drop-shadow(0px 35px 23px black);
}

.GlimpseBorder {
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100%;
    height: 90px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 2;
    filter: brightness(61%) contrast(181%) grayscale(52%) drop-shadow(46px 54px 29px black);
}

.GlimpseBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 2222;
    filter: brightness(58%) contrast(247%) grayscale(62%) drop-shadow(2px 54px 16px black);
}

.TrainTrack {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    filter: hue-rotate(0) brightness(46%) contrast(140%) grayscale(50%) drop-shadow(0px -25px 52px black);
    z-index: 33;
    pointer-events: none;
}

.MediaGH {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    z-index: 33;
    padding: 110px 0 140px;
    box-shadow: 0px -43px 45px 15px #000000;
}

.MediaItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    position: relative;
    z-index: 2;
    margin: 0 15%;
}

.MediaItemInner {
    display: block;
    margin: 74px auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 90%;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transform: scale(0.9);
    transition: 300ms;
    background-color: #263d56;
    border-radius: 1000px;
}

.MediaItemInner:hover .MediaItemThumb {
    mix-blend-mode: unset;
    filter: none;
}

.MediaBricks {
    position: absolute;
    left: -20%;
    top: -20%;
    width: 140%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(90%) contrast(140%) grayscale(42%);
    transition: 300ms;
}

.MediaItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 400ms;
    filter: blur(1px);
    object-fit: cover;
    object-position: center center;
}

.MediaItemDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1/1;
    z-index: -1;
    border-radius: 1000px;
    overflow: hidden;
    mix-blend-mode: luminosity;
}

.MediaItemInner:hover {
    transform: scale(1.05) !important;
}

.MediaItemInner:hover .MediaBricks {
    filter: brightness(90%) contrast(150%) grayscale(66%);
    transform: rotate(10deg);
}

.MediaItemInner:hover .MediaItemDiv {
    filter: grayscale(0%) brightness(90%) contrast(100%);
}

.MediaItemInner:hover .MediaItemThumb {
    transform: scale(1.1);
}

.TrainOverlay {
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 100%;
    height: 85%;
    object-fit: cover;
    object-position: bottom center;
    z-index: 44;
    mix-blend-mode: lighten;
    filter: grayscale(80%) contrast(120%) brightness(150%);
    pointer-events: none;
}

.BricksWall {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    filter: brightness(95%) contrast(100%) grayscale(23%);
}

.GlimpseSlider {
    margin: -84px auto 0;
    direction: ltr;
}

.GlimpseSliderItem {
    height: fit-content;
}

.GlimpseSliderItemInner {
    display: block;
    margin: 100px auto 0;
    width: 640px;
    aspect-ratio: 1/1;
    position: relative;
    /* overflow: hidden; */
    max-width: 90%;
    cursor: pointer;
    transition: 400ms;
}

.GlimpseTunnelItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 64px;
    border-radius: 10000px;
    filter: brightness(90%) contrast(100%) grayscale(90%);
    object-fit: cover;
    object-position: center center;
    transition: 300ms;
}

.Glimpse .OurClientsHeader {
    margin: 0 auto;
    width: 100%;
    transform: rotate(-7deg) scale(0.8) rotate3d(15, 14, 3, 18deg);
    filter: contrast(115%) brightness(110%);
}

.Glimpse .OurClientsHeader div {
    padding: 30px 30px;
    pointer-events: none;
}

.Glimpse .OurClientsHeader div g {
    background-size: 100% 100%;
    background-position: center center;
}

.GlimpseSliderItemInner:hover {
    transform: scale(1.05);
    filter: brightness(140%);
}

.GlimpseSliderItemInner:hover .GlimpseTunnelItemThumb {
    transform: scale(1.1);
    filter: grayscale(0);
}

.Fince {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 100%;
    background-size: 1600px;
    background-position: bottom;
    background-repeat: repeat-x;
    z-index: 999999;
    filter: brightness(98%) contrast(160%) grayscale(60%) hue-rotate(15deg);
    pointer-events: none;
}

.StreetSign {
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 90%;
    height: 80%;
    background-size: 285px;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
    filter: contrast(147%) brightness(87%) drop-shadow(39px 10px 6px black) grayscale(70%);
    pointer-events: none;
}

.GlimpseSliderItemInner h1 {
    position: absolute;
    left: 10%;
    top: -4%;
    width: fit-content;
    height: fit-content;
    color: #2e2e2e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
    margin: 40px;
    padding: 20px 40px;
    font-size: 20px;
    filter: grayscale(34%) hue-rotate(157deg) contrast(120%) brightness(61%);
    font-family: "Rubik Dirt", system-ui;
    max-width: 350px;
}

.GlimpseSliderItemInner h1 g {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.GlimpseSliderItem:nth-child(2) .GlimpseSliderItemInner h1,
.GlimpseSliderItem:nth-child(4) .GlimpseSliderItemInner h1,
.GlimpseSliderItem:nth-child(6) .GlimpseSliderItemInner h1,
.GlimpseSliderItem:nth-child(8) .GlimpseSliderItemInner h1,
.GlimpseSliderItem:nth-child(10) .GlimpseSliderItemInner h1,
.GlimpseSliderItem:nth-child(12) .GlimpseSliderItemInner h1,
.GlimpseSliderItem:nth-child(14) .GlimpseSliderItemInner h1 {
    left: unset;
    right: 40px;
    top: 2%;
    transform: rotate(10deg);
}

.Team {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
    background-color: #000000;
    filter: grayscale(20%) contrast(110%);
    padding: 0px 0 70px;
}

.OurTeamWall {
    position: absolute;
    left: 0;
    top: -2%;
    width: 100%;
    height: 102%;
    background-size: 100% 100%;
    background-position: top;
    z-index: 1;
    filter: contrast(112%) grayscale(20%) brightness(56%) saturate(130%);
}

.ServersRoom {
    position: absolute;
    left: 0;
    top: 5%;
    width: 65%;
    height: 95%;
    object-fit: cover;
    object-position: bottom center;
    z-index: -1;
    filter: grayscale(20%) contrast(120%) blur(1px);
}

.TeamInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 4;
    flex-wrap: wrap;
}

.TeamSlider {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.TeamSliderItem {
    margin: 0 auto;
    width: 100%;
}

.TeamSectionText {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    height: 100%;
    color: aliceblue;
    position: relative;
    z-index: 2;
    min-height: 900px;
}

.TeamSectionTextInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 40px 80px 0;
    text-shadow: 0px 0px 11px #000000;
}

.TeamSliderItemText h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 8px;
    text-shadow: 0px 0px 30px var(--theme);
    color: aliceblue;
    filter: drop-shadow(0px 0px 50px var(--theme));
}

.TeamSliderItemText p {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    font-size: 18px;
    text-align: justify;
}

.TeamSliderParent {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.TeamSliderItemText {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin: 0 0;
    color: aliceblue;
    padding: 30px;
}

.TeamSliderItemTextInner {
}

.TeamSliderItemImg {
    display: none;
    justify-content: center;
    align-items: end;
    height: 100vh;
    width: 50%;
    position: relative;
    flex-wrap: wrap;
    min-height: 850px;
}

.TeamSliderItemImg img {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 75%;
    object-fit: contain;
    object-position: center bottom;
    filter: brightness(80%) contrast(120%) grayscale(30%);
}

.TeamSliderItemInner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 99%;
    flex-wrap: wrap;
    align-items: center;
}

.TeamSliderItemTextInner label {
    display: block;
    margin: 8px auto;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.slick-active .TeamSliderItemText, .slick-active .TeamSliderItemImg {
    display: flex;
}

.TeamSlider .slick-dots {
    position: absolute;
    right: 43.3%;
    top: 0;
    width: 4%;
    height: 100%;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    pointer-events: none;
}

.TeamSlider .slick-dots li {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.TeamSlider .slick-dots li div {
    display: block;
    margin: 5px auto;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 1000px;
    opacity: 0.2;
    transition: 400ms;
}

.TeamSlider .slick-dots .slick-active div {
    opacity: 1;
    height: 33px;
}

.TeamSliderBtns {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 38%;
    margin: 50px;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    filter: grayscale(53%) contrast(100%) drop-shadow(2px 3px 6px black) brightness(85%);
}

.TeamSliderBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    aspect-ratio: 2/1;
    background: none;
    border: none;
    margin: 0 10px;
    transition: 300ms;
}

.TeamSliderBtns button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.TeamSliderBtns button:first-child {
    transform: scale(0.98) rotate(-9deg);
}


.TeamSliderBtns button:hover {
    transform: scale(1.2) rotate(-7deg);
    filter: grayscale(50%) contrast(100%) brightness(140%) drop-shadow(-5px -13px 5px #00000042) brightness(85%);
}

.TeamSlider .slick-arrow {
    display: none !important;
}

.Testimonials {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0 0;
    background-color: #090909;
    padding-bottom: 550px;
    filter: contrast(110%) grayscale(50%);
}

.TestimonialsBG {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    z-index: -1;
    filter: grayscale(21%) brightness(85%) contrast(110%);
    pointer-events: none;
}

.TestimonialsSlider {
    direction: ltr;
}

.TestimonialsSliderItem {
    height: fit-content;
}

.TestimonialsSliderItemInner {
    display: block;
    margin: 65px auto;
    width: 75%;
    position: relative;
    z-index: 2;
    padding: 6px 30px 55px;
    height: fit-content;
    padding-left: 66px;
    filter: drop-shadow(-25px 18px 7px #0000005c) grayscale(20%) contrast(110%);
    cursor: grab;
}

.TestimonialsSliderItemPaper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: hue-rotate(167deg) grayscale(32%) contrast(89%) brightness(110%);
    z-index: -1;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.TestimonialsSliderItemInner h4 {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-family: "Rubik Dirt", system-ui;
    font-size: 18px;
    color: #8e1d1d;
}

.TestimonialsSliderItemInner p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8; /* number of lines to show */
    line-clamp: 8;
    -webkit-box-orient: vertical;
    color: #1e1e1e;
}

.SlideRotation1 {
    transform: rotate(3deg);
}

.SlideRotation2 {
    transform: rotate(359deg) rotate3d(5, 50, 5, -10deg) scale(0.95);
}

.SlideRotation3 {
    transform: rotate(-3deg);
}

.TestimonialsSliderItemDiv {
    -webkit-animation: ButtonShineAnimation 7s ease-in-out infinite;
    animation: ButtonShineAnimation 7s ease-in-out infinite;
    pointer-events: none;
}

.SlideItemAnimation2 {
    animation-duration: 10s;
}

.SlideItemAnimation3 {
    animation-duration: 13s;
}

@keyframes ButtonShineAnimation {
    0% {
        transform: scale(1.1) rotate3d(10, 50, 5, -15deg);
    }
    50% {
        transform: scale(1.0) rotate3d(-10, 0, 0, -15deg);
    }
    100% {
        transform: scale(1.1) rotate3d(10, 50, 5, -15deg);
    }
}

.TestimonialsBGImg {
    position: absolute;
    left: 0;
    top: -5%;
    width: 100%;
    height: 110%;
    z-index: -1;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    filter: grayscale(50%) hue-rotate(10deg) contrast(100%) brightness(65%);
}

.TestimonialsHeader {
    display: block;
    margin: 0 auto;
    width: 300px;
    padding: 210px 0 28px;
    position: relative;
    bottom: 77px;
    z-index: 2;
    filter: grayscale(10%) contrast(119%) brightness(90%);
    -webkit-animation: TestimonialsHeaderAnimation 5s ease-in-out infinite;
    animation: TestimonialsHeaderAnimation 5s ease-in-out infinite;
    z-index: 9999999999999999999999999999;
}

.TestimonialsHeaderBG {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(120%) hue-rotate(337deg);
}

.TestimonialsHeader h5 {
    font-family: "Rubik Dirt", system-ui;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 25px;
    mix-blend-mode: color-burn;
    text-transform: uppercase;
}


@keyframes TestimonialsHeaderAnimation {
    0% {
        transform: rotateX(40deg) scale(1.0);
        filter: grayscale(10%) contrast(119%) brightness(50%);
    }
    50% {
        transform: rotateX(-40deg) scale(1.1);
        filter: grayscale(10%) contrast(119%) brightness(90%);
    }
    100% {
        transform: rotateX(40deg) scale(1.0);
        filter: grayscale(10%) contrast(119%) brightness(50%);
    }
}

.Workers {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 670px;
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 3;
    filter: drop-shadow(-10px -16px 5px #00000052) brightness(90%) saturate(190%);
    pointer-events: none;
    color: #00000052;
}


.TestimonialsSliderItemUser {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center center;
    border-radius: 1000px;
    margin: 10px;
    box-shadow: 0px 0px 14px 0px #162634;
    mix-blend-mode: darken;
}


.TestimonialsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -65px;
    mix-blend-mode: hard-light;
    z-index: 88;
}

.TestimonialsSlider .slick-dots li {
    display: block;
    margin: 0 5px;
    width: fit-content;
}

.TestimonialsSlider .slick-dots li .setbg {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    filter: drop-shadow(0px 10px 5px black) brightness(70%) contrast(130%);
    transform: rotateX(50deg);
    transition: 200ms;
}

.TestimonialsSlider .slick-dots .slick-active .setbg {
    transform: rotateX(-50deg) scale(1.0);
    filter: brightness(90%) drop-shadow(-4px -4px 6px black);
    transition: 750ms;
}

.MediaItem:nth-child(1) {
    transform: scale(1.5);
}

.MediaText {
    position: absolute;
    left: 30%;
    top: 0;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: overlay;
    filter: contrast(165%) grayscale(60%);
    color: red;
    z-index: -1;
    flex-direction: column;
    transform: rotate(5deg);
    text-shadow: 2px 5px 0px #0000004a;
}

.MediaText h1 {
    font-family: 'Graffiti', sans-serif;
    font-size: 186px;
    z-index: 0;
    text-align: center;
    transition: 300ms;
    letter-spacing: 15px;
    line-height: 113px;
    width: 450px;
}

.MediaDescription {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    pointer-events: none;
}

.MediaDescriptionDiv {
    display: block;
    margin: 0 auto;
    width: 300px;
    min-height: 400px;
    max-height: 90%;
    position: relative;
    transform: rotate(-10deg);
    padding: 35px;
}

.MediaDescriptionDiv p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    font-family: 'Graffiti', sans-serif;
    letter-spacing: 3px;
    color: #000000;
}


.MediaDescriptionPaper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: hue-rotate(167deg) grayscale(32%) contrast(100%) brightness(116%) drop-shadow(-29px -26px 18px black);
    z-index: -1;
    background-size: 100% 100%;
    background-position: center center;
}

.MediaItem:nth-of-type(5) .MediaItemInner, .MediaItem:nth-of-type(8) .MediaItemInner {
    transform: scale(1.15);
}


.MediaItem:nth-of-type(5) .MediaBricks, .MediaItem:nth-of-type(8) .MediaBricks {
    transform: rotate(120deg);
}

.Lorans {
    position: absolute;
    right: -9%;
    bottom: 10%;
    width: 50%;
    height: 76%;
    background-position: right;
    background-size: auto 100%;
    z-index: -1;
    background-repeat: no-repeat;
    filter: contrast(99%) grayscale(70%);
}

.VideoPlayer {
    display: none;
}

.VideoPlayerInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.VideoPlayerInner video {
    display: block;
    margin: 0 auto;
    width: fit-content;
    max-width: 100%;
    max-height: 80%;
}


.VideoPlayerFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--theme);
    opacity: 0.5;
    cursor: pointer;
}

.MediaSocials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin: 30px auto;
    width: fit-content;
}

.MediaSocials a {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    background: none;
    color: #ffffff;
    font-size: 40px;
    margin: 0 11px;
    text-decoration: none !important;
    cursor: pointer;
    transition: 300ms;
}

.MediaSocials a:hover {
    transform: scale(1.3);
}

.BannerDiv button:hover {
    transform: scale(1.1);
    background: aliceblue;
    border-color: aliceblue;
    color: #2e2e2e;
}

.BannerDiv button:hover .setbg {
    filter: invert(0);
    transform: rotateY(360deg);
}


header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 18px 25px;
}

.HeaderLogo {
    display: block;
    margin: 0 0;
    width: auto;
    height: 38px;
    filter: grayscale(1) brightness(4.5);
    cursor: pointer;
    transition: 300ms;
}

.HeaderOnScroll {
    position: fixed;
    left: 0;
    top: 0;
    background: #000000b0;
    padding: 12px 25px;
}

.ScrollBackUpBtn {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: max-content;
    height: auto;
    z-index: 99999999;
}

.ScrollBackUpBtn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    aspect-ratio: 1/1;
    background: #f8fcfe;
    border-radius: 10px;
    border: none;
    margin: 20px;
    transition: 300ms;
}

.ScrollBackUpBtn button .setbg {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(270deg);
    opacity: 0.9;
    transition: 350ms;
}

.ScrollBackUpBtn button:hover {
    transform: scale(1.1);
    box-shadow: -2px -4px 1px 1px #00000096;
}

.ScrollBackUpBtn button:hover .setbg {
    transform: rotate(-90deg);
}

.ScrollIndicatorAmount {
    position: fixed;
    left: 0;
    top: 0;
    height: 2px;
    background: var(--theme);
    z-index: 99999999;
    pointer-events: none;
}

.HeaderLogo:hover {
    transform: scale(1.1);
}

.SideMenuWall {
    position: absolute;
    left: 0;
    top: 3%;
    width: 100%;
    height: 97%;
    background-size: 710px auto;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
    filter: saturate(120%) contrast(120%) drop-shadow(-90px 46px 16px #000000bd);
}

.SideMenuDivInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    transform: rotateY(-35deg) rotateX(-6deg) rotate(4deg);
    mix-blend-mode: multiply;
}

.SideMenuLogo {
    display: block;
    margin: 18px auto 40px;
    width: 80%;
}

.SideMenuDiv ul li:hover {
    color: red;
    transform: scale(1.05);
}

.Drones {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: 99999999999;
    mix-blend-mode: lighten;
    filter: hue-rotate(325deg) saturate(160%);
    pointer-events: none;
    object-fit: cover;
    object-position: right;
}

.MediaBGArtsGH {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: hard-light;
    overflow: hidden;
    pointer-events: none;
}

.OurClientsItemTop1 {
    width: 28%;
}

.BannerDiv .StartBClicker {
    transition: 2s;
    background: aliceblue;
    border-color: aliceblue;
    color: #000000;
    pointer-events: none;
    opacity: 0.8;
}

.BannerDiv .StartBClicker .setbg {
    filter: none;
}

.StartBClickerEffect {
    position: absolute;
    left: 30%;
    top: -0%;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background: aliceblue;
    z-index: -1;
    transform: scale(0);
    border-radius: 1000000px;
    transition: 500ms;
}

footer {
    background: #000000;
    position: relative;
    z-index: -1;
    z-index: 2;
    padding: 60px 0 0;
    z-index: 333;
}

.TeamBottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 120px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 2222;
    filter: brightness(58%) contrast(247%) grayscale(62%) drop-shadow(black 2px 54px 16px);
}

.FooterBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: top;
    mix-blend-mode: hard-light;
    opacity: 0.1;
    pointer-events: none;
}

.FooterCenter {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.FooterCenterLogo {
    display: block;
    margin: 20px auto;
    max-width: 50%;
    height: auto;
    width: 180px;
}

.FooterSocials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: aliceblue;
    text-align: center;
    margin: 20px auto;
}

.FooterSocials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1/1;
    background: #ffffff1f;
    border-radius: 100px;
    text-decoration: none;
    font-size: 22px;
    margin: 0 5px;
    color: aliceblue;
    transition: 300ms;
}

.FooterSocials a i {
    pointer-events: none;
}

.FooterSocials a:hover {
    transform: scale(1.1);
    background: #5d5d5d;
}

.FooterCenter h4 {
    display: block;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    color: aliceblue;
    font-weight: 100;
    font-size: 21px;
    letter-spacing: 2px;
}

.FooterUsefulTabs {
}

.FooterUsefulTabs h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    color: aliceblue;
    text-transform: uppercase;
}

.FooterUsefulTabs ul {
    display: block;
    margin: 15px auto;
    width: 100%;
    padding: 0;
}

.FooterUsefulTabs ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 8px 7px;
    border-bottom: solid 1px #ffffff14;
    color: #8e8e8e;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    transition: 300ms;
}

.FooterUsefulTabs ul li:hover {
    color: #ffffff;
    border-color: #ffffff;
    transform: scale(1.03);
    text-shadow: 0px 0px 20px var(--theme);
    filter: drop-shadow(0px 0px 15px white);
}

.Iphone {
    position: absolute;
    left: -3%;
    top: -3%;
    width: 106%;
    height: 103%;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 4;
}

.FooterMap {
    transition: 350ms !important;
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 360px;
    height: 115%;
    z-index: 33;
    cursor: pointer;
    filter: drop-shadow(-19px 9px 13px black);
    transition: 400ms;
}

.FooterMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    border: none;
    border-radius: 40px 40px 0px 0px;
    pointer-events: none;
    filter: grayscale(60%);
    transition: 300ms;
}

.FooterAddress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    background: #ffffff;
    padding: 70px 40px 20px;
    z-index: 3;
    border-radius: 40px;
    box-shadow: 0px 14px 22px -17px #0000004f;
}

.FooterAddress h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme);
    text-transform: uppercase;
}

.FooterAddress label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
}

.PhoneTop {
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    height: 100%;
    background-size: 80% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.FooterMap:hover {
    height: 120%;
}

.FooterMap:hover iframe {
    filter: grayscale(0);
    pointer-events: none;
}

.ContactUsBodyLocation {

}

.FooterStores {
    display: flex;
    justify-content: start;
    align-items: center;
    width: max-content;
    flex-wrap: wrap;
    padding: 20px 0;
}

.FooterStores .setbg {
    display: block;
    width: 130px;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0;
    margin-right: 10px;
    cursor: pointer;
    transition: 350ms;
}

.FooterStores .setbg:hover {
    filter: drop-shadow(0px 0px 2px white);
    transform: scale(1.1);
}

.OurMediaArt {
    position: absolute;
    left: -6%;
    top: 32%;
    width: auto;
    height: 40%;
    aspect-ratio: 1/1;
    z-index: -2;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(45%) contrast(139%) grayscale(30%);
}


.WebsitesCheckOverlay {
    position: absolute;
    left: 50%;
    bottom: 3%;
    width: 250px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: contrast(120%) grayscale(60%);
}

#cursor-icon {
    position: fixed;
    width: 32px;
    height: 32px;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999999999999999999;
}

#custom-context-menu {
    position: fixed;
    display: none;
    background: #1e1e1e;
    color: white;
    border-radius: 8px;
    padding: 10px 0;
    min-width: 160px;
    z-index: 99999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    font-family: sans-serif;
}

#custom-context-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#custom-context-menu li {
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.2s ease;
}

#custom-context-menu li:hover {
    background: #333;
}

#RCMenu {
    position: fixed;
    display: none;
    background: #1e1e1e;
    color: white;
    border-radius: 8px;
    padding: 10px 0;
    min-width: 200px;
    z-index: 99999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    font-family: sans-serif;
}

#RCMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#RCMenu li {
    padding: 10px 20px;
    cursor: pointer;
    transition: 350ms;
    position: relative;
}

#RCMenu li:hover {
    background: #333;
    padding-left: 45px;
}

#RCMenu li .setbg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
}

#RCMenu li:hover .setbg {
    display: block;
}

.PreloaderBG {
    background-image: url("../IMG/PreloaderBG.webp");
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background-size: cover;
    background-position: right bottom;
}

.Preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #000000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreloaderDiv {
    display: block;
    margin: 0 auto;
    position: relative;
    width: fit-content;
    height: fit-content;
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: 220px;
    animation: 2s linear infinite rotation;
    filter: invert(1) brightness(110%) blur(1px);
}

.PreloaderDiv label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #bdc0ce;
    font-weight: 500;
    text-transform: uppercase;
}

.AboutCover {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    position: relative;
    z-index: 5;
    filter: grayscale(10%) contrast(115%) brightness(150%);
}

.AboutCoverBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -2;
    filter: brightness(70%) saturate(170%) blur(1px);
}

.AboutArt {
    position: absolute;
    right: 20%;
    bottom: -6%;
    width: auto;
    height: 80%;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    filter: saturate(120%);
    z-index: 2;
}

.SnowOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: exclusion;
    opacity: 0.2;
}

.AboutUsPageContent {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 100px 20px 180px;
}

.AboutUsPageContent * {
}


.AboutUsPageContent h1,
.AboutUsPageContent h2,
.AboutUsPageContent h3,
.AboutUsPageContent h3,
.AboutUsPageContent h4,
.AboutUsPageContent h5,
.AboutUsPageContent h6,
.AboutUsPageContent h1 *,
.AboutUsPageContent h2 *,
.AboutUsPageContent h3 *,
.AboutUsPageContent h3 *,
.AboutUsPageContent h4 *,
.AboutUsPageContent h5 *,
.AboutUsPageContent h6 * {
    color: var(--theme);
}

.Meao {
    position: absolute;
    left: 50px;
    top: -15px;
    width: 160px;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.MeaoParent {
    display: none;
    transform: rotate(23deg);
}

.Meawing {
    filter: grayscale(15%) contrast(160%);
    transform: rotate(4deg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 100%;
    height: 126%;
    background-position: center center;
    display: none;
    z-index: 99999999;
}


.AboutWall {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    z-index: -1;
    background-position: top;
    background-repeat: no-repeat;
    filter: brightness(44%) contrast(139%) grayscale(29%);
}


#AboutPage {
    position: relative;
    z-index: 2;
    padding: 160px 0 50px;
}

.ScreenOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ScreenOverlayParent {
    pointer-events: none !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999999999;
    mix-blend-mode: lighten;
    opacity: 0.1;
    filter: contrast(160%) brightness(60%);
}

.CloseAllClientsBtn {
    display: none;
}

.CloseVideoBtn {
    display: none;
}

.ContactPopUp {
    display: none;
}

.ContactPopUp {
}

.ContactPopUpInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ContactPopUpFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--theme);
    opacity: 0.5;
}

.ContactPopUpDiv {
    display: block;
    margin: 0 auto;
    width: 800px;
    height: 500px;
    max-height: 80%;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    overflow-y: auto;
    position: relative;
    padding-top: 255px;
    position: relative;
    z-index: 4;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ContactPopUpDiv::-webkit-scrollbar {
    display: none;
}

.ContactCover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 265px;
    display: flex;
    z-index: 2;
    flex-direction: column;
    padding: 45px 0 0;
}

.ContactCoverBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(80%) contrast(40%);
    z-index: -2;
}

.ContactCover h1 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    color: aliceblue;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 12px #000000;
    letter-spacing: 3px;
}

.ContactCoverFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset -1px -110px 45px -40px #ffffff;
    z-index: -1;
}

.ContactSocialMedia {
    display: flex;
    margin: 9px auto;
    width: max-content;
    color: aliceblue;
}

.ContactSocialMedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1/1;
    background: #000000a6;
    color: aliceblue;
    text-decoration: none;
    border-radius: 10px;
    margin: 0 3px;
    font-size: 22px;
    transition: 350ms;
}

.ContactSocialMedia a:hover {
    transform: scale(1.1);
    background: #000000;
}

.ContactUsBody {
    position: relative;
    z-index: 9;
}

.ContactUsBody h2 {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 10px 5px;
    border-bottom: solid 1px #e5e5e5;
    font-size: 18px;
    justify-content: start;
    align-items: center;
}

.ContactUsBody h2 i {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: var(--theme);
}

.ContactUsBody h2:last-of-type {
    border-bottom: none;
}

.ContactUsBody h2:last-of-type i {
    color: #c86565;
}

.ContactUsBody iframe {
    display: block;
    margin: 18px auto;
    width: 100%;
    height: 245px;
    filter: grayscale(35%);
}

.ContactPopUpCloser {
    display: none;
}

.AboutDrones {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: exclusion;
    object-position: right top;
    filter: brightness(74%);
    z-index: 0;
}

.AllClientsEscape {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 60px;
    aspect-ratio: 1/1;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
    margin: 20px;
    -webkit-animation: 2s ease-in-out infinite EscapeIncreaseAnimation;
    animation: 2s ease-in-out infinite EscapeIncreaseAnimation;
}


@keyframes EscapeIncreaseAnimation {
    0%, 100% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1.1)
    }
}

.ServicesLight .ServicesBG {
    filter: brightness(100%);
}
