h1,
h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.loading__header h2 {
  font-size: 70px;
}

#fixed-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
  text-align: center;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  height: 70px;
  display: none;
}

#fixed-nav>div {
  width: 100%;
  padding: 0px 20px;
}

.fixed-title {
  text-align: center;
}

.fixed-currency {
  text-align: right;
  position: relative;
}

.fixed-currency::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 20px;
}

#select-currency {
  border-top: #3a1515;
  width: auto;
  display: inline;
  position: relative;
  font-weight: 700;
}

.plane__graphic img {
  width: 100%;
}

.plane__graphic {
  position: absolute;
  top: 45%;
  bottom: 0;
  width: 60vw;
  bottom: 0;
  margin: auto;
  z-index: 99;
  left: 30px;
  right: 0px;
}

@media (min-width: 1000px) {
  .plane__graphic {
    position: absolute;
    top: 38%;
    width: 43vw;
    bottom: 0;
    margin: 0 auto;
    z-index: 99;
    left: 90px;
    right: 0px;
  }
}

#fullpage,
#page-loading {
  display: none;
}

.capitalised {
  text-transform: capitalize;
}

.card-container {
  margin: 0px auto;
}

@media (max-width: 1000px) {
  .card-container {
    padding: 0 20px 50px;
  }
  .down-arrow{
    display: none;
  }
}

.button {
  cursor: pointer;
  background: #E43061;
  border: 4px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  display: inline-block;
  padding: 10px 40px;
  margin: 20px 0;
  -webkit-transition: 150ms background-color;
  -o-transition: 150ms background-color;
  transition: 150ms background-color;
}

.secondary-btn {
  font-size: 16px;
  padding: 8px 30px;
  background: #ffffff;
  border: 4px solid #ffffff;
  color: #333;
}

.primary-btn:hover {
  background: #c2094a;
}

.fp-tableCell {
  position: relative;
}

.section {
  /* padding: 90px 0; */
}

.section__horizontal-btn {
  cursor: pointer;
}

.hover-transition {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.hover-transition:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.section__back-btn {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}

.cloud {
  position: absolute;
  z-index: 1;
  height: 60px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 30px;
}

#myChart {
  margin-top: 70px;
  margin-left: 50px;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}

/* --------- Landing page ---------- */

/*row a*/

.cloud-wrapper {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}

#intro-content {
  z-index: 3;
  position: relative;
}

.intro-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: #67CEDA;
  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;
}


.intro-page:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 38%;
  width: 100%;
  background-color: #59c2cb;
  bottom: 0px;
  left: 0px;
}

.summary-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-color: #67CEDA;
}

.flex-center {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.intro-page p {
  text-align: center;
  font-size: 18px;
  max-width: 800px;
  margin: 0px auto 20px;
}

.intro-page:before {
  content: url(../img/hills.svg);
  position: absolute;
  width: 100%;
  bottom: 36%;
  left: 0px;
}

#summary-section {
  text-align: center;
}

#summary-section p {
  max-width: 800px;
  margin: 0 auto 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
}

.summary-footer p {
  font-size: .9rem;
}

.white-section {
  width: 100%;
  background-color: #ffffff;
  padding: 0 0;
  text-align: center;
}

.summary-footer img {
  max-width: 200px;
  display: block;
  width: 100%;
  margin: 0 auto 2rem;
}

.summary-section {
  padding: 4rem 0;
}

#summary-share h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}

#summary-description {
  background-color: #3cbedc;
}

#summary-sources {
  font-size: 0.9rem;
}

.sources-list {
  text-align: center;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.social-buttons {
  margin: 2rem 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.social-buttons>a:hover {
  text-decoration: none !important;
}

.social-buttons li {
  display: inline-block;
  max-width: 60px;
  cursor: pointer;
  margin: 0 1rem;
}

.title-logo {
  padding: 30px;
  width: 500px;
  max-width: 100%;
}

.title-logo img {
  width: 100%;
}

.title-image {
  padding: 10px;
  max-width: 500px;
  width: 100%;
  margin-bottom: 30px;
}

.form {
  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%;
  max-width: 800px;
  margin: 0 auto;
}

.form_select {
  margin: 0 15px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}

.form_select:after {}

.form_error {
  background-color: #2ca5b7;
  color: #ffffff;
  padding: 15px;
  max-width: 350px;
  font-size: 13px;
  width: 100%;
  border-radius: 5px;
  margin: 10px auto 0px;
  position: relative;
  display: none;
}

.form_error:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #2ca5b7;
  border-width: 10px;
  margin-left: -10px;
}

.select--custom {
  width: 90%;
  padding: 15px 20px;
  margin-bottom: 15px;
  background: #ffffff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1000px) {
  .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form_error {
    margin: 30px auto 0px;
  }
  .select--custom {
    width: 100%;
    margin-bottom: 0px;
  }
}

.cloud--short {
  width: 200px;
}

#cloud-1 {
  top: 20vh;
  -webkit-animation: animateCloud 55s linear infinite;
  animation: animateCloud 55s linear infinite;
}

#cloud-2 {
  top: 24vh;
  -webkit-animation: animateCloud 40s linear infinite;
  animation: animateCloud 40s linear infinite;
}

#cloud-3 {
  top: 44vh;
  -webkit-animation: animateCloud 50s linear infinite;
  animation: animateCloud 50s linear infinite;
}

#cloud-4 {
  top: 40vh;
  -webkit-animation: animateCloud 38s linear infinite;
  animation: animateCloud 38s linear infinite;
}

#cloud-5 {
  top: 34vh;
  -webkit-animation: animateCloud 70s linear infinite;
  animation: animateCloud 70s linear infinite;
}

#cloud-6 {
  top: 30vh;
  -webkit-animation: animateCloud 68s linear infinite;
  animation: animateCloud 68s linear infinite;
}

@-webkit-keyframes animateCloud {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 100%;
  }
}

.bounce {
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
