@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root {
  --Royal-Blue: #3C41E5;
  --Tango: #F27221;
  --Black-Pearl: #080A2B;
  --Code-Gray: #1D1D1D;
  --Gradient: linear-gradient(0deg, rgba(241,95,3,1) 0%, rgba(255,134,58,1) 100%);
  --Shadow: 0px 5px 20px #f271214f;
  --Shadow-hover: 0px 2px 20px #f27121d5;
  --Karla: 'Karla', sans-serif;
  --Poppins: 'Poppins', sans-serif;
  --Roboto-Mono: 'Roboto Mono', monospace;
  --transition-all-delay: all 0.5s ease 0.12s;
  --transition-color-delay: color 0.5s ease 0.12s;
  --Mine-Shaft: #212121;
  --Tajawal: 'Tajawal', sans-serif;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: var(--Karla);
  margin: 0;
  padding: 0;
}

html:lang(ar) body {
  font-family: 'Tajawal', sans-serif !important;
}

/* .section.index {
  background-color: var(--Royal-Blue);
  z-index: 200 !important;
  position: absolute !important;
} */

/* ? Curves */
.curve svg {
  position: absolute;
  top: 0;
  left: 0;
  /* top: 0;
  left: 0; */
  opacity: 0.75;
  height: 100%;
  animation: move 10.5s infinite;
}

html:lang(ar) .curve svg {
  left: unset;
  right: 0;
  transform: scaleX(-1);
  animation: move2 10.5s infinite;
}

@keyframes move {
  10% {
    transform: translate(-35rem, -2vh);
  }
  50% {
    transform:  translate(-15rem, 3vh);
  }
  75% {
    transform: translate(0rem, 0vh);
  }
}

@keyframes move2 {
  10% {
    transform: translate(35rem, -2vh) scaleX(-1);
  }
  50% {
    transform:  translate(15rem, 3vh) scaleX(-1);
  }
  75% {
    transform: translate(0rem, 0vh) scaleX(-1);
  }
}

/* ? light Curve */
.st0 {
  clip-path: url(#SVGID_2_);
  fill: #fff;
}
.st1 {
  opacity: 0.4;
  clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  /* transition: var(--transition-all-delay); */

}
.st2 {
  opacity: 0.3;
  clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  enable-background: new;
  /* transition: var(--transition-all-delay); */

}
.st3 {
  opacity: 0.2;
  clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  enable-background: new;
  /* transition: var(--transition-all-delay); */

}
.st4 {
  opacity: 0.1;
  clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  enable-background: new;
  /* transition: var(--transition-all-delay); */

}

.fp-viewing-about-us .st1 ,
.fp-viewing-expertise .st1 ,
.fp-viewing-sectors .st1 ,
.fp-viewing-clients .st1 ,
.fp-viewing-projects .st1 ,
.fp-viewing-contact .st1{
  stroke: var(--Black-Pearl);
  opacity: 0.35;
} 

.fp-viewing-about-us .st2 ,
.fp-viewing-expertise .st2 ,
.fp-viewing-sectors .st2 ,
.fp-viewing-clients .st2 ,
.fp-viewing-projects .st2 ,
.fp-viewing-contact .st2{
  stroke: var(--Black-Pearl);
  opacity: 0.25;
} 

.fp-viewing-about-us .st3 ,
.fp-viewing-expertise .st3 ,
.fp-viewing-sectors .st3 ,
.fp-viewing-clients .st3 ,
.fp-viewing-projects .st3 ,
.fp-viewing-contact .st3{
  stroke: var(--Black-Pearl);
  opacity: 0.15;
} 

.fp-viewing-about-us .st4 ,
.fp-viewing-expertise .st4 ,
.fp-viewing-sectors .st4 ,
.fp-viewing-clients .st4 ,
.fp-viewing-projects .st4 ,
.fp-viewing-contact .st4{
  stroke: var(--Black-Pearl);
  opacity: 0.1;
}


/* ? Side bar */
.side-bar {
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  width: 100px;
  height: 100vh;
  display: grid;
  grid-template-rows: 3fr 2fr 1fr;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  font-size: 0.8rem;
  font-family: var(--Roboto-Mono);
}

html:lang(ar) .side-bar {
  left: unset;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: unset;

}


.side-bar ul {
  list-style: none;
  transform: rotate(90deg);
  display: flex;
  padding: 0;
  margin: 0;
  color: #fff;
  transition: var(--transition-all-delay);
}

.side-bar ul li a {
  color: #fff;
  text-decoration: none;
  transition: var(--transition-all-delay);

}

.side-bar ul li:nth-child(2) {
  margin: 0 1rem;
  opacity: 0.7;
  cursor: default;
}

.side-bar .lang-selector ul li.active {
  opacity: 0.7;
  cursor: default;
}

.side-bar .page-no {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  /* background: #000; */
  height: 60%;
  margin: auto;
  font-family: 'Roboto Mono', monospace;
}

.side-bar .page-no ul li.total {
  opacity: 0.7;
}

.side-bar .page-no ul li {
  cursor: default;
}

/* end page-no */

.side-bar .pager {
  width: 100px;
  height: 130px;
  padding-bottom: 1rem;
}

.side-bar .pager div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50%;
  overflow: hidden;
}

.side-bar .pager div a {
  align-items: center;
  justify-content: center;
}

.fp-viewing-home .side-bar .pager .up a svg {
  opacity: 0.4;
}

.fp-viewing-home .side-bar .pager .up a {
  cursor: default;
}

.side-bar .pager a {
  text-decoration: none;
  color: #fff;
  transition: var(--transition-all-delay);
}

.side-bar .pager a svg {
  font-size: 0.9rem;
  transition: var(--transition-all-delay);
}

.fp-viewing-about-us .side-bar .pager .up a,
.fp-viewing-expertise .side-bar .pager .up a,
.fp-viewing-sectors .side-bar .pager .up a,
.fp-viewing-clients .side-bar .pager .up a,
.fp-viewing-projects .side-bar .pager .up a,
.fp-viewing-contact .side-bar .pager .up a {
  cursor: pointer;
}

.fp-viewing-contact .side-bar .pager .down a {
  opacity: 0.4;
  cursor: default;
}

.fp-viewing-about-us .side-bar,
.fp-viewing-expertise .side-bar,
.fp-viewing-sectors .side-bar,
.fp-viewing-clients .side-bar,
.fp-viewing-projects .side-bar,
.fp-viewing-contact .side-bar {
  border-right: 1px solid #C4C4C4;
  color: var(--Black-Pearl);
  z-index: 10;
}

/*  AR */
html:lang(ar) .fp-viewing-about-us .side-bar,
html:lang(ar) .fp-viewing-expertise .side-bar,
html:lang(ar) .fp-viewing-sectors .side-bar,
html:lang(ar) .fp-viewing-clients .side-bar,
html:lang(ar) .fp-viewing-projects .side-bar,
html:lang(ar) .fp-viewing-contact .side-bar {
  border-right: unset;
  border-left: 1px solid #C4C4C4;
}

.fp-viewing-about-us .side-bar ul ,
.fp-viewing-expertise .side-bar ul,
.fp-viewing-sectors .side-bar ul,
.fp-viewing-clients .side-bar ul,
.fp-viewing-projects .side-bar ul,
.fp-viewing-contact .side-bar ul {
  color: var(--Black-Pearl);
}

.fp-viewing-about-us .side-bar ul a ,
.fp-viewing-expertise .side-bar ul a,
.fp-viewing-sectors .side-bar ul a,
.fp-viewing-clients .side-bar ul a,
.fp-viewing-projects .side-bar ul a,
.fp-viewing-contact .side-bar ul a {
  color: var(--Black-Pearl);
}

.fp-viewing-about-us .side-bar svg ,
.fp-viewing-expertise .side-bar svg,
.fp-viewing-sectors .side-bar svg,
.fp-viewing-clients .side-bar svg,
.fp-viewing-projects .side-bar svg,
.fp-viewing-contact .side-bar svg {
  color: var(--Black-Pearl);
}


/* ? Contorllers */
/* .controllers {
  position: fixed;
  top: 0;
  z-index: 100;
} */

html:lang(ar) .side-bar {
  direction: ltr;
}

/* ? header and navbar */

header {
  position: fixed;
  padding: 2.5rem 2.5rem 2rem 7.5rem;
  width: 100vw;
  z-index: 9;
  /* background: var(--Royal-Blue); */
  transition: var(--transition-all-delay);
  font-family: var(--Poppins);
}

html:lang(ar) header {
  padding: 2.5rem 7.5rem 2rem 2.5rem ;
  font-family: var(--Tajawal);
}

.fp-viewing-about-us header,
.fp-viewing-expertise header,
.fp-viewing-sectors header,
.fp-viewing-clients header,
.fp-viewing-projects header,
.fp-viewing-contact header {
  /* border-bottom: 1px solid #C4C4C4; */
  border-bottom: 1px solid rgba(77,77,77,.2);
}

.fp-viewing-about-us header,
  .fp-viewing-expertise header,
  .fp-viewing-sectors header, 
  .fp-viewing-clients header,
  .fp-viewing-projects header,
  .fp-viewing-contact header {
    background: hsla(0,0%,100%,.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px) grayscale(15%);
    backdrop-filter: blur(10px) grayscale(15%);
  }

header .logo {
  padding-left: 2rem;
  /* z-index: 100; */
}

html:lang(ar) header .logo {
  padding-left: unset;
  padding-right: 2rem;
}

header .logo svg {
  width: 180px;
}

.logo-symbol {
  fill: #f27221;
}

.logo-text {
  fill: #fff;
  stroke: none;
  transition: var(--transition-all-delay);
}

.fp-viewing-about-us .logo-text,
.fp-viewing-expertise .logo-text,
.fp-viewing-sectors .logo-text,
.fp-viewing-clients .logo-text,
.fp-viewing-projects .logo-text,
.fp-viewing-contact .logo-text {
  fill: #0d153b;
  stroke: none;
}

header .my_navbar {
  justify-content: flex-end;
  padding-left: 3rem;
  position: relative;
}

html:lang(ar) header .my_navbar {
  padding-right: 1rem;
  padding-left: unset;
}

header .my_navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  /* background: #000; */
  width: 100%;
  /* z-index: 100; */
}

.my_navbar ul li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease 0.12s;
  opacity: 0.75;
}

.fp-viewing-about-us .my_navbar ul li a,
.fp-viewing-expertise .my_navbar ul li a,
.fp-viewing-sectors .my_navbar ul li a,
.fp-viewing-clients .my_navbar ul li a,
.fp-viewing-projects .my_navbar ul li a,
.fp-viewing-contact .my_navbar ul li a {
  color: var(--Black-Pearl);
}

.my_navbar ul li:hover a{
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

header .my_navbar ul li.active {
  transition: transform 0.2s ease-in-out;
}

header .my_navbar ul li.active a {
  text-decoration: none;
  opacity: 1;
}

header .contact-btn {
  justify-content: flex-end;
  text-align: right;
  /* z-index: 100; */
}

header .contact-btn a {
  color: #fff;
  background: var(--Gradient);
  box-shadow: var(--Shadow);
  border-radius: 50px;
  text-decoration: none;
  padding: 0.75rem 1.95rem;
  font-size: 0.9rem;
  transition: box-shadow 0.4s ease-in-out;
}

header .contact-btn a:hover {
  box-shadow: var(--Shadow-hover);
  transition: box-shadow 0.01s ease-in-out;
}

.fp-viewing-contact header .contact-btn a {
  box-shadow: var(--Shadow-hover);
}

.my_navbar ul::after {
  content: '';
  position: absolute;
  top: 1.85rem;
  margin-left: 1.7rem;
  width: 1.2rem;
  height: 0.18rem;
  background: var(--Tango);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-viewing-about-us .my_navbar ul::after {
  margin-left: 8.6rem;
}

.fp-viewing-expertise .my_navbar ul::after {
  margin-left: 18.2rem;
}

.fp-viewing-sectors .my_navbar ul::after {
  margin-left: 24.5rem;
}

.fp-viewing-clients .my_navbar ul::after {
  margin-left: 30.5rem;
}

.fp-viewing-projects .my_navbar ul::after {
  margin-left: 37rem;
}

.fp-viewing-contact .my_navbar ul::after {
  all: unset;
}

/* ? == AR settings */

html:lang(ar) .my_navbar ul::after {
  margin-right: 2rem;
  margin-left: unset;
}

html:lang(ar) .fp-viewing-about-us .my_navbar ul::after {
  margin-right: 9.2rem;
  margin-left: unset;
}

html:lang(ar) .fp-viewing-expertise .my_navbar ul::after {
  margin-right: 18rem;
  margin-left: unset;
}

html:lang(ar) .fp-viewing-sectors .my_navbar ul::after {
  margin-right: 27.5rem;
  margin-left: unset;
}

html:lang(ar) .fp-viewing-clients .my_navbar ul::after {
  margin-right: 33.2rem;
  margin-left: unset;
}

html:lang(ar) .fp-viewing-projects .my_navbar ul::after {
  margin-right: 39.8rem;
  margin-left: unset;
}

html:lang(ar) .fp-viewing-contact .my_navbar ul::after {
  all: unset;
}

/* #pages */
/* 
.fp-viewing-about-us
.fp-viewing-expertise
.fp-viewing-sectors 
.fp-viewing-clients 
.fp-viewing-projects 
.fp-viewing-contact{
} */

.menu-btn, .contact-li {
  display: none;
}

a {
  user-select: none;
}

footer {
  position: fixed;
  bottom: 0rem;
  left: 8rem;
  padding: 3rem;
  z-index: 1;
  font-family: var(--Karla);
}

html:lang(ar) footer {
  right: 8rem;
  left: unset;
  font-family: var(--Tajawal);
}

.copyright {
  color: #fff;
  transition: var(--transition-color-delay);
}

.copyright span {
  color: var(--Tango);
}

.social-media ul {
  list-style: none;
  display: flex;
  position: relative;
  margin-top: 0.5rem;
}

.social-media ul li {
  margin-right: 2.8rem;
}

html:lang(ar) .social-media ul li {
  margin-left: 2.8rem;
  margin-right: unset;
}


.social-media ul li:not(:last-of-type):after {
  content: '';
  position: absolute;
  bottom: 0.65rem;
  margin-left: 0.5rem;
  width: 1.6rem;
  height: 0.1rem;
  background: #fff;
  opacity: 0.5;
  transition: background 0.5s ease 0.12s;
}

html:lang(ar) .social-media ul li:not(:last-of-type):after {
  margin-right: 0.5rem;
  margin-left: unset;
}

.social-media ul a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  transition: var(--transition-color-delay);
}

.social-media ul li:hover a {
  opacity: 1;
}


.fp-viewing-about-us .copyright,
.fp-viewing-expertise .copyright,
.fp-viewing-sectors .copyright,
.fp-viewing-clients .copyright,
.fp-viewing-projects .copyright,
.fp-viewing-contact .copyright{
  color: var(--Code-Gray);
} 

.fp-viewing-about-us .social-media ul li:not(:last-of-type):after,
.fp-viewing-expertise .social-media ul li:not(:last-of-type):after,
.fp-viewing-sectors .social-media ul li:not(:last-of-type):after,
.fp-viewing-clients .social-media ul li:not(:last-of-type):after,
.fp-viewing-projects .social-media ul li:not(:last-of-type):after,
.fp-viewing-contact .social-media ul li:not(:last-of-type):after{
  background: var(--Code-Gray);
}

.fp-viewing-about-us .social-media ul a,
.fp-viewing-expertise .social-media ul a,
.fp-viewing-sectors .social-media ul a,
.fp-viewing-clients .social-media ul a,
.fp-viewing-projects .social-media ul a,
.fp-viewing-contact .social-media ul a{
  color: var(--Code-Gray);
}

/* ? == *** page navigator */
#fp-nav {
  z-index: 1;
}

#fp-nav.fp-right {
  right: 50rem;
  transition: all 0.5s ease;
}

html:lang(ar) #fp-nav.fp-right {
  right: unset;
  left: 50rem;
}

#fp-nav ul li {
  margin: 1.25rem 0.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: auto; */
}

#fp-nav ul li a {
  width: 18px;
  height: 18px;
  
  /* padding: 1.5rem; */
  /* background: var(--Royal-Blue); */
}

#fp-nav ul li a span {
  background: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 8px;
  border-radius: 50%;

}

#fp-nav ul li a.active span {
  width: 8px;
  height: 8px;
  margin: -2px 0 0 -2px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

#fp-nav ul li a.active span::after {
  content: '';
  position: absolute;
  transform: translate(-0.7rem, -0.7rem) rotate(-40deg);
  height: 30px;
  width: 30px;
  border: 4px solid;
  border-radius: 50%;
  border-color: #ffffff6b var(--Tango) var(--Tango) var(--Tango);
}

html:lang(ar) #fp-nav ul li a.active span::after  {
  transform: translate(0.7rem, -0.7rem) rotate(-40deg);

}

#fp-nav ul li:hover a span {
  margin: -2px 0 0 -3px;
  width: 12px;
  height: 12px;
  background: var(--Tango);
}

#fp-nav ul li:hover a.active span {
  margin: -2px 0 0 -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;

}

.fp-viewing-about-us #fp-nav.fp-right,
.fp-viewing-expertise #fp-nav.fp-right,
.fp-viewing-sectors #fp-nav.fp-right,
.fp-viewing-clients #fp-nav.fp-right,
.fp-viewing-projects #fp-nav.fp-right,
.fp-viewing-contact #fp-nav.fp-right {
  right: 1.31rem;
} 

/* ? for AR */
html:lang(ar) .fp-viewing-about-us #fp-nav.fp-right,
html:lang(ar) .fp-viewing-expertise #fp-nav.fp-right,
html:lang(ar) .fp-viewing-sectors #fp-nav.fp-right,
html:lang(ar) .fp-viewing-clients #fp-nav.fp-right,
html:lang(ar) .fp-viewing-projects #fp-nav.fp-right,
html:lang(ar) .fp-viewing-contact #fp-nav.fp-right {
  left: 1.31rem;
  right: unset;
} 

.fp-viewing-about-us #fp-nav ul li a span,
.fp-viewing-expertise #fp-nav ul li a span,
.fp-viewing-sectors #fp-nav ul li a span,
.fp-viewing-clients #fp-nav ul li a span,
.fp-viewing-projects #fp-nav ul li a span,
.fp-viewing-contact #fp-nav ul li a span {
  background: rgba(0, 0, 0, 0.5);
}

.fp-viewing-about-us #fp-nav ul li a.active span::after,
.fp-viewing-expertise #fp-nav ul li a.active span::after,
.fp-viewing-sectors #fp-nav ul li a.active span::after,
.fp-viewing-clients #fp-nav ul li a.active span::after,
.fp-viewing-projects #fp-nav ul li a.active span::after,
.fp-viewing-contact #fp-nav ul li a.active span::after {
  all: unset;
}

.fp-viewing-about-us #fp-nav ul li a.active span,
.fp-viewing-expertise #fp-nav ul li a.active span,
.fp-viewing-sectors #fp-nav ul li a.active span,
.fp-viewing-clients #fp-nav ul li a.active span,
.fp-viewing-projects #fp-nav ul li a.active span,
.fp-viewing-contact #fp-nav ul li a.active span {
  background: var(--Code-Gray);
  width: 10px;
  height: 10px;
  margin: -2px 0 0 -2.65px;
  border-radius: 50%;
}

/*? ============= #Index page ==========*/

.index-showcase {
  padding: 0rem 0rem 0rem 4rem;
  z-index: 100;
}

html:lang(ar) .index-showcase {
  padding: 0rem 4rem 0rem 0rem ;

}

.index-showcase .text {
  margin-bottom: 3rem;
  font-family: var(--Poppins);
}

html:lang(ar) .index-showcase .text {
  font-family: 'Tajawal', sans-serif !important;
}

.index-showcase .text .overline {
  color: var(--Tango);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 3.5rem;
  position: relative;
}

html:lang(ar) .index-showcase .text .overline { 
  margin-right: 3.5rem;
  margin-left: unset;
  letter-spacing: unset;
}

.index-showcase .text .overline::before {
  content: '';
  width: 2.5rem;
  height: 0.12rem;
  background: var(--Tango);
  position: absolute;
  margin-left: -3.5rem;
  top: 0.65rem;
}

html:lang(ar) .index-showcase .text .overline::before { 
  margin-left: unset;
  margin-right: -3.5rem;

}

.index-showcase .text .highlight {
  color: #fff;
  font-size: 2.5rem;
  width: 75%;
  line-height: 1.2;
  margin: 1.5rem 0;
  font-weight: 600;
}

.index-showcase .text .underline {
  color: #fff;
  width: 60%;
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 1.85;
  text-align: justify;
  padding-right: 1rem;
}

html:lang(ar) .index-showcase .text .underline {
  padding-right: 0;
  padding-left: 1rem;
}

.index-showcase .index-btns {
  display: flex;
  font-family: var(--Poppins);
}
html:lang(ar) .index-showcase .index-btns {
  font-family: var(--Tajawal);
}

.index-showcase .index-btns .colored {
  margin-right: 1.5rem;
  color: #fff;
  background: var(--Gradient);
  box-shadow: var(--Shadow);
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.9rem;
  width: 10rem;
  height: 2.7rem;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

html:lang(ar) .index-showcase .index-btns .colored {
  margin-right: unset;
  margin-left: 1.5rem;

}

.index-showcase .index-btns .colored:hover {
  box-shadow: var(--Shadow-hover);
}

.index-showcase .index-btns .outline {
  color: #fff;
  border: solid 2px #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.9rem;
  width: 10rem;
  height: 2.7rem;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.index-showcase .index-btns .outline:hover {
  background: #fff;
  color: var(--Royal-Blue);
  transition: all 0.1s ease-in-out;
}


@keyframes scrollDownHint {
  0% {
    bottom: 7rem;
  }
  50% {
    bottom: 4rem;
  }
  75%,
  25% {
    bottom: 10rem;
  }
}

.scroll-hint {
  color: #fff;
  text-transform: uppercase;
  cursor: default;
  user-select: none;
  position: fixed;
  right: 48rem;
  /* right: 38.9vw; */
  bottom: 7rem;
  transform: rotate(90deg);
  opacity: 0.8;
  animation: scrollDownHint 3.5s ease-in-out 0.9s;
  transition: var(--transition-all-delay);
}

html:lang(ar) .scroll-hint {
  right: unset;
  left: 48rem;
}

.scroll-hint span {
  margin-right: 0.5rem;
}

.building-image img {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 650px;
  border-top-left-radius: 130px;
  z-index: 5;
}

html:lang(ar) .building-image img {
  left: 0;
  right: unset;
  transform: scaleX(-1);
}

.play-btn {
  position: fixed;
  right: 37.5rem;
  bottom: 5rem;
  /* background: var(--Gradient); */
  z-index: 11;
  border: 1px solid #fff;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

html:lang(ar) .play-btn {
  left: 37.5rem;
  right: unset;

}

.play-btn .outer-circle {
  background: var(--Gradient);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.35rem;
}

.play-btn .outer-circle svg {
  color: #fff;
  font-size: 0.85rem;
}

.lang-selector-v2 {
  display: none;
  transition: var(--transition-all-delay);  
}
/* ? === #About us */
.showcase2 {
  padding: 6rem 1rem 6rem 0rem;
  position: relative;
  /* height: 86vh; */
  /* background: #000; */
}

.showcase2.no-desc {
  padding: 6rem 1rem 6rem 0rem;
  position: relative;
  height: 33rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: rgba(0, 0, 0, 0.517); */
}

.decoration2-img {
  position: absolute;
  width: 120px;
  right: 0;
  top: 3rem;
  z-index: -1;
}

.showcase2 .text-section .overline {
  position: relative;
  font-size: 1rem;
}


.showcase2 .text-section .overline span:first-child::after {
  content: '';
  position: absolute;
  top: 0.75rem;
  left: 3.85rem;
  width: 1.75rem;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.5);
}

/* Ar */

html:lang(ar) .showcase2 .text-section .overline span:first-child::after {
  left: unset;
  right: 3.25rem;
}

.showcase2 .text-section .overline span:last-child {
  margin-left: 2.5rem;
}

html:lang(ar) .showcase2 .text-section .overline span:last-child {
  margin-left: unset;
  margin-right: 2.5rem;
}

.showcase2 .text-section .overline span:last-child {
  font-family: 'Roboto Mono', monospace;
}

.showcase2 .text-section .highlight {
  margin-top: 2rem;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--Mine-Shaft);
}

.showcase2 .text-section .highlight.smaller {
  font-size: 2.35rem;
}

.subject-img {
  margin-top: -1.3rem;
  z-index: 1;
  position: relative;
  left: -4.75rem;
  top: -0.1rem;
  /* position: absolute; */
  /* left: 95px; */
}

html:lang(ar) .subject-img {
  left: unset;
  right: -4.75rem;
}
.subject-img img {
  width: 600px;
  height: auto;
}

.showcase-content {
  padding: 6rem 2rem 1rem 6rem;
  /* background: rgba(0, 0, 0, 0.145); */
  min-height: 37rem;
  z-index: 55;
}

html:lang(ar) .showcase-content {
  padding: 6rem 6rem 1rem 2rem;
  /* background: rgba(0, 0, 0, 0.145); */
  min-height: 37rem;
  z-index: 55;
}

.showcase-content .main-content {
  height: 100%;
  min-height: 30rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  /* background: rgba(123, 65, 65, 0.414); */
}

.showcase-content h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--Tango);
  margin-bottom: 1.2rem;
}

.showcase-content p {
  line-height: 1.9;
  color: var(--Code-Gray);
}

.showcase-content .showcase-nav {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.showcase-content .showcase-nav .join-team-btn a {
  text-decoration: none;
  color: var(--Tango);
  font-weight: 600;
}

.showcase-content .showcase-nav .join-team-btn a svg {
  color: var(--Code-Gray);
  margin-left: 1rem;
  opacity: 0.75;
}

html:lang(ar) .showcase-content .showcase-nav .join-team-btn a svg {
  margin-left: unset;
  margin-right: 1rem;
}

.showcase-content .showcase-nav .nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.showcase-content .showcase-nav .nav-list ul li:not(:last-child) {
  margin-bottom: 1.85rem;
}

.showcase-content .showcase-nav .nav-list ul li {
  width: 10rem;
  cursor: pointer;
  /* background: var(--Tango); */
}

html:lang(ar) .showcase-content .showcase-nav .nav-list ul li {
  width: 13rem;
}

.showcase-content .showcase-nav .nav-list ul li div {
  text-decoration: none;
  justify-content: space-between;
  display: flex;
  color: var(--Mine-Shaft);
  font-weight: 700;
  cursor: pointer;
  /* background: #000; */
}

.showcase-content .showcase-nav .nav-list ul li div svg {
  color: var(--Gray);
}

.showcase-content ul li div:hover {
  opacity: 0.7;
}

.back-btn:hover {
  opacity: 0.7;
}

/* .main-content {
  display: none;
} */

.vision-content, 
.mission-content,
.values-content,
.csr-content
 {
  display: none;
  padding-bottom: 5rem;
}


@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.showcase-content .back-btn svg {
  color: var(--Gray);
}

.showcase-content .back-btn {
  text-decoration: none;
  color: var(--Mine-Shaft);
  width: 5.35rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  /* background: rgba(195, 16, 16, 0.386); */
  z-index: 500;
}

.showcase-content p.vision {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-color: var(--Tango);
}

.showcase-content p.normal {
  margin-top: 2.5rem;
  /* font-size: 1.25rem; */
  line-height: 1.9;
}

.values-content .values-icons {
  margin-top: 1rem;
}

.values-content .value {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  /* justify-content: space-between; */
}

.values-content .value img {
  width: 70px;
  margin-right: 0.75rem;
}

html:lang(ar) .values-content .value img {
  margin-right: unset;
  margin-left: 0.75rem;
}

.values-content .value .text {
  font-weight: 500;
}

.csr-content .csr-text {
  margin-top: 3rem;
}

 .csr-text p {
  color: var(--Code-Gray);
}

 .csr-text ul {
  list-style: none;
  
  color: var(--Code-Gray);
  position: relative;
}

 .csr-text ul li {
  margin-bottom: 1.3rem;
  line-height: 1.9;
}

 .csr-text ul li::before {
  content: '';
  border-bottom: solid 3px var(--Tango);
  width: 1.25rem;
  position: absolute;
  left: 0;
  margin-top: 0.8rem;
}


html:lang(ar)  .csr-text ul li::before {
  left: unset;
  right: 0;
}

.csr-text .title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--Tango);
  font-weight: 500;
}

.business .csr-text ul li {
  font-size: 1.15rem;
}


main {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  z-index: 20;
  position: relative;
}

.footer-v2 {
  display: none;
}

/* main.dark {
  padding: 0 1rem 0 8rem;
} */

.fp-viewing-about-us .fp-tableCell,
.fp-viewing-expertise .fp-tableCell,
.fp-viewing-sectors .fp-tableCell, 
.fp-viewing-clients .fp-tableCell,
.fp-viewing-projects .fp-tableCell,
.fp-viewing-contact .fp-tableCell{
  vertical-align: top;
  padding: 8rem 1rem 3rem 8rem;
}

html:lang(ar) .fp-viewing-about-us .fp-tableCell,
html:lang(ar) .fp-viewing-expertise .fp-tableCell,
html:lang(ar) .fp-viewing-sectors .fp-tableCell, 
html:lang(ar) .fp-viewing-clients .fp-tableCell,
html:lang(ar) .fp-viewing-projects .fp-tableCell,
html:lang(ar) .fp-viewing-contact .fp-tableCell{
  vertical-align: top;
  padding: 8rem 8rem 3rem 1rem;
}

.iScrollVerticalScrollbar {
  display: none;
}

/* ? ===== #Core Expertites Page ===== */

.arrow-btn {
  margin: 1rem 0.5rem;
  transform: translateX(0);
  animation: tX-200px 0.5s ease;
}

@keyframes tX-200px {
  from {
    transform: translateX(700px);
  }
}

.arrow-btn a {
  text-decoration: none;
  color: var(--Tango);
  font-weight: 600;
}

.arrow-btn a svg {
  color: var(--Code-Gray);
  margin-left: 1rem;
}

html:lang(ar) .arrow-btn a svg {
  margin-left: unset;
  margin-right: 1rem;
}

.arrow-btn a:hover {
  opacity: 0.75;
}

.showcase2 .text-section {
  z-index: 2;
}

.showcase2 .text-section .description {
  width: 75%;
  margin: 3rem 0 3rem 0;
  color: var(--Mine-Shaft);
  line-height: 1.9;
}

.bd-content .bd-icons {
  margin-top: 1rem;
}

.bd-content .domain {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  cursor: pointer;
  /* justify-content: space-between; */
}

.bd-content.cursor_defalut .domain {
  cursor: default;
}

.bd-content .domain img {
  width: 60px;
  margin-right: 1.75rem;
}

html:lang(ar) .bd-content .domain img {
  margin-right: unset;
  margin-left: 1.75rem;
}

.bd-content .domain .text {
  font-weight: 500;
  padding-right: 0.5rem;
  /* font-size: 1.1rem; */
  font-family: var(--Poppins);
}

html:lang(ar) .bd-content .domain .text {
  font-size: 1.1rem;
  font-family: var(--Tajawal);
}

.decoration2-img.v2 {
  position: absolute;
  width: 120px;
  right: 4.5rem;
  top: 3rem;
  z-index: -1;
}

/* .bd-content {
  display: none;
} */

.domain-content {
  display: none;
  padding-bottom: 5rem;
}

/* #dc- {
  display: block;
} */

.domain-content p {
  margin-top: 2rem;
  color: var(--Code-Gray);
  
}


.showcase-content2 .back-btn svg {
  color: var(--Gray);
}

.showcase-content2 .back-btn {
  text-decoration: none;
  color: var(--Mine-Shaft);
  width: 5.35rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  z-index: 500;
}

.domain-content .title {
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.domain-content .text {
  margin-top: 2rem;
  font-size: 1.1rem;
}

.domain-content .text p {
  color: var(--Code-Gray);
}

.domain-content p.big {
  line-height: 1.9;
  font-size: 1.2rem;
}

.domain-content .text ul {
  list-style: none;
  color: var(--Code-Gray);
  position: relative;
  
}

.domain-content .text ul.bullets li {
  margin-bottom: 0.5rem;
  line-height: 1.9;
}

.domain-content .text ul li {
  margin-bottom: 1.3rem;
  line-height: 1.9;
  padding-right: 1.5rem;
}

.domain-content .text ul li::before {
  content: '';
  border-bottom: solid 3px var(--Tango);
  width: 1.25rem;
  position: absolute;
  left: 0;
  margin-top: 0.8rem;
}

.domain-content .text ul.bullets li::before {
  content: '\2022';
  border-bottom: none;
  width: 1.25rem;
  /* height: 3rem; */
  /* background: rgba(0, 0, 0, 0.2); */
  font-size: 2rem;
  color: var(--Tango);
  position: absolute;
  left: unset;
  margin-left: -1.8rem;
  margin-top: -0.95rem;
}

.bd-content.Yscroll {
  height: 25rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bd-content.Yscroll .domain {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  cursor: default;
  /* justify-content: space-between; */
}

.showcase-content2 {
  padding: 6rem 0rem 3rem 2rem;
}

/* ? Clients Slider */
/* ? Splider */
.clients-contianer {
  /* background: #000; */
  /* margin: auto;
  display: flex;
  justify-content: center;
  align-items: center; */
  text-align: center;
}

.clients-contianer .col-lg-4 {
  align-items: center;
}
.clients-contianer img {
  width: 150px;
  margin-bottom: 1.5rem;
}

.splide__arrows {
  position: absolute;
  bottom: -2rem;
  right: 0;
  align-items: center;
  transform: unset;
}

html:lang(ar) .splide__arrows {
  right: unset;
  left: 0;
}

html:lang(ar) .splide--rtl>.splide__arrows .splide__arrow--prev {
  left: unset;
  right: -6rem;
}

.splide__arrows .splide__arrow--prev {
  position: absolute;
  left: -7.8rem;
}

.splide__arrows .splide__arrow--next {
  position: absolute;
  left: -5rem;
  background: var(--Tango);
}

.splide__arrow svg {
  width: 0.8rem;
  height: 0.8rem;
  fill: #fff;
}

.splide__pagination {
 bottom: -1rem;
 left: 50%;
}

.splide__pagination__page.is-active {
  background: var(--Tango);
  transform: scale(1.2);
  /* transform: unset; */
}

.splide__pagination li {
  margin-right: 0.5rem;
}

/* ? #Projects page ======= */
.projectsY-scroll {
  /* background: rgba(0, 0, 0, 0.393); */
  height: 25rem;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0.5rem 0 1.5rem 0;
  margin: 0 2rem 0 0;
}

.projectsY-scroll ul {
  list-style: none;
  padding-left: 0;
}

/* ? configuring Y-scroll */

.projectsY-scroll::-webkit-scrollbar {
  background-color: #D8D8D8;
  width: 8px !important;
}

/* background of the scrollbar except button or resizer */
.projectsY-scroll::-webkit-scrollbar-track {
  background-color: #D8D8D8;
}

.projectsY-scroll::-webkit-scrollbar-track:hover {
  all: unset;
}

/* scrollbar itself */
.projectsY-scroll::-webkit-scrollbar-thumb {
  background-color: var(--Tango);
  border-radius: 3px;
}

/* .projectsY-scroll::-webkit-scrollbar-thumb:hover {
  border: 3px solid var(--Tango);

} */

.projects-contianer {
  padding: 0rem 1rem;
}

.projects-contianer .project {
  align-items: flex-start;
  font-family: 'Karla', sans-serif;
  margin-bottom: 1.5rem;
}

html:lang(ar) .projects-contianer .project {
  
  font-family: var(--Tajawal);
 
}

.projects-contianer .project .no {
  font-size: 2rem;
  align-self: start;
  font-weight: 700;
  color: var(--Tango);
  text-align: right;
}

.projects-contianer .project .text {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2;
  padding: 0.1rem 0.75rem;
}

.projects-contianer .project .time {
  align-self: center;
  margin-top: 1rem;
  color: var(--Tango);
  font-size: 1.1rem;
}

/* ? ==== Contact Page */
.contact-info {
  margin: 2.5rem 0rem 0rem 0rem;
  font-family: 'Karla', sans-serif;
  color: var(--Mine-Shaft);
}

html:lang(ar) .contact-info {
  
  font-family: var(--Tajawal);
}

.contact-info .item {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}

.contact-info .item .title {
  width: 5rem;
  margin-right: 0.5rem;
  font-weight: 700;
  color: var(--Tango);
}

/* .contact-info .item:first-child .title {
  margin-right: 0.5rem;
} */

.contact-info .item .info {
  text-align: left;
  font-weight: 600;
  width: 15rem;
}

html:lang(ar) .contact-info .item .info {
  text-align: right;
}

html:lang(ar) .contact-info .item .info .phone {
  direction: ltr;
}

.contact-info .item .info a {
  text-decoration: none;
  color: var(--Mine-Shaft);
  user-select: auto;
}

/* ? #Contact page ========== */
.contact-form {
  position: relative;
}

.contact-form .col-lg-6 {
  position: relative;
}

.contact-form .col-12 {
  position: relative;
}

.contact-form input {
  width: 100%;
  height: 3.5rem;
  border: 4px solid #ebeced;
  padding: 0.2rem 0.5rem 0.5rem 2.5rem;
  color: var(--Mine-shaft);
}

.contact-form input:focus {
  outline: 0;
}
.contact-form input::placeholder {
  color: #95989a;
  opacity: 1; /* Firefox */
}
.placeholder-icon {
  position: absolute;
  left: 2rem;
  top: 1rem;
  color: #95989a;
  font-size: 0.85rem;
}
.contact-form select {
  width: 100%;
  height: 3.5rem;
  border: 4px solid #ebeced;
  padding: 0.2rem 0.5rem 0.5rem 2.5rem;
  color: #95989a;
  background: url(../imgs/icons/down-icon.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 94%;
  background-position-y: 12px;
}

html:lang(ar) .contact-form select {
  width: 100%;
  height: 3.5rem;
  border: 4px solid #ebeced;
  padding: 0.2rem 2.85rem 0.5rem 2.5rem;
}

.contact-form select:focus {
  outline: 0;
}
.contact-form textarea {
  width: 100%;
  /* height: 3.5rem; */
  border: 4px solid #ebeced;
  padding: 0.7rem 0.5rem 0.7rem 2.5rem;
  color: var(--Mine-shaft);
}
.contact-form textarea::placeholder {
  color: #95989a;
  opacity: 1; /* Firefox */
}
.contact-form textarea:focus {
  outline: 0;
}

.contact-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.contact-submit button {
  outline: none;
  border: none;
  color: #fff;
  background: var(--Gradient);
  box-shadow: var(--Shadow);
  border-radius: 50px;
  text-decoration: none;
  padding: 0.75rem 1.95rem;
  transition: box-shadow 0.2s ease-in-out;
  /* font-size: 0.9rem; */
}

a, button {
  user-select: none;
}

.contact-submit button:hover {
  box-shadow: var(--Shadow-hover);
}

input, select, textarea {
  -webkit-appearance: none;
  appearance: none;
}

/* Adding profile */
.showcase-nav .right .profile a {
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 2rem;
  height: 8rem;
  width: 18rem;
  border: solid 2px #ececec;
  border-radius: 5px;
  text-decoration: none;
  color: var(--Code-Gray);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.showcase-nav .right .profile a .text {
  width: 60%;
}

.showcase-nav .right .profile a .text .title {
  color: var(--Tango);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.showcase-nav .right .profile a .icon svg {
  font-size: 3rem;
  color: #c4c4c4;
}


/* !=== #x Media Querires */


@media (max-width: 1500px), (max-height: 670px) {
  #fp-nav.fp-right {
    right: 2.1rem;
  }
  #fp-nav ul li a.active span {
    background: var(--Tango);
  }
  .scroll-hint {
    right: 0.35rem;
  }
}
@media (max-width: 1400px), (max-height: 670px) {

  #fp-nav.fp-right {
    right: 2.1rem;
  }

  html:lang(ar) #fp-nav.fp-right {
    left: 2.1rem;
  }

  .scroll-hint {
    right: 0.35rem;
  }

  html:lang(ar) .scroll-hint {
    left: 0.35rem;
  }

}
@media (max-width: 1300px), (max-height: 670px) {

  
  .contact-btn {
    display: none;
  }

  .contact-li {
    display: block;
  }

  /* ? === Hamburger Menu  */
  
  header .my_navbar ul {
    z-index: 100;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    /* left: 0;
    bottom: 0; */
    background: var(--Gradient);
    height: 100vh;
    width: 100%;
    padding-top: 8rem;
    justify-content: flex-start;
    align-items: center;
    clip-path: circle(100px at 100% -50%);
    -webkit-clip-path: circle(100px at 100% -50%);
    transition: all 0.4s ease-out;
    /* display: none; */
  }

  header .my_navbar ul.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    z-index: 400 !important;
  }

  .my_navbar ul li a {
    font-size: 1.3rem;
  }

  .my_navbar ul li {
    margin-bottom: 2rem;
    opacity: 0;
    margin-left: -5rem;
  }

  .my_navbar ul li:nth-child(1) {
    transition: all 0.2s cubic-bezier(0.48, 0.35, 0, 1.14) 0.2s;
  }

  .my_navbar ul li:nth-child(2) {
    transition: all 0.2s cubic-bezier(0.48, 0.35, 0, 1.14) 0.3s;
  }

  .my_navbar ul li:nth-child(3) {
    transition: all 0.2s cubic-bezier(0.48, 0.35, 0, 1.14) 0.4s;
  }

  .my_navbar ul li:nth-child(4) {
    transition: all 0.2s cubic-bezier(0.48, 0.35, 0, 1.14) 0.5s;
  }

  .my_navbar ul li:nth-child(5) {
    transition: all 0.2s cubic-bezier(0.48, 0.35, 0, 1.14) 0.6s;
  }

  .my_navbar ul li:nth-child(6) {
    transition: all 0.2s cubic-bezier(0.48, 0.35, 0, 1.14) 0.7s;
  }
  
  .my_navbar ul li:nth-child(7) {
    transition: all 0.2s cubic-bezier(0.48, 0.35, 0, 1.14) 0.8s;
  }

  .my_navbar ul li.fade {
    opacity: 1;
    margin-left: 0;
  }
  
  .my_navbar ul::after {
    all: unset;
  }

  .fp-viewing-about-us .my_navbar ul li a,
  .fp-viewing-expertise .my_navbar ul li a,
  .fp-viewing-sectors .my_navbar ul li a,
  .fp-viewing-clients .my_navbar ul li a,
  .fp-viewing-projects .my_navbar ul li a,
  .fp-viewing-contact .my_navbar ul li a {
    color: #fff;
  }

  header .my_navbar ul li.active {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
    transition-delay: none;
  }

  header .my_navbar ul li:active {
    transform: scale(1.1);
  }

  /* header {
    background: #000;
  } */
  .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    float: right;
    width: 60px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: translateY(-0.5rem);
    z-index: 500;
    /* background: #000; */
  }

  html:lang(ar) .menu-btn {
    float: left;
  }

  .menu-btn__burger {
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(255,101,47,.2); */
    transition: all 0.2s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(255,101,47,.2); */
    transition: all 0.2s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-12px);
  }
  .menu-btn__burger::after {
    transform: translateY(12px);
  }
  /* ANIMATION */
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }

  /*? make dark */
  .fp-viewing-about-us .menu-btn__burger,
  .fp-viewing-expertise .menu-btn__burger,
  .fp-viewing-sectors .menu-btn__burger,
  .fp-viewing-clients .menu-btn__burger,
  .fp-viewing-projects .menu-btn__burger,
  .fp-viewing-contact .menu-btn__burger{
    background: var(--Code-Gray);
  } 

  .fp-viewing-about-us .menu-btn__burger::before,
  .fp-viewing-expertise .menu-btn__burger::before,
  .fp-viewing-sectors .menu-btn__burger::before,
  .fp-viewing-clients .menu-btn__burger::before,
  .fp-viewing-projects .menu-btn__burger::before,
  .fp-viewing-contact .menu-btn__burger::before{
    background: var(--Code-Gray);
  }

  .fp-viewing-about-us .menu-btn__burger::after,
  .fp-viewing-expertise .menu-btn__burger::after,
  .fp-viewing-sectors .menu-btn__burger::after,
  .fp-viewing-clients .menu-btn__burger::after,
  .fp-viewing-projects .menu-btn__burger::after,
  .fp-viewing-contact .menu-btn__burger::after{
    background: var(--Code-Gray);
  }

  /* ? make light when open */
  .fp-viewing-about-us .menu-btn.open .menu-btn__burger::before,
  .fp-viewing-expertise .menu-btn.open .menu-btn__burger::before,
  .fp-viewing-sectors .menu-btn.open .menu-btn__burger::before,
  .fp-viewing-clients .menu-btn.open .menu-btn__burger::before,
  .fp-viewing-projects .menu-btn.open .menu-btn__burger::before,
  .fp-viewing-contact .menu-btn.open .menu-btn__burger::before{
    background: #fff;
  }

  .fp-viewing-about-us .menu-btn.open .menu-btn__burger::after,
  .fp-viewing-expertise .menu-btn.open .menu-btn__burger::after,
  .fp-viewing-sectors .menu-btn.open .menu-btn__burger::after,
  .fp-viewing-clients .menu-btn.open .menu-btn__burger::after,
  .fp-viewing-projects .menu-btn.open .menu-btn__burger::after,
  .fp-viewing-contact .menu-btn.open .menu-btn__burger::after{
    background: #fff;
  }

  /* text index */
  .index-showcase .text .highlight {
    color: #fff;
    font-size: 2.5rem;
    width: 100%;
    line-height: 1.2;
    margin: 1.5rem 0;
    font-weight: 600;
  }
  
  .index-showcase .text .underline {
    color: #fff;
    width: 100%;
    font-weight: 200;
    font-size: 0.75rem;
    line-height: 1.85;
    text-align: justify;
  }

  .building-image img {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 600px;
    border-top-left-radius: 130px;
    z-index: 5;
  }

  

  .play-btn {
    position: fixed;
    right: 34rem;
  }
  
  .subject-img {
    margin-top: -1.3rem;
    z-index: -1;
    position: relative;
    left: -1.75rem;
    top: -0.1rem;
    /* position: absolute; */
    /* left: 95px; */
  }

  html:lang(ar) .subject-img {
    right: -1.75rem;
  }
  
  .subject-img img {
    width: 480px;
    height: auto;
  }
}
/* 1300px */

@media (max-width: 1100px) {

  .showcase-content{
    padding: 6rem 3.5rem 1rem 1.5rem;
  }
  .subject-img img {
    width: 380px;
  }

  .index-showcase {
    padding: 0rem 0rem 0rem 5rem;
    z-index: 100;
  }
  .building-image img {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 500px;
    border-top-left-radius: 130px;
    z-index: 5;
  }

  .play-btn {
    position: fixed;
    right: 27.5rem;
  }
}
/* 1100 px */

@media (max-width: 992px), (max-height: 670px) {
  .fp-viewing-about-us header,
  .fp-viewing-expertise header,
  .fp-viewing-sectors header, 
  .fp-viewing-clients header,
  .fp-viewing-projects header,
  .fp-viewing-contact header {
    border-bottom: 1px solid rgba(77,77,77,.05);
  }

  #fp-nav ul li a.active span {
    background: rgba(255, 255, 255, 1);
  } 

  section.index {
    padding: 0rem 1.5rem 0rem 1.5rem;
    /* overflow-y: scroll; */
  }
  .index-showcase {
    padding: 0rem 0rem 0rem 1rem;
    z-index: 100;
  }

  .building-image {
    display: none;
  }
 
  .play-btn {
    display: none;
  }
  .side-bar {
    /* display: none; */
    width: 50px;
    height: 6.5rem;
    top: unset;
    bottom: 2rem;
    /* top: 85%; */
    left: 1rem;
    /* background: #000; */
    border-right: none;
  }
  .side-bar .page-no {
    display: none;
  }

  .fp-viewing-about-us .side-bar, .fp-viewing-expertise .side-bar, .fp-viewing-sectors .side-bar, .fp-viewing-clients .side-bar, .fp-viewing-projects .side-bar, .fp-viewing-contact .side-bar {
    border-right: none;

  }

  html:lang(ar) .side-bar {
    border-left: none;
  }

  .side-bar .pager {
    width: 50px;
    height: 130px;
    padding-bottom: 1rem;
    /* background: #000; */
  }

  .side-bar .lang-selector {
    display: none;
  }


  .lang-selector-v2 {
    display: block;
    position: fixed;
    right: 1rem;
    top: 8rem;
    transform: rotate(90deg);
    margin-left: 1.5rem;
    margin-top: 0.5rem;
  }

  html:lang(ar) .lang-selector-v2 {
    right: unset;
    left: 0.2rem;
    margin-left: unset;
    margin-right: 1.5rem;
    transform: rotate(90deg);
  }

  .lang-selector-v2 ul {
    list-style: none;
    transform: unset;
    display: flex;
    padding: 0;
    margin: 0;
    color: #fff;
    transition: var(--transition-all-delay);
  }
  .lang-selector-v2 ul li a {
    color: #fff;
    text-decoration: none;
    transition: var(--transition-all-delay);
  }
  
  .lang-selector-v2 ul li:nth-child(2) {
    margin: 0 0.5rem;
    opacity: 0.7;
    cursor: default;
  }
  .lang-selector-v2 ul li.active {
    opacity: 0.7;
    cursor: default;
  }
  .lang-selector-v2 {
   margin-left: 1rem;
  }

  header {
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    
  }

  html:lang(ar) header {
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    
  }

  header .logo svg {
    width: 170px;
  }

  .subject-img {
    margin-top: 1.3rem;
    z-index: -1;
    position: relative;
    left: 0rem;
    top: -0.1rem;
    /* position: absolute; */
    /* left: 95px; */
  }

  html:lang(ar) .subject-img {
    right: 0;
  }

  .subject-img img {
    width: 100%;
    height: auto;
  }

  .fp-viewing-about-us .fp-tableCell,
  .fp-viewing-expertise .fp-tableCell,
  .fp-viewing-sectors .fp-tableCell, 
  .fp-viewing-clients .fp-tableCell,
  .fp-viewing-projects .fp-tableCell,
  .fp-viewing-contact .fp-tableCell{
    vertical-align: top;
    padding: 3rem 1rem 5rem 0rem;
  }
  html:lang(ar) .fp-viewing-about-us .fp-tableCell, html:lang(ar) .fp-viewing-expertise .fp-tableCell, html:lang(ar) .fp-viewing-sectors .fp-tableCell, html:lang(ar) .fp-viewing-clients .fp-tableCell, html:lang(ar) .fp-viewing-projects .fp-tableCell, html:lang(ar) .fp-viewing-contact .fp-tableCell {
    padding: 3rem 1rem 5rem 0rem;
  }


  main {
    padding-left: 3rem;
  }
  
  .showcase2 {
    padding: 6rem 1rem 1rem 1rem;
    position: relative;
  }

  .showcase2 .text-section .highlight {
    margin-top: 1.5rem;
    font-size: 3rem;
    
    font-weight: 600;
    color: var(--purple-heart);
  }

  .showcase2 .text-section .highlight.smaller {
    font-size: 2rem;
  }

  .showcase-content {
    padding: 3rem 2rem 10rem 0rem;
    /* background: rgba(0, 0, 0, 0.145); */
    min-height: unset;
  }
  html:lang(ar) .showcase-content {
    padding: 3rem 2rem 10rem 1rem  ;
  }
  
  
  .showcase-content .main-content {
    height: 100%;
    min-height: unset;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem;
    /* background: rgba(123, 65, 65, 0.414); */
  }
  
  .fp-viewing-about-us footer,
  .fp-viewing-expertise footer,
  .fp-viewing-sectors footer, 
  .fp-viewing-clients footer,
  .fp-viewing-projects footer,
  .fp-viewing-contact footer {
    display: none;
  }
  .showcase-content2 {
    padding: 1rem 0rem 6rem 2rem;
  }
  .showcase2 .text-section .description {
    width: 100%;
  }

  .showcase2.no-desc {
    height: 100%;
    padding: 6rem 1rem 2rem 1rem;
  }

  html:lang(ar) .fp-viewing-about-us .side-bar, html:lang(ar) .fp-viewing-expertise .side-bar, html:lang(ar) .fp-viewing-sectors .side-bar, html:lang(ar) .fp-viewing-clients .side-bar, html:lang(ar) .fp-viewing-projects .side-bar, html:lang(ar) .fp-viewing-contact .side-bar {
    border-left: unset;
  }

  html:lang(ar) .index-showcase {
    padding: 0rem 0rem 0rem 1.5rem;
  }

  /* html:lang(ar) .projectsY-scroll ul {
    padding-right: 0;
  } */
}
/* 992 px */

@media (max-width: 768px) {
  .lang-selector {
    position: fixed;
    top: 3.3rem;
    left: 12rem;
  }

  header {
    padding: 1.5rem 1rem;
  }

  header .logo svg {
    width: 120px;
  }
  .side-bar ul li:nth-child(2) {
    margin: 0 0.5rem;
    opacity: 0.7;
    cursor: default;
  }

  .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: unset;
    transform: translateX(-1rem);
    z-index: 500;
    /* background: #000; */
  }

  .menu-btn__burger {
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(255,101,47,.2); */
    transition: all 0.2s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(255,101,47,.2); */
    transition: all 0.2s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-10px);
  }
  .menu-btn__burger::after {
    transform: translateY(10px);
  }

  .index-showcase {
    padding: 5rem;
  }
  header .my_navbar ul.open {
    clip-path: circle(800px at 90% -10%);
    -webkit-clip-path: circle(800px at 90% -10%);
  }

  .subject-img {
    margin-top: 2.5rem;
  }

  .showcase-content {
    padding: 3rem 1rem 5rem 1rem;
    /* background: rgba(0, 0, 0, 0.331); */
    min-height: unset;
  }

    .fp-viewing-about-us #fp-nav.fp-right, .fp-viewing-expertise #fp-nav.fp-right, .fp-viewing-sectors #fp-nav.fp-right, .fp-viewing-clients #fp-nav.fp-right, .fp-viewing-projects #fp-nav.fp-right, .fp-viewing-contact #fp-nav.fp-right {
      right: unset;
      left: 1.35rem;
    }

    .fp-viewing-about-us #fp-nav ul li a.active span,
    .fp-viewing-expertise #fp-nav ul li a.active span,
    .fp-viewing-sectors #fp-nav ul li a.active span,
    .fp-viewing-clients #fp-nav ul li a.active span,
    .fp-viewing-projects #fp-nav ul li a.active span,
    .fp-viewing-contact #fp-nav ul li a.active span {
    background: var(--Code-Gray);
    width: 7px;
    height: 7px;
    margin: -2px 0 0 -3.5px;
    border-radius: 50%;
  }

  .fp-viewing-about-us #fp-nav ul li a span,
  .fp-viewing-expertise #fp-nav ul li a span,
  .fp-viewing-sectors #fp-nav ul li a span,
  .fp-viewing-clients #fp-nav ul li a span,
  .fp-viewing-projects #fp-nav ul li a span,
  .fp-viewing-contact #fp-nav ul li a span {
    width: 5px;
    height: 5px;
    margin: -2px 0 0 -2.5px;
  }

  .fp-viewing-about-us .lang-selector-v2,
  .fp-viewing-expertise .lang-selector-v2,
  .fp-viewing-sectors .lang-selector-v2,
  .fp-viewing-clients .lang-selector-v2,
  .fp-viewing-projects .lang-selector-v2,
  .fp-viewing-contact .lang-selector-v2 {
    display: block;
    position: fixed;
    right: unset;
    left: 0.2rem;
    top: 20vh;
    transform: rotate(-90deg);
    margin-top: 0.5rem;
    margin-left: unset;
  }

  .fp-viewing-about-us .lang-selector-v2 ul li a,
  .fp-viewing-expertise .lang-selector-v2 ul li a,
  .fp-viewing-sectors .lang-selector-v2 ul li a,
  .fp-viewing-clients .lang-selector-v2 ul li a,
  .fp-viewing-projects .lang-selector-v2 ul li a,
  .fp-viewing-contact .lang-selector-v2 ul li a {
    color: var(--Code-Gray);
  }

  .fp-viewing-about-us .lang-selector-v2 ul,
  .fp-viewing-expertise .lang-selector-v2 ul,
  .fp-viewing-sectors .lang-selector-v2 ul,
  .fp-viewing-clients .lang-selector-v2 ul,
  .fp-viewing-projects .lang-selector-v2 ul,
  .fp-viewing-contact .lang-selector-v2 ul {
    color: var(--Code-Gray);
  }
  
  .lang-selector-v2 ul li:nth-child(2) {
    margin: 0 0.5rem;
    opacity: 0.7;
    cursor: default;
  }
  .lang-selector-v2 ul li.active {
    opacity: 0.7;
    cursor: default;
  }

  .showcase-content2 {
    padding: 1rem 0rem 3rem 2rem;
    min-height: unset;
  }

  html:lang(ar) .showcase-content2 {
    padding: 1rem 2rem 3rem 1rem;
  }

  html:lang(ar) .showcase-content2.pr-zero {
    padding: 1rem 0 3rem 1rem;
  }

  .showcase-content .showcase-nav {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .showcase-content .showcase-nav .join-team-btn {
    display: none;
  }

  .showcase-nav .right .profile a {
    margin-bottom: 3.5rem;
  }
  
}
/* 768 px */

@media (max-width: 576px) {
  header {
    padding: 1rem 1rem 0.35rem 1rem;
  }

  html:lang(ar) header {
    padding: 1rem 1rem 0.35rem 2.5rem;
  }
  /* html:lang(ar) header {
    direction: ltr;
  } */

  header .logo svg {
    width: 108px;
  }
  .curve svg {
    opacity: 0.85;
    height: 100vh;
    width: 1300px;
    top: unset;
    bottom: -3rem;
  }

  .fp-viewing-about-us .curve svg,
  .fp-viewing-expertise .curve svg,
  .fp-viewing-sectors .curve svg,
  .fp-viewing-clients .curve svg,
  .fp-viewing-projects .curve svg,
  .fp-viewing-contact .curve svg {
    top: 0;
    left: -8rem;
    opacity: 0.55;
  }
  .index-showcase {
    padding: 1.5rem;
  }
  /* text index */
  .index-showcase .text .overline {
    color: var(--Tango);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 2.5rem;
    font-size: 0.9rem;
    position: relative;
  }
  
  .index-showcase .text .overline::before {
    content: '';
    width: 1.5rem;
    height: 0.12rem;
    background: var(--Tango);
    position: absolute;
    margin-left: -2.5rem;
    top: 0.65rem;
  }
  .index-showcase .text .highlight {
    color: #fff;
    font-size: 1.5rem;
    /* width: 80%; */
    line-height: 1.2;
    margin: 1.5rem 0;
    font-weight: 600;
  }
  
  .index-showcase .text .underline {
    color: #fff;
    width: 85%;
    font-weight: 200;
    font-size: 0.75rem;
    line-height: 1.85;
    text-align: unset;
  }
  .index-showcase .index-btns {
    display: flex;
    flex-direction: column;
    font-family: var(--Poppins);
  }

  .index-showcase .index-btns a:first-child {
    margin-bottom: 1rem;
  }

  .side-bar {
    width: 50px;
    height: 6.5rem;
    top: unset;
    left: 0.4rem;
  }

  .side-bar .pager a svg {
    font-size: 1rem;
    transition: var(--transition-all-delay);
  }

  footer {
    position: fixed;
    bottom: 0rem;
    left: 1.5rem;
    padding: 3rem;
    z-index: 1;
    font-family: var(--Karla);
    font-size: 0.8rem;
  }

  html:lang(ar) footer {
    right: 0.5rem;
  }

  html:lang(ar) .index-showcase {
    padding: 0rem 1rem 0rem 1rem;
  }
  .copyright {
    color: #fff;
    transition: var(--transition-color-delay);
    
  }
  
  .copyright span {
    color: var(--Tango);
  }
  
  .social-media ul {
    list-style: none;
    display: flex;
    position: relative;
    margin: 0.75rem 0 0 0;
    padding: 0;
    text-align: center;
  }
  
  .social-media ul li {
    margin-right: 2rem;
  }
  
  .social-media ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    margin-left: 0.5rem;
    width: 1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 0.5;
    transition: background 0.5s ease 0.12s;
  
  }
  
  .social-media ul a {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
    transition: var(--transition-color-delay);
  }

  .scroll-hint {
    right: 0.4rem;
    font-size: 0.8rem;
    opacity: 0.8;
    animation: scrollDownHint 3.5s ease-in-out 0.9s;
    bottom: 8rem;
  }

  .fp-tableCell {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 6rem 0 8rem 0;
  }

  .lang-selector-v2 ul li {
    font-size: 0.8rem;
  }

  .menu-btn {
    transform: translate(-0.5rem, -0.12rem);
    z-index: 500;
    /* background: rgb(222, 13, 13, 0.5); */
  }

  .menu-btn__burger {
    width: 28px;
    height: 1.5px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(255,101,47,.2); */
    transition: all 0.2s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 1.5px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(255,101,47,.2); */
    transition: all 0.2s ease-in-out;
  }

  .menu-btn__burger::before {
    transform: translateY(-7.6px);
  }
  .menu-btn__burger::after {
    transform: translateY(7.6px);
  }
  
  .showcase2 {
    padding: 3rem 1rem 1rem 0.25rem;
    position: relative;
  }

  .showcase2 .text-section .highlight {
    font-size: 2rem;
  }

  .showcase-content .showcase-nav {
    margin-top: 0.5rem;
    margin-bottom: 5rem;
    padding: 0.5rem 0.5rem 5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
   height: 20rem;
   /* background: rgba(0, 0, 0, 0.462); */
  }
  
  .showcase-content .showcase-nav .join-team-btn  {
    display: none;
  }

  
  .showcase-content .showcase-nav .nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .showcase-content .showcase-nav .nav-list ul li:not(:last-child) {
    margin-bottom: 1.85rem;
  }
  
  .showcase-content .showcase-nav .nav-list ul li {
    width: 10rem;
    cursor: pointer;
    /* background: var(--Tango); */
  }
  
  .showcase-content .showcase-nav .nav-list ul li div {
    text-decoration: none;
    justify-content: space-between;
    display: flex;
    color: var(--Mine-Shaft);
    font-weight: 700;
    cursor: pointer;
    font-size: 1.2rem;
    /* background: rgba(152, 72, 72, 0.379); */
    z-index: 200;
    padding: 0.5rem;
  }

  .subject-img {
    margin-top: 1.5rem;
  }


  /* ? Core experties page */
  .bd-content .domain {
    margin-bottom: 2.5rem;
  }

  html:lang(ar) .bd-content{
    padding-right: 0.75rem;
  }

  .bd-content .domain img {
    width: 40px;
    margin-right: 1.75rem;
  }

  .bd-content .domain .text,
  html:lang(ar) .bd-content .domain .text {
    font-size: 0.9rem;
  }

  html:lang(ar) .bd-content .domain img {
    margin-left: 0.35rem;
    width: 30px;
  }

  html:lang(ar) .csr-text ul {
    padding-left: 0;
  }

  html:lang(ar) .arrow-btn {
    margin-top: 2rem;
  }

  .showcase-content2 {
    padding: 1rem 0rem 8rem 1rem;
    /* background: rgba(0, 0, 0, 0.455); */
    height: 100%;
  }

  .showcase-content2.no-pl-mobile {
    padding: 1rem 0rem 8rem 0.5rem;
    height: 100%;
  }
  
  .showcase2 .text-section .description {
    margin: 1.5rem 0;
  }

  .bd-content.smaller_icons .domain img {
    width: 30px;
    margin-right: 0.75rem;
  }
  .bd-content.smaller_icons .domain .text {
    font-size: 0.8rem;
    padding-right: 0.2rem;
  }
  .showcase2.no-desc {
    height: 100%;
    padding: 3rem 1rem 1rem 0.25rem;
  }

  .csr-content .csr-text {
    margin-top: unset;
    padding-top: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 5rem;
  }

  .domain-content .title {
    margin-top: unset;
    padding-top: 1.5rem;
  }

  .domain-content .text {
    margin-top: unset;
    padding-top: 1.5rem;
  }

  .values-content .value {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
  }

  .showcase-content p.normal {
    margin-top: unset;
    padding-top: 1.5rem;
  }

  .showcase-content p.vision {
    margin-top: unset;
    padding-top: 2rem;
  }

  /*? splider on mobile */
  .clients-contianer img {
    width: 100px;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
  }

  .clients-contianer {
    text-align: left;
  }
  
  .clients-contianer .col-lg-4 {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .splide__arrows {
    display: none;
    position: absolute;
    bottom: -8.75rem;
    right: unset;
    left: 50vw;
    align-items: center;
    transform: unset;
  }
  
  .splide__arrows .splide__arrow--prev {
    position: absolute;
    left: -7.8rem;
  }
  
  .splide__arrows .splide__arrow--next {
    position: absolute;
    left: -3rem;
    background: var(--Tango);
  }

  .splide__arrow {
    width: 3rem;
    height: 3rem;
  }
  
  .splide__arrow svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #fff;
  }
  
  .splide__pagination {
   bottom: -2.5rem;
   left: 50%;
  }

  .splide__pagination li {
    margin-right: 1.5rem;
    margin-top: 1rem;
  }

  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }

  .showcase-content2.more-padding {
    padding-bottom: 15rem;
    padding-top: 1rem;
    padding-left: 0;
  }

  /* ? ==== project page */
  .projects-contianer .project {
    align-items: flex-start;
    font-family: 'Karla', sans-serif;
    margin-bottom: 2.2rem;
  }

  .projects-contianer .project .no {
    font-size: 2rem;
    align-self: start;
    font-weight: 700;
    color: var(--Tango);
    text-align: left;
  }

  html:lang(ar) .projects-contianer .project .no {
    text-align: right;
  }
  
  .projects-contianer .project .text {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2;
    padding: 0.1rem 0rem;
  }
  
  .projects-contianer .project .time {
    align-self: center;
    margin-top: 1rem;
    color: var(--Tango);
    font-size: 1.1rem;
  }

  .projectsY-scroll {
    height: 100%;
    overflow-y: unset;
    padding: 0rem 0 4rem 0;
    margin: 0 0 0 0;
  }

  .contact-info {
    margin: 2.5rem 0rem 1rem 0rem;
  }
  
  .contact-info .item {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }

  .contact-info .item .title {
    width: 5rem;
    margin-right: 0.5rem;
    font-weight: 700;
    color: var(--Tango);
    font-size: 1rem;
  }

  html:lang(ar) .contact-info .item .title {
    width: 100%;
    margin-right: unset;
  }
  
  /* .contact-info .item:first-child .title {
    margin-right: 0.5rem;
  } */
  
  .contact-info .item .info {
    text-align: left;
    font-weight: 600;
    width: 100%;
    font-size: 0.9rem;
    margin-top: 0.3rem;
  }

  .showcase-content2.less-p {
    padding-left: 0rem;
    padding-top: 0;
  }

  html:lang(ar) .showcase-content2 {
    padding: 1rem 1rem 8rem 1rem;
  }

  html:lang(ar) .showcase-content2.pr-zero {
    padding: 1rem 0 8rem 1rem;
  }

  .showcase-nav .right .profile a {
    padding: 1rem;
    height: 100%;
    width: 100%;
    border: solid 2px #ececec;
    border-radius: 5px;
    text-decoration: none;
    color: var(--Code-Gray);
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.8rem;
  }

  .showcase-nav .right .profile a .icon svg {
    font-size: 2.5rem;
  }


}
/* 576 px */

/* ! Max-height */
@media (max-height: 900px) {
  /* .fp-tableCell {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 0 8rem 0rem;
  } */
  .building-image img {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 450px;
    border-top-left-radius: 130px;
    z-index: 5;
  }
  .play-btn {
    position: fixed;
    right: 24.5rem;
    bottom: 5rem;
    /* background: var(--Gradient); */
    z-index: 11;
    border: 1px solid #fff;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  html:lang(ar) .play-btn {
    left: 24.5rem;
  }

  .fp-viewing-about-us footer,
  .fp-viewing-expertise footer,
  .fp-viewing-sectors footer, 
  .fp-viewing-clients footer,
  .fp-viewing-projects footer,
  .fp-viewing-contact footer {
    display: none;
  }
  .clients-contianer img {
    width: 100px;
    margin-bottom: 1rem;
  }
}
/* 900 px */

@media (max-height: 650px) {
  .fp-viewing-about-us footer,
  .fp-viewing-expertise footer,
  .fp-viewing-sectors footer, 
  .fp-viewing-clients footer,
  .fp-viewing-projects footer,
  .fp-viewing-contact footer {
    display: none;
  }

  .index-showcase .text {
    margin-bottom: 1.5rem;
  }

  .scroll-hint {
    bottom: 5rem;
  }

  @keyframes scrollDownHint {
    0% {
      bottom: 8rem;
    }
    50% {
      bottom: 4rem;
    }
    75%,
    25% {
      bottom: 8rem;
    }
    90% {
      bottom: 3.5rem;
    }
    100% {
      bottom: 5rem;
      
    }
  }

  .fp-viewing-about-us  .side-bar, .fp-viewing-expertise  .side-bar, .fp-viewing-sectors  .side-bar, .fp-viewing-clients  .side-bar, .fp-viewing-projects  .side-bar, .fp-viewing-contact  .side-bar {
    z-index: 1;
  }

  .clients-contianer img {
    width: 80px;
    margin-bottom: 0.75rem;
  }
  
}
/* 650 px */

/* ? max-height & max-width -- solved heeeeeyy!! */
@media screen and (max-height: 650px) and (max-width: 576px) {
  header .my_navbar ul {
    padding-top: 3rem;
    clip-path: circle(50px at 100% -50%);
    -webkit-clip-path: circle(50px at 100% -50%);
    z-index: 100;
  }
    header .my_navbar ul.open {
    clip-path: circle(635px at 90% -10%);
    -webkit-clip-path: circle(635px at 90% -10%);
    z-index: 22;
  } 
}

/* header .my_navbar ul.open {
  clip-path: circle(800px at 90% -10%);
  -webkit-clip-path: circle(800px at 90% -10%);
} */

@media screen and (max-height: 450px) and (max-width: 1200px) {
  header .my_navbar ul.open {
    clip-path: circle(calc(40vw + 75vh) at 90% -10%);
    -webkit-clip-path: circle(calc(40vw + 75vh) at 90% -10%);
  }
}


@media screen and (min-height: 670px), (min-width: 1200px) {
    header .my_navbar ul.open {
    clip-path: circle(calc(50vw + 75vh) at 90% -10%);
    -webkit-clip-path: circle(calc(50vw + 75vh) at 90% -10%);
  } 
}

/* tablets */
@media screen and (min-height: 900px) {
  header .my_navbar ul.open {
    clip-path: circle(calc(50vw + 45vh) at 90% -10%);
    -webkit-clip-path: circle(calc(50vw + 45vh) at 90% -10%);
  } 
}

/* mobile */
@media screen and (max-height: 350px) {
  header .my_navbar ul.open {
    clip-path: circle(calc(50vw + 55vh) at 90% -10%);
    -webkit-clip-path: circle(calc(50vw + 55vh) at 90% -10%);
  } 
}

@media screen and (max-height: 670px) and (min-width: 992px) {
  .fp-viewing-about-us .fp-tableCell,
  .fp-viewing-expertise .fp-tableCell,
  .fp-viewing-sectors .fp-tableCell, 
  .fp-viewing-clients .fp-tableCell,
  .fp-viewing-projects .fp-tableCell,
  .fp-viewing-contact .fp-tableCell{
    vertical-align: top;
    padding: 8rem 1rem 8rem 0rem;
  }
  header .my_navbar ul {
    padding-top: 3rem;
  }
}



/* @media (min-width: 992px) and (max-height: 670px) {
  img {
    display: none;
  }
} */

@media (max-height: 600px) {
  footer {
    display: none;
  }
}

@media (max-height: 500px) {

  header {
    padding: 0.5rem 1rem 0.35rem 1rem;
  }
  header .logo svg {
    width: 100px;
  }

  .index-showcase {
    padding: 1.5rem 2.5rem;
  }

  .showcase2 {
    padding: 2rem 1rem 1rem 1rem;
  }

  .subject-img img {
    width: 450px;
  }

  /* text index */
  .index-showcase .text {
    margin-bottom: 1.5rem;
    font-family: var(--Poppins);
  }
  .index-showcase .text .overline {
    color: var(--Tango);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 2.5rem;
    font-size: 0.9rem;
    position: relative;
  }
  
  .index-showcase .text .overline::before {
    content: '';
    width: 1.5rem;
    height: 0.12rem;
    background: var(--Tango);
    position: absolute;
    margin-left: -2.5rem;
    top: 0.65rem;
  }
  .index-showcase .text .highlight {
    color: #fff;
    font-size: 1.5rem;
    /* width: 80%; */
    line-height: 1.2;
    margin: 1rem 0;
    font-weight: 600;
  }
  
  .index-showcase .text .underline {
    color: #fff;
    width: 85%;
    font-weight: 200;
    font-size: 0.75rem;
    line-height: 1.85;
    text-align: unset;
  }
  /* .index-showcase .index-btns {
    display: flex;
    flex-direction: column;
    font-family: var(--Poppins);
  } */

  #fp-nav {
    display: none;
  }

  .index-showcase .index-btns a:first-child {
    margin-bottom: 1rem;
  }
  .side-bar .pager a svg {
    font-size: 1.2rem;
    transition: var(--transition-all-delay);
  }
  /* footer {
    display: none;
  } */
  .copyright {
    color: #fff;
    transition: var(--transition-color-delay);
    
  }
  
  .copyright span {
    color: var(--Tango);
  }
  
  .social-media ul {
    list-style: none;
    display: flex;
    position: relative;
    margin: 0.75rem 0 0 0;
    padding: 0;
    text-align: center;
  }
  
  .social-media ul li {
    margin-right: 2rem;
  }
  
  .social-media ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    margin-left: 0.5rem;
    width: 1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 0.5;
    transition: background 0.5s ease 0.12s;
  
  }
  
  .social-media ul a {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
    transition: var(--transition-color-delay);
  }

  .scroll-hint {
    display: none;
  }

  .fp-tableCell {
    display: block;
    justify-content: center;
    align-items: center;
    padding: 4rem 0 1rem 0;
  }

  .lang-selector-v2 ul li {
    font-size: 0.8rem;
  }

 
  .side-bar ul li:nth-child(2) {
    margin: 0 0.5rem;
    opacity: 0.7;
    cursor: default;
  }

  .menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: unset;
    z-index: 500;
    /* background: #000; */
  }

  .menu-btn__burger {
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(255,101,47,.2); */
    transition: all 0.2s ease-in-out;
  }
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(255,101,47,.2); */
    transition: all 0.2s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-10px);
  }
  .menu-btn__burger::after {
    transform: translateY(10px);
  }

  

  header .my_navbar ul {
    padding-top: 4rem;
    clip-path: circle(50px at 100% -50%);
    -webkit-clip-path: circle(50px at 100% -50%);
  }

  .my_navbar ul li a {
    font-size: 1rem;
  }

  .lang-selector-v2 {
    display: none;
  }

  header .my_navbar ul {
    padding-top: 2.5rem;
  }
  .my_navbar ul li {
    margin-bottom: 1.2rem;
  }
  
}
/* 500 px */

