html {
  scroll-behavior: smooth;
}

a, a:link, a:active, a:focus {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #4EF1C9;
}

p {
  line-height: 1.8;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-fluo {
  min-height: 200px;
  border: 2px solid #4EF1C9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  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;
  padding: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.box-fluo div {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .box-fluo {
    padding-left: 3rem;
    min-height: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .box-fluo div {
    margin-left: 2rem;
    text-align: left;
  }
}

@media screen and (max-width: 769px) {
  .box-fluo.h img {
    height: auto;
    width: 70px;
  }
  .box-fluo.h div {
    margin-left: 0.9rem;
  }
}

.box-fluo:hover {
  background-color: #2f2f7e;
}

.box-fluo img {
  height: 60px;
}

@media screen and (max-width: 769px) {
  .box-fluo img {
    height: auto;
    width: 50px;
  }
}

.box-fluo h1 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 48px;
  margin: 10px 0;
  font-size: 32px;
}

@media (max-width: 1400px) {
  .box-fluo h1 {
    font-size: 22px;
  }
}

@media (max-width: 769px) {
  .box-fluo h1 {
    margin-bottom: 0;
  }
}

.box-fluo h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}

.bg-dark-blue {
  background-color: #111B34;
}

.line-after {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  position: relative;
}

.line-after:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #4EF1C9;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.spacer-sm {
  height: 50px;
}

.spacer-md {
  height: 100px;
}

.spacer-lg {
  height: 150px;
}

.light-blue-title {
  color: #4EF1C9;
  font-size: 24px;
  font-weight: 500;
}

.card {
  border: 0;
  background-color: #2F2F7E;
  height: 100%;
  padding-bottom: 70px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card .card-title {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}

.card .card-text {
  font-weight: normal;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 1.6;
}

.card .card-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card .card-body .btn-elysian {
  position: absolute;
  bottom: 20px;
  left: 1rem;
  width: calc(100% - 2rem);
}

.btn-elysian {
  border: 1px solid #4EF1C9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  background-color: transparent;
  color: #4EF1C9;
  font-size: 14px;
  padding: 16px 15px;
  display: block;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.btn-elysian:hover {
  background-color: #010151;
  color: #4EF1C9;
}

.full-fluo {
  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;
  background-color: #4EF1C9;
  border-radius: 32px;
  font-size: 18px;
  height: 150px;
  padding: 20px 20px;
  text-align: center;
}

@media (max-width: 1400px) {
  .full-fluo {
    height: 190px;
  }
}

@media (max-width: 1200px) {
  .full-fluo {
    height: 130px;
    width: 80%;
    margin: 20px auto;
  }
}

.full-fluid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1200px) {
  .full-fluid-container .round-blue {
    display: none;
  }
}

.middle-line {
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 1px;
  background-color: #ffffff;
  left: 0;
}

.round-blue {
  height: 20px;
  width: 20px;
  background-color: #3A9CF3;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  cursor: pointer;
}

.round-blue:hover {
  width: 30px;
  height: 30px;
}

.round-blue:first-child {
  top: 50%;
  left: calc(32% - 24px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.round-blue:nth-child(2) {
  top: 50%;
  left: calc(81.5% - 24px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate-effect {
  z-index: 9;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.rotate-effect:hover {
  -webkit-animation: rotating 10s linear infinite;
          animation: rotating 10s linear infinite;
}

.section-bridges {
  background-image: url(../assets/section-bridges.jpg);
  min-height: 80vh;
  background-position: top;
  position: relative;
}

@media (max-width: 769px) {
  .section-bridges::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .section-bridges h1 {
    text-align: center;
  }
}

.line-before {
  position: relative;
}

.line-before::before {
  content: '';
  top: -2px;
  position: absolute;
  height: 2px;
  background-color: #4EF1C9;
  width: 30vw;
  left: 0;
}

@media (max-width: 769px) {
  .line-before::before {
    left: 10%;
    width: 80%;
  }
}

.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 769px) {
  .checklist {
    -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;
    text-align: center;
  }
}

.checklist div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #ffffff;
  padding-left: 1em;
}

.checklist div:nth-child(2) span {
  color: #F9F9FC;
  font-size: 16px;
}

.div-exchange {
  background-color: #2F2F7E;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
}

.div-exchange:hover {
  background-color: #4EF1C9;
}

.div-exchange:hover img {
  -webkit-filter: invert(91%) sepia(26%) saturate(6341%) hue-rotate(229deg) brightness(104%) contrast(129%);
          filter: invert(91%) sepia(26%) saturate(6341%) hue-rotate(229deg) brightness(104%) contrast(129%);
}

.div-exchange img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-navy {
  background-color: #2F2F7E;
  display: block;
  font-size: 2em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  padding: 20px 30px;
  line-height: 1.5;
}

.btn-navy:hover {
  -webkit-box-shadow: 0px 0px 35px 3px #4EF1C9;
          box-shadow: 0px 0px 35px 3px #4EF1C9;
}

.btn-navy a {
  color: #ffffff;
}

.btn-navy a:hover {
  color: #010151;
}

.btn-navy span {
  font-size: 12px;
}

.ornament1 {
  position: relative;
}

.ornament1:after {
  content: '';
  position: absolute;
  border-right: 10px solid #4EF1C9;
  border-bottom: 10px solid #4EF1C9;
  z-index: 9;
  bottom: 0px;
  right: 0;
  height: 30%;
  width: 30%;
}

@media (max-width: 769px) {
  .ornament1:after {
    bottom: -5px;
    right: 5%;
    height: 30%;
    width: 30%;
  }
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  color: #ffffff;
  font-size: 10px;
}

.slick-dots li:hover button:before {
  color: #4EF1C9;
}

.slick-dots li.slick-active button:before {
  color: #4EF1C9;
  opacity: 1;
}

.div-exchange-container img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 769px) {
  .div-exchange-container {
    padding-bottom: 100px;
  }
  .div-exchange-container > div {
    position: relative;
  }
  .div-exchange-container > div:nth-child(even) {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

.earnx-img {
  height: 312px;
}

@media (max-width: 991px) {
  .earnx-img {
    height: 371px;
  }
}

.vision-bg {
  min-height: 100vh;
  padding: 80px 0;
  background-size: contain;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991px) {
  .vision > .col-12 {
    text-align: center;
  }
}
/*# sourceMappingURL=layout.css.map */