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

p {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.section_1 {
  min-height: 100vh;
  background: #000000;
  position: relative;
  /* Canvas positions */
}
.section_1 .hero {
  display: flex;
  height: 100%;
  align-items: center;
  color: #ffffff;
}
.section_1 .hero-content {
  position: absolute;
  top: 90%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -90%);
  pointer-events: none;
}
.section_1 .world_clock {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 2rem;
  width: 100%;
  padding: 0 5% 0 5%;
}
.section_1 .world_clock .time {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.section_1 .world_clock .time h4 {
  margin-bottom: 2rem;
  padding-left: 1rem;
  font-size: 1.3rem;
  background-image: linear-gradient(90deg, #1fa8a3 0%, #1087df 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_1 .world_clock .time output {
  font-size: 4rem;
  opacity: 0.8;
}
.section_1 h1 {
  pointer-events: none;
  text-align: center;
  font-size: 5rem;
  line-height: 1.5em !important;
  display: block;
  width: 85%;
  font-weight: bold;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -35%);
  text-shadow: 0px 6px 35px rgba(31, 168, 163, 0.7);
}
.section_1 canvas {
  width: 100%;
  height: 95vh !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.section_1 div {
  position: relative;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 !important;
}

.section_2 {
  text-align: center;
  padding: 5%;
}
.section_2 h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.section_2 .rot1 {
  animation: rotation 30s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
  display: inline-block;
}
.section_2 .rot2 {
  animation: rotation2 25s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
  display: inline-block;
}
.section_2 .rot4 {
  animation: rotation 17s infinite ease-in-out;
  transform-origin: center;
  display: inline-block;
}
.section_2 .rot5 {
  animation: rotation2 18s infinite ease-in-out;
  transform-origin: center;
  display: inline-block;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.section_2 svg {
  max-width: 100%;
}
.section_2 .card {
  max-width: 100%;
  padding: 1% 2%;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #000000;
  width: 15em;
  border-radius: 1vw;
}
.section_2 ._card1 {
  position: absolute;
  border: none;
  top: 32%;
  left: 30%;
  transform: translate(-30%, -32%);
  background: rgba(31, 168, 164, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0px 14.1291904449px 41.2101402283px -7.0645952225px rgba(31, 168, 163, 0.5019607843);
}
.section_2 ._card2 {
  position: absolute;
  border: none;
  top: 42%;
  left: 60%;
  transform: translate(-60%, -45%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(16, 135, 223, 0.2);
  box-shadow: 0px 14.1291904449px 41.2101402283px -7.0645952225px rgba(16, 135, 223, 0.5019607843);
}
.section_2 ._card3 {
  position: absolute;
  border: none;
  top: 75%;
  left: 69%;
  transform: translate(-67%, -73%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(16, 135, 223, 0.2);
  box-shadow: 0px 14.1291904449px 41.2101402283px -7.0645952225px rgba(16, 135, 223, 0.5019607843);
}
.section_2 ._card4 {
  position: absolute;
  border: none;
  top: 60%;
  left: 40%;
  transform: translate(-40%, -60%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(31, 168, 164, 0.2);
  box-shadow: 0px 14.1291904449px 41.2101402283px -7.0645952225px rgba(31, 168, 163, 0.5019607843);
}

@media only screen and (min-width: 400px) and (max-width: 600px) and (orientation: portrait) {
  .section_2 .card {
    max-width: 100%;
    padding: 0.5% 2%;
    font-size: 1rem;
    width: 12em;
    border-radius: 1vw;
  }
  .section_2 ._card1 {
    left: 50% !important;
    transform: translate(-50%, -32%) !important;
  }
  .section_2 ._card2 {
    left: 50% !important;
    top: 49%;
    transform: translate(-50%, -49%) !important;
  }
  .section_2 ._card3 {
    left: 50% !important;
    top: 86%;
    transform: translate(-50%, -86%) !important;
  }
  .section_2 ._card4 {
    left: 50% !important;
    top: 68%;
    transform: translate(-50%, -68%) !important;
  }
}
@media only screen and (max-width: 400px) and (orientation: portrait) {
  .section_1 h1 {
    font-size: 2.5em;
  }
  .section_2 .card {
    max-width: 100%;
    padding: 0.5% 2% !important;
    font-size: 0.7rem !important;
    width: 12em;
    border-radius: 1vw;
  }
  .section_2 ._card1 {
    top: 32% !important;
    left: 50% !important;
    transform: translate(-50%, -32%) !important;
  }
  .section_2 ._card2 {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .section_2 ._card3 {
    left: 50% !important;
    top: 86% !important;
    transform: translate(-50%, -86%) !important;
  }
  .section_2 ._card4 {
    left: 50% !important;
    top: 68% !important;
    transform: translate(-50%, -68%) !important;
  }
}
@media only screen and (max-height: 600px) and (orientation: landscape) {
  .section_2 ._card1 {
    left: 50% !important;
    transform: translate(-50%, -32%) !important;
  }
  .section_2 ._card2 {
    left: 50% !important;
    transform: translate(-50%, -45%) !important;
  }
  .section_2 ._card3 {
    left: 50% !important;
    transform: translate(-50%, -73%) !important;
  }
  .section_2 ._card4 {
    left: 50% !important;
    transform: translate(-50%, -60%) !important;
  }
}
.section_3 {
  text-align: center;
  padding: 5%;
}
.section_3 .row {
  justify-content: center;
}
.section_3 .card {
  border: none;
  margin-top: 5%;
  width: 270px;
  height: 270px;
  box-shadow: 0px 4px 35px -7.0645952225px rgba(16, 135, 223, 0.15);
  border-radius: 1.2em;
  cursor: pointer;
}
.section_3 .card .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_3 a {
  color: #000000;
  text-decoration: none;
}

.mouse {
  width: 26px;
  height: 44px;
  margin: auto;
  position: relative;
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.mouse:before {
  width: 23px;
  height: 41px;
  background-color: #000000;
  border-radius: 100px;
}

.mouse:after {
  background-color: #1fa8a3;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

.text {
  text-align: center;
  margin: 14px auto 0 auto;
  letter-spacing: 7px;
  font-size: 0.7em;
  color: #fff;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}

/* Animations */
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(0.9) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 600px) and (orientation: portrait) {
  .section_2 .card {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) and (orientation: landscape) {
  .section_2 .card {
    font-size: 1rem;
  }
}
.h_60 {
  height: 60px;
}

@media only screen and (max-width: 700px) {
  .hero {
    display: none !important;
  }
}/*# sourceMappingURL=contact.css.map */