/* Generated by less 3.11.1 */
/* ==========
Variables
========== */
/* ==========
Hero
========== */
@-webkit-keyframes "up-down" {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes "up-down" {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
#hero {
  width: 100%;
  min-height: 100vh;
  background: url(../img/bg/bg-w1.jpeg) top center;
  background-size: cover;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
#hero h1 {
  color: #22254D;
  font-family: sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: none;
}
#hero p {
  color: #84B327;
  font-weight: 700;
  font-size: 20px;
}
#hero img {
  max-width: 350px;
}
#hero .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background: #84B327;
}
#hero .cta-btn i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
  margin-right: 8px;
}
#hero .cta-btn:hover {
  background: #46BAB9;
  padding-right: 19px;
}
#hero .cta-btn:hover i {
  margin-left: 10px;
}
#hero .countdown {
  margin-top: 5px;
}
#hero .countdown div {
  text-align: center;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(11.6px);
  -webkit-backdrop-filter: blur(11.6px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  margin: 10px 10px;
  width: 110px;
  padding: 15px 0;
  color: #46BAB9;
  border-radius: 12px;
}
#hero .countdown div h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}
#hero .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  #hero .hero-container {
    top: 0px;
  }
  #hero h1 {
    font-size: 34px;
  }
  #hero p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #hero .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }
  #hero .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #hero .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}
