@font-face {
  font-family: "fs gravity";
  src: url("../font/fs-gravity.eot");
  src: url("../font/fs-gravity.eot?#iefix") format("embedded-opentype"),
    url("../font/fs-gravity.woff2") format("woff2"),
    url("../font/fs-gravity.woff") format("woff"),
    url("../font/fs-gravity.svg#fs-gravity") format("svg");
  font-weight: 400;
  font-style: normal;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: "fs gravity";
  overflow-x: hidden;
  color: #fff;
  background: #3d2d2e;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  position: relative;
  margin: 0;
}

body:before {
  background: url("../img/dirt-bg.png") center center repeat;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container-fluid {
  max-width: 1300px;
}

a,
a:hover {
  text-decoration: none;
}

a {
  margin: 0 3px;
  color: #fcda3f;
}

a:hover {
  color: #fcd526;
}

section {
  position: relative;
}

section * {
  z-index: 5;
}

.text-base {
  color: #fcda3f;
}

#menu {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: 15px;
  background-color: #000000;
}

#menu .navbar-brand img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
}

#menu .navbar-toggler {
  font-size: 16px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid #474444;
}

#menu .navbar-toggler span {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FCDA3F' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#menu .navbar-toggler:focus {
  outline: 0;
}

#menu .navbar-nav li {
  margin-left: 15px;
}

#menu .navbar-nav li a {
  font-size: 20px;
  color: #ffffff;
  position: relative;
}

#menu .navbar-nav li a:focus {
  color: #ffffff;
}

#menu .navbar-nav li a:hover {
  color: #e7e7e7;
}

#menu .navbar-nav li a.active {
  color: #ffffff;
}

#menu.navbar-shrink {
  background-color: #000000;
  margin-top: 0;
  padding: 5px 15px;
}

#menu.navbar-shrink .navbar-nav li a.active {
  color: #625658;
}

#menu.navbar-shrink .navbar-brand img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@media (min-width: 991px) {
  #menu {
    margin-top: 20px;
    background-color: transparent;
  }
  #menu .pixel-btn {
    border-radius: 14px;
    color: #fff;
    border-style: solid;
    border-width: 4px;
    border-color: #3d2d2e;
    border-image-slice: 2;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-source: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='6'><path d='M0 2h2v2H0zM2 0h2v2H2zM4 2h2v2H4zM2 4h2v2H2z' fill='%233D2D2E' /></svg>");
    background-color: #453d3e;
    padding: 1px 20px;
    margin-top: 3px;
  }
  #menu .pixel-btn:hover {
    background-color: #413536;
  }
  #menu .pixel-btn i {
    font-size: 14px;
  }
  #menu .nav-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: -2px;
  }
  #menu .nav-icon-x {
    filter: invert(1);
  }
  #menu .pixel-btn-buy {
    background-color: #fcda3f;
    color: #3d2d2e;
  }
  #menu .pixel-btn-buy:hover {
    background-color: #fcd526;
    color: #2a1f20;
  }
}

#hero {
  background: url("../img/hero-bg.gif") bottom center no-repeat;
  background-size: cover;
  height: 80vh;
}

#hero img {
  max-height: 270px;
}

.hero-ca {
  display: inline-block;
  margin-top: 28px;
  max-width: 100%;
}

.hero-ca-label {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fcda3f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-ca-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 12px 14px 12px 18px;
  background-color: rgba(0, 0, 0, 0.72);
  border: 4px solid #3d2d2e;
  border-image-slice: 2;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-source: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='6'><path d='M0 2h2v2H0zM2 0h2v2H2zM4 2h2v2H4zM2 4h2v2H2z' fill='%23FCDA3F' /></svg>");
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-ca-box:hover {
  background-color: rgba(69, 61, 62, 0.95);
}

.hero-ca-box:active {
  transform: translateY(1px);
}

.hero-ca-box code {
  font-family: "fs gravity", monospace;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  word-break: break-all;
  text-align: left;
}

.hero-ca-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 8px 12px;
  background-color: #fcda3f;
  color: #3d2d2e;
  font-size: 16px;
  line-height: 1;
}

.hero-ca-box.copied .hero-ca-action {
  background-color: #5fcb88;
  color: #102018;
}

.hero-ca-toast {
  display: block;
  margin-top: 10px;
  min-height: 18px;
  font-size: 16px;
  line-height: 1;
  color: #5fcb88;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.hero-ca-toast.show {
  opacity: 1;
}

footer .footer-icon-x {
  width: 22px;
  height: 22px;
  filter: invert(78%) sepia(56%) saturate(620%) hue-rotate(6deg) brightness(103%) contrast(98%);
  vertical-align: middle;
}

footer .footer-icon-x:hover {
  filter: invert(88%) sepia(42%) saturate(720%) hue-rotate(6deg) brightness(108%) contrast(98%);
}

@media (max-width: 575.98px) {
  .hero-ca-box {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
  }

  .hero-ca-box code {
    font-size: 18px;
    text-align: center;
  }

  .hero-ca-action {
    justify-content: center;
  }
}

#slider {
  padding: 12px 0 40px;
}

#slider .slider .slide {
  width: 100%;
  min-height: 230px;
  background-size: cover;
  background-position: center center;
}

#promo {
  padding: 80px 0;
  background: #000000;
  font-size: 27px;
  line-height: 29px;
  color: #ffffff;
}

#promo:before {
  background: url("../img/outdoors.gif") bottom center;
  background-size: cover;
  content: " ";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

#features {
  padding: 100px 0 150px;
}

#features .features-box {
  padding: 70px 0;
  position: relative;
  background: url("../img/features-bg.png"), #0d0b0b;
  background-size: cover, cover;
  background-position: bottom center;
}

#features .features-box .feature {
  position: relative;
}

#features .features-box .feature .image {
  border-radius: 9px;
  width: 100%;
  min-height: 212px;
  background-size: cover;
  background-position: center center;
  background-position: bottom center;
}

#features .features-box .feature .title {
  font-size: 36px;
  line-height: 90%;
  color: #fcda3f;
  margin-bottom: 15px;
}

#features .features-box .feature p {
  font-size: 24px;
  line-height: 90%;
  color: #ffffff;
}

#features .features-box .feature p:last-child {
  margin-bottom: 0;
}

@media (min-width: 767.98px) {
  #features .features-box .feature:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #features .features-box .feature:nth-child(odd):before {
    background: url("../img/vine-img.png") right center no-repeat;
    background-size: 216px 36px;
    right: 16px;
  }
  #features .features-box .feature:nth-child(even):before {
    background: url("../img/vine-img.png") left center no-repeat;
    background-size: 216px 36px;
    left: 16px;
  }
}

#features .features-box:after {
  background: url("../img/vines-img-2.png") top center repeat-x;
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#features .features-box:before {
  background: url("../img/vines-img-2.png") top center repeat-x;
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#features .features-box .sides {
  z-index: 2;
}

#features .features-box .sides:after {
  background: url("../img/vines-img-2-side.png") center right repeat-y;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#features .features-box .sides:before {
  background: url("../img/vines-img-2-side.png") center right repeat-y;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#features .features-box .corners-left:after {
  background: url("../img/vine-corner.png") top left no-repeat;
  content: " ";
  position: absolute;
  left: -4px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#features .features-box .corners-left:before {
  background: url("../img/vine-corner.png") top left no-repeat;
  content: " ";
  position: absolute;
  right: -4px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#features .features-box .corners-right:after {
  background: url("../img/vine-corner-2.png") top right no-repeat;
  content: " ";
  position: absolute;
  right: -4px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#features .features-box .corners-right:before {
  background: url("../img/vine-corner-2.png") top right no-repeat;
  content: " ";
  position: absolute;
  left: -4px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#guild {
  padding: 140px 0 110px;
}

#guild .flag-box {
  position: relative;
  width: 202px;
  height: 265px;
}

#guild .flag-box .flag {
  height: 259px;
}

#guild .flag-box .character {
  height: 135px;
  position: absolute;
  right: 30px;
  bottom: 0px;
}

#guild .flag-box:before {
  background: url("../img/guild-character-bg.png") center bottom no-repeat;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#guild:before {
  background: url("../img/woods-bg.png") center bottom repeat;
  background-size: cover;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#roadmap {
  padding: 90px 0;
}

#roadmap .col-lg-10 {
  position: relative;
  margin: 35px 0;
}

#roadmap .col-lg-10:before {
  content: " ";
  position: absolute;
  top: 79px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#roadmap .col-lg-10:nth-child(odd):before {
  background: url("../img/vine-up.png") bottom right no-repeat;
  right: 150px;
}

#roadmap .col-lg-10:nth-child(even):before {
  background: url("../img/vine-up.png") bottom left no-repeat;
  left: 150px;
}

#roadmap .col-lg-10:last-child:before {
  background: none;
}

#roadmap .roadmap-step {
  padding: 45px 0;
  position: relative;
  background: #000000;
}

#roadmap .roadmap-step .feature {
  position: relative;
}

#roadmap .roadmap-step .feature .image {
  border-radius: 9px;
  width: 100%;
  min-height: 212px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#roadmap .roadmap-step .feature .title {
  font-size: 36px;
  line-height: 80.48%;
  color: #fcda3f;
  margin-bottom: 15px;
}

@media (min-width: 767.98px) {
  #roadmap .roadmap-step .feature .text-md-end ul li {
    background-position: right 6px;
    padding: 0px 24px 3px 0px;
  }
}

#roadmap .roadmap-step .feature ul {
  margin-bottom: 0;
}

#roadmap .roadmap-step .feature ul li {
  font-size: 24px;
  line-height: 108.98%;
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='12' height='12' stroke='%23FCDA3F'/%3E%3C/svg%3E%0A")
    no-repeat left top;
  background-position: left 6px;
  padding: 0px 0 3px 24px;
}

#roadmap .roadmap-step .feature ul li.done {
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='12' height='12' stroke='%23FCDA3F'/%3E%3Crect x='2.26086' y='2.26074' width='8.47826' height='8.47826' fill='%23FCDA3F'/%3E%3C/svg%3E%0A")
    no-repeat left top;
  background-position: left 6px;
}

#roadmap .roadmap-step .feature ul li.done-right {
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='12' height='12' stroke='%23FCDA3F'/%3E%3Crect x='2.26086' y='2.26074' width='8.47826' height='8.47826' fill='%23FCDA3F'/%3E%3C/svg%3E%0A")
    no-repeat left top;
  background-position: right 6px;
}

#roadmap .roadmap-step:after {
  background: url("../img/vines-img-2.png") top center repeat-x;
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#roadmap .roadmap-step:before {
  background: url("../img/vines-img-2.png") top center repeat-x;
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#roadmap .roadmap-step .sides:after {
  background: url("../img/vines-img-2-side.png") center right repeat-y;
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#roadmap .roadmap-step .sides:before {
  background: url("../img/vines-img-2-side.png") center right repeat-y;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#roadmap .roadmap-step .corners-left:after {
  background: url("../img/vine-corner.png") top left no-repeat;
  content: " ";
  position: absolute;
  left: -4px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#roadmap .roadmap-step .corners-left:before {
  background: url("../img/vine-corner.png") top left no-repeat;
  content: " ";
  position: absolute;
  right: -4px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#roadmap .roadmap-step .corners-right:after {
  background: url("../img/vine-corner-2.png") top right no-repeat;
  content: " ";
  position: absolute;
  right: -4px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#roadmap .roadmap-step .corners-right:before {
  background: url("../img/vine-corner-2.png") top right no-repeat;
  content: " ";
  position: absolute;
  left: -4px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#team {
  padding: 100px 0 50px;
  background: #000000;
}

#team .logo {
  height: 103px;
}

#team img {
  height: 180px;
}

#team .name {
  font-size: 36px;
  line-height: 80.48%;
  color: #fcda3f;
}

#team .position {
  font-size: 20px;
  line-height: 80.48%;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 5px;
}

#team p {
  font-size: 18px;
  line-height: 108.98%;
  color: #8d8d8d;
}

#team a {
  margin: 0 3px;
  font-size: 18px;
}

#team:before {
  background: url("../img/woods-bg-2.png") center bottom repeat;
  background-size: cover;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
}

#team .gradient:before {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(252, 218, 63, 0.37))
    )
    bottom center;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(252, 218, 63, 0.37) 100%
    )
    bottom center;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 214px;
  z-index: 1;
}

.vines:after {
  background: url("../img/vine-img.png") top center repeat-x;
  content: " ";
  position: absolute;
  top: -27px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.heading {
  font-size: 41px;
  line-height: 80.48%;
  color: #ffffff;
}

footer {
  position: relative;
  background: #000000;
  padding: 5px 0;
}
/*# sourceMappingURL=style.css.map */
