@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  color: #FFF;
}
.main {
  position: relative;
  overflow: hidden;
  background-image: url('./img/sfondo-sm.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media (min-width: 576px) {
  .main {
    background-image: url('./img/sfondo.jpg');
  }
}
.concept {
  width: 100%;
  margin-top: 50px;
}
.wip {
  width: 100%;
}
.cs {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section {
    margin-bottom: 100px;
  }
}

.container {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 960px) {
  .container {
    max-width: 920px;
    padding-left: 0;
    padding-right: 0;
  }
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  background-image: url(./img/scroll-to-top.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  transition: all 800ms ease-in-out;
  z-index: 1;
}
@media (min-width: 576px) {
  .scroll-to-top {
    width: 60px;
    height: 60px;
  }
}
.scroll-to-top:hover {
  opacity: 1;
  transform: scale(1.1);
}

a {
  text-decoration: none;
}
a:hover, a:focus{
  color: inherit;
}

.list {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  list-style-position: outside;
  margin-top: 15px;
  margin-bottom: 40px;
}
.list li {
  padding-left: 8px;
}
.list li:not(:last-child) {
  margin-bottom: 12px;
}

.nft-header {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .nft-header {
    font-size: 40px;
    line-height: 60px;
  }
}
.nft-subheader {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .nft-subheader {
    font-size: 28px;
    line-height: 42px;
  }
}

:root {
  --animate-delay: 0.5s;
}

.content {
  max-width: 713px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.content-section {
  display: block;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .content-section {
    margin-bottom: 120px;
  }
}
.content-section.columns {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .content-section.columns {
    margin-bottom: 120px;
  }
}

.spacer--20 {
  height: 20px;
}
.spacer--50 {
  height: 50px;
}

.header {
  min-height: 50px;
  padding-left: 8%;
  padding-right: 8%;
  background-color: #0B0D22;
}
.header .navbar {
  padding: 0;
}
.header .navbar-brand {
  margin-right: 0;
  padding: 0;
}
.header .navbar-brand ul {
  margin: 0;
}
.header .navbar-toggler {
  margin-top: 5px;
  padding: 0;
  border: none;
}
.header .navbar-toggler:hover, .header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  width: 22px;
  height: 22px;
}
.header .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  width: 29px;
  height: 22px;
}
.header .navbar-nav {
  margin-top: 5px;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .header .navbar-nav {
    margin-top: 0;
  }
}
.header .navbar-nav .nav-item {
  white-space: nowrap;
}
.header .navbar-nav .nav-item .nav-link {
  padding-right: 5px;
  padding-left: 5px;
  color: #F5B0CD;
  font-weight: bold;
}
@media (min-width: 576px) {
  .header .navbar-nav .nav-item .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header .navbar-nav .nav-item .nav-link:hover {
  color: #FFF;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .footer__container {
  text-align: center;
}

.section-description {
  position: relative;
}
.section-description__button {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 40px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
}
@media (min-width: 576px) {
  .section-description__button {
    font-size: 18px;
  }
}
.section-description__button:hover {
  box-shadow: 0px 0px 10px 5px;
}
.section-description__button-left {
  background-color: #2081E2;
}
.section-description__button-right {
  background-color: #F5B0CD;
}
@media (min-width: 576px) {
  .section-description__text {
    font-size: 18px;
    line-height: 36px;
  }
}
.section-description__text-rose {
  font-weight: bolder;
  color: #F96BB3;
}
.section-description__text-white {
  font-weight: bolder;
}
.section-description__image {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.section-description__carousel {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .section-description__carousel {
    margin-top: 40px;
  }
}
.section-description__carousel-item {
  border-radius: 25px;
  overflow: hidden;
}
.section-description__carousel-item img {
  max-width: 100%;
}

.section-info {
  position: relative;
}
.section-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-info__item-image {
  margin-bottom: 10px;
  max-width: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.section-info__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.section-info__item-tag {
  width: 100%;
  max-width: 200px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  margin-top: -40px;
  padding: 0 5px;
  border-radius: 5px;
  background-color: #F5B0CD;
  opacity: 0.8;
}
.section-info__item-title {
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #F5B0CD;
}
.section-info__item-text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-roadmap {
  position: relative;
}
.section-roadmap__list {
  margin-bottom: 0;
}
.section-roadmap__item {
  margin-bottom: 30px;
  border-left: 1px solid #cdd5ea;
}
.section-roadmap__item-content {
  padding: 10px;
}
.section-roadmap__item-content-left {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  width: 150px;
  border-radius: 25px;
  border: 2px solid #FFF;
}
.section-roadmap__item-content-right {
  margin-left: 50px;
}

.section-faq {
  position: relative;
}
.section-faq__list {
  margin-bottom: 0;
}
.section-faq__item {
  border-bottom: 1px solid #cdd5ea;
}
.section-faq__item-heading {
  display: flex;
  align-items: center;
  padding: 10px;
}
.section-faq__item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.section-faq__item-content {
  padding: 10px;
}

.section-about {
  position: relative;
}
.section-about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  margin-bottom: 20px;
  border-radius: 25px;
  background-color: #F5B0CD;
  min-height: 350px;
}
.section-about__item-image {
  margin-bottom: 23px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.section-about__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.section-about__item-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.section-about__item-text {
  text-align: center;
  line-height: 15px;
  margin-bottom: 0;
}
