/*************************************************
Soul Splicers
soulsplicers.com
**************************************************/


/* Table of Contents
==================================================
# Fonts
# Base Styles
# Typography
# Buttons
# Misc
# Header Nav
# Sections
# Game Section
# NFT Section
# Roadmap Section
# FAQ Section
# Community Section
# Footer
*/


/* Fonts
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-family: 'Gold Box 8x16';
  src: url('../fonts/Gold_Box_8x16.ttf');
  font-weight: normal;
  font-style: normal;
}




/* Base Styles
================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: inherit;
  box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  color: #D3D3D3;
  background: black;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  overflow-y: visible;
  height: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  border: 0;
  display: block;
}

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2.2rem;
  padding-top: 0;
  color: #fff;
  font-family: 'Gold Box 8x16', 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: .025em;
}

h1 {
  font-size: 8.6rem;
}

h2 {
  font-size: 6.6rem;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 1.9rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.5rem;
}

.section-heading {
  color: #BE1B1B;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .col-50 .section-title {
    font-size: 4.2rem;
  }
}

@media (max-width: 960px) {
  .section-title {
    font-size: 4.2rem;
  }
}

@media (max-width: 384px) {

  .section-title,
  .col-50 .section-title {
    font-size: 3.2rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

ul {
  margin-top: 1em;
  margin-bottom: 2.5em;
  padding-left: 40px;
}

a, a:link, a:visited, a:hover, a:active {
  color: #4180fb;
  text-decoration: none;
}

.text-content {
  font-size: 1.8rem;
  line-height: 1.5;
}

.text-center {
  text-align: center;
}

@media (max-width: 476px) {
  .text-content {
    font-size: 1.6rem;
  }
}


/* Buttons
================================================== */
a.button,
button.button {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-family: 'Gold Box 8x16';
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .025rem;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #BE1B1B;
  border-radius: 35px;
  border: 0;
  cursor: pointer;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, transform .2s ease-in-out;
  vertical-align: baseline;
  pointer-events: all;
}

a.button:hover,
button.button:hover {
  color: #BE1B1B;
  background-color: #fff;
  outline: 0;
  transform: scale(1.1);

}

a.button.white-button {
  color: #BE1B1B;
  background-color: #fff;
}

a.button.white-button:hover {
  color: #fff;
  background-color: #BE1B1B;
}

@media (max-width: 384px) {

  a.button,
  button.button {
    padding: 10px 15px;
    
    font-size: 2.1rem;
  }
}




/* Misc
================================================== */

:selection {
  background: #4180fb;
  color: #e2e2e2;
}

.mt-60 {
  margin-top: 60px;
}

@media (max-width: 750px) {
  .mobile-hide {
    display: none;
  }
}

.divider-container {
  padding: 0 30px;
}

.divider {
  height: 8px;
  opacity: .65;
}




/* Header Nav
================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: calc(100%);
  height: 74px;
}

@media (max-width: 800px) {
  .site-header {
    width: 100%;
  }
}

.site-header .header-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  color: #000;
  opacity: 1;
}

.bg-header {
  background-image: url('../img/bg-header.svg');
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 86px;
  color: #000;
  opacity: 1;
}

.navbar-container {
  height: 74px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  padding-left: 60px;
}

.nav-right {
  padding-right: 60px;
}

@media (max-width: 980px) {
  .nav-left {
    padding-left: 30px;
  }

  .nav-right {
    padding-right: 30px;
  }
}

.nav-logo-container {
  width: 156px;
}

.nav-logo-container:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -45px;
  z-index: 10;
  height: 142px;
  width: 188px;
  background-image: url('../img/bg-logo-splat.svg');
  background-position: center top;
  background-size: 100%;
}

@media (max-width: 980px) {
  .nav-logo-container:after {
    display: none;
  }
}

.nav-logo-link {
  display: inline-block;
}

.nav-logo {
  width: 98px;
  z-index: 20;
  transition: transform .2s ease-in-out;
}

.nav-logo:hover {
  filter: hue-rotate(176deg) saturate(2);
  transform: scale(1.2);
}

#nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-links {
  margin: 0 auto;
  display: flex;
  text-align: center;
}

a.nav-item {
  margin: 0 15px;
  padding: 0 10px;
  color: #fff;
  font-family: 'Gold Box 8x16', 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .025em;
  text-transform: uppercase;
  transition: transform .2s ease-in-out, color .2s ease-in-out;
}

@media (max-width: 1080px) {
  a.nav-item {
    margin: 0 10px;
    padding: 0 5px;
    font-size: 1.9rem;
  }
}

a.nav-item:first-child {
  margin-left: 0;
}

a.nav-item:last-child {
  margin-right: 0;
}

a.nav-item:hover {
  color: #BE1B1B;
  transform: scale(1.2);
}

.nav-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
}

.nav-socials .social-icon {
  height: 32px;
  width: 32px;
  transition: transform .2s ease-in-out, color .2s ease-in-out;
}

.social-link {
  margin: 0 10px;
}

.social-link:hover .social-icon,
#menu-button:hover .menu-icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(68%) saturate(3119%) hue-rotate(346deg) brightness(92%) contrast(104%);
  transform: scale(1.3);
}

.menu-button-container {
  display: none;
  padding-right: 10px;
}

#menu-button {
  height: 60px;
  width: 60px;
  padding: 20px;
  background: none;
  border: 0 none;
  cursor: pointer;
}

#menu-button .menu-icon {
  height: 20px;
  width: 20px;
}

#nav-menu.show {
  display: flex;
}

@media (max-width: 860px) {
  .menu-button-container {
    display: block;
  }

  #nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    background-color: #000;
    padding-bottom: 30px;
  }

  #nav-menu:after {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 86px;
    background-image: url('../img/bg-header.svg');
    background-position: center bottom;
    background-size: cover;
  }

  .nav-links {
    flex-direction: column;
  }

  a.nav-item {
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 2.4rem;
  }

  .nav-right {
    padding-right: 0;
    margin-top: 20px;
    z-index: 10;
  }
}

@media (min-width: 861px) {
  #nav-menu {
    display: flex;
    flex-direction: row;
    position: relative;
    top: 0;
    background-color: transparent;
    padding-bottom: 0;
  }
}




/* Sections
================================================== */
.section {
  position: relative;
  margin-top: -5rem;
  width: 100%;
  z-index: 35;
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .row {
    margin-bottom: 80px;
  }
}

.row:last-child {
  margin-bottom: 0;
}

.container {
  width: 980px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.col-50 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 30px;
}

.col-33 {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 30px;
}

@media (max-width: 1100px) {
  .col-33 {
    width: 50%;
    margin-bottom: 100px;
  }

  .col-33:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .col-50, .col-33 {
    width: 100%;
    margin-bottom: 80px;
  }

  .col-50:last-child {
    margin-bottom: 0;
  }

  .col-flip {
    flex-direction: column-reverse;
  }

  .col-flip .col-50 {
    width: 100%;
    margin-bottom: 0;
  }

  .col-flip .col-50:last-child {
    margin-bottom: 80px;
  }
}

@media (max-width: 476px) {
  .row, .col-50, .col-33, .col-flip .col-50:last-child {
    margin-bottom: 60px;
  }
}

.section-content {
  position: relative;
  z-index: 20;
  width: 1560px;
  max-width: 100%;
  margin: 150px auto 200px;
}

@media (max-width: 768px) {
  .section-content {
    margin: 80px auto 150px;
  }
}

.section-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #333;
}

/* Section Clip Path Masks */
@media (min-width: 768px) {
  .section .section-bg {
    -webkit-clip-path: url(#section-mask);
    clip-path: url(#section-mask);
  }
}

@media (min-width: 768px) {
  .section .section-bg.mask-sm {
    -webkit-clip-path: url(#section-mask-sm);
    clip-path: url(#section-mask-sm);
  }
}

.clip-masks {
  width: 0;
  height: 0;
  z-index: 0;
  position: absolute;
  pointer-events: none;
}

@media (min-width: 768px) {
  #section-mask path {
    transform: scale(1.75, .5) !important;
  }
}

@media (min-width: 1100px) {
  #section-mask path {
    transform: scale(1.5, .5) !important;
  }
}

@media (min-width: 1520px) {
  #section-mask path {
    transform: scale(1.25, .5) !important;
  }
}

@media (min-width: 2000px) {
  #section-mask path {
    transform: scale(1, .5) !important;
  }
}

@media (min-width: 768px) {
  #section-mask-sm path {
    transform: scale(1.75, 2) !important;
  }
}

@media (min-width: 1100px) {
  #section-mask-sm path {
    transform: scale(1.5, 2) !important;
  }
}

@media (min-width: 1520px) {
  #section-mask-sm path {
    transform: scale(1.25, 2) !important;
  }
}

@media (min-width: 2000px) {
  #section-mask-sm path {
    transform: scale(1, 2) !important;
  }
}





/* Hero Section
==================================================
.hero-section {
  position: relative;
  background-image: url('../img/bg-hero.jpg');
  background-position: center bottom;
  background-size: cover;
}
*/
.hero-section:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: 1;
  background: linear-gradient(180deg, transparent 0, #000);
}

.hero-section {

}

.hero-main {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 60px 0 150px;
}

.hero-logo-container {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

.hero-logo {}

.important-link-button {  
  transform: scale(1);
  width: 100%;
  max-width: 290px;
  display: block;
  margin: 0 0;
}

.hero-buttons {
  /*width: 400px;*/
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: center;
}

.mint-amount{
  margin-bottom: 0px;
  align-content: center;
  vertical-align: middle;
  padding-top: 8px;
}

.mint-button{
  min-width: 200px;
}

.hero-button{
  min-width: 200px;
  margin: 10px !important;
}

.hero-buttons .button-container {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 30px;
  margin: 10px 0;
}

.hero-buttons .button {
  width: 100%;
  max-width: 80px;
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 600px) {
  .hero-main {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {

  .important-link-button { 
    max-width: 260px;
    white-space: nowrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-buttons .button-container {
    width: 100%;
  }
}




/* Game Section
================================================== */
.bg-game {
  background-color: #0B0B0B;
  background-image: url('../img/bg-game-1.jpg'), url('../img/bg-game-3.png');
  background-position: center top, center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}

.bg-game:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: .5;
  background: linear-gradient(0deg, transparent 0, #296875);
}

.game-graphic {
  margin-bottom: 2.2rem;
  transition: transform .5s ease-in-out;
}

.game-graphic:hover {
  transform: scale(1.03);
}

.game-graphic-ab {
  position: absolute;
  top: -80px;
  left: 0;
  width: 780px;
  /*opacity: 0;
  transform: scale(1.2);
  transition: opacity 1.5s ease, transform 1.5s ease;*/
}

.video-wrapper {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0px 4px 40px 0px rgba(56, 143, 168, 0.4);
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .game-main {
    margin: 80px auto 150px;
  }

  .game-main .col-50:first-child {
    display: none;
  }
}

@media (max-width: 1280px) {
  .game-graphic-ab {
    top: -40px;
    width: 600px;
  }
}




/* NFT Section
================================================== */
.bg-nft {
  background-image: url('../img/bg-pipes-green.png');
  background-position: center top;
  background-size: cover;
  image-rendering: pixelated;
}

.bg-nft:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: .9;
  background: linear-gradient(0deg, transparent 0, #000);
}

.bg-nft:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: .9;
  background: linear-gradient(180deg, transparent 0, #5e6805);
}




/* Roadmap Section
================================================== */
.bg-roadmap {
  background-image: url('../img/bg-pipes-dark.png');
  background-position: center top;
  background-size: cover;
  image-rendering: pixelated;
}

.bg-roadmap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: 1;
  background: linear-gradient(180deg, transparent 0, #000);
}

.roadmap-timeline {
  margin-left: 30px;
  padding-left: 100px;
}

.roadmap-timeline:after {
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  height: 100%;
  width: 100%;
  border-left: 12px solid #BE1B1B;
  pointer-events: none;
  border-image: linear-gradient(to bottom, #BE1B1B 93%, #001aff00);
  border-image-slice: 1;
}

.phase {
  margin-bottom: 6.0rem;
}

.phase:last-child {
  margin-bottom: 6.0rem;
}

.phase:before {
  position: absolute;
  content: "";
  top: -14px;
  left: -149px;
  height: 110px;
  width: 110px;
  background-image: url('../img/soul-orb.png');
  background-size: 100%;
  z-index: 10;
  image-rendering: pixelated;
}

.phase h3 {
  color: #BE1B1B;
  font-size: 6.6rem;
  line-height: 1.2;
  margin-bottom: 3.6rem;
}

.phase h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 476px) {
  .roadmap-timeline {
    margin-left: 4px;
    padding-left: 60px;
  }

  .roadmap-timeline:after {
    border-left: 8px solid #BE1B1B;
  }

  .phase:before {
    top: 8px;
    left: -89px;
    height: 66px;
    width: 66px;
  }
}




/* FAQ Section
================================================== */
.bg-faq {
  background-color: #110708;
  background-image: url('../img/bg-cave-red.png');
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}

.bg-faq:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: .5;
  background: linear-gradient(0deg, transparent 0, #671209);
}

.bg-faq:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: 1;
  background: linear-gradient(180deg, transparent 0, #000);
}

.accordion-wrapper {
  margin-top: 70px;
}

.accordion {
  background-color: #fff;
  color: #BE1B1B;
  cursor: pointer;
  padding: 20px 50px 20px 30px;
  width: 100%;
  border: none;
  border-radius: 10px;
  text-align: left;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  transition: background-color .4s ease, color .4s ease;
}

.accordion.active, .accordion:hover {
  background-color: #BE1B1B;
  color: #fff;
}

.accordion.active {
  border-radius: 10px 10px 0 0;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 30px;
}

.accordion.active:after {
  content: "\2212";
  color: #fff;
}

.accordion:hover:after {
  color: #fff;
}

.panel {
  padding: 0 30px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  transition: max-height 0.15s ease-out;
  margin-bottom: 20px;
  color: #111;
}

.panel p:last-child {
  margin-top: 1.6em;
}

@media (max-width: 768px) {
  .accordion {
    font-size: 2.1rem;
  }
}

@media (max-width: 476px) {
  .accordion {
    padding: 20px 40px 20px 20px;
    font-size: 1.9rem;
  }

  .accordion:after {
    right: 20px;
  }

  .panel {
    padding: 0 20px;
  }
}




/* Community Section
================================================== */
.bg-community {
  background-image: url('../img/bg-blue.png');
  background-position: center top;
  background-size: cover;
  image-rendering: pixelated;
}

.bg-community:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: .7;
  background: linear-gradient(0deg, transparent 0, #1F3556);
}

/* Staking Page
================================================== */

a.wallet-connected {  
  color: #BE1B1B;
  font-size: 2rem;
  font-family: 'Gold Box 8x16', 'Montserrat', sans-serif;
  margin-bottom: 1.5rem;
  text-align: right;
}

.wallet-connected {  
  color: #BE1B1B;
  font-size: 2rem;
  font-family: 'Gold Box 8x16', 'Montserrat', sans-serif;
  margin-bottom: 1.5rem;
  text-align: right;
}

.wallet-disconnected {  
  color: #BE1B1B;
  font-size: 2rem;
  font-family: 'Gold Box 8x16', 'Montserrat', sans-serif;
  margin-bottom: 1.5rem;
  text-align: right;
}

.staking-section {
  height: 100%;
  margin-top: 0;
  margin: 100px auto 200px;
  width: 95%;
}

.token-bg {
  flex-wrap: unset;
  margin: 50px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.692);
  min-height: 225px;

  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1px;
  text-align: center;
  position: relative;
}

.staking-view-row {
  display: flex;
  width: 95%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.staking-view-button {
  font-size: 1.5em;
  flex: 1;
  text-align: center;
  font-family: 'Gold Box 8x16', 'Montserrat', sans-serif;  
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
}

.selected-view{
  color: #fff;
}

.unselected-view{
  color: rgb(92, 92, 92);
}

.unselected-view:hover{
  color: rgb(219, 219, 219);
}

.token-grid {
  display: grid;
  column-gap: 50px;
  row-gap: 50px;
  margin: 50px;
  grid-template-columns: repeat(auto-fit, minmax(125px, 2fr));
  justify-content: space-evenly;
  justify-items: center;
}

.token-grid-item {
  display: flex;
  flex-direction: column;
  align-items: top;
  text-align: center;
  width: 150px;
  min-height: 200px;
  text-align: center;
}

.token-image {
  width: 100%;
  border: 1px solid;
  border-color: #b9b9b9;
  object-fit: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  image-rendering: pixelated;
}

.token-title {
  color: #eeeeee;
  font-size: 1em;
  font-family: 'Gold Box 8x16', 'Montserrat', sans-serif;
  margin-bottom: .5rem;
  margin-top: 1rem;
}

.staking-period-select{  
}

.stake-button{
  margin-bottom: 25px;
  margin-right: 25px;
  margin-left: 25px;
}

@media (max-width: 528px) {
  .token-grid {
    grid-template-columns: repeat(auto-fit, minmax(50px, 2fr));
    margin: 25px;
    row-gap: 25px;
  }

  .token-grid-item {
    width: 100px;
    min-height: 150px;
  }

  .token-title {
    font-size: .66em;
    margin-bottom: 0rem;
  }

  .staking-period-select{
    font-size: .66em;
  }

  .staking-view-button {
    font-size: 1em;
  }
}

@media (max-width: 1600px) {
  .wallet-connected {
    text-align: center;
  }

  a.wallet-connected {
    text-align: center;
  }
}

@media (max-width: 960px) {
  a.wallet-connected {
    font-size: 1.5vmin;
    font-size: 1.5vmax;
  }
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Team Page
================================================== */
.team-site-header {
  width: 100%;
}

.team-section {
  height: 100%;
  margin-top: 0;
}

.team-profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 150px;
  min-width: 150px;
  margin: 10px;
  margin-right: 60px;
  min-height: 200px;
}

.team-profile-picture {
  max-height: 100%;
  max-width: 100%;
  border: 2px solid;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 50px;
  min-width: 150px;
  min-height: 150px;
}

.team-row {
  flex-wrap: unset;
  margin: 50px;
  background-color: rgba(0, 0, 0, 0.692);
  min-height: 225px;
  border-radius: 25px;
}

.team-profile-introduction {
  margin: 10px;
  margin-top: 31px;
  margin-left: 0px;
}

.team-profile-name, .team-profile-title, .team-profile-quali {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: 'Gold Box 8x16', 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: .025em;
  padding-left: 10px;
  padding-right: 10px;

}

.team-profile-name {
  font-size: 2.4rem;  
  color: #fff;
}

.team-profile-title {  
  color: #BE1B1B;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.team-profile-quali {
  font-size: 1.3rem; 
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  color: #D3D3D3;
  padding-bottom: 10px;
}

@media (max-width: 600px) {
  .team-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-profile-introduction {
    text-align: center;
    margin-top: -20px;
  }
}

.bg-team {
  background-color: #110708;
  background-image: url('../img/bg-pipes-red.png');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}

.bg-team:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: .5;
  background: linear-gradient(0deg, transparent 0, #671209);
}

.bg-team:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: 1;
  background: linear-gradient(180deg, transparent 0, #000);
}


/* Check WL Allocation Page
================================================== */
.check-wl-site-header {
  width: 100%;
}

.check-wl-main {
  height: 100%;
}

.check-wl-container {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.address-check-label {
  font-family: 'Gold Box 8x16';
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
}

.address-check-button {
  width: unset !important;
  margin: 10px;
}

.address-input {
  width: 500px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  margin: 10px;
}

@media (max-width: 600px) {
  .address-input {
    width: 350px;
    font-size: 12px;
  }
}

.mint-allocation-text {
  font-size: 3rem;
  font-weight: bold;
  color: #BE1B1B;
  text-align: center;
  width: 50%;
}

.bg-check-wl {
  background-image: url(../img/team-bg.png);
  background-position: center top;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #333;
  image-rendering: pixelated;
}

.bg-check-wl:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: .5;
  background: linear-gradient(0deg, transparent 0, #1F3556);
}

.bg-check-wl:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: 200px;
  width: 100%;
  opacity: 1;
  background: linear-gradient(180deg, transparent 0, #000);
}


/* Footer
================================================== */
.bg-footer {
  background-color: #000;
}

.footer-main {
  margin: 120px auto 100px;
}

@media (max-width: 768px) {
  .footer-main {
    margin: 100px auto 80px;
  }
}

.footer-logo-container {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}

.footer-logo {
  width: 100%;
  z-index: 20;
}

.footer-logo:hover {
  filter: hue-rotate(176deg) saturate(2);
}

.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.0rem;
}

.footer-socials .social-icon {
  height: 50px;
  width: 50px;
  transition: transform .2s ease-in-out, color .2s ease-in-out;
}

.footer-text {
  margin-top: 1.0rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}

@media (max-width: 476px) {
  .footer-text {
    font-size: 1.2rem;
  }
}


.title {
  font-size: 7rem;
  text-shadow: 0 0 5px black;
}

.wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  perspective: 10px;
}

.hero-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform-style: preserve-3d;
  z-index: -1;
  pointer-events: none;
}

.background,
.foreground {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.background {
  transform: translateZ(-10px) scale(2.1);
}

.foreground {
  transform: translateZ(-5px) scale(1.5);
}

.simplebar-scrollbar::before {
  background-color: #BE1B1B !important;
  opacity: 1 !important;
}



.easeInAnim {
  animation: shrink 1.5s ease 1 forwards,
  fade-in 1.5s ease-out 1 forwards;
}

.easeInSmallerAnim {
  --amount: 1.1;
  animation: shrink 1.5s ease 1 forwards,
  fade-in 1.5s ease-out 1 forwards;
}

.slideLeftAnim {
  animation: slide-left 1.5s ease 1 forwards,
  fade-in 1.5s ease-out 1 forwards;
}

.scaleUpBeforeAnim::before {
  animation: scale-up .75s ease-out 1 forwards,
  fade-in .75s ease-out 1 forwards;
}

.sectionTitleAnim
{
  animation: animSectionTitle 1.5s ease 1 forwards;
}

.roadmapTextAnim
{
  --amount: 10%;
  animation: slide-left 1.5s ease 1 forwards,
  fade-in 1.5s ease-out 1 forwards;
}


@keyframes slide-left {
  0% {
    transform: translateX(var(--amount, 5%));
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes shrink {
  0% {
    transform: scale(var(--amount, 1.2));
  }
}

@keyframes scale-up {
  0% {
    transform: scale(0);
  }

  70% {
    transform: scale(1.3);
  }
}

@keyframes animSectionTitle {
  50% {
    transform: scale(1.03);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
}