@font-face {
  font-family: Hansief;
  src: url(./fonts/Hansief.otf);
}

:root {
  --links: 14px;
  --buttons: 14px;

  --main-color: #19f9c8;
  --body-text-color: #d2faf7;
  --bg-color: #1c2830;
  --third-color: #e2dbdb;
  --grey-color: #84a7bb;
  --forth-color: #ffa91a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
.gc-header-link,
.gc-btn,
.gc-link {
  font-family: Hansief;
}

a {
  text-decoration: none;
  font-size: 14px;
  font-size: var(--links);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: lowercase;
  font-weight: bold;
  color: var(--third-color);
}
header a:hover {
  color: var(--main-color);
}
.fa {
  color: var(--forth-color);
}
header {
  position: fixed;
  width: 100%;
  z-index: 2;
  left: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gc-content {
  padding: 0px 20px;
}

.gc-margin-top {
  margin-top: 50px;
}

.gc-img-lg {
  max-width: 85%;
  width: 300px;
}

.gc-img-xl {
  max-width: 85%;
  width: 500px;
}

.gc-home-landing {
  text-align: center;
  padding: 100px 50px;
}

.gc-upper {
  text-transform: uppercase;
}

.gc-show-mobile {
  display: none;
}

.gc-centre {
  text-align: center;
}

.gc-content {
  width: 960px;
  max-width: 85%;
  margin: auto;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.7;
  color: var(--body-text-color);
  width: 100%;
  background: var(--bg-color);
}

.gc-landing-second {
  height: 300px;
  position: relative;
  display: table;
  width: 100%;
}

.gc-landing-second > div {
  display: table-cell;
  vertical-align: middle;
}

.gc-third-color {
  color: var(--grey-color);
}

.gc-landing {
  height: 90vh;
  min-height: 500px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
  position: relative;
  background: rgb(13, 18, 16);
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(28, 36, 46));
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(14, 17, 19));
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(26, 35, 41));
}

.gc-break {
  display: block;
  height: 2px;
  width: 50px;
  background: #fff;
  margin: 5px auto;
}

.gc-about-first,
.gc-contact-first {
  text-align: center;
  padding-top: 100px;
}

.gc-contact-first {
  min-height: 800px;
}

.gc-contact-first a {
  margin-top: 50px;
}

.gc-header-links {
  height: 50px;
  width: 100%;
  background: #000;
  display: table;
  background: rgb(13, 18, 16);
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(26, 35, 41));
}

.gc-header-link {
  margin: 0 10px;
}
.gc-animated-link {
  display: inline-block;
  transition: all 0.5s;
}

.gc-animated-link:after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: var(--main-color);
  transition: 300ms;
}

.gc-animated-link:hover:after {
  width: 100%;
}

.gc-header-content {
  display: table-cell;
  vertical-align: middle;
}

.gc-text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}

.gc-heading-primary {
  text-transform: uppercase;
  word-break: break-word;
  backface-visibility: hidden;
  margin-bottom: 30px;
}

.gc-heading-primary-main {
  display: block;
  font-size: 35px;
  text-transform: uppercase;
  word-break: break-word;
  backface-visibility: hidden;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 5px;
  color: var(--main-color);
}

.gc-heading-primary-sub {
  font-size: 25px;
  letter-spacing: 7.4px;
  color: var(--main-color);
}

.gc-btn {
  min-width: 200px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 90%;
  text-align: center;
}

.gc-btn:link,
.gc-btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gc-btn:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.gc-btn:active {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.gc-btn-white {
  background-color: var(--forth-color);
  color: #0d1210;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  border: none;
  color: #0d1210;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

footer p:first-of-type {
  margin-top: 50px;
}

input {
  border: none;
  border-bottom: 1px solid var(--main-color);
  outline: none;
  color: var(--main-color);
  background: transparent;
  height: 40px;
  margin-top: 10px;
  width: 250px;
  max-width: 90%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

input:focus {
  border-bottom: 1px solid var(--forth-color);
}

.gc-gc-checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--main-color);
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.gc-checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  -webkit-box-shadow: inset 0px 0px 0px var(--main-color);
  box-shadow: inset 0px 0px 0px var(--main-color);
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.gc-checkmark__check {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px var(--main-color);
    box-shadow: inset 0px 0px 0px 30px var(--main-color);
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px var(--main-color);
    box-shadow: inset 0px 0px 0px 30px var(--main-color);
  }
}
.gc-row {
  display: flex;
  padding: 25px 0px;
}

.gc-col-half {
  width: 50%;
}
.gc-col-third {
  width: 33%;
}

img.gc-icon-img {
  max-width: 100px;
  max-height: 85px;
}

.gc-landing-sub {
  font-size: 22px;
}
.gc-code {
  color: white;
  font-size: 16px;
}

footer {
  text-align: center;
  padding: 150px 50px 50px 50px;
}

footer > img {
  margin: auto;
  display: block;
}

footer > div {
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 12px;
}

img.gc-break-line {
  margin-top: 50px;
  width: 400px;
  max-width: 80%;
}

.gc-active {
  transition: all 0.5s;
  border-bottom: 1px solid;
  color: var(--main-color);
}
.gc-active:hover {
  border: none;
}

img.gc-contact-img {
  width: 150px;
}

.gc-btn-second {
  background: var(--bg-color);
  color: var(--forth-color);
  border: 1px solid var(--forth-color);
}

p {
  text-align: left;
  letter-spacing: 2px;
}

.gc-img-sm {
  max-width: 150px;
}

.gc-full-width {
  width: 100%;
}

.gc-left {
  text-align: left;
}

.gc-right {
  text-align: right;
}

#gc-landing-img {
  min-height: 275px;
  margin-top: -160px;
}

.gc-second-color {
  color: var(--second-color);
}

.gc-padding-top {
  padding-top: 50px;
}

.gc-link {
  text-align: left;
}

.gc-link a {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--forth-color);
  margin-top: 25px;
}

.fa-chevron-right {
  color: var(--forth-color);
}

.gc-margin-top-sm {
  margin-top: 25px;
}

.gc-landing-segment {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  -webkit-clip-path: polygon(112px 0, 100% 0, 100% 200px, 0 100%);
  clip-path: polygon(112px 0, 100% 0, 100% 200px, 0 100%);
  background: var(--bg-color);
  z-index: 3;
  width: 100%;
}

#gc-burger {
  display: none;
  width: 43px;
  height: 40px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  right: 25px;
  top: 5px;
}

#gc-burger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--main-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#gc-burger span:nth-child(1) {
  top: 6px;
}

#gc-burger span:nth-child(2),
#gc-burger span:nth-child(3) {
  top: 18px;
}

#gc-burger span:nth-child(4) {
  top: 29px;
}

#gc-burger.menu-open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#gc-burger.menu-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gc-burger.menu-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#gc-burger.menu-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.gc-landing-sm {
  height: 170px;
  -webkit-clip-path: polygon(0 0, 125% 0, 13% 88px, 0 100%);
  clip-path: polygon(0 0, 125% 0, 13% 88px, 0 100%);
  position: relative;
  background: #0d1210;
  overflow: hidden;
  background: rgb(13, 18, 16);
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(26, 35, 41));
}

.gc-circle {
  border-radius: 50%;
}

.gc-margin-bottom {
  margin-bottom: 50px;
}

form > * {
  max-width: 90%;
  width: 300px;
}

::-webkit-input-placeholder {
  color: var(--body-text-color);
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: var(--body-text-color);
  opacity: 0.8;
}

::placeholder {
  color: var(--body-text-color);
  opacity: 0.8;
}

#gc-menu {
  height: 0px;
  opacity: 0;
  pointer-events: none;
}

#gc-menu.menu-open {
  transition: all 0.5s;
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 60vh;
  background: rgb(13, 18, 16);
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(26, 35, 41));
  z-index: 10;
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 340px, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 340px, 0 100%);
  pointer-events: all;
}

.gc-push-from-top {
  pointer-events: all;
}

.gc-push-from-top.menu-open {
  transition: all 0.7s;
  -webkit-filter: blur(35px);
  filter: blur(35px);
  transform: translateY(100px);
  pointer-events: none;
}

body.menu-open {
  position: fixed;
  overflow-y: scroll;
}

.gc-menu-content {
  width: 80%;
  margin: auto;
  max-width: 90%;
  min-width: 100px;
}

.gc-menu-item {
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.gc-menu-item .fa {
  color: var(--third-color);
}

_:default:not(:root:root),
.gc-landing-segment {
  display: none;
}

.gc-menu-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--main-color);
  border-radius: 50%;
  bottom: -45px;
  left: -19px;
  transition: all 0.2s;
}

.gc-icon-lg {
  font-size: 50px !important;
}

#gc-brand-logo {
  font-size: 25px;
  cursor: pointer;
  position: fixed;
  top: 0px;
  left: 20px;
  margin-top: 4px;
  color: white;
  text-transform: capitalize;
  display: flex;
}

#gc-brand-logo img {
  height: 45px;
}

#gc-brand-logo > div {
  min-width: 45px;
  min-height: 45px;
}

.gc-landing-sub {
  font-size: 18px;
  color: white;
}

@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
.gc-avatar {
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.gc-avatar img {
  width: 100%;
  height: auto;
}

.gc-brand-box h1 {
  font-size: 5vw;
  color: var(--main-color);
}

.gc-quote {
  color: var(--forth-color);
}

.error {
  display: block;
  font-size: 12px;
  color: var(--forth-color);
}
