*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 6.5em;
}

html {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #67b3e6;
  overflow-x: hidden;
  height: auto;
}

.clouds-bg {
  position: absolute;
  top: -76vh;
  z-index: -9999;
  height: 700vh;
  -o-object-fit: fill;
     object-fit: fill;
}

.box, p {
  background-color: white;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.52);
  padding: 0.5em 0.7em;
  border-radius: 10px;
  transition: 0.56s;
}
.box:hover, p:hover {
  box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.82);
  transform: scale(1.03);
  border-radius: 25px;
  transition: 0.7s;
}

.hero-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: 850px 850px;
  height: 116vh;
  margin-bottom: 15vh;
}

section {
  width: 100%;
}
section .header {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 2.9rem;
  margin: 15vh 0;
}

.hero-div {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-logo {
  width: 70%;
  font-family: cloud;
  color: white;
  font-size: 5rem;
  text-align: center;
  letter-spacing: 5px;
  margin: 1em auto;
  margin-top: 3em;
}

.hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  width: 66%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 7em;
  transform: translateY(0.7em);
}
.hero-title:hover {
  transform: scale(1.021);
  transition: 0.9s;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  width: 86%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12vh;
}

.wrap-flex {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.wrap-flex .left {
  width: 40%;
}
.wrap-flex .left p {
  text-align: left;
  margin: 1em 0;
}
.wrap-flex .right {
  width: 40%;
}
.wrap-flex .right p {
  text-align: left;
}

.why-sec {
  min-height: 90vh;
}
.why-sec .wrap-flex {
  margin-top: 15vh;
}
.why-sec .wrap-flex .right .right-img {
  width: 97%;
  transform: scale(1.1);
}

.how-sec {
  min-height: 90vh;
}
.how-sec .wrap-flex {
  margin-top: 15vh;
}
.how-sec .wrap-flex .left svg {
  width: 100%;
  transform: scale(1.1);
}
.how-sec p {
  background-color: transparent;
  box-shadow: none;
  transition: 0.56s;
}
.how-sec p:hover {
  box-shadow: none;
  transform: scale(1.024);
  transition: 0.7s;
}

.sec-awards {
  margin-bottom: 20vh;
}
.sec-awards p {
  text-align: left;
  width: 85%;
}
.sec-awards .pointers {
  width: 76%;
  padding: 0.3em 0.54em;
  margin: 1em auto;
}
.sec-awards .pointers:hover {
  transform: scale(1.01);
  border-radius: 20px;
}

.sec-when .timeline {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 0;
}
.sec-when .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.sec-when .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}
.sec-when .container.left {
  left: 0;
}
.sec-when .container.right {
  left: 50%;
}
.sec-when .container::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 16px;
  z-index: 1;
}
.sec-when .container.right::after {
  left: -8px;
}
.sec-when .container::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #000000;
  z-index: 1;
}
.sec-when .container.right::before {
  left: 8px;
}
.sec-when .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 4px);
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.sec-when .container.left .date {
  right: -199px;
}
.sec-when .container.right .date {
  left: -199px;
}
.sec-when .container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #67b3e6;
  border: 2px solid #000000;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  z-index: 1;
}
.sec-when .container.left .icon {
  right: 56px;
}
.sec-when .container.right .icon {
  left: 56px;
}
.sec-when .container .content {
  padding: 30px 90px 30px 30px;
  background: #67b3e6;
  position: relative;
  border-radius: 0 500px 500px 0;
}
.sec-when .container.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}
.sec-when .container .content h2 {
  margin: -6px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.sec-when .container .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 767.98px) {
  .sec-when .timeline::after {
    left: 90px;
  }
  .sec-when .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }
  .sec-when .container.right {
    left: 0%;
  }
  .sec-when .container.left::after,
  .sec-when .container.right::after {
    left: 82px;
  }
  .sec-when .container.left::before,
  .sec-when .container.right::before {
    left: 100px;
    border-color: transparent #23a949 transparent transparent;
  }
  .sec-when .container.left .date,
  .sec-when .container.right .date {
    right: auto;
    left: 15px;
  }
  .sec-when .container.left .icon,
  .sec-when .container.right .icon {
    right: auto;
    left: 146px;
  }
  .sec-when .container.left .content,
  .sec-when .container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}

@media (max-width: 767.98px) {
  .box, p {
    width: 91%;
    margin: 0 auto;
    padding: 0.2em 0.5em;
  }
  .hero-sec .hero-logo {
    font-size: 3rem;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .wrap-flex {
    flex-direction: column;
  }
  .wrap-flex .right, .wrap-flex .left {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 5vh;
  }
  .wrap-flex .right p, .wrap-flex .left p {
    margin: 1em auto;
  }
  body {
    width: 100vw;
  }
  .clouds-bg {
    height: auto;
  }
  .how-sec .wrap-flex .left {
    width: 100%;
  }
  .how-sec .wrap-flex .left svg {
    width: 92%;
    margin: 0 auto;
  }
  .how-sec p {
    background-color: white;
    box-shadow: 0px 0px 25px -9px rgba(0, 0, 0, 0.52);
    transition: 0.56s;
  }
  .how-sec p:hover {
    transform: scale(1.024);
    transition: 0.7s;
  }
}/*# sourceMappingURL=gco_land.css.map */