@font-face {
    font-family: 'Moneta-black';
    src: url('../css/assets/fonts/Moneta-Black.eot');
    src: local(../css/assets/fonts/'Moneta Black'), local('Moneta-Black'),
        url('../css/assets/fonts/Moneta-Black.eot?#iefix') format('embedded-opentype'),
        url('../css/assets/fonts/Moneta-Black.woff2') format('woff2'),
        url('../css/assets/fonts/Moneta-Black.woff') format('woff'),
        url('../css/assets/fonts/Moneta-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moneta-bold';
    src: url('../css/assets/fonts/Moneta-Bold.eot');
    src: local('Moneta Bold'), local('Moneta-Bold'),
        url('../css/assets/fonts/Moneta-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/assets/fonts/Moneta-Bold.woff2') format('woff2'),
        url('../css/assets/fonts/Moneta-Bold.woff') format('woff'),
        url('../css/assets/fonts/Moneta-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moneta-regular';
    src: url('../css/assets/fonts/Moneta-Regular.eot');
    src: local('Moneta'), local('Moneta-Regular'),
        url('../css/assets/fonts/Moneta-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/assets/fonts/Moneta-Regular.woff2') format('woff2'),
        url('../css/assets/fonts/Moneta-Regular.woff') format('woff'),
        url('../css/assets/fonts/Moneta-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moneta-light';
    src: url('../css/assets/fonts/Moneta-Light.eot');
    src: local('Moneta Light'), local('Moneta-Light'),
        url('../css/assets/fonts/Moneta-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/assets/fonts/Moneta-Light.woff2') format('woff2'),
        url('../css/assets/fonts/Moneta-Light.woff') format('woff'),
        url('../css/assets/fonts/Moneta-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@import url('https://fonts.cdnfonts.com/css/berthold-akzidenz-grotesk-be-9');

.form-control {
  color: #fff!important
}

:root {
  --gold: #C2AE92;
  --blue: #03252F;
  --black: #1E1E1C;
  --white: #ffffff;
  --offwhite: #F3F1EE;
}

@mixin lhCrop($line-height) {
  &::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - #{$line-height}) * 0.5em);
  }
}

body,
html {
  margin: 0;
  padding: 0;
  background-color: var(--offwhite)!important;
  overflow-x: hidden;
}

.btn-custom-gold {
    color: #fff;
    background-color: #C9B29B!important;
    border-color: #0D242E!important;
    border-radius: 30px!important;
    font-size: 10px!important;
    color: #03252F!important;
    width: 70px;
    text-transform: uppercase;
}

.btn-custom-gold:hover {
    background-color: #0D242E!important;
    color: #C9B29B!important;
    cursor: pointer;
    border-color: #C9B29B!important;
  }

nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav {
  position: fixed;
  z-index: 10;
  background-color: #0D242E; 
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: table;
  color: white;
  top: 0px;
  z-index: 4;
}

.nav-flex {
    display: flex!important;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    max-height: 100vh;
}

.nav-flex img {
    width: 47vw;
    margin: 166px 0 0 0;
}

.nav-hide { display: none; }

nav ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0 !important;
}

nav ul li { list-style: none; }

nav ul li a {
    font-size: 10vw;
    font-family: 'Moneta-bold';
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    color: #C2AE92;
    line-height: 7vw;
    padding: 0;
  left: 0;
  transition: transform 3s ease-in-out;
}

@keyframes slideRight {
    0% {
      left: 0;
    }
    100% {
      left: 50px;
    }
  }

nav ul li a:hover {
    color: #fff;
    animation: slideRight 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;

}

.navbar-toggle {
  width: 45px;
  height: 45px;
  z-index: 20;
  cursor: pointer;
  margin: 4px 0 0 0;
}

.bar1,
.bar2,
.bar3 {
    width: 87%;
    height: 3px;
    margin-bottom: 7px;
  background-color: #03252F;
  transition: all 0.3s ease-in-out;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: white; color: white; }

.navbar-on .bar1 {
  transform-origin: 17% 40%;
  transform: rotate(45deg);
  background-color: white;
}

.navbar-on .bar3 {
  transform-origin: 17% 40%;
  transform: rotate(-45deg);
  background-color: white;
}

.navbar-on .bar2 { background-color: transparent; }

.primary-logo {
    padding: 20px;
    z-index: 5;
}

.top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-bar-right  {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 20px;
}

.login {
    margin: 0 25px 0 0;
    z-index: 5;
}

.logo-swap {
    display: none;
}

.logo-primary {
    position: relative;
    z-index: 2;
}

.logo-secondary {
    position: relative;
    z-index: 2;
}

/*************************
Jumbotron
*************************/

.heading {
    text-align: left;
  }
  
  .letter {
    transition: top 0.5s ease-out;
    display: inline-block;
    font-size: 12vw;
    font-family: 'Moneta-bold';
    opacity: 0;
    animation: reveal 0.8s ease-in-out forwards;
    line-height: 9vw;
  }
  
  .reveal:nth-child(1) {
    animation-delay: 0.1s;
  }
  .reveal:nth-child(2) {
    animation-delay: 0.2s;
  }
  .reveal:nth-child(3) {
    animation-delay: 0.3s;
  }
  .reveal:nth-child(4) {
    animation-delay: 0.4s;
  }
  .reveal:nth-child(5) {
    animation-delay: 0.5s;
  }
  .reveal:nth-child(6) {
    animation-delay: 0.6s;
  }
  .reveal:nth-child(7) {
    animation-delay: 0.7s;
  }
  .reveal:nth-child(8) {
    animation-delay: 0.8s;
  }
  
  @keyframes reveal {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }

  .login-btn {
    display: none;
}
  
  .revealed-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  /* .revealed-inner {
    height: 57vh;
  } */

  .revealed-section h6 {
    text-transform: uppercase;
    font-size: 1.2vw;
    text-align: center;
    z-index: 2;
    position: relative;
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 10px;
    color: #03252F;
    opacity: 0; /* Set the initial opacity to 0 */
    transform: translateY(50px); /* Move the element down 50px to start */
    animation: fade-in-up 1s forwards; /* Use the fade-in-up animation and set it to forwards to keep the final state */
  }
  
  @keyframes fade-in-up {
    0% {
      opacity: 0; /* Set the opacity to 0 at the beginning of the animation */
      transform: translateY(50px); /* Move the element down 50px to start */
    }
    100% {
      opacity: 1; /* Set the opacity to 1 at the end of the animation */
      transform: translateY(0); /* Move the element up to its final position */
    }
  }
  
  

  .revealed-section img {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-55%, -28%);
    width: 25%;
    z-index: 1;
  }

  .main-heading {
    position: relative;
    z-index: 0;
  }

  .right-vertical {
    position: absolute;
    top: 89px;
    right: -50px;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
    color:#03252F;
    display: block;
  }

  .left-vertical {
    position: absolute;
    bottom: 12rem;
    left: -50px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
    color:#03252F;
    display: block
  }
  .mob-none {
    display: block;
}
  /**********************
  About
  **********************/

  .about-section {
    padding: 0 0 8rem 0;
  }

  .about-section h2 {
    color: #E8DED4;
    font-family: 'Moneta-bold';
    text-align: center;
    font-size: 14vw;
    text-transform: uppercase;
    line-height: 14rem;
  }

  .mob-block {
    display: none;
}

  /**********************
  Credibility
  **********************/

  .parallax-test {
    height: 400px; /* set a height for the container */
}

.parallax-test img {
    width: 100%; /* set width to fill container */
    transform: translateY(20%); /* initial position */
    transition: transform 0.2s ease-out; /* add transition for smooth animation */
}

 .credibility {
  background-color: var(--blue);
  padding: 0 0 10rem 0;
 }

 .credibility-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 4rem 0;
 }

 .credibility img {
  max-width: 90%;
 }

 .credibility-text {
  margin: 12vw 0 0 0!important;
  border-left: 1px solid  var(--gold);
 }

 .credibility h5 {
  color: var(--white);
  font-weight: 100;
  font-size: 1rem;
  max-width: 22vw;
  letter-spacing: 3px;
  margin: 0 0 0 2rem;
 }

 .credibility p {
  color: var(--white);
  font-weight: 100;
  font-size: 1rem;
  max-width: 22vw;
  margin: 20px 0 0 2rem;
 }

 .credibility-title h1 {
  color: var(--gold);
  font-size: 12vw;
  font-family: 'Moneta-bold';
  text-transform: uppercase;
  line-height: 11rem;
 }

 .credibility-list {

 }

 .credibility-list h5 {
  text-transform: uppercase;
  font-size: 1rem;
  max-width: 27vw;
  letter-spacing: 3px;
  margin: 50px 0 50px 0;
 }

 .credibility-list ul {
  margin: 0;
  padding: 0;
 }

 .credibility-list ul li {
  color: var(--white);
  font-size: 14px;
  list-style-type: none;
  border-top: 1px solid var(--gold);
  font-weight: 100;
  padding: 10px 0 10px 0;
  max-width: 76%;
 }

 .credibility-list ul li:nth-child(3) {
  border-bottom: 1px solid var(--gold);
 }

 .credibility-list ul li span {
  color: var(--gold);
  font-family: 'Moneta-bold';
 }

  /**********************
  Experts
  **********************/

  .experts {
    position: relative;
    padding: 0 0 10rem 0;
  }

  .expert-title {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
  }

  .expert-title h1 {
    text-align: right;
    color: var(--blue);
    font-size: 12vw;
    font-family: 'Moneta-bold';
    text-transform: uppercase;
    line-height: 11rem;
    margin: 30px -13px 8rem 0;
  }

  .experts h5 {
    text-transform: uppercase;
    font-size: 1rem;
    max-width: 27vw;
    letter-spacing: 3px;
    margin: 50px 0 50px 0;
    text-transform: uppercase;
    font-weight: 200;
  }

  .experts ul {
    margin: 0;
    padding: 0;
   }
  
   .experts ul li {
    color: var(--blue);
    font-size: 14px;
    list-style-type: none;
    border-top: 1px solid var(--gold);
    font-weight: 100;
    padding: 10px 0 10px 0;
    max-width: 76%;
    list-style-position: inside;
    text-indent: -21px;
    padding-left: 22px;
    line-height: 18px!important;
   }
  
   .experts ul li:nth-child(3) {
    border-bottom: 1px solid var(--gold);
   }
  
   .experts ul li span {
    color: var(--gold);
    font-family: 'Moneta-bold';
   }

   .ptg-pic img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
   }

   /***************
   author
   ***************/

   .book-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

   .author {
    background-color: var(--blue);
    padding: 0 0 9rem 0;
   }

   .book-container span {
    font-size: 10px;
    color: var(--white);
    text-transform: uppercase;
    margin: 10px 0 0 0;
   }

   .author h2 {
    color: var(--white);
    text-align: center;
    font-size: 7vw;
    font-family: 'Moneta-bold';
    text-transform: uppercase;
    line-height: 7rem;
    max-width: 70%;
    display: block;
    margin: 0px auto 7rem auto;
    position: relative;
    top: 0px;
   }

   /***************
   Standard
   ***************/

   .rarities {
    background: var(--gold);
    position: relative;
   }

   .rarities h1 {
    text-align: left;
    color: var(--blue);
    font-size: 12vw;
    font-family: 'Moneta-bold';
    text-transform: uppercase;
    line-height: 11rem;
    margin: 0px -13px 8rem 0;
    position: absolute;
    top: 0px;
    left: -16px;
   }

   .rarities img {
    width: 90%
   }

   .rarities-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
   }

   .rarities h5 {
    text-transform: uppercase;
    font-size: 1rem;
    max-width: 27vw;
    letter-spacing: 3px;
    margin: 50px 0 50px 0;
    text-transform: uppercase;
    font-weight: 200;
   }

   .rarities p {
    color: var(--black);
    font-weight: 300;
    font-size: 14px;
    max-width: 27vw;
    margin: 0 0 2rem 0;

   }

   .share-inner {
    border-left: 1px solid var(--black);
    padding: 0 0 0 20px;
   }

   .share-inner h6 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
   }

   .share-inner p {
    color: var(--black);
    font-size: 14px;
    font-weight: 300;
   }

   /***************
   register
   ***************/

   .register {
    position: relative;
    background-color: var(--blue);
   
   }

   .register h1 {
    text-align: left;
    color: var(--gold);
    font-size: 14vw;
    font-family: 'Moneta-bold';
    text-transform: uppercase;
    line-height: 14rem;
    margin: 0px 0 50px 0;
    position: relative;
 
   }

   .form p {
    color: var(--gold);
    text-align: center;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 1.5rem;
   }

   .form span {
    color: var(--white);
    text-align: center;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    letter-spacing: 6px;
   }

   form {
    max-width: 33vw;
    display: block;
    margin: 1rem auto ;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem!important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent!important;
    background-clip: padding-box;
    -webkit-appearance: none;
    border-bottom: 1px solid var(--offwhite)!important;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
    border-radius: 0!important;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn-primary-custom {
    color: var(--gold)!important;
    background-color: transparent!important;
    border-color: var(--gold)!important;
    border-radius: 100px!important;
    height: 100px!important;
    width: 100px!important;
    text-transform: uppercase;
    letter-spacing: 5px!important;
    font-size: 10px!important;
}

.arrow {
  width: 10px!important;
}

.custom-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.border-top-form {
  border-top: 1px solid var(--gold)!important;
  padding: 20px 0 6px 12px!important;
}

button.btn.btn-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 36px 0 0 0;
}

 /***************
   Footer
 ***************/

 footer {
  background-color: #011A21;
  padding: 20px;
 }

 .footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
 }

 .footer-container ul {
  display: inline-flex;
 }

 .footer-container ul li {
  list-style-type: none;
  margin: 6px 10px 0 0;
 }

 .footer-container ul li:nth-child(1) {
  margin: 6px 52px 0 0;
 }

 .footer-container ul li a {
  color: var(--white);
  text-decoration: none;
 
 }
