@font-face {
  font-family: "Hanson";
  src: url("/fonts/Hanson-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Monospace;
  background: #000616;
  /* color: #d2f220; */
  color: #06f4da;
  margin: 0px;
}

body::-webkit-scrollbar {
  background: none;
  display: none;
}

.high-p {
  color: #06f4da !important;
  /* background: -webkit-linear-gradient(45deg, #0400c9 40% , #04ddc9 60%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

#locSelect {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  bottom: 2rem;
  left: 0;
}
#location {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#location div {
  font-family: Hanson, sans-serif;
  font-size: 5vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
#location div:hover {
  font-size: 5.5vw;
  color: #000616;
}

.lo1 {
  width: 50%;
  height: 100vh;
  background-color: #51f575;
}
.lo2 {
  width: 50%;
  height: 100vh;
  background-color: #06f4da;
}

.gl-fot {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 2rem;
  flex-direction: row;
}

/* hamburger */

/* hamburger */

.mobile-only {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .mobile-only {
    display: block;
  }
}

.menu-item {
  text-decoration: none !important;
}
.hamburger__menu {
  height: 2rem;
  cursor: pointer;
}

.menu__mobile {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 7;
  transition: all 0.8s ease-in-out;
}

.menu__mobile .menu__mobile--close {
  position: absolute;
  right: 1.5rem;
  top: 2.8rem;
  font-size: 1.1rem;
  color: #000;
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
}

.menu__mobile .menu__mobile--content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu__mobile .menu__mobile--content a {
  font-family: Montreal-book, sans-serif;
}

.menu__mobile .menu__mobile--content a,
.menu__mobile .menu__mobile--content span {
  color: #000;
  font-size: 40px;
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
  margin-top: 2.5rem;
  cursor: pointer;
  background-image: linear-gradient(to left, #51f575, #06f4da) !important;
  padding: 10px 20px;
}

/* loader */

#logo-animation {
  display: block;
  left: 50%;
  max-width: 15em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#rect {
  animation: slideOver 2s linear infinite;
}

@keyframes slideOver {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.custom-loader {
  width: 100px;
  height: 100px;
  display: grid;
  position: relative;
  top: 35%;
  margin: 0 auto;
}
.custom-loader::before,
.custom-loader::after {
  content: "";
  grid-area: 1/1;
  --c: radial-gradient(farthest-side, #06f4da 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  animation: s2 1s infinite;
}
.custom-loader::before {
  margin: 8px;
  filter: grayscale(1);
  background-size: 16px 16px;
  animation-timing-function: linear;
}

@keyframes s2 {
  100% {
    transform: rotate(0.5turn);
  }
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #000000;
  z-index: 1005;
}

.page-loader .txt {
  color: #fff;
  text-align: center;
  top: 40%;
  font-size: 48px;
  position: relative;
  /* text-transform: uppercase; */
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

#info {
  color: #fff;
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: 100;
  display: block;
}

#info a {
  color: #75ddc1;
  font-weight: bold;
}

#canvas-container {
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

body {
  width: 100vw;
  overflow-x: hidden;
}

#can-v {
  width: 100vw;
  height: 3600px;
}

@media only screen and (min-width: 1600px) {
  #can-v {
    width: 100vw;
    height: 450vh !important;
  }
}

.split-text-section {
  position: relative;
  z-index: 100;
}

.split-text-section__wrapper {
  height: 200vh;
  width: 100%;
}

.split-text-section__inner {
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.split-text-section .split-text {
  display: flex;
  flex-direction: column;
  height: 100vh;
  transition: opacity 0.5s;
  width: 100vw;
}

@media (max-width: 767.98px) {
  .split-text-section .split-text {
    height: 100vh;
    height: calc(var(--initial-vh, 1vh) * 100);
  }

  .split-text-section .split-text__text {
    font-size: 12vw !important;
  }

  .td {
    margin: 0 !important;
    flex-direction: column !important;
  }

  .td .col-md-14 {
    padding-left: 0rem !important;
    justify-content: flex-start !important;
  }

  .split-text-section .split-text__start {
    padding-top: 0rem !important;
  }

  .split-text-section .split-text__start {
    margin-bottom: 8%;
    height: 45% !important;
  }

  .split-text-section .split-text__end {
    margin-top: 0rem !important;
  }

  .lst-txt h1 {
    font-size: 1.5rem !important;
  }

  .ori-service-section-1 {
    padding: 0 10px !important;
  }

  .ro-l {
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    /* padding: 0 !important; */
  }

  .ro-l .col-lg-4 {
    width: 100% !important;
  }

  .table_center a {
    width: 80px !important;
    line-height: 20px !important;
    font-size: 8.5px !important;
    margin-right: 0rem !important;
  }

  #locSelect .table_center a {
    min-width: 80px !important;
    padding: 0 10px;
    width: auto !important;
  }
  .footer__address {
    font-size: 18px !important;
  }
  .footer__bottom {
    align-items: center;
  }

  .pos-s {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .col-xl-5 {
    max-width: 80vw !important;
  }

  /* body,html{
  overflow-x: hidden !important;
} */

  #can-v {
    width: 100% !important;
    height: 2000px;
  }

  .ori-service-content-1 {
    padding: 0 !important;
  }

  #canvas-container {
    width: 100% !important;
  }

  #canvas-container canvas {
    left: 0px;
  }

  .ho-m {
    font-size: 24px !important;
    font-family: Hanson, sans-serif !important;
    text-transform: uppercase;
  }

  .ro-l {
    display: flex;
    align-items: center;
  }

  .ro-l .ori-service-inner-item {
    margin: 0 2rem;
  }
}

.split-text-section .split-text__end,
.split-text-section .split-text__start {
  display: flex;
  height: 50%;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.split-text-section .split-text__start {
  align-items: flex-end;
  -webkit-mask-image: linear-gradient(180deg, #000 85%, transparent);
  mask-image: linear-gradient(180deg, #000 85%, transparent);
  padding-top: 7.5rem;
}

.split-text-section .split-text__end {
  margin-top: 8rem;
  align-items: flex-start;
  -webkit-mask-image: linear-gradient(0deg, #000 88%, transparent);
  mask-image: linear-gradient(0deg, #000 88%, transparent);
}

.split-text-section .split-text__text {
  font-family: "Bebas Neue", cursive;
  font-size: 25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* transition: transform 1.2s ease-out; */
  /* transition-delay: .6s */
}

@media (min-width: 1024px) {
  .split-text-section .split-text__text {
    font-size: 10vw;
  }
}

/* .split-text-section .split-text.-init .split-text__text {
  transform: translateY(0)
} */

.base-section {
  clip: rect(auto, auto, auto, auto);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.marker {
  align-items: center;
  background: red;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  visibility: hidden;
  width: 30px;
}

.logo-section .marker {
  position: absolute;
  top: 50%;
}

.logo-section__wrapper {
  height: 300vh;
  position: relative;
  width: 100%;
}

.logo-section__inner {
  align-items: center;
  display: flex;
  height: 100vh;
  padding-bottom: 5rem;
  position: sticky;
  top: 0;
}

.logo-section .container .row {
  align-content: center;
  justify-content: center;
}

.logo-section .container .row .logo {
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  max-width: 100%;
  width: 18rem;
}

.spacer-section {
  width: 100%;
}

.grid-list-section__wrapper {
  height: 300vh;
  width: 100%;
}

.grid-list-section__inner {
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100%;
}

.grid-list-section .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 12.5vh;
}

@media (min-width: 1024px) {
  .grid-list-section .container {
    padding-bottom: 3.75vh;
  }
}

@media (max-width: 1023.98px) {
  .grid-list-section .shadow-layer {
    background: linear-gradient(
      0deg,
      transparent,
      rgba(0, 0, 0, 0.5) 20%,
      rgba(0, 0, 0, 0.5) 80%,
      transparent
    );
    padding-bottom: 2rem;
    padding-right: 20%;
    width: 120%;
  }
}

.image-processor-section__wrapper {
  height: 300vh;
  width: 100%;
}

.image-processor-section__inner {
  height: 100vh;
  position: sticky;
  top: 0;
}

.image-processor-section .container .row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-bottom: 3.75vh;
  position: relative;
}

@media (min-width: 1024px) {
  .image-processor-section .container .row {
    justify-content: center;
    padding-bottom: 0;
  }
}

.image-processor-section .container .row .col:last-child {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .image-processor-section .container .row .col:last-child {
    bottom: 0;
    position: absolute;
  }
}

@media (max-width: 1023.98px) {
  .image-processor-section .container .row .col:last-child {
    position: absolute;
    top: 15vh;
  }
}

.use-case-section__wrapper {
  height: 250vh;
  position: relative;
  width: 100%;
}

.use-case-section__inner {
  align-items: center;
  display: flex;
  height: 100vh;
  position: sticky;
  top: 0;
}

@media (max-width: 767.98px) {
  .use-case-section__inner {
    align-items: flex-end;
    padding-bottom: 2rem;
  }
}

.quote-section .marker {
  position: absolute;
  top: 50%;
}

.quote-section__wrapper {
  height: 300vh;
  position: relative;
  width: 100%;
}

.quote-section__inner {
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
}

.quote-section .container {
  min-height: 100vh;
}

.quote-section .container .row {
  align-content: center;
  justify-content: center;
  min-height: 100vh;
}

.quote-section .container .row .quote {
  margin: auto;
  max-width: 80vw;
  text-align: center;
}

.scroll-list-section__wrapper {
  height: 550vh;
  min-height: 100vh;
}

.scroll-list-section__inner {
  min-height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .scroll-list-section__inner {
    -webkit-mask-image: linear-gradient(90deg, transparent 43%, #000 47%);
    mask-image: linear-gradient(90deg, transparent 43%, #000 47%);
  }
}

.scroll-list-section .container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 100vh;
}

.scroll-list-section .container .features-inner {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  .scroll-list-section .container .features-inner {
    bottom: -12.5vh;
    position: relative;
  }
}

.video-section__wrapper {
  height: 150vh;
  width: 100%;
}

.video-section__inner {
  align-items: center;
  display: flex;
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100%;
}

.video-section .video-player {
  position: relative;
  width: 100%;
}

.video-section .video-player:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .video-section .video-player {
    position: relative;
  }

  .video-section .video-player:before {
    content: "";
    display: block;
    padding-top: 125%;
    width: 100%;
  }

  #meg {
    position: unset !important;
    left: -25% !important;
    z-index: -1;

    transform: rotate(-90deg) !important;

    width: 600px !important;
    height: 180vw !important;
    min-height: 45vw !important;
  }
  .gd {
    height: 40vh !important;
  }
  .gd h1 {
    font-size: 1.2rem !important;
    max-width: 90% !important;
  }
  .con-f {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    flex-direction: column;
    width: 99vw !important;
    height: 50vh;
    margin-top: 40vh;
    margin-bottom: 0vh !important;
    overflow: hidden;
  }
  .fls h1 {
    font-size: 2rem !important;
    padding: 0 2% !important;
  }
}

.video-section .video-player .overlay {
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.3s ease;
  width: 100%;
  z-index: 1;
}

/* button */

.table_center {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 6px;
}

#locSelect .table_center a {
  min-width: 150px;
  padding: 0 10px;
  width: auto !important;
}
.table_center a {
  text-decoration: none;
  color: #fff;
  margin: auto;
  text-align: center;
  width: 100px;
  display: inline-block;
  line-height: 25px;
  font-size: 16px;
  font-weight: 900;
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;

  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 5px solid #fff;
  box-shadow: 1px 1px 0 #51f575, 6px 6px 0 #51f575, 3px 3px 0 #51f575,
    4px 4px 0 #51f575, 5px 5px 0 #51f575;
  position: relative;
}

.table_center a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.table_center a:hover {
  background-color: transparent;
}
.table_center a:hover:after {
  background-color: #51f575;
}

.table_center a:active {
  top: 5px;
  left: 5px;
  box-shadow: 0 0 0 0;
}

/* navv */

.header {
  position: fixed;
  top: 2.3rem;
  left: 0;
  right: 0;
  z-index: 700;
}

@media (min-width: 1024px) {
  .header {
    top: 4rem;
  }
}

@media (min-width: 1240px) {
  .header {
    top: 2.08333vw;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .nav-wd {
    width: 100vw !important;
  }
}

.container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 90vw;

  position: fixed;
  top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-wd {
  width: 100% !important;
  padding: 0 !important;
}

.header__container {
  /* position: relative; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 70px; */
  z-index: 505;
}

@media (min-width: 1240px) {
  .header__container {
    padding-left: 2.60417vw;
    padding-right: 2.60417vw;
  }
}

.header__list-item-link:hover {
  color: #51f575;
}

.header__home-link {
  display: flex;
  margin-right: 5.6rem;
  margin-bottom: 5px;
  margin-top: 5px;
  opacity: 1;
}

.header__home-link img {
  width: 100%;
  min-width: 45px;
  height: 45px;
  padding: 5px;
}

.header__col {
  display: flex;
  align-items: center;

  z-index: 5;
  /* background-color: #75ddc1; */
}

.header__list-item-link {
  color: #fff;
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;

  font-size: 16px;
}

.header__nav {
  display: none;
  margin-right: 3rem;
}

@media (min-width: 768px) {
  .header__nav {
    display: flex;
    align-items: end;

    height: 100%;
    /* padding-bottom: .5rem */
  }
}

.header__list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}

.header__list-item {
  opacity: 1;
  /* transform: translateY(2rem); */
  transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1),
    opacity 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}

[data-visible="true"] .header__list-item {
  opacity: 1;
  transform: translateY(0);
}

.header__list-item[data-active="true"] .header__list-item-link {
  color: #ff5043;
}

.header__list-item[data-active="true"] .header__list-item-link:hover:before {
  transform: scaleX(0);
}

.header__list-item:first-child {
  transition-delay: 0.1s;
}

.header__list-item:nth-child(2) {
  transition-delay: 0.2s;
}

.header__list-item:nth-child(3) {
  transition-delay: 0.3s;
}

.header__list-item:nth-child(4) {
  transition-delay: 0.4s;
}

.header__list-item:not(:last-child) {
  margin-right: 2.9rem;
}

@media (min-width: 1240px) {
  .header__list-item:not(:last-child) {
    margin-right: 1.51042vw;
  }
}

.header__list-item-link {
  position: relative;
  transition: color 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
  cursor: pointer;
}

.header__list-item-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.1rem;
  background-color: currentColor;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}

.header__list-item-link:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

[data-nav-theme="light"] .header__list-item-link {
  color: #fff;
}

[data-nav-theme="dark"] .header__list-item-link {
  color: #161616;
}

.header__pill-wrap {
  position: relative;
  z-index: 3;
}
.p3 {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 1240px) {
  .p3 {
    font-size: 1.04167vw;
    line-height: 1.6;
  }
}

.header__pill {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(270deg, rgb(255, 119, 0) 3.48%, #131311);
  box-shadow: inset -2px -1px 3px 1px hsla(0, 0%, 100%, 0.07);
  border-radius: 8.2rem;
  cursor: pointer;
  width: 15.4rem;
  height: 4.2rem;
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.1s,
    opacity 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.1s,
    width 0.6s cubic-bezier(0.77, 0, 0.18, 1);
}

.header__pill {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .header__pill {
    height: 6.9rem;
    width: 21.3rem;
    transition: transform 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.5s,
      opacity 0.6s cubic-bezier(0.32, 0.94, 0.6, 1) 0.5s,
      width 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  }
}

@media (min-width: 1240px) {
  .header__pill {
    height: 3.59375vw;
    width: 11.09375vw;
  }
}

/* [data-aside-open=true] .header__pill,
[data-shrink=true] .header__pill {
  width: 4.2rem
} */

@media (min-width: 1024px) {
  [data-aside-open="true"] .header__pill,
  [data-shrink="true"] .header__pill {
    width: 7rem;
  }
}

@media (min-width: 1240px) {
  [data-aside-open="true"] .header__pill,
  [data-shrink="true"] .header__pill {
    width: 3.4375vw;
  }
}

.header__pill-label {
  display: block;
  padding-left: 2.2rem;
  white-space: nowrap;
  transition: opacity 0.5s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition-delay: 0.4s;
  font-size: 1.4rem;
}

@media (min-width: 1024px) {
  .header__pill-label {
    padding-left: 3.4rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 1240px) {
  .header__pill-label {
    padding-left: 1.77083vw;
    font-size: 0.9375vw;
  }
}

/* [data-aside-open=true] .header__pill-label,
[data-shrink=true] .header__pill-label {
  opacity: 0;
  transition-delay: 0s
} */

.header__canvas-wrap {
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 2.1rem);
  width: 4.2rem;
  height: 4.2rem;
}

@media (min-width: 1024px) {
  .header__canvas-wrap {
    width: 7rem;
    height: 7rem;
    top: calc(50% - 3.5rem);
  }
}

@media (min-width: 1240px) {
  .header__canvas-wrap {
    width: 3.54167vw;
    height: 3.54167vw;
    top: calc(50% - 1.77083vw);
  }
}

.header__canvas-wrap canvas {
  display: block;
  width: 50px !important;
  height: 50px !important;
}

.lst-txt {
  position: fixed;
  width: 100vw;
  height: auto;
  z-index: 500;
  bottom: 20%;
  /* background-color: #ee1111; */
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.lst-txt h1 {
  width: 50em;
}

.parent {
  display: block;
  position: relative;
  float: left;
  /* line-height: 50px; */
  /* background-color: #34495e;
	border-right: #CCC 1px solid; */
  /* width:9%; */
}

.parent a {
  margin: 10px;
  color: #ffffff;
  text-decoration: none;
}

.parent:hover > ul {
  display: block;
  position: absolute;
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}

.child {
  display: none;
  left: 0;
  top: 35px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 300px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  /* background: #000; */
  border-radius: 2px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.child li {
  background-color: #242424ec;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  width: 100%;
}

.child li a {
  color: #ffffff;
}

.child li:hover {
  background-color: #51f575;
}
.child li:hover a {
  color: #000;
}

.parent ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  min-width: 16em;
}

.expand {
  font-size: 22px;
  float: right;
  margin-right: 5px;
}

/* manifesto */

.manifesto {
  min-height: 100vh;
  padding: 14rem 0 55rem;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .manifesto {
    padding: 26rem 0 45rem;
  }
}
[data-background="manifesto"] {
  background-color: #161616;
}
.manifesto__title {
  font-size: 4rem;
}
@media (min-width: 1240px) {
  .manifesto__title {
    font-size: 4.01042vw;
    line-height: 1.1;
  }
}
@media (min-width: 1920px) {
  .manifesto__title {
    margin-top: 4%;
  }
}
@media (min-width: 1024px) {
  .manifesto__title-col {
    margin-left: 11.1111111111%;
  }
}
.manifesto__copy-col {
  margin-top: -10rem;
  position: relative;
  margin-bottom: 150vh;
}
@media (min-width: 1024px) {
  .manifesto__copy-col {
    margin-top: 50rem;
    margin-bottom: 10vh;
  }
}
.manifesto__copy-wrapper {
  position: absolute;
  top: 12rem;
  opacity: 0;
}
@media (min-width: 1024px) {
  .manifesto__copy-wrapper {
    margin-bottom: 40rem;
    position: relative;
    top: 0;
    opacity: 1;
  }
}
@media (min-width: 1240px) {
  .manifesto__copy-wrapper {
    margin-bottom: 15.625vw;
  }
}
.manifesto__copy-wrapper:last-child {
  position: relative;
}
@media (min-width: 1240px) {
  .manifesto__copy-wrapper:last-child {
    margin-bottom: 5.20833vw;
  }
}
.manifesto__copy-title {
  padding-bottom: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .manifesto__copy-title {
    padding-bottom: 4rem;
  }
}
.manifesto__copy-content {
  line-height: 1.4;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .manifesto__copy-content {
    font-size: 1.6rem;
  }
}
@media (min-width: 1240px) {
  .manifesto__copy-content {
    font-size: 0.9375vw;
  }
}
.manifesto__animation {
  width: 100%;
  padding-top: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .manifesto__animation {
    position: relative;
    width: 75%;
    padding-top: 75%;
  }
}

/* services */

/* rotation */

#inf {
  position: relative;
  width: 100%;
  height: 5vh;
  overflow: hidden;
  background: #06f4da;
  display: flex;
  align-items: center;
  border: 4px solid #fff;
}
#inf .scroll {
  width: 100%;
  display: flex;
}
#inf .scroll div {
  font-family: "Orbitron", sans-serif;
  background-color: #06f4da;
  color: #000616;
  font-size: 2em;

  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  animation: animate 40s linear infinite;
  animation-delay: -40s;
}
#inf .scroll div:nth-child(2) {
  animation: animate2 40s linear infinite;
  animation-delay: -20s;
}
#inf .scroll div span {
  /* -webkit-text-stroke: 2px #000616; */
  color: transparent;
  font-family: Hanson, sans-serif !important;
}
@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}

@keyframes animate4 {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(00%);
  }
}

@keyframes animate3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

.ro-l {
  display: flex;
  /* flex-wrap: wrap; */
}

.ro-l > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.ro-l model-viewer {
  width: 100%;
  height: 50vh;
}
.ro-l video {
  width: 100%;
  height: 60vh;
}

.col-lg-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.ori-service-section-1 {
  padding: 0px 100px;
  /* background-color: #171717; */
}

.ho-m {
  font-size: 70px;

  font-weight: 700 !important;
  line-height: 40px;
  padding-bottom: 20px;
  font-family: Hanson, sans-serif;
}
.ori-service-wrapper-1 {
  padding: 120px 0px 180px;
  /* background-color: #171717; */
}

.ori-service-content-1 {
  padding-top: 70px;
  padding-left: 5%;
}

.ori-service-inner-item {
  max-width: 410px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.ori-service-inner-item .ori-service-more {
  position: absolute;
  left: 0;
  top: 60%;
  right: 0;
  opacity: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ori-service-inner-item .ori-service-more a {
  font-size: 120px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: var(--base-color-1);
}
.ori-service-inner-item:before {
  top: 0;
  right: 0;
  z-index: 1;
  width: 0%;
  content: "";
  left: auto;
  height: 100%;
  position: absolute;
  background-color: #0d0d0d;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ori-service-img-title {
  position: relative;
}

.ori-service-img:hover {
  transition: none;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}

.ori-service-inner-item .ori-service-img-title .ori-service-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50.26%, rgba(9, 9, 9, 0)),
    color-stop(99.06%, #090909)
  );
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}

.ori-service-inner-item .ori-service-img-title .ori-service-title {
  left: 0;
  right: 0;
  bottom: 20px;

  position: absolute;
  text-align: center;
}
.ori-service-inner-item .ori-service-img-title .ori-service-title h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
}

.ori-section-title-1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
/* .ori-service-inner-item:hover .ori-service-more {
  top: 50%;
  opacity: 1;
}
.ori-service-inner-item:hover:before {
  left: 0;
  width: 100%;
  right: auto;
} */

/* footer */

.footer {
  position: relative;
  margin-top: 60px;
  padding-bottom: 35px;
  z-index: 0;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    margin-top: 150px;
  }
}
.footer.h {
  display: none;
}
.footer__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  /* display: flex;
  justify-content: center;
  margin-bottom: 50px; */
}

.footer__shape svg {
  width: 100%;
  height: auto;
}
.footer__title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__title {
    margin-bottom: 0;
  }
}
.footer__top {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__top {
    display: block;
  }
}
.footer__main {
  padding: 70px 0 70px;
  border-top: 1px solid #363636;
}
@media screen and (min-width: 1024px) {
  .footer__main {
    padding-bottom: 150px;
  }
}
.footer__city-wrapper {
  position: relative;
}
.footer__city-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 10.4165vw;
  height: 14.375vw;
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .footer__city-image {
    display: block;
  }
}
.footer__city-name {
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-transition: color 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 35px;
  line-height: 55px;
}
@media screen and (min-width: 768px) {
  .footer__city-name {
    font-size: clamp(16px, 6.83vh, 93px);
    line-height: 8.79vh;
  }
}
@media screen and (min-width: 1200px) {
  .footer__city-name {
    font-size: clamp(16px, 8.88vh, 96px);
    line-height: 11.11vh;
  }
}
@media (hover: hover) {
  .footer__city-name:hover {
    color: #fff;
  }
}
.footer__address {
  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;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}
@media (hover: hover) {
  .footer__address a {
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .footer__address a:hover {
    opacity: 0.6;
  }
}
.footer__address--primary {
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .footer__address--primary {
    margin-bottom: 0;
    text-align: left;
  }
}
.footer__address--primary .icon {
  margin-right: 10px;
}
.footer__address--center {
  margin-bottom: 50px;
}
.footer__address--center .icon {
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .footer__address--center {
    margin-bottom: 0;
  }
}
.footer__address--secondary .footer__address-name .icon {
  margin: 0 5px 0 0;
}
@media screen and (min-width: 1200px) {
  .footer__address--secondary .footer__address-name .icon {
    margin: 0 10px 0 0;
  }
}
.footer__address-address {
  display: block;
}
.footer__address > *:not(:last-child):not(:first-child) {
  margin-bottom: 8px;
}
.footer__address-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 1200px) {
  .footer__address-name {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
  font-size: 13px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer__address-name {
  font-family: Hanson, sans-serif !important;
  text-transform: uppercase;
}

.footer__copyright {
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 15px;
}
.footer__copyright a {
  color: #fff !important;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 30px;
  }
  .footer__bottom {
    margin-top: 90px !important;
  }
  .shp model-viewer {
    width: 300px;
    height: 250px !important;
    margin-bottom: 50px;
  }
}

.footer__menu {
  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-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media (hover: hover) {
  .footer__menu a {
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .footer__menu a:hover {
    opacity: 0.6;
  }
}
.footer__item {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .footer__item {
    line-height: 18px;
  }
}
.footer__item:not(:last-child) {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .footer__item:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__item:not(:last-child) {
    margin: 0 50px 0 0;
  }
}
.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #090909;
  pointer-events: none;
  z-index: 20;
}
.loader {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #090909;
  z-index: 20;
}
.loader__percent {
  margin-bottom: 10px;
  overflow: hidden;
}
.loader__percent span {
  display: inline-block;
}
.loader__line {
  width: calc(4.1666vw * 12 - 10px);
  height: 1px;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
@media screen and (min-width: 768px) {
  .loader__line {
    width: calc(4.1666vw * 6 - 10px);
  }
}
.loader__line-p {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.loader__line-bg {
  width: 100%;
  height: 100%;
  background-color: #646464;
}
.grid {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.grid__item {
  -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  background-color: #b3947e;
}
.grid.g .grid__item {
  opacity: 0.3;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  color: #090909;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
form .validation_error {
  border: 0;
  color: #e6214b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
form .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}
form .gform_body .gform_fields .gfield {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  form .gform_body .gform_fields .gfield {
    margin: 0 0 30px;
  }
}
form .gform_body .gform_fields .gfield label {
  width: 100%;
  color: #090909;
  line-height: 19px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}
form .gform_body .gform_fields .gfield .ginput_container input,
form .gform_body .gform_fields .gfield .ginput_container textarea,
form .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #090909;
  border-radius: 0;
  outline: none;
  color: #090909;
  line-height: 19px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input::-webkit-input-placeholder,
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea::-webkit-input-placeholder,
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  select::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #090909;
}
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input::-moz-placeholder,
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea::-moz-placeholder,
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  select::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #090909;
}
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  input::-ms-input-placeholder,
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  textarea::-ms-input-placeholder,
form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  select::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #090909;
}
form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #090909;
}
form .gform_body .gform_fields .gfield .ginput_container select option {
  color: #090909;
}
form .gform_body .gform_fields .gfield_error {
  border: 0;
  background-color: transparent;
}
form .gform_body .gform_fields .gfield_error .ginput_container input,
form .gform_body .gform_fields .gfield_error .ginput_container textarea,
form .gform_body .gform_fields .gfield_error .ginput_container select {
  border: 1px solid #e6214b;
  padding: 20px 20px 20px 20px;
}
form .gform_body .gform_fields .gfield_error .validation_message {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #e6214b;
}
form .gform_body .gform_fields .gfield.half {
  width: 100%;
}
@media screen and (min-width: 768px) {
  form .gform_body .gform_fields .gfield.half {
    width: 50%;
  }
}
form .gform_body .gform_fields .gfield.no-label .gfield_label,
form .gform_body .gform_fields .gfield_visibility_hidden {
  display: none;
}
form .gform_footer {
  padding: 0;
  margin-top: 20px;
}
form .gform_footer .gform_button {
  padding: 15px;
  border: 1px solid #090909;
  border-radius: 0;
  background-color: #fff;
  line-height: 19px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #090909;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
h1,
h2,
h3 {
  margin: 0;
}
p {
  margin: 20px 0 0;
}
p:first-child {
  margin: 0;
}
a {
  text-decoration: none;
}

.td {
  display: flex;
  padding: 0 8%;

  width: 99%;
  box-sizing: border-box;
  justify-content: space-between;
}

.td .col-md-14 {
  display: flex;
  align-items: flex-start;

  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
}

.footer__main {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  /* .offset-md-2 {
    margin-left: 4.3333333333%;
} */

  /* .offset-md-2-r {
  margin-left: 8.3333333333%;
} */
}

.td [class*="col-"],
.td [class*="col-"] {
  position: relative;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.col-xl-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}

.footer__under {
  margin: 0 8%;
}

.shp {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  /* z-index: 1000; */
}

.shp model-viewer {
  width: 300px;
  height: 300px;
}

.footer__address * {
  color: #fff;
}

@font-face {
  font-family: MonumentExtended-Regular;
  src: url(../fonts/MonumentExtended-Regular.ttf);
  /* font-weight: normal ; */
}

.con-f {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80vh;
  margin-bottom: 10vh;
}
* {
  box-sizing: border-box;
}

.con-f * {
  box-sizing: unset;
}
.fls h1 {
  padding-left: 20%;
  font-family: Hanson, sans-serif;
  text-align: left;
  font-weight: 400;
  width: 100%;
  margin: auto;

  font-size: 2.8rem;
  align-items: center;
}

#meg {
  position: absolute;
  left: -45%;
  z-index: -1;
  margin-top: 5%;
  /* filter: brightness(0.5); */

  width: 100%;
  height: auto;
  min-height: 900px;
}

.form-og {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
