@font-face {
  font-family: Shentoxtrial Bdit;
  src: url('../fonts/ShentoxTRIAL-BdIt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Ultltit;
  src: url('../fonts/ShentoxTRIAL-UltLtIt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Th;
  src: url('../fonts/ShentoxTRIAL-Th.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Ultlt;
  src: url('../fonts/ShentoxTRIAL-UltLt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Bd;
  src: url('../fonts/ShentoxTRIAL-Bd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Thit;
  src: url('../fonts/ShentoxTRIAL-ThIt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Smbd;
  src: url('../fonts/ShentoxTRIAL-SmBd.otf') format("opentype"), url('../fonts/ShentoxTRIAL-SmBd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Ltit;
  src: url('../fonts/ShentoxTRIAL-LtIt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Mdit;
  src: url('../fonts/ShentoxTRIAL-MdIt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Lt;
  src: url('../fonts/ShentoxTRIAL-Lt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Md;
  src: url('../fonts/ShentoxTRIAL-Md.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Smbdit;
  src: url('../fonts/ShentoxTRIAL-SmBdIt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Rgit;
  src: url('../fonts/ShentoxTRIAL-RgIt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shentoxtrial Rg;
  src: url('../fonts/ShentoxTRIAL-Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Primal;
  src: url('../fonts/Primal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #000;
  background-image: linear-gradient(#000000e3, #000000e3);
}

.div-block {
  background-color: #0a0a0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 10vh;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.heading {
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-4 {
  background-color: #272727;
  border-radius: .2vw;
  width: 90%;
  height: 90%;
}

.div-block-5 {
  padding: 5vh 5vh 0;
}

.div-block-6 {
  background-color: #272727;
  height: 50vh;
  margin-bottom: 5vh;
}

.bold-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Shentoxtrial Bd, sans-serif;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-top: 10vh;
  display: grid;
}

.div-block-8 {
  background-image: radial-gradient(circle, #806c5869, #000 57%);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-9 {
  background-color: #18181800;
  background-image: url('../images/Shuttle-Server23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .3vw;
  width: 100%;
  height: 100%;
}

.clan_content {
  padding-top: 15vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.activities-div {
  background-color: #070707;
  border: .2vw #513e27;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  margin-bottom: 10vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.activities-div._2 {
  border-radius: .5vw;
}

.activities-div.end {
  margin-bottom: 5vh;
}

.activities-div._7 {
  background-color: #a87878;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3vh;
  font-family: Roboto, sans-serif;
}

.heading-2._2 {
  text-align: center;
  margin-bottom: 5vh;
}

.text-block {
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px #000000f2;
  font-family: Roboto, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.3vw;
}

.text-block._2 {
  text-align: center;
  text-shadow: 0 1px 5px #00000047;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.6vw;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  height: 130vh;
  padding: 0 0;
  display: flex;
}

.large-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: auto;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.hero_wrapper {
  background-image: linear-gradient(to top, #000, #fff0), linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-14 {
  width: 100%;
  position: relative;
}

.intro-div {
  margin-bottom: 10vh;
  padding-top: 5vh;
}

.bold-text-2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 1vw;
}

.h1 {
  color: #d4b285;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffc274;
  font-family: Exo, sans-serif;
  font-size: 2.5vw;
  line-height: 3.4vw;
}

.h1.big {
  color: #d2b890;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffc274;
  text-transform: uppercase;
  font-family: Primal, Arial, sans-serif;
  font-size: 4vw;
  line-height: 4vw;
}

.h1.big._2 {
  color: #fff;
  text-align: center;
  font-size: 3vw;
  line-height: 3vw;
}

.h1.big._2.hero {
  text-align: left;
}

.button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #2c2920;
  text-transform: none;
  background-color: #ffffffba;
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 2.5vw;
  margin-top: 5vh;
  font-family: Exo, sans-serif;
  font-size: .9vw;
  font-weight: 700;
  line-height: .9vw;
  display: flex;
}

.heading-3 {
  color: #d2af80;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e2c062;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3vh;
  font-family: Exo, sans-serif;
  font-size: .8vw;
  font-weight: 600;
}

.heading-3.more {
  color: #b9b9b9;
  font-family: Exo, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.heading-3.large {
  font-family: Exo, sans-serif;
  font-size: 2vw;
  font-weight: 900;
}

.heading-3.box {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.footer-wrapper {
  background-image: linear-gradient(315deg, #000000b5, #fff0 48%), url('../images/Echoborn-Footer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 120vh;
  padding-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-17 {
  background-image: linear-gradient(to right, #000, #fff0), url('../images/ELCqvCmW4AYMaHK.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 90vw;
  height: 90%;
  padding: 5vh;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50vh;
  display: grid;
}

.div-block-19 {
  align-items: flex-end;
  padding-right: 7vh;
  display: flex;
}

.div-block-20 {
  align-items: flex-end;
  display: flex;
}

.div-block-21 {
  height: 100vh;
  margin-left: 5vw;
  margin-right: 5vw;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.bold-text-3 {
  color: #e3c062;
}

.bold-text-4 {
  color: #e3c062;
  font-size: 2vw;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.hero_content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 5vh;
  padding-right: 5vw;
  display: flex;
}

.div-block-27 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5vh;
  padding-left: 5vw;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
  display: flex;
}

.image {
  filter: contrast(110%);
  width: 25vw;
  margin-bottom: 0;
  margin-left: 3vw;
}

.page-loading {
  z-index: 999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.number-counter {
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 220px;
  height: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number-text._2, .number-text._3, .number-text._4, .number-text._5 {
  position: absolute;
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.start-icon {
  background-color: #000;
  flex: none;
  width: 50px;
  height: 4px;
  margin-left: 30px;
  margin-right: 30px;
}

.button-2 {
  background-color: #0000004f;
  border-radius: 20vw;
  font-family: Exo, sans-serif;
  font-size: .8vw;
}

.heading-4 {
  color: #a28057;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f4bb7a;
  text-shadow: 0 1px 4px #000000b5;
  margin-bottom: 2vh;
  font-family: Exo, sans-serif;
  font-size: 4vw;
  line-height: 4vw;
}

.text-block-2 {
  color: #ca9f6c;
  letter-spacing: 2px;
  margin-bottom: .5vh;
  font-family: Exo, sans-serif;
  font-size: 1vw;
  font-weight: 600;
}

.text-block-2.nav {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #e1aa68e0;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 0;
  padding: .5vw 1vw;
  font-size: .8vw;
  font-weight: 400;
}

.button-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #ffc988;
  letter-spacing: 1px;
  background-color: #a280575e;
  border: 1px solid #a28057db;
  margin-top: 2vh;
  font-family: Exo, sans-serif;
  font-size: .8vw;
}

.button-3._2 {
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000000e6;
  background-color: #ffffffc9;
  border: 4px #f3b658e6;
  border-radius: .1vw;
  margin-top: 5vh;
  padding: .8vw 1vw;
  font-weight: 600;
  line-height: 1vw;
  text-decoration: none;
}

.button-3._3 {
  color: #050505e6;
  text-transform: uppercase;
  background-color: #ffffffb5;
  border: 3px #ba7b19e6;
  border-radius: .1vw;
  margin-top: 0;
  font-size: .7vw;
  font-weight: 700;
}

.navigation {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: auto;
  font-family: Shentoxtrial Ultltit, sans-serif;
  font-weight: 400;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-29 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 6vh;
  text-decoration: none;
  display: flex;
}

.image-2 {
  opacity: .53;
  width: 2vw;
}

.div-block-30 {
  color: #7e7e7e;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 5vh;
  margin-top: 20vh;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-size: .7vw;
  font-weight: 300;
}

.link, .link-2 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.content-wrapper {
  padding-bottom: 15vh;
  display: flex;
}

.flex-div-1 {
  width: 60%;
}

.flex-div-2 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.button-4 {
  display: none;
}

.link-3 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block-32 {
  background-color: #1a1a1a;
  background-image: url('../images/ChatGPT-Image-Jul-1-2025-07_58_03-PM.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 1vw;
  height: 60vh;
  margin-bottom: 5vh;
}

.hero-zoom-img {
  background-image: url('../images/Echoborn-Cover-Right.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-wrapper {
  z-index: 6;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.button-5 {
  color: #fff;
  background-color: #151716;
  border: 1px #ffb200;
  border-radius: .2vw;
  margin-right: 1vw;
  font-family: Exo, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1vw;
}

.div-block-35 {
  margin-top: 3vh;
}

.image-3 {
  width: 15vw;
}

.hero-content-wrapper {
  z-index: 3;
  height: 100vh;
  position: relative;
}

.hero-content-div {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.div-block-38 {
  height: 50%;
  padding: 2vw 2vw 2.5vw;
}

.activiries-img {
  background-image: linear-gradient(0deg, #070707, #fff0 31%), url('../images/Echoborn-Thumbs-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
}

.activiries-img._2 {
  background-image: linear-gradient(0deg, #070707, #fff0 33%), url('../images/Echoborn-Thumbs-2.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.activiries-img._3 {
  background-image: linear-gradient(0deg, #070707, #fff0 15%), url('../images/ChatGPT-Image-Jul-12-2025-05_14_56-PM.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.activiries-img._4 {
  background-image: linear-gradient(0deg, #070707, #fff0 48%), url('../images/Relics.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.activities-wrapper {
  padding-top: 10vh;
}

.div-block-39 {
  background-color: #bca689;
  background-image: linear-gradient(225deg, #745b3a, #ffcd965c);
  border: 1px solid #000;
  border-radius: 100vw;
  width: 1vw;
  height: 3vh;
  margin-bottom: 3vh;
  box-shadow: inset 0 0 4px #fff2d8, inset 0 0 4px #0f0a06ba;
}

.side-nav-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Primal, Arial, sans-serif;
  font-size: 6vw;
  line-height: 6vw;
}

.text-block-4 {
  color: #fff;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-family: Exo, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.text-block-4.top {
  margin-bottom: 2vh;
}

.button-6 {
  color: #000;
  background-color: #fff;
  margin-top: 2vh;
  font-family: Exo, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 10vw;
  margin-top: 5vh;
  margin-left: 3vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-main {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100vw;
  height: 5vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-42 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.div-block-42.w--current {
  background-image: radial-gradient(circle, #c77e4e5e, #fff0 70%);
}

.div-block-43 {
  width: 60vw;
  height: 9vh;
  margin-top: 4vh;
  margin-right: 4vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-44 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block-8 {
    background-image: radial-gradient(circle, #806c5869, #000 40%);
    position: sticky;
  }

  .clan_content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .activities-div {
    border-radius: 2vw;
    padding-bottom: 3vh;
    padding-left: 0;
    padding-right: 0;
  }

  .activities-div._2 {
    padding-bottom: 3vh;
  }

  .activities-div.end, .activities-div._7 {
    padding-bottom: 3vh;
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 3vh;
  }

  .text-block {
    text-align: center;
    font-size: 2.2vw;
    font-weight: 200;
    line-height: 3vw;
  }

  .text-block._2 {
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 3vw;
  }

  .large-div {
    width: 50vw;
    padding-right: 0;
  }

  .h1 {
    letter-spacing: 1px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .h1.big {
    font-size: 6vw;
    line-height: 6vw;
  }

  .h1.big._2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.5vw;
  }

  .heading-3.box {
    margin-bottom: 0;
    font-size: 2vw;
  }

  .hero_content {
    flex-flow: row;
  }

  .image {
    width: 40vw;
  }

  .text-rotator {
    font-size: 54px;
    line-height: 46px;
  }

  .heading-4 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-2 {
    font-size: 1.5vw;
  }

  .text-block-2.nav {
    font-size: 1.3vw;
    font-weight: 400;
  }

  .button-3 {
    font-size: 1.5vw;
  }

  .button-3._3 {
    font-size: 1.2vw;
  }

  .text-block-3 {
    font-size: 1.5vw;
  }

  .flex-div-1 {
    width: auto;
  }

  .flex-div-2 {
    display: none;
  }

  .hero-zoom-img {
    background-position: 50% 100%;
  }

  .hero-content-div {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 15vh;
  }

  .heading-6 {
    font-size: 6vw;
  }

  .text-block-4 {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .text-block-4.top {
    margin-bottom: 1vh;
  }

  .button-6 {
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.5vw;
  }

  .image-4 {
    width: 18vw;
    margin-top: 5vh;
    margin-left: 5vw;
  }

  .div-block-42 {
    font-size: 1.5vw;
  }

  .div-block-44 {
    font-weight: 200;
  }
}

@media screen and (max-width: 479px) {
  .clan_content {
    width: 100%;
  }

  .activities-div, .activities-div._2 {
    border-radius: 3vw;
  }

  .activities-div.end {
    background-position: 0 0, 0 0;
  }

  .heading-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block {
    text-align: center;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .text-block._2 {
    font-size: 4vw;
    font-weight: 300;
    line-height: 5.5vw;
  }

  .large-div {
    width: 80vw;
  }

  .h1 {
    font-size: 6vw;
    line-height: 5vw;
  }

  .h1.big {
    text-align: center;
    font-size: 8vw;
    line-height: 9vw;
  }

  .h1.big._2 {
    line-height: 9vw;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .heading-3.box {
    font-size: 3vw;
  }

  .footer-wrapper {
    background-image: linear-gradient(#00000063, #00000063), linear-gradient(#000 5%, #fff0 69%), url('../images/Warframe-Plains-of-Eidolon.jpeg');
    background-position: 0 0, 0 0, 25%;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .hero_content {
    flex-flow: column;
  }

  .image {
    width: 60vw;
  }

  .text-rotator {
    font-size: 46px;
  }

  .start-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-4 {
    text-align: center;
    font-size: 8vw;
    line-height: 9vw;
  }

  .text-block-2 {
    font-size: 3vw;
  }

  .text-block-2.nav {
    font-size: 2vw;
    font-weight: 400;
  }

  .button-3 {
    font-size: 3vw;
  }

  .button-3._3 {
    display: none;
  }

  .navigation {
    inset: 0% 0% auto;
  }

  .div-block-29 {
    padding-left: 2vw;
    padding-right: 1vw;
  }

  .div-block-30 {
    height: auto;
    margin-bottom: 3vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-3 {
    text-align: center;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .flex-div-1 {
    width: 100%;
  }

  .flex-div-2 {
    display: none;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-4 {
    color: #fac485;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #514130;
    border: 1px solid #967853;
    font-family: Exo, sans-serif;
    font-size: 2.6vw;
    font-weight: 500;
    display: flex;
  }

  .hero-zoom-img {
    background-position: 55% 100%;
  }

  .hero-content-div {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 16vh;
  }

  .activiries-img {
    background-position: 0 0, 20%;
  }

  .activiries-img._4 {
    background-position: 0 0, 30%;
  }

  .heading-6 {
    font-size: 9vw;
  }

  .text-block-4 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .text-block-4.top {
    margin-bottom: 2vh;
  }

  .button-6 {
    font-size: 3vw;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-weight: 600;
  }

  .nav-main {
    height: 8vh;
  }

  .div-block-42 {
    font-size: 3vw;
    font-weight: 100;
  }

  .div-block-43 {
    display: none;
  }
}


@font-face {
  font-family: 'Shentoxtrial Bdit';
  src: url('../fonts/ShentoxTRIAL-BdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ultltit';
  src: url('../fonts/ShentoxTRIAL-UltLtIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Th';
  src: url('../fonts/ShentoxTRIAL-Th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ultlt';
  src: url('../fonts/ShentoxTRIAL-UltLt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Bd';
  src: url('../fonts/ShentoxTRIAL-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Thit';
  src: url('../fonts/ShentoxTRIAL-ThIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Smbd';
  src: url('../fonts/ShentoxTRIAL-SmBd.otf') format('opentype'), url('../fonts/ShentoxTRIAL-SmBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ltit';
  src: url('../fonts/ShentoxTRIAL-LtIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Mdit';
  src: url('../fonts/ShentoxTRIAL-MdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Lt';
  src: url('../fonts/ShentoxTRIAL-Lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Md';
  src: url('../fonts/ShentoxTRIAL-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Smbdit';
  src: url('../fonts/ShentoxTRIAL-SmBdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Rgit';
  src: url('../fonts/ShentoxTRIAL-RgIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Rg';
  src: url('../fonts/ShentoxTRIAL-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Primal';
  src: url('../fonts/Primal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}