@font-face {
    font-family: 'Glossy Sheen';
    src: url('../fonts/glossysheen-regular.woff2') format('woff2'),
        url('../fonts/glossysheen-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glossy Sheen Shine';
    src: url('../fonts/glossysheen-shine.woff2') format('woff2'),
        url('../fonts/glossysheen-shine.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Averta CY';
    src: url('../fonts/avertacy-bold.woff2') format('woff2'),
        url('../fonts/avertacy-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('../fonts/avertacy-semibold.woff2') format('woff2'),
        url('../fonts/avertacy-semibold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



  @font-face {
    font-family: 'Averta';
    src: url('../fonts/avertacy-regular.woff2') format('woff2'),
        url('../fonts/avertacy-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



  :root {
      --main-color: #77B2B8;
      --dark-color: #423F3C;
      --pink-color:  #FFE8DB;
      --blue-color: #8CCBD1;
  }

  body, html {
      height: 100%;
  }
  html, body {
    scroll-behavior: smooth;
  }

  body, section {
      overflow-x: hidden !important;
  }

  header {
      padding: 32px 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2;
  }

  main, main .col-lg-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  main {
      min-height: 95%;
      background: url('../images/bg.webp');
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      padding-top: 100px;
      padding-bottom: 50px;
  }

  main .order-lg-2 img {
      max-width: 110%;
  }

h1, .heading1 {
    font-size: 80px;
    line-height: 1;
    color: #FFFFFF;
    font-family: 'Glossy Sheen Shine';
    margin-bottom: 20px;
}

p {
    font-family: 'Averta';
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}

header .navbar-nav a {
    /* font-weight: 600; */
    font-size: 18px;
    font-family: 'Averta';
    color: #FFFFFF !important;
    margin: 0 16px !important;
}

header .navbar-nav a:hover {
    color: #FFFFFF;
    opacity: 0.8;
}

.btn  {
    padding: 17px 29px;
    border-radius: 8px;
    font-family: Averta;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
}

.btn-light {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(16px);
    color: white;
}

.btn-white {
    background: #FFE8DB;
    color: var(--dark-color);
    border: 1px solid var(--pink-color);
}

.btn-white:hover {
    background: #f5e2d7;
}

.btn-blue:hover {
    background: #8bd8dd;
    color: #fff;
    
}

.btn-blue {
    background: var(--blue-color);
    color: #fff;
    border: 1px solid var(--blue-color);
}

.btn-large {
    padding: 17px 50px;
}

.btn-transparent {
    background: none;
    color: var(--pink-color);
    border-color: var(--pink-color);
}

header .btn-light {
    margin-right: 12px;
}

main .btn-large {
    margin-top: 24px;
}

.social-links {
    margin-top: 120px;
}


.social-links a {
    margin-right: 12px;
    transition: 0.5s all;
}

.social-links a:hover {
    opacity: 0.8;
}

.scroll-icon {
    position: absolute;
    bottom: -100px;
}

#mission {
    padding: 95px 0 80px;
}

#mission p, #goals p, #nft p {
    color: var(--dark-color)
}

#mission h2, #goals h2 {
    margin-bottom: 33px;
}

#mission .btn, #goals .btn {
    margin-top: 32px;
}

#goals {
    padding-bottom: 128px;
}

#roadmap {
    background: url('../images/roadmap.svg');
    background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 167px;
}

h2 {
    font-size: 64px;
    line-height: 1;
    color: var(--dark-color);
    font-family: 'Glossy Sheen Shine';
}

#roadmap img {
    margin-top: 72px;
}

.window {
    position: relative;
}

.phase-wrap {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    color: #666;
}

.phase-title {
    font-size: 46px;
    margin-bottom: 20px;
    font-family: 'Glossy Sheen Shine';
}

.phase-detail {
    font-size: 20px;
}


/* .window:before {
    content: '';
    position: absolute;
    background-image: url('../fonts/dots.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 200px;
    top: -66px;
    left: -25px;
    z-index: -1;
} */

#nft {
    padding-top: 196px;
    padding-bottom: 100px;
}

#nft img {
    /* max-width: 400px; */
    margin: auto;
    width: 500px;
}

#nft p {
    margin-top: 32px;
    margin-bottom: 44px;
    font-size: 14px;
    max-width: 500px;
}

.white {
    color: white;
}

#reveal h2 {
    margin-bottom: 32px;
}

#reveal p {
    max-width: 820px;
    margin: auto;
    font-size: 14px;
}

#reveal {
    background-image: url('../fonts/reveal.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

#team {
    padding-top: 160px;
    padding-bottom: 150px;
}

#team p{
    color: var(--dark-color);
    font-size: 14px;
    margin-bottom: 28px;
}

#team li {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Averta CY';
}

#team li {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
}

#team li:nth-of-type(2) {
    max-width: 320px;
}

#team li:before {
    content: '';
    position: absolute;
    background: url('../fonts/arrow.svg');
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: -30px;
}

#team .col-12 {
    margin-bottom: 30px;
}

.buy-way {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.buy-way img {
    width: 20px;
    height: 30px;
    margin-right: 20px;
}

footer .logo {
    margin-bottom: 40px;
}

footer .social-links {
    margin-top: 40px;
    margin-bottom: 52px;
}

footer li::after {
    content: '/';
    position: absolute;
    right: 0px;
}

footer li:last-of-type::after {
    display: none;;
}

footer li {
    display: inline-block;
    padding: 20px 32px;
   position: relative;
   
}

footer li a {
    transition: 0.5s all;
}

footer li a:hover {
    color: var(--dark-color);
    opacity: 0.8;
}

footer li a {
    color: var(--dark-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.navbar-toggler  {
    border-color: #fff;
}



.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    background: rgba(255,255,255,0.7);
}

.mobile-block {
    display: none;
}

.desktop-block {
    display: block;
}

.logo {
    max-width: 200px;
}

#nft .pb-c-4 {
    margin-bottom: 10px;
}

.modal h5 {
    font-size: 34px;
    line-height: 1;
    color: var(--dark-color);
    font-family: 'Glossy Sheen Shine';
}

@media (max-width: 1400px) {
    header .navbar-nav a {
        margin: 0 !important;
    }
    header .btn {
        padding: 17px 20px;
    }
}


@media (max-width: 992px){
    /* main .order-lg-2 img {
        max-width: 100%;
    } */

    h2 {
        font-size: 50px;
    }
    .navbar-collapse{
        background: rgba(255,255,255,1);
        padding: 20px;
        border-radius: 10px;
    }
    header .navbar-nav a {
        color: black !important;
    }

    main {
        padding-top: 120px;
        padding-bottom: 0px;
    }
    .mobile-block {
        display: block;
    }

 
    .desktop-block {
        display: none;
    }
    #team img {
        margin-left: 0;
    }
    header {
        padding:12px 0;
    }

    main .col-lg-6 img {
        max-width: 300px;
        margin-bottom: 30px;
    }

    h1, main h2.heading1 {
        font-size: 66px;
    }

    main .btn-large {
        margin-top: 24px;
    }
    main .social-links {
        margin-top: 40px;
        margin-bottom: 100px;
    }
    #goals img,  #mission img, #nft img{
        max-width: 350px;
        margin: 0 auto 40px;
        display: block;
        width: 100%;
    }

    #nft img {
        margin: 40px auto 20px;
    }

    #goals img {
        margin-left:10% ;
    }

    #team #team-img {
      
        max-width: 550px;
        margin: 0 auto 40px;
        display: block;
        width: 100%;
    }
    #nft, #team {
        padding-top: 90px;
        padding-bottom: 90px;
    }


}

@media (max-width: 767px){

    h1, h2, p {
        text-align: center;
    }

   

    #goals img,  #mission img, #nft img {
        max-width: 250px;
    }

    .btn-gr {
        text-align: center;
    }

    .btn-gr a {
        margin: 10px 20px !important;
    }

    main .social-links {
        margin: 50px auto 100px !important;
    }

    #roadmap {
        padding: 80px 0;
    }

    footer li::after {
        display:none;
    }
    
    footer li:last-of-type::after {
        display: none;;
    }
    
    footer li {
        display: block;
        padding: 10px 12px;
       
    }

    #goals .col-md-7 {
        order: -1 !important;
    }
}


