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

body {
  background-color: #161B1F;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #FFC905;
  font-size: 20px;
  line-height: 22px;
}

/* hero */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 100vh;
}

.stars {
  width: 100vw;
  height: 100vh;
  background-image: url("/images/stars.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.giiglogo {
  width: 100vw;
  height: 80vh;
  background-image: url("/images/GIIG_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 280px;
  position: absolute;
}

.mountain {
  top: 100px;
  width: 100vw;
  height: 100vh;
  background-image: url("/images/dune.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: absolute;
}

.statement {
  width: 100vw;
  height: 100vh;
  padding: 200px 150px 200px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.giig {
  padding-bottom: 40px;
}

.giig .h210 {
  padding-left: 10px;
}

.giig .h220 {
  padding-left: 20px;
}

.giig .h230 {
  padding-left: 30px;
}

.statement1 {
  padding-top: 100px;
  padding-right: 40px;
  margin-left: 100px;
}

.statement1 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.statement1 .h317 {
  padding-left: 17px;
}

.statement1 .h334 {
  padding-left: 34px;
}

.statement2 {
  width: 100%;
  text-align: right;
  padding-right: 280px;
}

.statement2 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.statement2 .h317 {
  padding-right: 17px;
}

.statement2 .h334 {
  padding-right: 34px;
}

.about {
  padding: 0 150px 150px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #161B1F;
  z-index: 100;
}

.sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.sec .secinfo h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.sec .secinfo .h4bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.slash {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("/images/GIIG-Slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  margin-right: 0px;
}

.contwrapper .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-bottom: 60px;
  border-top: 1px solid #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contwrapper .cont .c1 {
  width: 30%;
}

.contwrapper .cont .c1 p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.contwrapper .cont .c1 p span {
  color: #FFC905;
}

.contwrapper .cont .c2 {
  width: 55%;
}

.contwrapper .cont .c2 p {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.contwrapper .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-bottom: 0px;
  border-top: 1px solid #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottomocean {
  background: -webkit-gradient(linear, left top, left bottom, from(#161b1f), to(rgba(22, 27, 31, 0))), url("/images/ocean.jpg");
  background: linear-gradient(#161b1f 0%, rgba(22, 27, 31, 0) 100%), url("/images/ocean.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bottomocean .missionwrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#161b1f), to(rgba(22, 27, 31, 0)));
  background: linear-gradient(#161b1f 0%, rgba(22, 27, 31, 0) 100%);
  padding: 150px 150px 150px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 100px;
}

.bottomocean .missionwrapper .giiglogo2 {
  width: 20%;
  height: 70px;
  background-image: url("/images/GIIG_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bottomocean .missionwrapper .missioncont {
  padding-right: 40px;
  width: 60%;
  margin-bottom: 100px;
}

.bottomocean .missionwrapper .missioncont h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.bottomocean .missionwrapper .missioncont span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFC905;
  font-size: 32px;
  line-height: 36px;
}

.contact {
  padding: 0 150px 100px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
}

.contacts {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.contwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}

.socialwrap {
  padding-bottom: 40px;
}

.socialright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contactcont a {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.contactcont p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.slash2 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url("/images/GIIG-Slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.social a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.social:hover .slash2 {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hline {
  width: 100%;
  border-top: 1px solid #fff;
}
/*# sourceMappingURL=main.css.map */