@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300&display=swap");
a,
a:hover {
  text-decoration: none;
}

body {
  color: rgba(33, 37, 41, 0.82);
}

.cta-btn {
  background-color: #934e1c;
  border: none;
  border-radius: 22px;
  color: #fff;
  padding: 6px;
  width: 130px;
  height: 45px;
  box-shadow: 1px 2px 20px 2px #3a1c08;
}

.highlight {
  color: #934e1c;
  font-weight: 600;
  font-size: 35px;
}

section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.white-txt {
  color: #fff;
}

.brown-txt {
  color: #934e1c;
}

.thick-txt {
  font-size: 80px;
  font-weight: 600;
}

.bold-txt {
  font-size: 16px;
  font-weight: 800;
}

.light-txt {
  font-size: 22px;
  font-weight: 300;
}

.border-round {
  border-radius: 20px;
}

.w-80 {
  width: 80%;
}

.header {
  background-image: linear-gradient(to right, #ff000000, #27ff003b);
}
.header .menu .nav-item a {
  background-color: green;
  border-radius: 20px;
  height: 30px;
  color: #ffffff !important;
  line-height: 0.8;
  margin-right: 10px;
  font-weight: 200;
}
.header .menu .form-control {
  border-right: none !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.header .menu .input-group-text {
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header .logo img {
  width: 200px;
}

.hero-section {
  background-image: linear-gradient(to right, #ff000000, #27ff003b);
  top: 0;
  width: 100%;
  overflow: hidden;
}
.hero-section .hero-highlight {
  color: #83ba51;
  font-size: 75px;
  font-weight: 700;
}
.hero-section .hero-sentence-highlight {
  color: #83ba51;
}
.hero-section .membership li {
  list-style: none;
  width: 160px;
  display: inline;
  border-right: 1px solid #83ba51;
  margin-right: 10px;
  padding-right: 5px;
}
.hero-section .hero-vid-img {
  width: 300px;
}
.hero-section .img-hero {
  width: 55%;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 800px;
  right: 0;
}

.second-sect {
  background-color: green;
}
.second-sect img {
  width: 445px;
  height: 430px;
  width: 100%;
}
.second-sect .message {
  color: #fff;
}
.second-sect .hr-fff {
  width: 55px;
  height: 10px;
  background-color: #fff;
}
.second-sect p {
  color: #fff;
}

.news-sect {
  background-color: #955121;
  min-height: 500px;
}
.news-sect .border-right-fff {
  border-right: 2px solid #fff;
}
.news-sect .rotate {
  transform: rotate(270deg);
  margin-top: 120px;
  width: 400px;
}
.news-sect .rotate h1 {
  display: inline;
  width: 50px;
}
.news-sect .rotate .ne {
  font-size: 115px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  margin-right: -18px;
}
.news-sect .rotate .ws {
  font-size: 115px;
  color: green;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}
.news-sect p {
  color: #fff;
}
.news-sect .cta-btn {
  background-color: green;
  margin: 0 auto;
  display: block;
}

.sect-green {
  background-color: #63bb47;
}

.updates .app-imgs {
  width: 125px;
  border-radius: 7px;
  height: 53px;
}

@media (max-width: 500px) {
  .rotate {
    transform: rotate(360deg) !important;
    width: 200px !important;
  }

  .sm-txt {
    font-size: 60px !important;
  }
}

/*# sourceMappingURL=static.css.map */
