@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/
/* Navbar section */
.nav {
  font-family: "Quicksand", sans-serif;
}

.nav {
  width: 100%;
  height: 70px;
  position: fixed;
  text-align: center;
}

.nav div.logo {
  float: left;
  width: auto;
  height: auto;
  padding-left: 3rem;
}

.nav div.logo a {
  text-decoration: none;
  color: #fff;
  font-size: 2.5rem;
}

.nav div.logo a:hover {
  color: #333333;
}

.nav div.main_list {
  height: 65px;
  float: right;
}

.nav div.main_list ul {
  width: 100%;
  height: 65px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav div.main_list ul li {
  width: auto;
  height: 65px;
  padding: 0;
  padding-right: 3rem;
  display: table;
}

.nav div.main_list ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  transition-duration: 0.2s;
  display: table-cell;
  vertical-align: middle;
}

.nav div.main_list ul li a:hover {
  transition-duration: 0.3s;
  color: rgb(21, 100, 218);
}

/* Home section */
.home {
  width: 100%;
  height: 100vh;
  background-color: white;
}

.navTrigger {
  display: none;
}

.nav {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease;
}

/* Media qurey section */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    margin: 0;
  }
}
@media screen and (max-width: 1010px) {
  .nav {
    z-index: 909999;
  }
  .button {
    margin-right: 7em;
  }
  .navTrigger {
    display: block;
  }
  .nav div.logo {
    margin-left: 15px;
  }
  .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .nav div.show_list {
    height: auto;
    display: none;
    position: absolute;
    right: 0;
    width: 77%;
  }
  .nav div.main_list ul {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(127, 156, 199, 0.55);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    /*same background color of navbar*/
    background-position: center top;
    padding-top: 30%;
  }
  .nav div.main_list ul li {
    width: 100%;
    text-align: center;
  }
  .nav div.main_list ul li a {
    text-align: center;
    width: 100%;
    font-size: 3rem;
    padding: 20px;
  }
  .nav div.media_button {
    display: block;
  }
  .nav-logo {
    display: none;
  }
}
/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */
.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}

.navTrigger i {
  background-color: #000000;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}

.navTrigger i:nth-child(1) {
  animation: outT 0.8s backwards;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 5px 0;
  animation: outM 0.8s backwards;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  animation: outBtm 0.8s backwards;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  animation: inBtm 0.8s forwards;
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
nav {
  z-index: 999;
}

.affix {
  padding: 4px 0;
  background-color: rgba(33, 134, 217, 0.2);
  transition-duration: 0.2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 1;
}

.nav-logo {
  height: 65px;
}

.nav .container {
  display: flex;
  justify-content: space-evenly;
}

.button {
  margin-top: 5%;
  font-family: "Poppins";
  position: relative;
  padding: 14px 12px;
  border-radius: 100vw;
  background-color: transparent;
  font-family: "Playfair Display", serif;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.button .button-text {
  position: relative;
  z-index: 2;
}
.button .fill-container {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-bottom: 100%;
  transform: translateY(-50%) rotate(180deg);
}
.button .fill-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #21579c;
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(-100%);
}
.button:hover {
  color: #ffffff;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-color: rgb(102, 203, 196);
}
.button:hover .fill-container {
  transform: translateY(-50%) rotate(0);
}
.button:hover .fill-container::after {
  transform: translateY(0);
}

body {
  margin: 0;
}

.containerBG {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  overflow: hidden;
  filter: blur(4px);
  z-index: -99999;
}
.containerBG .inner-container {
  width: 90%;
  margin: 0 auto;
}

.shape {
  margin: 0 auto;
  position: relative;
  opacity: 0.7;
}

.random-shape:after {
  font-family: FontAwesome;
  content: "\f04d";
}

@keyframes shape-1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(213deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(573deg);
  }
}
.shape-container--1 {
  animation: shape-1 50s linear infinite;
}
.shape-container--1 .random-shape:after {
  margin: 7.7rem;
  color: #4800c0;
  font-size: 1.54rem;
  content: "\f077";
}

@keyframes shape-2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(319deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(679deg);
  }
}
.shape-container--2 {
  animation: shape-2 58s linear infinite;
}
.shape-container--2 .random-shape:after {
  margin: 4.7rem;
  color: #ff94a1;
  font-size: 0.94rem;
  content: "\f04d";
}

@keyframes shape-3 {
  0% {
    transform: translate3d(0, 0, 0) rotate(260deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(620deg);
  }
}
.shape-container--3 {
  animation: shape-3 64s linear infinite;
}
.shape-container--3 .random-shape:after {
  margin: 8.7rem;
  color: #ffef96;
  font-size: 1.74rem;
  content: "\f068";
}

@keyframes shape-4 {
  0% {
    transform: translate3d(0, 0, 0) rotate(132deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(492deg);
  }
}
.shape-container--4 {
  animation: shape-4 45s linear infinite;
}
.shape-container--4 .random-shape:after {
  margin: 4.7rem;
  color: #45ffdc;
  font-size: 0.94rem;
  content: "\f077";
}

@keyframes shape-5 {
  0% {
    transform: translate3d(0, 0, 0) rotate(343deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(703deg);
  }
}
.shape-container--5 {
  animation: shape-5 55s linear infinite;
}
.shape-container--5 .random-shape:after {
  margin: 2.7rem;
  color: #9300c9;
  font-size: 0.54rem;
  content: "\f067";
}

@keyframes shape-6 {
  0% {
    transform: translate3d(0, 0, 0) rotate(202deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(562deg);
  }
}
.shape-container--6 {
  animation: shape-6 63s linear infinite;
}
.shape-container--6 .random-shape:after {
  margin: 3.7rem;
  color: #4800c0;
  font-size: 0.74rem;
  content: "\f04d";
}

@keyframes shape-7 {
  0% {
    transform: translate3d(0, 0, 0) rotate(202deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(562deg);
  }
}
.shape-container--7 {
  animation: shape-7 54s linear infinite;
}
.shape-container--7 .random-shape:after {
  margin: 4.7rem;
  color: #ffef96;
  font-size: 0.94rem;
  content: "\f067";
}

@keyframes shape-8 {
  0% {
    transform: translate3d(0, 0, 0) rotate(122deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(482deg);
  }
}
.shape-container--8 {
  animation: shape-8 51s linear infinite;
}
.shape-container--8 .random-shape:after {
  margin: 8.7rem;
  color: #cda1ff;
  font-size: 1.74rem;
  content: "\f111";
}

@keyframes shape-9 {
  0% {
    transform: translate3d(0, 0, 0) rotate(332deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(692deg);
  }
}
.shape-container--9 {
  animation: shape-9 47s linear infinite;
}
.shape-container--9 .random-shape:after {
  margin: 8.7rem;
  color: #ff94a1;
  font-size: 1.74rem;
  content: "\f067";
}

@keyframes shape-10 {
  0% {
    transform: translate3d(0, 0, 0) rotate(347deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(707deg);
  }
}
.shape-container--10 {
  animation: shape-10 48s linear infinite;
}
.shape-container--10 .random-shape:after {
  margin: 1.7rem;
  color: #9300c9;
  font-size: 0.34rem;
  content: "\f22d";
}

@keyframes shape-11 {
  0% {
    transform: translate3d(0, 0, 0) rotate(13deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(373deg);
  }
}
.shape-container--11 {
  animation: shape-11 49s linear infinite;
}
.shape-container--11 .random-shape:after {
  margin: 8.7rem;
  color: #ffef96;
  font-size: 1.74rem;
  content: "\f22d";
}

@keyframes shape-12 {
  0% {
    transform: translate3d(0, 0, 0) rotate(332deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(692deg);
  }
}
.shape-container--12 {
  animation: shape-12 65s linear infinite;
}
.shape-container--12 .random-shape:after {
  margin: 4.7rem;
  color: #4800c0;
  font-size: 0.94rem;
  content: "\f04b";
}

@keyframes shape-13 {
  0% {
    transform: translate3d(0, 0, 0) rotate(282deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(642deg);
  }
}
.shape-container--13 {
  animation: shape-13 61s linear infinite;
}
.shape-container--13 .random-shape:after {
  margin: 6.7rem;
  color: #45ffdc;
  font-size: 1.34rem;
  content: "\f04b";
}

@keyframes shape-14 {
  0% {
    transform: translate3d(0, 0, 0) rotate(151deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(511deg);
  }
}
.shape-container--14 {
  animation: shape-14 57s linear infinite;
}
.shape-container--14 .random-shape:after {
  margin: 5.7rem;
  color: #31b4ff;
  font-size: 1.14rem;
  content: "\f068";
}

@keyframes shape-15 {
  0% {
    transform: translate3d(0, 0, 0) rotate(328deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(688deg);
  }
}
.shape-container--15 {
  animation: shape-15 51s linear infinite;
}
.shape-container--15 .random-shape:after {
  margin: 10.7rem;
  color: #ff94a1;
  font-size: 2.14rem;
  content: "\f067";
}

@keyframes shape-16 {
  0% {
    transform: translate3d(0, 0, 0) rotate(116deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(476deg);
  }
}
.shape-container--16 {
  animation: shape-16 68s linear infinite;
}
.shape-container--16 .random-shape:after {
  margin: 9.7rem;
  color: #4800c0;
  font-size: 1.94rem;
  content: "\f22d";
}

@keyframes shape-17 {
  0% {
    transform: translate3d(0, 0, 0) rotate(110deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(470deg);
  }
}
.shape-container--17 {
  animation: shape-17 51s linear infinite;
}
.shape-container--17 .random-shape:after {
  margin: 5.7rem;
  color: #31b4ff;
  font-size: 1.14rem;
  content: "\f22d";
}

@keyframes shape-18 {
  0% {
    transform: translate3d(0, 0, 0) rotate(222deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(582deg);
  }
}
.shape-container--18 {
  animation: shape-18 69s linear infinite;
}
.shape-container--18 .random-shape:after {
  margin: 10.7rem;
  color: #4800c0;
  font-size: 2.14rem;
  content: "\f04b";
}

@keyframes shape-19 {
  0% {
    transform: translate3d(0, 0, 0) rotate(192deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(552deg);
  }
}
.shape-container--19 {
  animation: shape-19 51s linear infinite;
}
.shape-container--19 .random-shape:after {
  margin: 9.7rem;
  color: #ffef96;
  font-size: 1.94rem;
  content: "\f04d";
}

@keyframes shape-20 {
  0% {
    transform: translate3d(0, 0, 0) rotate(309deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(669deg);
  }
}
.shape-container--20 {
  animation: shape-20 63s linear infinite;
}
.shape-container--20 .random-shape:after {
  margin: 7.7rem;
  color: #9300c9;
  font-size: 1.54rem;
  content: "\f077";
}

@keyframes shape-21 {
  0% {
    transform: translate3d(0, 0, 0) rotate(190deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(550deg);
  }
}
.shape-container--21 {
  animation: shape-21 48s linear infinite;
}
.shape-container--21 .random-shape:after {
  margin: 2.7rem;
  color: #45ffdc;
  font-size: 0.54rem;
  content: "\f111";
}

@keyframes shape-22 {
  0% {
    transform: translate3d(0, 0, 0) rotate(254deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(614deg);
  }
}
.shape-container--22 {
  animation: shape-22 69s linear infinite;
}
.shape-container--22 .random-shape:after {
  margin: 10.7rem;
  color: #9300c9;
  font-size: 2.14rem;
  content: "\f111";
}

@keyframes shape-23 {
  0% {
    transform: translate3d(0, 0, 0) rotate(148deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(508deg);
  }
}
.shape-container--23 {
  animation: shape-23 51s linear infinite;
}
.shape-container--23 .random-shape:after {
  margin: 7.7rem;
  color: #ffef96;
  font-size: 1.54rem;
  content: "\f04d";
}

@keyframes shape-24 {
  0% {
    transform: translate3d(0, 0, 0) rotate(332deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(692deg);
  }
}
.shape-container--24 {
  animation: shape-24 69s linear infinite;
}
.shape-container--24 .random-shape:after {
  margin: 5.7rem;
  color: #9300c9;
  font-size: 1.14rem;
  content: "\f10c";
}

@keyframes shape-25 {
  0% {
    transform: translate3d(0, 0, 0) rotate(275deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(635deg);
  }
}
.shape-container--25 {
  animation: shape-25 62s linear infinite;
}
.shape-container--25 .random-shape:after {
  margin: 7.7rem;
  color: #45ffdc;
  font-size: 1.54rem;
  content: "\f22d";
}

@keyframes shape-26 {
  0% {
    transform: translate3d(0, 0, 0) rotate(141deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(501deg);
  }
}
.shape-container--26 {
  animation: shape-26 42s linear infinite;
}
.shape-container--26 .random-shape:after {
  margin: 7.7rem;
  color: #31b4ff;
  font-size: 1.54rem;
  content: "\f068";
}

@keyframes shape-27 {
  0% {
    transform: translate3d(0, 0, 0) rotate(94deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(454deg);
  }
}
.shape-container--27 {
  animation: shape-27 61s linear infinite;
}
.shape-container--27 .random-shape:after {
  margin: 9.7rem;
  color: #31b4ff;
  font-size: 1.94rem;
  content: "\f067";
}

@keyframes shape-28 {
  0% {
    transform: translate3d(0, 0, 0) rotate(177deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(537deg);
  }
}
.shape-container--28 {
  animation: shape-28 44s linear infinite;
}
.shape-container--28 .random-shape:after {
  margin: 1.7rem;
  color: #9300c9;
  font-size: 0.34rem;
  content: "\f077";
}

@keyframes shape-29 {
  0% {
    transform: translate3d(0, 0, 0) rotate(200deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(560deg);
  }
}
.shape-container--29 {
  animation: shape-29 62s linear infinite;
}
.shape-container--29 .random-shape:after {
  margin: 4.7rem;
  color: #ff94a1;
  font-size: 0.94rem;
  content: "\f111";
}

@keyframes shape-30 {
  0% {
    transform: translate3d(0, 0, 0) rotate(110deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(470deg);
  }
}
.shape-container--30 {
  animation: shape-30 45s linear infinite;
}
.shape-container--30 .random-shape:after {
  margin: 9.7rem;
  color: #ffef96;
  font-size: 1.94rem;
  content: "\f10c";
}

@keyframes shape-31 {
  0% {
    transform: translate3d(0, 0, 0) rotate(22deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(382deg);
  }
}
.shape-container--31 {
  animation: shape-31 53s linear infinite;
}
.shape-container--31 .random-shape:after {
  margin: 9.7rem;
  color: #9300c9;
  font-size: 1.94rem;
  content: "\f067";
}

@keyframes shape-32 {
  0% {
    transform: translate3d(0, 0, 0) rotate(90deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(450deg);
  }
}
.shape-container--32 {
  animation: shape-32 61s linear infinite;
}
.shape-container--32 .random-shape:after {
  margin: 1.7rem;
  color: #31b4ff;
  font-size: 0.34rem;
  content: "\f22d";
}

@keyframes shape-33 {
  0% {
    transform: translate3d(0, 0, 0) rotate(241deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(601deg);
  }
}
.shape-container--33 {
  animation: shape-33 51s linear infinite;
}
.shape-container--33 .random-shape:after {
  margin: 4.7rem;
  color: #45ffdc;
  font-size: 0.94rem;
  content: "\f077";
}

@keyframes shape-34 {
  0% {
    transform: translate3d(0, 0, 0) rotate(65deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(425deg);
  }
}
.shape-container--34 {
  animation: shape-34 47s linear infinite;
}
.shape-container--34 .random-shape:after {
  margin: 7.7rem;
  color: #ff94a1;
  font-size: 1.54rem;
  content: "\f077";
}

@keyframes shape-35 {
  0% {
    transform: translate3d(0, 0, 0) rotate(264deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(624deg);
  }
}
.shape-container--35 {
  animation: shape-35 68s linear infinite;
}
.shape-container--35 .random-shape:after {
  margin: 1.7rem;
  color: #31b4ff;
  font-size: 0.34rem;
  content: "\f22d";
}

@keyframes shape-36 {
  0% {
    transform: translate3d(0, 0, 0) rotate(140deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(500deg);
  }
}
.shape-container--36 {
  animation: shape-36 58s linear infinite;
}
.shape-container--36 .random-shape:after {
  margin: 3.7rem;
  color: #4800c0;
  font-size: 0.74rem;
  content: "\f04b";
}

@keyframes shape-37 {
  0% {
    transform: translate3d(0, 0, 0) rotate(167deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(527deg);
  }
}
.shape-container--37 {
  animation: shape-37 48s linear infinite;
}
.shape-container--37 .random-shape:after {
  margin: 2.7rem;
  color: #9300c9;
  font-size: 0.54rem;
  content: "\f22d";
}

@keyframes shape-38 {
  0% {
    transform: translate3d(0, 0, 0) rotate(147deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(507deg);
  }
}
.shape-container--38 {
  animation: shape-38 51s linear infinite;
}
.shape-container--38 .random-shape:after {
  margin: 6.7rem;
  color: #45ffdc;
  font-size: 1.34rem;
  content: "\f111";
}

@keyframes shape-39 {
  0% {
    transform: translate3d(0, 0, 0) rotate(192deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(552deg);
  }
}
.shape-container--39 {
  animation: shape-39 62s linear infinite;
}
.shape-container--39 .random-shape:after {
  margin: 2.7rem;
  color: #45ffdc;
  font-size: 0.54rem;
  content: "\f04d";
}

@keyframes shape-40 {
  0% {
    transform: translate3d(0, 0, 0) rotate(36deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(396deg);
  }
}
.shape-container--40 {
  animation: shape-40 48s linear infinite;
}
.shape-container--40 .random-shape:after {
  margin: 2.7rem;
  color: #45ffdc;
  font-size: 0.54rem;
  content: "\f22d";
}

@keyframes shape-41 {
  0% {
    transform: translate3d(0, 0, 0) rotate(347deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(707deg);
  }
}
.shape-container--41 {
  animation: shape-41 62s linear infinite;
}
.shape-container--41 .random-shape:after {
  margin: 1.7rem;
  color: #ff94a1;
  font-size: 0.34rem;
  content: "\f111";
}

@keyframes shape-42 {
  0% {
    transform: translate3d(0, 0, 0) rotate(324deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(684deg);
  }
}
.shape-container--42 {
  animation: shape-42 57s linear infinite;
}
.shape-container--42 .random-shape:after {
  margin: 4.7rem;
  color: #9300c9;
  font-size: 0.94rem;
  content: "\f068";
}

@keyframes shape-43 {
  0% {
    transform: translate3d(0, 0, 0) rotate(222deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(582deg);
  }
}
.shape-container--43 {
  animation: shape-43 44s linear infinite;
}
.shape-container--43 .random-shape:after {
  margin: 2.7rem;
  color: #31b4ff;
  font-size: 0.54rem;
  content: "\f04d";
}

@keyframes shape-44 {
  0% {
    transform: translate3d(0, 0, 0) rotate(38deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(398deg);
  }
}
.shape-container--44 {
  animation: shape-44 69s linear infinite;
}
.shape-container--44 .random-shape:after {
  margin: 3.7rem;
  color: #cda1ff;
  font-size: 0.74rem;
  content: "\f10c";
}

@keyframes shape-45 {
  0% {
    transform: translate3d(0, 0, 0) rotate(116deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(476deg);
  }
}
.shape-container--45 {
  animation: shape-45 56s linear infinite;
}
.shape-container--45 .random-shape:after {
  margin: 2.7rem;
  color: #45ffdc;
  font-size: 0.54rem;
  content: "\f111";
}

@keyframes shape-46 {
  0% {
    transform: translate3d(0, 0, 0) rotate(257deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(617deg);
  }
}
.shape-container--46 {
  animation: shape-46 46s linear infinite;
}
.shape-container--46 .random-shape:after {
  margin: 4.7rem;
  color: #ff94a1;
  font-size: 0.94rem;
  content: "\f10c";
}

@keyframes shape-47 {
  0% {
    transform: translate3d(0, 0, 0) rotate(282deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(642deg);
  }
}
.shape-container--47 {
  animation: shape-47 63s linear infinite;
}
.shape-container--47 .random-shape:after {
  margin: 7.7rem;
  color: #ffef96;
  font-size: 1.54rem;
  content: "\f111";
}

@keyframes shape-48 {
  0% {
    transform: translate3d(0, 0, 0) rotate(347deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(707deg);
  }
}
.shape-container--48 {
  animation: shape-48 64s linear infinite;
}
.shape-container--48 .random-shape:after {
  margin: 2.7rem;
  color: #45ffdc;
  font-size: 0.54rem;
  content: "\f111";
}

@keyframes shape-49 {
  0% {
    transform: translate3d(0, 0, 0) rotate(169deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(529deg);
  }
}
.shape-container--49 {
  animation: shape-49 49s linear infinite;
}
.shape-container--49 .random-shape:after {
  margin: 1.7rem;
  color: #cda1ff;
  font-size: 0.34rem;
  content: "\f10c";
}

@keyframes shape-50 {
  0% {
    transform: translate3d(0, 0, 0) rotate(114deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(474deg);
  }
}
.shape-container--50 {
  animation: shape-50 66s linear infinite;
}
.shape-container--50 .random-shape:after {
  margin: 8.7rem;
  color: #ff94a1;
  font-size: 1.74rem;
  content: "\f077";
}

@keyframes shape-51 {
  0% {
    transform: translate3d(0, 0, 0) rotate(282deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(642deg);
  }
}
.shape-container--51 {
  animation: shape-51 51s linear infinite;
}
.shape-container--51 .random-shape:after {
  margin: 6.7rem;
  color: #31b4ff;
  font-size: 1.34rem;
  content: "\f111";
}

@keyframes shape-52 {
  0% {
    transform: translate3d(0, 0, 0) rotate(31deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(391deg);
  }
}
.shape-container--52 {
  animation: shape-52 65s linear infinite;
}
.shape-container--52 .random-shape:after {
  margin: 8.7rem;
  color: #4800c0;
  font-size: 1.74rem;
  content: "\f068";
}

@keyframes shape-53 {
  0% {
    transform: translate3d(0, 0, 0) rotate(344deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(704deg);
  }
}
.shape-container--53 {
  animation: shape-53 60s linear infinite;
}
.shape-container--53 .random-shape:after {
  margin: 2.7rem;
  color: #ff94a1;
  font-size: 0.54rem;
  content: "\f04d";
}

@keyframes shape-54 {
  0% {
    transform: translate3d(0, 0, 0) rotate(99deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(459deg);
  }
}
.shape-container--54 {
  animation: shape-54 69s linear infinite;
}
.shape-container--54 .random-shape:after {
  margin: 3.7rem;
  color: #ffef96;
  font-size: 0.74rem;
  content: "\f077";
}

@keyframes shape-55 {
  0% {
    transform: translate3d(0, 0, 0) rotate(236deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(596deg);
  }
}
.shape-container--55 {
  animation: shape-55 54s linear infinite;
}
.shape-container--55 .random-shape:after {
  margin: 9.7rem;
  color: #ffef96;
  font-size: 1.94rem;
  content: "\f04b";
}

@keyframes shape-56 {
  0% {
    transform: translate3d(0, 0, 0) rotate(321deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(681deg);
  }
}
.shape-container--56 {
  animation: shape-56 65s linear infinite;
}
.shape-container--56 .random-shape:after {
  margin: 6.7rem;
  color: #31b4ff;
  font-size: 1.34rem;
  content: "\f10c";
}

@keyframes shape-57 {
  0% {
    transform: translate3d(0, 0, 0) rotate(127deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(487deg);
  }
}
.shape-container--57 {
  animation: shape-57 48s linear infinite;
}
.shape-container--57 .random-shape:after {
  margin: 1.7rem;
  color: #4800c0;
  font-size: 0.34rem;
  content: "\f04b";
}

@keyframes shape-58 {
  0% {
    transform: translate3d(0, 0, 0) rotate(155deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(515deg);
  }
}
.shape-container--58 {
  animation: shape-58 68s linear infinite;
}
.shape-container--58 .random-shape:after {
  margin: 4.7rem;
  color: #cda1ff;
  font-size: 0.94rem;
  content: "\f111";
}

@keyframes shape-59 {
  0% {
    transform: translate3d(0, 0, 0) rotate(125deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(485deg);
  }
}
.shape-container--59 {
  animation: shape-59 58s linear infinite;
}
.shape-container--59 .random-shape:after {
  margin: 9.7rem;
  color: #31b4ff;
  font-size: 1.94rem;
  content: "\f10c";
}

@keyframes shape-60 {
  0% {
    transform: translate3d(0, 0, 0) rotate(250deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(610deg);
  }
}
.shape-container--60 {
  animation: shape-60 65s linear infinite;
}
.shape-container--60 .random-shape:after {
  margin: 9.7rem;
  color: #9300c9;
  font-size: 1.94rem;
  content: "\f10c";
}

@keyframes shape-61 {
  0% {
    transform: translate3d(0, 0, 0) rotate(116deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(476deg);
  }
}
.shape-container--61 {
  animation: shape-61 64s linear infinite;
}
.shape-container--61 .random-shape:after {
  margin: 2.7rem;
  color: #45ffdc;
  font-size: 0.54rem;
  content: "\f068";
}

@keyframes shape-62 {
  0% {
    transform: translate3d(0, 0, 0) rotate(159deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(519deg);
  }
}
.shape-container--62 {
  animation: shape-62 44s linear infinite;
}
.shape-container--62 .random-shape:after {
  margin: 7.7rem;
  color: #cda1ff;
  font-size: 1.54rem;
  content: "\f077";
}

@keyframes shape-63 {
  0% {
    transform: translate3d(0, 0, 0) rotate(19deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(379deg);
  }
}
.shape-container--63 {
  animation: shape-63 45s linear infinite;
}
.shape-container--63 .random-shape:after {
  margin: 3.7rem;
  color: #31b4ff;
  font-size: 0.74rem;
  content: "\f111";
}

@keyframes shape-64 {
  0% {
    transform: translate3d(0, 0, 0) rotate(145deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(505deg);
  }
}
.shape-container--64 {
  animation: shape-64 49s linear infinite;
}
.shape-container--64 .random-shape:after {
  margin: 4.7rem;
  color: #31b4ff;
  font-size: 0.94rem;
  content: "\f077";
}

@keyframes shape-65 {
  0% {
    transform: translate3d(0, 0, 0) rotate(113deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(473deg);
  }
}
.shape-container--65 {
  animation: shape-65 53s linear infinite;
}
.shape-container--65 .random-shape:after {
  margin: 2.7rem;
  color: #ff94a1;
  font-size: 0.54rem;
  content: "\f10c";
}

@keyframes shape-66 {
  0% {
    transform: translate3d(0, 0, 0) rotate(129deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(489deg);
  }
}
.shape-container--66 {
  animation: shape-66 46s linear infinite;
}
.shape-container--66 .random-shape:after {
  margin: 8.7rem;
  color: #31b4ff;
  font-size: 1.74rem;
  content: "\f04d";
}

@keyframes shape-67 {
  0% {
    transform: translate3d(0, 0, 0) rotate(132deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(492deg);
  }
}
.shape-container--67 {
  animation: shape-67 50s linear infinite;
}
.shape-container--67 .random-shape:after {
  margin: 5.7rem;
  color: #45ffdc;
  font-size: 1.14rem;
  content: "\f22d";
}

@keyframes shape-68 {
  0% {
    transform: translate3d(0, 0, 0) rotate(59deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(419deg);
  }
}
.shape-container--68 {
  animation: shape-68 48s linear infinite;
}
.shape-container--68 .random-shape:after {
  margin: 5.7rem;
  color: #cda1ff;
  font-size: 1.14rem;
  content: "\f067";
}

@keyframes shape-69 {
  0% {
    transform: translate3d(0, 0, 0) rotate(189deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(549deg);
  }
}
.shape-container--69 {
  animation: shape-69 49s linear infinite;
}
.shape-container--69 .random-shape:after {
  margin: 6.7rem;
  color: #9300c9;
  font-size: 1.34rem;
  content: "\f04d";
}

@keyframes shape-70 {
  0% {
    transform: translate3d(0, 0, 0) rotate(26deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(386deg);
  }
}
.shape-container--70 {
  animation: shape-70 70s linear infinite;
}
.shape-container--70 .random-shape:after {
  margin: 8.7rem;
  color: #45ffdc;
  font-size: 1.74rem;
  content: "\f068";
}

@keyframes shape-71 {
  0% {
    transform: translate3d(0, 0, 0) rotate(236deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(596deg);
  }
}
.shape-container--71 {
  animation: shape-71 69s linear infinite;
}
.shape-container--71 .random-shape:after {
  margin: 7.7rem;
  color: #ffef96;
  font-size: 1.54rem;
  content: "\f04b";
}

@keyframes shape-72 {
  0% {
    transform: translate3d(0, 0, 0) rotate(155deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(515deg);
  }
}
.shape-container--72 {
  animation: shape-72 52s linear infinite;
}
.shape-container--72 .random-shape:after {
  margin: 7.7rem;
  color: #ff94a1;
  font-size: 1.54rem;
  content: "\f10c";
}

@keyframes shape-73 {
  0% {
    transform: translate3d(0, 0, 0) rotate(23deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(383deg);
  }
}
.shape-container--73 {
  animation: shape-73 51s linear infinite;
}
.shape-container--73 .random-shape:after {
  margin: 6.7rem;
  color: #45ffdc;
  font-size: 1.34rem;
  content: "\f04d";
}

@keyframes shape-74 {
  0% {
    transform: translate3d(0, 0, 0) rotate(296deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(656deg);
  }
}
.shape-container--74 {
  animation: shape-74 47s linear infinite;
}
.shape-container--74 .random-shape:after {
  margin: 7.7rem;
  color: #31b4ff;
  font-size: 1.54rem;
  content: "\f068";
}

@keyframes shape-75 {
  0% {
    transform: translate3d(0, 0, 0) rotate(74deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(434deg);
  }
}
.shape-container--75 {
  animation: shape-75 44s linear infinite;
}
.shape-container--75 .random-shape:after {
  margin: 6.7rem;
  color: #9300c9;
  font-size: 1.34rem;
  content: "\f111";
}

@keyframes shape-76 {
  0% {
    transform: translate3d(0, 0, 0) rotate(254deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(614deg);
  }
}
.shape-container--76 {
  animation: shape-76 50s linear infinite;
}
.shape-container--76 .random-shape:after {
  margin: 9.7rem;
  color: #ff94a1;
  font-size: 1.94rem;
  content: "\f067";
}

@keyframes shape-77 {
  0% {
    transform: translate3d(0, 0, 0) rotate(110deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(470deg);
  }
}
.shape-container--77 {
  animation: shape-77 41s linear infinite;
}
.shape-container--77 .random-shape:after {
  margin: 3.7rem;
  color: #4800c0;
  font-size: 0.74rem;
  content: "\f067";
}

@keyframes shape-78 {
  0% {
    transform: translate3d(0, 0, 0) rotate(42deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(402deg);
  }
}
.shape-container--78 {
  animation: shape-78 52s linear infinite;
}
.shape-container--78 .random-shape:after {
  margin: 3.7rem;
  color: #ffef96;
  font-size: 0.74rem;
  content: "\f077";
}

@keyframes shape-79 {
  0% {
    transform: translate3d(0, 0, 0) rotate(287deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(647deg);
  }
}
.shape-container--79 {
  animation: shape-79 43s linear infinite;
}
.shape-container--79 .random-shape:after {
  margin: 10.7rem;
  color: #9300c9;
  font-size: 2.14rem;
  content: "\f077";
}

@keyframes shape-80 {
  0% {
    transform: translate3d(0, 0, 0) rotate(14deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(374deg);
  }
}
.shape-container--80 {
  animation: shape-80 51s linear infinite;
}
.shape-container--80 .random-shape:after {
  margin: 7.7rem;
  color: #45ffdc;
  font-size: 1.54rem;
  content: "\f067";
}

.footer {
  height: 15vh;
  background-color: #3a4753;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer p {
  color: white;
  font-size: 1.2rem;
  font-family: "Poppins";
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
.footer p:hover {
  box-shadow: none;
  transform: none;
}

.whats-float {
  position: fixed;
  transform: translate(108px, 0px);
  top: 25%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}

.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.whats-float:hover {
  color: #FFFFFF;
  transform: translate(0px, 0px);
}

.whats-float:hover i {
  transform: rotate(360deg);
}

.alert-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 999;
  width: 50%;
  height: 50%;
  border-radius: 10px;
}/*# sourceMappingURL=gco.css.map */


*,
*::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 */