/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Ubuntu:500,700,400|Roboto:400|Poppins:400");
body {
  font-family: "Ubuntu", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}
a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #47b2e4;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #209dd8;
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
}
#hero .container {
  padding-top: 5px;
}
#hero h1 {
  color: #faff00;
  font-family: Ubuntu;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}
#hero h2 {
  color: #91f6a1;
  text-align: center;
  font-family: Ubuntu;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-top: 5%;
}
#hero h3 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
#hero .btn-get-started {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #5dcf92;
  background: #000000;
}
#hero .btn-get-started:hover {
  background: #209dd8;
  color: #000;
}
#hero .btn-watch-video {
  font-size: 18px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #000000;
  position: relative;
}
#hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}
#hero .btn-watch-video:hover i {
  color: #47b2e4;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
#hero .chance-row {
  border-radius: 25px;
  background: #030303;
  padding: 64px;
  margin-top: 10%;
}
#hero .chance-row .para-one {
  color: #fff;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 143%;
}
#hero .chance-row .para-two {
  color: #bfbebe;
  font-family: Ubuntu;
  font-size: 18px;
  line-height: 129.494%;
}

@media (max-width: 991px) {
  #hero {
    height: 100%;
    text-align: center;
  }
  #hero .animated {
    animation: none;
  }
}
@media (max-width: 768px) {
  #hero .chance-row {
    border-radius: 25px;
    background: #030303;
    padding: 10%;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 6% 0%;
  overflow: hidden;
}

.section-bg {
  background-color: #77e7aa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 190px;
  height: 3px;
  background: #ffffff;
  bottom: 1px;
  left: calc(50% - 90px);
}
.section-title p {
  margin-bottom: 0;
}

.bg-gree-yellow {
  background: linear-gradient(360deg, rgb(250, 255, 0) 25%, rgb(88, 61, 253) 25%);
}

.bg-top {
  background: radial-gradient(ellipse 150% 80% at 50% 0%, #77e7aa 50%, 48%, transparent 50%), conic-gradient(at 50% 30.3%, #000000 0.235turn, #000000 0.765turn);
}

.bg-bottom {
  background: radial-gradient(ellipse 150% 50% at 50% 100%, #77e7aa 50%, 48%, transparent 50%), conic-gradient(at 50% 30.3%, #000000 0.235turn, #000000 0.765turn);
}

.bg-bottom-blue {
  background: radial-gradient(ellipse 150% 50% at 50% 100%, #583dfd 50%, 48%, transparent 50%), conic-gradient(at 50% 30.3%, #000000 0.235turn, #000000 0.765turn);
}

.bg-blue {
  background: radial-gradient(ellipse 150% 80% at 50% 0%, #583dfd 120%, 48%, transparent 50%), conic-gradient(at 50% 30.3%, #000000 0.235turn, #000000 0.765turn);
}

/*----------------------------------
# Footer
------------------------------------*/
#footer {
  font-size: 18px;
  background: #000000;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 18px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 18px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #e0e1ee;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top .footer-contact p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  color: #333333;
}
#footer .footer-top h4 {
  font-size: 30px;
  font-weight: bold;
  color: #ea2127;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  font-size: 17px;
  line-height: 1;
  background: #ea2127;
  border-radius: 50px;
  padding: 5px;
  color: #ffffff;
  margin-right: 10px;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #333333;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  line-height: 26px;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #033750;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #282356;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 22px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 16px;
}
#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .credits {
    padding-top: 4px;
  }
  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }
}/*# sourceMappingURL=style.css.map */