@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
@import url("https://fonts.googleapis.com/css?family=Alef");

body,
html {
  color: black;
  background: white;
  width: 100% !important;
  height: 100% !important;
  font-family: "Roboto Mono", sans-serif !important;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
}
a {
  cursor: pointer;
}
a,
a:hover,
a:active,
a:focus {
  color: black;
}
.btn {
  border-radius: 0;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

/* Navigation */
.menu {
  padding: 15px 0px;
  transition: all 0.8s;
}
.menu.navbar-default {
  border-color: white;
  background-color: white;
}
.menu .social img {
  width: 50px;
  height: 50px;
  margin: 0 5px;
}
.menu .social {
  top: calc(50% - 22px);
  left: calc(50% - 45px);
}
.menu .social a {
  margin: 0 5px;
}
.menu .btn-connect {
  font-family: Helvetica;
  font-size: 28px;
  border: 2px solid black;
  border-radius: 25px;
  background-color: white;
  color: black;
}
@media only screen and (max-device-width: 480px) {
  .menu .social img {
    width: 25px;
    height: 25px;
  }
  .menu .btn-connect {
    font-size: 13px;
  }
}

/* Intro Section */
.intro {
  padding-top: 100px;
  position: relative;
  height: 100%;
}
.intro .background-container {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
}
.intro .background-container img {
  width: 70%;
  height: 70%;
  content: url("/img/intro.png");
}
.intro .info-container {
  display: flex;
  justify-content: flex-end;
}
.intro .title {
  margin: 60px 60px 10px 0px;
  font-size: 142px;
  line-height: 1;
  color: #404040;
  font-family: Helvetica;
}
.intro .subtitle {
  margin: 0px 0px 10px 0px;
  font-size: 63px;
  line-height: 1;
  color: #707070;
  font-family: Helvetica;
}
.intro .brand {
  margin: 0px 60px 0px 0px;
  font-size: 21px;
  font-family: Helvetica;
  font-style: italic;
  line-height: 1;
  color: #404040;
}
.intro .brand img {
  width: 38px;
  height: 38px;
}
.intro .mint-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 150px;
  padding-right: 150px;
}
.intro .mint-container .mint-info-max {
  font-size: 18px;
  font-style: italic;
  font-family: Helvetica;
  font-weight: 600;
  color: #464646;
  text-align: left;
}
.intro .mint-container .mint-setting {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro .mint-container .mint-setting .counter-slider {
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  background-color: #b1b1b1;
}
.intro .mint-container .mint-setting .counter-slider::-webkit-slider-thumb {
  width: 26px;
  height: 26px;
  background-color: white;
  -webkit-appearance: none;
  border: 1px solid #464646;
  border-radius: 50%;
}
.intro .mint-container .mint-setting .counter-editor {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  padding: 3px 10px;
  font-size: 21px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
}
.intro .mint-container .mint-setting .counter-editor:active {
  outline: none;
}
.intro .mint-container .btn-mint {
  background: #009245;
  color: white;
  padding: 5px 30px;
  font-size: 49px;
  font-family: Helvetica;
  font-weight: 300;
  border: 2px solid black;
  border-radius: 40px;
  margin-bottom: 10px;
}
.intro .mint-container .btn-mint:hover,
.intro .mint-container .btn-mint:focus,
.intro .mint-container .btn-mint.focus,
.intro .mint-container .btn-mint:active,
.intro .mint-container .btn-mint.active {
  color: white;
}
@media only screen and (max-device-width: 480px) {
  .intro {
    padding-top: 80px;
  }
  .intro .background-container img {
    content: url("/img/intro_mobile.png");
  }
  .intro .title {
    margin: 0;
    font-size: 48px;
  }
  .intro .subtitle {
    margin: 0;
    font-size: 24px;
  }
  .intro .brand {
    margin: 0;
    font-size: 7px;
  }
  .intro .brand img {
    width: 20px;
    height: 20px;
  }
  .intro .mint-container {
    padding: 0;
    justify-content: center;
  }
  .intro .mint-container .mint-info-max {
    font-size: 15px;
  }
  .intro .mint-container .mint-setting {
    margin-bottom: 7px;
  }
  .intro .mint-container .mint-setting .counter-slider::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
  }
  .intro .mint-container .mint-setting .counter-editor {
    width: 50px;
    height: 33px;
  }
  .intro .mint-container .btn-mint {
    font-size: 35px;
  }
}

/* Roadmap Section */
.roadmap {
  position: relative;
  height: 100%;
}
.roadmap .background-container.jape {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.roadmap .background-container.fedraid {
  position: absolute;
  top: 80px;
  left: 0;
  display: flex;
  justify-content: flex-start;
}
.roadmap .background-container.fedraid img {
  width: 70%;
  height: 70%;
  content: url("/img/roadmap_fedraid.png");
}
@media only screen and (max-device-width: 480px) {
  .roadmap .background-container.jape img {
    content: url("/img/roadmap_jape_mobile.png");
  }
  .roadmap .background-container.fedraid img {
    width: 40%;
    height: 40%;
  }
}

/* About Section */
.about {
  padding-top: 100px;
  height: 100%;
}
.about .title {
  font-size: 80px;
  font-family: Helvetica;
  color: #404040;
}
.about .info-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: auto;
}
.about .info-container p {
  font-size: 18px;
  font-family: Helvetica;
  color: #404040;
  margin: 0;
}
.about .image-container {
  display: flex;
  justify-content: left;
}
.about .info-container img {
  width: 80%;
  height: 80%;
  font-family: Helvetica;
  color: #404040;
  margin: 0;
}
@media only screen and (max-device-width: 480px) {
  .about {
    padding-top: 80px;
    height: 100%;
  }
  .about .title {
    font-size: 39px;
  }
  .about .info-container {
    display: flex;
    justify-content: center;
  }
  .about .image-container {
    display: flex;
    justify-content: left;
  }
  .about .info-container p {
    font-size: 10px;
  }
  .about .info-container img {
    width: 70%;
    height: 70%;

    margin-bottom: 20px;
  }
  .about .info-container .child-container {
    width: 100%;
  }
}

/* Note Section */
.note {
  position: relative;
  padding-top: 100px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .note .background-container {
    position: absolute;
    bottom: 0;
    left: 200px;
    z-index: -1;
    width: auto;
  }
  .note .background-container img {
    width: 100%;
    height: 100%;
  }
}

.note .info-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .note .info-container .wrapper {
    width: 50%;
    margin-right: 20px;
  }
}

.note .info-container .title {
  font-size: 50px;
  font-family: Helvetica;
  text-align: center;
  color: #404040;
  line-height: 1;
  margin: 0;
}
.note .info-container .content {
  font-size: 14px;
  font-family: Helvetica;
  color: #404040;
  margin: 0;
}
@media only screen and (max-device-width: 480px) {
  .note {
    padding-top: 70px;
  }
  .note .background-container {
    left: 0;
    display: flex;
    justify-content: flex-end;
  }
  .note .background-container img {
    width: 80%;
    height: 80%;
  }
  .note .info-container .wrapper {
    margin-right: auto;
    width: auto;
  }
  .note .info-container .title {
    font-size: 29px;
  }
  .note .info-container .content {
    font-size: 10px;
  }
}

/* Contributor Section */
.contributor {
  padding-top: 100px;
}
.contributor .info-container {
  display: flex;
  justify-content: center;
}
.contributor .info-container .title {
  font-size: 80px;
  font-family: Helvetica;
  color: #404040;
}
.contributor .detail-content {
  overflow-y: unset;
  height: 80vh;
}
.contributor .detail-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.contributor .detail-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #707070;
  width: 70%;
}
.contributor .detail-container .detail-avatar img {
  width: 60px;
  height: 60px;
}
.contributor .detail-container .detail-name {
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  font-family: Helvetica;
  color: #404040;
}
.contributor .detail-container .detail-role {
  font-size: 15px;
  font-family: Helvetica;
  color: #404040;
}
@media only screen and (max-device-width: 480px) {
  .contributor {
    padding-top: 70px;
  }
  .contributor .info-container .title {
    font-size: 50px;
  }
  .contributor .detail-content {
    overflow-y: scroll;
  }
}
/* 
.fade-in {
  opacity: 1;
}
.fade-out {
  opacity: 0;
} */

/* Countdown Section */
#countdown {
  margin: 10px auto;
  padding-bottom: 20px;
}
#countdown .col {
  display: inline-block;
}
#countdown .col-element {
  display: inline-block;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
}
#countdown .col-element .number {
  font-size: 60px;
  font-weight: 700;
}
#countdown .col-element .text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
#countdown .until {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}

/* Mint Section */
.dialog {
  position: absolute;
  outline: none;
  top: 30%;
  left: 20%;
  width: 60%;
  color: black;
  background: white;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .dialog {
    position: absolute;
    outline: none;
    top: 30%;
    left: 10%;
    width: 80%;
    color: black;
    background: white;
    border-radius: 10px;
  }
}
.dialog-body {
  position: fixed;
  overflow-y: scroll;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#minting {
  padding: 30px;
}
#minting .title {
  font-size: 24px;
  font-weight: 700;
  margin: 20px;
}
#minting .btn-mint {
  text-transform: uppercase;
  background: #2be5bb;
  color: black;
  width: calc(100% - 40px);
  margin: 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
  text-align: center;
}
#minting .btn-mint:hover,
#minting .btn-mint:focus,
#minting .btn-mint.focus,
#minting .btn-mint:active,
#minting .btn-mint.active {
  color: black;
}

/* Counter Section */
#counter {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#counter 

/* About Section */
#about {
  background: black;
}
#about .title {
  font-size: 30px;
  font-weight: 700;
  margin: 50px 0;
}
#about .content {
  font-family: "Alef";
  font-size: 23px;
  font-weight: 500;
}
#about .carousel {
  margin-top: 70px;
  margin-bottom: 100px;
  padding: 0 70px;
}
#about .carousel img {
  width: 160px;
  height: 160px;
  margin: 10px;
}
#about .carousel button {
  background: transparent;
}

/* Dividends Section */
#dividends {
  padding-top: 100px;
  background: #2be5bb;
  color: black;
}
#dividends .title {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}
#dividends .header {
  font-size: 32px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 12px;
}
#dividends .content {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
#dividends #footer p {
  font-size: 20px;
}
#dividends #footer a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Footer Section*/
#footer {
  background: white;
  padding: 30px;
  margin-top: 50px;
}
#footer p {
  color: black;
}

/* Roadmap Section */
#roadmap {
  padding-top: 100px;
  background: black;
}
#roadmap .title {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}
#roadmap .header {
  font-size: 32px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 12px;
}
#roadmap .content {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
#roadmap #footer p {
  font-size: 16px;
}
#roadmap #footer a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
