.feature-card-container {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.feature-card-text {
  font-weight: 600;
  line-height: 28px;
}
.feature-card-root-class-name {
  background-color: rgba(36, 12, 41, 0.54);
}
.feature-card-root-class-name1 {
  background-color: rgba(36, 12, 41, 0.54);
}
.feature-card-root-class-name2 {
  background-color: rgba(36, 12, 41, 0.54);
}
.feature-card-root-class-name3 {
  background-color: rgba(36, 12, 41, 0.54);
}
@media(max-width: 767px) {
  .feature-card-feature-card {
    flex-direction: row;
  }
  .feature-card-container {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .feature-card-container {
    flex-direction: column;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 40.00%,rgba(240, 240, 240, 0.06) 100.00%),url('https://realmsunleashed.com/files/images/Garden.png');
  background-repeat: no-repeat;
  background-position: center;
}
.home-header {
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  flex-direction: column;
}
.home-navbar-interactive {
  width: 100%;
  height: 105px;
  padding-top: 0px;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: 0px;
  background-color: rgba(28, 25, 28, 0.93);
}
.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.home-links {
  flex: 1;
  width: auto;
  height: 60px;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-link {
  display: contents;
}
.home-image {
  top: -2px;
  left: 0px;
  width: 64px;
  position: absolute;
  object-fit: cover;
  text-decoration: none;
}
.home-nav12 {
  color: #e0e0e0;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-left: var(--dl-space-space-fourunits);
  margin-right: var(--dl-space-space-fourunits);
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-nav22 {
  color: #e0e0e0;
  padding: 0px;
  margin-left: var(--dl-space-space-fourunits);
  margin-right: var(--dl-space-space-fourunits);
  text-decoration: none;
}
.home-nav23 {
  color: #e0e0e0;
  padding: 0px;
  margin-left: var(--dl-space-space-fourunits);
  margin-right: var(--dl-space-space-fourunits);
  text-decoration: none;
}
.home-nav42 {
  color: #e0e0e0;
  display: none;
  margin-left: var(--dl-space-space-unit);
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
}
.home-register {
  top: 1px;
  right: 0px;
  width: 190px;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: absolute;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  background-color: #2c2f33;
}
.home-image1 {
  width: auto;
  height: 26px;
  align-self: center;
  object-fit: cover;
}
.home-text {
  color: #e0e0e0;
  font-size: 20px;
  align-self: center;
  padding-left: var(--dl-space-space-unit);
  animation-name: pulse;
  animation-delay: 5s;
  animation-duration: 1s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-burger-menu {
  display: none;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  cursor: pointer;
  height: var(--dl-size-size-xsmall);
}
.home-mobile-menu1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateY(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon02 {
  width: var(--dl-size-size-xsmall);
  cursor: pointer;
  height: var(--dl-size-size-xsmall);
}
.home-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home-nav121 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-nav221 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-nav32 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-nav421 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-buttons {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-hero {
  width: 100%;
  height: 269px;
  margin-top: 159px;
  align-items: center;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
  justify-content: center;
  background-color: transparent;
}
.home-container1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  height: 398px;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 82px;
  padding-left: var(--dl-space-space-sixunits);
  padding-right: var(--dl-space-space-sixunits);
  animation-name: fadeInUp;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  animation-delay: 0s;
  justify-content: flex-start;
  animation-duration: 3s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-hero-heading {
  color: #b736b7;
  height: auto;
  font-size: 70px;
  max-width: auto;
  align-self: stretch;
  text-align: center;
  font-family: "Minecraft-Regular";
  font-weight: 700;
  line-height: 150%;
  text-transform: none;
  text-decoration: none;
}
.home-btn-group {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-hero-button2 {
  display: none;
}
.home-features-container {
  flex: 1;
  width: auto;
  height: 100%;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-twounits);
  background-color: transparent;
}
.home-container2 {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-features-heading {
  color: #f7f9fd;
  width: 973px;
  height: auto;
  padding: var(--dl-space-space-twounits);
  font-size: 35px;
  align-self: center;
  margin-top: 0px;
  text-align: center;
  font-family: "Raleway";
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0px;
  text-transform: none;
  text-decoration: none;
}
.home-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-gray-900);
  border-style: solid;
  border-width: 1px;
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-container3 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-oneandhalfunits);
  margin-top: var(--dl-space-space-threeunits);
  grid-template-columns: 1fr 1fr;
}
.home-faq {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-faq-container {
  background-color: transparent;
}
.home-faq1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: none;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
}
.home-container4 {
  display: flex;
  max-width: 35%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text4 {
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text5 {
  text-align: left;
}
.home-container5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-footer {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-footer1 {
  height: 154px;
  padding-top: 3px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  background-color: transparent;
}
.home-container6 {
  gap: var(--dl-space-space-unit);
  display: none;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-hero-heading1 {
  color: #dfa6d4;
  max-width: 800px;
  text-transform: none;
  text-decoration: none;
}
.home-nav1 {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.home-nav122 {
  color: #e0e0e0;
}
.home-nav222 {
  color: #e0e0e0;
  margin-left: var(--dl-space-space-unit);
}
.home-nav321 {
  display: none;
  margin-left: var(--dl-space-space-unit);
}
.home-nav422 {
  display: none;
  margin-left: var(--dl-space-space-unit);
}
.home-separator1 {
  flex: 0 0 auto;
  width: auto;
  height: 0px;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: flex-start;
  margin-left: var(--dl-space-space-threeunits);
  border-color: var(--dl-color-gray-900);
  border-style: solid;
  border-width: 1px;
  margin-right: var(--dl-space-space-threeunits);
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-container7 {
  flex: 0 0 auto;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-text8 {
  display: none;
}
.home-icon-group1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-icon10 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-twounits);
}
.home-icon12 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-twounits);
}
.home-icon14 {
  width: 24px;
  height: 24px;
}
@media(max-width: 991px) {
  .home-desktop-menu {
    display: none;
  }
  .home-links {
    width: auto;
    height: auto;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-hero {
    flex-direction: column;
  }
  .home-container1 {
    width: 100%;
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
  }
  .home-container2 {
    width: auto;
  }
  .home-text5 {
    text-align: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .home-footer1 {
    background-image: linear-gradient(180deg, rgba(189, 195, 199, 0) 2.00%,rgba(0, 0, 0, 0.51) 77.00%);
  }
}
@media(max-width: 767px) {
  .home-container {
    flex-direction: column;
    background-size: cover;
    justify-content: flex-start;
    background-position: center;
  }
  .home-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .home-icon {
    fill: #ffffff;
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .home-mobile-menu1 {
    height: auto;
    padding-right: var(--dl-space-space-unit);
    background-color: #ffffff;
  }
  .home-nav {
    width: 100%;
  }
  .home-top {
    margin-bottom: 6px;
  }
  .home-icon02 {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .home-links1 {
    width: 100%;
  }
  .home-nav121 {
    width: auto;
    margin: var(--dl-space-space-unit);
    text-align: center;
    border-color: #000000;
    border-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
  }
  .home-nav221 {
    width: auto;
    margin: var(--dl-space-space-unit);
    text-align: center;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .home-nav32 {
    display: none;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-nav421 {
    display: none;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-login {
    display: none;
  }
  .home-register1 {
    display: none;
  }
  .home-icon-group {
    display: none;
  }
  .home-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container1 {
    width: 100%;
    padding: var(--dl-space-space-unit);
  }
  .home-features-heading {
    width: auto;
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container3 {
    grid-template-columns: 1fr;
  }
  .home-faq1 {
    flex-direction: column;
  }
  .home-container4 {
    max-width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .home-text5 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-footer1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-separator1 {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container7 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-text8 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .home-container {
    justify-content: flex-start;
  }
  .home-navbar-interactive {
    width: 100%;
    height: auto;
    padding: var(--dl-space-space-unit);
  }
  .home-mobile-menu1 {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 16px;
    margin-top: var(--dl-space-space-sixunits);
    background-color: rgba(255, 255, 255, 0.69);
  }
  .home-nav32 {
    display: none;
  }
  .home-nav421 {
    display: none;
  }
  .home-login {
    display: none;
  }
  .home-register1 {
    display: none;
  }
  .home-icon-group {
    display: none;
  }
  .home-hero {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container1 {
    width: auto;
    padding-left: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-btn-group {
    flex-direction: column;
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-footer1 {
    padding: var(--dl-space-space-unit);
  }
  .home-separator1 {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container7 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-text8 {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
