@font-face {
  font-family: hnd;
  src: url(./Assets/Font/HelveticaNowDisplay-Regular.woff2);
}
@font-face {
  font-family: mer;
  src: url(./Assets/Font/MonumentExtended-Regular.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: hnd;
  background-color: #000;
  color: #fff;
}
.loader {
  background-color: #111;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1999;
  overflow: hidden;
}
.dots {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #02a8b5, #7129e8);
  background: linear-gradient(to right, #02a8b5, #7129e8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  scale: 88;
  z-index: 1000;
  -webkit-animation-name: big;
  animation-name: big;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loader h4 {
  font-size: 3vw;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001;
}
@-webkit-keyframes big {
  0% {
    scale: 1;
  }
  100% {
    scale: 88;
  }
}
@keyframes big {
  0% {
    scale: 1;
  }
  100% {
    scale: 88;
  }
}
a {
  text-decoration: none;
  color: #fff;
}
.hover-it {
  font-size: 1vw;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.hover-it::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.hover-it:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.border1 {
  border-top: 1px solid #706767;
  width: 100%;
}
.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1vw 3vw;
  z-index: 1000;
}
.dn {
  background: #000;
  border-radius: 35px;
  padding: 1vw 3vw;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo {
  width: 100px;
  height: 100px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}
.nav-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3vw;
}
.nav-links li {
  display: inline;
}
.nav-links li a {
  font-size: 1.1vw;
  cursor: pointer;
}
.nav {
  color: #fff;
}
.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.n,
.a {
  height: 45px;
  padding: 1vw;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.n {
  width: 115px;
  background: -webkit-linear-gradient(right, #02a8b5, #7129e8);
  background: linear-gradient(to left, #02a8b5, #7129e8);
  font-size: 1.1rem;
}
.a {
  width: 48px;
  font-size: 1.8vmax;
  font-family: sans-serif;
  background: -webkit-linear-gradient(bottom, #02a8b5, #7129e8);
  background: linear-gradient(to top, #02a8b5, #7129e8);
}
.nav-btn:hover .n {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}
.nav-btn:hover .a {
  width: 45px;
  rotate: 90deg;
  margin-left: -1px;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
}
#hero-page {
  width: 100%;
  min-height: 100vh;
  padding: 0 4vw;
  padding-top: 15%;
}
.hero-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2vw;
}
.hero-top h1 {
  font-size: 6vw;
  font-family: mer;
  line-height: 8vw;
  text-transform: uppercase;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
}
.hero-top .services-rep {
  width: 30%;
  height: 5vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #222;
  position: relative;
  cursor: pointer;
}
.services-rep h3 {
  font-size: 1.4vw;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.circle {
  left: 1%;
  width: 4.5vw;
  height: 4.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2vw;
  position: absolute;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: -webkit-linear-gradient(right, #02a8b5, #7129e8);
  background: linear-gradient(to left, #02a8b5, #7129e8);
  clip-path: circle(50% at center);
}
.services-rep:hover .circle {
  font-size: 2.5vw;
  rotate: 360deg;
}
.hero-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-center h1 {
  font-size: 6.5vw;
  font-family: mer;
  text-transform: uppercase;
}
.hero-center h1 .ltd {
  font-size: 2vw;
  font-family: mer;
  text-transform: uppercase;
}
.little-intro {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.little-intro p {
  color: gray;
  font-size: 2vw;
  width: 40%;
}
.hero-bottom {
  width: 96%;
  margin: auto;
  height: 100vh;
  margin-top: 10%;
  background: #222;
  border-radius: 115px 115px 0 0;
  position: relative;
  padding: 3vw 1vw;
  background-image: url(./Assets/Imgs/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-bottom .circle1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: -webkit-linear-gradient(right, #7129e8, #02a8b5);
  background: linear-gradient(to left, #7129e8, #02a8b5);
  position: absolute;
  top: -7%;
  right: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  scale: 1.8;
  font-size: 4rem;
}
.circle1::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  border: 4px dashed #fff;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
  scale: 0.9;
}
@-webkit-keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.card {
  width: 27%;
  height: 50%;
  padding: 1vw;
  border-radius: 8px;
  position: absolute;
  background: #f3f3f394;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 0.123);
}
.card h5 {
  font-size: 1.5vw;
  border-bottom: 1px solid gray;
}
.card h5 img {
  height: 2vw;
}
.card p {
  padding: 1vw 0;
  display: inline-block;
}
.p1 {
  top: 5%;
  left: 7%;
}
.p2 {
  top: 19%;
  right: 8%;
}
.p3 {
  bottom: 3%;
  left: 36%;
}
pre {
  padding: 10px;
  border-radius: 3px;
}
pre[class*="language-"],
code[class*="language-"] {
  font-size: 1.2vw;
  line-height: 1.1;
}
.moving-div {
  height: 30vh;
  gap: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  white-space: nowrap;
  overflow-x: hidden;
}
.move {
  display: inline-block;
  -webkit-animation-name: mobbe;
  animation-name: mobbe;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.move h1 {
  width: 100%;
  font-size: 6vw;
  color: gray;
}
@-webkit-keyframes mobbe {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes mobbe {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#about {
  width: 100%;
  height: 100vh;
  padding: 0 4vw;
  padding-top: 4vw;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#about h1 {
  font-size: 7vw;
  font-family: mer;
  text-transform: uppercase;
  color: gray;
  margin-bottom: 2vw;
}
.about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-text-p1 {
  width: 65%;
}
.about-text-p1 p {
  color: gray;
  font-size: 1.8vw;
  width: 85%;
}
.about-text-p2 {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1vw;
  margin-top: 2vw;
}
.about-text-p2 .tube {
  height: 6.5vh;
  border: 2px solid #fff0;
  -o-border-image: linear-gradient(90deg, #7129e8, #02a8b5);
  border-image: -webkit-linear-gradient(left, #7129e8, #02a8b5);
  border-image: linear-gradient(90deg, #7129e8, #02a8b5);
  border-image-slice: 1;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5vw;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 1vw 0;
}
.tube h3 {
  color: gray;
  font-size: 1.5vw;
}
.tube img {
  height: 2vw;
  width: 2vw;
}
.t1 {
  width: 45%;
}
.t2 {
  width: 45%;
}
.t3 {
  width: 40%;
}
.t4 {
  width: 55%;
}
.tube:hover img {
  margin-left: 0.5vw;
}
#service {
  width: 100%;
  height: 70vh;
  padding: 0 4vw;
  padding-top: 4vw;
  background: #000;
}
#service h1 {
  font-size: 7vw;
  font-family: mer;
  text-transform: uppercase;
  color: gray;
  margin-bottom: 2vw;
}
.service-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-text-p1 {
  width: 70%;
}
.service-text-p1 p {
  color: gray;
  font-size: 1.7vw;
  width: 95%;
}
.service-text-p2 {
  width: 30%;
  height: 45vh;
  overflow: hidden;
  position: relative;
}
.service-text-p2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: -17%;
}
#services {
  width: 100%;
  padding: 4vw 4vw;
  background: #000;
}
#services summary {
  font-size: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: gray;
  padding: 2vw;
  height: 20vh;
  border-bottom: 1px solid gray;
  text-transform: capitalize;
  font-weight: 900;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  padding-bottom: 3vw;
}
#services summary:hover {
  background-color: gray;
  color: #fff;
}
.bg {
  font-size: 4vw;
  padding: 1vw;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#services summary:hover .bg {
  background: -webkit-linear-gradient(left, #02a8b5, #7129e8);
  background: linear-gradient(to right, #02a8b5, #7129e8);
}
#services details {
  font-size: 1.5vw;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left;
  color: gray;
}
#services .bnn {
  border: none;
}
.dets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.dets img {
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 3px;
}
.dets p {
  width: 45%;
  padding: 1vw 0;
  margin-left: 5%;
}
.container-approach {
  width: 100%;
  margin: 0 auto;
  padding: 1vw 4vw;
  background-color: #fff;
  height: auto;
}
.container-approach h1 {
  color: #000;
  font-size: 6vw;
  margin-bottom: 2vw;
  padding: 4vw 0;
  font-family: mer;
  font-weight: 900;
}
.approach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3vw 0;
}
.heading {
  width: 50%;
  font-size: 1.5vw;
  color: #000;
}
.text {
  width: 40%;
  font-size: 1.5vw;
  color: #000;
}
.client-slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5vw 0;
  gap: 3vw;
}
.client-slider h1 {
  font-size: 5vw;
  color: gray;
  text-transform: uppercase;
  font-weight: 900;
  font-family: mer;
  text-align: left;
}
#moving-div {
  white-space: nowrap;
  padding: 1.2vw;
  overflow: hidden;
  width: 90%;
  position: relative;
}
#moving-div .move {
  display: inline-block;
  animation-name: mobe;
  animation-duration: 9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#moving-div .move img {
  border-radius: 3px;
  height: 5vw;
  margin: 0 1.2vw;
  background: #111;
}
@keyframes mobe {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#blur-left {
  height: 100%;
  width: 20%;
  background: linear-gradient(to right, #000, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#blur-right {
  height: 100%;
  width: 20%;
  background: linear-gradient(to right, transparent, #000);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#case-studies {
  width: 100%;
  height: auto;
  padding: 0 4vw;
  padding-top: 4vw;
  background: #000;
}
#case-studies .case-head {
  font-size: 5vw;
  color: gray;
  text-transform: uppercase;
  font-weight: 900;
  font-family: mer;
}
.caseCon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4vw;
}
.rev {
  flex-direction: row-reverse;
}
.caseCon img {
  width: 40%;
  border-radius: 9px;
  object-fit: contain;
}
.cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-top: 4vw;
  width: 55%;
}
.cases details {
  background: #222;
  padding: 2vw;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3vw;
}
.cases summary h2 {
  color: gray;
  font-size: 3vw;
  font-weight: 900;
}
.cases details p {
  font-size: 1.3vw;
  margin-top: 1vw;
  color: #fff;
}
details .tags {
  margin-top: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
}
details .tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5vw 1vw;
  border-radius: 35px;
  background: -webkit-linear-gradient(left, #02a8b5, #7129e8);
  background: linear-gradient(to right, #02a8b5, #7129e8);
  font-size: 1vw;
}
footer {
  width: 100%;
  height: 120vh;
  background: #000;
  padding: 4vw 0;
}
.footer1 {
  width: 88%;
  height: 80%;
  margin: auto;
  background-color: #222;
  border-radius: 0 0 115px 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer1 h1 {
  font-size: 7vw;
  color: gray;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 6.5vw;
}
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  margin-top: 3vw;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btns .btn {
  width: 15%;
  height: 7vh;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5vw;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.bn {
  border: none;
  color: #fff;
  background: -webkit-linear-gradient(left, #02a8b5, #7129e8);
  background: linear-gradient(to right, #02a8b5, #7129e8);
}
.bgn {
  border: 1px solid gray;
  background: none;
  color: gray;
}
.bgn:hover {
  border: none;
  color: #fff;
  background: -webkit-linear-gradient(left, #02a8b5, #7129e8);
  background: linear-gradient(to right, #02a8b5, #7129e8);
}
.bn:hover {
  background: none;
  border: 1px solid gray;
  color: gray;
}
.brand {
  text-align: center;
  margin-top: 2vw;
  font-size: 4vw;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-family: mer;
}
.slinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  margin-top: 2vw;
  flex-direction: column;
}
.links {
  display: flex;
  gap: 1vw;
}
.links img {
  height: 3vw;
  transition: all 0.5s ease-in-out;
}
.links img:hover {
  height: 3.3vw;
}
.s1 {
  scale: 1.3;
}
.s3 {
  scale: 1.1;
}
footer p {
  color: gray;
  font-size: 1.5vw;
  text-align: right;
  margin-top: 2vw;
  padding: 1vw;
}
