/* ========== IMPORTS ========== */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

/* ========== FONT DECLARATIONS ========== */
/* 
@font-face {
  font-family: "PlusTitles";
  src: url("../fonts/gilory/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PlusRegular";
  src: url("../fonts/gilory/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/* ========== ROOT VARIABLES ========== */
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
  --Gold: #FFA800;
  --LightGold: rgba(168, 125, 17, 0.72);
}


html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  /* background-size: cover !important; */
  background-color: #000;
  overflow-x: hidden;
  width: 100vw;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: 'Poppins', sans-serif;

}


/* ========== UNIVERSAL SELECTORS ========== */

*::-webkit-scrollbar {
  width: 0.1em;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 1);
}

*::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0px solid slategrey;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  -ms-overflow-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

a:active,
a:focus,
a:hover {
  color: var(--Gold) !important;
}



* .Title,
* .Title *:not(i) {
  font-family: 'Bebas Neue', sans-serif !important;
  font-weight: 900 !important;
}



svg {
  max-width: none;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

a,
button {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

ul li {
  list-style: none;
}

pre,
.pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: 'Poppins', sans-serif;
}

::placeholder {
  color: #3A3A3A;
}


.Content {
  z-index: 1;
  position: relative;
  /* background: red; */
  width: 100%;
}


/* #Progress
================================================== */



.progress-wrap {
  position: fixed;
  right: 36px;
  bottom: 36px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: transparent;
  z-index: 99;
}

.progressBar {
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(133, 0, 162);
  background: linear-gradient(0deg, rgba(133, 0, 162, 0.8547794117647058) 0%, rgba(55, 0, 133, 1) 100%);
  border-bottom: rgb(208 0 255);
}

/* ========== BASIC ELEMENTS ========== */


/* ========== CLASS & ID SELECTORS ========== */


.Akbr7aga {
  width: auto;
  display: inline-block;
  padding: 0px;
  text-transform: uppercase;
  line-height: 0.72;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Bebas Neue', sans-serif;
  position: absolute;
  transition: left 0.6s;
  z-index: 2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: rgba(255, 255, 255, 1.00);
}

.animation_image_Notes .spinner>div {
  background-color: rgba(255, 198, 0, 1.00);
}

.Aymn7aga {
  left: 110vw;
}

.back {
  position: absolute;
  height: 100vh;
}

.back img {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
  transform: rotate(90deg);
  bottom: 73px !important;
  position: absolute;
}

.BackToTop {
  padding: 10px 15px;
  border-radius: 50%;
  background-color: #fff;
  rotate: -90deg;
  font-size: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 22;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.BackToTop span {
  background-image: url(../sys/Img/Icons/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  z-index: 9999;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.BG_Loading {
  position: fixed;
  top: 0px;
  Left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #00000099;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 9999;
}

.BG_Loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.BG_Loading.Active {
  opacity: 1;
  pointer-events: all;
}

.BlackNav {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 1.00) 0%, rgba(0, 0, 0, 0.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, 1.00) 0%, rgba(0, 0, 0, 0.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 1.00) 0%, rgba(0, 0, 0, 0.00) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 1.00) 0%, rgba(0, 0, 0, 0.00) 100%);
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: calc(100vw - 0px);
  -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0.00);
  box-shadow: 0px 0px rgba(0, 0, 0, 0.00);
  z-index: 98;
  display: block;
  height: 130px;
  pointer-events: none;
  border-style: none;
  text-align: center;
}

.CallNow {
  display: block;
}

.CallNowIcon {
  background-image: url(imgs/Icons/Call.webp);
  display: none !important;
}

.CenterTop {
  top: 50vh;
  transform: translateY(-50%);
}


.ContactUsA {
  color: #FFFFFF;
  text-decoration: none;
  transition-duration: 333ms;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

.ContactUsA:hover {
  color: #00A3FF;
}

.ContactUsDetails {
  line-height: 1.5;
  color: #FFFFFF;
  font-size: 18px;
  max-width: 50vw;
  width: 100vw;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 100;
  text-align: justify;
  margin-bottom: 20px;
}

.ContactUsHead {
  display: inline-block;
  line-height: 1;
  color: rgba(255, 255, 255, 1.00);
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.ContactUsHead span {
  display: block;
  letter-spacing: 0px;
}

.ContactUsLogo {
  filter: invert(1);
  display: block;
  width: auto;
  height: auto;
  max-width: 99px;
  margin-left: auto;
  margin-right: auto;
}

.ContactUsPopUp {
  position: fixed;
  top: -100vh;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background-color: #13151A;
  opacity: 0;
  pointer-events: none;
  transition: 400ms ease;
  padding-top: 10rem;
  padding-right: 6rem;
  padding-left: 6rem;
  padding-bottom: 10rem;
  z-index: 3;
  overflow: auto;
}

.ContactUsPopUp.Active {
  top: 0px;
  opacity: 1;
  pointer-events: auto;
}



.Count_Stars,
.ratingvalue {
  color: #fff;
  font-size: 20px;
}

.Detailes_Photos {
  display: flex;
  justify-content: left;
  gap: 10px;
  align-items: center;
}

.DoniaElW7osh {
  width: 100vw;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding: 0px;
  overflow: hidden;
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: 0.4s;
  pointer-events: none;
  z-index: 99;
}

.EmailUs {
  background-image: url(imgs/Icons/arroba.webp);
}

.Facebook {
  background-image: url(imgs/Icons/facebook.webp);
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fb_iframe_widget iframe {
  z-index: 9 !Important;
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-direction: reverse;
}

.FooterCopyRight {
  font-weight: 100 !important;
  pointer-events: none;
  opacity: 0.5;
}

.FooterCopyRight p {
  font-size: 10px;
  line-height: 1.1;
  color: white;
  direction: ltr;
  text-align: left;
  margin: 0px;
}

.ForMobile {
  display: none !Important;
}

.FormRating {
  margin-bottom: 20px;
}

.FullBG {
  /*
    width: 100vw;
    display: inline-block;
    padding: 0px;
    text-transform: uppercase;
    line-height: 0.72;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Bebas Neue', sans-serif;
    position: fixed;
    transition: left 0.6s;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    background-image: url("Img/Ticks/StarsBG.webp");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    background-size: cover;
    mix-blend-mode: lighten;
*/
}

.Gallery {
  background-color: rgba(255, 255, 255, 0.00);
  display: block;
  width: 100%;
  padding-top: calc(72vh + 88px);
  transform: translateY(-10vh);
  transition-duration: 600ms;
  opacity: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 1.00);
  margin-top: 36px;
}

.Gallery.Active {
  opacity: 1;
  transform: translateY(0vh);
  pointer-events: auto;
}

.GalleryIntroP {
  width: calc(100% - 80px);
  padding-left: 36px;
  padding-right: 36px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
}

.GalleryIntroP span {
  max-height: 0px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
}

.GalleryIntroP.Active::after {
  display: none;
}

.GalleryIntroP::after {
  content: "Read More";
  color: rgba(0, 124, 255, 1.00);
  display: inline-block;
  cursor: pointer;
}

.GalleryOpened .slider_inner {
  pointer-events: none;
}

.genreal {
  display: flex;
  width: 55%;
  justify-content: start;
  flex-direction: row-reverse;
  position: relative;
  pointer-events: none;
  margin-left: -5px;
}

.Grain {
  width: 100%;
  height: 100%;
  background-image: url("imgs/Grain.webp");
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: repeat;
  background-size: cover;
  mix-blend-mode: lighten;
  opacity: 0.3;
  transform: scale(1);
  transition-duration: 3s;
  pointer-events: none;
}

.Grain.Scaled {
  opacity: 0.1;
  transform: scale(2)
}

.grid figure figcaption {
  display: none;
}

.grid-gallery {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: rgba(0, 0, 0, 0.00);
}

.Grid.Loaded {
  filter: blur(0px);
}

.hamburger {
  float: right;
  position: absolute;
  right: 40px;
  top: 45px;
  -webkit-animation: fade 1s 2.3s forwards;
  animation: fade 1s 2.3s forwards;
  opacity: 0;
  height: 20px;
  width: 30px;
  z-index: 2;
}

.hamburger.black {
  opacity: 1 !important;
}

.hamburger.black .hamburger_part {
  background: #07101d;
}

.hamburger.white {
  opacity: 1 !important;
  right: 0;
  top: 5px;
}

.hamburger.white .hamburger_part {
  background: #ffdc25;
}

.hamburger_part {
  width: 30px;
  height: 2px;
  position: absolute;
  background: #FFF;
  right: 0;
}

.hamburger_part:last-child {
  width: 20px;
}

.hamburger_part:nth-of-type(1) {
  top: 0px;
}

.hamburger_part:nth-of-type(2) {
  top: 8px;
}

.hamburger_part:nth-of-type(3) {
  top: 16px;
}

.Hatha {
  left: -110vw;
}

.HeaderNav {
  position: fixed;
  right: 91px;
  top: 58px;
  direction: ltr;
  display: block;
  width: auto;
  transition-duration: 200ms;
  filter: invert(1);
  z-index: 99;
}

.HeaderSocial {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 22px auto;
  background-position: center center;
  background-image: url(imgs/Icons/facebook2.webp);
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 4px;
  cursor: pointer;
}

.HeaderSocial.Instagram {
  background-image: url(imgs/Icons/instagram.webp);
}

.HeaderSocial.Linkedin {
  background-image: url(imgs/Icons/LinkedIn2.webp);
  margin-right: 8px !Important;
}

.HeaderSocial.Whatsapp {
  background-image: url(imgs/Icons/whatsapp.webp);
}

.HeaderSocial.Youtube {
  background-image: url(imgs/Icons/youtube.webp);
  background-size: 24px auto;
  background-position: center 2px;
}


.HideSlide {
  opacity: 0 !Important;
  pointer-events: none !Important;
  height: 0px !Important;
  overflow: hidden !Important;
}

.InfoTag {
  position: fixed;
  top: 0vw;
  left: 0vh;
  text-align: left;
  mix-blend-mode: exclusion;
  z-index: 99;
  color: rgba(255, 255, 255, 1.00);
  display: none;
}

.InfoTag span {
  display: block;
  font-size: 10px;
  font-weight: 100;
}

.Instagram {
  background-image: url(imgs/Icons/instagram.webp);
}

.IntroSlide.HideNow {
  transform: translateY(-100px) !Important;
  opacity: 0 !Important;
  pointer-events: none !Important;
}

.IntroVideo {
  position: fixed;
  z-index: -99;
  width: calc(100vw + 600px);
  height: 180vh;
  left: -100px;
  top: -38vh;
  background-image: url(imgs/StarsBG.webp) !Important;
  background-size: 1704px auto;
  background-repeat: repeat;
  display: none;
}

.KeywordCounter {
  padding-top: 8px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  transition: 200ms;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: calc(20% - 22px);
  border-radius: 8px;
  background-color: #000000e3;
  color: #FFF;
}

.KeywordCounter .BrandNum {
  position: absolute;
  top: -10px;
  height: 20px;
  color: rgba(255, 255, 255, 1.00) !Important;
  background-color: #000000e3;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: left;
  transition: 200ms;
  padding-left: 5px;
  padding-right: 5px;
  left: 10px;
  margin-left: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.KeywordCounter .BrandPhotosCount {
  margin-left: 20px;
  font-family: 'Bebas Neue', sans-serif;
  color: rgba(0, 163, 255, 1.00);
  float: right;
}

.KeywordCounter .PhotosText {
  overflow: hidden;
  display: inline-block;
  padding: 0px;
  max-width: 0px;
  vertical-align: top;
  font-size: 10px;
  line-height: 1;
  margin-top: 7px;
  transition: 200ms;
}

.KeywordCounter:hover {
  background-color: rgba(255, 255, 255, 1.00);
  color: rgba(0, 0, 0, 1.00);
}

.KeywordCounter:hover .BrandNum {
  background-color: rgba(255, 255, 255, 1.00);
  color: rgba(0, 0, 0, 1.00) !Important;
}

.KeywordCounter:hover .PhotosText {
  max-width: 50px;
  margin-left: 5px;
}

.KeywordsCounterDiv {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}

.LeftPlus {
  position: fixed;
  left: calc(3rem - 12px);
  top: calc(50% - 24px);
  font-size: 48px;
  color: #FFFFFF;
  opacity: 0.25;
  pointer-events: none;
  transition-duration: 2s;
  font-weight: 100;
  display: none;
}

.LetsWorkTogether {
  color: #FFF;
  -webkit-animation: fade 1s 2.3s forwards;
  animation: fade 1s 2.3s forwards;
  opacity: 0;
  float: right;
  position: relative;
  margin-right: 60px;
  top: 5px;
  cursor: pointer;
  transition-duration: 400ms;
  z-index: 2;
}

.LetsWorkTogether:hover {
  color: rgba(0, 132, 255, 1.00);
}

.LightPoint {
  width: 1px;
  height: 1px;
  position: fixed;
  bottom: 120px;
  right: 72px;
  background-color: #9600FF;
  -webkit-box-shadow: 0px 0px 300px 150px #9600FF;
  box-shadow: 0px 0px 300px 150px #9600FF;
  display: block;
  mix-blend-mode: exclusion;
  animation-name: LightPoint;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  transition: all 4s ease;
  animation-direction: alternate;
  pointer-events: none;
  filter: blur(100px);
  opacity: 0.10;
}

.LightPoint.BottomPointTwo {
  bottom: 0px;
  right: 0px;
  top: auto;
  left: auto;
  -webkit-box-shadow: 0px 0px 400px 200px rgba(255, 0, 253, 0.77);
  box-shadow: 0px 0px 400px 200px rgba(255, 0, 253, 0.77);
}

.LightPoint.TopPoint {
  bottom: auto;
  right: auto;
  top: 72px;
  left: 120px;
  -webkit-box-shadow: 0px 0px 400px 200px #9600FF;
  box-shadow: 0px 0px 400px 200px #9600FF;
}

.Liner {
  width: 36px;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.22;
  pointer-events: none;
  display: block;
  margin-bottom: 5px;
  transform: rotate(-36deg);
}

.LinersDiv {
  position: fixed;
  top: 22%;
  left: -15px;
  pointer-events: none;
  transition-duration: 2s;
  transform-origin: right;
}

.LinersDiv.BottomLiners {
  top: 72%;
  right: -10px;
  left: auto;
  transform-origin: left;
}

.LinkedIn {
  background-image: url(imgs/Icons/linkedin.webp);
  background-size: 28px 28px;
  margin-right: 8px !Important;
}

.Liny {
  height: 5px;
  position: absolute;
  width: 1vw;
  display: block;
  left: 0px;
  bottom: 0px;
  transition: 0.4s;
  mix-blend-mode: exclusion;
  z-index: 3;
  background-color: rgba(255, 255, 255, 1.00);
}

.LiveLinkIcon {
  background-image: url(imgs/Icons/expand-arrows.png);
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  font-size: 0px;
  color: transparent;
}

.LoadMoreYacta {
  /* background-image: url(../sys/Img/PlusLoader.gif); */
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  background-position: center center;
  background-size: 0px auto;
  transition-duration: 300ms;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.00);
  width: auto;
  background-repeat: no-repeat;
  min-height: 60px;
  overflow-y: auto;
}

.LoadMoreYacta span {
  display: block;
  font-size: 70%;
  width: 100%;
}

.LoadMoreYacta.Hide {
  opacity: 0;
  pointer-events: none;
}

.LoadMoreYacta.Loading {
  background-size: auto 100%;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.00);
  font-size: 0px;
}

.LoadMoreYacta:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
  letter-spacing: 4px;
}

.Location {
  background-image: url(imgs/Icons/location-pin.webp);
}

.LocationBG,
.QuoteBG,
.PortfolioMenuBG {
  background-image: url(imgs/Menu/C.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
}

.LocationHead {
  vertical-align: middle;
  color: rgba(255, 255, 255, 1.00);
  font-size: clamp(1rem, 5vw, 2.5rem);
  font-weight: bold;
  display: inline-block;
  height: 20px;
  line-height: 1;
  width: 340px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 170px);
  text-align: center;
  text-transform: uppercase;
  /* top: unset;
        bottom: 2rem;
        left: 2rem;
        text-align: left; */
}

.LocationHead span {
  font-size: 50%;
  font-weight: normal;
  display: block;
  text-align: center;
}

.LocationHead.Down {
  top: auto;
  bottom: 136px;
  /* font-size: 55px; */
}

.logoMain {
  float: left;
  position: relative;
  top: -3px;
  height: 40px;
  cursor: pointer;
  left: 0px;
  z-index: 2;
  transform: translateX(-300%);
  transition: 400ms 1s;
}

.logoMain img {
  width: auto !important;
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
  display: inline-block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.logoMain.Active {
  transform: translateX(0);
}

.LovesCounts {
  position: relative;
}

.MenuButton {
  background-image: url("imgs/Icons/Menu.webp");
  background-repeat: no-repeat;
  background-position: right center;
  right: 45px;
  top: 3rem;
  position: fixed;
  z-index: 11;
  display: block;
  padding-right: 30px;
  background-size: 25px auto;
  padding-top: 8px;
  padding-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  transition-duration: 400ms;
  height: 25px;
  width: 25px;
  color: rgba(0, 0, 0, 1.00);
}

.MenuButton.Active {
  background-position: calc(100% + 50px) center;
  background-size: 0px auto;
  font-size: 0px;
  width: 62px;
  color: #FFF;
}

.MenuButton.Active::after {
  font-size: 10px;
}

.MenuButton.Active::before {
  font-size: 18px;
}

.MenuButton::after {
  content: "close";
  left: -2px;
  text-align: right;
  font-weight: 100;
  top: 4px;
}

.MenuButton::before {
  content: "x";
  right: 8px;
  text-align: right;
  top: 2px;
  font-weight: 200;
  font-family: arial;
}

.MenuButton::before,
.MenuButton::after {
  font-size: 0px;
  display: block;
  position: absolute;
  top: 2px;
  transition-duration: 400ms;
  line-height: 25px;
}

.MenuButton:hover,
.HeaderSocial:hover {
  transform: scale(1.1)
}

.MenuDiv {
  background-color: rgba(0, 0, 0, 0.0);
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  transform: translateX(0%);
  transition: 400ms ease-in-out;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}

.MenuDiv * {
  transition: 300ms ease-in-out;
}

.MenuDiv .social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.MenuDiv .social-icons a {
  color: #FFFFFF;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 8px;
  transition-duration: 200ms;
  background-repeat: no-repeat;
  background-size: 20px auto;
  filter: invert(1) grayscale(1) brightness(2);
  opacity: 0.5;
}

.MenuDiv .social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  transform: scale(1.1);
  opacity: 1;
}

.MenuDiv .social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.MenuDiv .social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 13px
}

.MenuDiv .social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.MenuDiv div {
  margin: 0px;
  padding: 0px;
  display: flex;
  overflow: hidden;
  border: none;
  outline: none;
}

.MenuDiv pre {
  font-size: clamp(0.7rem, 1vw, 0.8rem);
}

.MenuDiv.Active {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: auto;
}

.MenuDiv.Active .MenuLeftDown {
  max-width: calc(100% - 0px);
}

.MenuDiv.Active .MenuLeftUpLeft {
  max-height: 100%;
}

.MenuDiv.Active .MenuLeftUpRight {
  max-height: 100%;
}

.MenuDiv.Active .MenuRight {
  max-height: 100vh;
  overflow: auto;
  padding-bottom: 10vh;
}

.MenuLeft {
  width: calc(60% - 0px);
  flex-direction: column;
}

.MenuLeftDown {
  background-color: rgba(90, 1, 3, 1.00);
  width: calc(100% - 0px);
  position: relative;
  cursor: pointer;
  max-width: 0px;
  flex-grow: 1;
}

.MenuLeftDown:hover .LocationBG,
.MenuLeftUpLeft:hover .QuoteBG,
.MenuLeftUpRight:hover .PortfolioMenuBG {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.MenuLeftDown:hover .LocationHead,
.MenuLeftUpLeft:hover .LocationHead,
.MenuLeftUpRight:hover .LocationHead {
  transform: scale(1.05)
}

.MenuLeftUp {
  text-align: left;
  position: relative;
  flex-grow: 1;
}

.MenuLeftUp,
.MenuLeftDown {
  height: 50vh !Important;
  width: 100%;
  /* display: block !Important; */
}

.MenuLeftUpLeft {
  position: relative;
  cursor: pointer;
}

.MenuLeftUpLeft,
.MenuLeftUpRight {
  width: calc(50% - 0px);
  height: 100% !Important;
  max-height: 0%;
  /* filter: grayscale(1); */
  display: flex;
}

.MenuLeftUpLeft:hover,
.MenuLeftUpRight:hover,
.MenuLeftDown:hover {
  /* filter: grayscale(0) */
}

.MenuLeftUpRight {
  background-color: rgba(106, 3, 4, 1.00);
  position: relative;
  cursor: pointer;
  transform: scale(1.01);
  left: 0px;
  display: inline-block;
  overflow: hidden;
}

.MenuLinks {
  color: rgba(255, 255, 255, 1.00);
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 100px;
  width: 100%;
  justify-content: flex-start;
}

.MenuLinks .social-icons li {
  padding: 0px;
  margin: 0px;
  width: 25px;
  height: 25px;
}

.MenuLinks li {
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1.00);
}

.MenuLinks li a {
  color: #FFF;
}

.MenuLinks li.Active a

/* ,    .MenuLinks li:hover a  */
  {
  color: #FCA908;
}

.MenuLinks li:not(.NotRedPoint)::before {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #FCA908;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: -15px;
}

.MenuRight {
  background-color: #000000;
  width: calc(40% - 0px);
  height: 100vh;
  max-height: 0px;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
  left: 0px;
  -webkit-box-shadow: 8px 0px #192232;
  box-shadow: 8px 0px #192232;
  top: 0px;
}

.NavContactUs {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 8px;
  color: rgba(0, 0, 0, 1.00);
  cursor: pointer;
}

.NavContactUs:hover {
  color: rgba(0, 0, 0, 1.00);
}

.NavLogo {
  background-image: url("imgs/LogoPNG.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 36px;
  display: block;
  position: fixed;
  top: 2.7rem;
  left: 3.6rem;
  filter: invert(1);
  font-size: 0px;
  opacity: 0.88;
  transition-duration: 400ms;
  z-index: 9;
}

.NavLogo:hover {
  opacity: 1;
}

.NavTopLine {
  position: absolute;
  top: calc(2.7rem + 36px);
  width: calc(0px);
  left: calc(50% + 0px);
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.10;
  pointer-events: none;
  transition-duration: 2s;
}

.NavTopLine.Loaded {
  width: calc(100vw - 16rem - 240px);
  left: calc(8rem + 120px);
}



.Part_One {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.PhotoName,
.PhotoParagraph {
  color: #FFF;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.PhotoName:focus,
.PhotoParagraph:focus {
  color: rgba(0, 155, 255, 1.00) !Important;
}

.PhotoParagraph {
  padding-right: 50px;
  padding-bottom: 36px;
  max-width: 360px;
}

.PhotoParagraph.Arabic {
  direction: rtl;
}

.PhotoTitle {
  font-size: 18px;
  color: #FFF;
  font-weight: 800;
  text-decoration: none;
}

.PlusContainer {
  padding: 8rem 6rem;
  padding-top: 100px;
}

.PortfolioMenuBG {
  background-image: url(imgs/Menu/B.webp);
}

.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: ' ';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--grey);
  left: 1px;
  top: -5px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-image: url(imgs/Icons/h1-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg)
}

.QuoteBG {
  background-color: #080808;
  background-image: url(imgs/Menu/A.webp);
}

.rating {
  display: flex;
  width: 100%;
  justify-content: start;
  flex-direction: row-reverse;
  position: relative;
}

.rating-value {
  font-size: 14px;
  color: #666;
  margin-inline-start: 10px;
  line-height: 40px;
}

.rating>input {
  display: none;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='rgb(222, 161, 91)' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  /* filter: saturate(0.8); */
}

.rating>label {
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
  /* filter: saturate(0.8); */
}

.rrating>input:not(:checked)~label:hover,
.rrating>input:not(:checked)~label:hover~label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='rgb(222, 161, 91)' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  /* filter: saturate(0.8); */
}

.rrating>label {
  cursor: pointer;
}

.scroll {
  position: absolute;
  left: calc(50% - 348px);
  top: 458px;
  transition: all 0.8s 0s;
  opacity: 0;
}

.ScrollDown {
  display: block;
  width: auto;
  height: auto;
  max-width: 30px;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.SmallGrid {
  position: fixed;
  right: calc(1rem);
  bottom: calc(1rem);
  pointer-events: none;
  transition-duration: 2s;
  background-image: url("imgs/SmallGrid.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  width: 121px;
  height: 36px;
  display: block;
}

.SocialButton {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: 30px 30px;
  filter: invert(1) grayscale(1) brightness(4);
  transition-duration: 200ms;
  color: rgba(255, 255, 255, 0.00);
}

.SocialButton.TextIcons {
  font-size: 20px;
}

.SocialButton:hover {
  filter: invert(0);
}

.SocialMediaAccounts {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1;
}

.SocialMediaAccounts a {
  font-size: 24px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1;
}

.spinner {
  margin: -10px 0 25px;
  mqrgin-top: 15px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
}

.spinner .spinner__item1 {
  -webkit-animation-delay: -0.60s;
  animation-delay: -0.60s;
}

.spinner .spinner__item2 {
  -webkit-animation-delay: -0.40s;
  animation-delay: -0.40s;
}

.spinner .spinner__item3 {
  -webkit-animation-delay: -0.20s;
  animation-delay: -0.20s;
}

.spinner>div {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 1.00);
}

.star {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;...");
  /* نجمة فارغة */
  background-size: 76%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.star-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;...");
  /* نجمة ملونة */
  background-size: 76%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.StarsBG {
  background-image: url(imgs/StarsBG.webp) !Important;
  background-size: 1704px auto;
  background-repeat: repeat;
  transition: background-position 10s;
}

.StarsOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 94, 122, 1.00);
  mix-blend-mode: multiply;
  display: block;
  transition-duration: 800ms;
  pointer-events: none;
}

.ToClone.Show {
  top: 130px !important;
  left: 100px !important;
  right: 100px !important;
  width: calc(100vw - 200px) !important;
  height: 72vh !important;
  background-size: cover !important;
}

.Whatsapp {
  background-image: url(imgs/Icons/whatsapp.webp);
}

.WholeNav {
  position: fixed;
  top: 61px;
  right: 40px;
  display: block;
  z-index: 10;
  text-align: right;
  padding-right: 42px;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
}



/* ========== KEYFRAME ANIMATIONS ========== */

@keyframes LightPoint {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }

  100% {
    transform: scale(2) translate(0%, 0%);
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInVid {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes hr {
  from {
    width: 0;
  }

  to {
    width: 70px;
  }
}

@-webkit-keyframes hrOut {
  from {
    width: 70px;
  }

  to {
    width: 0px;
  }
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes sliderIn {
  from {
    transform: scale(0) translateY(20);
  }

  to {
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes spark {
  from {
    -webkit-clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
  }

  to {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

@-webkit-keyframes sparkOut {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }

  to {
    -webkit-clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);

  }
}

/* ========== MEDIA QUERIES ========== */

@media (pointer:coarse) or (max-width: 1000px) {



  #ImagesShowDIV .ImagesShowDIVContent {
    padding: 160px 3vw;
  }


  #ImagesShowDIV img {
    max-width: 100%;
    display: block;
    max-height: auto;
  }

  #ImagesShowDIV .ImageDetailsDiv {
    display: block;
    margin-left: auto;
    padding-top: auto;
    min-width: 300px;
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
  }


  .ContactUsPopUp {
    padding-top: 8rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 8rem;
    background-color: #0D0D0D
  }

  .ContactUsDetails {
    max-width: 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .ContactUsDetails,
  .ContactUsA {
    font-size: 20px;
  }

  #ImagesShowDIV nav span.nav-close {
    padding: 10%;
  }

}

@media (max-width: 600px) {

  .portfolio_home__title {
    max-width: calc(100vw - 100px);
    left: 50px;
  }


}

@media (max-width: 400px) {

  .portfolio_home__title {
    max-width: calc(100vw - 60px);
    left: 30px;
  }
}

@media (any-pointer:fine) {
  #mouse-circle {
    position: fixed;
    width: 16px;
    height: 16px;
    margin: -8px;
    border: none;
    border-radius: 50%;
    pointer-events: none !important;
    z-index: 9999;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 100ms ease;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.72);
    display: block;
    mix-blend-mode: overlay;
  }

}

@media screen and (max-width:1250px) {

  .MenuLinks li {
    font-size: 36px;
    justify-content: flex-start;
  }

  .LocationHead.Down {
    font-size: 36px;
    bottom: 100px;
  }

  .LocationHead.Down span {
    display: block;
  }

  .LocationHead {
    font-size: 36px;
  }

  .MenuRight {
    overflow-y: auto;
  }

}

@media screen and (max-width:1000px) {

  .Content {
    padding-top: 0px;
  }

  .MenuLinks {
    padding: 3rem;
  }

  .LocationHead.Down {
    bottom: 3rem;
  }

  .cursor,
  .dynamicCursor {
    display: none;
  }

  .progress-wrap {
    display: none;
  }

  .MenuButton {
    right: 6px;
    top: 0px;
    padding: 0px;
    background-size: 18px auto;
    line-height: 1;
    font-size: 0px;
    height: 55px;
    width: 40px;
    background-position: left bottom;
  }

  .MenuButton::before {
    right: 20px;
    top: 30px;
  }

  .MenuButton::after {
    left: -22px;
    top: 30px;
  }

  .WholeNav {
    top: 36px;
    right: 14px;
  }

  .NavLogo {
    top: 1.5rem;
    left: 1.5rem;
    height: 30px;
  }

  .BlackNav {
    height: 88px;
  }


  .HeaderSocial.Youtube {
    background-image: url(imgs/Icons/youtube.webp);
    background-size: 18px auto;
    background-position: center center;
  }

  .SocialButton {
    background-size: 18px auto;
    width: 20px;
    height: 20px;
  }

  .LinkedIn {
    background-size: 15px auto;
  }

  .NavTopLine.Loaded {
    width: 90vw;
    left: 5vw;
    top: calc(2.7rem + 25px);
  }


  .SocialMediaAccounts a {
    font-size: 18px;
    width: 20px;
    height: 20px;
  }



}

@media screen and (max-width:800px) {

  .MenuLinks li,
  .LocationHead,
  .LocationHead.Down {
    font-size: 26px;
  }

  .MenuLinks {
    padding: 2.2rem;
  }

  .LocationHead.Down {
    bottom: 2.2rem;
  }

  .MenuLeftDown {
    height: 30vh !Important;
  }

  .MenuLeftUp {
    height: 70vh !Important;
  }



}

@media screen and (max-width:666px) {

  .logo {
    top: 20px;
    left: 20px;
  }

  #LogoImg {
    max-height: 40px
  }

  .HeaderNav {
    right: 58px;
    top: 37px;
  }

  .HeaderSocial {
    width: 18px;
    height: 18px;
    background-size: 16px auto;
  }

  .NavContactUs {
    font-size: 14px;
  }

  .MenuLinks {
    padding: 1.8rem;
  }

  .LocationHead.Down {
    bottom: 1.8rem;
  }


}

@media screen and (max-width:600px) {

  .MenuDiv .MenuLeft {
    display: none;
  }

  .MenuRight {
    width: 100vw !Important;
    height: 120vh;
  }

  .MenuDiv.Active .MenuRight {
    max-height: 120vh;
  }

  .MenuDiv.Active {
    background-color: #1b1b1b;
  }

  .MenuLinks {
    padding: 4rem;
  }

  .MenuLinks pre {
    display: none;
  }

  .ForMobile {
    display: flex !Important;
  }

}

@media screen and (min-width:900px) and (max-height:600px) {

  .MenuLinks li {

    font-size: 36px;

  }

  .LocationHead.Down {
    font-size: 36px;
  }

  .LocationHead.Down span {
    display: block;
  }

  .LocationHead {
    font-size: 36px;
  }

}

@media screen and (min-width:900px) and (max-height:500px) {

  .LocationHead.Down {
    bottom: 75px
  }

}