/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: "nThin";
  src: url("./Assets/Fonts/Nohemi/Nohemi-Thin.ttf");
}
@font-face {
  font-family: "nRegular";
  src: url("./Assets/Fonts/Nohemi/Nohemi-Regular.ttf");
}
@font-face {
  font-family: "nMedium";
  src: url("./Assets/Fonts/Nohemi/Nohemi-Medium.ttf");
}
@font-face {
  font-family: "nBlack";
  src: url("./Assets/Fonts/Nohemi/Nohemi-Black.ttf");
}
@font-face {
  font-family: "nSemiBold";
  src: url("./Assets/Fonts/Nohemi/Nohemi-SemiBold.ttf");
}
@font-face {
  font-family: "nLight";
  src: url("./Assets/Fonts/Nohemi/Nohemi-Light.ttf");
}

@font-face {
  font-family: "nExtraLight";
  src: url("./Assets/Fonts/Nohemi/Nohemi-ExtraLight.ttf");
}
@font-face {
  font-family: "nExtraBold";
  src: url("./Assets/Fonts/Nohemi/Nohemi-ExtraBold.ttf");
}
@font-face {
  font-family: "nBold";
  src: url("./Assets/Fonts/Nohemi/Nohemi-Bold.ttf");
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}

.firstFold {
  background-image: url("../Assets/Home/BG.svg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding: 120px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.beige_container {
  padding: 0px 6%;
}
.arrow_style {
  max-width: 100%;
  height: auto;
}
/* .support_hero_txt {
  font-family: "SemiBold";
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #1b1c15;
  width: 64%;
} */
.paaratestmn {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 5.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.22px;
}
.name_client {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 3rem;
  font-style: normal;
  margin-top: 112px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.pace_client {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 2.7rem;
  font-style: normal;
  opacity: 0.43;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
}

.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: 2px solid #9a8cc0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.heroHeading {
  margin-top: 6.8rem;
}
.propStyle {
  max-width: 100%;
  height: auto;
  margin-top: -18px;
  margin-right: 2.8rem;
}
.beigeHeading {
  font-family: "Adoha";
  font-size: 13.2rem;
  text-align: left;
  line-height: 120%;
  color: #000;
}
.flexHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.heroPara {
  font-family: "nMedium";
  text-align: left;
  font-size: 16px;
  line-height: 160%;
  margin-left: 28px;
  color: #1b1c15;
}
.uploadFile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
  position: relative;
  resize: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.upload_cntct {
  max-width: 100%;
  height: auto;
  margin-right: 8px;
}
.filename {
  color: var(--light-765-eb-1, #765eb1);
  font-family: "nMedium";
  font-size: 20px;
  line-height: normal;
}
.inputfile {
  opacity: 0 !important;
}
.uploadFile [type="file"] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}
.firstCircle {
  -webkit-animation: animName 10s linear infinite;
  animation: animName 10s linear infinite;
}
.secondRevolve {
  -webkit-animation: animName 20s linear infinite;
  animation: animName 20s linear infinite;
}
@-webkit-keyframes animName {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animName {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scrollUpDownC {
  height: 100vh;
}
.firstImgAp {
  max-width: 100%;
  height: auto;
  margin-top: -22rem;
}
.revolveCircle {
  max-width: 100%;
  height: auto;
}
.tickerProp {
  max-width: 100%;
  height: 64px;
  margin: 1rem 4.2rem 0px 4.2rem;
}
.tickerPropt {
  max-width: 100%;
  height: 13.4rem;
  margin: 0px 6.2rem 0px 6.2rem;
}
.testimonials_blck {
  background-color: #16181e;
  margin-top: -1px;
}
.pabslte {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  -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;
  /* padding: 12rem 0; */
}
#tb2 {
  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%);
}
.shape-cutmain {
  width: 100%;
  height: auto;
}
.tickerBlockt:nth-child(2) {
  background-color: #16181e;
  color: #fff;
  /* mix-blend-mode: difference; */
}
.blbtc {
  position: absolute;
  content: "";
  width: 625.022px;
  height: 568.682px;
  left: -120px;
  bottom: -8rem;
  -webkit-transform: rotate(0.911deg);
  -ms-transform: rotate(0.911deg);
  transform: rotate(0.911deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 625.022px;
  opacity: 0.3;
  background: #a668fd;
  -webkit-filter: blur(200px);
  filter: blur(200px);
}
.whitetxt {
  color: #fff !important;
}
.tdNone {
  text-decoration: none;
}
.tickerBlock {
  padding-top: 12rem;
  padding-bottom: 4rem;
}
.tickerBand {
  /* transform: rotate(-4deg); */
  /* padding-top: 60px; */
  width: 102%;
}
.rtdeg {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.movingTxtMainbg {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 13rem;
  letter-spacing: -2.52px;
  line-height: 120%;
  /* color: #1b1c15; */
}
.movingTxtMain {
  /* font-family: "Plus Jakarta Sans"; */
  font-family: "nMedium";
  font-style: normal;
  font-weight: 400;
  font-size: 7rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #1b1c15;
}
.movingTxtMainBand {
  font-family: "Plus Jakarta Sans";
  margin: 0 4.4rem;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #000000;
}
.outlineHighlight {
  /* font-family: "Adoha"; */
  font-style: normal;
  font-weight: 400;
  font-size: 7.2rem !important;
  /* line-height: 120%; */
  color: #ffffff !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.moving {
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}
/* .moving:hover{
    cursor: pointer;
  } */
.moving-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(var(--move-initial), 0, 0);
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: scrollingtext 15s linear infinite;
  animation: scrollingtext 15s linear infinite;
  /*     animation-play-state: paused; */
}
.moving-text-band {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 2.4rem 0;
  position: relative;
  -webkit-transform: translate3d(var(--move-initial), 0, 0);
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: scrollingtextband 25s linear infinite;
  animation: scrollingtextband 25s linear infinite;
  /*     animation-play-state: paused; */
}
@-webkit-keyframes scrollingtextband {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@keyframes scrollingtextband {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@-webkit-keyframes scrollingtext {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@keyframes scrollingtext {
  0% {
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    -webkit-transform: translate3d(var(--move-final), 0, 0);
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.projectCardsMain {
  position: relative;
  padding-top: 0px;
}
.content-cntr {
  position: relative;
  width: 100%;
  height: 300vh;
  margin: 0 auto;
}
.featured-header {
  width: 100%;
}
.featured-header h2 {
  font-size: 60px;
}
.featured-item-grid-left h2 {
  font-size: 2vw;
}
.featured-header h2 span {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 0.8px #000;
}
.featured-items {
  width: 100%;
  height: 100vh;
  /* margin-top: 200px; */
}
.featured-item {
  position: absolute;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.featured-item-grid {
  position: relative;
  top: 100%;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 9;
}
.item1 {
  top: 0;
}
.item2 {
  top: 100%;
}
.item3 {
  top: 100%;
}
.item4 {
  top: 100%;
}
.featured-item-grid-left {
  max-width: 50%;
  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: 70vh;
}
.featured-item-grid-right {
  position: relative;
  width: 50%;
  height: 90vh;
}
.image-cntr {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  z-index: 9999;
  /* padding-top: 50px; */
  overflow: hidden;
  /* background-color: red; */
  border-radius: 15px;
}
.image-box {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden !important;
}
.image-box video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.image-box .image1 {
  top: 0%;
  z-index: 4;
}
.image-box .image2 {
  top: 100%;
  z-index: 5;
}
.image-box .image3 {
  top: 100%;
  z-index: 6;
}
.image-box .image4 {
  top: 100%;
  z-index: 7;
}

.bandBlock {
  margin-left: -6px;
  /* margin-top: 110px; */
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.servicesFold {
  background: #1e2234;
  position: relative;
}

.blobcontain {
  position: relative;
  min-height: 120vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.servStyle {
  max-width: 100% !important;
  height: auto;
}
.blob-c {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  /* filter: blur(40px); */
  /*   background: rgba(255,255,255,0.1) */
}

.shape-blob {
  background: rgba(42, 24, 194, 0.6);
  opacity: 0.3;
  -webkit-filter: blur(126.667px);
  filter: blur(126.667px);
  height: 280px;
  width: 280px;
  border-radius: 40% 50% 30% 40%;
  -webkit-animation: transform 18s ease-in-out infinite both alternate,
    movement_one 12s ease-in-out infinite both;
  animation: transform 18s ease-in-out infinite both alternate,
    movement_one 12s ease-in-out infinite both;
  opacity: 0.7;
  position: absolute;
  right: -4%;
  top: -4%;
}
.shape-blob.one {
  background: #a668fd;
  opacity: 0.2;
  -webkit-filter: blur(123.938px);
  filter: blur(123.938px);
  height: 400px;
  width: 400px;
  left: 22%;
  top: 27%;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-animation: transform 8s ease-in-out infinite both alternate,
    movement_two 20s ease-in-out infinite both;
  animation: transform 8s ease-in-out infinite both alternate,
    movement_two 20s ease-in-out infinite both;
}
@-webkit-keyframes transform {
  0%,
  100% {
    border-radius: 33% 67% 70% 30% / 30% 40% 70% 70%;
  }
  20% {
    border-radius: 37% 63% 51% 49% / 37% 35% 35% 63%;
  }
  40% {
    border-radius: 36% 64% 64% 36% / 64% 48% 52% 26%;
  }
  60% {
    border-radius: 37% 63% 51% 49% / 30% 30% 70% 73%;
  }
  80% {
    border-radius: 40% 60% 42% 58% / 51% 51% 49% 59%;
  }
}
@keyframes transform {
  0%,
  100% {
    border-radius: 33% 67% 70% 30% / 30% 40% 70% 70%;
  }
  20% {
    border-radius: 37% 63% 51% 49% / 37% 35% 35% 63%;
  }
  40% {
    border-radius: 36% 64% 64% 36% / 64% 48% 52% 26%;
  }
  60% {
    border-radius: 37% 63% 51% 49% / 30% 30% 70% 73%;
  }
  80% {
    border-radius: 40% 60% 42% 58% / 51% 51% 49% 59%;
  }
}

@-webkit-keyframes movement_one {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate(50%, 20%) rotateY(10deg) scale(1);
    transform: translate(50%, 20%) rotateY(10deg) scale(1);
  }
}

@keyframes movement_one {
  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate(50%, 20%) rotateY(10deg) scale(1);
    transform: translate(50%, 20%) rotateY(10deg) scale(1);
  }
}
@-webkit-keyframes movement_two {
  0%,
  500% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate(50%, 20%) rotate(-200deg) scale(1.3);
    transform: translate(50%, 20%) rotate(-200deg) scale(1.3);
  }
}
@keyframes movement_two {
  0%,
  500% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: translate(50%, 20%) rotate(-200deg) scale(1.3);
    transform: translate(50%, 20%) rotate(-200deg) scale(1.3);
  }
}
.relativeP {
  position: relative;
  display: block;
}
.shapeStar {
  top: 0px;
  right: 0px;
  position: absolute;
  max-width: 100%;
  height: 500px;
}
.shape_style {
  max-width: 100%;
  height: 180px;
  position: absolute;
  top: 32px;
  left: -20px;
}
.absolutePosition {
  position: absolute;
  top: 0px;
  height: 100%;
  padding: 160px 6%;
  width: 100vw;
  /* background-color: #000000; */
}

.servicesImg {
  background-image: url("./Assets/Home/projects/grid.svg");
  background-size: contain;
  background-position: top;
}

#starthree,
#startwo,
#starone {
  -webkit-animation: zoom-in-zoom-out 4.3s ease-out infinite;
  animation: zoom-in-zoom-out 4.3s ease-out infinite;
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.servicesImgStyle {
  max-width: 100%;
  height: auto;
  padding: 60px;
}
.serviceName {
  border-bottom: 1px solid #ffffff25;
  width: 80%;
  padding-bottom: 12px;
}
.serviceNH {
  font-family: "Adoha";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
}

.contentService {
  text-align: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
  color: #1a035a !important;
}
.nav-pills .nav-link {
  text-align: left;
}

/*  */
.grid-sticker {
  position: absolute;
}
.padding {
  padding: 4.5em;
  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%;
}
.allProjectsDiv {
  background-color: #2b2e3b;
  overflow: hidden;
  height: 94vh;
}
.relative {
  width: 100%;
  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;
}
.grid-sticker.top-right {
  width: 8em;
  top: 2rem;
  right: -2rem;
}

.grid-sticker.bottom-left {
  width: 12em;
  bottom: 2rem;
  left: -2rem;
}

.grid-sticker.top-left {
  width: 9em;
  top: 2rem;
  left: -2rem;
}

.grid-sticker.bottom-right {
  width: 13em;
  bottom: 2rem;
  right: -2rem;
}

.bigNumber {
  font-family: "Adoha";
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  text-align: center;
  line-height: 149px;
  color: #ffffff;
  opacity: 0.15;
}
.smallDesc {
  font-family: "nMedium";
  margin-top: -110px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #f8f4ed;
}
.countersHome {
  padding-bottom: 140px;
  padding-top: 100px;
}

/* new about section */

.aboutUsFold {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_bg {
  position: relative;
}
/*  */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 28px !important;
  bottom: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: inherit;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: 88px !important;
  height: inherit;
  left: auto !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 32px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}
.previcslid,
.nexticslid {
  width: 65px;
  height: 52px;
}
.previcslid {
  background-color: #3b3737;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 8px 8px 8px 20px;
}
.nexticslid {
  background-color: #3b3737;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 8px 20px 8px 8px;
}
.hammenucl {
  height: 3rem;
  /*width: 20%;*/
  position: relative;
}
.hammenu {
  height: 4rem;
  /*width: 30%;*/
  padding-right: 0rem;
}
/*  */
.aboutHeadBg {
  font-family: "Adoha";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  /* line-height: 95%; */
  /* padding-right: 6%; */
  color: #1b1c15;
}
.leftGridBlock {
  text-align: right;
}
.recaptcha_para {
  font-family: "nMedium";
}
.aboutPara {
  font-family: "Regular";
  font-size: 20px;
  margin-bottom: 18px;
  line-height: 1.8;
  color: #1b1c15;
}
.highlightAbout {
  color: #c59aff;
}
.highlightAboutt {
  color: #998bc0;
}
.animSpiral {
  text-align: center;
}
.alignCenter {
  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;
}
.learnMoreBlock {
  margin-top: 48px;
}
.linkBtn {
  font-family: "Semibold";
  font-size: 20px;
  line-height: 24px;
  color: #8862e4;
  text-decoration: none;
}

/* testimonal */
.testimonialBgBlock {
  background-image: url("./Assets/Home/testimonialBg.svg");
  background-position: top;
  background-size: cover;
  height: 100vh;
  padding: 12rem 0px 14rem 0px;
}
.testimonialHead {
  font-family: "Adoha";
  font-style: normal;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 90px;
  text-align: center;
  color: #000000;
}

/* //footermain */
.footerMain {
  /* background-image: url("./Assets/Home/Footer_bg.svg") !important; */
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  background-color: #000719fc;
  padding: 16rem 0px 4rem 0px;
  position: relative;
  /* background: #2b2e3b; */
}
/* .f_th_bg{
background: #2b2e3b7f;

}
.f_sec_bg{
background: #2b2e3b7f;
} */
.tickerBlockt {
  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%;
  /* padding-top: 12rem; */
  /* padding-bottom: 12rem; */
}
.tickerBlockttb {
  /* padding-top: 160px; */
  padding-bottom: 12rem;
}
.ctaTxt {
  font-family: "Adoha";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
}
.ctaHead {
  border-bottom: 1px solid #9a8cc079;
  width: 80%;
  margin: 0px auto 120px auto;
  padding-bottom: 100px;
}
.footerLogo {
  max-width: 100%;
  height: auto;
}
.spaceRightF {
  margin-right: 32px;
}
.footerhead {
  font-family: "Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 32px;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
}
.linkFooter,
.copyrightTxt {
  font-family: "Regular";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}
.footerNavBottom {
  margin-top: 140px;
}
.copyrightTxt {
  text-align: right;
  width: 100%;
}
.linkFooter:hover {
  text-decoration: underline;
  color: #fff;
}
.footerMiddle {
  display: -ms-grid;
  display: grid;
}
.spaceAroundd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footerPatternStyle {
  position: absolute;
  top: 20px;
  left: 10px;
}
.circlePatternStyle {
  position: absolute;
  top: 20%;
  max-width: 100%;
  height: auto;
  right: 60px;
}
/* Contact Us Page */
.contact_hero {
  position: relative;
  background-image: url("./Assets/Noise.png");
  background-position: center;
  background-repeat: repeat-y;
  background-size: contain;
  overflow: hidden;
  padding: 170px 0px 120px 0px;
}

.reqFields {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #ef4646;
  font-family: "nRegular";
  font-size: 17px;
}

.top_left_blur::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  width: 355.04px;
  height: 323.2px;
  left: -110px;
  top: -132px;
  background: #dfb7de;
  -webkit-filter: blur(138.5px);
  filter: blur(138.5px);
}
.center_top_blur::before {
  position: absolute;
  width: 1047px;
  height: 876px;
  content: "";
  z-index: -1;
  right: -344px;
  top: -345px;
  border-radius: 1047px;
  opacity: 0.5;
  background: #fad3c6;
  -webkit-filter: blur(250.11285400390625px);
  filter: blur(250.11285400390625px);
}
.svg_connect_first {
  position: absolute;
  max-width: 100%;
  height: 50vh;
  right: -3%;
  z-index: -1;
  top: 8%;
}
.head_beige_main {
  font-family: "nRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 96px;
  z-index: 2;
  line-height: 120%;
  color: #2c2e3a;
}
.logocntct {
  font-family: "nMedium";
  font-size: 30px;
  color: #000000;
  line-height: 110%;
}
.highlight_purple {
  color: #765eb1 !important;
}
.recaptcha_link {
  text-decoration: none;
}
.recaptcha_link:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #765eb1;
}
.contact_para {
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 48px;
  color: #1b1c15;
}
.form_container {
  position: relative;
}
.main_form {
  padding: 0px 0px 0px 0px;
  width: 70%;
}
.ellipse_shape_align {
  position: absolute;
  right: -45rem;
  top: -3%;
}
.form_intro {
  font-family: "nMedium";
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
  color: #89919d;
}
.space_form_main {
  margin-top: 62px;
}
.btn_interested {
  background-color: transparent;
  color: #000;
  border-radius: 52px;
  padding: 20px 32px;
  font-family: "nMedium";
  border: 1px solid #765eb1;
  /* border-image-source: linear-gradient(50.25deg, #765EB1 4.8%, #B3C8EB 91.24%); */
}
.label_input {
  font-family: "nRegular";
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
  background-color: #00000000;
  font-size: 24px;
  line-height: 40px;
  color: #000000 !important;
}
.label_input:focus {
  background-color: #00000000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 1;
  color: #000 !important;
  border-bottom: 2px solid #000;
}
.btn_send_enquiry {
  padding: 24px 38px;
  background: #2c2c2c;
  border-radius: 52px;
  font-family: "nMedium";
  color: #fff;
  font-size: 18px;
  line-height: 120%;
}
.last_shape_right::before {
  content: "";
  position: absolute;
  width: 920px;
  height: 720px;
  right: -50%;
  bottom: -54%;
  z-index: -1;
  background: #fad3c6c4;
  -webkit-filter: blur(138.5px);
  filter: blur(138.5px);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.card_contact_second {
  position: relative;
  padding: 120px 0px 200px 0px;
}
.circle_card_attach {
  content: "";
  position: absolute;
  max-width: 100%;
  height: auto;
  left: 0px;
  top: -159px;
  z-index: -1;
}
.left_card {
  padding: 48px 56px;
  background: -o-linear-gradient(39.75deg, #765eb1 4.8%, #b3c8eb 91.24%);
  background: linear-gradient(50.25deg, #765eb1 4.8%, #b3c8eb 91.24%);
}
.contact_info_card {
  font-family: "nMedium";
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.4px;
  color: #ffffff;
}
.swal-title {
  font-size: 32px;
  font-family: "nRegular";
  letter-spacing: 0.8px;
  color: #000;
  margin-bottom: 0px;
}
.swal-button {
  background-color: #000000;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "nRegular";
  border-radius: 5px;
  border-radius: 42px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}
.swal-button:hover {
  background-color: #8862e4 !important;
}
.swal-footer {
  text-align: right;
  padding-top: 13px;
  margin-top: 13px;
  text-align: center;
  padding: 0px 16px 24px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.link_contact_card,
.left_cinfo_link {
  font-family: "Adoha";
  font-style: normal;
  font-weight: 500;
  margin-top: 32px;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 0px;
  color: #ffffff;
  text-decoration: none;
}
.link_contact_card:hover {
  color: #fff;
  text-decoration: underline;
}
.right_card {
  border: 1px solid #765eb1;
  padding: 48px 56px;
  border-left: 0px !important;
}
.black_text {
  color: #2c2c2c;
}
.padding_right_z {
  padding-right: 0px;
}
.padding_left_z {
  padding-left: 0px;
}
.join_head {
  font-family: "Adoha";
  font-style: normal;
  font-weight: 500;
  font-size: 62px;
  line-height: 76px;
  margin-bottom: 48px;
  color: #2c2e3a;
}
.join_para {
  font-family: "Regular";
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #1b1c15;
}
.join_link {
  font-family: "nMedium";
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  color: #765eb1;
}
.join_link:hover {
  color: #1b1c15;
}
.para_main_jt {
  font-family: "Regular";
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 96px;
  color: #1b1c15;
  padding-bottom: 56px;
  border-bottom: 1px solid #765eb1;
}
.join_cat_blocks {
  padding-bottom: 48px;
  border-bottom: 1px solid #765eb1;
  margin-bottom: 48px;
}
.head_cat_b {
  font-family: "nMedium";
  font-size: 36px;
  line-height: 42px;
  color: #2c2e3a;
}
.head_cat_b:hover {
  color: #765eb1;
}
.small_head_cat {
  font-family: "nMedium";
  font-size: 18px;
  line-height: 21px;
  color: #7d8c9e;
}
.join_team_container {
  position: relative;
}
.last_join_main::before {
  position: absolute;
  width: 835px;
  content: "";
  display: block;
  left: -300px;
  top: -280px;
  z-index: -1;
  height: 700px;
  background: #b3c8eb;
  opacity: 0.5;
  -webkit-filter: blur(138.5px);
  filter: blur(138.5px);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.join_cat_link {
  text-decoration: none;
}
.chips_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
}
.stars_assets_style {
  position: absolute;
  content: "";
  display: block;
  right: 260px;
  top: -50px;
  z-index: -1;
  max-width: 100%;
  height: auto;
}
.cards_assets_style {
  position: absolute;
  content: "";
  display: block;
  left: 110px;
  top: 0px;
  z-index: -1;
  max-width: 100%;
  height: auto;
}
/* Contact Us Page Ends */
.desktop {
  /* display: none !important; */
  opacity: 0;
  /* margin-top: 30rem; */
}
.mobile {
  display: none !important;
}

/*  */
@media screen and (max-width: 767px) {
  .desktop {
    display: none !important;
    opacity: 0;
  }
  .mobile {
    display: block !important;
    opacity: 0;
  }
  .reqFields {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .hammenucl {
    height: 3rem;
    /*width: 100%;*/
  }
  .hammenu {
    height: 4rem;
    /*width: 100%;*/
    padding-right: 0rem;
  }
  .left_card,
  .right_card {
    padding: 32px 32px;
  }
  .right_card {
    border-left: 1px solid #765eb1 !important;
  }
  .btn_interested {
    padding: 18px 28px;
    margin-right: 22px;
    font-size: 16px;
    border: 1px solid #765eb1;
  }
  .alignCenter {
    padding: 0px 1.3rem;
  }
  .black_text {
    color: #1b1c15 !important;
  }
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .chips_flex {
    /*display: flex;*/
    display: none !important;
    margin-bottom: 32px;
  }
  .btn_send_enquiry {
    margin-top: 12px !important;
    padding: 15px 30px;
    background: #2c2c2c;
    border-radius: 52px;
    color: #fff;
    font-size: 14px;
    line-height: 120%;
  }
  .card_contact_second {
    position: relative;
    padding: 0px 0px 120px 0px;
  }
  .join_head {
    font-size: 42px;
    line-height: 130%;
    margin-bottom: 32px;
  }
  .contact_info_card {
    font-size: 26px;
    line-height: 140%;
    letter-spacing: -0.4px;
    color: #ffffff;
  }
  .link_contact_card,
  .left_cinfo_link {
    margin-top: 32px;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 0px;
  }
  .join_cat_blocks {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .head_cat_b {
    font-size: 32px;
    line-height: 120%;
  }
  .para_main_jt {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 58px;
    margin-top: 32px;
    color: #1b1c15;
    padding-bottom: 56px;
  }
  .recaptcha_para {
    margin: 32px 0px 0px 0px !important;
  }
  .contact_hero {
    padding: 120px 0px 60px 0px;
    overflow-x: hidden;
  }
  .space_form_main {
    margin-top: 0px;
  }
  .head_beige_main {
    font-size: 42px;
  }
  .padding_right_z {
    padding-right: 1.5rem;
  }
  .padding_left_z {
    padding-left: 1.5rem;
  }
  .contact_para {
    font-size: 18px;
    margin-top: 18px;
  }
  .ellipse_shape_align {
    position: absolute;
    right: -234px;
    max-width: 100%;
    top: -3%;
    height: auto;
  }
  .main_form {
    padding: 40px 0px;
    width: 100%;
  }
  .label_input {
    font-size: 18px;
  }
  /* contact us */
  .firstFold {
    padding: 100px 0px 80px 0px;
  }
  .flexHeroM {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .relative {
    display: none;
  }
  .heroHeading {
    margin-top: 42px;
  }
  .firstFold {
    height: auto;
  }
  .beigeHeading {
    font-size: 78px;
  }
  .propStyle {
    max-width: 100%;
    height: 66px;
    /* margin-top: -18px; */
    margin-right: 16px;
  }
  .heroPara {
    margin-left: 0px;
  }
  .firstImgAp {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    margin-top: 0px;
  }

  .spaceBottomCounter {
    margin-bottom: 5.2rem;
  }
  .bigNumber {
    line-height: 120%;
    font-size: 8.6rem;
  }
  .smallDesc {
    margin-top: -87px;
  }
  .dBlockM {
    display: block !important;
  }
  .mobileAbout {
    max-width: 100%;
    height: 180px;
    position: absolute;
    top: 10px;
    z-index: 0;
    right: 20px;
  }
  .aboutHeadBg {
    padding-top: 8rem;
    position: relative;
    font-size: 36px;
    padding-right: 14%;
    line-height: 120%;
  }
  .attachPatternAbout {
    text-align: right;
  }
  .paraSpaceTop {
    margin-top: -72px;
  }

  .animSpiralStyle {
    max-width: 100%;
    height: 120px;
  }
  .thumbnailSecond {
    height: auto;
  }
  .testimonialHead {
    font-size: 38px;
    line-height: 56px;
  }
  .testimonialBgBlock {
    padding: 80px 0px 80px 0px;
  }
  .ctaTxt {
    font-size: 44px;
    line-height: 130%;
  }
  .circlePatternStyle {
    display: none;
  }
  .footerMain {
    padding: 0px 0px 20px 0px;
    overflow: hidden;
  }
  .footerPatternStyle {
    position: relative;
    margin-top: -50px;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: -20px;
    height: 180px;
  }
  .ctaHead {
    border-bottom: 1px solid #9a8cc081;
    width: 100%;
    margin: 0px auto 60px auto;
    padding-bottom: 40px;
  }
  .footerLast {
    margin-top: 60px;
  }
  .footerhead {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .linkFooter,
  .copyrightTxt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 110%;
  }
  .logoBlock {
    margin-bottom: 46px;
  }
  .spaceRightF {
    margin-right: 20px;
  }
  .copyrightTxt {
    text-align: left !important;
    margin-top: 18px;
    font-size: 14px;
  }
  .footerNavBottom {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .copyrightTxt {
    margin-bottom: 28px;
  }
}

.cs_nav {
  color: #fff !important;
}
.cs_nav:hover {
  color: #f0e3a2 !important;
}
.cs_nav_btn {
  color: #000000;
  font-family: "nMedium";
  background-color: #fff;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
  line-height: 120%;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  mix-blend-mode: difference;
}
.cs_nav_btn:hover {
  background-color: #f0e3a2;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #000 !important;
}
ul,
li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

header,
main {
  width: 100%;
  pointer-events: none;
}
.activeNav {
  color: #000 !important;
}
header {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: transparent;
  margin: 0;
  z-index: 99999;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  /* padding: 20px; */
}
.customNav {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
header nav {
  width: 100%;
  padding: 10px 0px !important;
  height: 100%;
  position: relative;
}
.mr-auto {
  margin-left: auto;
}
header nav li {
  display: inline;
  top: 50%;
}
header nav li a {
  color: #003911;
  font-family: "nMedium";
  font-size: 15px;
  text-decoration: none;
  line-height: 120%;
}
header nav li a:hover {
  color: #000 !important;
  -webkit-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}
header.inverted {
  background-color: #fbf8f5 !important;
  -webkit-box-shadow: 0 2px 3px 0.1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 3px 0.1px rgba(0, 0, 0, 0.04);
  /* background-image: url('./assets/Home/herobg.png'); */
}
header.inverted a {
  color: black;
  -webkit-transition: 0.6s all ease-in;
  -o-transition: 0.6s all ease-in;
  transition: 0.6s all ease-in;
}

header.inverted a:hover {
  color: #8862e4;
  -webkit-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
}

.logoNav {
  max-width: 100%;
  height: auto;
}

.aRList {
  text-align: right;
}

.spaceDNav {
  margin-right: 32px;
  margin-top: 20px;
}

.styleMnav2 {
  font-family: "Gilroy";
  font-style: normal;
  color: white !important;
  text-align: right;
  padding: 15px !important;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 28px !important;
  font-size: 14px;
  background: #1b1c15;
  border-radius: 80px;
}
.styleMnav:hover {
  color: #8862e4 !important;
}
.styleMnav2:hover {
  background-color: #8862e4 !important;
  -webkit-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .loaderimg {
    height: 52px;
    width: 100% !important;
  }
  .styleMnav1 {
    font-family: "Gilroy";
    font-style: normal;
    color: white !important;
    text-align: right;
    padding: 11px !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    background: #1b1c15;
    border-radius: 70px;
    margin-right: 2%;
  }

  .styleMnav1:hover {
    background-color: purple !important;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
  .styleMnav {
    font-family: "Gilroy";
    font-style: normal;
    color: #000000;
    text-align: right;
    padding: 0px 10px 0px 0px !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
  }

  .aRList {
    margin-bottom: 24px;
    text-align: right;
  }
  .spaceDNav {
    margin-right: 0px;
  }
  /* header nav{
    background-color: #fff;
} */
  /* .customNav{
    background-color: #ffffff !important;
} */

  .logoNav {
    height: 36px;
    /* margin-left: 24% !important; */
  }
  header nav {
    width: 100%;
    padding: 0px !important;
    height: 100%;
    position: relative;
  }

  .navbar-nav {
    padding-top: 32px;
    background-color: white;
  }
}

button.navbar-toggler.collapsed {
  border: none !important;
}
.navbar-light .navbar-toggler {
  border: none !important;
}
button.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bg_cs_black {
  padding-right: 16px;
  mix-blend-mode: difference;
}

#hamburger {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 2rem;
  height: 1.2rem;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}
#hamburder,
.nav_cs {
  background-color: rgb(255, 255, 255) !important;
}
#hamburger div {
  height: 0.27rem;
  width: 100%;
  background-color: rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#hamburger.active div:first-child {
  -webkit-transform: translateY(0.205rem) translateX(-0.5rem) rotate(-45deg)
    scaleX(0.5);
  -ms-transform: translateY(0.205rem) translateX(-0.5rem) rotate(-45deg)
    scaleX(0.5);
  transform: translateY(0.205rem) translateX(-0.5rem) rotate(-45deg) scaleX(0.5);
}
#hamburger.active div:nth-child(2) {
  -webkit-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  transform: scaleX(0.7);
}
#hamburger.active div:nth-child(3) {
  -webkit-transform: translateY(-0.205rem) translateX(-0.5rem) rotate(45deg)
    scaleX(0.5);
  -ms-transform: translateY(-0.205rem) translateX(-0.5rem) rotate(45deg)
    scaleX(0.5);
  transform: translateY(-0.205rem) translateX(-0.5rem) rotate(45deg) scaleX(0.5);
}

.thirdFold {
  overflow: hidden;
}
