@font-face {
  font-family: "upto-en";
  src: url("../fonts/en-upto.ttf") format("truetype");
}
@font-face {
  font-family: "upto";
  src: url("../fonts/upto.ttf") format("truetype");
}
* {
  z-index: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "upto-en";
}

.Contact h1 {
  display: none;
}

html {
  overflow-x: hidden;
  background-color: #e1e5ec;
  scroll-behavior: smooth;
}
html .nav-links-mobile, html .burger {
  display: none;
}
html a {
  text-decoration: none;
}
html * {
  font-family: "upto-en";
}
html h1 {
  color: #524DA0;
}
html h2 {
  color: #439BD5;
}
html .loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #439BD5;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .loader-wrapper .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  /******** <- Remove this line *********/
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}
html .loader-wrapper .loader .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
html .logo {
  width: 10%;
  margin: auto 0;
  position: relative;
  left: 0%;
}
html .logo img {
  filter: drop-shadow(5px 5px 0.2rem rgba(0, 0, 0, 0.1215686275));
  transform-style: preserve-3d;
  transform: translateZ(30px);
  width: 10vw;
}
html nav {
  position: fixed;
  display: flex;
  padding-top: 1vw;
  padding-left: 1vw;
  padding-bottom: 1vw;
  z-index: 20;
  width: 100%;
  background-color: rgba(225, 229, 236, 0.8431372549);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
html nav .nav-links {
  position: relative;
  font-family: "upto-en";
  display: flex;
  margin: auto;
  padding-bottom: 0.5vw;
}
html nav .nav-links.mobile {
  display: none;
}
html nav .nav-links li {
  list-style: none;
  margin-left: 4em;
  position: relative;
}
html nav .nav-links a {
  position: relative;
  font-size: 1.4em;
  color: #439BD5;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
}
html nav .WebColors {
  position: relative;
  display: flex;
  top: 1.1vw;
  left: -5%;
}
html nav .WebColors * {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}
html nav .WebColors .white {
  background-color: #e1e5ec;
  border: 1px solid #231F20;
  border-radius: 10%;
}
html nav .WebColors .black {
  background-color: #231F20;
  border: 1px solid #e1e5ec;
  border-radius: 10%;
}
html nav .language {
  position: relative;
  display: flex;
  text-align: center;
  color: #231F20;
  top: 0.8vw;
  left: -6%;
}
html nav .language p {
  margin-left: 20px;
  color: #524DA0;
}
html nav .language .EN-lang, html nav .language .AR-lang {
  cursor: pointer;
}
html .parallax {
  width: 100%;
  position: relative;
  justify-content: center;
  height: 900px;
}
html .parallax .im1 {
  width: 100%;
  height: 50%;
}
html .parallax .im1 img {
  width: inherit;
}
html .parallax .im2 {
  width: 100%;
  top: 60%;
  height: 50%;
}
html .intro {
  width: 100%;
  height: 42vw;
  display: flex;
}
html .intro video {
  position: relative;
  padding-top: 0vw;
  margin: auto auto;
  width: 100%;
  z-index: 1;
}
html .intro .introlink {
  width: 100%;
  height: 53vw;
  position: absolute;
  z-index: 2;
  display: flex;
}
html .intro .introlink a {
  background-color: rgba(255, 255, 255, 0.6431372549);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  margin: auto auto;
  top: 12vw;
  font-size: 1vw;
  text-decoration: none;
  color: #439BD5;
  padding-bottom: 0.4vw;
  padding-left: 0.6vw;
  padding-right: 0.6vw;
  border-radius: 0.5vw;
}
html .aboutCont {
  width: 100%;
  padding-bottom: 15vw;
  position: relative;
  justify-content: center;
  z-index: 6;
  background: #e1e5ec;
}
html .aboutCont .about {
  position: relative;
  padding: 0;
  top: 5vw;
  margin: 0 auto;
  width: 50%;
  display: flex;
}
html .aboutCont .about #word1 {
  font-size: 2vw;
  margin: auto auto;
  position: relative;
  top: -0.8vw;
  line-height: 4.5vw;
  text-align: left;
  left: 0%;
}
html .aboutCont .about #word1 h1 {
  color: #439BD5;
}
html .aboutCont .about #word1 p {
  color: #524DA0;
}
html .aboutCont .about #word2 {
  border-radius: 20px;
  position: relative;
  left: 3vw;
  padding: 1vw 2vw 1.5vw 2vw;
  grid-column-start: 2;
  width: 100%;
}
html .aboutCont .about #word2 h2 {
  font-weight: 100;
  font-size: 1.3vw;
  text-align: justify;
}
html .crew {
  position: relative;
  width: 100%;
  height: 60vw;
  justify-content: center;
}
html .crew h1 {
  text-align: center;
  padding-bottom: 8vw;
  font-size: 3vw;
  color: #439BD5;
}
html .crew .crew-cont {
  margin: auto auto;
  position: relative;
  display: grid;
  grid-template-columns: 20vw 20vw 20vw 20vw;
  grid-auto-rows: 25vw;
  justify-content: space-evenly;
  width: 80%;
  height: 50vw;
}
html .crew .crew-cont .crewP {
  border-radius: 20px;
  display: grid;
  grid-template-rows: 60% 40%;
  grid-template-columns: 100%;
  height: 100%;
  width: 100%;
  justify-content: center;
}
html .crew .crew-cont .crewP .crewimg {
  border: 1px solid #3f3b7e;
  grid-row-start: 1;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}
html .crew .crew-cont .crewP .crewimg:hover img:nth-child(2) {
  opacity: 1;
}
html .crew .crew-cont .crewP .crewimg img {
  transition: all 0.5s ease-in-out;
  width: 16vw;
  opacity: 1;
  position: relative;
  top: -61%;
  z-index: 1;
}
html .crew .crew-cont .crewP .crewimg img:nth-child(2) {
  position: absolute;
  left: 0vw;
  opacity: 0;
}
html .crew .crew-cont .crewP .crewdis {
  padding-top: 1vw;
  position: relative;
  grid-row: 2;
  z-index: 1;
}
html .crew .crew-cont .crewP .crewdis h2, html .crew .crew-cont .crewP .crewdis p {
  position: relative;
  text-align: center;
  padding-top: 0vw;
  font-size: 1vw;
}
html .crew .crew-cont .crewP .crewdis p {
  color: #524DA0;
  font-weight: 600;
}
html .partical {
  background: #e1e5ec;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
html .partical img {
  position: relative;
  width: 5%;
  opacity: 0.4;
}
html .services {
  background: #e1e5ec;
  padding-bottom: 2vw;
}
html .services h1 {
  text-align: center;
  padding-bottom: 4vw;
  font-size: 3vw;
  color: #439BD5;
}
html .services .servContainer {
  display: flex;
  margin: auto 5vw;
}
html .services .servContainer a {
  pointer-events: none;
  z-index: -10;
}
html .services .servContainer .Cont {
  position: relative;
  overflow: hidden;
  padding-bottom: 5vw;
  width: 15.5vw;
  height: 40vw;
  margin: 5px;
  border-radius: 20px;
  transition: all 1s ease-in-out;
  flex: 1;
  cursor: pointer;
}
html .services .servContainer .Cont img {
  transition: all 1s ease-in-out;
  position: relative;
  height: 40vw;
  width: 20.5vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60%;
     object-position: 60%;
}
html .services .servContainer .Cont .content {
  transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
  width: 20.5vw;
  padding-right: 3vw;
  height: 40vw;
  background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: absolute;
  top: 0px;
  display: grid;
}
html .services .servContainer .Cont .content h2 {
  transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
  position: relative;
  color: #e1e5ec;
  margin: auto auto;
  text-align: center;
  font-size: 1.5vw;
  top: 0vw;
}
html .services .servContainer .Cont .content .lincont {
  transition: all 1s ease-in-out;
  position: absolute;
  width: 20.5vw;
  padding-right: 3vw;
  height: 40vw;
  justify-content: center;
}
html .services .servContainer .Cont .content .lincont .line {
  transition: all 1s ease-in-out;
  position: relative;
  background-color: #e1e5ec;
  width: 0vw;
  height: 0.1vw;
  left: 0vw;
  top: 23vw;
  margin: auto auto;
}
html .services .servContainer .Cont .content .lincont p {
  transition: all 1s ease-in-out;
  position: relative;
  text-align: center;
  color: #e1e5ec;
  font-size: 1vw;
  opacity: 0;
  width: 14.5vw;
  left: 0vw;
  top: 23vw;
  margin: auto auto;
  overflow-wrap: break-word;
}
html .services .servContainer .Cont .contGallary {
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 1;
  top: 0px;
  width: 100%;
}
html .services .servContainer .Cont .contGallary .pics {
  pointer-events: none;
  justify-content: center;
  display: grid;
  grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw;
  grid-auto-rows: 14vw;
}
html .services .servContainer .Cont .contGallary .pics .item {
  position: relative;
}
html .services .servContainer .Cont .contGallary .pics .item img {
  pointer-events: all;
  position: absolute;
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 4px;
  border-radius: 7px;
  opacity: 0;
}
html .services .servContainer .Cont .contGallary .pics .item .imghove {
  transition: all 1s ease-in-out;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(67, 155, 213, 0.8), rgba(82, 77, 160, 0.8));
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 50;
  border-radius: 7px;
  text-align: center;
  cursor: crosshair;
  opacity: 1;
}
html .services .servContainer .Cont .contGallary .pics .item .imghove a {
  width: 100%;
  height: 100%;
  font-family: "upto-en";
  color: #e1e5ec;
  position: relative;
  z-index: 11;
  font-size: 2vw;
  font-weight: 900;
  top: 40%;
  text-decoration: none;
}
html .services .servContainer .Cont .contGallary .pics .item.z1 {
  z-index: 1;
}
html .services .servContainer .Cont .contGallary .pics .item.z2 {
  z-index: 2;
}
html .services .servContainer .Cont .contGallary .pics .item.z3 {
  z-index: 3;
}
html .services .servContainer .Cont .contGallary .pics .item.z4 {
  z-index: 4;
}
html .services .servContainer .Cont .contGallary .pics .item.z5 {
  z-index: 5;
}
html .services .servContainer .Cont .contGallary .pics .item.z6 {
  z-index: 6;
}
html .services .servContainer .Cont .contGallary .pics .item.h1 {
  height: 14vw;
  -ms-grid-row-span: 1;
}
html .services .servContainer .Cont .contGallary .pics .item.r1 {
  grid-row-start: 1;
}
html .services .servContainer .Cont .contGallary .pics .item.w1 {
  width: 14vw;
  -ms-grid-column-span: 1;
}
html .services .servContainer .Cont .contGallary .pics .item.c1 {
  grid-column-start: 1;
}
html .services .servContainer .Cont .contGallary .pics .item.h2 {
  height: 28vw;
  -ms-grid-row-span: 2;
}
html .services .servContainer .Cont .contGallary .pics .item.r2 {
  grid-row-start: 2;
}
html .services .servContainer .Cont .contGallary .pics .item.w2 {
  width: 28vw;
  -ms-grid-column-span: 2;
}
html .services .servContainer .Cont .contGallary .pics .item.c2 {
  grid-column-start: 2;
}
html .services .servContainer .Cont .contGallary .pics .item.h3 {
  height: 42vw;
  -ms-grid-row-span: 3;
}
html .services .servContainer .Cont .contGallary .pics .item.r3 {
  grid-row-start: 3;
}
html .services .servContainer .Cont .contGallary .pics .item.w3 {
  width: 42vw;
  -ms-grid-column-span: 3;
}
html .services .servContainer .Cont .contGallary .pics .item.c3 {
  grid-column: 3;
}
html .services .servContainer .Cont .contGallary .pics .item.h4 {
  height: 56vw;
  -ms-grid-row-span: 4;
}
html .services .servContainer .Cont .contGallary .pics .item.r4 {
  grid-row-start: 4;
}
html .services .servContainer .Cont .contGallary .pics .item.w4 {
  width: 56vw;
  -ms-grid-column-span: 4;
}
html .services .servContainer .Cont .contGallary .pics .item.c4 {
  grid-column-start: 4;
}
html .services .servContainer .Cont .contGallary .pics .item.h5 {
  height: 70vw;
  -ms-grid-row-span: 5;
}
html .services .servContainer .Cont .contGallary .pics .item.r5 {
  grid-row-start: 5;
}
html .services .servContainer .Cont .contGallary .pics .item.w5 {
  width: 70vw;
  -ms-grid-column-span: 5;
}
html .services .servContainer .Cont .contGallary .pics .item.c5 {
  grid-column-start: 5;
}
html .services .servContainer .Cont .contGallary .pics .item.h6 {
  height: 84vw;
  -ms-grid-row-span: 6;
}
html .services .servContainer .Cont .contGallary .pics .item.r6 {
  grid-row-start: 6;
}
html .services .servContainer .Cont .contGallary .pics .item.w6 {
  width: 84vw;
  -ms-grid-column-span: 6;
}
html .services .servContainer .Cont .contGallary .pics .item.c6 {
  grid-column-start: 6;
}
html .services .servContainer .Cont .contGallary .pics .item.h1-5 {
  height: 21vw;
}
html .services .servContainer .Cont .contGallary .pics .item.w1-5 {
  width: 21vw;
}
html .services .servContainer .Cont .contGallary .pics .item.h2-5 {
  height: 35vw;
}
html .services .servContainer .Cont .contGallary .pics .item.w2-5 {
  width: 35vw;
}
html .services .servContainer .Cont .contGallary .pics .item.h3-5 {
  height: 49vw;
}
html .services .servContainer .Cont .contGallary .pics .item.w3-5 {
  width: 49vw;
}
html .services .servContainer .Cont.active {
  transition: all 1s ease-in-out;
  flex: 3;
}
html .services .servContainer .Cont.active img {
  transition: all 1s ease-in-out;
  position: relative;
  width: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60%;
     object-position: 60%;
}
html .services .servContainer .Cont.active .content {
  transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
  width: 45vw;
  padding-right: 8vw;
  height: 40vw;
  position: absolute;
  top: 0px;
  display: grid;
}
html .services .servContainer .Cont.active .content h2 {
  transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
  color: rgb(255, 255, 255);
  margin: auto auto;
  position: relative;
  font-size: 3vw;
  top: -12vw;
}
html .services .servContainer .Cont.active .content .lincont {
  transition: all 1s ease-in-out;
  position: absolute;
  width: 45vw;
  height: 40vw;
  justify-content: center;
}
html .services .servContainer .Cont.active .content .lincont .line {
  transition: all 1s ease-in-out;
  position: relative;
  background-color: #e1e5ec;
  width: 15vw;
  height: 0.2vw;
  left: -2.5vw;
  top: 15vw;
  margin: auto auto;
}
html .services .servContainer .Cont.active .content .lincont p {
  transition: all 1s ease-in-out;
  position: relative;
  text-align: center;
  color: #e1e5ec;
  opacity: 1;
  font-size: 1vw;
  width: 14.5vw;
  left: -2.5vw;
  top: 17vw;
  margin: auto auto;
}
html .services .servContainer .Cont.active .contGallary {
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 1;
  top: 0px;
  width: 100%;
}
html .services .servContainer .Cont.active .contGallary .pics {
  justify-content: center;
  display: grid;
  grid-template-columns: 11vw 11vw 11vw 11vw 11vw 11vw;
  grid-auto-rows: 11vw;
}
html .services .servContainer .Cont.active .contGallary .pics .item {
  position: relative;
}
html .services .servContainer .Cont.active .contGallary .pics .item img {
  position: absolute;
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 4px;
  border-radius: 7px;
}
html .services .servContainer .Cont.active .contGallary .pics .item.z1 {
  z-index: 1;
}
html .services .servContainer .Cont.active .contGallary .pics .item.z2 {
  z-index: 2;
}
html .services .servContainer .Cont.active .contGallary .pics .item.z3 {
  z-index: 3;
}
html .services .servContainer .Cont.active .contGallary .pics .item.z4 {
  z-index: 4;
}
html .services .servContainer .Cont.active .contGallary .pics .item.z5 {
  z-index: 5;
}
html .services .servContainer .Cont.active .contGallary .pics .item.z6 {
  z-index: 6;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h1 {
  height: 11vw;
  -ms-grid-row-span: 1;
}
html .services .servContainer .Cont.active .contGallary .pics .item.r1 {
  grid-row-start: 1;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w1 {
  width: 11vw;
  -ms-grid-column-span: 1;
}
html .services .servContainer .Cont.active .contGallary .pics .item.c1 {
  grid-column-start: 1;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h2 {
  height: 22vw;
  -ms-grid-row-span: 2;
}
html .services .servContainer .Cont.active .contGallary .pics .item.r2 {
  grid-row-start: 2;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w2 {
  width: 22vw;
  -ms-grid-column-span: 2;
}
html .services .servContainer .Cont.active .contGallary .pics .item.c2 {
  grid-column-start: 2;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h3 {
  height: 33vw;
  -ms-grid-row-span: 3;
}
html .services .servContainer .Cont.active .contGallary .pics .item.r3 {
  grid-row-start: 3;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w3 {
  width: 33vw;
  -ms-grid-column-span: 3;
}
html .services .servContainer .Cont.active .contGallary .pics .item.c3 {
  grid-column: 3;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h4 {
  height: 44vw;
  -ms-grid-row-span: 4;
}
html .services .servContainer .Cont.active .contGallary .pics .item.r4 {
  grid-row-start: 4;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w4 {
  width: 44vw;
  -ms-grid-column-span: 4;
}
html .services .servContainer .Cont.active .contGallary .pics .item.c4 {
  grid-column-start: 4;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h5 {
  height: 55vw;
  -ms-grid-row-span: 5;
}
html .services .servContainer .Cont.active .contGallary .pics .item.r5 {
  grid-row-start: 5;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w5 {
  width: 55vw;
  -ms-grid-column-span: 5;
}
html .services .servContainer .Cont.active .contGallary .pics .item.c5 {
  grid-column-start: 5;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h6 {
  height: 66vw;
  -ms-grid-row-span: 6;
}
html .services .servContainer .Cont.active .contGallary .pics .item.r6 {
  grid-row-start: 6;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w6 {
  width: 66vw;
  -ms-grid-column-span: 6;
}
html .services .servContainer .Cont.active .contGallary .pics .item.c6 {
  grid-column-start: 6;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h1-5 {
  height: 16.5vw;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w1-5 {
  width: 16.5vw;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h2-5 {
  height: 27.5vw;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w2-5 {
  width: 27.5vw;
}
html .services .servContainer .Cont.active .contGallary .pics .item.h3-5 {
  height: 38.5vw;
}
html .services .servContainer .Cont.active .contGallary .pics .item.w3-5 {
  width: 38.5vw;
}
html .services .servContainer .Cont.clicked {
  transition: all 1s ease-in-out;
  width: 70vw;
  height: 58vw;
  flex: 5;
}
html .services .servContainer .Cont.clicked img {
  transition: all 1s ease-in-out;
  position: relative;
  height: 0;
}
html .services .servContainer .Cont.clicked .content {
  transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
  width: 97vw;
  padding-right: 3vw;
  height: 58vw;
  background-color: rgba(35, 31, 32, 0);
  position: absolute;
  top: 0px;
  display: grid;
}
html .services .servContainer .Cont.clicked .content h2 {
  font-size: 0vw;
}
html .services .servContainer .Cont.clicked .content .lincont {
  width: 0;
  /*
            .line{
              width: 0vw;
              height: 0vw;

            }
            p{

              font-size: 0vw;
              width: 0vw;


            }*/
}
html .services .servContainer .Cont.clicked .contGallary {
  transition: all 5s ease-in-out;
  position: relative;
  opacity: 1;
  top: 0px;
  width: 100%;
}
html .services .servContainer .Cont.clicked .contGallary .pics {
  justify-content: center;
  display: grid;
  grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw;
  grid-auto-rows: 14vw;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item {
  position: relative;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item img {
  transition: all 2s ease-in-out;
  position: relative;
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 4px;
  border-radius: 7px;
  opacity: 1;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.z1 {
  z-index: 1;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.z2 {
  z-index: 2;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.z3 {
  z-index: 3;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.z4 {
  z-index: 4;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.z5 {
  z-index: 5;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.z6 {
  z-index: 6;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h1 {
  height: 14vw;
  -ms-grid-row-span: 1;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.r1 {
  grid-row-start: 1;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w1 {
  width: 14vw;
  -ms-grid-column-span: 1;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.c1 {
  grid-column-start: 1;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h2 {
  height: 28vw;
  -ms-grid-row-span: 2;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.r2 {
  grid-row-start: 2;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w2 {
  width: 28vw;
  -ms-grid-column-span: 2;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.c2 {
  grid-column-start: 2;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h3 {
  height: 42vw;
  -ms-grid-row-span: 3;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.r3 {
  grid-row-start: 3;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w3 {
  width: 42vw;
  -ms-grid-column-span: 3;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.c3 {
  grid-column: 3;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h4 {
  height: 56vw;
  -ms-grid-row-span: 4;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.r4 {
  grid-row-start: 4;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w4 {
  width: 56vw;
  -ms-grid-column-span: 4;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.c4 {
  grid-column-start: 4;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h5 {
  height: 70vw;
  -ms-grid-row-span: 5;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.r5 {
  grid-row-start: 5;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w5 {
  width: 70vw;
  -ms-grid-column-span: 5;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.c5 {
  grid-column-start: 5;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h6 {
  height: 84vw;
  -ms-grid-row-span: 6;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.r6 {
  grid-row-start: 6;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w6 {
  width: 84vw;
  -ms-grid-column-span: 6;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.c6 {
  grid-column-start: 6;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h1-5 {
  height: 21vw;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w1-5 {
  width: 21vw;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h2-5 {
  height: 35vw;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w2-5 {
  width: 35vw;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.h3-5 {
  height: 49vw;
}
html .services .servContainer .Cont.clicked .contGallary .pics .item.w3-5 {
  width: 49vw;
}
html .services .servContainer .Cont.unclicked {
  transition: all 1s ease-in-out;
  width: 0;
  flex: 0;
}
html .services .servContainer .Cont.unclicked img {
  transition: all 1s ease-in-out;
  position: relative;
  height: inherit;
  width: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60%;
     object-position: 60%;
}
html .services .servContainer .Cont.unclicked .content {
  transition: all 1s ease-in-out;
  width: 0;
  padding-right: 0;
  height: inherit;
  background-color: rgba(35, 31, 32, 0.231372549);
  position: absolute;
  bottom: 0px;
  display: grid;
}
html .services .servContainer .Cont.unclicked .content h2 {
  transition: all 1s ease-in-out;
  color: rgb(255, 255, 255);
  margin: auto auto;
  font-size: 0;
}
html .services-m {
  display: none;
}
html .gallery {
  padding: 1vw;
  height: 1200px;
  position: relative;
  top: 5vw;
}
html .gallery h1 {
  text-align: center;
  padding: 3vw;
  font-size: 3vw;
  color: #439BD5;
}
html .gallery .filterbtn, html .gallery .filtersec {
  padding: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
html .gallery .filterbtn button, html .gallery .filtersec button {
  background-color: #524DA0;
  margin: 1vw;
  padding: 20px;
  padding-top: 13.3333333333px;
  color: #e1e5ec;
  font-size: 1vw;
  font-weight: 900;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: 0.5s;
}
html .gallery .filterbtn button:hover, html .gallery .filterbtn button.btn-clicked, html .gallery .filtersec button:hover, html .gallery .filtersec button.btn-clicked {
  background-color: #d9dde3;
  color: #439BD5;
}
html .gallery #fullscreen {
  position: fixed;
  height: 0vw;
  opacity: 0;
  width: 100%;
  top: 0vw;
  left: 0;
  z-index: 20;
  transition: all 1s ease-in-out;
}
html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
  display: none;
  transition: opacity 1s ease-in-out;
}
html .gallery #fullscreen #fullimg {
  width: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
html .gallery #fullscreen #fullvid {
  width: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
html .gallery #fullscreen.active {
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100vw;
  top: 0vw;
  left: 0;
  z-index: 20;
  background-color: rgba(212, 212, 212, 0.8);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transition: all 1s ease-in-out;
  display: block;
  justify-content: center;
  text-align: center;
  align-items: center;
}
html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
  display: block;
  position: absolute;
  font-size: 7vw;
  z-index: 500;
  top: 20vw;
  left: 7vw;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 1s ease-in-out;
}
html .gallery #fullscreen.active #close {
  color: #e1e5ec;
  font-size: 2vw;
  left: 85vw;
  top: 5vw;
}
html .gallery #fullscreen.active #nextnode {
  left: 83vw;
}
html .gallery #fullscreen.active #fullimg {
  position: relative;
  top: 8vw;
  width: 65%;
  margin: auto auto;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
html .gallery #fullscreen.active.vert #fullimg {
  position: relative;
  top: 8vw;
  width: 35%;
  margin: auto auto;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
html .gallery #fullscreen.active.vid #fullimg {
  width: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
html .gallery #fullscreen.active.vid #fullvid {
  position: relative;
  top: 9vw;
  width: 70%;
  height: 40%;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
html .gallery .galImg {
  display: grid;
  grid-template-columns: 30vw 30vw 30vw;
  grid-auto-rows: 20vw;
  position: relative;
  left: 3.5%;
  width: 100%;
  padding-bottom: 2%;
}
html .gallery .galImg img {
  width: 30vw;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  border-radius: 5px;
  padding: 0.1vw;
  cursor: pointer;
}
html .gallery .galImg img[vertical="1"] {
  height: 40vw;
  width: 30vw;
  grid-row: span 2;
}
html .gallery .galImg img[showreel="1"] {
  grid-column: span 3;
  grid-column-start: 2;
  grid-column-end: 4;
}
html .gallery .galImg .img-expand {
  width: 30vw;
  height: 20vw;
  opacity: 1;
}
html .gallery .galImg .img-shrink {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
html .imagecomp {
  position: relative;
  width: 50%;
  height: 610px;
  margin: auto auto;
}
html .imagecomp img {
  width: 100%;
  height: auto;
  position: absolute;
}
html .imagecomp #imgbefor1 {
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
html .imagecomp #imgeslide1 {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-color: transparent;
  height: 100%;
}
html .imagecomp #imgeslide1::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 100px;
  height: 100px;
  background: url(../../pics/svg/slider.svg);
}
html .clientContainer {
  width: 100%;
  text-align: center;
  pointer-events: none;
}
html .clientContainer * {
  pointer-events: none;
}
html .clientContainer h1 {
  margin-bottom: 5vw;
  font-size: 3vw;
  color: #439BD5;
}
html .clientContainer .ShadR {
  position: absolute;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #e1e5ec);
  width: 10vw;
  height: 32vw;
  z-index: 10;
}
html .clientContainer .ShadL {
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #e1e5ec);
  width: 10vw;
  height: 32vw;
  right: 15%;
  z-index: 10;
}
html .clientContainer .clients {
  width: 70%;
  margin: auto auto;
  margin-bottom: 5vw;
  display: block;
}
html .clientContainer .clients img {
  width: 5vw;
  margin: 0 1vw;
  position: relative;
}
html .clientContainer .clients .cl {
  display: flex;
  margin-bottom: 4vw;
  overflow: hidden;
}
html .clientContainer .clients .cl img {
  height: auto;
}
html .clientContainer .clients .cl img {
  transition: filter 0.5s ease-in-out;
}
html .clientContainer .clients .cl.one img {
  animation: clientsImages 20s linear infinite;
}
html .clientContainer .clients .cl.one img:hover {
  transition: filter 0.3s ease-in-out;
}
html .clientContainer .clients .cl.two img {
  animation: clientsImages1 20s linear infinite;
}
html .clientContainer .clients .cl.two img:hover {
  transition: filter 0.3s ease-in-out;
}
html .clientContainer .clients .cl.three img {
  animation: clientsImages 20s linear infinite;
}
html .clientContainer .clients .cl.three img:hover {
  transition: filter 0.3s ease-in-out;
}
html .clientContainer .clients .cl.four img {
  animation: clientsImages1 20s linear infinite;
}
html .clientContainer .clients .cl.four img:hover {
  transition: filter 0.3s ease-in-out;
}
html .Contact {
  height: 50vw;
  width: 100%;
}
html .Contact .Cform {
  width: 70%;
  height: 70%;
  margin: auto auto;
  position: relative;
  top: 25%;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 15% 40% 40%;
  grid-template-rows: 12% 12% 12% 12% 31%;
}
html .Contact .Cform h1 {
  display: block;
  color: #524DA0;
  grid-column: 2;
  grid-row: span 5;
  text-align: left;
  font-size: 3.5vw;
  position: relative;
  line-height: 6.8vw;
  top: -1vw;
}
html .Contact .Cform h1[lang=ar] {
  display: none;
}
html .Contact .Cform h1 p {
  color: #439BD5;
}
html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF, html .Contact .Cform #textF {
  font-weight: 100;
  border: none;
  height: 3vw;
  background-color: #d9dde3;
  color: #439BD5;
  border-radius: 30px;
  padding-left: 20px;
  transition: background-color 1s ease-in-out;
}
html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder, html .Contact .Cform #textF::-moz-placeholder {
  color: #439BD5;
  font-size: 0.8vw;
}
html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder, html .Contact .Cform #textF::placeholder {
  color: #439BD5;
  font-size: 0.8vw;
}
html .Contact .Cform #nameF:focus, html .Contact .Cform #numF:focus, html .Contact .Cform #emailF:focus, html .Contact .Cform #textF:focus {
  outline: none;
  background-color: #231F20;
}
html .Contact .Cform #nameF {
  width: 20vw;
  grid-row: 1;
  grid-column: 3;
  margin: auto auto;
}
html .Contact .Cform #numF {
  width: 20vw;
  grid-row: 2;
  grid-column: 3;
  margin: auto auto;
}
html .Contact .Cform #emailF {
  width: 20vw;
  grid-row: 3;
  grid-column: 3;
  margin: auto auto;
}
html .Contact .Cform #textF {
  width: 20vw;
  grid-row: 4;
  grid-column: 3;
  margin: auto auto;
  height: 8vw;
  padding-top: 10px;
  resize: none;
  position: relative;
  top: 1vw;
}
html .Contact .Cform #btnF {
  width: 20vw;
  grid-row: 5;
  grid-column: 3;
  margin: auto auto;
  font-weight: 100;
  border-radius: 30px;
  border: #231F20;
  height: 2.5vw;
  background-color: #3f3b7e;
  color: #e1e5ec;
  font-size: 1vw;
  position: relative;
  top: 2vw;
}
html .services .servContainer .production.Cont.active .content h2 {
  top: -9vw;
}
html #about, html #services, html #clients {
  position: relative;
  width: 1px;
  height: 1px;
  border: #121212;
  background-color: rgba(35, 31, 32, 0);
  z-index: 100;
  top: 1vw;
}
html #services {
  top: 5vw;
}
html #clients {
  top: 5vw;
}
html footer {
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  z-index: 2;
  display: flex;
}
html footer .foot {
  margin: auto auto;
  display: flex;
}
html footer .foot img {
  margin: auto auto;
  z-index: 3;
  width: 5vw;
}
html footer .foot p {
  color: #439BD5;
  font-size: 1.2vw;
  padding-right: 2vw;
  position: relative;
  top: -0.15vw;
  margin: auto auto;
  font-weight: 900;
}

/*********************** ARABIC ***********************/
html[lang=ar] [lang=en] {
  display: none;
}
html[lang=ar] * {
  font-family: "upto";
}
html[lang=ar] nav .nav-links {
  left: -3vw;
  padding-bottom: 0.5vw;
}
html[lang=ar] nav .nav-links li {
  list-style: none;
  margin-left: 4em;
  position: relative;
}
html[lang=ar] nav .nav-links a {
  position: relative;
  font-size: 1.3em;
  color: #439BD5;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
}
html[lang=ar] nav .WebColors {
  position: relative;
  display: flex;
  top: 1.1vw;
  left: -5%;
}
html[lang=ar] nav .WebColors * {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}
html[lang=ar] nav .WebColors #white {
  background-color: #e1e5ec;
  border: 1px solid #231F20;
  border-radius: 10%;
}
html[lang=ar] nav .WebColors #black {
  background-color: #231F20;
  border: 1px solid #e1e5ec;
  border-radius: 10%;
}
html[lang=ar] nav .language {
  position: relative;
  display: flex;
  text-align: center;
  color: #231F20;
  top: 0.8vw;
  left: -6%;
}
html[lang=ar] nav .language p {
  margin-left: 20px;
  color: #524DA0;
}
html[lang=ar] nav .language .EN-lang, html[lang=ar] nav .language .AR-lang {
  cursor: pointer;
}
html[lang=ar] .aboutCont {
  width: 100%;
  padding-bottom: 19vw;
  position: relative;
  justify-content: center;
  z-index: 6;
  background: #e1e5ec;
}
html[lang=ar] .aboutCont .about {
  position: relative;
  padding: 0;
  top: 5vw;
  margin: 0 auto;
  width: 50%;
  display: flex;
}
html[lang=ar] .aboutCont .about #word1 {
  font-size: 2vw;
  margin: auto auto;
  position: relative;
  top: -0.8vw;
  line-height: 4.5vw;
  text-align: right;
  left: 0%;
}
html[lang=ar] .aboutCont .about #word1 h1 {
  color: #439BD5;
}
html[lang=ar] .aboutCont .about #word1 p {
  color: #524DA0;
}
html[lang=ar] .aboutCont .about #word2 {
  border-radius: 20px;
  position: relative;
  left: -3vw;
  padding: 1vw 2vw 1.5vw 2vw;
  grid-column-start: 2;
  width: 100%;
}
html[lang=ar] .aboutCont .about #word2 h2 {
  font-weight: 100;
  font-size: 1.3vw;
  direction: rtl;
  text-align: justify;
}
html[lang=ar] .Contact {
  height: 50vw;
  width: 100%;
}
html[lang=ar] .Contact .Cform {
  width: 70%;
  height: 70%;
  margin: auto auto;
  position: relative;
  top: 25%;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 10% 34% 50%;
  grid-template-rows: 12% 12% 12% 12% 31%;
}
html[lang=ar] .Contact .Cform h1 {
  display: block;
  color: #524DA0;
  grid-column: 2;
  grid-row: span 5;
  text-align: right;
  font-size: 3.5vw;
  position: relative;
  line-height: 6.8vw;
  top: -1vw;
}
html[lang=ar] .Contact .Cform h1[lang=en] {
  display: none;
}
html[lang=ar] .Contact .Cform h1 p {
  color: #439BD5;
}
html[lang=ar] .Contact .Cform #nameF, html[lang=ar] .Contact .Cform #numF, html[lang=ar] .Contact .Cform #emailF, html[lang=ar] .Contact .Cform #textF {
  font-weight: 100;
  border: none;
  height: 3vw;
  background-color: #d9dde3;
  text-align: right;
  color: #439BD5;
  border-radius: 30px;
  padding-right: 20px;
  transition: background-color 1s ease-in-out;
}
html[lang=ar] .Contact .Cform #nameF::-moz-placeholder, html[lang=ar] .Contact .Cform #numF::-moz-placeholder, html[lang=ar] .Contact .Cform #emailF::-moz-placeholder, html[lang=ar] .Contact .Cform #textF::-moz-placeholder {
  color: #439BD5;
  font-size: 0.8vw;
}
html[lang=ar] .Contact .Cform #nameF::placeholder, html[lang=ar] .Contact .Cform #numF::placeholder, html[lang=ar] .Contact .Cform #emailF::placeholder, html[lang=ar] .Contact .Cform #textF::placeholder {
  color: #439BD5;
  font-size: 0.8vw;
}
html[lang=ar] .Contact .Cform #nameF:focus, html[lang=ar] .Contact .Cform #numF:focus, html[lang=ar] .Contact .Cform #emailF:focus, html[lang=ar] .Contact .Cform #textF:focus {
  outline: none;
  background-color: #231F20;
}
html[lang=ar] .Contact .Cform #nameF {
  width: 20vw;
  grid-row: 1;
  grid-column: 3;
  margin: auto auto;
}
html[lang=ar] .Contact .Cform #numF {
  width: 20vw;
  grid-row: 2;
  grid-column: 3;
  margin: auto auto;
}
html[lang=ar] .Contact .Cform #emailF {
  width: 20vw;
  grid-row: 3;
  grid-column: 3;
  margin: auto auto;
}
html[lang=ar] .Contact .Cform #textF {
  width: 20vw;
  grid-row: 4;
  grid-column: 3;
  margin: auto auto;
  height: 8vw;
  padding-top: 10px;
  resize: none;
  position: relative;
  top: 1vw;
}
html[lang=ar] .Contact .Cform #btnF {
  width: 20vw;
  grid-row: 5;
  grid-column: 3;
  margin: auto auto;
  font-weight: 100;
  border-radius: 30px;
  border: #231F20;
  height: 2.5vw;
  background-color: #3f3b7e;
  color: #e1e5ec;
  font-size: 1vw;
  position: relative;
  top: 2vw;
}
html[lang=ar] .intro {
  width: 100%;
  height: 42vw;
  display: flex;
}
html[lang=ar] .intro video {
  position: relative;
  padding-top: 0vw;
  margin: auto auto;
  width: 100%;
  z-index: 1;
}
html[lang=ar] .intro .introlink a {
  padding-bottom: 0.2vw;
  padding-top: 0.2vw;
}
html[lang=ar] [lang=en] {
  display: none;
}

html[lang=en] [lang=ar] {
  display: none;
}

/*********************** COLORS ***********************/
html[data-theme=black] {
  background-color: #231F20;
}
html[data-theme=black] h1 {
  color: #524DA0;
}
html[data-theme=black] h2 {
  color: #439BD5;
}
html[data-theme=black] .loader-wrapper {
  background-color: #231F20;
}
html[data-theme=black] nav {
  background-color: rgba(35, 31, 32, 0.7098039216);
}
html[data-theme=black] nav .nav-links a {
  color: #439BD5;
}
html[data-theme=black] nav .language {
  color: #231F20;
}
html[data-theme=black] nav .language p {
  color: #524DA0;
}
html[data-theme=black] .aboutCont {
  background-color: #231F20;
}
html[data-theme=black] .partical {
  background: #231F20;
}
html[data-theme=black] .services {
  background: #231F20;
}
html[data-theme=black] .gallery h1 {
  color: #439BD5;
}
html[data-theme=black] .gallery .filterbtn button {
  background-color: #524DA0;
  color: #e1e5ec;
}
html[data-theme=black] .gallery .filterbtn button:hover, html[data-theme=black] .gallery .filterbtn button.btn-clicked {
  background-color: #2b2c2f;
  color: #439BD5;
}
html[data-theme=black] .gallery #fullscreen.active {
  background-color: rgba(0, 0, 0, 0.8);
}
html[data-theme=black] .clientContainer {
  background-color: #231F20;
}
html[data-theme=black] .clientContainer .ShadR {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #231F20);
}
html[data-theme=black] .clientContainer .ShadL {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #231F20);
}
html[data-theme=black] .Contact .Cform h1 {
  color: #524DA0;
}
html[data-theme=black] .Contact .Cform h1 p {
  color: #439BD5;
}
html[data-theme=black] .Contact .Cform #nameF, html[data-theme=black] .Contact .Cform #numF, html[data-theme=black] .Contact .Cform #emailF, html[data-theme=black] .Contact .Cform #textF {
  background-color: #121212;
  color: #439BD5;
}
html[data-theme=black] .Contact .Cform #nameF::-moz-placeholder, html[data-theme=black] .Contact .Cform #numF::-moz-placeholder, html[data-theme=black] .Contact .Cform #emailF::-moz-placeholder, html[data-theme=black] .Contact .Cform #textF::-moz-placeholder {
  color: #439BD5;
}
html[data-theme=black] .Contact .Cform #nameF::placeholder, html[data-theme=black] .Contact .Cform #numF::placeholder, html[data-theme=black] .Contact .Cform #emailF::placeholder, html[data-theme=black] .Contact .Cform #textF::placeholder {
  color: #439BD5;
}
html[data-theme=black] .Contact .Cform #nameF:focus, html[data-theme=black] .Contact .Cform #numF:focus, html[data-theme=black] .Contact .Cform #emailF:focus, html[data-theme=black] .Contact .Cform #textF:focus {
  background-color: #e1e5ec;
}
html[data-theme=black] .Contact .Cform #btnF {
  border: #231F20;
  background-color: #524DA0;
  color: #e1e5ec;
}

html.transition,
html.transition * {
  transition: all 1s ease !important;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes imgpart {
  0% {
    top: 0px;
    opacity: 0;
  }
  80% {
    top: -444.44px;
    opacity: 0.4;
  }
  90% {
    top: -500px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
@keyframes clientsImages {
  from {
    transform: translateX(-70vw);
  }
  to {
    transform: translateX(0vw);
  }
}
@keyframes clientsImages1 {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-70vw);
  }
}
@keyframes mclientsImages {
  from {
    transform: translateX(-140vw);
  }
  to {
    transform: translateX(0vw);
  }
}
@keyframes mclientsImages1 {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-140vw);
  }
}
@keyframes logofade {
  from {
    opacity: 0;
    transform: translateY(20vw);
  }
  to {
    opacity: 1;
    transform: translateY(0vw);
  }
}
@keyframes logofadeout {
  from {
    opacity: 1;
    transform: translateY(0vw);
  }
  to {
    opacity: 0;
    transform: translateY(10vw);
  }
}
@keyframes navlinkfade-mobile {
  from {
    opacity: 0;
    transform: translateY(-10vw);
  }
  to {
    opacity: 1;
    transform: translateY(0vw);
  }
}
@keyframes navlinkfadeout-mobile {
  from {
    opacity: 1;
    transform: translateY(0vw);
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 350px) and (max-width: 600px) and (min-height: 600px) and (max-height: 1000px) and (orientation: portrait) {
  html {
    overflow-x: hidden;
    background-color: #e1e5ec;
    scroll-behavior: smooth;
  }
  html * {
    font-family: "upto-en";
  }
  html h1 {
    color: #524DA0;
  }
  html h2 {
    color: #439BD5;
  }
  html .loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #439BD5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .loader-wrapper .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }
  html .loader-wrapper .loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  html .logo {
    margin: auto auto;
    position: relative;
    width: 10vw;
    left: 2vw;
  }
  html .logo img {
    content: url(../../pics/svg/main\ mixed.svg);
    filter: drop-shadow(5px 5px 0.2rem rgba(0, 0, 0, 0.1215686275));
    width: 10vw;
  }
  html nav {
    position: fixed;
    display: flex;
    z-index: 20;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html nav .nav-links {
    display: none;
  }
  html nav .nav-links-mobile {
    z-index: 1;
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    background: linear-gradient(#3e9ad3, #514d9e, #222875);
    justify-content: center;
    height: 0vw;
    border-radius: 0px 0px 0px 20px;
    width: 22vw;
    right: 0;
    top: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html nav .nav-links-mobile.nav-active-mobile {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 6vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile.nav-inactive-mobile {
    height: 0vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile li {
    opacity: 0;
    list-style: none;
    margin-top: 2vw;
    text-align: center;
  }
  html nav .nav-links-mobile a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 2.8vw;
    font-weight: 500;
    color: #e1e5ec;
  }
  html nav .nav-links-mobile .language-mobile {
    position: relative;
    display: flex;
    text-align: center;
    color: #e1e5ec;
    top: 2vw;
    left: 0vw;
    font-size: 2.2vw;
  }
  html nav .nav-links-mobile .language-mobile p {
    opacity: 0;
    margin-left: 2.5vw;
    color: #e1e5ec;
    font-size: 2vw;
  }
  html nav .nav-links-mobile .language-mobile .EN-lang, html nav .nav-links-mobile .language-mobile .AR-lang {
    cursor: pointer;
    font-size: 2vw;
  }
  html nav .nav-links-mobile .WebColors-mobile {
    position: relative;
    justify-content: center;
    top: 1.5vw;
    display: flex;
    left: 0;
  }
  html nav .nav-links-mobile .WebColors-mobile * {
    opacity: 0;
    width: 4vw;
    height: 4vw;
    margin: 2vw;
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .nav-links-mobile .WebColors-mobile .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: 0.2vw;
    opacity: 0;
  }
  html nav .language .EN-lang, html nav .language .AR-lang {
    cursor: pointer;
  }
  html nav .burger {
    position: relative;
    display: block;
    margin: auto 0;
    right: 8%;
  }
  html nav .burger div {
    position: relative;
    width: 4vw;
    height: 0.5vw;
    background-color: #439BD5;
    margin: 1vw;
  }
  html .intro {
    width: 100%;
    height: 80vw;
    display: flex;
  }
  html .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html .intro .introlink {
    width: 100%;
    height: 65vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 20vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 80%;
    display: flex;
  }
  html .aboutCont .about #word1 {
    font-size: 5vw;
    margin: auto auto;
    position: relative;
    top: -3vw;
    line-height: 20vw;
    text-align: left;
    left: 0%;
  }
  html .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 3vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 3.3vw;
    text-align: justify;
  }
  html .crew {
    position: relative;
    width: 100%;
    margin-bottom: 70vw;
    height: 60vw;
    justify-content: center;
  }
  html .crew h1 {
    text-align: center;
    padding-bottom: 12vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html .crew .crew-cont {
    margin: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 40vw;
    justify-content: space-evenly;
    width: 80%;
    height: 50vw;
  }
  html .crew .crew-cont .crewP {
    border-radius: 20px;
    display: grid;
    grid-template-rows: 59% 40%;
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  html .crew .crew-cont .crewP .crewimg {
    border: 1px solid #3f3b7e;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
  }
  html .crew .crew-cont .crewP .crewimg:hover img:nth-child(2) {
    opacity: 1;
  }
  html .crew .crew-cont .crewP .crewimg img {
    transition: all 0.5s ease-in-out;
    width: 25vw;
    opacity: 1;
    position: relative;
    top: -61%;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewimg img:nth-child(2) {
    position: absolute;
    left: 0vw;
    opacity: 0;
  }
  html .crew .crew-cont .crewP .crewdis {
    padding-top: 1vw;
    position: relative;
    grid-row: 2;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewdis h2, html .crew .crew-cont .crewP .crewdis p {
    position: relative;
    text-align: center;
    padding-top: 0vw;
    font-size: 3vw;
  }
  html .crew .crew-cont .crewP .crewdis p {
    color: #524DA0;
    font-weight: 600;
  }
  html .partical {
    background: #e1e5ec;
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  html .partical img {
    position: relative;
    width: 5%;
    opacity: 0.4;
  }
  html .services {
    display: none;
  }
  html .services-m {
    display: block;
    margin-top: 7vw;
  }
  html .services-m h1 {
    text-align: center;
    padding-bottom: 4vw;
    margin-bottom: 7vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html .services-m .servContainer {
    display: grid;
    width: 100%;
    margin: auto auto;
    justify-content: center;
  }
  html .services-m .servContainer .m {
    pointer-events: all;
    z-index: 10;
  }
  html .services-m .servContainer .Cont {
    position: relative;
    overflow: hidden;
    width: 80vw;
    height: 58vw;
    margin: 5px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
    text-align: center;
    cursor: pointer;
  }
  html .services-m .servContainer .Cont img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 58vw;
    width: 85vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services-m .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 85vw;
    padding-right: 3vw;
    height: 58vw;
    background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services-m .servContainer .Cont .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    position: relative;
    color: #e1e5ec;
    margin: auto auto;
    text-align: center;
    font-size: 4vw;
    top: 0vw;
  }
  html .services-m .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    padding-right: 8vw;
    height: 58vw;
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services-m .servContainer .Cont .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    position: relative;
    font-size: 5vw;
    top: -12vw;
    left: 1vw;
  }
  html .services-m .servContainer .Cont .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 80vw;
    height: 58vw;
    margin: auto auto;
    text-align: center;
    justify-content: center;
    left: -0.5vw;
  }
  html .services-m .servContainer .Cont .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 35vw;
    height: 0.5vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
  }
  html .services-m .servContainer .Cont .content .lincont p {
    text-align: justify;
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    opacity: 1;
    font-size: 3vw;
    width: 55vw;
    left: 0vw;
    top: 25vw;
    margin: auto auto;
  }
  html .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 13vw;
  }
  html .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html .gallery .filterbtn, html .gallery .filtersec {
    padding: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html .gallery .filterbtn[lang=ar], html .gallery .filtersec[lang=ar] {
    display: none;
  }
  html .gallery .filterbtn button, html .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 5px;
    padding-top: 3.3333333333px;
    color: #e1e5ec;
    font-size: 2vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html .gallery .filterbtn button:hover, html .gallery .filterbtn button.btn-clicked, html .gallery .filtersec button:hover, html .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 8vw;
    z-index: 500;
    top: 40%;
    left: 5vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active #close {
    color: #e1e5ec;
    font-size: 4vw;
    left: 85vw;
    top: 30%;
  }
  html .gallery #fullscreen.active #nextnode {
    left: 85vw;
  }
  html .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 33%;
    width: 65%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 25%;
    width: 60%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    top: 35%;
    width: 70%;
    height: 20%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 90%;
    padding-bottom: 2%;
  }
  html .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html .imagecomp {
    position: relative;
    width: 50%;
    height: 610px;
    margin: auto auto;
  }
  html .imagecomp img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  html .imagecomp #imgbefor1 {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  html .imagecomp #imgeslide1 {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background-color: transparent;
    height: 100%;
  }
  html .imagecomp #imgeslide1::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 100px;
    height: 100px;
    background: url(../../pics/svg/slider.svg);
  }
  html .clientContainer {
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  html .clientContainer * {
    pointer-events: none;
  }
  html .clientContainer h1 {
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html .clientContainer .ShadR {
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    opacity: 0;
    z-index: 10;
  }
  html .clientContainer .ShadL {
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    right: 15%;
    z-index: 10;
    opacity: 0;
  }
  html .clientContainer .clients {
    position: relative;
    width: 100%;
    margin: auto auto;
    margin-bottom: 5vw;
    display: block;
  }
  html .clientContainer .clients img {
    width: 12vw;
    margin: 0 1vw;
    position: relative;
  }
  html .clientContainer .clients .cl {
    display: flex;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  html .clientContainer .clients .cl img {
    height: auto;
  }
  html .clientContainer .clients .cl img {
    transition: filter 0.5s ease-in-out;
  }
  html .clientContainer .clients .cl.one img {
    animation: mclientsImages 10s linear infinite;
  }
  html .clientContainer .clients .cl.one img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.two img {
    animation: mclientsImages1 10s linear infinite;
  }
  html .clientContainer .clients .cl.two img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.three img {
    animation: mclientsImages 10s linear infinite;
  }
  html .clientContainer .clients .cl.three img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.four img {
    animation: mclientsImages1 10s linear infinite;
  }
  html .clientContainer .clients .cl.four img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 40vw;
    text-align: center;
  }
  html .Contact h1 {
    display: block;
    margin-top: 10vw;
    width: 100%;
    font-size: 6vw;
    color: #439BD5;
  }
  html .Contact h1 span {
    color: #524DA0;
  }
  html .Contact .Cform {
    width: 100%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 15%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    grid-template-rows: 30% 30% 30% 30% 90%;
  }
  html .Contact .Cform h1 {
    display: none;
  }
  html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF, html .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 10vw;
    font-size: 4vw;
    text-align: center;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder, html .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 3vw;
    text-align: center;
  }
  html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder, html .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 3vw;
    text-align: center;
  }
  html .Contact .Cform #nameF:focus, html .Contact .Cform #numF:focus, html .Contact .Cform #emailF:focus, html .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html .Contact .Cform #nameF {
    width: 70vw;
    grid-row: 1;
    margin: auto auto;
    padding-bottom: 1vw;
  }
  html .Contact .Cform #numF {
    width: 70vw;
    grid-row: 2;
    padding-bottom: 1vw;
    margin: auto auto;
  }
  html .Contact .Cform #emailF {
    width: 70vw;
    grid-row: 3;
    margin: auto auto;
    padding-bottom: 1vw;
  }
  html .Contact .Cform #textF {
    width: 70vw;
    grid-row: 4;
    margin: auto auto;
    height: 25vw;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html .Contact .Cform #btnF {
    height: 10vw;
    width: 70vw;
    grid-row: 5;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 3vw;
    position: relative;
    top: 2vw;
  }
  html footer {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    z-index: 2;
    display: flex;
  }
  html footer .foot {
    margin: auto auto;
    display: flex;
  }
  html footer .foot img {
    margin: auto auto;
    z-index: 3;
    width: 20vw;
    position: relative;
    left: 3vw;
  }
  html footer .foot p {
    color: #439BD5;
    font-size: 4vw;
    padding-right: 0vw;
    position: relative;
    top: -0.5vw;
    margin: auto auto;
    font-weight: 900;
  }
  html[lang=ar] div[lang=en] {
    display: none;
  }
  html[lang=ar] {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html[lang=ar] * {
    font-family: "upto-en";
  }
  html[lang=ar] nav {
    position: fixed;
    display: flex;
    z-index: 20;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html[lang=ar] nav .nav-links {
    display: none;
  }
  html[lang=ar] nav .nav-links-mobile {
    z-index: 1;
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    background: linear-gradient(#3e9ad3, #514d9e, #222875);
    justify-content: center;
    height: 0vw;
    border-radius: 0px 0px 0px 20px;
    width: 22vw;
    right: 0;
    top: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html[lang=ar] nav .nav-links-mobile.nav-active-mobile {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 6vw;
    transition: height 1s ease-in-out;
  }
  html[lang=ar] nav .nav-links-mobile.nav-inactive-mobile {
    height: 0vw;
    transition: height 1s ease-in-out;
  }
  html[lang=ar] nav .nav-links-mobile li {
    opacity: 0;
    list-style: none;
    margin-top: 2vw;
    text-align: center;
  }
  html[lang=ar] nav .nav-links-mobile a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 2.8vw;
    font-weight: 500;
    color: #e1e5ec;
  }
  html[lang=ar] nav .nav-links-mobile .language-mobile {
    position: relative;
    display: flex;
    text-align: center;
    color: #e1e5ec;
    top: 2vw;
  }
  html[lang=ar] nav .nav-links-mobile .language-mobile p {
    opacity: 0;
    margin-left: 2.5vw;
    color: #e1e5ec;
  }
  html[lang=ar] nav .nav-links-mobile .language-mobile .EN-lang, html[lang=ar] nav .nav-links-mobile .language-mobile .AR-lang {
    cursor: pointer;
  }
  html[lang=ar] nav .nav-links-mobile .WebColors-mobile {
    position: relative;
    justify-content: center;
    top: 1.5vw;
    display: flex;
    left: 0;
  }
  html[lang=ar] nav .nav-links-mobile .WebColors-mobile * {
    opacity: 0;
    width: 4vw;
    height: 4vw;
    margin: 2vw;
    cursor: pointer;
  }
  html[lang=ar] nav .nav-links-mobile .WebColors-mobile .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html[lang=ar] nav .nav-links-mobile .WebColors-mobile .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html[lang=ar] nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html[lang=ar] nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html[lang=ar] nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html[lang=ar] nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html[lang=ar] nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html[lang=ar] nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: 0.2vw;
    opacity: 0;
  }
  html[lang=ar] nav .language .EN-lang, html[lang=ar] nav .language .AR-lang {
    cursor: pointer;
  }
  html[lang=ar] nav .burger {
    position: relative;
    display: block;
    margin: auto 0;
    right: 8%;
  }
  html[lang=ar] nav .burger div {
    position: relative;
    width: 4vw;
    height: 0.5vw;
    background-color: #439BD5;
    margin: 1vw;
  }
  html[lang=ar] .intro {
    width: 100%;
    height: 80vw;
    display: flex;
  }
  html[lang=ar] .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html[lang=ar] .intro .introlink {
    width: 100%;
    height: 65vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html[lang=ar] .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 20vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html[lang=ar] .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html[lang=ar] .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 80%;
    display: flex;
  }
  html[lang=ar] .aboutCont .about #word1 {
    font-size: 5vw;
    margin: auto auto;
    position: relative;
    top: -9vw;
    line-height: 30vw;
    text-align: right;
    left: 4%;
  }
  html[lang=ar] .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html[lang=ar] .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html[lang=ar] .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 0vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html[lang=ar] .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 3.6vw;
    text-align: justify;
  }
  html[lang=ar] .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 13vw;
  }
  html[lang=ar] .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html[lang=ar] .gallery .filterbtn, html[lang=ar] .gallery .filtersec {
    padding: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html[lang=ar] .gallery .filterbtn[lang=ar], html[lang=ar] .gallery .filtersec[lang=ar] {
    display: none;
  }
  html[lang=ar] .gallery .filterbtn button, html[lang=ar] .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 5px;
    padding-top: 3.3333333333px;
    color: #e1e5ec;
    font-size: 2vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html[lang=ar] .gallery .filterbtn button:hover, html[lang=ar] .gallery .filterbtn button.btn-clicked, html[lang=ar] .gallery .filtersec button:hover, html[lang=ar] .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html[lang=ar] .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html[lang=ar] .gallery #fullscreen #nextnode, html[lang=ar] .gallery #fullscreen #prevnode, html[lang=ar] .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html[lang=ar] .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html[lang=ar] .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html[lang=ar] .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html[lang=ar] .gallery #fullscreen.active #nextnode, html[lang=ar] .gallery #fullscreen.active #prevnode, html[lang=ar] .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 8vw;
    z-index: 500;
    top: 40%;
    left: 5vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html[lang=ar] .gallery #fullscreen.active #close {
    color: #e1e5ec;
    font-size: 4vw;
    left: 85vw;
    top: 30%;
  }
  html[lang=ar] .gallery #fullscreen.active #nextnode {
    left: 85vw;
  }
  html[lang=ar] .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 33%;
    width: 65%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html[lang=ar] .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 25%;
    width: 60%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html[lang=ar] .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html[lang=ar] .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    top: 35%;
    width: 70%;
    height: 20%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html[lang=ar] .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 90%;
    padding-bottom: 2%;
  }
  html[lang=ar] .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html[lang=ar] .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html[lang=ar] .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html[lang=ar] .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html[lang=ar] .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html[lang=ar] .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 40vw;
    text-align: center;
  }
  html[lang=ar] .Contact h1 {
    display: block;
    margin-top: 10vw;
    width: 100%;
    font-size: 6vw;
    color: #439BD5;
  }
  html[lang=ar] .Contact h1[lang=en] {
    display: none;
  }
  html[lang=ar] .Contact h1 span {
    color: #524DA0;
  }
  html[lang=ar] .Contact .Cform {
    width: 100%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 15%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    grid-template-rows: 30% 30% 30% 30% 90%;
  }
  html[lang=ar] .Contact .Cform h1 {
    display: none;
  }
  html[lang=ar] .Contact .Cform #nameF, html[lang=ar] .Contact .Cform #numF, html[lang=ar] .Contact .Cform #emailF, html[lang=ar] .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 10vw;
    font-size: 4vw;
    text-align: center;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html[lang=ar] .Contact .Cform #nameF::-moz-placeholder, html[lang=ar] .Contact .Cform #numF::-moz-placeholder, html[lang=ar] .Contact .Cform #emailF::-moz-placeholder, html[lang=ar] .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 3vw;
    text-align: center;
  }
  html[lang=ar] .Contact .Cform #nameF::placeholder, html[lang=ar] .Contact .Cform #numF::placeholder, html[lang=ar] .Contact .Cform #emailF::placeholder, html[lang=ar] .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 3vw;
    text-align: center;
  }
  html[lang=ar] .Contact .Cform #nameF:focus, html[lang=ar] .Contact .Cform #numF:focus, html[lang=ar] .Contact .Cform #emailF:focus, html[lang=ar] .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html[lang=ar] .Contact .Cform #nameF {
    width: 70vw;
    grid-row: 1;
    margin: auto auto;
    padding-bottom: 1vw;
  }
  html[lang=ar] .Contact .Cform #numF {
    width: 70vw;
    grid-row: 2;
    padding-bottom: 1vw;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #emailF {
    width: 70vw;
    grid-row: 3;
    margin: auto auto;
    padding-bottom: 1vw;
  }
  html[lang=ar] .Contact .Cform #textF {
    width: 70vw;
    grid-row: 4;
    margin: auto auto;
    height: 25vw;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html[lang=ar] .Contact .Cform #btnF {
    height: 10vw;
    width: 70vw;
    grid-row: 5;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 3vw;
    position: relative;
    top: 2vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) and (min-height: 300px) and (max-height: 700px) and (orientation: landscape) {
  html {
    overflow-x: hidden;
    background-color: #e1e5ec;
    scroll-behavior: smooth;
  }
  html * {
    font-family: "upto-en";
  }
  html h1 {
    color: #524DA0;
  }
  html h2 {
    color: #439BD5;
  }
  html .loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #439BD5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .loader-wrapper .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }
  html .loader-wrapper .loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  html .logo {
    margin: auto auto;
    position: relative;
    width: 5vw;
    left: 2vw;
  }
  html .logo img {
    content: url(../../pics/svg/main\ mixed.svg);
    filter: drop-shadow(5px 5px 0.2rem rgba(0, 0, 0, 0.1215686275));
    width: 5vw;
  }
  html nav {
    position: fixed;
    display: flex;
    z-index: 20;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html nav .nav-links {
    display: none;
  }
  html nav .nav-links-mobile {
    z-index: 1;
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    background: linear-gradient(#3e9ad3, #514d9e, #222875);
    justify-content: center;
    height: 0vw;
    border-radius: 0px 0px 0px 20px;
    width: 14vw;
    right: 0;
    top: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html nav .nav-links-mobile.nav-active-mobile {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 6vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile.nav-inactive-mobile {
    height: 0vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile li {
    opacity: 0;
    list-style: none;
    margin-top: 1vw;
    text-align: center;
  }
  html nav .nav-links-mobile a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.8vw;
    font-weight: 500;
    color: #e1e5ec;
  }
  html nav .nav-links-mobile .language-mobile {
    position: relative;
    display: flex;
    text-align: center;
    color: #e1e5ec;
    top: 2vw;
    left: 0vw;
    font-size: 2.2vw;
  }
  html nav .nav-links-mobile .language-mobile p {
    opacity: 0;
    margin-left: 1.5vw;
    color: #e1e5ec;
    font-size: 1.5vw;
  }
  html nav .nav-links-mobile .language-mobile .EN-lang, html nav .nav-links-mobile .language-mobile .AR-lang {
    cursor: pointer;
    font-size: 1.5vw;
  }
  html nav .nav-links-mobile .WebColors-mobile {
    position: relative;
    justify-content: center;
    top: 1.5vw;
    display: flex;
    left: 0;
  }
  html nav .nav-links-mobile .WebColors-mobile * {
    opacity: 0;
    width: 3vw;
    height: 3vw;
    margin: 1vw;
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .nav-links-mobile .WebColors-mobile .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: 0.2vw;
    opacity: 0;
  }
  html nav .language .EN-lang, html nav .language .AR-lang {
    cursor: pointer;
  }
  html nav .burger {
    position: relative;
    display: block;
    margin: auto 0;
    right: 4%;
  }
  html nav .burger div {
    position: relative;
    width: 3.5vw;
    height: 0.2vw;
    background-color: #439BD5;
    margin: 1vw;
  }
  html .intro {
    width: 100%;
    height: 70vw;
    display: flex;
  }
  html .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html .intro .introlink {
    width: 100%;
    height: 65vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 20vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 80%;
    display: flex;
  }
  html .aboutCont .about #word1 {
    font-size: 5vw;
    margin: auto auto;
    position: relative;
    top: -3vw;
    line-height: 20vw;
    text-align: left;
    left: 0%;
  }
  html .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 3vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 3.3vw;
    text-align: justify;
  }
  html .crew {
    position: relative;
    width: 100%;
    margin-bottom: 70vw;
    height: 60vw;
    justify-content: center;
  }
  html .crew h1 {
    text-align: center;
    padding-bottom: 12vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html .crew .crew-cont {
    margin: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 40vw;
    justify-content: space-evenly;
    width: 80%;
    height: 50vw;
  }
  html .crew .crew-cont .crewP {
    border-radius: 20px;
    display: grid;
    grid-template-rows: 59% 40%;
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  html .crew .crew-cont .crewP .crewimg {
    border: 1px solid #3f3b7e;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
  }
  html .crew .crew-cont .crewP .crewimg:hover img:nth-child(2) {
    opacity: 1;
  }
  html .crew .crew-cont .crewP .crewimg img {
    transition: all 0.5s ease-in-out;
    width: 25vw;
    opacity: 1;
    position: relative;
    top: -61%;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewimg img:nth-child(2) {
    position: absolute;
    left: 0vw;
    opacity: 0;
  }
  html .crew .crew-cont .crewP .crewdis {
    padding-top: 1vw;
    position: relative;
    grid-row: 2;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewdis h2, html .crew .crew-cont .crewP .crewdis p {
    position: relative;
    text-align: center;
    padding-top: 0vw;
    font-size: 3vw;
  }
  html .crew .crew-cont .crewP .crewdis p {
    color: #524DA0;
    font-weight: 600;
  }
  html .partical {
    background: #e1e5ec;
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  html .partical img {
    position: relative;
    width: 5%;
    opacity: 0.4;
  }
  html .services {
    display: none;
  }
  html .services-m {
    display: block;
    margin-top: 7vw;
  }
  html .services-m h1 {
    text-align: center;
    padding-bottom: 4vw;
    margin-bottom: 7vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html .services-m .servContainer {
    display: grid;
    width: 100%;
    margin: auto auto;
    justify-content: center;
  }
  html .services-m .servContainer .m {
    pointer-events: all;
    z-index: 10;
  }
  html .services-m .servContainer .Cont {
    position: relative;
    overflow: hidden;
    width: 80vw;
    height: 58vw;
    margin: 5px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
    text-align: center;
    cursor: pointer;
  }
  html .services-m .servContainer .Cont img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 58vw;
    width: 85vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services-m .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 85vw;
    padding-right: 3vw;
    height: 58vw;
    background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services-m .servContainer .Cont .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    position: relative;
    color: #e1e5ec;
    margin: auto auto;
    text-align: center;
    font-size: 4vw;
    top: 0vw;
  }
  html .services-m .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    padding-right: 8vw;
    height: 58vw;
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services-m .servContainer .Cont .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    position: relative;
    font-size: 5vw;
    top: -12vw;
    left: 1vw;
  }
  html .services-m .servContainer .Cont .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 80vw;
    height: 58vw;
    margin: auto auto;
    text-align: center;
    justify-content: center;
    left: -0.5vw;
  }
  html .services-m .servContainer .Cont .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 35vw;
    height: 0.5vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
  }
  html .services-m .servContainer .Cont .content .lincont p {
    text-align: justify;
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    opacity: 1;
    font-size: 3vw;
    width: 55vw;
    left: 0vw;
    top: 25vw;
    margin: auto auto;
  }
  html .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 13vw;
  }
  html .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html .gallery .filterbtn, html .gallery .filtersec {
    padding: 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html .gallery .filterbtn[lang=ar], html .gallery .filtersec[lang=ar] {
    display: none;
  }
  html .gallery .filterbtn button, html .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 5px;
    padding-top: 3.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html .gallery .filterbtn button:hover, html .gallery .filterbtn button.btn-clicked, html .gallery .filtersec button:hover, html .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 8vw;
    z-index: 500;
    top: 40%;
    left: 5vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active #close {
    color: #e1e5ec;
    font-size: 3vw;
    left: 85vw;
    top: 20%;
  }
  html .gallery #fullscreen.active #nextnode {
    left: 85vw;
  }
  html .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 19%;
    width: 55%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 22%;
    width: 20%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    top: 22%;
    width: 70%;
    height: 70%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 90%;
    padding-bottom: 2%;
  }
  html .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html .imagecomp {
    position: relative;
    width: 50%;
    height: 610px;
    margin: auto auto;
  }
  html .imagecomp img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  html .imagecomp #imgbefor1 {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  html .imagecomp #imgeslide1 {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background-color: transparent;
    height: 100%;
  }
  html .imagecomp #imgeslide1::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 100px;
    height: 100px;
    background: url(../../pics/svg/slider.svg);
  }
  html .clientContainer {
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  html .clientContainer * {
    pointer-events: none;
  }
  html .clientContainer h1 {
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-size: 6vw;
    color: #439BD5;
  }
  html .clientContainer .ShadR {
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    opacity: 0;
    z-index: 10;
  }
  html .clientContainer .ShadL {
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    right: 15%;
    z-index: 10;
    opacity: 0;
  }
  html .clientContainer .clients {
    position: relative;
    width: 100%;
    margin: auto auto;
    margin-bottom: 5vw;
    display: block;
  }
  html .clientContainer .clients img {
    width: 12vw;
    margin: 0 1vw;
    position: relative;
  }
  html .clientContainer .clients .cl {
    display: flex;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  html .clientContainer .clients .cl img {
    height: auto;
  }
  html .clientContainer .clients .cl img {
    transition: filter 0.5s ease-in-out;
  }
  html .clientContainer .clients .cl.one img {
    animation: mclientsImages 10s linear infinite;
  }
  html .clientContainer .clients .cl.one img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.two img {
    animation: mclientsImages1 10s linear infinite;
  }
  html .clientContainer .clients .cl.two img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.three img {
    animation: mclientsImages 10s linear infinite;
  }
  html .clientContainer .clients .cl.three img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.four img {
    animation: mclientsImages1 10s linear infinite;
  }
  html .clientContainer .clients .cl.four img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 40vw;
    text-align: center;
  }
  html .Contact h1 {
    display: block;
    margin-top: 10vw;
    width: 100%;
    font-size: 6vw;
    color: #439BD5;
  }
  html .Contact h1 span {
    color: #524DA0;
  }
  html .Contact .Cform {
    width: 100%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 15%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    grid-template-rows: 30% 30% 30% 30% 90%;
  }
  html .Contact .Cform h1 {
    display: none;
  }
  html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF, html .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 10vw;
    font-size: 4vw;
    text-align: center;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder, html .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 3vw;
    text-align: center;
  }
  html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder, html .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 3vw;
    text-align: center;
  }
  html .Contact .Cform #nameF:focus, html .Contact .Cform #numF:focus, html .Contact .Cform #emailF:focus, html .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html .Contact .Cform #nameF {
    width: 70vw;
    grid-row: 1;
    margin: auto auto;
    padding-bottom: 1vw;
  }
  html .Contact .Cform #numF {
    width: 70vw;
    grid-row: 2;
    padding-bottom: 1vw;
    margin: auto auto;
  }
  html .Contact .Cform #emailF {
    width: 70vw;
    grid-row: 3;
    margin: auto auto;
    padding-bottom: 1vw;
  }
  html .Contact .Cform #textF {
    width: 70vw;
    grid-row: 4;
    margin: auto auto;
    height: 25vw;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html .Contact .Cform #btnF {
    height: 10vw;
    width: 70vw;
    grid-row: 5;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 3vw;
    position: relative;
    top: 2vw;
  }
  html footer {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    z-index: 2;
    display: flex;
  }
  html footer .foot {
    margin: auto auto;
    display: flex;
  }
  html footer .foot img {
    margin: auto auto;
    z-index: 3;
    width: 20vw;
    position: relative;
    left: 3vw;
  }
  html footer .foot p {
    color: #439BD5;
    font-size: 4vw;
    padding-right: 0vw;
    position: relative;
    top: -0.5vw;
    margin: auto auto;
    font-weight: 900;
  }
  html[lang=ar] div[lang=en] {
    display: none;
  }
  html[lang=ar] {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html[lang=ar] * {
    font-family: "upto-en";
  }
  html[lang=ar] nav {
    position: fixed;
    display: flex;
    z-index: 20;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html[lang=ar] nav .nav-links {
    display: none;
  }
  html[lang=ar] nav .nav-links-mobile {
    z-index: 1;
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    background: linear-gradient(#3e9ad3, #514d9e, #222875);
    justify-content: center;
    height: 0vw;
    border-radius: 0px 0px 0px 20px;
    width: 16vw;
    right: 0;
    top: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html[lang=ar] nav .nav-links-mobile.nav-active-mobile {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 6vw;
    transition: height 1s ease-in-out;
  }
  html[lang=ar] nav .nav-links-mobile.nav-inactive-mobile {
    height: 0vw;
    transition: height 1s ease-in-out;
  }
  html[lang=ar] nav .nav-links-mobile li {
    opacity: 0;
    list-style: none;
    margin-top: 1vw;
    text-align: center;
  }
  html[lang=ar] nav .nav-links-mobile a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 2vw;
    font-weight: 500;
    color: #e1e5ec;
  }
  html[lang=ar] nav .nav-links-mobile .language-mobile {
    position: relative;
    display: flex;
    text-align: center;
    color: #e1e5ec;
    top: 2vw;
    left: -2vw;
  }
  html[lang=ar] nav .nav-links-mobile .language-mobile p {
    opacity: 0;
    margin-left: 2.5vw;
    color: #e1e5ec;
  }
  html[lang=ar] nav .nav-links-mobile .language-mobile .EN-lang, html[lang=ar] nav .nav-links-mobile .language-mobile .AR-lang {
    cursor: pointer;
  }
  html[lang=ar] nav .nav-links-mobile .WebColors-mobile {
    position: relative;
    justify-content: center;
    top: 1.5vw;
    display: flex;
    left: 0;
  }
  html[lang=ar] nav .nav-links-mobile .WebColors-mobile * {
    opacity: 0;
    width: 3vw;
    height: 3vw;
    margin: 1vw;
    cursor: pointer;
  }
  html[lang=ar] nav .nav-links-mobile .WebColors-mobile .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html[lang=ar] nav .nav-links-mobile .WebColors-mobile .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html[lang=ar] nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html[lang=ar] nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html[lang=ar] nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html[lang=ar] nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html[lang=ar] nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html[lang=ar] nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: 0.2vw;
    opacity: 0;
  }
  html[lang=ar] nav .language .EN-lang, html[lang=ar] nav .language .AR-lang {
    cursor: pointer;
  }
  html[lang=ar] nav .burger {
    position: relative;
    display: block;
    margin: auto 0;
    right: 5%;
  }
  html[lang=ar] nav .burger div {
    position: relative;
    width: 4vw;
    height: 0.3vw;
    background-color: #439BD5;
    margin: 1vw;
  }
  html[lang=ar] .intro {
    width: 100%;
    height: 70vw;
    display: flex;
  }
  html[lang=ar] .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html[lang=ar] .intro .introlink {
    width: 100%;
    height: 65vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html[lang=ar] .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 20vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html[lang=ar] .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html[lang=ar] .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 80%;
    display: flex;
  }
  html[lang=ar] .aboutCont .about #word1 {
    font-size: 5vw;
    margin: auto auto;
    position: relative;
    top: -9vw;
    line-height: 30vw;
    text-align: right;
    left: 4%;
  }
  html[lang=ar] .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html[lang=ar] .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html[lang=ar] .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 0vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html[lang=ar] .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 3.6vw;
    text-align: justify;
  }
  html[lang=ar] .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 40vw;
    text-align: center;
  }
  html[lang=ar] .Contact h1 {
    display: block;
    margin-top: 10vw;
    width: 100%;
    font-size: 6vw;
    color: #439BD5;
  }
  html[lang=ar] .Contact h1[lang=en] {
    display: none;
  }
  html[lang=ar] .Contact h1 span {
    color: #524DA0;
  }
  html[lang=ar] .Contact .Cform {
    width: 100%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 15%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    grid-template-rows: 30% 30% 30% 30% 90%;
  }
  html[lang=ar] .Contact .Cform h1 {
    display: none;
  }
  html[lang=ar] .Contact .Cform #nameF, html[lang=ar] .Contact .Cform #numF, html[lang=ar] .Contact .Cform #emailF, html[lang=ar] .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 10vw;
    font-size: 4vw;
    text-align: center;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html[lang=ar] .Contact .Cform #nameF::-moz-placeholder, html[lang=ar] .Contact .Cform #numF::-moz-placeholder, html[lang=ar] .Contact .Cform #emailF::-moz-placeholder, html[lang=ar] .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 3vw;
    text-align: center;
  }
  html[lang=ar] .Contact .Cform #nameF::placeholder, html[lang=ar] .Contact .Cform #numF::placeholder, html[lang=ar] .Contact .Cform #emailF::placeholder, html[lang=ar] .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 3vw;
    text-align: center;
  }
  html[lang=ar] .Contact .Cform #nameF:focus, html[lang=ar] .Contact .Cform #numF:focus, html[lang=ar] .Contact .Cform #emailF:focus, html[lang=ar] .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html[lang=ar] .Contact .Cform #nameF {
    width: 70vw;
    grid-row: 1;
    margin: auto auto;
    padding-bottom: 1vw;
  }
  html[lang=ar] .Contact .Cform #numF {
    width: 70vw;
    grid-row: 2;
    padding-bottom: 1vw;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #emailF {
    width: 70vw;
    grid-row: 3;
    margin: auto auto;
    padding-bottom: 1vw;
  }
  html[lang=ar] .Contact .Cform #textF {
    width: 70vw;
    grid-row: 4;
    margin: auto auto;
    height: 25vw;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html[lang=ar] .Contact .Cform #btnF {
    height: 10vw;
    width: 70vw;
    grid-row: 5;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 3vw;
    position: relative;
    top: 2vw;
  }
}
@media ((min-width: 1000px) and (max-width: 1200px) and (min-height: 600px) and (orientation: landscape)) {
  html {
    overflow-x: hidden;
    background-color: #e1e5ec;
    scroll-behavior: smooth;
  }
  html * {
    font-family: "upto-en";
  }
  html h1 {
    color: #524DA0;
  }
  html h2 {
    color: #439BD5;
  }
  html .loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #439BD5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .loader-wrapper .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }
  html .loader-wrapper .loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  html .logo {
    margin: auto auto;
    position: relative;
    width: 6vw;
    left: 1vw;
  }
  html .logo img {
    content: url(../../pics/svg/main\ mixed.svg);
    filter: drop-shadow(5px 5px 0.2rem rgba(0, 0, 0, 0.1215686275));
    width: 6vw;
  }
  html nav {
    position: fixed;
    display: flex;
    top: 0;
    z-index: 20;
    width: 100%;
    background-color: #e1e5ec;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html nav .nav-links {
    display: none;
  }
  html nav .nav-links-mobile {
    z-index: 1;
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    background: linear-gradient(#3e9ad3, #514d9e, #222875);
    justify-content: center;
    height: 70vw;
    border-radius: 0px 0px 0px 20px;
    right: 0;
    top: 8vw;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html nav .nav-links-mobile.nav-active-mobile {
    height: 40vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile.nav-inactive-mobile {
    height: 0vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile li {
    opacity: 0;
    list-style: none;
    margin-top: 2vw;
    text-align: center;
  }
  html nav .nav-links-mobile a {
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.5vw;
    font-weight: 500;
    color: #e1e5ec;
  }
  html nav .nav-links-mobile .language-mobile {
    position: relative;
    display: flex;
    text-align: center;
    color: #e1e5ec;
    top: 2vw;
    left: -1vw;
  }
  html nav .nav-links-mobile .language-mobile p {
    opacity: 0;
    margin-left: 20px;
    color: #e1e5ec;
    font-size: 1.2vw;
  }
  html nav .nav-links-mobile .language-mobile .EN-lang, html nav .nav-links-mobile .language-mobile .AR-lang {
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile {
    position: relative;
    justify-content: center;
    top: 1.5vw;
    display: flex;
    left: 0;
  }
  html nav .nav-links-mobile .WebColors-mobile * {
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 2vw;
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .nav-links-mobile .WebColors-mobile .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: larger;
  }
  html nav .language .EN-lang, html nav .language .AR-lang {
    cursor: pointer;
  }
  html nav .burger {
    position: relative;
    display: block;
    margin: auto 0;
    right: 4vw;
  }
  html nav .burger div {
    position: relative;
    width: 3.5vw;
    height: 0.3vw;
    background-color: #439BD5;
    margin: 0.5vw;
  }
  html .intro {
    width: 100%;
    height: 52vw;
    display: flex;
  }
  html .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html .intro .introlink {
    width: 100%;
    height: 53vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 17vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
    background: #e1e5ec;
  }
  html .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 50%;
    display: flex;
  }
  html .aboutCont .about #word1 {
    font-size: 3vw;
    margin: auto auto;
    position: relative;
    top: -0.8vw;
    line-height: 9vw;
    text-align: left;
    left: 0%;
  }
  html .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 3vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 1.7vw;
    text-align: justify;
  }
  html .crew {
    position: relative;
    width: 100%;
    margin-bottom: 22vw;
    height: 60vw;
    justify-content: center;
  }
  html .crew h1 {
    text-align: center;
    padding-bottom: 12vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .crew .crew-cont {
    margin: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 28.3vw;
    justify-content: space-evenly;
    width: 80%;
    height: 50vw;
  }
  html .crew .crew-cont .crewP {
    border-radius: 20px;
    display: grid;
    grid-template-rows: 59.9% 40%;
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  html .crew .crew-cont .crewP .crewimg {
    border: 1px solid #3f3b7e;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
  }
  html .crew .crew-cont .crewP .crewimg:hover img:nth-child(2) {
    opacity: 1;
  }
  html .crew .crew-cont .crewP .crewimg img {
    transition: all 0.5s ease-in-out;
    width: 18vw;
    opacity: 1;
    position: relative;
    top: -61%;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewimg img:nth-child(2) {
    position: absolute;
    left: 0vw;
    opacity: 0;
  }
  html .crew .crew-cont .crewP .crewdis {
    padding-top: 1vw;
    position: relative;
    grid-row: 2;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewdis h2, html .crew .crew-cont .crewP .crewdis p {
    position: relative;
    text-align: center;
    padding-top: 0vw;
    font-size: 1.3vw;
  }
  html .crew .crew-cont .crewP .crewdis p {
    color: #524DA0;
    font-weight: 600;
  }
  html .partical {
    background: #e1e5ec;
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  html .partical img {
    position: relative;
    width: 5%;
    opacity: 0.4;
  }
  html .services {
    background: #e1e5ec;
    margin-bottom: -10vw;
  }
  html .services h1 {
    text-align: center;
    padding-bottom: 4vw;
    font-size: 3vw;
    color: #439BD5;
  }
  html .services .servContainer {
    display: flex;
    margin: auto 5vw;
    scale: 90%;
  }
  html .services .servContainer .Cont {
    position: relative;
    overflow: hidden;
    padding-bottom: 5vw;
    width: 15.5vw;
    height: 50vw;
    margin: 5px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
    flex: 1;
    cursor: pointer;
  }
  html .services .servContainer .Cont img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 50vw;
    width: 20.5vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 20.5vw;
    padding-right: 3vw;
    height: 50vw;
    background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    position: relative;
    color: #e1e5ec;
    margin: auto auto;
    text-align: center;
    font-size: 1.5vw;
    top: 0vw;
  }
  html .services .servContainer .Cont .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 20.5vw;
    padding-right: 3vw;
    height: 50vw;
    justify-content: center;
  }
  html .services .servContainer .Cont .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 0vw;
    height: 0.1vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    font-size: 1vw;
    opacity: 0;
    width: 14.5vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
    overflow-wrap: break-word;
  }
  html .services .servContainer .Cont .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont .contGallary .pics {
    pointer-events: none;
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont .contGallary .pics .item img {
    pointer-events: all;
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 0;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove {
    transition: all 1s ease-in-out;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(67, 155, 213, 0.8), rgba(82, 77, 160, 0.8));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 50;
    border-radius: 10px;
    text-align: center;
    cursor: crosshair;
    opacity: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove a {
    width: 100%;
    height: 100%;
    font-family: "upto-en";
    color: #e1e5ec;
    position: relative;
    z-index: 11;
    font-size: 2vw;
    font-weight: 900;
    top: 40%;
    text-decoration: none;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.active {
    transition: all 1s ease-in-out;
    flex: 3;
  }
  html .services .servContainer .Cont.active img {
    transition: all 1s ease-in-out;
    position: relative;
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.active .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 45vw;
    padding-right: 8vw;
    height: 50vw;
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.active .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    position: relative;
    font-size: 3vw;
    top: -12vw;
  }
  html .services .servContainer .Cont.active .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 45vw;
    height: 50vw;
    justify-content: center;
  }
  html .services .servContainer .Cont.active .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 15vw;
    height: 0.2vw;
    left: -2.5vw;
    top: 15vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    opacity: 1;
    font-size: 1vw;
    width: 14.5vw;
    left: -2.5vw;
    top: 17vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.active .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item img {
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.clicked {
    transition: all 1s ease-in-out;
    width: 100vw;
    height: 59vw;
    flex: 5;
  }
  html .services .servContainer .Cont.clicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 0;
  }
  html .services .servContainer .Cont.clicked .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 127vw;
    height: 59vw;
    background-color: rgba(35, 31, 32, 0);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.clicked .content h2 {
    font-size: 0vw;
  }
  html .services .servContainer .Cont.clicked .content .lincont {
    width: 0;
    /*
                .line{
                  width: 0vw;
                  height: 0vw;

                }
                p{

                  font-size: 0vw;
                  width: 0vw;


                }*/
  }
  html .services .servContainer .Cont.clicked .contGallary {
    transition: all 5s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item img {
    transition: all 2s ease-in-out;
    position: relative;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.unclicked {
    transition: all 1s ease-in-out;
    width: 0;
    flex: 0;
  }
  html .services .servContainer .Cont.unclicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: inherit;
    width: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.unclicked .content {
    transition: all 1s ease-in-out;
    width: 0;
    padding-right: 0;
    height: inherit;
    background-color: rgba(35, 31, 32, 0.231372549);
    position: absolute;
    bottom: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.unclicked .content h2 {
    transition: all 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    font-size: 0;
  }
  html .gallery {
    top: 13vw;
  }
  html .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .gallery .filterbtn, html .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html .gallery .filterbtn[lang=ar], html .gallery .filtersec[lang=ar] {
    display: none;
  }
  html .gallery .filterbtn button, html .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html .gallery .filterbtn button:hover, html .gallery .filterbtn button.btn-clicked, html .gallery .filtersec button:hover, html .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100vw;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 7vw;
    z-index: 500;
    top: 25vw;
    left: 7vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active #close {
    color: #e1e5ec;
    font-size: 2vw;
    left: 85vw;
    top: 10vw;
  }
  html .gallery #fullscreen.active #nextnode {
    left: 83vw;
  }
  html .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 12vw;
    width: 65%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 9%;
    width: 29%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    top: 12vw;
    width: 70%;
    height: 40%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    width: 80%;
    padding-bottom: 2%;
  }
  html .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html .imagecomp {
    position: relative;
    width: 50%;
    height: 610px;
    margin: auto auto;
  }
  html .imagecomp img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  html .imagecomp #imgbefor1 {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  html .imagecomp #imgeslide1 {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background-color: transparent;
    height: 100%;
  }
  html .imagecomp #imgeslide1::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 100px;
    height: 100px;
    background: url(../../pics/svg/slider.svg);
  }
  html .clientContainer {
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  html .clientContainer * {
    pointer-events: none;
  }
  html .clientContainer h1 {
    margin-bottom: 5vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .clientContainer .ShadR {
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    z-index: 10;
  }
  html .clientContainer .ShadL {
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    right: 15%;
    z-index: 10;
  }
  html .clientContainer .clients {
    width: 70%;
    margin: auto auto;
    margin-bottom: 5vw;
    display: block;
  }
  html .clientContainer .clients img {
    width: 5vw;
    margin: 0 1vw;
    position: relative;
  }
  html .clientContainer .clients .cl {
    display: flex;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  html .clientContainer .clients .cl img {
    height: auto;
  }
  html .clientContainer .clients .cl img {
    transition: filter 0.5s ease-in-out;
  }
  html .clientContainer .clients .cl.one img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.one img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.two img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.two img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.three img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.three img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.four img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.four img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  html .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 0% 44% 60%;
    grid-template-rows: 17% 17% 17% 17% 31%;
  }
  html .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 4.5vw;
    position: relative;
    line-height: 11vw;
    top: -3vw;
  }
  html .Contact .Cform h1 p {
    color: #439BD5;
  }
  html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF, html .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 6vw;
    text-align: right;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder, html .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder, html .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html .Contact .Cform #nameF:focus, html .Contact .Cform #numF:focus, html .Contact .Cform #emailF:focus, html .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html .Contact .Cform #nameF {
    width: 30vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #numF {
    width: 30vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #emailF {
    width: 30vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #textF {
    width: 30vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 10vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html .Contact .Cform #btnF {
    height: 4vw;
    width: 30vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 2vw;
    position: relative;
    top: 2vw;
  }
  html footer {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    z-index: 2;
    display: flex;
  }
  html footer .foot {
    margin: auto auto;
    display: flex;
  }
  html footer .foot img {
    margin: auto auto;
    z-index: 3;
    width: 10vw;
    position: relative;
    left: 3vw;
  }
  html footer .foot p {
    color: #439BD5;
    font-size: 2.4vw;
    padding-right: 0vw;
    position: relative;
    top: -0.15vw;
    margin: auto auto;
    font-weight: 900;
  }
  html[lang=ar] div[lang=en] {
    display: none;
  }
  html[lang=ar] {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html[lang=ar] * {
    font-family: "upto-en";
  }
  html[lang=ar] nav .nav-links {
    display: none;
  }
  html[lang=ar] nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html[lang=ar] nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html[lang=ar] nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html[lang=ar] nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html[lang=ar] nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html[lang=ar] nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: larger;
  }
  html[lang=ar] nav .language .EN-lang, html[lang=ar] nav .language .AR-lang {
    cursor: pointer;
  }
  html[lang=ar] .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html[lang=ar] .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 50%;
    display: flex;
  }
  html[lang=ar] .aboutCont .about #word1 {
    font-size: 4vw;
    margin: auto auto;
    position: relative;
    top: -2vw;
    line-height: 10vw;
    text-align: right;
    left: 4%;
  }
  html[lang=ar] .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html[lang=ar] .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html[lang=ar] .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 0vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html[lang=ar] .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 1.7vw;
    text-align: justify;
  }
  html[lang=ar] .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 13vw;
  }
  html[lang=ar] .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html[lang=ar] .gallery .filterbtn, html[lang=ar] .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html[lang=ar] .gallery .filterbtn[lang=en], html[lang=ar] .gallery .filtersec[lang=en] {
    display: none;
  }
  html[lang=ar] .gallery .filterbtn button, html[lang=ar] .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html[lang=ar] .gallery .filterbtn button:hover, html[lang=ar] .gallery .filterbtn button.btn-clicked, html[lang=ar] .gallery .filtersec button:hover, html[lang=ar] .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html[lang=ar] .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 90%;
    padding-bottom: 2%;
  }
  html[lang=ar] .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html[lang=ar] .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html[lang=ar] .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html[lang=ar] .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html[lang=ar] .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html[lang=ar] .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  html[lang=ar] .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 0% 44% 60%;
    grid-template-rows: 17% 17% 17% 17% 31%;
  }
  html[lang=ar] .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 6vw;
    position: relative;
    line-height: 11vw;
    top: -4vw;
  }
  html[lang=ar] .Contact .Cform h1 p {
    color: #439BD5;
  }
  html[lang=ar] .Contact .Cform #nameF, html[lang=ar] .Contact .Cform #numF, html[lang=ar] .Contact .Cform #emailF, html[lang=ar] .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 6vw;
    text-align: right;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html[lang=ar] .Contact .Cform #nameF::-moz-placeholder, html[lang=ar] .Contact .Cform #numF::-moz-placeholder, html[lang=ar] .Contact .Cform #emailF::-moz-placeholder, html[lang=ar] .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html[lang=ar] .Contact .Cform #nameF::placeholder, html[lang=ar] .Contact .Cform #numF::placeholder, html[lang=ar] .Contact .Cform #emailF::placeholder, html[lang=ar] .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html[lang=ar] .Contact .Cform #nameF:focus, html[lang=ar] .Contact .Cform #numF:focus, html[lang=ar] .Contact .Cform #emailF:focus, html[lang=ar] .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html[lang=ar] .Contact .Cform #nameF {
    width: 30vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #numF {
    width: 30vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #emailF {
    width: 30vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #textF {
    width: 30vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 10vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html[lang=ar] .Contact .Cform #btnF {
    height: 4vw;
    width: 30vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    padding-bottom: 2vw;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 2vw;
    position: relative;
    top: 2vw;
  }
}
@media (min-width: 700px) and (max-width: 1500px) and (min-height: 700px) and (max-height: 1500px) and (orientation: portrait) {
  html {
    overflow-x: hidden;
    background-color: #e1e5ec;
    scroll-behavior: smooth;
  }
  html * {
    font-family: "upto-en";
  }
  html h1 {
    color: #524DA0;
  }
  html h2 {
    color: #439BD5;
  }
  html .loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #439BD5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .loader-wrapper .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }
  html .loader-wrapper .loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  html .logo {
    margin: auto auto;
    position: relative;
    width: 6vw;
    left: 1vw;
  }
  html .logo img {
    content: url(../../pics/svg/main\ mixed.svg);
    filter: drop-shadow(5px 5px 0.2rem rgba(0, 0, 0, 0.1215686275));
    width: 6vw;
  }
  html nav {
    position: fixed;
    display: flex;
    z-index: 20;
    width: 100%;
    background-color: #e1e5ec;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html nav .nav-links {
    display: none;
  }
  html nav .nav-links-mobile {
    z-index: 1;
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    background: linear-gradient(#3e9ad3, #514d9e, #222875);
    justify-content: center;
    height: 70vw;
    border-radius: 0px 0px 0px 20px;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    right: 0;
    top: 8vw;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html nav .nav-links-mobile.nav-active-mobile {
    height: 48vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile.nav-inactive-mobile {
    height: 0vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile li {
    opacity: 0;
    list-style: none;
    margin-top: 2vw;
    text-align: center;
  }
  html nav .nav-links-mobile a {
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.8vw;
    font-weight: 500;
    color: #e1e5ec;
  }
  html nav .nav-links-mobile .language-mobile {
    position: relative;
    display: flex;
    text-align: center;
    color: #e1e5ec;
    top: 2vw;
    left: -1vw;
  }
  html nav .nav-links-mobile .language-mobile p {
    opacity: 0;
    margin-left: 20px;
    color: #e1e5ec;
    font-size: 1.2vw;
  }
  html nav .nav-links-mobile .language-mobile .EN-lang, html nav .nav-links-mobile .language-mobile .AR-lang {
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile {
    position: relative;
    justify-content: center;
    top: 1.5vw;
    display: flex;
    left: 0;
  }
  html nav .nav-links-mobile .WebColors-mobile * {
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 2vw;
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .nav-links-mobile .WebColors-mobile .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: larger;
  }
  html nav .language .EN-lang, html nav .language .AR-lang {
    cursor: pointer;
  }
  html nav .burger {
    position: relative;
    display: block;
    margin: auto 0;
    right: 6vw;
  }
  html nav .burger div {
    position: relative;
    width: 3.5vw;
    height: 0.3vw;
    background-color: #439BD5;
    margin: 0.5vw;
  }
  html .intro {
    width: 100%;
    height: 52vw;
    display: flex;
  }
  html .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html .intro .introlink {
    width: 100%;
    height: 53vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 17vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
    background: #e1e5ec;
  }
  html .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 60%;
    display: flex;
  }
  html .aboutCont .about #word1 {
    font-size: 3vw;
    margin: auto auto;
    position: relative;
    top: -0.8vw;
    line-height: 9vw;
    text-align: left;
    left: 0%;
  }
  html .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 3vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 2vw;
    text-align: justify;
  }
  html .crew {
    position: relative;
    width: 100%;
    margin-bottom: 40vw;
    height: 60vw;
    justify-content: center;
  }
  html .crew h1 {
    text-align: center;
    padding-bottom: 12vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .crew .crew-cont {
    margin: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 28.3vw;
    justify-content: space-evenly;
    width: 80%;
    height: 50vw;
  }
  html .crew .crew-cont .crewP {
    border-radius: 20px;
    display: grid;
    grid-template-rows: 59.9% 40%;
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  html .crew .crew-cont .crewP .crewimg {
    border: 1px solid #3f3b7e;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
  }
  html .crew .crew-cont .crewP .crewimg:hover img:nth-child(2) {
    opacity: 1;
  }
  html .crew .crew-cont .crewP .crewimg img {
    transition: all 0.5s ease-in-out;
    width: 18vw;
    opacity: 1;
    position: relative;
    top: -61%;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewimg img:nth-child(2) {
    position: absolute;
    left: 0vw;
    opacity: 0;
  }
  html .crew .crew-cont .crewP .crewdis {
    padding-top: 1vw;
    position: relative;
    grid-row: 2;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewdis h2, html .crew .crew-cont .crewP .crewdis p {
    position: relative;
    text-align: center;
    padding-top: 0vw;
    font-size: 1.3vw;
  }
  html .crew .crew-cont .crewP .crewdis p {
    color: #524DA0;
    font-weight: 600;
  }
  html .partical {
    background: #e1e5ec;
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  html .partical img {
    position: relative;
    width: 5%;
    opacity: 0.4;
  }
  html .services {
    background: #e1e5ec;
    margin-bottom: 1vw;
  }
  html .services h1 {
    text-align: center;
    padding-bottom: 4vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .services .servContainer {
    display: flex;
    margin: auto 5vw;
    scale: 90%;
  }
  html .services .servContainer .Cont {
    position: relative;
    overflow: hidden;
    padding-bottom: 5vw;
    width: 15.5vw;
    height: 50vw;
    margin: 5px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
    flex: 1;
    cursor: pointer;
  }
  html .services .servContainer .Cont img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 50vw;
    width: 20.5vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 20.5vw;
    padding-right: 3vw;
    height: 50vw;
    background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    position: relative;
    color: #e1e5ec;
    margin: auto auto;
    text-align: center;
    font-size: 1.5vw;
    top: 0vw;
  }
  html .services .servContainer .Cont .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 20.5vw;
    padding-right: 3vw;
    height: 50vw;
    justify-content: center;
  }
  html .services .servContainer .Cont .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 0vw;
    height: 0.1vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    font-size: 1vw;
    opacity: 0;
    width: 14.5vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
    overflow-wrap: break-word;
  }
  html .services .servContainer .Cont .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont .contGallary .pics {
    pointer-events: none;
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont .contGallary .pics .item img {
    pointer-events: all;
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 0;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove {
    transition: all 1s ease-in-out;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(67, 155, 213, 0.8), rgba(82, 77, 160, 0.8));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 50;
    border-radius: 10px;
    text-align: center;
    cursor: crosshair;
    opacity: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove a {
    width: 100%;
    height: 100%;
    font-family: "upto-en";
    color: #e1e5ec;
    position: relative;
    z-index: 11;
    font-size: 2vw;
    font-weight: 900;
    top: 40%;
    text-decoration: none;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.active {
    transition: all 1s ease-in-out;
    flex: 3;
  }
  html .services .servContainer .Cont.active img {
    transition: all 1s ease-in-out;
    position: relative;
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.active .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 45vw;
    padding-right: 8vw;
    height: 50vw;
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.active .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    position: relative;
    font-size: 3vw;
    top: -12vw;
  }
  html .services .servContainer .Cont.active .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 45vw;
    height: 50vw;
    justify-content: center;
  }
  html .services .servContainer .Cont.active .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 15vw;
    height: 0.2vw;
    left: -2.5vw;
    top: 15vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    opacity: 1;
    font-size: 1vw;
    width: 14.5vw;
    left: -2.5vw;
    top: 17vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.active .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item img {
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.clicked {
    transition: all 1s ease-in-out;
    width: 100vw;
    height: 59vw;
    flex: 5;
  }
  html .services .servContainer .Cont.clicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 0;
  }
  html .services .servContainer .Cont.clicked .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 127vw;
    height: 59vw;
    background-color: rgba(35, 31, 32, 0);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.clicked .content h2 {
    font-size: 0vw;
  }
  html .services .servContainer .Cont.clicked .content .lincont {
    width: 0;
    /*
                .line{
                  width: 0vw;
                  height: 0vw;

                }
                p{

                  font-size: 0vw;
                  width: 0vw;


                }*/
  }
  html .services .servContainer .Cont.clicked .contGallary {
    transition: all 5s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item img {
    transition: all 2s ease-in-out;
    position: relative;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.unclicked {
    transition: all 1s ease-in-out;
    width: 0;
    flex: 0;
  }
  html .services .servContainer .Cont.unclicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: inherit;
    width: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.unclicked .content {
    transition: all 1s ease-in-out;
    width: 0;
    padding-right: 0;
    height: inherit;
    background-color: rgba(35, 31, 32, 0.231372549);
    position: absolute;
    bottom: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.unclicked .content h2 {
    transition: all 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    font-size: 0;
  }
  html .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 13vw;
  }
  html .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .gallery .filterbtn, html .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html .gallery .filterbtn[lang=ar], html .gallery .filtersec[lang=ar] {
    display: none;
  }
  html .gallery .filterbtn button, html .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html .gallery .filterbtn button:hover, html .gallery .filterbtn button.btn-clicked, html .gallery .filtersec button:hover, html .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 7vw;
    z-index: 500;
    top: 45%;
    left: 5vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active #close {
    color: #e1e5ec;
    font-size: 2.5vw;
    left: 85vw;
    top: 25%;
  }
  html .gallery #fullscreen.active #nextnode {
    left: 85vw;
  }
  html .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 33%;
    width: 65%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 20%;
    width: 50%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    top: 30%;
    width: 70%;
    height: 40%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 90%;
    padding-bottom: 2%;
  }
  html .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html .imagecomp {
    position: relative;
    width: 50%;
    height: 610px;
    margin: auto auto;
  }
  html .imagecomp img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  html .imagecomp #imgbefor1 {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  html .imagecomp #imgeslide1 {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background-color: transparent;
    height: 100%;
  }
  html .imagecomp #imgeslide1::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 100px;
    height: 100px;
    background: url(../../pics/svg/slider.svg);
  }
  html .clientContainer {
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  html .clientContainer * {
    pointer-events: none;
  }
  html .clientContainer h1 {
    margin-bottom: 5vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .clientContainer .ShadR {
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    z-index: 10;
  }
  html .clientContainer .ShadL {
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    right: 15%;
    z-index: 10;
  }
  html .clientContainer .clients {
    width: 70%;
    margin: auto auto;
    margin-bottom: 5vw;
    display: block;
  }
  html .clientContainer .clients img {
    width: 5vw;
    margin: 0 1vw;
    position: relative;
  }
  html .clientContainer .clients .cl {
    display: flex;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  html .clientContainer .clients .cl img {
    height: auto;
  }
  html .clientContainer .clients .cl img {
    transition: filter 0.5s ease-in-out;
  }
  html .clientContainer .clients .cl.one img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.one img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.two img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.two img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.three img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.three img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.four img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.four img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  html .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 0% 44% 60%;
    grid-template-rows: 17% 17% 17% 17% 31%;
  }
  html .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 4.5vw;
    position: relative;
    line-height: 11vw;
    top: -3vw;
  }
  html .Contact .Cform h1 p {
    color: #439BD5;
  }
  html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF, html .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 6vw;
    text-align: right;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder, html .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder, html .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html .Contact .Cform #nameF:focus, html .Contact .Cform #numF:focus, html .Contact .Cform #emailF:focus, html .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html .Contact .Cform #nameF {
    width: 30vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #numF {
    width: 30vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #emailF {
    width: 30vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #textF {
    width: 30vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 10vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html .Contact .Cform #btnF {
    height: 4vw;
    width: 30vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 2vw;
    position: relative;
    top: 2vw;
  }
  html footer {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    z-index: 2;
    display: flex;
  }
  html footer .foot {
    margin: auto auto;
    display: flex;
  }
  html footer .foot img {
    margin: auto auto;
    z-index: 3;
    width: 10vw;
    position: relative;
    left: 3vw;
  }
  html footer .foot p {
    color: #439BD5;
    font-size: 2.4vw;
    padding-right: 0vw;
    position: relative;
    top: -0.15vw;
    margin: auto auto;
    font-weight: 900;
  }
  html[lang=ar] div[lang=en] {
    display: none;
  }
  html[lang=ar] {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html[lang=ar] * {
    font-family: "upto-en";
  }
  html[lang=ar] nav .nav-links {
    display: none;
  }
  html[lang=ar] nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html[lang=ar] nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html[lang=ar] nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html[lang=ar] nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html[lang=ar] nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html[lang=ar] nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: larger;
  }
  html[lang=ar] nav .language .EN-lang, html[lang=ar] nav .language .AR-lang {
    cursor: pointer;
  }
  html[lang=ar] .intro {
    width: 100%;
    height: 52vw;
    display: flex;
  }
  html[lang=ar] .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html[lang=ar] .intro .introlink {
    width: 100%;
    height: 53vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html[lang=ar] .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 17vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html[lang=ar] .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html[lang=ar] .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 60%;
    display: flex;
  }
  html[lang=ar] .aboutCont .about #word1 {
    font-size: 4vw;
    margin: auto auto;
    position: relative;
    top: -2vw;
    line-height: 10vw;
    text-align: right;
    left: 4%;
  }
  html[lang=ar] .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html[lang=ar] .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html[lang=ar] .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 0vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html[lang=ar] .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 2vw;
    text-align: justify;
  }
  html[lang=ar] .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 13vw;
  }
  html[lang=ar] .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html[lang=ar] .gallery .filterbtn, html[lang=ar] .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html[lang=ar] .gallery .filterbtn[lang=en], html[lang=ar] .gallery .filtersec[lang=en] {
    display: none;
  }
  html[lang=ar] .gallery .filterbtn button, html[lang=ar] .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html[lang=ar] .gallery .filterbtn button:hover, html[lang=ar] .gallery .filterbtn button.btn-clicked, html[lang=ar] .gallery .filtersec button:hover, html[lang=ar] .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html[lang=ar] .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 90%;
    padding-bottom: 2%;
  }
  html[lang=ar] .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html[lang=ar] .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html[lang=ar] .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html[lang=ar] .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html[lang=ar] .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html[lang=ar] .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  html[lang=ar] .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 0% 44% 60%;
    grid-template-rows: 17% 17% 17% 17% 31%;
  }
  html[lang=ar] .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 6vw;
    position: relative;
    line-height: 11vw;
    top: -4vw;
  }
  html[lang=ar] .Contact .Cform h1 p {
    color: #439BD5;
  }
  html[lang=ar] .Contact .Cform #nameF, html[lang=ar] .Contact .Cform #numF, html[lang=ar] .Contact .Cform #emailF, html[lang=ar] .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 6vw;
    text-align: right;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html[lang=ar] .Contact .Cform #nameF::-moz-placeholder, html[lang=ar] .Contact .Cform #numF::-moz-placeholder, html[lang=ar] .Contact .Cform #emailF::-moz-placeholder, html[lang=ar] .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html[lang=ar] .Contact .Cform #nameF::placeholder, html[lang=ar] .Contact .Cform #numF::placeholder, html[lang=ar] .Contact .Cform #emailF::placeholder, html[lang=ar] .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html[lang=ar] .Contact .Cform #nameF:focus, html[lang=ar] .Contact .Cform #numF:focus, html[lang=ar] .Contact .Cform #emailF:focus, html[lang=ar] .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html[lang=ar] .Contact .Cform #nameF {
    width: 30vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #numF {
    width: 30vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #emailF {
    width: 30vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #textF {
    width: 30vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 10vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html[lang=ar] .Contact .Cform #btnF {
    height: 4vw;
    width: 30vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    padding-bottom: 2vw;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 2vw;
    position: relative;
    top: 2vw;
  }
}
@media ((min-width: 1000px) and (max-width: 1400px)) and ((min-height: 600px) and (orientation: portrait)) {
  html {
    overflow-x: hidden;
    background-color: #e1e5ec;
    scroll-behavior: smooth;
  }
  html * {
    font-family: "upto-en";
  }
  html h1 {
    color: #524DA0;
  }
  html h2 {
    color: #439BD5;
  }
  html .loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #439BD5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .loader-wrapper .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }
  html .loader-wrapper .loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  html .logo {
    margin: auto auto;
    position: relative;
    width: 6vw;
    left: 1vw;
  }
  html .logo img {
    content: url(../../pics/svg/main\ mixed.svg);
    filter: drop-shadow(5px 5px 0.2rem rgba(0, 0, 0, 0.1215686275));
    width: 6vw;
  }
  html nav {
    position: fixed;
    display: flex;
    top: 0;
    z-index: 20;
    width: 100%;
    background-color: #e1e5ec;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html nav .nav-links {
    display: none;
  }
  html nav .nav-links-mobile {
    z-index: 1;
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    background: linear-gradient(#3e9ad3, #514d9e, #222875);
    justify-content: center;
    height: 70vw;
    border-radius: 0px 0px 0px 20px;
    right: 0;
    top: 8vw;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html nav .nav-links-mobile.nav-active-mobile {
    height: 40vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile.nav-inactive-mobile {
    height: 0vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile li {
    opacity: 0;
    list-style: none;
    margin-top: 2vw;
    text-align: center;
  }
  html nav .nav-links-mobile a {
    font-family: "upto-en";
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.5vw;
    font-weight: 500;
    color: #e1e5ec;
  }
  html nav .nav-links-mobile .language-mobile {
    position: relative;
    display: flex;
    text-align: center;
    color: #e1e5ec;
    top: 2vw;
    left: -1vw;
  }
  html nav .nav-links-mobile .language-mobile p {
    opacity: 0;
    margin-left: 20px;
    color: #e1e5ec;
    font-size: 1.2vw;
  }
  html nav .nav-links-mobile .language-mobile .EN-lang, html nav .nav-links-mobile .language-mobile .AR-lang {
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile {
    position: relative;
    justify-content: center;
    top: 1.5vw;
    display: flex;
    left: 0;
  }
  html nav .nav-links-mobile .WebColors-mobile * {
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 2vw;
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .nav-links-mobile .WebColors-mobile .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: larger;
  }
  html nav .language .EN-lang, html nav .language .AR-lang {
    cursor: pointer;
  }
  html nav .burger {
    position: relative;
    display: block;
    margin: auto 0;
    right: 6vw;
  }
  html nav .burger div {
    position: relative;
    width: 3.5vw;
    height: 0.3vw;
    background-color: #439BD5;
    margin: 0.5vw;
  }
  html .intro {
    width: 100%;
    height: 52vw;
    display: flex;
  }
  html .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html .intro .introlink {
    width: 100%;
    height: 53vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 17vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
    background: #e1e5ec;
  }
  html .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 60%;
    display: flex;
  }
  html .aboutCont .about #word1 {
    font-size: 3vw;
    margin: auto auto;
    position: relative;
    top: -0.8vw;
    line-height: 9vw;
    text-align: left;
    left: 0%;
  }
  html .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 3vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 2vw;
    text-align: justify;
  }
  html .crew {
    position: relative;
    width: 100%;
    margin-bottom: 40vw;
    height: 60vw;
    justify-content: center;
  }
  html .crew h1 {
    text-align: center;
    padding-bottom: 12vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .crew .crew-cont {
    margin: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 28.3vw;
    justify-content: space-evenly;
    width: 80%;
    height: 50vw;
  }
  html .crew .crew-cont .crewP {
    border-radius: 20px;
    display: grid;
    grid-template-rows: 59.9% 40%;
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  html .crew .crew-cont .crewP .crewimg {
    border: 1px solid #3f3b7e;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
  }
  html .crew .crew-cont .crewP .crewimg:hover img:nth-child(2) {
    opacity: 1;
  }
  html .crew .crew-cont .crewP .crewimg img {
    transition: all 0.5s ease-in-out;
    width: 18vw;
    opacity: 1;
    position: relative;
    top: -61%;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewimg img:nth-child(2) {
    position: absolute;
    left: 0vw;
    opacity: 0;
  }
  html .crew .crew-cont .crewP .crewdis {
    padding-top: 1vw;
    position: relative;
    grid-row: 2;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewdis h2, html .crew .crew-cont .crewP .crewdis p {
    position: relative;
    text-align: center;
    padding-top: 0vw;
    font-size: 1.3vw;
  }
  html .crew .crew-cont .crewP .crewdis p {
    color: #524DA0;
    font-weight: 600;
  }
  html .partical {
    background: #e1e5ec;
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  html .partical img {
    position: relative;
    width: 5%;
    opacity: 0.4;
  }
  html .services {
    background: #e1e5ec;
    margin-bottom: 1vw;
  }
  html .services h1 {
    text-align: center;
    padding-bottom: 4vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .services .servContainer {
    display: flex;
    margin: auto 5vw;
    scale: 90%;
  }
  html .services .servContainer .Cont {
    position: relative;
    overflow: hidden;
    padding-bottom: 5vw;
    width: 15.5vw;
    height: 50vw;
    margin: 5px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
    flex: 1;
    cursor: pointer;
  }
  html .services .servContainer .Cont img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 50vw;
    width: 20.5vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 20.5vw;
    padding-right: 3vw;
    height: 50vw;
    background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont .content h2 {
    transition: all 1s ease-in-out;
    position: relative;
    color: #e1e5ec;
    margin: auto auto;
    text-align: center;
    font-size: 1.5vw;
    top: 0vw;
  }
  html .services .servContainer .Cont .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 20.5vw;
    padding-right: 3vw;
    height: 50vw;
    justify-content: center;
  }
  html .services .servContainer .Cont .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 0vw;
    height: 0.1vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    font-size: 1vw;
    opacity: 0;
    width: 14.5vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
    overflow-wrap: break-word;
  }
  html .services .servContainer .Cont .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont .contGallary .pics {
    pointer-events: none;
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont .contGallary .pics .item img {
    pointer-events: all;
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 0;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove {
    transition: all 1s ease-in-out;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(67, 155, 213, 0.8), rgba(82, 77, 160, 0.8));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 50;
    border-radius: 10px;
    text-align: center;
    cursor: crosshair;
    opacity: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove a {
    width: 100%;
    height: 100%;
    color: #e1e5ec;
    position: relative;
    z-index: 11;
    font-size: 2vw;
    font-weight: 900;
    top: 40%;
    text-decoration: none;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.active {
    transition: all 1s ease-in-out;
    flex: 3;
  }
  html .services .servContainer .Cont.active img {
    transition: all 1s ease-in-out;
    position: relative;
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.active .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 45vw;
    padding-right: 8vw;
    height: 50vw;
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.active .content h2 {
    will-change: transform;
    backface-visibility: hidden;
    transition: all 1s ease-in-out;
    color: rgb(255, 255, 255);
    top: -15vw;
    font-size: 3vw;
  }
  html .services .servContainer .Cont.active .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 45vw;
    height: 50vw;
    justify-content: center;
  }
  html .services .servContainer .Cont.active .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 15vw;
    height: 0.2vw;
    left: -2.5vw;
    top: 15vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    opacity: 1;
    font-size: 1vw;
    width: 14.5vw;
    left: -2.5vw;
    top: 17vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.active .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item img {
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.clicked {
    transition: all 1s ease-in-out;
    width: 100vw;
    height: 59vw;
    flex: 5;
  }
  html .services .servContainer .Cont.clicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 0;
  }
  html .services .servContainer .Cont.clicked .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 127vw;
    height: 59vw;
    background-color: rgba(35, 31, 32, 0);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.clicked .content h2 {
    font-size: 0vw;
  }
  html .services .servContainer .Cont.clicked .content .lincont {
    width: 0;
    /*
                .line{
                  width: 0vw;
                  height: 0vw;

                }
                p{

                  font-size: 0vw;
                  width: 0vw;


                }*/
  }
  html .services .servContainer .Cont.clicked .contGallary {
    transition: all 5s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item img {
    transition: all 2s ease-in-out;
    position: relative;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.unclicked {
    transition: all 1s ease-in-out;
    width: 0;
    flex: 0;
  }
  html .services .servContainer .Cont.unclicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: inherit;
    width: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.unclicked .content {
    transition: all 1s ease-in-out;
    width: 0;
    padding-right: 0;
    height: inherit;
    background-color: rgba(35, 31, 32, 0.231372549);
    position: absolute;
    bottom: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.unclicked .content h2 {
    transition: all 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    font-size: 0;
  }
  html .gallery {
    top: 13vw;
  }
  html .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .gallery .filterbtn, html .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html .gallery .filterbtn[lang=ar], html .gallery .filtersec[lang=ar] {
    display: none;
  }
  html .gallery .filterbtn button, html .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html .gallery .filterbtn button:hover, html .gallery .filterbtn button.btn-clicked, html .gallery .filtersec button:hover, html .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 7vw;
    z-index: 500;
    top: 60vw;
    left: 7vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active #close {
    color: #e1e5ec;
    font-size: 3vw;
    left: 85vw;
    top: 45vw;
  }
  html .gallery #fullscreen.active #nextnode {
    left: 82vw;
  }
  html .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 47vw;
    width: 65%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 20%;
    width: 60%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    top: 50vw;
    width: 70%;
    height: 30%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    width: 80%;
    padding-bottom: 2%;
  }
  html .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html .imagecomp {
    position: relative;
    width: 50%;
    height: 610px;
    margin: auto auto;
  }
  html .imagecomp img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  html .imagecomp #imgbefor1 {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  html .imagecomp #imgeslide1 {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background-color: transparent;
    height: 100%;
  }
  html .imagecomp #imgeslide1::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 100px;
    height: 100px;
    background: url(../../pics/svg/slider.svg);
  }
  html .clientContainer {
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  html .clientContainer * {
    pointer-events: none;
  }
  html .clientContainer h1 {
    margin-bottom: 5vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .clientContainer .ShadR {
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    z-index: 10;
  }
  html .clientContainer .ShadL {
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    right: 15%;
    z-index: 10;
  }
  html .clientContainer .clients {
    width: 70%;
    margin: auto auto;
    margin-bottom: 5vw;
    display: block;
  }
  html .clientContainer .clients img {
    width: 5vw;
    margin: 0 1vw;
    position: relative;
  }
  html .clientContainer .clients .cl {
    display: flex;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  html .clientContainer .clients .cl img {
    height: auto;
  }
  html .clientContainer .clients .cl img {
    transition: filter 0.5s ease-in-out;
  }
  html .clientContainer .clients .cl.one img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.one img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.two img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.two img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.three img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.three img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.four img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.four img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  html .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 0% 44% 60%;
    grid-template-rows: 17% 17% 17% 17% 31%;
  }
  html .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 4.5vw;
    position: relative;
    line-height: 11vw;
    top: -3vw;
  }
  html .Contact .Cform h1 p {
    color: #439BD5;
  }
  html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF, html .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 6vw;
    text-align: right;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder, html .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder, html .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html .Contact .Cform #nameF:focus, html .Contact .Cform #numF:focus, html .Contact .Cform #emailF:focus, html .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html .Contact .Cform #nameF {
    width: 30vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #numF {
    width: 30vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #emailF {
    width: 30vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #textF {
    width: 30vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 10vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html .Contact .Cform #btnF {
    height: 4vw;
    width: 30vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 2vw;
    position: relative;
    top: 2vw;
  }
  html footer {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    z-index: 2;
    display: flex;
  }
  html footer .foot {
    margin: auto auto;
    display: flex;
  }
  html footer .foot img {
    margin: auto auto;
    z-index: 3;
    width: 10vw;
    position: relative;
    left: 3vw;
  }
  html footer .foot p {
    color: #439BD5;
    font-size: 2.4vw;
    padding-right: 0vw;
    position: relative;
    top: -0.15vw;
    margin: auto auto;
    font-weight: 900;
  }
  html[lang=ar] div[lang=en] {
    display: none;
  }
  html[lang=ar] {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html[lang=ar] * {
    font-family: "upto-en";
  }
  html[lang=ar] nav .nav-links {
    display: none;
  }
  html[lang=ar] nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html[lang=ar] nav .WebColors * {
    width: 30px;
    height: 30px;
    margin-left: 50px;
    cursor: pointer;
  }
  html[lang=ar] nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html[lang=ar] nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html[lang=ar] nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html[lang=ar] nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: larger;
  }
  html[lang=ar] nav .language .EN-lang, html[lang=ar] nav .language .AR-lang {
    cursor: pointer;
  }
  html[lang=ar] .intro {
    width: 100%;
    height: 52vw;
    display: flex;
  }
  html[lang=ar] .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html[lang=ar] .intro .introlink {
    width: 100%;
    height: 53vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html[lang=ar] .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 17vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html[lang=ar] .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html[lang=ar] .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 60%;
    display: flex;
  }
  html[lang=ar] .aboutCont .about #word1 {
    font-size: 4vw;
    margin: auto auto;
    position: relative;
    top: -2vw;
    line-height: 10vw;
    text-align: right;
    left: 4%;
  }
  html[lang=ar] .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html[lang=ar] .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html[lang=ar] .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 0vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html[lang=ar] .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 2vw;
    text-align: justify;
  }
  html[lang=ar] .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 13vw;
  }
  html[lang=ar] .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html[lang=ar] .gallery .filterbtn, html[lang=ar] .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html[lang=ar] .gallery .filterbtn[lang=en], html[lang=ar] .gallery .filtersec[lang=en] {
    display: none;
  }
  html[lang=ar] .gallery .filterbtn button, html[lang=ar] .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html[lang=ar] .gallery .filterbtn button:hover, html[lang=ar] .gallery .filterbtn button.btn-clicked, html[lang=ar] .gallery .filtersec button:hover, html[lang=ar] .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html[lang=ar] .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 90%;
    padding-bottom: 2%;
  }
  html[lang=ar] .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html[lang=ar] .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html[lang=ar] .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html[lang=ar] .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html[lang=ar] .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html[lang=ar] .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  html[lang=ar] .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 0% 44% 60%;
    grid-template-rows: 17% 17% 17% 17% 31%;
  }
  html[lang=ar] .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 6vw;
    position: relative;
    line-height: 11vw;
    top: -4vw;
  }
  html[lang=ar] .Contact .Cform h1 p {
    color: #439BD5;
  }
  html[lang=ar] .Contact .Cform #nameF, html[lang=ar] .Contact .Cform #numF, html[lang=ar] .Contact .Cform #emailF, html[lang=ar] .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 6vw;
    text-align: right;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html[lang=ar] .Contact .Cform #nameF::-moz-placeholder, html[lang=ar] .Contact .Cform #numF::-moz-placeholder, html[lang=ar] .Contact .Cform #emailF::-moz-placeholder, html[lang=ar] .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html[lang=ar] .Contact .Cform #nameF::placeholder, html[lang=ar] .Contact .Cform #numF::placeholder, html[lang=ar] .Contact .Cform #emailF::placeholder, html[lang=ar] .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html[lang=ar] .Contact .Cform #nameF:focus, html[lang=ar] .Contact .Cform #numF:focus, html[lang=ar] .Contact .Cform #emailF:focus, html[lang=ar] .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html[lang=ar] .Contact .Cform #nameF {
    width: 30vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #numF {
    width: 30vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #emailF {
    width: 30vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #textF {
    width: 30vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 10vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html[lang=ar] .Contact .Cform #btnF {
    height: 4vw;
    width: 30vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    padding-bottom: 2vw;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 2vw;
    position: relative;
    top: 2vw;
  }
}
@media only screen and (min-width: 1201px) and (min-height: 600px) and (max-height: 1000px) {
  html nav {
    position: fixed;
    display: flex;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    z-index: 20;
    width: 100%;
  }
  html nav .nav-links {
    position: relative;
    font-family: "upto-en";
    display: flex;
    margin: auto;
    left: -2vw;
    padding-bottom: 10px;
  }
  html nav .nav-links li {
    list-style: none;
    margin-left: 3em;
    position: relative;
  }
  html nav .nav-links a {
    position: relative;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
  }
  html nav .WebColors {
    top: 1.2vw;
    left: -5%;
  }
  html nav .WebColors * {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    cursor: pointer;
  }
  html nav .language {
    position: relative;
    display: flex;
    text-align: center;
    top: 1vw;
    left: -6%;
  }
  html nav .language p {
    margin-left: 20px;
    font-size: 0.8em;
  }
  html .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100vw;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 7vw;
    z-index: 500;
    top: 40vh;
    left: 7vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active #close {
    font-size: 2vw;
    left: 87vw;
    top: 10vh;
  }
  html .gallery #fullscreen.active #nextnode {
    left: 86vw;
  }
  html .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 15vh;
    width: 60%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 13vh;
    width: 55vh;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    margin: auto auto;
    top: 15vh;
    width: 70%;
    height: 40%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 100%;
    padding-bottom: 2%;
  }
  html .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html .clientContainer .ShadR {
    left: 14%;
  }
  html .clientContainer .ShadL {
    right: 14%;
  }
  html .Contact {
    height: 50vw;
    width: 100%;
  }
  html .Contact .Cform {
    border-radius: 10px;
  }
  html .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: left;
    font-size: 3.5vw;
    position: relative;
    line-height: 6.8vw;
    top: -1vw;
  }
  html .Contact .Cform h1 p {
    color: #439BD5;
  }
  html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF {
    border-radius: 30px;
    padding-bottom: 5px;
  }
  html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder {
    color: #439BD5;
    font-size: 1vw;
  }
  html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder {
    color: #439BD5;
    font-size: 1vw;
  }
  html .Contact .Cform #textF {
    border-radius: 15px;
    font-size: 1.2vw;
  }
  html .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1vw;
  }
  html .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1vw;
  }
  html .services .servContainer .Cont {
    width: 15.5vw;
    height: 40vw;
  }
  html .services .servContainer .Cont.clicked {
    transition: all 1s ease-in-out;
    width: 70vw;
    height: 60vw;
    flex: 5;
  }
  html .services .servContainer .Cont.clicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 0;
  }
  html .services .servContainer .Cont.clicked .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 97vw;
    padding-right: 3vw;
    height: 60vw;
    background-color: rgba(35, 31, 32, 0);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.clicked .content h2 {
    font-size: 0vw;
  }
  html .services .servContainer .Cont.clicked .content .lincont {
    width: 0;
    /*
              .line{
                width: 0vw;
                height: 0vw;

              }
              p{

                font-size: 0vw;
                width: 0vw;


              }*/
  }
  html .services .servContainer .Cont.clicked .contGallary {
    transition: all 5s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw;
    grid-auto-rows: 14vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item img {
    transition: all 2s ease-in-out;
    position: relative;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1 {
    height: 14vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1 {
    width: 14vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2 {
    height: 28vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2 {
    width: 28vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3 {
    height: 42vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3 {
    width: 42vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h4 {
    height: 56vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w4 {
    width: 56vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h5 {
    height: 70vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w5 {
    width: 70vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h6 {
    height: 84vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w6 {
    width: 84vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1-5 {
    height: 21vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1-5 {
    width: 21vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2-5 {
    height: 35vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2-5 {
    width: 35vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3-5 {
    height: 49vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3-5 {
    width: 49vw;
  }
  /*********************** ARABIC ***********************/
  html[lang=ar] [lang=en] {
    display: none;
  }
  html[lang=ar] * {
    font-family: "upto";
  }
  html[lang=ar] nav {
    padding-bottom: 3.5px;
  }
  html[lang=ar] nav .nav-links li {
    list-style: none;
    margin-left: 3em;
    position: relative;
  }
  html[lang=ar] nav .nav-links a {
    position: relative;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
  }
  html[lang=ar] nav .WebColors {
    top: 1.2vw;
    left: -5%;
  }
  html[lang=ar] nav .WebColors * {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    cursor: pointer;
  }
  html[lang=ar] nav .language {
    position: relative;
    display: flex;
    text-align: center;
    top: 1vw;
    left: -6%;
  }
  html[lang=ar] nav .language p {
    margin-left: 20px;
    font-size: 0.8em;
  }
}
@media ((min-width: 1000px) and (max-width: 1400px)) and ((min-height: 600px) and (orientation: landscape)) {
  html {
    overflow-x: hidden;
    background-color: #e1e5ec;
    scroll-behavior: smooth;
  }
  html * {
    font-family: "upto-en";
  }
  html h1 {
    color: #524DA0;
  }
  html h2 {
    color: #439BD5;
  }
  html .loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #439BD5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .loader-wrapper .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }
  html .loader-wrapper .loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  html .logo {
    margin: auto auto;
    position: relative;
    width: 6vw;
    left: 1vw;
  }
  html .logo img {
    content: url(../../pics/svg/main\ mixed.svg);
    filter: drop-shadow(5px 5px 0.2rem rgba(0, 0, 0, 0.1215686275));
    width: 6vw;
  }
  html nav {
    position: fixed;
    display: flex;
    top: 0;
    z-index: 20;
    width: 100%;
    background-color: #e1e5ec;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html nav .nav-links {
    display: none;
  }
  html nav .nav-links-mobile {
    z-index: 1;
    text-align: center;
    position: absolute;
    margin: auto auto;
    display: block;
    background: linear-gradient(#3e9ad3, #514d9e, #222875);
    justify-content: center;
    height: 70vw;
    border-radius: 0px 0px 0px 20px;
    right: 0;
    top: 7.9vw;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html nav .nav-links-mobile.nav-active-mobile {
    height: 37vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile.nav-inactive-mobile {
    height: 0vw;
    transition: height 1s ease-in-out;
  }
  html nav .nav-links-mobile li {
    opacity: 0;
    list-style: none;
    margin-top: 2vw;
    text-align: center;
  }
  html nav .nav-links-mobile a {
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 1.5vw;
    font-weight: 500;
    color: #e1e5ec;
  }
  html nav .nav-links-mobile .language-mobile {
    position: relative;
    display: flex;
    text-align: center;
    color: #e1e5ec;
    top: 2vw;
    left: -1vw;
  }
  html nav .nav-links-mobile .language-mobile p {
    opacity: 0;
    margin-left: 20px;
    color: #e1e5ec;
    font-size: 1.2vw;
  }
  html nav .nav-links-mobile .language-mobile .EN-lang, html nav .nav-links-mobile .language-mobile .AR-lang {
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile {
    position: relative;
    justify-content: center;
    top: 1.5vw;
    display: flex;
    left: 0;
  }
  html nav .nav-links-mobile .WebColors-mobile * {
    opacity: 0;
    width: 30px;
    height: 30px;
    margin: 1vw;
    cursor: pointer;
  }
  html nav .nav-links-mobile .WebColors-mobile .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .nav-links-mobile .WebColors-mobile .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: larger;
  }
  html nav .language .EN-lang, html nav .language .AR-lang {
    cursor: pointer;
  }
  html nav .burger {
    position: relative;
    display: block;
    margin: auto 0;
    right: 3.5vw;
  }
  html nav .burger div {
    position: relative;
    width: 3.5vw;
    height: 0.3vw;
    background-color: #439BD5;
    margin: 0.5vw;
  }
  html .intro {
    width: 100%;
    height: 52vw;
    display: flex;
  }
  html .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html .intro .introlink {
    width: 100%;
    height: 53vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 17vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
    background: #e1e5ec;
  }
  html .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 60%;
    display: flex;
  }
  html .aboutCont .about #word1 {
    font-size: 3vw;
    margin: auto auto;
    position: relative;
    top: -0.8vw;
    line-height: 9vw;
    text-align: left;
    left: 0%;
  }
  html .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 3vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 2vw;
    text-align: justify;
  }
  html .crew {
    position: relative;
    width: 100%;
    margin-bottom: 40vw;
    height: 60vw;
    justify-content: center;
  }
  html .crew h1 {
    text-align: center;
    padding-bottom: 12vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .crew .crew-cont {
    margin: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 28.3vw;
    justify-content: space-evenly;
    width: 80%;
    height: 50vw;
  }
  html .crew .crew-cont .crewP {
    border-radius: 20px;
    display: grid;
    grid-template-rows: 59.9% 40%;
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  html .crew .crew-cont .crewP .crewimg {
    border: 1px solid #3f3b7e;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
  }
  html .crew .crew-cont .crewP .crewimg:hover img:nth-child(2) {
    opacity: 1;
  }
  html .crew .crew-cont .crewP .crewimg img {
    transition: all 0.5s ease-in-out;
    width: 18vw;
    opacity: 1;
    position: relative;
    top: -61%;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewimg img:nth-child(2) {
    position: absolute;
    left: 0vw;
    opacity: 0;
  }
  html .crew .crew-cont .crewP .crewdis {
    padding-top: 1vw;
    position: relative;
    grid-row: 2;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewdis h2, html .crew .crew-cont .crewP .crewdis p {
    position: relative;
    text-align: center;
    padding-top: 0vw;
    font-size: 1.3vw;
  }
  html .crew .crew-cont .crewP .crewdis p {
    color: #524DA0;
    font-weight: 600;
  }
  html .partical {
    background: #e1e5ec;
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  html .partical img {
    position: relative;
    width: 5%;
    opacity: 0.4;
  }
  html .services {
    background: #e1e5ec;
    margin-bottom: 1vw;
  }
  html .services h1 {
    text-align: center;
    padding-bottom: 4vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .services .servContainer {
    display: flex;
    margin: auto 5vw;
    scale: 90%;
  }
  html .services .servContainer .Cont {
    position: relative;
    overflow: hidden;
    padding-bottom: 5vw;
    width: 15.5vw;
    height: 50vw;
    margin: 5px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
    flex: 1;
    cursor: pointer;
  }
  html .services .servContainer .Cont img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 50vw;
    width: 20.5vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 20.5vw;
    padding-right: 3vw;
    height: 50vw;
    background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    position: relative;
    color: #e1e5ec;
    margin: auto auto;
    text-align: center;
    font-size: 1.5vw;
    top: 0vw;
  }
  html .services .servContainer .Cont .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 20.5vw;
    padding-right: 3vw;
    height: 50vw;
    justify-content: center;
  }
  html .services .servContainer .Cont .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 0vw;
    height: 0.1vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    font-size: 1vw;
    opacity: 0;
    width: 14.5vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
    overflow-wrap: break-word;
  }
  html .services .servContainer .Cont .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont .contGallary .pics {
    pointer-events: none;
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont .contGallary .pics .item img {
    pointer-events: all;
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 0;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove {
    transition: all 1s ease-in-out;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(67, 155, 213, 0.8), rgba(82, 77, 160, 0.8));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 50;
    border-radius: 10px;
    text-align: center;
    cursor: crosshair;
    opacity: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove a {
    width: 100%;
    height: 100%;
    font-family: "upto-en";
    color: #e1e5ec;
    position: relative;
    z-index: 11;
    font-size: 2vw;
    font-weight: 900;
    top: 40%;
    text-decoration: none;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.active {
    transition: all 1s ease-in-out;
    flex: 3;
  }
  html .services .servContainer .Cont.active img {
    transition: all 1s ease-in-out;
    position: relative;
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.active .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 45vw;
    padding-right: 8vw;
    height: 50vw;
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.active .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    position: relative;
    font-size: 3vw;
    top: -12vw;
  }
  html .services .servContainer .Cont.active .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 45vw;
    height: 50vw;
    justify-content: center;
  }
  html .services .servContainer .Cont.active .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 15vw;
    height: 0.2vw;
    left: -2.5vw;
    top: 15vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    opacity: 1;
    font-size: 1vw;
    width: 14.5vw;
    left: -2.5vw;
    top: 17vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.active .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item img {
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.clicked {
    transition: all 1s ease-in-out;
    width: 100vw;
    height: 59vw;
    flex: 5;
  }
  html .services .servContainer .Cont.clicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 0;
  }
  html .services .servContainer .Cont.clicked .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 127vw;
    height: 59vw;
    background-color: rgba(35, 31, 32, 0);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.clicked .content h2 {
    font-size: 0vw;
  }
  html .services .servContainer .Cont.clicked .content .lincont {
    width: 0;
    /*
                .line{
                  width: 0vw;
                  height: 0vw;

                }
                p{

                  font-size: 0vw;
                  width: 0vw;


                }*/
  }
  html .services .servContainer .Cont.clicked .contGallary {
    transition: all 5s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw 13.5vw;
    grid-auto-rows: 13.5vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item img {
    transition: all 2s ease-in-out;
    position: relative;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1 {
    height: 13.5vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1 {
    width: 13.5vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2 {
    height: 27vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2 {
    width: 27vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3 {
    height: 40.5vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3 {
    width: 40.5vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h4 {
    height: 54vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w4 {
    width: 54vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h5 {
    height: 67.5vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w5 {
    width: 67.5vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h6 {
    height: 81vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w6 {
    width: 81vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1-5 {
    height: 20.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1-5 {
    width: 20.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2-5 {
    height: 33.75vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2-5 {
    width: 33.75vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3-5 {
    height: 47.25vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3-5 {
    width: 47.25vw;
  }
  html .services .servContainer .Cont.unclicked {
    transition: all 1s ease-in-out;
    width: 0;
    flex: 0;
  }
  html .services .servContainer .Cont.unclicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: inherit;
    width: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.unclicked .content {
    transition: all 1s ease-in-out;
    width: 0;
    padding-right: 0;
    height: inherit;
    background-color: rgba(35, 31, 32, 0.231372549);
    position: absolute;
    bottom: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.unclicked .content h2 {
    transition: all 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    font-size: 0;
  }
  html .gallery {
    top: 13vw;
  }
  html .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .gallery .filterbtn, html .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html .gallery .filterbtn[lang=ar], html .gallery .filtersec[lang=ar] {
    display: none;
  }
  html .gallery .filterbtn button, html .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html .gallery .filterbtn button:hover, html .gallery .filterbtn button.btn-clicked, html .gallery .filtersec button:hover, html .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100vw;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 7vw;
    z-index: 500;
    top: 30vw;
    left: 7vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active #close {
    color: #e1e5ec;
    font-size: 2vw;
    left: 85vw;
    top: 15vw;
  }
  html .gallery #fullscreen.active #nextnode {
    left: 83vw;
  }
  html .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 17vw;
    width: 65%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 15%;
    width: 29%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    top: 17vw;
    width: 70%;
    height: 40%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    width: 80%;
    padding-bottom: 2%;
  }
  html .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html .imagecomp {
    position: relative;
    width: 50%;
    height: 610px;
    margin: auto auto;
  }
  html .imagecomp img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  html .imagecomp #imgbefor1 {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  html .imagecomp #imgeslide1 {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background-color: transparent;
    height: 100%;
  }
  html .imagecomp #imgeslide1::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 100px;
    height: 100px;
    background: url(../../pics/svg/slider.svg);
  }
  html .clientContainer {
    width: 100%;
    text-align: center;
    pointer-events: none;
  }
  html .clientContainer * {
    pointer-events: none;
  }
  html .clientContainer h1 {
    margin-bottom: 5vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html .clientContainer .ShadR {
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    z-index: 10;
  }
  html .clientContainer .ShadL {
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    right: 15%;
    z-index: 10;
  }
  html .clientContainer .clients {
    width: 70%;
    margin: auto auto;
    margin-bottom: 5vw;
    display: block;
  }
  html .clientContainer .clients img {
    width: 5vw;
    margin: 0 1vw;
    position: relative;
  }
  html .clientContainer .clients .cl {
    display: flex;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  html .clientContainer .clients .cl img {
    height: auto;
  }
  html .clientContainer .clients .cl img {
    transition: filter 0.5s ease-in-out;
  }
  html .clientContainer .clients .cl.one img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.one img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.two img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.two img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.three img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.three img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.four img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.four img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  html .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 0% 44% 60%;
    grid-template-rows: 17% 17% 17% 17% 31%;
  }
  html .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 4.5vw;
    position: relative;
    line-height: 11vw;
    top: -3vw;
  }
  html .Contact .Cform h1 p {
    color: #439BD5;
  }
  html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF, html .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 6vw;
    text-align: right;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder, html .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder, html .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html .Contact .Cform #nameF:focus, html .Contact .Cform #numF:focus, html .Contact .Cform #emailF:focus, html .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html .Contact .Cform #nameF {
    width: 30vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #numF {
    width: 30vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #emailF {
    width: 30vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #textF {
    width: 30vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 10vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html .Contact .Cform #btnF {
    height: 4vw;
    width: 30vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 2vw;
    position: relative;
    top: 2vw;
  }
  html footer {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    z-index: 2;
    display: flex;
  }
  html footer .foot {
    margin: auto auto;
    display: flex;
  }
  html footer .foot img {
    margin: auto auto;
    z-index: 3;
    width: 10vw;
    position: relative;
    left: 3vw;
  }
  html footer .foot p {
    color: #439BD5;
    font-size: 2.4vw;
    padding-right: 0vw;
    position: relative;
    top: -0.15vw;
    margin: auto auto;
    font-weight: 900;
  }
  html[lang=ar] div[lang=en] {
    display: none;
  }
  html[lang=ar] {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  html[lang=ar] * {
    font-family: "upto-en";
  }
  html[lang=ar] nav .nav-links {
    display: none;
  }
  html[lang=ar] nav .WebColors {
    display: none;
    top: 158vw;
    left: 0;
  }
  html[lang=ar] nav .WebColors * {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    cursor: pointer;
  }
  html[lang=ar] nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html[lang=ar] nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html[lang=ar] nav .language {
    position: absolute;
    display: none;
    text-align: center;
    color: #e1e5ec;
    top: 7vw;
    left: 0;
  }
  html[lang=ar] nav .language p {
    margin-left: 20px;
    color: #e1e5ec;
    font-size: larger;
  }
  html[lang=ar] nav .language .EN-lang, html[lang=ar] nav .language .AR-lang {
    cursor: pointer;
  }
  html[lang=ar] .intro {
    width: 100%;
    height: 52vw;
    display: flex;
  }
  html[lang=ar] .intro video {
    position: relative;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html[lang=ar] .intro .introlink {
    width: 100%;
    height: 53vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html[lang=ar] .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 17vw;
    font-size: 1.5vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.5vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.8vw;
  }
  html[lang=ar] .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html[lang=ar] .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 60%;
    display: flex;
  }
  html[lang=ar] .aboutCont .about #word1 {
    font-size: 4vw;
    margin: auto auto;
    position: relative;
    top: -2vw;
    line-height: 10vw;
    text-align: right;
    left: 4%;
  }
  html[lang=ar] .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html[lang=ar] .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html[lang=ar] .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 0vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html[lang=ar] .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 2vw;
    text-align: justify;
  }
  html[lang=ar] .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 13vw;
  }
  html[lang=ar] .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 4vw;
    color: #439BD5;
  }
  html[lang=ar] .gallery .filterbtn, html[lang=ar] .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html[lang=ar] .gallery .filterbtn[lang=en], html[lang=ar] .gallery .filtersec[lang=en] {
    display: none;
  }
  html[lang=ar] .gallery .filterbtn button, html[lang=ar] .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html[lang=ar] .gallery .filterbtn button:hover, html[lang=ar] .gallery .filterbtn button.btn-clicked, html[lang=ar] .gallery .filtersec button:hover, html[lang=ar] .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html[lang=ar] .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 90%;
    padding-bottom: 2%;
  }
  html[lang=ar] .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html[lang=ar] .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html[lang=ar] .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html[lang=ar] .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html[lang=ar] .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html[lang=ar] .Contact {
    height: 60vw;
    width: 100%;
    margin-bottom: 10vw;
  }
  html[lang=ar] .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 0% 44% 60%;
    grid-template-rows: 17% 17% 17% 17% 31%;
  }
  html[lang=ar] .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 6vw;
    position: relative;
    line-height: 11vw;
    top: -4vw;
  }
  html[lang=ar] .Contact .Cform h1 p {
    color: #439BD5;
  }
  html[lang=ar] .Contact .Cform #nameF, html[lang=ar] .Contact .Cform #numF, html[lang=ar] .Contact .Cform #emailF, html[lang=ar] .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 6vw;
    text-align: right;
    color: #439BD5;
    border-radius: 20px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html[lang=ar] .Contact .Cform #nameF::-moz-placeholder, html[lang=ar] .Contact .Cform #numF::-moz-placeholder, html[lang=ar] .Contact .Cform #emailF::-moz-placeholder, html[lang=ar] .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html[lang=ar] .Contact .Cform #nameF::placeholder, html[lang=ar] .Contact .Cform #numF::placeholder, html[lang=ar] .Contact .Cform #emailF::placeholder, html[lang=ar] .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 1.5vw;
  }
  html[lang=ar] .Contact .Cform #nameF:focus, html[lang=ar] .Contact .Cform #numF:focus, html[lang=ar] .Contact .Cform #emailF:focus, html[lang=ar] .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html[lang=ar] .Contact .Cform #nameF {
    width: 30vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #numF {
    width: 30vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #emailF {
    width: 30vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #textF {
    width: 30vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 10vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html[lang=ar] .Contact .Cform #btnF {
    height: 4vw;
    width: 30vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    padding-bottom: 2vw;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 2vw;
    position: relative;
    top: 2vw;
  }
}
@media only screen and (min-width: 2000px) {
  html {
    overflow-x: hidden;
    background-color: #e1e5ec;
    scroll-behavior: smooth;
  }
  html .nav-links-mobile, html .burger {
    display: none;
  }
  html * {
    font-family: "upto-en";
  }
  html h1 {
    color: #524DA0;
  }
  html h2 {
    color: #439BD5;
  }
  html .loader-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #439BD5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .loader-wrapper .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    /******** <- Remove this line *********/
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }
  html .loader-wrapper .loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  html .logo {
    width: 10%;
    margin: auto 0;
    position: relative;
    left: 0%;
  }
  html .logo img {
    filter: drop-shadow(5px 5px 0.2rem rgba(0, 0, 0, 0.1215686275));
    transform-style: preserve-3d;
    transform: translateZ(30px);
    width: 8vw;
  }
  html nav {
    position: fixed;
    display: flex;
    padding-top: 0.5vw;
    padding-left: 1vw;
    padding-bottom: 0.5vw;
    z-index: 20;
    width: 100%;
    background-color: rgba(225, 229, 236, 0.8431372549);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  html nav .nav-links {
    position: relative;
    left: -2vw;
    font-family: "upto-en";
    display: flex;
    margin: auto;
    padding-bottom: 0.5vw;
  }
  html nav .nav-links li {
    list-style: none;
    margin-left: 7em;
    position: relative;
  }
  html nav .nav-links a {
    position: relative;
    font-size: 1.4em;
    color: #439BD5;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
  }
  html nav .WebColors {
    position: relative;
    display: flex;
    top: 1vw;
    left: -5%;
  }
  html nav .WebColors * {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
  }
  html nav .WebColors .white {
    background-color: #e1e5ec;
    border: 1px solid #231F20;
    border-radius: 10%;
  }
  html nav .WebColors .black {
    background-color: #231F20;
    border: 1px solid #e1e5ec;
    border-radius: 10%;
  }
  html nav .language {
    position: relative;
    display: flex;
    text-align: center;
    color: #231F20;
    top: 0.8vw;
    left: -6%;
  }
  html nav .language p {
    margin-left: 20px;
    color: #524DA0;
  }
  html nav .language .EN-lang, html nav .language .AR-lang {
    cursor: pointer;
  }
  html .parallax {
    width: 100%;
    position: relative;
    justify-content: center;
    height: 900px;
  }
  html .parallax .im1 {
    width: 100%;
    height: 50%;
  }
  html .parallax .im1 img {
    width: inherit;
  }
  html .parallax .im2 {
    width: 100%;
    top: 60%;
    height: 50%;
  }
  html .intro {
    width: 100%;
    height: 42vw;
    display: flex;
  }
  html .intro video {
    position: relative;
    padding-top: 0vw;
    margin: auto auto;
    width: 100%;
    z-index: 1;
  }
  html .intro .introlink {
    width: 100%;
    height: 53vw;
    position: absolute;
    z-index: 2;
    display: flex;
  }
  html .intro .introlink a {
    background-color: rgba(255, 255, 255, 0.6431372549);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: relative;
    margin: auto auto;
    top: 5vw;
    font-size: 1vw;
    text-decoration: none;
    color: #439BD5;
    padding-bottom: 0.4vw;
    padding-left: 0.6vw;
    padding-right: 0.6vw;
    border-radius: 0.5vw;
  }
  html .aboutCont {
    width: 100%;
    padding-bottom: 15vw;
    position: relative;
    justify-content: center;
    z-index: 6;
    background: #e1e5ec;
  }
  html .aboutCont .about {
    position: relative;
    padding: 0;
    top: 6vw;
    margin: 0 auto;
    width: 50%;
    display: flex;
  }
  html .aboutCont .about #word1 {
    font-size: 2vw;
    margin: auto auto;
    position: relative;
    top: -0.8vw;
    line-height: 4.5vw;
    text-align: left;
    left: 0%;
  }
  html .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: 3vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 1.3vw;
    text-align: justify;
  }
  html .crew {
    position: relative;
    width: 100%;
    height: 60vw;
    justify-content: center;
  }
  html .crew h1 {
    text-align: center;
    padding-bottom: 8vw;
    font-size: 3vw;
    color: #439BD5;
  }
  html .crew .crew-cont {
    margin: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 20vw 20vw 20vw 20vw;
    grid-auto-rows: 25vw;
    justify-content: space-evenly;
    width: 80%;
    height: 50vw;
  }
  html .crew .crew-cont .crewP {
    border-radius: 20px;
    display: grid;
    grid-template-rows: 59.9% 40%;
    grid-template-columns: 100%;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  html .crew .crew-cont .crewP .crewimg {
    border: 1px solid #3f3b7e;
    grid-row-start: 1;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
  }
  html .crew .crew-cont .crewP .crewimg:hover img:nth-child(2) {
    opacity: 1;
  }
  html .crew .crew-cont .crewP .crewimg img {
    transition: all 0.5s ease-in-out;
    width: 16vw;
    opacity: 1;
    position: relative;
    top: -61%;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewimg img:nth-child(2) {
    position: absolute;
    left: 0vw;
    opacity: 0;
  }
  html .crew .crew-cont .crewP .crewdis {
    padding-top: 1vw;
    position: relative;
    grid-row: 2;
    z-index: 1;
  }
  html .crew .crew-cont .crewP .crewdis h2, html .crew .crew-cont .crewP .crewdis p {
    position: relative;
    text-align: center;
    padding-top: 0vw;
    font-size: 1vw;
  }
  html .crew .crew-cont .crewP .crewdis p {
    color: #524DA0;
    font-weight: 600;
  }
  html .partical {
    background: #e1e5ec;
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  html .partical img {
    position: relative;
    width: 5%;
    opacity: 0.4;
  }
  html .services {
    background: #e1e5ec;
    padding-bottom: 2vw;
  }
  html .services h1 {
    text-align: center;
    padding-bottom: 4vw;
    font-size: 3vw;
    color: #439BD5;
  }
  html .services .servContainer {
    display: flex;
    margin: auto 5vw;
    scale: 90%;
  }
  html .services .servContainer .Cont {
    position: relative;
    overflow: hidden;
    padding-bottom: 5vw;
    width: 15.5vw;
    height: 40vw;
    margin: 5px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
    flex: 1;
    cursor: pointer;
  }
  html .services .servContainer .Cont img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 40vw;
    width: 20.5vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 20.5vw;
    padding-right: 3vw;
    height: 40vw;
    background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    position: relative;
    color: #e1e5ec;
    margin: auto auto;
    text-align: center;
    font-size: 1.5vw;
    top: 0vw;
  }
  html .services .servContainer .Cont .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 20.5vw;
    padding-right: 3vw;
    height: 40vw;
    justify-content: center;
  }
  html .services .servContainer .Cont .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 0vw;
    height: 0.1vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    font-size: 1vw;
    opacity: 0;
    width: 14.5vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
    overflow-wrap: break-word;
  }
  html .services .servContainer .Cont .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont .contGallary .pics {
    pointer-events: none;
    justify-content: center;
    display: grid;
    grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw;
    grid-auto-rows: 14vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont .contGallary .pics .item img {
    pointer-events: all;
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 0;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove {
    transition: all 1s ease-in-out;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(67, 155, 213, 0.8), rgba(82, 77, 160, 0.8));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 50;
    border-radius: 7px;
    text-align: center;
    cursor: crosshair;
    opacity: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item .imghove a {
    width: 100%;
    height: 100%;
    font-family: "upto-en";
    color: #e1e5ec;
    position: relative;
    z-index: 11;
    font-size: 2vw;
    font-weight: 900;
    top: 40%;
    text-decoration: none;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1 {
    height: 14vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1 {
    width: 14vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2 {
    height: 28vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2 {
    width: 28vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3 {
    height: 42vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3 {
    width: 42vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h4 {
    height: 56vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w4 {
    width: 56vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h5 {
    height: 70vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w5 {
    width: 70vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h6 {
    height: 84vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w6 {
    width: 84vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h1-5 {
    height: 21vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w1-5 {
    width: 21vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h2-5 {
    height: 35vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w2-5 {
    width: 35vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.h3-5 {
    height: 49vw;
  }
  html .services .servContainer .Cont .contGallary .pics .item.w3-5 {
    width: 49vw;
  }
  html .services .servContainer .Cont.active {
    transition: all 1s ease-in-out;
    flex: 3;
  }
  html .services .servContainer .Cont.active img {
    transition: all 1s ease-in-out;
    position: relative;
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.active .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 45vw;
    padding-right: 8vw;
    height: 40vw;
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.active .content h2 {
    transition: font-size 1s ease-in-out, margin 1s ease-in-out, top 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    position: relative;
    font-size: 3vw;
    top: -12vw;
  }
  html .services .servContainer .Cont.active .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 45vw;
    height: 40vw;
    justify-content: center;
  }
  html .services .servContainer .Cont.active .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 15vw;
    height: 0.2vw;
    left: -2.5vw;
    top: 15vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    opacity: 1;
    font-size: 1vw;
    width: 14.5vw;
    left: -2.5vw;
    top: 17vw;
    margin: auto auto;
  }
  html .services .servContainer .Cont.active .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.active .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 11vw 11vw 11vw 11vw 11vw 11vw;
    grid-auto-rows: 11vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item img {
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1 {
    height: 11vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1 {
    width: 11vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2 {
    height: 22vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2 {
    width: 22vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3 {
    height: 33vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3 {
    width: 33vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h4 {
    height: 44vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w4 {
    width: 44vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h5 {
    height: 55vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w5 {
    width: 55vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h6 {
    height: 66vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w6 {
    width: 66vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h1-5 {
    height: 16.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w1-5 {
    width: 16.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h2-5 {
    height: 27.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w2-5 {
    width: 27.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.h3-5 {
    height: 38.5vw;
  }
  html .services .servContainer .Cont.active .contGallary .pics .item.w3-5 {
    width: 38.5vw;
  }
  html .services .servContainer .Cont.clicked {
    transition: all 1s ease-in-out;
    width: 70vw;
    height: 58vw;
    flex: 5;
  }
  html .services .servContainer .Cont.clicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 0;
  }
  html .services .servContainer .Cont.clicked .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 97vw;
    padding-right: 3vw;
    height: 58vw;
    background-color: rgba(35, 31, 32, 0);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.clicked .content h2 {
    font-size: 0vw;
  }
  html .services .servContainer .Cont.clicked .content .lincont {
    width: 0;
    /*
                .line{
                  width: 0vw;
                  height: 0vw;

                }
                p{

                  font-size: 0vw;
                  width: 0vw;


                }*/
  }
  html .services .servContainer .Cont.clicked .contGallary {
    transition: all 5s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw;
    grid-auto-rows: 14vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item {
    position: relative;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item img {
    transition: all 2s ease-in-out;
    position: relative;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1 {
    height: 14vw;
    -ms-grid-row-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1 {
    width: 14vw;
    -ms-grid-column-span: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2 {
    height: 28vw;
    -ms-grid-row-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2 {
    width: 28vw;
    -ms-grid-column-span: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3 {
    height: 42vw;
    -ms-grid-row-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3 {
    width: 42vw;
    -ms-grid-column-span: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h4 {
    height: 56vw;
    -ms-grid-row-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w4 {
    width: 56vw;
    -ms-grid-column-span: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h5 {
    height: 70vw;
    -ms-grid-row-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w5 {
    width: 70vw;
    -ms-grid-column-span: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h6 {
    height: 84vw;
    -ms-grid-row-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w6 {
    width: 84vw;
    -ms-grid-column-span: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h1-5 {
    height: 21vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w1-5 {
    width: 21vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h2-5 {
    height: 35vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w2-5 {
    width: 35vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.h3-5 {
    height: 49vw;
  }
  html .services .servContainer .Cont.clicked .contGallary .pics .item.w3-5 {
    width: 49vw;
  }
  html .services .servContainer .Cont.unclicked {
    transition: all 1s ease-in-out;
    width: 0;
    flex: 0;
  }
  html .services .servContainer .Cont.unclicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: inherit;
    width: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html .services .servContainer .Cont.unclicked .content {
    transition: all 1s ease-in-out;
    width: 0;
    padding-right: 0;
    height: inherit;
    background-color: rgba(35, 31, 32, 0.231372549);
    position: absolute;
    bottom: 0px;
    display: grid;
  }
  html .services .servContainer .Cont.unclicked .content h2 {
    transition: all 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    font-size: 0;
  }
  html .gallery {
    padding: 1vw;
    height: 1200px;
    position: relative;
    top: 5vw;
  }
  html .gallery h1 {
    text-align: center;
    padding: 3vw;
    font-size: 3vw;
    color: #439BD5;
  }
  html .gallery .filterbtn, html .gallery .filtersec {
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  html .gallery .filterbtn button, html .gallery .filtersec button {
    background-color: #524DA0;
    margin: 1vw;
    padding: 20px;
    padding-top: 13.3333333333px;
    color: #e1e5ec;
    font-size: 1vw;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.5s;
  }
  html .gallery .filterbtn button:hover, html .gallery .filterbtn button.btn-clicked, html .gallery .filtersec button:hover, html .gallery .filtersec button.btn-clicked {
    background-color: #d9dde3;
    color: #439BD5;
  }
  html .gallery #fullscreen {
    position: fixed;
    height: 0vw;
    opacity: 0;
    width: 100%;
    top: 0vw;
    left: 0;
    z-index: 20;
    transition: all 1s ease-in-out;
  }
  html .gallery #fullscreen #nextnode, html .gallery #fullscreen #prevnode, html .gallery #fullscreen #close {
    display: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen #fullvid {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active {
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100vw;
    top: 0vw;
    left: 0;
    z-index: 20;
    background-color: rgba(212, 212, 212, 0.8);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    transition: all 1s ease-in-out;
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  html .gallery #fullscreen.active #nextnode, html .gallery #fullscreen.active #prevnode, html .gallery #fullscreen.active #close {
    display: block;
    position: absolute;
    font-size: 4vw;
    z-index: 500;
    top: 13vw;
    left: 15vw;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active #close {
    color: #e1e5ec;
    font-size: 1.5vw;
    left: 77vw;
    top: 2vw;
  }
  html .gallery #fullscreen.active #nextnode {
    left: 77vw;
  }
  html .gallery #fullscreen.active #fullimg {
    position: relative;
    top: 5vw;
    width: 45%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vert #fullimg {
    position: relative;
    top: 5vw;
    width: 21%;
    margin: auto auto;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullimg {
    width: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  html .gallery #fullscreen.active.vid #fullvid {
    position: relative;
    top: 5.5vw;
    width: 53.6%;
    height: 30%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  html .gallery .galImg {
    display: grid;
    grid-template-columns: 30vw 30vw 30vw;
    grid-auto-rows: 20vw;
    position: relative;
    left: 3.5%;
    width: 100%;
    padding-bottom: 2%;
  }
  html .gallery .galImg img {
    width: 30vw;
    height: 20vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    border-radius: 5px;
    padding: 0.1vw;
    cursor: pointer;
  }
  html .gallery .galImg img[vertical="1"] {
    height: 40vw;
    width: 30vw;
    grid-row: span 2;
  }
  html .gallery .galImg img[showreel="1"] {
    grid-column: span 3;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  html .gallery .galImg .img-expand {
    width: 30vw;
    height: 20vw;
    opacity: 1;
  }
  html .gallery .galImg .img-shrink {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  html .imagecomp {
    position: relative;
    width: 50%;
    height: 610px;
    margin: auto auto;
  }
  html .imagecomp img {
    width: 100%;
    height: auto;
    position: absolute;
  }
  html .imagecomp #imgbefor1 {
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  html .imagecomp #imgeslide1 {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    background-color: transparent;
    height: 100%;
  }
  html .imagecomp #imgeslide1::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 100px;
    height: 100px;
    background: url(../../pics/svg/slider.svg);
  }
  html .clientContainer {
    width: 100%;
    text-align: center;
    pointer-events: none;
    scale: 90%;
  }
  html .clientContainer * {
    pointer-events: none;
  }
  html .clientContainer h1 {
    margin-bottom: 5vw;
    font-size: 3vw;
    color: #439BD5;
  }
  html .clientContainer .ShadR {
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    z-index: 10;
  }
  html .clientContainer .ShadL {
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #e1e5ec);
    width: 10vw;
    height: 32vw;
    right: 15%;
    z-index: 10;
  }
  html .clientContainer .clients {
    width: 70%;
    margin: auto auto;
    margin-bottom: 5vw;
    display: block;
  }
  html .clientContainer .clients img {
    width: 5vw;
    margin: 0 1vw;
    position: relative;
  }
  html .clientContainer .clients .cl {
    display: flex;
    margin-bottom: 4vw;
    overflow: hidden;
  }
  html .clientContainer .clients .cl img {
    height: auto;
  }
  html .clientContainer .clients .cl img {
    transition: filter 0.5s ease-in-out;
  }
  html .clientContainer .clients .cl.one img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.one img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.two img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.two img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.three img {
    animation: clientsImages 20s linear infinite;
  }
  html .clientContainer .clients .cl.three img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .clientContainer .clients .cl.four img {
    animation: clientsImages1 20s linear infinite;
  }
  html .clientContainer .clients .cl.four img:hover {
    transition: filter 0.3s ease-in-out;
  }
  html .Contact {
    height: 50vw;
    width: 100%;
    overflow-y: hidden;
  }
  html .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 15%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 15% 40% 40%;
    grid-template-rows: 12% 12% 12% 12% 31%;
  }
  html .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: left;
    font-size: 3.5vw;
    position: relative;
    line-height: 6.8vw;
    top: -1vw;
  }
  html .Contact .Cform h1 p {
    color: #439BD5;
  }
  html .Contact .Cform #nameF, html .Contact .Cform #numF, html .Contact .Cform #emailF, html .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 3vw;
    background-color: #d9dde3;
    color: #439BD5;
    border-radius: 30px;
    padding-left: 20px;
    transition: background-color 1s ease-in-out;
  }
  html .Contact .Cform #nameF::-moz-placeholder, html .Contact .Cform #numF::-moz-placeholder, html .Contact .Cform #emailF::-moz-placeholder, html .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 0.8vw;
  }
  html .Contact .Cform #nameF::placeholder, html .Contact .Cform #numF::placeholder, html .Contact .Cform #emailF::placeholder, html .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 0.8vw;
  }
  html .Contact .Cform #nameF:focus, html .Contact .Cform #numF:focus, html .Contact .Cform #emailF:focus, html .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html .Contact .Cform #nameF {
    width: 20vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #numF {
    width: 20vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #emailF {
    width: 20vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html .Contact .Cform #textF {
    width: 20vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 8vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html .Contact .Cform #btnF {
    width: 20vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    height: 2.5vw;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 1vw;
    position: relative;
    top: 2vw;
  }
  html .services .servContainer .production.Cont.active .content h2 {
    top: -9vw;
  }
  html #about, html #services, html #clients {
    position: relative;
    width: 500px;
    height: 200px;
    border: #121212;
    background-color: rgba(35, 31, 32, 0);
    z-index: 100;
    top: 1vw;
  }
  html #services {
    top: 5vw;
  }
  html #clients {
    top: 5vw;
  }
  html footer {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    z-index: 2;
    display: flex;
  }
  html footer .foot {
    margin: auto auto;
    display: flex;
  }
  html footer .foot img {
    margin: auto auto;
    z-index: 3;
    width: 5vw;
    position: relative;
    left: 3vw;
  }
  html footer .foot p {
    color: #439BD5;
    font-size: 1.2vw;
    padding-right: 0vw;
    position: relative;
    top: -0.15vw;
    margin: auto auto;
    font-weight: 900;
  }
  /*********************** ARABIC ***********************/
  html[lang=ar] [lang=en] {
    display: none;
  }
  html[lang=ar] * {
    font-family: "upto";
  }
  html[lang=ar] .aboutCont {
    width: 100%;
    padding-bottom: 19vw;
    position: relative;
    justify-content: center;
    z-index: 6;
  }
  html[lang=ar] .aboutCont .about {
    position: relative;
    padding: 0;
    top: 5vw;
    margin: 0 auto;
    width: 50%;
    display: flex;
  }
  html[lang=ar] .aboutCont .about #word1 {
    font-size: 2vw;
    margin: auto auto;
    position: relative;
    top: -0.8vw;
    line-height: 4.5vw;
    text-align: right;
    left: 0%;
  }
  html[lang=ar] .aboutCont .about #word1 h1 {
    color: #439BD5;
  }
  html[lang=ar] .aboutCont .about #word1 p {
    color: #524DA0;
  }
  html[lang=ar] .aboutCont .about #word2 {
    border-radius: 20px;
    position: relative;
    left: -3vw;
    padding: 1vw 2vw 1.5vw 2vw;
    grid-column-start: 2;
    width: 100%;
  }
  html[lang=ar] .aboutCont .about #word2 h2 {
    font-weight: 100;
    font-size: 1.3vw;
    direction: rtl;
    text-align: justify;
  }
  html[lang=ar] .Contact {
    height: 50vw;
    width: 100%;
  }
  html[lang=ar] .Contact .Cform {
    width: 70%;
    height: 70%;
    margin: auto auto;
    position: relative;
    top: 25%;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 10% 34% 50%;
    grid-template-rows: 12% 12% 12% 12% 31%;
  }
  html[lang=ar] .Contact .Cform h1 {
    color: #524DA0;
    grid-column: 2;
    grid-row: span 5;
    text-align: right;
    font-size: 3.5vw;
    position: relative;
    line-height: 6.8vw;
    top: -1vw;
  }
  html[lang=ar] .Contact .Cform h1 p {
    color: #439BD5;
  }
  html[lang=ar] .Contact .Cform #nameF, html[lang=ar] .Contact .Cform #numF, html[lang=ar] .Contact .Cform #emailF, html[lang=ar] .Contact .Cform #textF {
    font-weight: 100;
    border: none;
    height: 3vw;
    text-align: right;
    color: #439BD5;
    border-radius: 30px;
    padding-right: 20px;
    transition: background-color 1s ease-in-out;
  }
  html[lang=ar] .Contact .Cform #nameF::-moz-placeholder, html[lang=ar] .Contact .Cform #numF::-moz-placeholder, html[lang=ar] .Contact .Cform #emailF::-moz-placeholder, html[lang=ar] .Contact .Cform #textF::-moz-placeholder {
    color: #439BD5;
    font-size: 0.8vw;
  }
  html[lang=ar] .Contact .Cform #nameF::placeholder, html[lang=ar] .Contact .Cform #numF::placeholder, html[lang=ar] .Contact .Cform #emailF::placeholder, html[lang=ar] .Contact .Cform #textF::placeholder {
    color: #439BD5;
    font-size: 0.8vw;
  }
  html[lang=ar] .Contact .Cform #nameF:focus, html[lang=ar] .Contact .Cform #numF:focus, html[lang=ar] .Contact .Cform #emailF:focus, html[lang=ar] .Contact .Cform #textF:focus {
    outline: none;
    background-color: #231F20;
  }
  html[lang=ar] .Contact .Cform #nameF {
    width: 20vw;
    grid-row: 1;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #numF {
    width: 20vw;
    grid-row: 2;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #emailF {
    width: 20vw;
    grid-row: 3;
    grid-column: 3;
    margin: auto auto;
  }
  html[lang=ar] .Contact .Cform #textF {
    width: 20vw;
    grid-row: 4;
    grid-column: 3;
    margin: auto auto;
    height: 8vw;
    padding-top: 10px;
    resize: none;
    position: relative;
    top: 1vw;
  }
  html[lang=ar] .Contact .Cform #btnF {
    width: 20vw;
    grid-row: 5;
    grid-column: 3;
    margin: auto auto;
    font-weight: 100;
    border-radius: 30px;
    border: #231F20;
    height: 2.5vw;
    background-color: #3f3b7e;
    color: #e1e5ec;
    font-size: 1vw;
    position: relative;
    top: 2vw;
  }
  html[lang=en] [lang=ar] {
    display: none;
  }
}
@supports (-webkit-hyphens: none) {
  html body .services {
    background: #e1e5ec;
    padding-bottom: 2vw;
  }
  html body .services h1 {
    text-align: center;
    padding-bottom: 4vw;
    font-size: 3vw;
    color: #439BD5;
  }
  html body .services .servContainer {
    display: flex;
    margin: auto 5vw;
  }
  html body .services .servContainer a {
    pointer-events: none;
    z-index: -10;
  }
  html body .services .servContainer .Cont {
    position: relative;
    overflow: hidden;
    padding-bottom: 5vw;
    width: 15.5vw;
    height: 40vw;
    margin: 5px;
    border-radius: 20px;
    transition: all 1s ease-in-out;
    flex: 1;
    cursor: pointer;
  }
  html body .services .servContainer .Cont img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 40vw;
    width: 20.5vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html body .services .servContainer .Cont .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 20.5vw;
    padding-right: 3vw;
    height: 40vw;
    background: linear-gradient(rgba(62, 154, 211, 0.7529411765), rgba(81, 77, 158, 0.7529411765), rgba(34, 40, 117, 0.7529411765));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html body .services .servContainer .Cont .content h2 {
    transition: all 1s ease-in-out;
    position: relative;
    color: #e1e5ec;
    margin: 0;
    text-align: center;
    font-size: 1.5vw;
    top: 17vw;
  }
  html body .services .servContainer .Cont .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 20.5vw;
    padding-right: 3vw;
    height: 40vw;
    justify-content: center;
  }
  html body .services .servContainer .Cont .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 0vw;
    height: 0.1vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
  }
  html body .services .servContainer .Cont .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    font-size: 1vw;
    opacity: 0;
    width: 14.5vw;
    left: 0vw;
    top: 23vw;
    margin: auto auto;
    overflow-wrap: break-word;
  }
  html body .services .servContainer .Cont .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html body .services .servContainer .Cont .contGallary .pics {
    pointer-events: none;
    justify-content: center;
    display: grid;
    grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw;
    grid-auto-rows: 14vw;
  }
  html body .services .servContainer .Cont .contGallary .pics .item {
    position: relative;
  }
  html body .services .servContainer .Cont .contGallary .pics .item img {
    pointer-events: all;
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 0;
  }
  html body .services .servContainer .Cont .contGallary .pics .item .imghove {
    transition: all 1s ease-in-out;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(67, 155, 213, 0.8), rgba(82, 77, 160, 0.8));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    z-index: 50;
    border-radius: 7px;
    text-align: center;
    cursor: crosshair;
    opacity: 1;
  }
  html body .services .servContainer .Cont .contGallary .pics .item .imghove a {
    width: 100%;
    height: 100%;
    font-family: "upto-en";
    color: #e1e5ec;
    position: relative;
    z-index: 11;
    font-size: 2vw;
    font-weight: 900;
    top: 40%;
    text-decoration: none;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h1 {
    height: 14vw;
    -ms-grid-row-span: 1;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w1 {
    width: 14vw;
    -ms-grid-column-span: 1;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h2 {
    height: 28vw;
    -ms-grid-row-span: 2;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w2 {
    width: 28vw;
    -ms-grid-column-span: 2;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h3 {
    height: 42vw;
    -ms-grid-row-span: 3;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w3 {
    width: 42vw;
    -ms-grid-column-span: 3;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h4 {
    height: 56vw;
    -ms-grid-row-span: 4;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w4 {
    width: 56vw;
    -ms-grid-column-span: 4;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h5 {
    height: 70vw;
    -ms-grid-row-span: 5;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w5 {
    width: 70vw;
    -ms-grid-column-span: 5;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h6 {
    height: 84vw;
    -ms-grid-row-span: 6;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w6 {
    width: 84vw;
    -ms-grid-column-span: 6;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h1-5 {
    height: 21vw;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w1-5 {
    width: 21vw;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h2-5 {
    height: 35vw;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w2-5 {
    width: 35vw;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.h3-5 {
    height: 49vw;
  }
  html body .services .servContainer .Cont .contGallary .pics .item.w3-5 {
    width: 49vw;
  }
  html body .services .servContainer .Cont.active {
    transition: all 1s ease-in-out;
    flex: 3;
  }
  html body .services .servContainer .Cont.active img {
    transition: all 1s ease-in-out;
    position: relative;
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html body .services .servContainer .Cont.active .content {
    transition: all 1s ease-in-out;
    width: 45vw;
    padding-right: 8vw;
    height: 40vw;
    position: absolute;
    top: 0px;
    display: grid;
  }
  html body .services .servContainer .Cont.active .content h2 {
    transition: all 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: 0;
    position: relative;
    font-size: 1.5vw;
    top: 10vw;
  }
  html body .services .servContainer .Cont.active .content .lincont {
    transition: all 1s ease-in-out;
    position: absolute;
    width: 45vw;
    height: 40vw;
    justify-content: center;
  }
  html body .services .servContainer .Cont.active .content .lincont .line {
    transition: all 1s ease-in-out;
    position: relative;
    background-color: #e1e5ec;
    width: 15vw;
    height: 0.2vw;
    left: -2.5vw;
    top: 15vw;
    margin: auto auto;
  }
  html body .services .servContainer .Cont.active .content .lincont p {
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    color: #e1e5ec;
    opacity: 1;
    font-size: 1vw;
    width: 14.5vw;
    left: -2.5vw;
    top: 17vw;
    margin: auto auto;
  }
  html body .services .servContainer .Cont.active .contGallary {
    transition: all 1s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html body .services .servContainer .Cont.active .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 11vw 11vw 11vw 11vw 11vw 11vw;
    grid-auto-rows: 11vw;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item {
    position: relative;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item img {
    position: absolute;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h1 {
    height: 11vw;
    -ms-grid-row-span: 1;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w1 {
    width: 11vw;
    -ms-grid-column-span: 1;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h2 {
    height: 22vw;
    -ms-grid-row-span: 2;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w2 {
    width: 22vw;
    -ms-grid-column-span: 2;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h3 {
    height: 33vw;
    -ms-grid-row-span: 3;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w3 {
    width: 33vw;
    -ms-grid-column-span: 3;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h4 {
    height: 44vw;
    -ms-grid-row-span: 4;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w4 {
    width: 44vw;
    -ms-grid-column-span: 4;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h5 {
    height: 55vw;
    -ms-grid-row-span: 5;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w5 {
    width: 55vw;
    -ms-grid-column-span: 5;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h6 {
    height: 66vw;
    -ms-grid-row-span: 6;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w6 {
    width: 66vw;
    -ms-grid-column-span: 6;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h1-5 {
    height: 16.5vw;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w1-5 {
    width: 16.5vw;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h2-5 {
    height: 27.5vw;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w2-5 {
    width: 27.5vw;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.h3-5 {
    height: 38.5vw;
  }
  html body .services .servContainer .Cont.active .contGallary .pics .item.w3-5 {
    width: 38.5vw;
  }
  html body .services .servContainer .Cont.clicked {
    transition: all 1s ease-in-out;
    width: 70vw;
    height: 58vw;
    flex: 5;
  }
  html body .services .servContainer .Cont.clicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: 0;
  }
  html body .services .servContainer .Cont.clicked .content {
    transition: width 1s ease-in-out, background-color 1s ease-in-out, height 1s ease-in-out, grid-template-rows 1s ease-in-out, top 1s ease-in-out, padding-right 1s ease-in-out;
    width: 97vw;
    padding-right: 3vw;
    height: 58vw;
    background-color: rgba(35, 31, 32, 0);
    position: absolute;
    top: 0px;
    display: grid;
  }
  html body .services .servContainer .Cont.clicked .content h2 {
    font-size: 0vw;
  }
  html body .services .servContainer .Cont.clicked .content .lincont {
    width: 0;
    /*
              .line{
                width: 0vw;
                height: 0vw;

              }
              p{

                font-size: 0vw;
                width: 0vw;


              }*/
  }
  html body .services .servContainer .Cont.clicked .contGallary {
    transition: all 5s ease-in-out;
    position: relative;
    opacity: 1;
    top: 0px;
    width: 100%;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics {
    justify-content: center;
    display: grid;
    grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw;
    grid-auto-rows: 14vw;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item {
    position: relative;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item img {
    transition: all 2s ease-in-out;
    position: relative;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 4px;
    border-radius: 7px;
    opacity: 1;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.z1 {
    z-index: 1;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.z2 {
    z-index: 2;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.z3 {
    z-index: 3;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.z4 {
    z-index: 4;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.z5 {
    z-index: 5;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.z6 {
    z-index: 6;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h1 {
    height: 14vw;
    -ms-grid-row-span: 1;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.r1 {
    grid-row-start: 1;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w1 {
    width: 14vw;
    -ms-grid-column-span: 1;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.c1 {
    grid-column-start: 1;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h2 {
    height: 28vw;
    -ms-grid-row-span: 2;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.r2 {
    grid-row-start: 2;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w2 {
    width: 28vw;
    -ms-grid-column-span: 2;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.c2 {
    grid-column-start: 2;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h3 {
    height: 42vw;
    -ms-grid-row-span: 3;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.r3 {
    grid-row-start: 3;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w3 {
    width: 42vw;
    -ms-grid-column-span: 3;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.c3 {
    grid-column: 3;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h4 {
    height: 56vw;
    -ms-grid-row-span: 4;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.r4 {
    grid-row-start: 4;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w4 {
    width: 56vw;
    -ms-grid-column-span: 4;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.c4 {
    grid-column-start: 4;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h5 {
    height: 70vw;
    -ms-grid-row-span: 5;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.r5 {
    grid-row-start: 5;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w5 {
    width: 70vw;
    -ms-grid-column-span: 5;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.c5 {
    grid-column-start: 5;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h6 {
    height: 84vw;
    -ms-grid-row-span: 6;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.r6 {
    grid-row-start: 6;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w6 {
    width: 84vw;
    -ms-grid-column-span: 6;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.c6 {
    grid-column-start: 6;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h1-5 {
    height: 21vw;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w1-5 {
    width: 21vw;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h2-5 {
    height: 35vw;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w2-5 {
    width: 35vw;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.h3-5 {
    height: 49vw;
  }
  html body .services .servContainer .Cont.clicked .contGallary .pics .item.w3-5 {
    width: 49vw;
  }
  html body .services .servContainer .Cont.unclicked {
    transition: all 1s ease-in-out;
    width: 0;
    flex: 0;
  }
  html body .services .servContainer .Cont.unclicked img {
    transition: all 1s ease-in-out;
    position: relative;
    height: inherit;
    width: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  html body .services .servContainer .Cont.unclicked .content {
    transition: all 1s ease-in-out;
    width: 0;
    padding-right: 0;
    height: inherit;
    background-color: rgba(35, 31, 32, 0.231372549);
    position: absolute;
    bottom: 0px;
    display: grid;
  }
  html body .services .servContainer .Cont.unclicked .content h2 {
    transition: all 1s ease-in-out;
    color: rgb(255, 255, 255);
    margin: auto auto;
    font-size: 0;
  }
  html body .services .servContainer .production.Cont.active .content h2 {
    top: 10vw;
  }
}/*# sourceMappingURL=style.css.map */