@font-face {
  font-family: 'avenir';
  src: url("../assets/fonts/avenir.ttc");
}

@font-face {
  font-family: 'avenir-next';
  src: url("../assets/fonts/Avenir-Next.ttc");
}

@font-face {
  font-family: 'avenir-next-condensed';
  src: url("../assets/fonts/Avenir-Next-Condensed.ttc");
}

.yellow {
  color: #c49a59;
}

.red {
  color: #d80e32;
}

.bg-grey {
  background-color: #1a1a1a;
}

.bg-yellow {
  background-color: #c49a59;
}

.bg-blue-dark {
  background-color: #193042;
}

.bg-blue-light {
  background-color: #1a65a5;
}

.bg-blue-light-2 {
  background-color: #4ab0d8;
}

.bg-red {
  background-color: #d80e32;
}

.bg-green {
  background-color: #183834;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'avenir-next';
}

.section__title {
  font-family: 'avenir-next', sans-serif;
  font-size: 60px;
  border: 1px solid white;
  padding: 2px 10px;
  border-radius: 4px;
  letter-spacing: 4px;
}

@media screen and (max-width: 992px) {
  .section__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 450px) {
  .section__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 375px) {
  .section__title {
    font-size: 30px;
  }
}

.section__title-md {
  font-family: 'avenir-next', sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
}

@media screen and (max-width: 992px) {
  .section__title-md {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .section__title-md {
    font-size: 31px;
  }
}

@media screen and (max-width: 450px) {
  .section__title-md {
    font-size: 27px;
  }
}

@media screen and (max-width: 375px) {
  .section__title-md {
    font-size: 24px;
  }
}

.section__title-md-number {
  font-family: 'avenir';
  font-size: 35px;
}

@media screen and (max-width: 992px) {
  .section__title-md-number {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section__title-md-number {
    font-size: 29px;
  }
}

@media screen and (max-width: 450px) {
  .section__title-md-number {
    font-size: 26px;
  }
}

@media screen and (max-width: 375px) {
  .section__title-md-number {
    font-size: 23px;
  }
}

.section__title-sm {
  font-family: 'avenir-next', sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 992px) {
  .section__title-sm {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .section__title-sm {
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  .section__title-sm {
    font-size: 21px;
  }
}

@media screen and (max-width: 375px) {
  .section__title-sm {
    font-size: 20px;
  }
}

.section__subtitle {
  font-family: 'avenir', sans-serif;
  font-size: 25px;
  letter-spacing: 3px;
  color: #4ab0d8;
}

@media screen and (max-width: 992px) {
  .section__subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section__subtitle {
    font-size: 23px;
  }
}

@media screen and (max-width: 450px) {
  .section__subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  .section__subtitle {
    font-size: 20px;
  }
}

.section__desc-lg {
  font-family: 'avenir', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .section__desc-lg {
    font-size: 24px;
  }
}

@media screen and (max-width: 450px) {
  .section__desc-lg {
    font-size: 23px;
  }
}

.section__desc-lg {
  font-family: 'avenir', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .section__desc-lg {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  .section__desc-lg {
    font-size: 19px;
  }
}

.section__desc-md {
  font-family: 'avenir', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}

@media screen and (max-width: 450px) {
  .section__desc-md {
    font-size: 15px;
  }
}

.section__desc {
  font-family: 'avenir', sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .section__desc {
    font-size: 18x;
  }
}

@media screen and (max-width: 450px) {
  .section__desc {
    font-size: 17px;
  }
}

.section__desc-sm {
  font-family: 'avenir', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.btn-yellow {
  color: white;
  background-color: #c49a59;
  border: 2px solid #c49a59;
  border-radius: 0;
  padding: 13px 50px;
  font-size: 20px;
  font-family: 'avenir-next', sans-serif;
  letter-spacing: 1px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.btn-yellow:hover {
  color: #c49a59;
  background-color: transparent;
}

.btn-red {
  background-color: #d80e32;
  border: 1px solid #d80e32;
  color: white;
  padding: 5px 20px;
  font-family: 'avenir', sans-serif;
  letter-spacing: 1px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.btn-red:hover {
  background-color: transparent;
  color: #d80e32;
}

.navbar-filled {
  background: #1a1a1a 0% 0% no-repeat padding-box;
}

.navbar {
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.navbar-nav .social-icons {
  position: relative;
  left: -15px;
}

.navbar .container-fluid {
  z-index: 1;
}

.navbar-brand {
  position: relative;
  top: -5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.navbar-brand img {
  width: 75px;
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    width: 140px;
  }
}

.navbar__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.navbar .nav-link {
  font-size: 17px;
  font-family: 'avenir', sans-serif;
  color: white !important;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-toggler {
  border: none;
  padding: 0;
  margin-right: 12px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px;
    margin-right: auto;
  }
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 76px;
    right: 0;
    padding: 100px 50px;
    width: 300px;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navbar-collapse .collapse-bg {
    position: absolute;
    background: #1a1a1a 0% 0% no-repeat padding-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .navbar-collapse .collapse-content {
    z-index: 1;
  }
}

.navbar .navbar-collapse.collapsing {
  right: -300px;
  -webkit-transition: height 0s ease;
  transition: height 0s ease;
}

.navbar .navbar-collapse.show {
  right: 0;
  -webkit-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
}

.navbar .navbar-toggler.collapsed ~ .navbar-collapse {
  -webkit-transition: right 500ms ease-in-out;
  transition: right 500ms ease-in-out;
}

#burgurIcon {
  width: 26px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#burgurIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#burgurIcon span:nth-child(1) {
  top: 0px;
}

#burgurIcon span:nth-child(2),
#burgurIcon span:nth-child(3) {
  top: 9px;
}

#burgurIcon span:nth-child(4) {
  top: 18px;
}

#burgurIcon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#burgurIcon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#burgurIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#burgurIcon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hero {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.hero .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.hero .text-left {
  position: absolute;
  left: 5%;
  bottom: 5%;
}

.hero .text-left .btn-nft {
  border: 2px solid white;
  border-radius: 0;
  padding: 5px 20px;
  font-size: 16px;
  font-family: 'avenir';
}

.hero .text-right {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.hero .text-right .btn-nft {
  border: 2px solid white;
  border-radius: 0;
  padding: 5px 20px;
  font-size: 16px;
  font-family: 'avenir';
}

.whoare {
  padding: 60px 0;
}

#AboutBefore {
  position: absolute;
  top: -100px;
}

.nft-collection {
  padding: 60px 0;
  background-image: url("../assets/images/bg-team-text.svg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.nft-collection .originals {
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .nft-collection .originals {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .nft-collection .originals {
    font-size: 17px;
  }
}

.nft-collection::before {
  content: '';
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c49a59;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 20%, 0 50%);
          clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 20%, 0 50%);
}

@media screen and (max-width: 767px) {
  .nft-collection::before {
    height: 600px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 25%, 0 50%);
            clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 25%, 0 50%);
  }
}

@media screen and (max-width: 450px) {
  .nft-collection::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 30%, 0 50%);
            clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 30%, 0 50%);
    height: 350px;
  }
}

.nft-collection::after {
  content: '';
  width: 100%;
  height: 800px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #193042;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 80%, 0 50%);
          clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 80%, 0 50%);
}

@media screen and (max-width: 767px) {
  .nft-collection::after {
    height: 600px;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 75%, 0 50%);
            clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 75%, 0 50%);
  }
}

@media screen and (max-width: 450px) {
  .nft-collection::after {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 70%, 0 50%);
            clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 70%, 0 50%);
    height: 350px;
  }
}

.nft-collection__content {
  position: relative;
  z-index: 2;
}

.nft-collection .team__card p {
  font-family: 'avenir', sans-serif;
}

#RoadMapBefore {
  position: absolute;
  top: -100px;
}

.roadmap {
  position: relative;
  background-color: #1a1a1a;
  padding: 60px 0;
  background-image: url("../assets/images/roadmap-bg.svg");
  background-position: right;
  background-size: cover;
}

#FaqBefore {
  position: absolute;
  top: -100px;
}

.faq {
  position: relative;
  padding: 80px 0;
  background-color: #1a1a1a;
  background-image: url("../assets/images/faq-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.faq::before {
  content: '';
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #183834;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 20%, 0 50%);
          clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 20%, 0 50%);
}

@media screen and (max-width: 767px) {
  .faq::before {
    height: 600px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 25%, 0 50%);
            clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 25%, 0 50%);
  }
}

@media screen and (max-width: 450px) {
  .faq::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 30%, 0 50%);
            clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 30%, 0 50%);
    height: 350px;
  }
}

.faq::after {
  content: '';
  width: 100%;
  height: 800px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #193042;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 80%, 0 50%);
          clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 80%, 0 50%);
}

@media screen and (max-width: 767px) {
  .faq::after {
    height: 600px;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 75%, 0 50%);
            clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 75%, 0 50%);
  }
}

@media screen and (max-width: 450px) {
  .faq::after {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 70%, 0 50%);
            clip-path: polygon(0 100%, 100% 100%, 100% 50%, 50% 70%, 0 50%);
    height: 350px;
  }
}

.faq__content {
  position: relative;
  z-index: 2;
}

.join-community {
  padding: 35px 0;
  background-image: url("../assets/images/join-community-bg.png");
  background-position: right;
  background-size: cover;
}

.join-community__subtitle {
  font-family: 'avenir', sans-serif;
}

.join-community__title {
  font-family: 'avenir-next';
}

#TeamBefore {
  position: absolute;
  top: -100px;
}

.team {
  position: relative;
  padding: 80px 0;
  background-image: url("../assets/images/bg-team-text.svg");
  background-position: center;
  background-size: cover;
}

.team__cards {
  margin-top: 80px;
}

.team__card p {
  font-size: 13px;
  font-family: 'avenir' sans-serif;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.team .btn-red {
  width: 230px;
  padding: 5px 0;
}

.footer {
  background-color: #1a1a1a;
  padding: 70px 0 80px 0;
  background-image: url("../assets/images/background-footer.svg");
  background-position: center;
  background-size: cover;
}

.footer p {
  font-family: 'avenir', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .footer p {
    font-size: 15px;
  }
}

@media screen and (max-width: 450px) {
  .footer p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=home.css.map */