@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.orange {
  color: #EF8402;
}

.green {
  color: #13E031;
}

.btn-main, .btn-grp .btn-main-fill, .hero .btn-grp .btn.btn-main-fill, .btn-grp .hero .btn.btn-main-fill, .about .btn-grp .btn.btn-main-fill, .btn-grp .about .btn.btn-main-fill, .about .btn.btn-main, .hero .btn.btn-main {
  padding: 0.6em 1.8em;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 1.4em;
  border: 2px solid #EF8402;
  color: #EF8402;
  background: linear-gradient(90deg, rgba(239, 132, 2, 0.1) 1%, rgba(98, 54, 1, 0.0409204) 24.04%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(239, 132, 2, 0.1) 100%);
  box-shadow: 0px 0px 4.45461px 1.48487px rgba(239, 132, 2, 0.1), inset 0px 0px 4.94957px 0.989913px rgba(239, 132, 2, 0.4);
  border-radius: 5px;
  font-family: "Fredoka", sans-serif;
  color: #EF8402;
  font-size: 16px;
  font-weight: 500;
  line-height: auto;
  mix-blend-mode: normal;
}
@media (max-width: 575.98px) {
  .btn-main, .btn-grp .btn-main-fill, .hero .btn-grp .btn.btn-main-fill, .btn-grp .hero .btn.btn-main-fill, .about .btn-grp .btn.btn-main-fill, .btn-grp .about .btn.btn-main-fill, .about .btn.btn-main, .hero .btn.btn-main {
    font-family: "Fredoka", sans-serif;
    color: #EF8402;
    font-size: 11.5px;
    font-weight: 500;
    line-height: auto;
  }
}
.btn-main:hover, .btn-grp .btn-main-fill:hover, .about .btn.btn-main:hover, .hero .btn.btn-main:hover {
  font-family: "Fredoka", sans-serif;
  color: #EF8402;
  font-size: 16px;
  font-weight: 500;
  line-height: auto;
  box-shadow: 0px 0px 4.45461px 1.48487px rgba(239, 132, 2, 0.1), inset 0px 0px 4.94957px 0.989913px rgba(239, 132, 2, 0.4);
}
.btn-main:before, .btn-grp .btn-main-fill:before, .hero .btn-grp .btn.btn-main-fill:before, .btn-grp .hero .btn.btn-main-fill:before, .about .btn-grp .btn.btn-main-fill:before, .btn-grp .about .btn.btn-main-fill:before, .about .btn.btn-main:before, .hero .btn.btn-main:before {
  content: "";
  position: absolute;
  left: -4em;
  width: 4em;
  height: 100%;
  top: 0;
  transition: transform 0.4s ease-in-out;
  background: linear-gradient(to right, transparent 1%, rgba(239, 132, 2, 0.1) 40%, rgba(239, 132, 2, 0.1) 60%, transparent 100%);
}
.btn-main:hover:before, .btn-grp .btn-main-fill:hover:before, .about .btn.btn-main:hover:before, .hero .btn.btn-main:hover:before {
  transform: translateX(15em);
}

body {
  background-color: #1D1D1D !important;
}

.head {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 600;
  line-height: 70px;
}
@media (max-width: 575.98px) {
  .head {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
  }
}

.sub {
  font-family: "Fredoka", sans-serif;
  color: #EF8402;
  font-size: 32px;
  font-weight: 400;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .sub {
    font-family: "Fredoka", sans-serif;
    color: #EF8402;
    font-size: 18px;
    font-weight: 400;
    line-height: auto;
  }
}

.header .nav-link {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: auto;
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .header .nav-link {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: auto;
  }
}
.header .nav-link:hover {
  color: #EF8402;
  transform: scale(1.1);
}
.header .nav-link svg:hover path {
  fill: #EF8402 !important;
}
.header .nav-link:focus {
  color: #EF8402 !important;
  transform: scale(0.9);
}

.hero {
  background-image: url("../img/bg-hero.webp");
  background-size: cover;
}
.hero h1 {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 68px;
  font-weight: 700;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
    line-height: auto;
  }
}
.hero .subtext {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .hero .subtext {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    line-height: auto;
  }
}
@media (max-width: 575.98px) {
  .hero .btn.btn-main, .hero .btn-grp .btn.btn-main-fill, .btn-grp .hero .btn.btn-main-fill {
    font-size: 8px !important;
  }
}

.about {
  background-image: url("../img/bg-about.svg");
  background-size: cover;
}
.about .orange {
  font-family: "Fredoka", sans-serif;
  color: #EF8402;
  font-size: 24px;
  font-weight: 300;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .about .orange {
    font-family: "Fredoka", sans-serif;
    color: #EF8402;
    font-size: 16px;
    font-weight: 300;
    line-height: auto;
  }
}
.about .text {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .about .text {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: auto;
  }
}
.card-section {
  background: rgba(0, 0, 0, 0.48);
}
.card-section .title {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .card-section .title {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: auto;
  }
}
.card-section .text {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .card-section .text {
    display: none;
  }
}

.content {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px -5px 4px rgba(0, 0, 0, 0.25);
}
.content p {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 400;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .content p {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: auto;
  }
}

.rich .btn-grp {
  margin-top: -1.5em;
}
.rich .rich {
  margin-top: -11em;
  z-index: -1;
}

.btn-grp .btn-main-fill {
  background: #EF8402;
  color: #FFFFFF;
}

.army .logo {
  width: 100%;
  height: auto;
  max-width: 190px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .army .logo {
    max-width: 85px;
  }
}
.army .card-army {
  border: 1px solid #E5B416;
  border-radius: 10px;
  background: transparent;
}
.army .card-army .title {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 500;
  line-height: auto;
  margin-bottom: -0.2em;
}
@media (max-width: 575.98px) {
  .army .card-army .title {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    line-height: auto;
  }
  .army .card-army .title img {
    max-width: 85px;
  }
}
.army .card-army .text {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 400;
  line-height: auto;
}
.army .card-army .text span {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 400;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .army .card-army .text span {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: auto;
  }
}
@media (max-width: 575.98px) {
  .army .card-army .text {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    line-height: auto;
  }
}
.army .card1 {
  background-image: url("../img/card1-bg.png");
  background-size: cover;
}
.army .card2 {
  background-image: url("../img/card2-bg.png");
  background-size: cover;
}
.army .card3 {
  background-image: url("../img/card2-bg.png");
  background-size: cover;
}

.winnings {
  background: rgba(0, 0, 0, 0.48);
}

.footer {
  background-color: #000;
}
.footer h5 {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 400;
  line-height: auto;
}
.footer p {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: auto;
}
.footer .email {
  font-family: "Fredoka", sans-serif;
  color: #EF8402;
  font-size: 18px;
  font-weight: 300;
  line-height: auto;
}
.footer .support {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: auto;
}
.footer svg:hover path {
  fill: #EF8402 !important;
}
.footer .links {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: auto;
}
.footer li::marker {
  color: white;
}
.footer .social {
  width: 28px;
}

.low p {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  line-height: auto;
}

.about-hero {
  background-image: url("../img/bg-hero.png");
  background-size: cover;
}
.about-hero .text {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .about-hero .text {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    line-height: auto;
  }
}

.promises {
  background: rgba(0, 0, 0, 0.48);
}
.promises .title {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .promises .title {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: auto;
  }
}

.play .bg-play {
  background-image: url("../img/bg-play.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px !important;
}
.play .bg-play .title {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .play .bg-play .title {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: auto;
  }
}
.play .bg-play .text {
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .play .bg-play .text {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: auto;
  }
}

.faq {
  background: rgba(0, 0, 0, 0.48);
}
.faq .accordion-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 1rem;
}
.faq .accordion-button {
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  font-family: "Fredoka", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: auto;
  padding: 16px 20px;
}
@media (max-width: 575.98px) {
  .faq .accordion-button {
    font-family: "Fredoka", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: auto;
    padding: 12px 16px;
  }
}
.faq .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.4);
  color: #EF8402;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.2);
}
.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq .accordion-body {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.faq .accordion-body p {
  margin-bottom: 0;
  font-family: "Fredoka", sans-serif;
  color: #e0e0e0;
  font-size: 18px;
  font-weight: 300;
  line-height: auto;
}
@media (max-width: 575.98px) {
  .faq .accordion-body p {
    font-family: "Fredoka", sans-serif;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 300;
    line-height: auto;
  }
}
.faq .accordion-item:hover {
  border-color: rgba(239, 132, 2, 0.3);
  transition: all 0.3s ease;
}/*# sourceMappingURL=style.css.map */