/*
  New Website CSS design 
  Author: Antoni/Loren
*/

/*======================================================================================*/
/* New Header Block Sylization*/
@media (min-width: 1200px) {

}
.top-nav-full {
  background: linear-gradient(
    180deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 120.79%
  );
  height: 114px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.top-nav-full .navbar {
  align-items: center;
  display: inline-flex;
  /* gap: 42.67px; */
  left: clamp(75px, 10%, 200px);
  position: relative;
  width: fit-content;
  top: 0;
}

.top-nav-full .text-wrapper {
  color: var(--primitives-colors-white);
  font-size: var(--links-desktop-font-size);
  font-family: var(--links-desktop-font-family);
  font-style: var(--links-desktop-font-style);
  font-weight: var(--links-desktop-font-weight);
  letter-spacing: var(--links-desktop-letter-spacing);
  line-height: var(--links-desktop-line-height);
  position: relative;
  white-space: nowrap;
  height: 100px;
  width: 150px;
  top: 0px;
}

.top-nav-full .logo-white {
  left: clamp(0px, 3.8%, 74px);
  position: absolute;
}

/*======================================================================================*/
/* Login Block Stylization*/

.landing-page {
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 54.6%
  ); */
  
  height: 1119px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px var(--website-side-padding);
}

.landing-page .video{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    object-fit: cover;

    /* Mirror the video  */
    /* 2nd line for Safari and Chrome */
    /* 3rd line for Firefox */
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); 
    -moz-transform:rotateY(180deg); 
}

.landing-page .overlap-group {
  right: clamp(0px, 10%, 287px);
  position: absolute;
  z-index: 2; 
  display: flex;
  flex-direction: row;
  gap: 40px;
}

/*======================================================================================*/
/* Gameplay trailer Block Stylization*/
.dreamworld-video-block {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  top: -100px;
  z-index: 1;
  width: 80%;
}

.dreamworld-video-block .text-wrapper {
  color: var(--primitives-colors-light-tan);
  font-family: var(--header2-desktop-font-family);
  font-size: var(--header2-desktop-font-size);
  font-style: var(--header2-desktop-font-style);
  font-weight: var(--header2-desktop-font-weight);
  letter-spacing: var(--header2-desktop-letter-spacing);
  line-height: var(--header2-desktop-line-height);
  margin-top: -1px;
  position: relative;
  text-shadow: 0px 3px 4px #00000040;
  white-space: nowrap;
  width: fit-content;
}

.dreamworld-video-block .video-wrapper {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
  --parentHeight: 100%;
  --parentWidth: 100%;
  width: var(--parentWidth);
  height: var(--parentHeight);

  padding-top: 57.9%;

  background-image: url(../img/new_design/GraphicAssets/ZBorderBig.png);
  background-size: cover;
}

.dreamworld-video-block .video-border {
  height: 100%;
  position: relative;
  width: 100%;
}

.dreamworld-video-block .video {
  top: 3.1%;
  left: 1.7%;
  /* aspect-ratio: 16/9; */
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/*======================================================================================*/
/* Intro Block Stylization*/

.intro-frame {
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(80, 74, 60, 0) 0%,
    rgba(80, 74, 60, 0.85) 14.24%,
    rgba(80, 74, 60, 0.85) 84.55%,
    rgba(80, 74, 60, 0) 100%
  ),
  url(../img/new_design/BackgroundImages/LargeMountain.png);

  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: relative;
}


.intro-frame .meet-the-team-text {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  padding: 0px var(--website-side-padding) 80px var(--website-side-padding);
  position: relative;
  width: 100%;
  
  word-wrap: wrap;
}

.intro-frame .welcome-text {
  align-self: stretch;
  color: var(--primitives-colors-white);
  font-family: var(--body-desktop-font-family);
  font-size: var(--body-desktop-font-size);
  font-style: var(--body-desktop-font-style);
  font-weight: var(--body-desktop-font-weight);
  letter-spacing: var(--body-desktop-letter-spacing);
  line-height: var(--body-desktop-line-height);
  position: relative;
}

.intro-frame .stylish-arrow-down {
  height: 39.5px;
  margin-bottom: 80.5px;
  position: relative;
  width: 147px;
  align-self: center;
  justify-content: center;
}
/*======================================================================================*/
/*Founders block*/

.founders-block {
    align-items: center;
    background: 
    linear-gradient(0deg,
    rgba(0,0,0, 0.5) 0%,
    rgba(0,0,0, 0.5) 100%
    ),
    url(../img/new_design/BackgroundImages/Interior.png);

    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    padding: 64px 25%;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    height: 620px;
  }


.founders-block .text-wrapper {
    color: var(--primitives-colors-white);
    font-family: var(--body-desktop-font-family);
    font-size: var(--body-desktop-font-size);
    font-style: var(--body-desktop-font-style);
    font-weight: var(--body-desktop-font-weight);
    letter-spacing: var(--body-desktop-letter-spacing);
    line-height: var(--body-desktop-line-height);
    margin-top: -1px;
    position: relative;
    text-align: center;
    width: 100%;
}

.SectionHeaderTitle .shadow{
    all: inherit;
    text-shadow: 0px 4px 0.6px #15121040;
    text-wrap: wrap;
  }

/*======================================================================================*/
/*Picture W Text*/
.picture-w-text {
  align-items: start;
  position: relative;
  overflow: hidden;
}

.picture-w-text .stylish-arrow-down {
  height: 26px !important;
  position: absolute !important;
  bottom: 80px !important;
  width: 147px !important;
  left: 50%;
  margin-left:-74px;
}

.picture-w-text .stylish-arrow-down .img {
  height: 26px;
  position: relative;
  top: 0;
  width: 217px;
}

/*======================================================================================*/
/*Main Section text*/
.main-section-header {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    
    gap: 32px;
    width: 45%;
}


.main-section-header-left {
    top: 300px;
    position: absolute !important;
}
  
.main-section-header-right {
    right: 0;
    position: absolute !important;
    top: 300px
}

.main-section-header .main-section-text {
  color: var(--primitives-colors-white);
  font-family: var(--header1-desktop-font-family);
  font-size: var(--header1-desktop-font-size);
  font-style: var(--header1-desktop-font-style);
  font-weight: var(--header1-desktop-font-weight);
  letter-spacing: var(--header1-desktop-letter-spacing);
  line-height: var(--header1-desktop-line-height);
  margin-top: -1px;
  position: relative;
  width:  min(100%, 400px);
}

.main-section-header .main-section-graphic {
  height: 29px;
  position: relative;
  width: clamp(100px, 100%, 606px);
}

.main-section-header .insert-text-here {
  color: var(--primitives-colors-white);
  font-family: var(--body-desktop-font-family);
  font-size: var(--body-desktop-font-size);
  font-style: var(--body-desktop-font-style);
  font-weight: var(--body-desktop-font-weight);
  letter-spacing: var(--body-desktop-letter-spacing);
  line-height: var(--body-desktop-line-height);
  position: relative;
  width:  min(100%, 400px);
}


@keyframes zoom-out {
    0%   {scale: 1.3}
    100% {scale: 1.0}
  }

.picture-w-text .wrapper-right{
    background: linear-gradient(
        270deg,
        rgba(80, 74, 60, 0.8) 40.5%,
        rgba(80, 74, 60, 0.6) 45%,
        rgba(80, 74, 60, 0) 51%);
      
      background-position: 50% 50%;
      background-size: cover;
      height: 1007px;
      position: relative;
}

.picture-w-text .wrapper-left{
    background: linear-gradient(
        90deg,
        rgba(80, 74, 60, 0.8) 40.5%,
        rgba(80, 74, 60, 0.6) 45%,
        rgba(80, 74, 60, 0) 51%);
      
      background-position: 50% 50%;
      background-size: cover;
      height: 1007px;
      position: relative;
}

.picture-w-text .img-anim{
    animation-name: zoom-out;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.26,.54,.32,1);
}



.title-style-nd1 {
  padding-bottom: 35px;
  position: relative;
}
.title-style-nd1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 270px;
  height: 13px;
  background-repeat: no-repeat;
}
.title-style-nd1 h2 {
  color: #1c1121;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 10px;
}
.title-style-nd1 p {
  color: #6c6c6c;
  margin-bottom: 0;
}

.title-style-nd1.white-title h2 {
  color: #fff;
}
.title-style-nd1.white-title p {
  color: #cbcbcb;
}

.title-style-nd1.white-title.RightBar {
  background-image: url(../img/new_design/GraphicAssets/Main-Section-Graphic-Right.png);
  background-repeat: no-repeat;
}
.title-style-nd1.white-title.LeftBar {
  background-image: url(../img/new_design/GraphicAssets/Main-Section-Graphic-Left.png);
  background-repeat: no-repeat;
}

/*======================================================================================*/
/* Discord Block Sylization*/
.join-the-discord {
  justify-content: center;
  align-items: center;
  background-color: var(--website-color-surface-primary);
  background-image: url(../img/new_design/BackgroundImages/7_Join\ the\ discord.jpg);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  padding: 64px var(--website-side-padding);
  flex-direction: column;
  gap: 4px;
}

.discord-info {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.join-the-discord .discord-logo {
  width: min(100%, 387px);
  height: 74px;
  flex-shrink: 0;
}

.CTA-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.join-the-discord .text-wrapper {
  color: var(--primitives-colors-white);
  font-family: var(--body-desktop-font-family);
  font-size: var(--body-desktop-font-size);
  font-style: var(--body-desktop-font-style);
  font-weight: var(--body-desktop-font-weight);
  letter-spacing: var(--body-desktop-letter-spacing);
  line-height: var(--body-desktop-line-height);
  margin-top: -1px;
  position: relative;
  text-align: center;
  width: 100%;
}

.join-the-discord .CTA-instance {
  flex: 0 0 auto !important;
}

.join-the-discord .design-component-instance-node {
  left: 25px !important;
}

/*======================================================================================*/
/* Signup Block Sylization*/
.weekly-development {
  align-items: center;
  background-color: #000000cc;
  background-image: url(../img/new_design/BackgroundImages/8_Weekly-development-updates.jpg);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  padding: 64px var(--website-side-padding);
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

/*======================================================================================*/
/* Signup Block Sylization*/
.be-the-first-to-play {
  align-items: center;
  background: linear-gradient(
    270deg,
    rgba(80, 74, 60, 0.77) 0%,
    rgba(80, 74, 60, 0.5) 47%,
    rgba(80, 74, 60, 0) 60%),
    url(../img/new_design/BackgroundImages/Horizon.png);

  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  padding: 64px var(--website-side-padding);
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  height: 873px;
}

.be-the-first-to-play .text-wrapper {
  color: var(--primitives-colors-white);
  font-family: var(--body-desktop-font-family);
  font-size: var(--body-desktop-font-size);
  font-style: var(--body-desktop-font-style);
  font-weight: var(--body-desktop-font-weight);
  letter-spacing: var(--body-desktop-letter-spacing);
  line-height: var(--body-desktop-line-height);
  margin-top: -1px;
  position: relative;
  text-align: center;
  width: auto;
  white-space: nowrap;
}

.small-text1 {
  color: var(--primitives-colors-white);
  font-family: var(--smalltext1-desktop-font-family);
  font-size: var(--smalltext1-desktop-font-size);
  font-style: var(--smalltext1-desktop-font-style);
  font-weight: var(--smalltext1-desktop-font-weight);
  letter-spacing: 1.4px;
  line-height: 27px;
  position: relative;
  text-align: center;
  text-shadow: 0px 2px 4px #0000001a;
  width: 100%;
  word-wrap: break-word;
}

.section-header {
  align-items: center;
  display: inline-flex;
  gap: 21px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.SectionHeaderTitle {
  color: var(--primitives-colors-white);
  font-size: var(--header3-desktop-font-size);
  font-family: var(--header3-desktop-font-family);
  font-style: var(--header3-desktop-font-style);
  font-weight: var(--header3-desktop-font-weight);
  letter-spacing: var(--header3-desktop-letter-spacing);
  line-height: var(--header3-desktop-line-height);
  position: relative;
  text-align: center;
  text-shadow: 0px 2px 4px #0000001a;
  

}

.header-style-graphic-left {
  height: 33.24px;
  margin-left: -2.12px;
  position: relative;
  width: 164px;
}

.header-style-graphic-right {
  height: 33.24px;
  margin-right: -2.12px;
  position: relative;
  width: 164px;
}

/*======================================================================================*/
/* Social Links Block Sylization*/
.social-links-full {
  align-items: center;
  background-color: var(--primitives-colors-black);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 48px 0px 32px;
  position: relative;

}

.social-links-full .social-links {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
  width: fit-content;
}

.social-links-full .img-wrapper {
  height: 84px;
  width: 84px;
  position: relative;
}

/*======================================================================================*/
/* New Footer Block Sylization*/
.new-footer {
  align-items: center;
  background-color: var(--primitives-colors-black);
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 0px 0px;
  position: relative;
  justify-content: center;
}

.new-footer .logo {
  height: 95px;
  width: 95px;
  position: relative;
}

.new-footer .navbar {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 21px;
  position: relative;
  justify-content: center;
  width: 100%;
}

.new-footer .text-wrapper {
  color: var(--primitives-colors-white);
  font-size: var(--links-desktop-font-size);
  font-family: var(--links-desktop-font-family);
  font-style: var(--links-desktop-font-style);
  font-weight: var(--links-desktop-font-weight);
  letter-spacing: var(--links-desktop-letter-spacing);
  line-height: var(--links-desktop-line-height);
  margin-top: -1.33px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.new-footer .text-wrapper2 {
  color: var(--primitives-colors-white);
  font-family: var(--smalltext1-desktop-font-family);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: -1.33px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.new-footer .text-wrapper3 {
  color: var(--primitives-colors-white);
  font-family: var(--body-desktop-font-family);
  font-size: var(--body-desktop-font-size);
  font-style: var(--body-desktop-font-style);
  font-weight: var(--body-desktop-font-weight);
  letter-spacing: var(--body-desktop-letter-spacing);
  line-height: var(--body-desktop-line-height);
  margin-top: -1px;
  position: relative;
  text-align: center;
  width: fit-content;
  
}

.new-footer .bot-footer-legal {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 21px;
  position: relative;
  justify-content: center;
}

.new-footer .bot-footer-copyright {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 21px;
  margin-left: -28px;
  margin-right: -28px;
  position: relative;
  top: -25px;
}


/*======================================================================================*/
/* GenericPictureTitle Block Sylization*/

.title-frame{
    align-items: flex-end;
    background: linear-gradient(
        0deg,
        rgba(36.47, 34.19, 28.87,0.7) 12.7%,
        rgba(80,74,60,0.4) 50%,
        rgba(80,74,60,0) 100%),
        url(../img/new_design/BackgroundImages/7_Join\ the\ discord.jpg);

    background-position: 50% 50%;
    background-size: cover;

    display: flex;
    flex-direction: column;
    gap: 96px;
    position: relative;
    width: 100%;
    height: 440px;
}

.title-frame .large-mountain{
    background: linear-gradient(
        0deg,
        rgba(36.47, 34.19, 28.87,0.7) 12.7%,
        rgba(80,74,60,0.4) 50%,
        rgba(80,74,60,0) 100%),
        url(../img/new_design/BackgroundImages/LargeMountain.png);

    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.title-frame .mountain-forest{
    background: linear-gradient(
        0deg,
        rgba(36.47, 34.19, 28.87,0.7) 12.7%,
        rgba(80,74,60,0.4) 50%,
        rgba(80,74,60,0) 100%),
        url(../img/new_design/BackgroundImages/MountainForest.png);

    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.title-frame .dusk{
    background: linear-gradient(
        0deg,
        rgba(36.47, 34.19, 28.87,0.7) 12.7%,
        rgba(80,74,60,0.4) 50%,
        rgba(80,74,60,0) 100%),
        url(../img/new_design/BackgroundImages/DuskBlank.png);

    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}


.title-frame .title{
    color: #f9f9f9;
    font-family: var(--mainHeader2-desktop-font-family);
    font-size: var(--mainHeader2-desktop-font-size);
    font-style: var(--mainHeader2-desktop-font-style);
    font-weight: var(--mainHeader2-desktop-font-weight);
    letter-spacing: var(--mainHeader2-desktop-letter-spacing);
    line-height: var(--mainHeader2-desktop-line-height);
    margin-top: -1px;
    position: absolute;
    text-shadow: 0px 3px 4px #00000040;
    white-space: pre-wrap;
    width: 100%;
    padding: 0px var(--website-side-padding);
    justify-content: left;
    bottom: 96px;
    word-wrap: break-word;
}

/*======================================================================================*/
/* Legal Text Block Sylization*/
.legal-block{
    width: 100%;
    background-color: var(--website-color-surface-primary);
    display: flex;
    flex-direction: column;
    padding: 64px var(--website-side-padding) 64px var(--website-side-padding);
    position: relative;
    align-items: center;
}

.legal-block .text-block{
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    position: relative;
    width: 100%;
}

.legal-block .legal-text{
    align-self: stretch;
    color: var(--primitives-colors-white);
    font-family: var(--body-desktop-font-family);
    font-size: var(--body-desktop-font-size);
    font-style: var(--body-desktop-font-style);
    font-weight: var(--body-desktop-font-weight);
    letter-spacing: var(--body-desktop-letter-spacing);
    line-height: var(--body-desktop-line-height);
}

/*======================================================================================*/
/* Founders Pack Page Sylization*/

.founders-pack{
    background-position: 50% 50%;
    background-size: cover;

    background-image: 
     linear-gradient(180deg,
      rgba(36.47, 34.19, 28.87,0) 0%,
      rgba(80,74,60,0.79) 9.94%,
      rgba(80,74,60,0.92) 31.76%,
      rgb(46,41,34) 100%),
    url(../img/new_design/BackgroundImages/Interior.png)
    ;

    display: flex;
    flex-direction: column;
    position: relative;
}

.founders-pack .overlap-group {
    position: relative;
    z-index: 2; 
    display: flex;
    flex-direction: row;
    gap: 24px;

    margin-top: 200px;
    align-items: center;
    height: 800px;
    padding: 80px var(--website-side-padding);
    width: 100%;
    justify-content: space-evenly;
}

.founders-pack .intro-frame {
    align-items: center;
    background: rgba(0, 0, 0, 0);/*need to overwrite .intro frames default img background*/
    display: flex;
    flex-direction: column;
    position: relative;
}

.founders-pack .price{
    color: #26db73;
    font-size: var(--header3-desktop-font-size);
    font-family: var(--header3-desktop-font-family);
    font-style: var(--header3-desktop-font-style);
    font-weight: var(--header3-desktop-font-weight);
    letter-spacing: var(--header3-desktop-letter-spacing);
    line-height: var(--header3-desktop-line-height);
    position: relative;
    text-align: center;
}

.founders-pack .card-text{
    align-self: stretch;
    color: var(--primitives-colors-white);
    font-family: var(--body-desktop-font-family);
    font-size: var(--body-desktop-font-size);
    font-style: var(--body-desktop-font-style);
    font-weight: var(--body-desktop-font-weight);
    letter-spacing: var(--body-desktop-letter-spacing);
    line-height: var(--body-desktop-line-height);
    text-align: center;
}

.founders-pack .join-text{
    color: var(--primitives-colors-white);
    font-family: var(--header2-desktop-font-family);
    font-size: var(--header2-desktop-font-size);
    font-style: var(--header2-desktop-font-style);
    font-weight: var(--header2-desktop-font-weight);
    letter-spacing: 0;
    line-height: var(--header2-desktop-line-height);
    margin-top: -1px;
    position: relative;
    text-shadow: 0px 3px 4px #00000040;
    white-space: nowrap;
    align-self: flex-start;
}

/*======================================================================================*/
/* Recovery Page Sylization*/

.recovery-page{
    align-items: center;

    background-image: 
    linear-gradient(180deg,
    rgba(80,74,60,0) 0%,
    rgba(21, 19, 16,0.79) 76.13%,
    rgba(21, 19, 16) 100%),
    url(../img/new_design/BackgroundImages/DreamWorldFlyingBlank.png);

    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 1120px;
    justify-content: center;
    padding: 80px var(--website-side-padding);
}
