* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
#preloader h1 {
  /* font-size: 1vw; */
  color: #fff;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader .loading {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 0 10px;
  animation: load 0.7s ease infinite;
  display: inline-block;
}
#preloader .loading.one {
  animation-delay: 0.3s;
}
#preloader .loading.two {
  animation-delay: 0.4s;
}
#preloader .loading.three {
  animation-delay: 0.5s;
}
@keyframes load {
  0% {
    width: 10px;
    height: 10px;
  }
  50% {
    width: 5px;
    height: 5px;
  }
}
/* width */
::-webkit-scrollbar {
  /* width: 10px; */
}

/* Track */
::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: #888; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /* background: #555; */
}
body::-webkit-scrollbar {
  display: none;
}
#preloader {
  width: 100%;
  position: fixed;
  height: 100vh;
  z-index: 9999999999;
  display: block;
}
#preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hamburger {
  width: 6em;
  height: 6em;
  display: inline-block;
  position: relative;
  z-index: 1;
  mix-blend-mode: overlay;
  /* background-color: white; */
}
.hamburger .line {
  width: 100%;
  height: 0.8em;
  background-color: rgb(153 139 139);
  position: absolute;
  left: 0%;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate(-0%, -0%) rotate(0.001deg);
  gap: 10px;
  /* background-color: rgb(0, 0, 0); */
  border-radius: 0.5vmax;
}
.hamburger .line1 {
  top: 20%;
}
.hamburger .line2 {
  top: 60%;
}
.hamburger .line.active {
  mix-blend-mode: difference;
}
.progresss-bar {
  height: 1px;
  width: 0%;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.pin-spacer:nth-child(1) {
  pointer-events: none !important;
}
.projectCardsMain .pin-spacer:nth-child(1) {
  pointer-events: all !important;
}
.Header__Wrapper {
  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;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99999999;
  padding: 4rem 10rem;
  height: 108px;
  font-family: Bulevar, sans-serif;
  position: fixed;
  /* background-color: rgba(255, 0, 0, 0.455); */

  /* pointer-events: none; */
  /* background-color: gray; */
}

.Header__Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  background: none;
  border: none;
  font-family: Bulevar, sans-serif;
}
.Header__MenuContainer {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.Header__Menu {
  font-size: 2rem;
  /* padding-right: 1rem; */
}
.Header__Menu.Close {
  font-weight: 600;
  /* font-size: 14px; */
  /* line-height: 140%; */
  letter-spacing: 0.01em;
  position: relative;
  /* margin-right: 2.2rem; */
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  color: rgb(0, 0, 0);
  opacity: 0;
}
.Header__Menu.Close:first-child {
  position: absolute;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.Header__Menu.Open {
  font-weight: 600;
  position: relative;
}
.btn.active {
  /* background-color: #333; */
  /* color: #fff; */
}

.SideNav__Wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  /* display: none; */
}
.SideNav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  background-color: rgba(46, 56, 48, 0.8);
  pointer-events: none;

  /* display: none; */
  /* pointer-events: none; */
}
.Noise__NoiseWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.6;
  display: none;
  pointer-events: none;
}
.Noise__NoiseAnimation {
  -webkit-animation: 0.3s steps(6) 0s infinite normal none running mos;
  animation: 0.3s steps(6) 0s infinite normal none running mos;
  position: absolute;
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url("https://www.newformcap.com/static/noise-371d72175aafed861a68c9b3beb98584.webp");
  background-size: 15%;
  pointer-events: none;
  display: none;
}
@-webkit-keyframes mos {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  10% {
    -webkit-transform: translate(-5rem, -5rem);
    transform: translate(-5rem, -5rem);
  }
  30% {
  }
  50% {
    -webkit-transform: translate(10rem, 10rem);
    transform: translate(10rem, 10rem);
  }
  70% {
    -webkit-transform: translate(9rem, 3rem);
    transform: translate(9rem, 3rem);
  }
  90% {
    -webkit-transform: translate(-1rem, 7rem);
    transform: translate(-1rem, 7rem);
  }
}
@keyframes mos {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  10% {
    -webkit-transform: translate(-5rem, -5rem);
    transform: translate(-5rem, -5rem);
  }
  30% {
  }
  50% {
    -webkit-transform: translate(10rem, 10rem);
    transform: translate(10rem, 10rem);
  }
  70% {
    -webkit-transform: translate(9rem, 3rem);
    transform: translate(9rem, 3rem);
  }
  90% {
    -webkit-transform: translate(-1rem, 7rem);
    transform: translate(-1rem, 7rem);
  }
}
.SideNav__Sidebar {
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  /* left: -100%; */
  position: fixed;
  width: 75%;
  height: 100%;
  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;
  padding-left: 10rem;
  /* background-color: black; */
  /* -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
  -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
  transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85); */
}
.SideNav__InnerWrapper {
  max-width: 100%;
  overflow: hidden;
}
.SideNav__InnerBG {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url(/static/Black-Background-Tile-2x-157406e….webp)
    rgb(18, 22, 19);
}
.NavigationItems__Wrapper {
  font-style: normal;
  font-size: 7rem;
  font-family: "nRegular";
  line-height: 100%;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  padding-right: 6rem;
  margin-left: 7rem;
  margin-right: -6rem;
  gap: 4rem;
}
.NavigationItems__ItemsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.NavItem__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  position: relative;
}
.NavItem__Item {
  color: rgb(250, 255, 250);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* padding-right: 1%; */
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.NavItem__Wrapper:hover .NavItem__Item {
  color: #8b6ed8;
  cursor: pointer;
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
}
.NavItem__Blinky {
  border-bottom: 6px solid #aa94e8;
  display: inline-block;
  width: 60px;
  height: 80px;
  /* -webkit-transform: translateY(10px); */
  /* -ms-transform: translateY(10px); */
  /* transform: translateY(10px); */
  z-index: 1;
  opacity: 0;
  /* display: none; */
  visibility: hidden;
  -webkit-animation: blink 0.5s infinite alternate;
  animation: blink 0.5s infinite alternate;
  /* Use alternate to blink on both states */
}
.brdrcntcn {
  border: none !important;
  padding: 3rem 0px 0px 0px !important;
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.NavItem__Wrapper:hover .NavItem__Blinky {
  visibility: visible;
}
.NavigationItems__Clipper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 33%;
  overflow: hidden;
  background: url(/static/Black-Background-Tile-2x-157406e….webp)
    rgb(18, 22, 19);
}
.middle {
  /* background: #ec407a; */
  /* background-color: yellow;  */
}
.hero_pin_wrapper {
  align-items: center;
  display: flex;
  height: 80vh;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  position: sticky;
  top: 0;
  /* background-color: red; */
}
a {
  text-decoration: none;
}
.wrapper .Logo {
  position: fixed;
  mix-blend-mode: difference;
  color: #fff;
  top: 20rem;
  left: 15rem;
  opacity: 1;
  z-index: 999999999;
  /* transition-delay: .5s; */
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.wrapper .LogoTitle {
  /* font-size: 3.375rem; */
  line-height: 1;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  letter-spacing: 0.1px;
  font-family: "nRegular";
  -webkit-transition: color 0.5s ease-out 0.5s,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s ease-out 0.5s,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.5s ease-out 0.5s,
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s ease-out 0.5s,
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.5s ease-out 0.5s,
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* transform: scale(5, 4.5); */
  font-weight: 900;
}

.first_name {
  font-size: 7rem;
}
.last_name {
  font-size: 7rem;
}
.hero_block {
  padding: 9rem 0 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  /* background-image: url("./Assets/Home/Noise.png"); */
  /* background-color: green; */
  background-size: cover;
  background-position: center;
  /* background-color: red; */
}
.pascdn {
  position: absolute;
  left: 2%;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 25%;
}
.blob_one_hero::before {
  border-radius: 454px;
  opacity: 0.8;
  background: #a668fd;
  filter: blur(200px);

  border-radius: 454px;
  /* opacity: 1; */
  -webkit-filter: blur(200px);
  width: 62vh;
  z-index: -1;
  height: 56vh;
  position: absolute;
  content: "";
  top: -14%;
  left: -6%;
}
.blob_two_hero::before {
  border-radius: 1047px;
  opacity: 1;
  background: #fad3c6;
  -webkit-filter: blur(250.11285400390625px);
  filter: blur(250.11285400390625px);

  width: 72vh;
  height: 58vh;
  z-index: 0;
  position: absolute;
  content: "";
  top: -20%;
  right: 0%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cta_f_animate {
  max-width: 100%;
  /* height: 52vh; */
  position: absolute;
  top: -20%;
  /* right: 0%; */
  left: 60%;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 999999999999999;
}
.space_hero_first {
  width: 100%;
  z-index: 1;
  position: relative;
  padding-left: 4.5%;
  /* height: 80vh; */
}
.space_hero_first_loader {
  width: 100%;
  z-index: 1;
  /* position: relative; */
}
.cta_f_animate_loader {
  max-width: 100%;
  /* height: 52vh; */
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999999;
  display: none;
}
.arrow_style {
  max-width: 100%;
  height: auto;
}
.support_hero_txt {
  font-family: "nMedium";
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #1b1c15;
  width: 64%;
}
.dFlexStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0.2rem solid #9a8cc0;
  /* border-image-source: linear-gradient(93.7deg, #9A8CC0 1.44%, #BDCFEE 91.96%);     */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dFlexStyle2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* border-bottom: 0.2rem solid #9a8cc0; */
  /* border-image-source: linear-gradient(93.7deg, #9A8CC0 1.44%, #BDCFEE 91.96%);     */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 85%;
  /* background-color: red; */
}
.support_hero_txt2 {
  font-family: "nMedium";
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #1b1c15;
  width: 25%;
  border-bottom: 0.2rem solid #9a8cc0;
}
.intro_hero_beige {
  margin-top: 10vh;
  /* background-color: green; */
  /* display: none; */
  opacity: 0;
  margin-top: 10rem;
}

.intro_upper {
  color: #17191a;
  font-family: Adoha;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.flex_intro_animate {
  margin-top: 4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.beige_main_intro {
  color: #17191a;
  font-family: "nRegular";
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1px;
  position: relative;
  z-index: 9999999999;
}
.pop_animate_style {
  height: 350px;
  width: 300px;
  position: absolute;
  bottom: -160px;
  left: 16%;
}
#cta_animate {
  -webkit-animation: wheel 18s infinite linear;
  animation: wheel 18s infinite linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
  opacity: 0;
  margin-top: 30rem;
}
/* loader-circle */
#cta_animate_loader {
  -webkit-animation: wheel 18s infinite linear;
  animation: wheel 18s infinite linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
}
/* loader-circle */

@-webkit-keyframes wheel {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes wheel {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* .heading {
  border: 1px dotted white;
  display: flex;
  flex-direction: column;
  width: 100%;
} */

.gallery {
  overflow-x: hidden;
  width: 100%;
  /* background-color: rgba(17, 0, 255, 0.382); */
  position: relative;
  padding: 0 0rem;
  /* pointer-events: none; */
  transform: translateY(-10%);
}
.item {
  align-items: center;
  /* border: 1px solid rgb(0, 30, 255); */
  display: flex;
  min-height: 500px;
  /* padding: 10rem 0; */
}
.item:nth-child(1) {
  margin: 0 20rem 0 0;
}
.item:nth-child(2) {
  margin: 0rem 0 0 20rem;
}
.item:nth-child(3) {
  margin: 0rem 0;
}
.item:nth-child(4) {
  margin: 0 20rem 0 0;
}
.item:nth-child(5) {
  margin: 0 0 0 20rem;
}
.item.item-1 {
  justify-content: end;
}
.item.item-2 {
  justify-content: start;
}
.item.item-3 {
  justify-content: center;
}
.item.item-4 {
  justify-content: end;
}
.item.item-5 {
  justify-content: start;
}

.item img {
  display: block;
  /* scale: 0.8; */
}

.blank_container {
  width: 100%;
  height: 100vh;
  background-color: rgba(210, 105, 30, 0);
  position: relative;
  pointer-events: none;
}

/* video-section-new */
.page_homepage__purple-change {
  width: 100%;
  height: 60vh;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
  margin-bottom: 5vw;
}
.HomepageShowreel_showreel_sticky {
  position: relative;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.HomepageShowreel_showreel__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 30px;
}
.HomepageShowreel_showreel__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.HomepageShowreel_showreel-wrapper {
  height: 100%;
  position: relative;
}
/* video-section-new */
/* infoPrsn */
.infoPrsn {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  background-color: #16181e;
  overflow: hidden;
  padding-top: 70px;
}
.circleNewMain {
  max-width: 100%;
  height: auto;
  margin: -9% auto 0px auto;
  display: block;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flower_img {
  position: absolute;
  top: 5vh;
  left: 50vw;
  z-index: 9;
}
.infoPrsnHead {
  font-family: "nRegular";
  color: #fff;
  font-size: 4vw;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 5rem 0;
  z-index: 99;
  position: relative;
}
.prsnStyle1 {
  /* border: 5px solid #fff; */
}
.infoPrsn_cards {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 15rem;
  /* border: 2px solid red; */
  -ms-grid-columns: 1fr 15rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.infoPrsn_cards_card {
  /* background-color: dodgerblue; */
  color: white;
  /* padding: 1rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15rem 0;
}
.infoPrsn_cards_card:nth-child(2) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 10rem;
}
.infoPrsnPara {
  font-size: 2.5rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 400;
  line-height: 150%;
}
.lineband {
  height: auto;
  max-width: 26%;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* infoPrsn */
/* counter_test_cli */
.counter_test_cli {
  margin-top: 12rem;
  /* padding: 8rem 0; */
  padding: 0 0 12rem 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#fast-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7.5rem 0;
  height: 100vh;
  background-color: green;
}
.animCounter {
  font-size: 10rem;
}
.big_counter_txt {
  color: rgba(35, 31, 32, 0.6);
  font-family: "nRegular";
  font-size: 13rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  opacity: 0.15000000596046448;
  line-height: normal;
}
.icnserdv {
  margin-right: 3.2rem;
  margin-top: -6.4rem;
}
.styleicnser {
  max-width: 92px;
  height: 92px;
}
.dscpser {
  width: 82%;
}
.title_serv {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 3.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 106%; /* 106.25% */
}
.tpara_serv {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 2.5rem;
  margin-top: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 149.147% */
  width: 85%;
}
.counter_head {
  color: #231f20;
  text-align: center;
  font-family: "nRegular";
  font-size: 2rem;
  text-align: center;
  font-style: normal;
  margin-top: -8.5rem;
  font-weight: 500;
  line-height: normal;
}
.testmain_block {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
.counter-box {
  text-align: center;
}
.testimonials_block_main {
  padding: 13rem 0;
}
.testimonial_main {
  text-align: center;
  background-color: #fbf8f5;
  padding: 0px 10%;
}
.double_quotes {
  max-width: 100%;
  height: auto;
  margin: 0px auto 5.2rem auto;
}
.spcrightfln {
  margin-left: 36px;
  margin-right: 36px;
}
.spcrleftfln {
  margin-left: 36px;
}
.comment_clients {
  color: #1b1c15;
  text-align: center;
  font-family: "Medium";
  font-size: 2.4rem;
  font-style: normal;
  line-height: 150%;
}
.line_test_m {
  width: 12%;
  margin: 5.2rem auto;
  height: 0.2rem;
  background-color: #191918;
}
.name_test {
  color: #2c2c2c;
  font-family: "SemiBold";
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0.4rem;
}
.desg_test {
  color: #616f7a;
  font-family: "Medium";
  font-size: 1.8rem;
  font-style: normal;
  line-height: normal;
}
/*  */
.proj_main {
  color: #1b1c15;
  font-family: "Plus Jakarta Sans";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2.2rem;
}
.name_proj {
  color: var(--old-1-b-1-c-15, #1b1c15);
  font-family: "Plus Jakarta Sans";
  padding-right: 0%;
  font-size: 6rem !important;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 2.2rem;
  font-weight: 500;
}
.name_proj:hover {
  color: #8b6ed8;
}
.proj_categ {
  color: #616f7a;
  font-family: "Plus Jakarta Sans";
  font-size: 2.1rem;
  margin-top: 2rem;
  line-height: normal;
  font-weight: 500;
}
.style_new_para {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.service_blob_m::before {
  width: 663px;
  height: 668px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 668px;
  opacity: 0.20000000298023224;
  background: #a668fd;
  -webkit-filter: blur(123.93822479248047px);
  filter: blur(123.93822479248047px);
  position: absolute;
  content: "";
  top: 8%;
  left: 5%;
}
.service_blob_m_2::before {
  width: 475px;
  height: 480.067px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 480.067px;
  opacity: 0.30000001192092896;
  background: rgba(42, 24, 194, 0.6);
  -webkit-filter: blur(126.66666412353516px);
  filter: blur(126.66666412353516px);
  position: absolute;
  content: "";
  top: -10%;
  right: -5%;
}
.servicesNew {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  padding: 14rem 0rem 14rem 0rem;
  background: #16181e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.headServiceNew {
  /* color: var(--light-2-c-2-c-2-c, #2c2c2c); */
  font-family: "Adoha";
  font-size: 4.8rem;
  line-height: 120%; /* 150% */
}
.servStymaH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  /* align-items: flex-end; */
  margin-top: 100px !important;
  color: var(--light-2-c-2-c-2-c, #ffffff);
}
.leftContentcrd {
  background: #16181e;
  /* padding: 80px ; */
  /* text-align: center; */
}
.service_main_left {
  max-width: 100%;
  height: 480px;
}
.abtSubh {
  /* color: var(--old-1-b-1-c-15, #1b1c15); */
  font-family: "Medium";
  font-size: 3rem;
  padding-right: 20%;
  line-height: 150%; /* 143.75% */
}
.bold {
  font-family: "SemiBold";
}
.paraServiceNew {
  /* color: var(--light-2-c-2-c-2-c, #2c2c2c); */
  font-family: "Medium";
  font-size: 2rem;
  line-height: 160%;
}
.videomainshwreel {
  max-width: 100%;
  height: auto;
  margin-bottom: -6px;
}
.cardServiceRight {
  /* border-radius: 32px 0px 0px 0px; */
  background: #16181e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border: 5px solid #fff; */
  position: relative;
}
.spcServMain {
  /* margin: 62px 0px; */
}
.servwrapMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.UI-UXServ {
  opacity: 0;
}
.BrndServ {
  opacity: 0;
}
.service_icon_main_new {
  max-width: 100%;
  margin-right: 3.2rem;
  height: 80px;
}
.service_name_new {
  color: #fff;
  font-family: "SemiBold";
  font-size: 2.8rem;
  line-height: 120%;
  margin-bottom: 1.8rem;
}
.tabvm {
  margin-top: 4.3rem !important;
}
.main_slider_testm {
  text-align: center;
}
.headTestimonialsMain {
  color: #877aab;
  text-align: center;
  font-family: "Adoha";
  font-size: 5.2rem;
  padding: 0px 5%;
  margin-bottom: 4.2rem;
  line-height: 120%;
}
.topminu {
  margin-top: -4rem;
}
.para_service_home_main {
  color: #fff;
  font-family: "Medium";
  font-size: 1.8rem;
  line-height: 160%; /* 177.778% */
}
.footer_main {
  background-color: #16181e;
  /* padding-bottom: 80px; */
  padding: 5rem 0;
}
.brdrtpftm {
  border-top: 1px solid #a790e85a;
  padding-top: 140px;
}
.algnmainftbt {
  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;
}
.mainLogoFt {
  font-family: "nRegular";
  font-size: 6.5rem;
  color: #fff;
  line-height: 110%;
}
.lnks_fhedbt:hover {
  color: #a668fd;
}
.footer_lnks_mn:hover {
  color: #a668fd;
}
.mttopft {
  margin-top: 160px;
}
.footer_lnks_mn {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  text-transform: capitalize;
}
.cpyright {
  color: #fff;
  text-align: right;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.flsev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}
.fheadma {
  color: #fff;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
}
.spcftbt {
  margin-top: 32px;
}
.lnks_fhedbt {
  color: #fff;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
/* BlockHeader_section */
.BlockHeaderHero_section {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.BlockHeaderHero_content {
  position: relative;
  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;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#bl2 {
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.BlockHeaderHero_content:nth-child(2) {
  background-color: #fff9f6;

  color: #d3390096;
}
.BlockHeaderHero_content:nth-child(1) .BlockHeaderHero_heading {
  text-align: center;
}
.BlockHeaderHero_content:nth-child(2) .BlockHeaderHero_heading {
  text-align: center;
}
.BlockHeaderHero_heading {
  font-size: 14rem;
  font-weight: 500;
  letter-spacing: -3px;
  font-family: "nRegular";
  line-height: 1;
  padding-inline: 0.9375rem;
  will-change: transform;
}

/* leftrgblck */
.leftrgblck {
  padding: 12rem 0px 1rem 0px;
}
.mdmdm {
  max-width: 100%;
  height: 662px;
}
.mtxtlftrg {
  color: #1b1c15;
  font-family: "Plus Jakarta Sans";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.84px;
}
.ipadvm {
  display: none;
}
/* media */
@media screen and (max-width: 767px) {
  #preloader h1 {
    font-size: 3vw;
  }
  .mobile {
    display: block !important;
    opacity: 0;
  }
  .pascdn {
    display: none;
  }
  .brdrtpftm {
    padding-top: 8rem;
    padding: 8rem 1.3rem 0px 1.3rem;
  }
  .circleNewMain {
    max-width: 26%;
    height: auto;
    margin: -16% auto 0px auto;
  }
  .infoPrsnPara {
    font-size: 1.9rem !important;
    margin-bottom: 1rem !important;
  }
  .infoPrsn_cards_card:nth-child(2) {
    gap: 5rem;
  }
  .pdbttop {
    padding-top: 5rem !important;
  }
  .pdbttoper {
    padding-top: 10rem !important;
  }
  .infoPrsn {
    padding-top: 100px;
    padding-bottom: 32px;
  }
  .infoPrsnHeadm {
    text-align: left !important;
    padding-left: 5%;
    font-size: 5rem !important;
    position: relative;
    color: #fff;
    margin-bottom: 6rem;
    font-family: "nregular";
  }
  .NavigationItems__Wrapper {
    font-size: 3.5rem;
    /* font-family: "nRegular"; */
    letter-spacing: -0.01em;
    padding-right: 4rem;
    margin-left: 7rem;
  }
  .BlockHeaderHero_heading span {
    line-height: 140%;
  }
  .NavigationItems__ItemsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .flower_img {
    position: absolute;
    top: 7vh;
    right: -20px;
    height: 20vh;
    z-index: 0 !important;
  }
  .service_mobile {
    background-color: #16181e;
    padding: 9rem 0;
  }
  .headServ {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 7.2rem;
    line-height: normal;
    /* letter-spacing: -0.64rem; */
  }
  .icnserdv {
    margin-right: 1rem;
    margin-top: -0px;
  }
  .styleicnser {
    height: 52px;
    width: 52px;
    margin-bottom: 3.2rem;
  }
  .tbsrvpd {
    padding: 3rem 0;
  }
  .title_serv {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
  }
  .dscpser {
    width: 100%;
  }
  .tpara_serv {
    font-size: 1.6rem;
    margin: 0px;
  }
  .spcservma {
    margin-top: 5.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  img.prsnPhoto.prsn_photo-1 {
    margin-top: 5rem;
  }
  /* .infoPrsn_cards_card{
  padding-top: 10rem !important;
} */
  .spcftbt {
    margin-top: 2rem;
  }
  .tickerBlockt {
    padding-top: 0px;
    padding-bottom: 0rem;
  }
  .mdmdm {
    max-width: 100%;
    height: 312px;
    margin-bottom: 3.2rem;
  }
  .lnks_fhedbt {
    color: #fff;
    text-align: left;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  /* .BlockHeaderHero_heading {
    font-size: 4.6rem;
    font-family: "nregular";
    letter-spacing: -1.2px;
    color: #000;
    line-height: 1.1;
    padding-inline: 0.9375rem;
    will-change: transform;
  } */
  .mtxtlftrg {
    line-height: 140%;
    font-size: 24px;
  }
  .mainLogoFt {
    font-size: 4rem;
    margin-bottom: 7.2rem;
  }
  .tickerBlockttb {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .tickerPropt {
    max-width: 100%;
    height: 42px;
    margin: 0px 2.6rem 0px 2.6rem;
  }
  .mobile_main_ft {
    margin-top: 7.8rem;
  }
  .movingTxtMainbg {
    font-size: 3.7rem;
  }
  .leftrgblck {
    padding: 12rem 0px 4rem 0px;
  }
  .testmain_block {
    padding: 2rem 1.3rem 8rem 1.3rem;
  }
  .paaratestmn {
    font-size: 2.4rem;
    line-height: 150%;
  }
  .name_client {
    margin-top: 5.2rem;
    font-size: 2rem;
  }
  .pace_client {
    font-size: 1.8rem;
  }
  .footer_lnks_mn {
    font-size: 15px;
    font-weight: 400;
  }
  .footer_main {
    background-color: #16181e;
    padding: 4rem 0 3rem 0px;
  }
  .mttopft {
    margin-top: 70px;
  }
  .cpyright {
    text-align: left;
    margin-top: 3rem;
    font-size: 1.3rem;
  }
  .center-cntr {
    row-gap: 0.2rem;
  }
  .small-cntr {
    gap: 0.2rem;
  }
  .intro_upper {
    font-family: "Adoha";
    font-size: 2.6rem;
  }
  /* .beige_main_intro {
    font-size: 3.8rem;
  } */
  .cta_f_animate {
    display: none;
  }
  .hero_block {
    height: auto;
    padding: 17rem 0px 4rem 0px;
  }
  .pop_animate_style {
    height: 160px;
    /* margin-top: 30px; */
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -7.6rem 0px 0px auto;
    left: 0px;
  }
  .ctaflexm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ctaflexm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .support_hero_txt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .support_hero_txt2 {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .wfirst {
    width: 50%;
    border-bottom: 1px solid #a668fd;
  }
  .wfirst2 {
    width: 60%;
    border-bottom: 1px solid #a668fd;
  }
  .wsecond {
    width: 10%;
  }
  .wthird {
    width: 30%;
  }
  .revolvrCCta {
    width: 100%;
    height: 90px;
    -webkit-animation: wheel 12s infinite linear;
    animation: wheel 12s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform-box: fill-box;
  }

  @-webkit-keyframes wheel {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes wheel {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .outlineHighlight {
    font-size: 3.4rem !important;
  }
  .projectWrapperM {
    padding: 0px 4% 3rem 4%;
  }
  .movingTxtMain {
    font-size: 3.4rem;
  }
  .intro_hero_beige {
    margin-top: 4.2rem;
  }
  .pWrapmainCnt {
    margin-bottom: 3.8rem;
    border-bottom: 1px solid #17191a28;
    padding-bottom: 2.4rem;
  }
  .tickerBlock {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .tickerProp {
    max-width: 100%;
    height: 34px;
    margin: 0px 3.2rem 0px 3.2rem;
  }
  .proj_main {
    font-size: 1.5rem;
  }
  .mpassetmain {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .name_proj {
    font-size: 2.4rem !important;
    line-height: 120%;
    margin-top: 1.6rem;
    padding-right: 0px;
    margin-bottom: 1.2rem;
  }
  .proj_categ {
    font-size: 1.5rem;
  }
  .flex_intro_animate {
    margin-top: 4vh;
    display: block;
  }
  .bandBlock {
    margin-left: -6px;
    margin-top: 2rem;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  .movingTxtMainBand {
    font-size: 2.2rem;
    margin: 0px 3.6rem;
  }
  .moving-text-band {
    padding: 1.6rem 0px;
  }
  .servicesNew {
    padding: 100px 0px 0px 0px;
  }
  .service_main_left {
    height: 360px;
  }
  .leftContentcrd {
    padding: 6.2rem;
  }
  .cardServiceRight {
    padding: 7.2rem 6% 7.2rem 8%;
    margin-top: -2rem;
  }
  .headServiceNew {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
  .service_icon_main_new {
    margin-right: 1.6rem;
    height: 58px;
  }
  .service_name_new {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .para_service_home_main {
    font-size: 1.4rem;
    font-family: "Regular";
    line-height: 160%;
    margin-bottom: 0px;
  }
  .paraServiceNew {
    font-size: 1.8rem;
  }
  .spcServMain {
    margin: 5.2rem 0px;
  }
  .servStymaH {
    margin-top: 8rem !important;
  }
  .headTestimonialsMain {
    font-size: 3.4rem;
    padding: 0px 4%;
    margin-bottom: 4.2rem;
  }
  .comment_clients {
    font-size: 1.8rem;
    font-family: "Regular";
  }
  .abtSubh {
    font-size: 2rem;
    padding-right: 0%;
    line-height: 130% /* 143.75% */;
    margin-top: 3.6rem;
  }
  .aboutPara {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    line-height: 1.6;
  }
  .learnMoreBlock {
    margin-top: 2.6rem;
  }
  .linkBtn {
    font-size: 1.6rem;
  }
  .counter_test_cli {
    margin-top: 0rem;
    padding: 2rem 0px 8rem 0px;
  }
  .counter-box {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    margin-bottom: 6.2rem;
  }
  .testimonials_block_main {
    padding: 8rem 0px;
  }
  .big_counter_txt {
    font-size: 8rem;
  }
  .flsev {
    justify-content: space-between;
  }
  .line_test_m {
    width: 24%;
    margin: 3.2rem auto;
    height: 2px;
    background-color: #191918;
  }
  .spcrightfln {
    margin-left: 0px;
    margin-right: 0px;
  }
  .spcrleftfln {
    margin-left: 0px;
  }
  .mpadabt {
    padding-bottom: 60px;
  }
  .page2 {
    height: 90vh;
  }
  .page2 .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -64%;
    gap: 2vw;
  }
  .scroll-indicator_wrapper h3 {
    font-family: "nRegular";
    font-size: 12px;
    color: #fff;
  }
  .animSpiral {
    text-align: right;
    padding: 20% 4% 0px 5% !important;
    position: absolute;
    bottom: 8px;
    z-index: 0;
    right: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .counter_head {
    font-size: 18px;
    font-family: "nRegular";
    margin-top: -58px;
  }
  .name_test {
    font-size: 1.8rem;
  }
  .desg_test {
    font-size: 1.6rem;
  }
}
.serv_mobile {
  display: none;
}
@media only screen and (max-width: 320px) {
  #preloader h1 {
    font-size: 4vw;
  }
  #preloader .loading {
    margin: 0 5px;
  }
  .serv_mobile {
    display: block;
  }
  /* .mbl {
    display: block;
  }
  .desk {
    display: none;
  } */
  .hero_pin_wrapper {
    /* height: 70vh; */
  }
  .intro_hero_beige {
    margin-top: 3.2rem !important;
  }
  .flex_intro_animate {
    margin-top: 0px;
  }
  .pop_animate_style {
    height: 12rem !important;
    /* margin-top: 30px !important; */
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 0% !important;
    top: 10rem;
  }
  .video-section-outer-wrapper {
    height: 70em;
  }
  .video-section-cover {
    height: 100%;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    top: -100%;
    position: fixed;
    left: 0 !important;
    width: 100%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  }
  .wrapper .Logo {
    left: 2rem !important;
    top: 13rem;
  }
  .wrapper .LogoTitle {
    /* transform: scale(1, 1); */
  }
  .first_name {
    font-size: 7.2rem;
  }
  .last_name {
    font-size: 7.2rem;
  }
  .SideNav {
    display: none;
  }
  .infoPrsn_cards {
    gap: 0rem;
    padding: 0 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .infoPrsn_cards_card {
    padding: 2rem 0;
  }
  .infoPrsnPara {
    margin-bottom: 10rem;
  }
  .infoPrsnHead {
    font-size: 4rem;
  }
  .prsnStyle1 img {
    width: 100%;
  }
  .about-how-we__fact {
    font-size: 2rem !important;
  }
  .about-how-we__title {
    font-size: 2.6rem !important;
    line-height: 3rem !important;
  }
  .about-how-we__sticky-wrapper {
    padding: 0 0.5rem;
  }
  .Header__Wrapper {
    padding: 4rem 2rem;
  }
  .BlockHeaderHero_heading {
    font-size: 4.2rem;
  }
  .beige_main_intro {
    font-size: 3.7rem;
  }
  .pabslte {
    /* height: 30vh; */
    padding: 0;
  }
  .tickerBlockt {
    padding-bottom: 0rem !important;
  }
  .NavItem__Wrapper {
    /* align-items: center; */
  }
  .movingTxtMainbg {
    font-size: 3rem !important;
    letter-spacing: -1.52px;
  }
  .pabslte {
    height: 20vh;
  }
  .gallery {
    padding: 0;
    transform: translateY(-5%);
  }
  .item.item-1 {
    justify-content: center;
  }
  .item:nth-child(1) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-1 img {
    /* transform: scale(1.1); */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-2 {
    justify-content: end;
  }
  .item.item-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-3 {
    justify-content: start;
  }
  .item.item-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(3) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-4 {
    justify-content: center;
  }
  .item.item-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(4) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-5 {
    justify-content: center;
  }
  .item.item-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(5) {
    margin: 2rem 2rem 0 2rem;
  }
  .service_desktop {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
  #preloader h1 {
    font-size: 4vw;
  }
  #preloader .loading {
    margin: 0 5px;
  }
  .serv_mobile {
    display: block;
  }
  .gallery {
    padding: 0;
    transform: translateY(-10%) !important;
  }
  .item.item-1 {
    justify-content: center;
  }
  .item:nth-child(1) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-1 img {
    /* transform: scale(1.1); */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-2 {
    justify-content: end;
  }
  .item.item-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-3 {
    justify-content: start;
  }
  .item.item-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(3) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-4 {
    justify-content: center;
  }
  .item.item-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(4) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-5 {
    justify-content: center;
  }
  .item.item-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(5) {
    margin: 2rem 2rem 0 2rem;
  }
  .pabslte {
    height: 30vh;
  }
  .hero_pin_wrapper {
    /* height: 80vh; */
  }
  .video-section-outer-wrapper {
    height: 70vh;
  }
  .video-section-cover {
    height: 100%;
  }
  .SideNav__Sidebar {
    top: 0;
  }
  .SideNav {
    display: none;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    top: -100%;
    position: fixed;
    left: 0 !important;
    width: 100%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .wrapper .Logo {
    left: 2rem !important;
    top: 13rem;
  }
  .wrapper .LogoTitle {
    font-weight: 900;
    /* transform: scale(5, 6.5); */
  }
  .first_name {
    font-size: 8rem;
  }
  .last_name {
    font-size: 8rem;
  }
  .infoPrsnHead {
    font-size: 4rem;
  }
  .infoPrsn_cards {
    gap: 0rem;
    padding: 0 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .infoPrsn_cards_card {
    padding: 2rem 0;
  }
  .infoPrsnPara {
    margin-bottom: 10rem;
  }
  .about-how-we__fact {
    font-size: 3rem !important;
  }
  .about-how-we__title {
    font-size: 2rem !important;
  }
  .prsnStyle1 img {
    width: 100%;
  }
  .about-how-we__sticky-wrapper {
    padding: 0 0.5rem;
  }
  .Header__Wrapper {
    padding: 4rem 2rem;
  }
  .BlockHeaderHero_heading {
    font-size: 4.6rem;
    letter-spacing: normal;
  }
  .beige_main_intro {
    font-size: 3.8rem;
  }
  .phonemob {
    width: 25rem;
  }
  .service_desktop {
    display: none;
  }
}
@media only screen and (min-width: 376px) and (max-width: 428px) {
  #preloader h1 {
    font-size: 4vw;
  }
  #preloader .loading {
    margin: 0 5px;
  }
  .serv_mobile {
    display: block;
  }
  .gallery {
    padding: 0;
    transform: translateY(-15%);
  }
  .item.item-1 {
    justify-content: center;
  }
  .item:nth-child(1) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-1 img {
    /* transform: scale(1.1); */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-2 {
    justify-content: end;
  }
  .item.item-2 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-3 {
    justify-content: start;
  }
  .item.item-3 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(3) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-4 {
    justify-content: center;
  }
  .item.item-4 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(4) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-5 {
    justify-content: center;
  }
  .item.item-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(5) {
    margin: 2rem 2rem 0 2rem;
  }
  .pabslte {
    height: 30vh;
  }
  .hero_pin_wrapper {
    /* height: 80vh; */
  }
  .video-section-outer-wrapper {
    height: 70vh;
  }
  .video-section-cover {
    height: 100%;
  }
  .Header__Wrapper {
    padding: 40px;
  }
  .SideNav {
    display: none;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    top: -100%;
    position: fixed;
    left: 0 !important;
    width: 100%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }

  .wrapper .Logo {
    top: 13rem;
    left: 2rem !important;
  }
  .wrapper .LogoTitle {
    /* transform: scale(7, 6.5); */
  }
  .first_name {
    font-size: 9rem;
  }
  .last_name {
    font-size: 9rem;
  }

  .infoPrsn .flower-circle-img img {
    display: none;
  }
  .infoPrsn_cards {
    gap: 0rem;
    padding: 0 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .infoPrsn_cards_card {
    padding: 2rem 0;
  }
  .infoPrsnPara {
    margin-bottom: 10rem;
  }
  .infoPrsnHead {
    font-size: 5rem;
  }
  .about-how-we__fact {
    font-size: 3rem !important;
  }
  .about-how-we__title {
    font-size: 2rem !important;
  }
  .prsnStyle1 img {
    width: 100%;
  }
  .about-how-we__sticky-wrapper {
    padding: 0 0.5rem;
  }
  .Header__Wrapper {
    padding: 4rem 2rem;
  }
  .BlockHeaderHero_heading {
    font-size: 4rem;
    letter-spacing: normal;
  }
  .beige_main_intro {
    font-size: 4.9rem;
  }
  .phonemob {
    width: 30rem;
  }
  .service_desktop {
    display: none;
  }
}
@media screen and (min-width: 429px) and (max-width: 600px) {
  #preloader h1 {
    font-size: 4vw;
  }
  #preloader .loading {
    margin: 0 5px;
  }
  .serv_mobile {
    display: block;
  }
  .gallery {
    padding: 0;
    transform: translateY(-20%);
  }
  .item.item-1 {
    justify-content: center;
  }
  .item:nth-child(1) {
    margin: 10rem 2rem 0 2rem;
  }
  .item.item-1 img {
    /* transform: scale(1.1); */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-2 {
    justify-content: end;
  }
  .item.item-2 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-3 {
    justify-content: start;
  }
  .item.item-3 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(3) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-4 {
    justify-content: center;
  }
  .item.item-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(4) {
    margin: 2rem 2rem 0 2rem;
  }
  .item.item-5 {
    justify-content: center;
  }
  .item.item-5 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(5) {
    margin: 2rem 2rem 0 2rem;
  }
  .pabslte {
    height: 30vh;
  }
  .hero_pin_wrapper {
    /* height: 80vh; */
  }
  .video-section-outer-wrapper {
    height: 70vh;
  }
  .video-section-cover {
    height: 100%;
  }
  /* .infoPrsn_cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  } */
  .infoPrsn_cards {
    -ms-grid-columns: 1fr 1fr; /* Example for 2 columns */
    grid-template-columns: repeat(
      1,
      1fr
    ); /* Change the number to match the number of columns */
  }

  .wrapper .LogoTitle {
    /* transform: scale(5.5, 7.5); */
    font-weight: 900;
  }
  .wrapper .Logo {
    top: 8rem;
    left: 2rem !important;
  }
  .first_name {
    font-size: 8.5rem;
  }
  .last_name {
    font-size: 8.5rem;
  }
  .infoPrsn_cards {
    gap: 0rem;
    padding: 0 2rem;
  }
  .infoPrsn_cards_card {
    padding: 2rem 0;
  }
  .infoPrsnPara {
    margin-bottom: 10rem;
  }
  .infoPrsnHead {
    font-size: 5rem;
  }
  .about-how-we__fact {
    font-size: 4rem !important;
  }
  .about-how-we__title {
    font-size: 2.6rem !important;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    left: -100%;
    position: fixed;
    width: 75%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .prsnStyle1 img {
    width: 100%;
  }
  .about-how-we__sticky-wrapper {
    padding: 0 0.5rem;
  }
  .Header__Wrapper {
    padding: 4rem 2rem;
  }
  .BlockHeaderHero_heading {
    font-size: 6rem;
  }
  .beige_main_intro {
    font-size: 3.8rem;
  }
  .phonemob {
    width: 45rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .gallery {
    padding: 0;
  }
  .item.item-1 {
    justify-content: center;
  }
  .item:nth-child(1) {
    margin: 0 2rem 0 2rem;
  }
  .item.item-1 img {
    /* transform: scale(1.1); */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    /* padding: 0 2rem; */
    margin: 0 2rem 0 2rem;
  }
  .item.item-2 {
    justify-content: start;
  }
  .item.item-2 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-3 {
    justify-content: start;
  }
  .item.item-3 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(3) {
    margin: 0 2rem 0 2rem;
  }
  .item.item-4 {
    justify-content: start;
  }
  .item.item-4 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(4) {
    margin: 0 2rem 0 2rem;
  }
  .item.item-5 {
    justify-content: start;
  }
  .item.item-5 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(5) {
    margin: 0 2rem 0 2rem;
  }
  .pabslte {
    height: 30vh;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    left: -100%;
    position: fixed;
    top: 0;
    width: 75%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .wrapper .Logo {
    top: 6rem;
    left: 2rem !important;
  }
  .wrapper .LogoTitle {
    /* transform: scale(5.5, 7.5); */
    font-weight: 900;
  }
  .first_name {
    font-size: 13rem;
  }
  .last_name {
    font-size: 13rem;
  }

  .infoPrsn_cards {
    gap: 0rem;
    padding: 0 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .infoPrsn_cards_card {
    padding: 2rem 0;
  }
  .infoPrsnPara {
    margin-bottom: 10rem;
  }
  .infoPrsnHead {
    font-size: 5rem;
  }
  .about-how-we__fact {
    font-size: 3rem !important;
  }
  .about-how-we__title {
    font-size: 2rem !important;
  }
  .prsnStyle1 img {
    width: 100%;
  }
  .about-how-we__sticky-wrapper {
    padding: 0 0.5rem;
  }
  .Header__Wrapper {
    padding: 4rem 2rem;
  }
  .BlockHeaderHero_heading {
    font-size: 8rem;
  }
  .beige_main_intro {
    font-size: 6vw;
  }
  .phonemob {
    width: 10rem;
  }
  .video-section-outer-wrapper {
    height: 60vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page_homepage__purple-change {
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .phonemob {
    width: 20rem;
  }
  .gallery {
    padding: 0;
    transform: translateY(-8%);
  }
  .item.item-1 {
    justify-content: center;
  }
  .item:nth-child(1) {
    margin: 0 2rem 0 2rem;
  }
  .item.item-1 img {
    /* transform: scale(1.1); */
    width: 90% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    /* padding: 0 2rem; */
    margin: 0 2rem 0 6rem;
  }
  .item.item-2 {
    justify-content: start;
  }
  .item.item-2 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-3 {
    justify-content: start;
  }
  .item.item-3 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(3) {
    margin: 0 2rem 0 6rem;
  }
  .item.item-4 {
    justify-content: start;
  }
  .item.item-4 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(4) {
    margin: 0 2rem 0 6rem;
  }
  .item.item-5 {
    justify-content: start;
  }
  .item.item-5 img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(5) {
    margin: 0 2rem 0 6rem;
  }
  .item.item-5 img {
    justify-content: end;
    width: 40%;
    object-fit: cover;
    object-position: center;
  }
  .pabslte {
    height: 50vh;
  }
  /* .about-how-we__sticky-wrapper {
    padding: 0 0.5rem;
    width: 100% !important;
    background-color: blue;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 10vh !important;
    margin-top: 50vh;
  } */

  .image-box {
    height: 60vh;
  }
  .featured-items {
    padding: 10rem 0 !important;
  }
  .Header__Wrapper {
    padding: 4.8rem;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    left: -100%;
    position: fixed;
    top: 0;
    width: 75%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .wrapper .Logo {
    top: 15rem;
    left: 6rem !important;
  }
  .wrapper .LogoTitle {
    /* transform: scale(4.5, 4.5); */
  }
  .first_name {
    font-size: 15rem;
  }
  .last_name {
    font-size: 15rem;
  }
  .pop_animate_style {
    left: 30%;
  }
  .infoPrsn_cards {
    gap: 0rem;
    padding: 5rem 0rem;
    -ms-grid-columns: 1fr 0rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .infoPrsn_cards_card {
    padding: 2rem 0;
  }
  .infoPrsnPara {
    margin-bottom: 0rem;
    font-size: 1.8rem;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    line-height: 150%;
    padding: 7rem 2rem 0rem 2rem;
  }
  .infoPrsnHead {
    font-size: 5rem;
  }
  .prsnStyle1 {
    transform: scale(0.8);
  }
  /* .about-how-we__fact {
    font-size: 3rem !important;
  } */
  .about-how-we__fact {
    font-size: 5rem;
    max-width: 100% !important;
  }
  /* .prsnStyle1 img {
    width: 100%;
  } */
  .about-how-we__sticky-wrapper {
    padding: 0 !important;
    width: 100% !important;
    z-index: 99;
  }
  .about-how-we__sticky-content {
    overflow: hidden;
    width: 100% !important;
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    /* padding: 2rem; */
    height: 30vh;
    top: 0;
    background-color: rgb(0, 0, 0);
    z-index: -1;
  }
  .about-how-we__title-wrap {
    width: 100%;
    align-items: center !important;
    justify-content: center;
    border-top: 0.5px solid #ffffff2e;
    border-bottom: 0.5px solid #ffffff2e;
    padding: 3rem;
  }
  .about-how-we__col-50.left {
    width: 0% !important;
  }
  .about-how-we__col-50.right {
    width: 100% !important;
    padding: 0 10rem;
  }
  .BlockHeaderHero_heading {
    font-size: 8rem;
  }
  .support_hero_txt2 {
    width: 35%;
  }
  .ellipse_shape_align {
    display: none;
    /* position: absolute;
    right: -250px;
    bottom: 0%;
    max-width: 100%;
    height: 400px; */
  }
  .prelmaincnt {
    position: relative;
  }
  .main_form {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  .space_form_main {
    margin-top: 38px;
  }
  .about-how-we__title {
    font-size: 3rem !important;
  }
  .tpara_serv {
    font-size: 2rem;
    margin-top: 1.8rem;
  }
  .image-cntr {
    width: 350px !important;
  }
  .proj_main {
    font-size: 1.5rem;
  }
  .name_proj {
    font-size: 4rem !important;
  }
  .proj_categ {
    font-size: 1.8rem;
  }
  #main-wrap .Logo {
    mix-blend-mode: difference;
    color: #fff;
    position: fixed;
    top: 2rem;
    left: 3rem !important;
    transition-delay: 0.5s;
  }
  .movingTxtMainbg {
    font-size: 5rem;
  }
  .tickerPropt {
    height: 7.4rem;
    margin: 0px 1.2rem 0px 1.2rem;
  }
  .flower_img {
    width: 20rem;
    top: 4vh;
    left: 60vw;
  }
  .counter-box {
    text-align: center;
    height: fit-content;
    margin-bottom: 7rem;
  }
  .counter_test_cli {
    margin-top: 0rem;
    padding: 0 0 12rem 0;
  }
  .brdrtpftm {
    border-top: 1px solid #a790e85a;
    padding-top: 10rem;
  }
  .title_serv {
    font-size: 3.5rem;
    font-weight: 600;
  }
  .testmain_block {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
  .mainLogoFt {
    font-size: 3.4rem;
  }
  .lnks_fhedbt {
    font-size: 13px;
    line-height: 14px;
  }
  .mttopft {
    margin-top: 12rem;
  }
  .spcftbt {
    margin-top: 20px;
  }
  .fheadma {
    font-size: 14px;
    line-height: 16px;
  }
  .cpyright {
    font-size: 12px;
    line-height: 15px;
  }
  .circleNewMain {
    margin: -13% auto 0px auto;
  }
  .footer_lnks_mn {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
  }
  .footer_main {
    padding: 5rem 0 3rem 0rem;
  }
  .paaratestmn {
    font-size: 3rem;
    line-height: 138%;
    letter-spacing: -1px;
  }
  .name_client {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
  .pace_client {
    font-size: 1.7rem;
  }
  .tabvm {
    margin-top: 3.1rem !important;
  }
  .mdmdm {
    max-width: 100%;
    height: 452px;
  }
  .NavigationItems__Wrapper {
    font-size: 5rem;
    font-family: "nRegular";
    margin-left: 6rem;
    margin-right: -6rem;
    gap: 3rem !important;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    bottom: 5px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    bottom: 5px;
  }
  .ipaddesk {
    display: none;
  }
  .ipadvm {
    display: block;
  }
  .head_beige_main {
    font-size: 8rem;
    line-height: 120%;
  }
  .contact_para {
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-weight: 400;
    margin-top: 48px;
  }
  .infoPrsn {
    padding-top: 8rem;
  }
  .video-section-outer-wrapper {
    height: 60vh !important;
  }
  .beige_main_intro {
    font-size: 5vw !important;
  }
  .moving-text-band {
    padding: 1.7rem 0 !important;
  }
  .movingTxtMainBand {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .page_homepage__purple-change {
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .gallery {
    transform: translateY(-15%);
  }
  .item.item-1 {
    justify-content: end;
    /* transform: scale(1); */
  }
  .item:nth-child(1) {
    margin: 2rem 8rem 0 2rem;
  }
  .item.item-1 img {
    justify-content: end;
    width: 40%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 2rem 0 0 8rem;
  }
  .item.item-2 img {
    justify-content: end;
    width: 40%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-2 {
    justify-content: start;
    /* transform: scale(0.5); */
  }
  .item.item-3 {
    justify-content: center;
    /* transform: scale(0.7); */
  }
  .item:nth-child(3) {
    margin: 10rem 0 10rem 0;
  }
  .item.item-3 img {
    justify-content: end;
    width: 40%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-4 {
    justify-content: end;
    /* transform: scale(0.7); */
  }
  .item:nth-child(4) {
    margin: 2rem 10rem 0 2rem;
  }
  .item.item-4 img {
    justify-content: end;
    width: 40%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-5 {
    justify-content: start;
    /* transform: scale(0.7); */
  }
  .item:nth-child(5) {
    margin: 2rem 0 0 8rem;
  }
  .item.item-5 img {
    justify-content: end;
    width: 40%;
    object-fit: cover;
    object-position: center;
  }
  .pabslte {
    height: 60vh;
  }
  .Header__Wrapper {
    padding: 4.8rem;
  }
  .infoPrsnHead {
    font-size: 5rem;
  }
  .infoPrsn_cards {
    max-width: 1000px;
    gap: 0rem;
  }
  .about-how-we__fact {
    font-size: 6rem !important;
    max-width: 100% !important;
  }
  #main-wrap .Logo {
    left: 3.8rem !important;
  }
  .lnks_fhedbt {
    font-size: 15px;
    line-height: 18px;
  }
  .spcftbt {
    margin-top: 23px;
  }
  .tabvm {
    margin-top: 3.3rem !important;
  }
  .mainLogoFt {
    font-family: "nRegular";
    font-size: 5rem;
    color: #fff;
    line-height: 110%;
  }
  .footer_lnks_mn {
    font-size: 15px;
  }
  .cpyright {
    font-size: 14px;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    left: -100%;
    position: fixed;
    top: 0;
    width: 75%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .BlockHeaderHero_heading {
    font-size: 10rem;
  }
  .wrapper .Logo {
    top: 10rem;
    left: 6rem !important;
  }
  .wrapper .LogoTitle {
    /* transform: scale(4.5, 4.5); */
  }
  .first_name {
    font-size: 13rem;
  }
  .last_name {
    font-size: 13rem;
  }
  .about-how-we__title {
    font-size: 2rem !important;
  }
  .tpara_serv {
    font-size: 2rem;
  }
  .image-cntr {
    width: 450px;
  }
  .name_proj {
    font-size: 3rem !important;
  }
  .movingTxtMainbg {
    font-size: 6rem;
  }
  .tickerPropt {
    height: 9.4rem;
    margin: 0px 2.2rem 0px 2.2rem;
  }
  .flower_img {
    width: 20rem;
    top: 10vh;
  }
  .infoPrsn {
    padding-top: 8rem;
  }
  .pop_animate_style {
    left: 28%;
  }
  .about-how-we__col-50.right {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .page_homepage__purple-change {
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  html,
  body {
    font-size: 55%;
  }
  .pop_animate_style {
    left: 30%;
  }
  .flower_img {
    width: 20rem;
    top: 10vh;
  }
  .infoPrsn {
    padding-top: 8rem;
  }
  .infoPrsnHead {
    font-size: 5rem;
  }
  .infoPrsn_cards {
    max-width: 135rem;
    gap: 5rem;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    left: -100%;
    position: fixed;
    top: 0;
    width: 75%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .BlockHeaderHero_heading {
    font-size: 14rem;
  }
  .wrapper .Logo {
    top: 15rem;
    left: 10rem !important;
  }
  .wrapper .LogoTitle {
    /* transform: scale(4.5, 4.5); */
  }
  .first_name {
    font-size: 18rem;
  }
  .last_name {
    font-size: 18rem;
  }
  .name_proj {
    font-size: 4rem !important;
  }
  .movingTxtMainbg {
    font-size: 9.4rem !important;
  }
  .tickerPropt {
    height: 9.4rem;
    margin: 0px 2.2rem 0px 2.2rem;
  }
  .image-cntr {
    width: 500px;
  }
  .beige_main_intro {
    font-size: 5vw;
  }
  .item.item-1 {
    justify-content: end;
    /* transform: scale(1); */
  }
  .item:nth-child(1) {
    margin: 2rem 10rem 0 0;
  }
  .item.item-1 img {
    justify-content: end;
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 2rem 0 0 10rem;
  }
  .item.item-2 img {
    justify-content: end;
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-2 {
    justify-content: start;
    /* transform: scale(0.5); */
  }
  .item.item-3 {
    justify-content: center;
    /* transform: scale(0.7); */
  }
  .item:nth-child(3) {
    margin: 10rem 0 10rem 0;
  }
  .item.item-3 img {
    justify-content: end;
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-4 {
    justify-content: end;
    /* transform: scale(0.7); */
  }
  .item:nth-child(4) {
    margin: 2rem 10rem 0 0;
  }
  .item.item-4 img {
    justify-content: end;
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-5 {
    justify-content: start;
    /* transform: scale(0.7); */
  }
  .item:nth-child(5) {
    margin: 2rem 0 0 10rem;
  }
  .item.item-5 img {
    justify-content: end;
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .page_homepage__purple-change {
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .item.item-1 {
    justify-content: end;
    /* transform: scale(1); */
  }
  .item:nth-child(1) {
    margin: 2rem 10rem 0 0;
  }
  .item.item-1 img {
    justify-content: end;
    width: 37%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 2rem 0rem 0 10rem;
  }
  .item.item-2 img {
    justify-content: end;
    width: 37%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-2 {
    justify-content: start;
    /* transform: scale(0.5); */
  }
  .item.item-3 {
    justify-content: center;
    /* transform: scale(0.7); */
  }
  .item:nth-child(3) {
    padding: 10rem 0;
  }
  .item.item-3 img {
    justify-content: end;
    width: 37%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-4 {
    justify-content: end;
    /* transform: scale(0.7); */
  }
  .item:nth-child(4) {
    margin: 2rem 10rem 0 0;
  }
  .item.item-4 img {
    justify-content: end;
    width: 37%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-5 {
    justify-content: start;
    /* transform: scale(0.7); */
  }
  .item:nth-child(5) {
    margin: 2rem 0 0 10rem;
  }
  .item.item-5 img {
    justify-content: end;
    width: 37%;
    object-fit: cover;
    object-position: center;
  }
  html,
  body {
    font-size: 55%;
  }
  .beige_main_intro {
    font-size: 4vw;
  }
  .pop_animate_style {
    left: 30%;
  }
  .flower_img {
    width: 25rem;
    top: 5vh;
  }
  .infoPrsn {
    padding-top: 8rem;
  }
  .infoPrsnHead {
    /* font-size: 5rem; */
  }
  .infoPrsn_cards {
    max-width: 120rem;
    gap: 15rem;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    left: -100%;
    position: fixed;
    top: 0;
    width: 75%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .BlockHeaderHero_heading {
    font-size: 14rem;
  }
  .wrapper .Logo {
    top: 3rem !important;
    left: 8rem !important;
  }
  .wrapper .LogoTitle {
    /* transform: scale(4.5, 4.5); */
    line-height: 1.2;
  }
  .first_name {
    font-size: 22rem;
  }
  .last_name {
    font-size: 22rem;
  }
  .name_proj {
    font-size: 4rem !important;
  }
  .movingTxtMainbg {
    font-size: 10rem !important;
  }
  .tickerPropt {
    height: 15rem;
    margin: 0px 2.2rem 0px 2.2rem;
  }
}
@media only screen and (min-width: 1601px) {
  .page_homepage__purple-change {
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .item.item-1 {
    justify-content: end;
    /* transform: scale(1); */
  }
  .item:nth-child(1) {
    margin: 2rem 18rem 0 0;
  }
  .item.item-1 img {
    justify-content: end;
    width: 30%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 2rem 0 0 18rem;
  }
  .item.item-2 img {
    justify-content: end;
    width: 30%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-2 {
    justify-content: start;
    /* transform: scale(0.5); */
  }
  .item.item-3 {
    justify-content: center;
    /* transform: scale(0.7); */
  }
  .item:nth-child(3) {
    margin: 10rem 0 10rem 0;
  }
  .item.item-3 img {
    justify-content: end;
    width: 30%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-4 {
    justify-content: end;
    /* transform: scale(0.7); */
  }
  .item:nth-child(4) {
    margin: 2rem 18rem 0 0;
  }
  .item.item-4 img {
    justify-content: end;
    width: 30%;
    object-fit: cover;
    object-position: center;
  }
  .item.item-5 {
    justify-content: start;
  }
  .item:nth-child(5) {
    margin: 2rem 0 0 18rem;
  }
  .item.item-5 img {
    justify-content: end;
    width: 30%;
    object-fit: cover;
    object-position: center;
  }
  .pop_animate_style {
    left: 30%;
  }
  .SideNav__Sidebar {
    -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
    /* left: 0%; */
    left: -100%;
    position: fixed;
    top: 0;
    width: 75%;
    height: 100%;
    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;
    padding-left: 1rem;
    -webkit-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    -o-transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    transition: all 0.8s cubic-bezier(0.79, 0.33, 0.45, 0.85);
    z-index: 999;
  }
  .BlockHeaderHero_heading {
    font-size: 14rem;
  }
  .wrapper .Logo {
    top: 15rem;
    left: 15rem;
  }
  .wrapper .LogoTitle {
    line-height: 1;
    /* transform: scale(4.5, 4.5); */
  }
  .first_name {
    font-size: 20rem;
  }
  .last_name {
    font-size: 20rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  /* .BlockHeaderHero_heading {
    font-size: 7rem;
  } */
  .page_homepage__purple-change {
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .wrapper .Logo {
    top: 15rem;
    left: 6rem !important;
  }
  .first_name {
    font-size: 15rem;
  }
  .last_name {
    font-size: 15rem;
  }
  .item:nth-child(1) {
    margin: 5rem 8rem 0 0;
    justify-content: end !important;
  }
  .item.item-1 img {
    width: 35% !important;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(2) {
    margin: 5rem 0 0 8rem;
    justify-content: start !important;
  }
  .item.item-2 img {
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(3) {
    margin: 5rem 0 0 8rem;
    justify-content: start !important;
  }
  .item.item-3 img {
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(4) {
    margin: 5rem 0 0 8rem;
    justify-content: start !important;
  }
  .item.item-4 img {
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
  .item:nth-child(5) {
    margin: 5rem 0 0 8rem;
    justify-content: start !important;
  }
  .item.item-5 img {
    width: 35%;
    object-fit: cover;
    object-position: center;
  }
  #preloader h1 {
    font-size: 6vw;
  }
}
/* new page1 */

/* service-section-new */
.service {
  width: 100%;
  /* height: 100vh; */
  background-color: #16181e;
  position: relative;
  overflow: hidden;
}
.about-how-we__sticky-wrapper {
  width: 33%;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  padding: 0 0 0 4vw;
}

.about-how-we__title-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-how-we__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 4.2rem;
}

.about-how-we__texts-wrapper {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  /* background-color: red; */
}
.about-how-we__texts-wrapper:nth-child(2) {
  top: 100%;
}
.about-how-we__texts-wrapper:nth-child(3) {
  top: 100%;
}
.about-how-we__texts-wrapper:nth-child(4) {
  top: 100%;
}
.about-how-we__col-50 {
  width: 60%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  /* background-color: blue; */
}
.about-how-we__col-50.left {
  width: 40%;
}
.about-how-we__col-50.right {
  padding-right: 4vw;
  /* background-color: green; */
}
.about-how-we__fact {
  width: 100%;
  max-width: 80%;
  height: 100vh;
  line-height: 1;
  letter-spacing: -1px;
  font-family: Aeonikpro, sans-serif;
  font-size: 8.6rem;
  font-weight: 400;
  color: #fff;
  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;
}
/* service-section-new */
