@import url("https://fonts.googleapis.com/css2?family=Karla&family=Lato:wght@100;300;400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Roboto&display=swap");
@font-face {
  font-family: "JetBrainsMono-light";
  src: url("../fonts/JetBrainsMono-Light.woff2") format("woff2"), url("../fonts/JetBrainsMono-Light.woff") format("woff"), url("../fonts/JetBrainsMono-Light.ttf") format("truetype");
}

@font-face {
  font-family: "JetBrainsMono";
  src: url("../fonts/JetBrainsMono-Regular.woff2") format("woff2"), url("../fonts/JetBrainsMono-Regular.woff") format("woff"), url("../fonts/JetBrainsMono-Regular.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: justify;
}

body {
  overflow-x: hidden;
}

.pattern {
  background-image: url(/images/Ngaruroro.svg);
  height: 1rem;
  width: 100%;
}

.underline {
  height: 0.3rem;
  background-color: #77017f;
}

.underline-light {
  height: 0.1rem;
  background-color: #77017f;
}

.body-container {
  overflow: hidden;
}

.nav-container {
  width: 100vw;
  height: 5rem;
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-container .logo {
  width: 15%;
  height: 100%;
  margin-left: 4rem;
}

.nav-container .logo video {
  height: 9rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-container .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-container .nav-links {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2%;
}

.nav-container .nav-links ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.nav-container .nav-links ul a {
  text-decoration: none;
  color: white;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  font-size: 1.3rem;
}

.nav-container .nav-links ul a:hover {
  color: #97adae;
  -webkit-transition: color ease-in-out 0.7s;
  transition: color ease-in-out 0.7s;
}

.section {
  height: 100vh;
  width: 100vw;
  padding: 5%;
}

.section .section-heading {
  height: 15%;
  width: 100%;
  margin-bottom: 2%;
  background-color: #ffffff;
  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;
}

.section .section-heading h2 {
  font-size: 1.5rem;
  font-family: "JetBrainsMono", Fallback, sans-serif;
}

.section .content-container {
  margin-top: 4%;
  width: 100%;
  height: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section .content-container .container {
  width: 32%;
  height: 100%;
}

.spacer-large {
  height: 4rem;
}

.spacer-small {
  height: 2rem;
}

.spacer-smaller {
  height: 1rem;
}

.section-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 5rem);
}

.section-1 .left-section {
  width: 48%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-1 .left-section .underline {
  width: 100%;
}

.section-1 .left-section .underline-light {
  width: 100%;
}

.section-1 .left-section .main-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  margin-bottom: 0.1rem;
  padding: 4%;
}

.section-1 .left-section .main-text h1 {
  text-transform: uppercase;
  font-size: 2rem;
  font-family: "JetBrainsMono", Fallback, sans-serif;
}

.section-1 .left-section .secondary-text {
  width: 100%;
  background-color: transparent;
  margin-bottom: 0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0% 4% 0% 4%;
  font-size: 2.2rem;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
}

.section-1 .left-section .secondary-text p {
  padding-top: 5%;
  line-height: 1.5rem;
  font-size: 1rem;
}

.section-1 .left-section .cta-container {
  height: 20%;
  width: 100%;
  background-color: transparent;
  margin: 4% 0% 0% 0%;
  padding: 1% 4% 1% 4%;
}

.section-1 .left-section .cta-container .cta {
  border-width: 1.2rem;
  border-color: #ccde2b;
}

.section-1 .left-section .cta-container .cta a {
  text-decoration: none;
  font-size: 2rem;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  color: #ffffff;
}

.section-1 .right-section {
  margin-left: 1rem;
  width: 60%;
  height: 100%;
  background-color: transparent;
}

.section-1 .right-section .illustration {
  height: 80%;
}

.section-1 .right-section .illustration img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

.section-2 {
  padding: 3%;
}

.section-2 .section-heading {
  background-color: transparent;
  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;
}

.section-2 .section-heading h2 {
  font-size: 1.5rem;
  font-family: "JetBrainsMono", Fallback, sans-serif;
}

.section-2 .container-img {
  height: 65%;
  width: 80%;
  margin: 0% 10% 0% 10%;
}

.section-2 .container-text {
  height: 35%;
  width: 100%;
  padding: 14% 5% 0% 5%;
  text-align: justify;
  font-size: 1.3rem;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
}

.container-img {
  height: 65%;
  width: 80%;
  margin: 0% 10% 0% 10%;
}

.container-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5%;
  outline: 0;
  border-color: transparent;
}

.container-text {
  height: 35%;
  width: 100%;
  padding: 14% 5% 0% 5%;
  text-align: justify;
  font-size: 1.3rem;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
}

.container-text .title {
  color: #97adae;
  font-size: 1.2rem;
}

.section-3 {
  padding: 3%;
}

.end-section {
  padding: 0% 0% 0% 0%;
  background-color: #ffffff;
}

.end-section .illustration {
  height: 40%;
  width: 100%;
}

.end-section .illustration img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 5%;
  outline: 0;
  border-color: transparent;
}

.end-section .footer {
  height: 60%;
  width: 100%;
}

.end-section .footer .footer-content {
  height: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.end-section .footer .footer-content .left-footer {
  height: 100%;
}

.end-section .footer .footer-content .left-footer .logo {
  width: 100%;
  height: 100%;
}

.end-section .footer .footer-content .left-footer .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.end-section .footer .footer-content .right-footer {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 5% 0% 0% 0%;
}

.end-section .footer .footer-content .right-footer .title {
  color: #97adae;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  font-size: 1.2rem;
}

.end-section .footer .footer-content .right-footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.end-section .footer .footer-content .right-footer ul li {
  padding: 5% 0% 5% 0%;
}

.end-section .footer .footer-content .right-footer ul a {
  text-decoration: none;
  color: white;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
}

.end-section .footer .copyright {
  height: 20%;
  width: 100%;
  font-family: "JetBrainsMono", fallback, sans-serif;
  background-color: transparent;
  color: #97adae;
  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;
}

.title {
  color: #97adae;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
}

.right-section-form {
  padding: 2%;
}

.right-section-form .form-label {
  font-family: "JetBrainsMono", Fallback, sans-serif;
  margin-bottom: 2%;
}

.right-section-form .input-text {
  margin-bottom: 2rem;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 0%;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff #fff #77017f;
  font-family: "Karla", sans-serif;
  color: #171717;
  font-size: 16px;
}

.right-section-form .input-text:focus {
  border-color: #ccde2b;
  outline: #fff solid 1px;
}

.right-section-form .illustration-form {
  height: 100%;
  background-color: white;
}

.right-section-form .textarea {
  width: 100%;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #77017f;
  color: #171717;
  font-size: 16px;
}

.right-section-form .textarea:focus {
  border-color: #ccde2b;
  outline: #fff solid 1px;
}

button {
  background-color: #77017f;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
  color: #fff;
  padding: 1rem 2rem;
  font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  font-size: 1.5rem;
  outline: 0;
  border: 0;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

span.ripple {
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: ripple 600ms linear;
          animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.7);
}

.bottom-nav {
  display: none;
}

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .spacer-large {
    height: 0.4rem;
  }
  .spacer-small {
    height: 0.2rem;
  }
  .spacer-small {
    height: 0.1rem;
  }
  .pattern {
    display: none;
  }
  .nav-container {
    display: none;
  }
  .logo {
    width: 100vw;
    height: 23vh;
  }
  .logo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bottom-nav {
    width: 1.3rem;
    height: 4rem;
    border-radius: 50%;
    bottom: 1.5rem;
    right: 1rem;
    position: fixed;
    -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }
  .icon-container {
    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;
    border-radius: 50%;
    height: 100%;
    width: 100%;
  }
  .nav-link {
    text-decoration: none;
  }
  .nav-link-text {
    padding-left: 1rem;
    font-size: 1.4rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .nav-link-icon {
    color: #77017f;
  }
  .section {
    position: relative;
    height: auto;
  }
  .section .section-heading h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .section .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section .content-container .container {
    width: 100%;
    margin: 0rem 0rem 7rem 0rem;
  }
  .section .content-container .container .container-img {
    height: 40vh;
    border-radius: 50%;
  }
  .section .content-container .container .container-text {
    margin-top: 2rem;
    font-size: 1rem;
    padding: 8% 5% 0% 5%;
  }
  .section .content-container .container .container-text .title {
    font-size: 1.2rem;
    text-align: center;
  }
  .section-1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-1 .left-section {
    width: 100%;
    height: 100%;
  }
  .section-1 .left-section .underline {
    width: 100%;
  }
  .section-1 .left-section .underline-light {
    width: 100%;
  }
  .section-1 .left-section .main-text {
    margin-bottom: 2%;
    padding: 4%;
    display: block;
  }
  .section-1 .left-section .main-text h1 {
    text-transform: uppercase;
    font-size: 2rem;
    font-family: "JetBrainsMono", Fallback, sans-serif;
    text-align: center;
  }
  .section-1 .left-section .secondary-text {
    width: 100%;
    background-color: transparent;
    margin: 1% 0% 1% 0%;
    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;
    padding: 0% 5% 0% 5%;
    font-size: 1.2rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .section-1 .left-section .secondary-text p {
    padding-top: 5%;
    line-height: 1.5rem;
    font-size: 1rem;
  }
  .section-1 .left-section .cta-container {
    height: 15%;
    width: 100%;
    background-color: transparent;
    margin: 6% 0% 0% 0%;
    padding: 1% 4% 1% 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-1 .left-section .cta-container .cta a {
    text-decoration: none;
    font-size: 1.2rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    color: #ffffff;
  }
  .section-1 .right-section {
    width: 100%;
    height: 100%;
    margin-top: 8%;
  }
  .section-1 .right-section .right-section-form {
    width: 100%;
  }
  .section-3 {
    height: auto;
  }
  #img-3 {
    width: 60%;
    padding: 5%;
    float: right;
    -o-object-fit: contain;
       object-fit: contain;
    display: none;
  }
  #img-3-contact {
    width: 35%;
    float: right;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #img-3-services {
    width: 35%;
    float: right;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #img-3-home {
    width: 35%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #img-1 {
    width: 80%;
    padding: 5%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #img-2 {
    width: 90%;
  }
  .end-section {
    height: 100vh;
    width: 100vw;
  }
  .end-section .illustration {
    height: 30%;
  }
  .end-section .footer {
    height: 70%;
  }
  .end-section .footer .footer-content .left-footer {
    display: none;
  }
  .end-section .footer .footer-content .right-footer {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .end-section .footer .footer-content .right-footer ul a {
    text-decoration: none;
    color: black;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    font-size: 16px;
  }
  .end-section .footer .footer-content .right-footer ul a:hover {
    color: #97adae;
    -webkit-transition: color ease-in-out 0.8s;
    transition: color ease-in-out 0.8s;
  }
  .end-section .footer .footer-content .right-footer .title {
    font-size: 1rem;
  }
  .bottom-nav-links {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    height: 100vh;
    z-index: 1000;
    padding: 1rem 0rem 7rem 0rem;
    text-decoration: none;
  }
  .bottom-nav-links ul {
    height: 100%;
    padding: 10% 0% 10% 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom-nav-links ul li {
    text-align: center;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    outline: 0;
  }
  .bottom-nav-links ul li a {
    text-decoration: none;
    font-size: 2.4rem;
    color: #332e32;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-btn {
    width: 1.3rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .spacer-large {
    height: 1rem;
  }
  .spacer-small {
    height: 0.2rem;
  }
  .spacer-small {
    height: 0.1rem;
  }
  .pattern {
    display: none;
  }
  .nav-container {
    display: none;
  }
  .logo {
    width: 100vw;
    height: 60vh;
  }
  .logo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bottom-nav {
    width: 1.3rem;
    height: 4rem;
    border-radius: 50%;
    bottom: 1.5rem;
    right: 1rem;
    position: fixed;
    z-index: 1000;
  }
  .icon-container {
    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;
    border-radius: 50%;
    height: 100%;
    width: 100%;
  }
  .nav-link {
    text-decoration: none;
  }
  .nav-link-text {
    padding-left: 1rem;
    font-size: 1.4rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .nav-link-icon {
    color: #77017f;
  }
  .section {
    position: relative;
    height: auto;
  }
  .section .section-heading h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .section .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section .content-container .container {
    width: 100%;
    margin: 0rem 0rem 7rem 0rem;
  }
  .section .content-container .container .container-img {
    margin: auto;
    border-radius: 50%;
  }
  .section .content-container .container .container-text {
    margin-top: 2rem;
    font-size: 1rem;
    padding: 8% 5% 0% 5%;
  }
  .section .content-container .container .container-text .title {
    text-align: center;
    font-size: 1.2rem;
  }
  .section-1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-1 .left-section {
    width: 100%;
    height: 100%;
  }
  .section-1 .left-section .underline {
    width: 100%;
  }
  .section-1 .left-section .underline-light {
    width: 100%;
  }
  .section-1 .left-section .main-text {
    margin-bottom: 2%;
    padding: 4%;
    display: block;
  }
  .section-1 .left-section .main-text h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
    font-family: "JetBrainsMono", Fallback, sans-serif;
  }
  .section-1 .left-section .secondary-text {
    width: 100%;
    background-color: transparent;
    margin: 1% 0% 1% 0%;
    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;
    padding: 0% 5% 0% 5%;
    font-size: 1.2rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .section-1 .left-section .secondary-text p {
    padding-top: 5%;
    line-height: 1.5rem;
    font-size: 1rem;
  }
  .section-1 .left-section .cta-container {
    height: 15%;
    width: 100%;
    background-color: transparent;
    margin: 6% 0% 0% 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1% 4% 1% 4%;
  }
  .section-1 .left-section .cta-container .cta a {
    text-decoration: none;
    font-size: 1.3rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    color: #ffffff;
  }
  .section-1 .right-section {
    width: 100%;
    height: 100%;
  }
  .section-1 .right-section .right-section-form {
    width: 100%;
  }
  .bottom-nav-links {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    height: 100vh;
    z-index: 1000;
    text-decoration: none;
  }
  .bottom-nav-links ul {
    height: 100%;
    padding: 10% 0% 10% 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom-nav-links ul li {
    text-align: center;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    outline: 0;
  }
  .bottom-nav-links ul li a {
    text-decoration: none;
    font-size: 2.4rem;
    color: #332e32;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-btn {
    width: 1.3rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .spacer-large {
    height: 2rem;
  }
  .spacer-small {
    height: 1.2rem;
  }
  .spacer-small {
    height: 0.6rem;
  }
  .pattern {
    display: none;
  }
  .nav-container {
    display: none;
  }
  .logo {
    display: block;
    margin: auto;
    width: 58vw;
    height: 48vh;
  }
  .logo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bottom-nav {
    width: 1.3rem;
    height: 4rem;
    border-radius: 50%;
    bottom: 1.5rem;
    right: 1rem;
    position: fixed;
    z-index: 1000;
  }
  .icon-container {
    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;
    border-radius: 50%;
    height: 100%;
    width: 100%;
  }
  .nav-link {
    text-decoration: none;
  }
  .nav-link-text {
    padding-left: 1rem;
    font-size: 1.4rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .nav-link-icon {
    color: #77017f;
  }
  .section {
    position: relative;
    height: auto;
  }
  .section .section-heading h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .section .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section .content-container .container {
    width: 100%;
    margin: 0rem 0rem 7rem 0rem;
  }
  .section .content-container .container .container-img {
    margin-top: 2vh;
    height: 46vh;
    width: 46vh;
    border-radius: 50%;
  }
  .section .content-container .container .container-text {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    padding: 8% 5% 0% 5%;
    text-align: center;
  }
  .section .content-container .container .container-text .title {
    font-size: 1.2rem;
  }
  .section-1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-1 .left-section {
    width: 100%;
    height: 100%;
  }
  .section-1 .left-section .underline {
    width: 100%;
  }
  .section-1 .left-section .underline-light {
    width: 100%;
  }
  .section-1 .left-section .main-text {
    margin-bottom: 2%;
    padding: 4%;
    display: block;
  }
  .section-1 .left-section .main-text h1 {
    text-transform: uppercase;
    font-size: 2rem;
    font-family: "JetBrainsMono", Fallback, sans-serif;
  }
  .section-1 .left-section .secondary-text {
    width: 100%;
    background-color: transparent;
    margin: 1% 0% 1% 0%;
    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;
    padding: 0% 5% 0% 5%;
    font-size: 1.2rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .section-1 .left-section .secondary-text p {
    padding-top: 5%;
    line-height: 2rem;
    font-size: 1rem;
  }
  .section-1 .left-section .cta-container {
    height: 15%;
    width: 100%;
    background-color: transparent;
    margin: 6% 0% 0% 0%;
    padding: 1% 4% 1% 4%;
  }
  .section-1 .left-section .cta-container .cta a {
    text-decoration: none;
    font-size: 1.2rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    color: #ffffff;
  }
  .section-1 .right-section {
    width: 100%;
    height: 100%;
    font-size: 1.7rem;
  }
  .section-1 .right-section .right-section-form {
    width: 100%;
  }
  .section-2 .section-heading h2 {
    font-size: 1.5rem;
  }
  .section-3 {
    height: auto;
  }
  .end-section .illustration {
    height: 30vh;
  }
  .end-section .footer {
    height: 25vh;
    background-color: #fcfcfc;
  }
  .end-section .footer .footer-content .left-footer {
    display: none;
  }
  .end-section .footer .footer-content .right-footer {
    width: 100%;
    height: 18vh;
    font-size: 18px;
  }
  .end-section .footer .footer-content .right-footer .title {
    font-size: 20px;
  }
  .end-section .footer .footer-content .right-footer ul li a {
    text-decoration: none;
    color: black;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    font-size: 16px;
  }
  .end-section .footer .footer-content .right-footer ul li a:hover {
    color: #97adae;
    -webkit-transition: color ease-in-out 0.8s;
    transition: color ease-in-out 0.8s;
  }
  .bottom-nav-links {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    text-decoration: none;
  }
  .bottom-nav-links ul {
    height: 100%;
    padding: 10% 0% 10% 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom-nav-links ul li {
    text-align: center;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    outline: 0;
  }
  .bottom-nav-links ul li a {
    text-decoration: none;
    font-size: 2.4rem;
    color: #332e32;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .bottom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-btn {
    width: 1.3rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 992px) {
  #swapMe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-1 .right-section .illustration img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50%;
    display: block;
    padding-top: 15%;
    padding-bottom: 15%;
    margin: auto;
    /* height: 90%; */
    border-radius: 5%;
  }
  #section-3 {
    margin-top: 14%;
  }
  #section-heading {
    margin-bottom: 10%;
  }
  #h2 {
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    font-size: 1rem;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .pattern {
    background-image: url(/images/Ngaruroro.svg);
    height: 1rem;
    width: 100%;
  }
  .underline {
    height: 0.3rem;
    background-color: #77017f;
  }
  .underline-light {
    height: 0.1rem;
    background-color: #77017f;
  }
  .logo-nav {
    display: none;
  }
  #img-1 {
    float: right;
    width: 64%;
  }
  #img-2 {
    width: 90%;
  }
  #img-3 {
    float: right;
    padding-bottom: 0;
    margin-bottom: -12%;
  }
  #first-section-home {
    padding-top: 0;
  }
  .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-container .logo video {
    height: 9rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nav-container .logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .nav-container .nav-links {
    padding: 2%;
    background-color: #fcfcfc;
  }
  .nav-container .nav-links ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .nav-container .nav-links ul a {
    text-decoration: none;
    color: black;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .section {
    width: 100%;
    padding: 5%;
  }
  .section .section-heading {
    height: 15%;
    width: 100%;
    margin-bottom: 2%;
    background-color: #ffffff;
    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;
  }
  .section .section-heading h2 {
    font-size: 2rem;
    font-family: "JetBrainsMono", Fallback, sans-serif;
  }
  .section .content-container {
    margin-top: 4%;
    width: 100%;
    height: 75%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-y: hidden;
  }
  .section .content-container .container {
    width: 32%;
    height: 100%;
  }
  .section .content-container .container .container-img {
    height: 32vh;
    width: 25vw;
  }
  .section .content-container .container .container-text .title {
    font-size: 1.4rem;
  }
  .spacer-large {
    height: 4rem;
  }
  .spacer-small {
    height: 2rem;
  }
  .spacer-smaller {
    height: 1rem;
  }
  .section-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-1 .left-section {
    height: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-1 .left-section .underline {
    width: 100%;
  }
  .section-1 .left-section .underline-light {
    width: 100%;
  }
  .section-1 .left-section .main-text {
    width: 51vw;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    margin-bottom: 0.1rem;
    padding: 4%;
  }
  .section-1 .left-section .main-text h1 {
    text-transform: uppercase;
    text-align: justify;
    font-size: 2rem;
    font-family: "JetBrainsMono", Fallback, sans-serif;
  }
  .section-1 .left-section .secondary-text {
    width: 100%;
    background-color: transparent;
    margin: 1rem 0rem 1rem 0rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0% 4% 0% 4%;
    font-size: 1.9rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .section-1 .left-section .secondary-text h2 {
    font-size: 1.5rem;
    text-align: start;
  }
  .section-1 .left-section .secondary-text p {
    padding-top: 5%;
    line-height: 1.5rem;
    font-size: 1rem;
  }
  .section-1 .left-section .cta-container {
    height: 20%;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: transparent;
    margin: 8% 0% 2% 0%;
    padding: 1% 4% 1% 4%;
  }
  .section-1 .left-section .cta-container .cta {
    border-width: 1.2rem;
    border-color: #ccde2b;
  }
  .section-1 .left-section .cta-container .cta a {
    text-decoration: none;
    font-size: 2rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    color: #ffffff;
  }
  .section-1 .right-section {
    height: 100%;
    margin: auto;
  }
  .section-2 {
    padding: 3%;
  }
  .section-2 .section-heading {
    background-color: transparent;
    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;
  }
  .section-2 .container-img {
    height: 65%;
    width: 80%;
    margin: 0% 10% 0% 10%;
    background-color: #97adae;
    border-radius: 50%;
  }
  .section-2 .container-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5%;
    outline: 0;
    border-color: transparent;
  }
  .section-2 .container-text {
    height: 35%;
    width: 100%;
    padding: 14% 5% 0% 5%;
    text-align: justify;
    font-size: 1.3rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
  }
  .section-3 {
    padding: 3%;
  }
  .end-section {
    padding: 0% 0% 0% 0%;
  }
  .end-section .illustration {
    width: 100%;
    padding: 0% 5% 0% 5%;
  }
  .end-section .footer {
    background-color: #fcfcfc;
    height: 32vh;
    width: 100%;
  }
  .end-section .footer .footer-content {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .end-section .footer .footer-content .left-footer {
    height: 100%;
    width: 30%;
    display: block;
  }
  .end-section .footer .footer-content .left-footer .logo {
    width: 100%;
    height: 100%;
  }
  .end-section .footer .footer-content .left-footer .logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .end-section .footer .footer-content .right-footer {
    width: 70%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3% 0% 0% 0%;
  }
  .end-section .footer .footer-content .right-footer .title {
    color: #97adae;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    font-size: 18px;
    text-align: left;
  }
  .end-section .footer .footer-content .right-footer ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .end-section .footer .footer-content .right-footer ul li {
    padding: 5% 0% 5% 0%;
  }
  .end-section .footer .footer-content .right-footer ul a {
    text-decoration: none;
    color: black;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    font-size: 16px;
  }
  .end-section .footer .footer-content .right-footer ul a:hover {
    color: #97adae;
    -webkit-transition: color ease-in-out 0.8s;
    transition: color ease-in-out 0.8s;
  }
  .end-section .footer .footer-container {
    height: 100%;
  }
  .end-section .footer .copyright {
    background-color: #fcfcfc;
    width: 100%;
    font-size: 80%;
    font-family: "JetBrainsMono", fallback, sans-serif;
    color: #97adae;
    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;
    margin-top: 2%;
  }
  .title {
    color: #77017f;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    font-size: 1.7rem;
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
  .right-section-form {
    font-size: 1rem;
    padding: 2%;
  }
  .right-section-form .form-label {
    font-family: "JetBrainsMono", Fallback, sans-serif;
    margin-bottom: 2%;
  }
  .right-section-form .input-text {
    margin-bottom: 2rem;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0%;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #fff #fff #77017f;
    font-family: "Karla", sans-serif;
    color: #171717;
    font-size: 16px;
  }
  .right-section-form .input-text:focus {
    border-color: #ccde2b;
    outline: #fff solid 1px;
  }
  .right-section-form .illustration-form {
    font-size: 1.3rem;
    width: 70%;
    height: 100%;
    background-color: white;
  }
  .right-section-form .textarea {
    width: 100%;
    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: #000 #000 #77017f;
    color: #171717;
    font-size: 20px;
  }
  .right-section-form .textarea:focus {
    border-color: #ccde2b;
    outline: #fff solid 1px;
  }
  button {
    background-color: #77017f;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    color: #fff;
    padding: 1rem 2rem;
    font-family: "JetBrainsMono-Light", Fallback, sans-serif;
    font-size: 1.5rem;
    outline: 0;
    border: 0;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  span.ripple {
    position: absolute;
    border-radius: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation: ripple 600ms linear;
            animation: ripple 600ms linear;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .bottom-nav {
    display: none;
  }
  .bottom-nav-links {
    display: none;
  }
  #img-1 {
    float: right;
    width: 64%;
  }
  #img-2 {
    width: 90%;
  }
  #img-3 {
    float: right;
    padding-bottom: 0;
    margin-bottom: -12%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .nav-container .logo {
    background-color: #fcfcfc;
  }
  .section .content-container .container .container-img {
    height: 40vh;
    width: 22vw;
  }
  .section .content-container .container .container-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5%;
    outline: 0;
    border-color: transparent;
  }
}
/*# sourceMappingURL=styles.css.map */