body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins";
  background-color: #07361b;
  box-sizing: border-box; }

* {
  box-sizing: border-box; }

h1, h2, h3, h3, h4, h5, p {
  margin: 10px 0;
  padding: 0 10px; }

h1 {
  font-size: 1.6em;
  line-height: 1.1em; }
  @media all and (max-width: 500px) {
    h1 {
      font-size: 1.4em; } }

h2 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em; }
  @media all and (max-width: 500px) {
    h2 {
      font-size: 1em; } }

p {
  font-weight: 300; }

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px; }
  @media all and (max-width: 500px) {
    header {
      flex-wrap: wrap;
      padding: 10px; } }
  header .logo {
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff; }
    header .logo img {
      height: 100%;
      object-fit: contain;
      margin-right: 10px; }
    @media all and (max-width: 500px) {
      header .logo {
        height: 60px; } }

footer {
  padding: 10px 20px;
  background-color: rgba(5, 54, 27, 0.7);
  color: #fff;
  z-index: 5000;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 100; }

header, footer {
  background-color: rgba(5, 54, 27, 0.7); }

section {
  max-width: 500px;
  transform: translate(0, -50%);
  top: 50%;
  left: 20px;
  position: relative;
  background: rgba(5, 54, 27, 0.7);
  color: #fff;
  padding: 10px;
  border-radius: 4px; }
  section h1 {
    margin-bottom: 10px; }
  section h2 {
    display: flex; }
  @media all and (max-width: 500px) {
    section {
      max-width: 90%;
      padding: 10px;
      transform: translate(-50%, -50%);
      top: 45%;
      left: 50%; } }
  section img {
    width: 100%;
    margin-bottom: 10px; }

a {
  color: #ffffff;
  text-decoration: none; }

a:hover {
  color: greenyellow; }

.home_video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.8); }
  @media all and (max-width: 500px) {
    .home_video {
      transform: scale(4); } }
  @media all and (min-width: 768px) {
    .home_video {
      transform: scale(3); } }

iframe {
  position: fixed;
  border: none;
  background: #fff;
  border-radius: 5px; }

.swiper-pagination-bullet {
  background-color: #fff !important; }

.swiper-pagination-bullet-active {
  background-color: greenyellow !important; }

button {
  font-family: "Poppins";
  font-weight: 100;
  font-size: 1.1em;
  padding: 10px 20px;
  margin: 20px 0 0 10px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  background: grey;
  color: #fff;
  border: 1px solid grey;
  display: flex;
  align-items: center;
  justify-content: center; }
  button:hover {
    background-color: #fff;
    color: grey;
    border: 1px solid grey; }

.stats {
  position: absolute;
  left: 20px;
  width: 500px;
  bottom: 50px;
  padding: 10px;
  color: #fff;
  background-color: rgba(5, 54, 27, 0.7);
  border-radius: 6px;
  text-align: left;
  z-index: 100; }
  @media all and (max-width: 500px) {
    .stats {
      width: 90%; } }

.social {
  display: flex;
  column-gap: 10px;
  flex-direction: row-reverse; }
  .social a svg {
    width: 20px; }

/*# sourceMappingURL=style.v1.css.map */
