.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #27272D;
}
.home-navbar {
  width: 1920px;
  display: flex;
  position: relative;
  max-width: 1920px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
  background-color: #000000;
}
.home-navlink {
  display: contents;
}
.home-image {
  width: 326px;
  object-fit: cover;
  text-decoration: none;
}
.home-text {
  color: rgb(0, 0, 0);
}
.home-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-navlink1 {
  color: rgb(255, 255, 255);
}
.home-navlink2 {
  color: rgb(255, 255, 255);
  text-decoration: underline      none;
}
.home-navlink3 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-hero {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: 683px;
  display: flex;
  max-width: 1920px;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  background-size: cover;
  background-image: url('https://static.s123-cdn-static-c.com/uploads/9238555/normal_664174ea07223.png');
  background-position: top right;
}
.home-heading {
  gap: var(--dl-space-space-twounits);
  width: 1658px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-header {
  color: rgb(255, 255, 255);
  width: 918px;
  height: 237px;
  font-size: 78px;
  max-width: 900px;
  font-style: normal;
  text-align: center;
  font-weight: 900;
  line-height: 108px;
}
.home-caption {
  color: #ffffff;
  font-size: 24px;
  max-width: 800px;
  box-shadow: 5px 5px 99px 0px #6c3838;
  font-style: normal;
  text-align: center;
  font-weight: 900;
  line-height: 36px;
  border-color: #714e92;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius4);
}
.home-caption1 {
  color: #ffffff;
  width: 707px;
  font-size: 24px;
  max-width: 800px;
  box-shadow: 6px 6px 100px 0px rgb(0, 0, 0);
  font-style: normal;
  text-align: center;
  font-weight: 800;
  line-height: 36px;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
}
.home-buttons {
  gap: var(--dl-space-space-threeunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-description {
  gap: 120px;
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 0.00%,rgb(123, 100, 189) 98.00%);
}
.home-container2 {
  width: 100%;
  height: 106px;
  display: flex;
  max-width: 1440px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-description1 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-paragraph {
  color: rgb(255, 255, 255);
  height: 0px;
  line-height: 1.23;
}
.home-content {
  gap: var(--dl-space-space-threeunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-footer {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 289px;
  display: flex;
  position: relative;
  max-width: 1920px;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-threeunits);
}
.home-main {
  width: 100%;
  height: 189px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-branding {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading1 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-logo {
  color: rgb(255, 255, 255);
}
.home-links {
  gap: 120px;
  width: 225px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-list {
  gap: var(--dl-space-space-threeunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-list1 {
  gap: var(--dl-space-space-threeunits);
  width: 136px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.home-items {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 159px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link1 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link2 {
  color: rgb(255, 255, 255);
}
.home-link3 {
  color: rgb(255, 255, 255);
}
.home-socials {
  gap: var(--dl-space-space-unit);
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-twitter {
  text-decoration: none;
}
.home-image1 {
  width: 100px;
  object-fit: cover;
}
.home-discord {
  text-decoration: none;
}
.home-image2 {
  width: 100px;
  object-fit: cover;
}
.home-copyright {
  color: rgb(255, 255, 255);
}
@media(max-width: 991px) {
  .home-burger-menu {
    display: flex;
  }
  .home-button {
    display: flex;
    padding: var(--dl-space-space-unit);
    flex-direction: row;
  }
}
@media(max-width: 767px) {
  .home-navbar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-hero {
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-heading {
    gap: var(--dl-space-space-unit);
  }
  .home-header {
    font-size: 36px;
    max-width: 70%;
    line-height: 43px;
  }
  .home-caption {
    font-size: 16px;
    line-height: 24px;
  }
  .home-caption1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-description {
    gap: var(--dl-space-space-threeunits);
    padding-bottom: 0px;
  }
  .home-description1 {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-paragraph {
    font-size: 20px;
    line-height: 30px;
  }
  .home-content {
    gap: var(--dl-space-space-unit);
  }
  .home-footer {
    gap: var(--dl-space-space-oneandhalfunits);
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-main {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-heading1 {
    gap: var(--dl-space-space-unit);
  }
  .home-logo {
    font-size: 20px;
    line-height: 24px;
  }
  .home-links {
    gap: var(--dl-space-space-fourunits);
    width: 100%;
    justify-content: flex-start;
  }
  .home-list {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-list1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-socials {
    display: flex;
  }
}
@media(max-width: 479px) {
  .home-navbar {
    padding: var(--dl-space-space-unit);
  }
}
