@font-face {
    font-family:Gulfs Display;
    src: url(../fonts/GulfsDisplay-Normal.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    cursor: default;
    font-family: 'montserrat';
    font-weight: 400;
}
body{
    background: #FFFDF1;
    overflow-x: hidden;
}
p{
    color: #333;
    font-family: Helvetica;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
}
.special-para{
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 1.3vw;
    letter-spacing: .5vw;
    text-transform: uppercase;
    color: #BD8D4C;
}
.text-center {
    text-align: center;
}
img{
    width: 100%;
}
h1 {
    color: #FFF;
    text-align: center;
    font-family: agency;
    font-size: 8vw;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}
h2{
    color: #000;
    text-shadow: 0px 0px 0px #000;
    font-family: Gulfs Display;
    font-size: 5.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 75.6px; /* 90% */
    text-transform: uppercase;
}

h3 {
    color: #FFF;
    font-family: agency;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

h4 {
    color: #FFF;
    font-family: Questrial;
    font-size: 1.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
h5{
    color: #2BB4EF;
    font-family: agency;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style: none;
    font-size: 1vw;
    line-height: 1.3vw;
    color: #FFFFFF;
}

.btn {
    border-radius: 7px;
    border: 3px solid #000;
    background: #FEED01;
    padding: 1vw 2vw;
    font-family:norm-black;
    font-size: 15px;
    font-weight: 250;
    letter-spacing: 0.9px;
    text-transform: capitalize;
    transition: all .5s ease;
    transform: scale(1);
}

.btn:hover {
    color: #000000;
    border:3px solid #000;
    background: #ffffff;
    transform: translateY(-0.4vw);
    transform: scale(1.1);
}

.navbar-toggle {
    display: none;
    cursor: pointer;
}

.navbar-toggle span {
    display: block;
    width: 7vw;
    height: 1.5vw;
    margin: 0.7vw;
    background: linear-gradient(271.36deg, #F8450B 50.01%, #ffa78a 72.39%);
    border-radius: 50px;
    transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
    width: 5vw;
}

/* -------------------------------------------Navbar Management------------------
-------------------- */

.header {
    position: relative;
    top: 0vw;
    left: 0;
    z-index: 1000;
    width: 90%;
    margin: 0 3% 0 3%;
    animation: bounce 1s;
    animation-iteration-count: 1;
    transition: 1s;
    background: rgba(0, 0, 0, 0);
}

.header .navbar {
    padding: 1vw 2vw;
    border-radius: 2vw;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .navbar .left-side-menu {
    text-align: left;
}

.header .navbar .left-side-menu a img{
   width: 16vw;
}

.center-menu {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;   
}

.center-menu ul {
    display: flex;
    align-items: center;
    gap: 4vw;
}

.center-menu ul li a {
    color: #000;
    font-family: Helvetica;
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    text-transform: uppercase;
}
.center-menu ul li a:hover{
    color:#211c1ca6;
}
.social-group {
    display: flex;
    align-items: center;
    gap: 1.5vw;
}
.social-group .btn1{
    display: flex;
    align-items: center;
    gap: 1vw;
    border-radius: 8px;
    border: 3px solid #000;
    background: #FFF;
    box-shadow: 0px 6px 0px -2px #000;
    color: #000;
    font-family: Helvetica;
    font-size: 0.9vw;
    padding: 1vw 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    transition: .4s;
}
.social-group .btn1:hover{
    color: #000;
    background: #d8cece;
}
.social-group a img{
    width: 3vw;
    transition: .3s;
}
.social-group a img:hover{
    filter:blur(1px) drop-shadow(8px 8px 8px rgba(0,0,0,0.5));
}
/* --------------------------------hero-section--------------
-------------------- */
.hero-section {
    background: #FBBF2D;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.hero-section h1 {
    margin-top: 4vw;
    animation: zoomIn 1s ease-in-out .1s 1 forwards;
    color: #F8450B;
    text-align: center;
    text-shadow: 3px 5px 0px #000;
    font-family: Gulfs Display;
    font-size: 14vw;
    font-style: normal;
    font-weight: 400;
    line-height: 176.4px; /* 90% */
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
}
.hero-section .bg-heading{
   color: #fff;
    padding: 0 1vw;
    margin-top: 0;
}
.hero-section .charac-1{
    width: 30vw;
}
.hero-section .sticker-1{
    position: absolute;
    top: 23vw;
    right: 15vw;
    width: 10vw;
    animation: circleAnimation 5s linear infinite forwards;
}
@keyframes circleAnimation {
    0% {
      transform: translateX(100px) translateY(0) rotate(0deg);
    }
    100% {
      transform: translateX(100px) translateY(0) rotate(360deg);
    }
  }
.hero-section .p-1{
    position: absolute;
    top: 50vw;
    left: 3vw;
    width: 12vw;
    text-align: left;
    color: #000;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5vw;
}
.hero-section .social-links {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    position: absolute;
    right: 3vw;
    top: 50vw;
}
.hero-section .social-links a{
    color: #000;
    text-align: right;
    font-family: Helvetica;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .5vw;
}
.hero-section .social-links a img{
    width: 1vw;
}
/* ------------about----------
----- */
.collection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E1D7;
    margin: 1vw 0vw;
}
.collection h5{
    display: flex;
    align-items: center;
    gap: 2vw;
    /* width: 50%; */
    color: #000;
    text-shadow: 0px 0px 0px #000;
    font-family: Gulfs Display;
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 159.768% */
    text-transform: uppercase;
}
.collection h5 img{
    width: 8vw;
}
.about-wrap {
    text-align: center;
    padding: 5vw 0;
    background: url("../images/about-bg.png")no-repeat;
    background-size: 12vw;
    background-position: 94% 100%;
}
.about-wrap h2{
    color: #FFFDF1;
    text-shadow: 2px 2px 0px #000;
    font-family: Gulfs Display;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height:6vw;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
}
.about-wrap h2 span {
    color: #000;
    text-shadow: none;
    -webkit-text-stroke: 0px;
}
.about-wrap h2 img {
    width: 6vw;
}
.about-wrap p{
    padding: 0vw 28vw;
    margin: 3vw 0;
}
.about-wrap .about-heading {
    width: 10vw;
    margin-bottom: 5vw;
}
/* ---------------sliders-------
---- */
.sliders{
    padding: 5vw 0;
    overflow-x: hidden;
}

.slider {
    padding-top: 0vw;
    height: auto;
    width: 100%;
    margin: auto;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-track {
    display: flex;
    width: calc(25vw * 18);
    animation: scroll 40s linear infinite;
}

.slide-track:hover {
    animation-play-state: paused;
    transform: scale(1);
}

@keyframes scroll {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-25vw * 9));
    }
}

.slide-track1 {
    display: flex;
    width: calc(25vw * 18);
    animation: scrolling 30s linear infinite alternate-reverse;
}

.slide-track1:hover {
    animation-play-state: paused;
}

@keyframes scrolling {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-25vw * 9));
    }
}

.slide {
    height: 20vw;
    width: 20vw;
    display: flex;
    align-items: center;
    padding: 5px;
    perspective: 100px;
}

.slide img {
    width: 100%;
}

.slide img:hover {
    /* transform: translateZ(20px); */
    transition: transform 1s;
}
/* -----------strip--------
----- */
.strip {
    padding: 20vw 0 20vw 0;
    width: calc(25vw * 4);
}
.strip .slide {
    width: 45vw;
    height: 5vw;
}
.strip h4{
    display: flex;
    align-items: center;
    gap: 1.5vw;
    color: #000;
    font-family: Gulfs Display;
    font-size: 2.18vw;
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    text-transform: uppercase;
}
.strip h4 img {
    width: 4vw;
}
.strip .strip-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8450B;
    transform: rotate(5deg);
    padding: 1.5vw 0;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    width: 102%;
    position: relative;
    left: -1vw;
    width: calc(25vw * 4);
}
.strip .strip-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FBBF2D;
    transform: rotate(-5deg);
    padding: 1.5vw 0;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    width: 102%;
    position: relative;
    left: -1vw;
    width: calc(25vw * 4);
    margin-top: -10vw;
}
.strip .strip-2 .slide {
    height: 5vw;
}
/* ------------roadmap------------
------ */
.roadmap {
    padding: 5vw 8vw;
}
.wrapper {
    margin-top: 100px;
    padding-top: 150px;
    padding-bottom: 500vw;
    max-width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  
  .card {
    top: 30px;
    position: sticky;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    color: #333;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
  
  }
  
  @for $i from 1 through 8 {
    .card:nth-child(#{$i}n) {
      top: $i * 20px;
    }
  }
.road-wrap-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.road-wrap-1 div:nth-child(1){
    width: 45%;
    position: relative;
}
.road-wrap-1 div:nth-child(1) img{
    position: absolute;
    top: -1vw;
    left: 3vw;
    width: 5vw;
}
.road-wrap-1 div:nth-child(2){
    width: 32%;
}
.road-wrap-2 {
    padding: 5vw 0;
    display: flex;
    flex-direction: column;
}
.road-wrap-2 .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: 0px 7px 0px 0px #000;
    padding: 5vw 3vw;
    z-index: 1000;
    transition: all .3s ease-in-out;
}
.road-wrap-2 .box a{
    color:#000;
    text-decoration:underline wavy;
}
.road-wrap-2 .box h5{
    text-shadow: 0px 0px 0px #000;
    font-family: Helvetica;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 1vw;
    background: #FEEADE;
    padding: 1vw 2vw;
    border-radius: 100px;
    margin-bottom: 2vw;
    color: #FF1515;
}
.road-wrap-2 .box h5 span {
    border-radius: 100px;
    background: #F8450B;
    padding: .6vw 1vw;
    color: #fff;
}
.road-wrap-2 .box p {
    margin-top: 2vw;
    padding-right: 10vw;
}
.road-wrap-2 .box h4{
    color: #000;
    text-shadow: 0px 0px 0px #000;
    font-family: Gulfs Display;
    font-size: 2.7vw;
    font-style: normal;
    font-weight: 400;
    line-height:3.2vw ;
    text-transform: uppercase;
}
.road-wrap-2 .box .left{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.road-wrap-2 .box .left::after {
    content: "";
    position: absolute;
    width:2px;
    height: 20vw;
    background: #000;
    right: -1vw;
}
.road-wrap-2 .box .left img{
    width: 70%;
}
.road-wrap-2 .box .right {
    width: 45%;
}
/* ----------------team-------
---------- */
.team {
    padding: 8vw 8vw;
    position: relative;
    background: #F9F0DC;
}
.team .team-img {
    position: absolute;
    top: 3.5vw;
    right: 35vw;
    width: 6vw;
}
.team-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5vw;
    row-gap: 3vw;
}
.team-wrap .left,.team-wrap .right {
    width: 48%;
    border-radius: 20px;
    border: 1px solid #000;
    background: #FFFDF1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
    padding: 3vw 0 8vw 0;
    position: relative;
}
.team-wrap div .social-group {
    display: flex;
    align-items: center;
    gap: 1vw;
    position: absolute;
    left: 3vw;
    bottom: 2.5vw;
}
.team-wrap div .social-group  img{
    width: 3vw;
}
.team-wrap img{
    width: 55%;
}
.team-wrap h3{
    color: #000;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    font-family: Gulfs Display;
    font-size: 2.62vw;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.team-wrap h6{
    color: #727171;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    font-family: Helvetica;
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
/* -----------------nft-------
------------ */
.nft {
    display: flex;
    /* width: 100%; */
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    background: #F9F0DC;
}
.nft .nft-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* animation: scrolling-2 17s linear infinite forwards; */
}
@keyframes scrolling-2 {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-25vw * 4 - 10px));
    }
}
.nft img {
    width: 12vw;
}
.nft h2{
    font-size: 4.06vw;
}
/* ------------------nft-----------
----- */
.faq-parent {
    padding: 10vw 8vw;
    display: flex;
    justify-content: space-between;
    background: #F9F0DC;
}
.faq-parent .left {
    width: 20%;
    position: relative;
}
.faq-parent .left img {
    position: absolute;
    top: -1vw;
    left: -3vw;
    width: 5vw;
}
.faq-parent .right {
    width: 70%;
}
.faq h2{
    margin-bottom: 3vw;
}
.accordion {
    color: #000;
    font-family: Gulfs Display;
    font-size: 2.62vw;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
  }
  .accordian-box {
    border-radius: 20px;
    border: 1px solid #000;
    background: #FFFDF1;
    box-shadow: 0px 7px 0px 0px #000;
    padding: 4vw 2vw;
    margin-bottom: 2vw;
  }
  
  .accordion:after {
    content: '\203A';
    font-size: 2vw;
    color: #6B7094;
    font-weight: bold;
    float: right;
    margin-left: .5vw;
    transform: rotate(90deg);
    transition: .3s;
    transform-origin: center;
    cursor: pointer;
  }
  
  .active:after {
    transform: rotate(-90deg);
  }
  
  .panel {
    margin: 1vw 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  /* -------------------footer------
  ---- */
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vw 0;
    background: url("../images/footer-bg.png")no-repeat;
    background-position: 24% 80%;
    background-size: 11%;
  }
  footer img {
    width: 15vw;
    margin-bottom: 2vw;
  }
  footer h2{
    line-height: 6vw;
  }
  footer h2.transparent{
    color: #fff;
    text-shadow: 3px 0px 0px #000;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
  }
  footer .social-group {
    margin-top: 2vw;
    gap: 2vw;
  }
  footer .social-group a img {
    width: 11vw;
  }
/* --------------------------------website Responsive--------------
-------------------- */

/* ----------------------------@ 1280px--------
------- */

@media (max-width: 1280px) {

    /* -------------------------navbar 1280px--------------------------
    ----------------------- */
    

    .header ,.navbar {
        border-radius: 2vw;
    }

    .header .navbar .left-side-menu a {
        font-size: 2.3vw;
    } 

    .header .navbar .left-side-menu a img {
        width: 16vw;
    }
    .hero-section .arr1{
        top: 37vw;
        width: 13vw;
    }
    .hero-section .arr2{
        top: 45vw;
        width: 10vw;
    }
    .staking .left img {
        top: -16vw;
    }
}

/* ----------------------------@ 980px--------
------- */

@media (max-width: 980px) {

    .btn {
        border-radius: 5vw;
        padding: 1vw 2vw;
        font-size: 1.2vw;
    }
    .btn:hover {
        transform: scale(1.03);
    }

.header .navbar {
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.header .navbar .left-side-menu {
    width: 30%;
}

.header .navbar .left-side-menu a img {
    width: 18vw;
    height: auto;
    position: relative;
}

.header .navbar .left-side-menu a {
    font-size: 3vw;
    font-weight: 800;
    gap: 1vw;
}

.header .center-menu a li {
    font-size: 3vw;
    padding: 2vw;
    font-weight: 600;
}

.header .center-menu a li:hover {
    border-radius: 0vw;
    background: transparent;
    top: 0;
    transform: scale(1.1);
}

.header .center-menu .tg:hover li{
    color: #000000;
}

.center-menu {
    display: flex;
    width: 90vw;
    height: 55vw;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
    padding-top: 5vw;
    /* display: none; */
    margin-top: -900px;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 0vw;
    left: 0vw;
    background-color: #D3EFFF;
    z-index: -1;
    border-radius: 2vw;
    /* border-left: 2px solid rgba(255, 255, 20, 0.5);
    border-top: 2px solid rgba(255, 255, 20, 0.5); */
}
.center-menu ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1vw;
}
.center-menu ul li a {
    font-size: 3vw;
}
.center-menu .btn-group {
    flex-direction: column;
    justify-content: center;
    gap:4vw;
}
.center-menu .btn-group a{
    font-size: 2.5vw;
    padding: 1.5vw 4vw;
}

.center-menu.active {
    margin-top: 0;
    /* display: flex; */
    background-color: #FFFDF1;
}

.center-menu .tg {
    background-color: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all 0s;
}


.center-menu .tg:hover {
    background: #F2E0C8;
}

.header .navbar .center-menu .right-side-menu {
    margin-left: 0%;
    margin-bottom: 1vw;
}

.navbar-toggle span {
    display: block;
    width: 5vw;
    height: .6vw;
    margin: 0.7vw;
    border-radius: 50px;
    transition: all 0.5s;
}

.navbar-toggle span:nth-child(2) {
    width: 3.5vw;
}

.navbar-toggle {
    display: block;
  }
  
  .navbar-toggle.active span:nth-child(1) {
    transition-delay: 0.1s;
    transform: rotate(45deg) translate(1.3vw, 1.3vw);
  }
  
  .navbar-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .navbar-toggle.active span:nth-child(3) {
    transition-delay: 0.1s;
    transform: rotate(-45deg) translate(0vw, 0vw);
    position: relative;
    top: -1.6vw;
  }
  .header .social-group{
    display: none;
  }

}


@media (max-width: 768px) {


  }

/* ----------------------------@ 600px--------
------- */

@media (max-width: 600px) {
    .special-para{
        font-size: 2.4vw;
        line-height: 2.6vw;
        letter-spacing: .5vw;
    }
    body {
        overflow-x: hidden;
    }
    p{
        font-size: 3vw;
        line-height: 4.2vw;
        text-align: center;
    }
    h1{
        font-size: 14vw;
        text-align: center;
    }
    h2 {
        font-size: 12vw;
        text-align: center;
        line-height: 18vw;
    }
    h3{
        font-size: 8vw;
    }
    h4{
        font-size: 3vw;
    }
    h5{
        font-size: 4vw;
    }
    h6{
        font-size: 2.6vw;
        line-height: 3.8vw;
    }

    .btn {

        border-radius: 5vw;
        padding: 2vw 4vw;
        font-size: 2.8vw;
    }
    

    .header .navbar .left-side-menu {
        width: 50%;
    }

    .header .navbar .left-side-menu a img {
        width: 26vw;
        height: auto;
        position: relative;
    }

    .header .navbar .left-side-menu a {
        font-size: 4vw;
    }
    .header .center-menu .right-side-menu{
        border: .2vw solid #BD8D4C;
        border-radius: 5vw;
        padding: 2.8vw 4vw;
        font-weight: 600;
        font-size: 2.8vw;
        line-height:2vw;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: #F2E0C8;
        transition: all .5s;
    }
    
    .header .center-menu a li {
        font-size: 3.5vw;
        padding: 3.5vw;
    }

    .center-menu {
        border-radius: 2vw;
        height: 60vw;
        height: 70vw;
    }

    .navbar-toggle span {
        display: block;
        width: 7vw;
        height: 1vw;
        margin: 0.7vw;
        border-radius: 50px;
        transition: all 0.5s;
    }
    
    .navbar-toggle span:nth-child(2) {
        width: 5vw;
    }
    
    .navbar-toggle {
        display: block;
      }
      
      .navbar-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(1.3vw, 1.3vw);
      }
      
      .navbar-toggle.active span:nth-child(2) {
        opacity: 0;
      }
      
      .navbar-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(0vw, 0vw);
        position: relative;
        top: -2.5vw;
      }
      
/* --------------------------------hero-section--------------
-------------------- */
.hero-section {
    background: #FBBF2D;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.hero-section h1 {
    margin-top: 4vw;
    animation: zoomIn 1s ease-in-out .1s 1 forwards;
    color: #F8450B;
    text-align: center;
    text-shadow: 2px 3px 0px #000;
    font-family: Gulfs Display;
    font-size: 18vw;
    font-style: normal;
    font-weight: 400;
    line-height: 17vw; /* 90% */
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
}
.hero-section .bg-heading{
   color: #fff;
    padding: 0 1vw;
    margin-top: 0;
}
.hero-section .charac-1{
    width: 30vw;
}
.hero-section .sticker-1{
    position: absolute;
    top: 26vw;
    right: 3vw;
    width: 13vw;
    display: none;
}
.hero-section .p-1{
    position: absolute;
    top: 53vw;
    left: 3vw;
    width: 33vw;
    text-align: left;
    color: #000;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5vw;
}
.hero-section .social-links {
    display: flex;
    flex-direction: column;
    gap: 1.3vw;
    position: absolute;
    right: 3vw;
    top: 53vw;
}
.hero-section .social-links a{
    color: #000;
    text-align: right;
    font-family: Helvetica;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
}
.hero-section .social-links a img {
    width: 2vw;
}
/* ------------about----------
----- */
.collection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E1D7;
    margin: 1vw 0vw;
}
.collection h5{
    display: flex;
    align-items: center;
    gap: 2vw;
    /* width: 50%; */
    color: #000;
    text-shadow: 0px 0px 0px #000;
    font-family: Gulfs Display;
    font-size: 2.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 159.768% */
    text-transform: uppercase;
}
.collection h5 img{
    width: 8vw;
}
.about-wrap {
    text-align: center;
    padding: 5vw 0;
    background: url("../images/about-bg.png")no-repeat;
    background-size: 12vw;
    background-position: 94% 106%;
}
.about-wrap h2{
    color: #FFFDF1;
    text-shadow: 2px 2px 0px #000;
    font-family: Gulfs Display;
    font-size: 7vw;
    font-style: normal;
    font-weight: 400;
    line-height:8vw;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
}
.about-wrap h2 span {
    color: #000;
    text-shadow: none;
    -webkit-text-stroke: 0px;
}
.about-wrap h2 img {
    width: 5vw;
}
.about-wrap p{
    padding: 0vw 10vw;
    margin: 3vw 0;
}
.about-wrap .about-heading {
    width: 15vw;
    margin-bottom: 5vw;
}
/* ---------------sliders-------
---- */
.sliders{
    padding: 5vw 0;
    overflow-x: hidden;
}

.slider {
    padding-top: 0vw;
    height: auto;
    width: 100%;
    margin: auto;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-track {
    display: flex;
    width: calc(25vw * 18);
    animation: scroll 40s linear infinite;
}

.slide-track:hover {
    /* animation-play-state: paused; */
}

@keyframes scroll {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-25vw * 9));
    }
}

.slide-track1 {
    display: flex;
    width: calc(25vw * 18);
    animation: scrolling 30s linear infinite alternate-reverse;
}

.slide-track1:hover {
    /* animation-play-state: paused; */
}

@keyframes scrolling {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-25vw * 9));
    }
}

.slide {
    height: 20vw;
    width: 20vw;
    display: flex;
    align-items: center;
    padding: 5px;
    perspective: 100px;
}

.slide img {
    width: 100%;
}

.slide img:hover {
    transform: translateZ(20px);
    transition: transform 1s;
}
/* ------------roadmap------------
------ */
.roadmap {
    padding: 5vw 8vw;
}
.road-wrap-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    justify-content: space-between;
}
.road-wrap-1 div:nth-child(1){
    width: 100%;
    position: relative;
}
.road-wrap-1 div:nth-child(1) img{
    position: absolute;
    top: 2vw;
    left: 8vw;
    width: 9vw;
}
.road-wrap-1 div:nth-child(2){
    width: 100%;
}
.wrapper {
    margin-top: 100px;
    padding-top: 150px;
    padding-bottom: 500vw;
    max-width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  
  .card {
    top: 30px;
    position: sticky;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
    color: #333;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
  
  }
  
  @for $i from 1 through 8 {
    .card:nth-child(#{$i}n) {
      top: $i * 20px;
    }
  }
.road-wrap-1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.road-wrap-1 div:nth-child(1){
    width: 100%;
    position: relative;
}
.road-wrap-1 div:nth-child(1) img{
    position: absolute;
    top: 1vw;
    left: 6vw;
    width: 11vw;
}
.road-wrap-1 div:nth-child(2){
    width: 100%;
}
.road-wrap-2 {
    padding: 5vw 0;
    display: flex;
    flex-direction: column;
}
.road-wrap-2 .box{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 16vw;
    border-radius: 20px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 5vw 3vw;
    z-index: 1000;
    transition: all .3s ease-in-out;
}
.road-wrap-2 .box h5{
    text-shadow: 0px 0px 0px #000;
    font-family: Helvetica;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 79.832% */
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 1vw;
    background: #FEEADE;
    padding: 1vw 2vw;
    border-radius: 100px;
    margin-bottom: 2vw;
    color: #FF1515;
}
.road-wrap-2 .box h5 span {
    border-radius: 100px;
    background: #F8450B;
    padding: .6vw 1vw;
    color: #fff;
}
.road-wrap-2 .box p {
    margin-top: 2vw;
    padding-right: 0vw;
}
.road-wrap-2 .box h4{
    color: #000;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    font-family: Gulfs Display;
    font-size: 4.7vw;
    font-style: normal;
    font-weight: 400;
    line-height:5.2vw ;
    text-transform: uppercase;
}
.road-wrap-2 .box .left{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.road-wrap-2 .box .left::after {
    content: "";
    position: absolute;
    width:2px;
    transform: rotate(90deg);
    height: 46vw;
    background: #000;
    right: 39vw;
    top: 20vw;
}
.road-wrap-2 .box .left img{
    width: 45%;
}
.road-wrap-2 .box .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
/* ----------------team-------
---------- */
.team {
    padding: 8vw 8vw;
    position: relative;
    background: #F9F0DC;
}
.team .team-img {
    position: absolute;
    top: 10vw;
    right: 29vw;
    width:11vw;
}
.team-wrap {
    display: flex;
    align-items: center;
    gap: 5vw;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5vw;
}
.team-wrap .left,.team-wrap .right {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #000;
    background: #FFFDF1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
    padding: 5vw 0 12vw 0;
    position: relative;
}
.team-wrap div .social-group {
    display: flex;
    align-items: center;
    gap: 1vw;
    position: absolute;
    left: 5vw;
    bottom: 2.5vw;
}
.team-wrap div .social-group  img{
    width: 5vw;
}
.team-wrap img{
    width: 45%;
}
.team-wrap h3{
    color: #000;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    font-family: Gulfs Display;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.team-wrap h6{
    color: #727171;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    font-family: Helvetica;
    font-size: 2.6vw;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
/* -----------------nft-------
------------ */
.nft {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
    background: #F9F0DC;
}
.nft .nft-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* animation: scrolling-2 17s linear infinite forwards; */
}
@keyframes scrolling-2 {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-25vw * 4 - 10px));
    }
}
.nft img {
    width: 12vw;
}
.nft h2{
    font-size: 4.06vw;
}
/* ------------------nft-----------
----- */
.faq-parent {
    padding: 10vw 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #F9F0DC;
}
.faq-parent .left {
    width: 80%;
    position: relative;
}
.faq-parent .left img {
    position: absolute;
    top: 2vw;
    left: 18vw;
    width: 9vw;
}
.faq-parent .right {
    width: 90%;
}
.faq h2{
    margin-bottom: 3vw;
}
.accordion {
    color: #000;
    font-family: Gulfs Display;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
  }
  .accordian-box {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFFDF1;
    box-shadow: 0px 7px 0px 0px #000;
    padding: 4vw 4vw;
    margin-bottom: 5vw;
  }
  
  .accordion:after {
    content: '\203A';
    font-size: 6vw;
    color: #6B7094;
    font-weight: bold;
    float: right;
    margin-left: .5vw;
    transform: rotate(90deg);
    transition: .3s;
    transform-origin: center;
    cursor: pointer;
  }
  
  .active:after {
    transform: rotate(-90deg);
  }
  
  .panel {
    margin: 1vw 0;
    max-height: 0;
    overflow: hidden;
    text-align: left;
    transition: max-height 0.2s ease-out;
  }
  .panel p{
    text-align: left;
    font-size: 2.7vw;
  }
  /* -------------------footer------
  ---- */
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5vw 0;
    background: url("../images/footer-bg.png")no-repeat;
    background-position: 24% 80%;
    background-size: 11%;
  }
  footer img {
    width: 25vw;
    margin-bottom: 4vw;
  }
  footer h2{
    line-height: 11vw;
  }
  footer h2.transparent{
    color: #fff;
    text-shadow: 3px 0px 0px #000;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #000;
  }
  footer .social-group {
    margin-top: 5vw;
    gap: 2vw;
  }
  footer .social-group a img {
    width: 11vw;
  }
  }
  
@keyframes rotate {
    0%{
        transform: rotateY(0deg);
    }
    50%{
        transform: rotateY(360deg);
    }
    100%{
        transform: rotateY(0deg);
    }
}