html{
    scroll-behavior: smooth;
   
   overflow-x: hidden;
}

body{
    background: #1b1b1b;

    font-family: Poppins;
 
}


.layer{
    position: absolute;
    animation: noOpacity 2s;
    inset: 0;
    width: 100%;
    height: 100%;
    left: 100%;
    object-fit: contain;
}

@keyframes noOpacity {
    0%{
        opacity: 0%;
    }

    1%{
        opacity: 100%;
    }

    100%{
        opacity: 100%;
    }
}

.monkey{
    z-index: 100000;
}
.bottle{
    z-index: 10000000000000000;
}

.active{
    position: absolute;
    display: block;
    left: 0%;
    opacity: 1;
    transition-timing-function: ease-in;
    transition: 2s all;
}

.outAnimation{
    position: absolute;
    display: hidden;
    opacity: 1;
    transition-timing-function: ease-in;
    transition: 1.5s all;
    left: -100%;
}

.knowMore{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 88%;
    cursor: pointer;
    z-index: 10;
}

.knowMore .scrollDown{
    font-size: 2.5rem !important;
    color: rgba(189, 27, 27, 1);
    margin-top: -1.2rem;
    margin-left: .8rem;
}

.knowMore p{
    font-size: 1.1rem;
    color: rgba(189, 27, 27, 1);
    letter-spacing: .05rem;
}

/* who are we section */
.whoAreWe{
    position: absolute;
    top: 105%;
    left:-5rem;
}

.whoAreWeSnake{
    position: absolute;
    width:100%;
    margin-left: 47rem;
    margin-top: -346px;
}

.whoAreWe .textInfo{
    margin-left: 7rem;
  
}

.whoAreWe .textInfo h2{
    font-size: 2.9rem;
    font-weight: 600;
    margin-top: 7rem;
    color: #fff;
    letter-spacing: .05rem;
}

.whoAreWe .textInfo h2 span{
    color: rgba(189, 27, 27, 1);
    text-shadow: 0px 0px 15px rgba(150, 16, 16, 0.35);
}

.whoAreWe .textInfo p{
    font-size: 18px;
    margin-top: -2.3rem;
    width: 35rem;
    line-height: 165%;
    letter-spacing: .02rem;
    font-weight: 700;
    color: #C5C5C5;
}

.whoAreWe button{
    position: relative;
    background: rgba(189, 27, 27, 1);
    outline: none;
    border: none;
    color: white;
    font-size: 1.3rem;
    font-weight: 500;
    padding: .75rem 2rem;
    border-radius: .15rem;
    margin-top: 2rem;
    box-shadow: 0px 0px 40px rgba(189, 27, 27, 0.25);
    transition: .1s;
    cursor: pointer;
}

.whoAreWe button:hover{
    box-shadow: 0px 0px 70px rgba(189, 27, 27, 0.45);
}

/* showcaseSection */
.showCase{
    position: absolute;
    top: 197%;
    margin-top: 9rem;
    width: 98% !important;
}

.showCase h2{
    position: absolute;
    font-size: 2.9rem;
    font-weight: 600;
    transform: translateX(-50%);
    color: white;
    left: 50%;
    text-align: center;
}

.owl-item {
    width: 30%;
    height: 300px;
    margin-right: 10px;
    background: #1f1b1b;
    margin-top: 10.5rem;
}

.owl-item .item img{
    width: 100%;
    height: 300px;
    border-radius: .2rem;
    object-fit: cover !important;
}


.owl-theme .owl-dots .owl-dot{
     display: none !important;
}

/* team */

.team{
    position: absolute;
    top: 280%;
    width: 100%;
}

.team h2{
    position: absolute;
    font-size: 2.9rem;
    font-weight: 600;
    transform: translateX(-50%);
    color: white;
    left: 50%;
    text-align: center;
}

.team h2 span{
    color: rgba(189, 27, 27, 1);
    text-shadow: 0px 0px 15px rgba(0, 133, 255, 0.35);
}

.team .card{
    width: 21rem;
}

.team .card .image{
    width: 21rem;
}

.team .card .name{
    color: rgba(189, 27, 27, 1);
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .05rem;
    margin-top: 1rem;
    margin-bottom: -1rem;
}

.team .card .role{
    color: rgba(255, 255, 255, .75);
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
}

.cards33{
    position: absolute;
    display: flex;

    left: 50%;

    transform: translateX(-50%);
    flex-direction: row;
    width: 89rem;
    margin-top: 25rem !important;
    justify-content: space-around;
}


/* roadmap */

.roadmap{
    position: absolute;
    width: 100%;
    top: 385%;
   
}

.roadmap h2{
    position: absolute;
    font-size: 2.9rem;
    font-weight: 600;
    transform: translateX(-50%);
    color: white;
    left: 50%;
}

.roadmap h2 span{
    color: rgba(189, 27, 27, 1);
    text-shadow: 0px 0px 15px rgba(189, 27, 27, 0.35);
}

.roadmap .roadmapAll{
    position: absolute;
    margin-top: 11rem;
    width: 55%;
    transform: translateX(-50%);
    left: 50%;
}

.roadmap .roadmapAll h3{
    position: relative;
    color: #fff;
    opacity: .85;
    font-weight: 300;
    line-height: 2.3rem;
    font-size: 1.2rem;
    margin-left: 6rem;
    top: -3.6rem;
}

.roadmap .roadmapAll span{
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(189, 27, 27, 1);
    margin-right: .4rem;
}

/* faq's */

.faq h2{
    position: absolute;
    font-size: 2.9rem;
    font-weight: 600;
    transform: translateX(-50%);
    color: white;
    left: 50%;
}

.faq h2 span{
    color: rgba(189, 27, 27, 1);
    text-shadow: 0px 0px 15px rgba(189, 27, 27, 0.35);
}

.faq{
    position: absolute;
    top: 520%;
    width: 100%;
    
}

.faq .questions{
    margin-top: 12rem;
}

.faq .questions .questionClickableElement{
    cursor: pointer;
    width: 94%;
}

.faq .questions .questionClickableElementActive .answer{
    display: block !important;
}

.faq .questions .questionClickableElementActive .expandQuestion{
    transform: rotate(180deg);
}

.faq .questions .question{
    position: relative;
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
}

.faq .questions .question .questionFaq{
    display: inline-block;
    color: white;
    font-weight: 500;
}

.faq .questions .question .expandQuestion{
    position: absolute;
    margin-top: 1rem;
    right: 0rem;
    font-size: 2rem;
    color: white;
    transition: .1s;
}

.faq .questions .question .answer{
    color: white;
    font-weight: 200;
    opacity: .75;
    line-height: 1.9rem;
    width: 95%;
    margin-top: -0.5rem;
    display: none;
}

.faq .questions .question .line{
    width: 95%;
    height: 1px;
    background: #fff;
    opacity: .25;
    margin-left: -.5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

@media only screen and (max-width: 1400px) {
    .whoAreWe .textInfo{
        margin-left: -4rem;
    }

    .whoAreWeSnake{
        margin-left: 124%;
    }
    .faq{
        top:554%;
    }
}

@media only screen and (max-width: 1300px) {
    .whoAreWe{
        margin-top: 3rem;
    }

    .whoAreWe .textInfo{
        margin-left: 9rem;
    }

    .whoAreWe .textInfo h2{
        font-size: 2.7rem;
        font-weight: 550;
    }

    .whoAreWe .textInfo p{
        font-size: 1rem;
        margin-top: -2.2rem;
    }

    .whoAreWeSnake{
        width: 34rem;
        margin-top: -20rem;
        margin-left: 100%;
    }

    .team{
        top: 188%;
    }

    .roadmap{
        top: 290%;
    }

    .faq{
        top: 430%;
    }
}

@media only screen and (max-width: 1150px) {
    .cards33{
        flex-direction: column;
        width: 21rem;
        margin-top: 8rem;
    }

    .cards33 .card{
        margin-top: 3rem;
    }

    .roadmap{
        top: 360%;
    }

    .faq{
        top: 485%;
    }

    .roadmap .roadmapAll{
        width: 80%;
    }

    .whoAreWeSnake{
        margin-left: 102%;
    width: 62%;
    margin-top: -19rem;
    }
}

@media only screen and (max-width: 1000px) {
    .whoAreWe{
        margin-top: -2rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .whoAreWe .textInfo{
        margin-left: 0;
    }

    .whoAreWe .textInfo h2{
        text-align: center;
        margin-bottom: 2.4rem;
    }

    .whoAreWe .textInfo p{
        text-align: center;
        line-height: 1.8rem;
        width: 85%;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .whoAreWe .textInfo button{
        left: 50%;
        transform: translateX(-50%);
        margin-top: 2.5rem;
    }

    .whoAreWeSnake {
        margin-top: 5rem;
        width: 42rem;
        margin-left: 10%;
    }

    .team{
        top: 240%;
    }

    .roadmap{
        top: 555%;
    }

    .faq{
        top: 722%
    }
}

@media only screen and (max-width: 750px) {
    .whoAreWe{
        margin-top: -2rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
     
    }

    .whoAreWe .textInfo button{
        width: 55%;
    }

    .whoAreWeSnake{
        width: 100%;
        margin-left: 0%;
    }

    .faq{
        top: 570%;
    }

    .question{
        width: 87% !important;
    }
}
@media only screen and (max-width: 2900px) and (min-width:2000px){
    h2{
        font-size: 2.5rem !important;
        margin-top: 4rem;
    }
  
    .anim img {
    margin-top: 29rem !important;
}
    .faq{
        top: 508% !important;
    }
 
}
@media only screen and (max-width: 500px) {
    h2{
        font-size: 2.5rem !important;
        margin-top: 4rem;
    }

   
    .faq{
        top: 585%;
    }
 
}



@media only screen and (max-width: 456px) {
    .faq{
        top: 570% ;
    }
 
}

@media only screen and (max-width: 387px) {
    .faq{
        top: 660%;
    }
 
}

@media only screen and (max-width: 360px) {
    .faq{
        top: 680% ;
    }
}

@media only screen and (max-width: 308px) {
    .faq{
        top: 750% ;
    }
   
}

@media only screen and (max-width: 279px) {
    .faq{
        top: 820% ;
    }

}

.anim img{
    width: 70%;
    height: 50%;
    margin-left: 17%;
    margin-top: 18rem;
}



  .logB{
      width:70%;
      margin-top:3rem;
      margin-left: 16.5%;;
  }

  body{
      background-color: rgb(31, 27, 27);
  }

  span{
    color: rgba(189, 27, 27, 1) !important;
    text-shadow: 0px 0px 15px rgba(150, 16, 16, 0.35) !important;
}

.b1
{
    
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: -2;
  
}

@media screen and (max-width: 1300px){
    .team{
        top: 280%;
    }

    .roadmap{
        top: 493%;
    }

    .faq{
        top: 618%;
    }
  
}


@media screen and (max-width: 1000px){
    .showCase{
        top: 240%;
    }

    .team{
        top: 320%;
    }

    .roadmap{
        top: 479%;
    }

    .faq{
        top: 572%;
    }
 
}


@media screen and (max-width: 615px){
    .showCase{
        top: 240%;
    }

    .team{
        top: 320%;
    }

    .roadmap{
        top: 577%;
    }

    .faq{
        top: 746%;
    }
 
}


@media screen and (max-width: 466px){
    .showCase{
      top:212%;
    }

    .team{
        top: 277%;
    }

    .roadmap{
        top: 535%;
    }

    .faq{
        top: 699%;
    }

    .owl-item{
        margin-top: 15rem;
    }
 
}



@media screen and (max-width: 391px){
    .showCase{
        top: 204%;
    }

    .team{
        top: 282%;
    }

    .roadmap{
        top: 498%;
    }

    .faq{
        top: 636%;
    }

    .owl-item{
        margin-top: 15rem;
    }
  
}

@media screen and (max-width: 388px){
    .showCase{
        top: 240%;
    }

    .team{
        top: 320%;
    }

    .roadmap{
        top: 583%;
    }

    .faq{
        top: 769%;
    }

    .owl-item{
        margin-top: 15rem;
    }
 
}


@media screen and (max-width: 350px){
    .showCase{
        top: 240%;
    }

    .team{
        top: 320%;
    }

    .roadmap{
        top: 578%;
    }

    .faq{
        top: 770%;
    }

    .owl-item{
        margin-top: 15rem;
    }
  
}


* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0px;
    font-family: 'segoe ui';
  }
  
  .nav {
    height: 50px;
    width: 100%;
    background-color: #ad545462;
    position: -webkit-sticky;
    z-index: 100000;
  }
  
  .nav > .nav-header {
    display: inline;
  }
  
  .nav > .nav-header > .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 10px 10px;
  }
  
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
  }
  
  .nav > .nav-links > a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
  }
  
  .nav > .nav-links > a:hover {
    background-color: rgba(187, 77, 77, 0.3);
  }
  
  .nav > #nav-check {
    display: none;
  }
  
  @media (max-width:600px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
  
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 10px;
      border-top: 2px solid #eee;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      text-align: center;
      background-color: rgba(177, 102, 102, 0.87);
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 50px;
      left: 0px;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
      border-bottom: 1px solid rgba(245, 245, 245, 0.637);
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }
  }

  .wrapper{
    max-width: 1080px;
    margin: 50px auto;
    padding: 0 20px;
    position: relative;
  }
  .wrapper .center-line{
    position: absolute;
    height: 100%;
    width: 4px;
    background: #fff;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  .wrapper .row{
    display: flex;
  }
  .wrapper .row-1{
    justify-content: flex-start;
  }
  .wrapper .row-2{
    justify-content: flex-end;
  }
  .wrapper .row section{
    background: #0e131b;
    border-radius: 5px;
    width: calc(50% - 40px);
    padding: 20px;
    position: relative;
  }
  .wrapper .row section::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #0e131b;
    top: 28px;
    z-index: -1;
    transform: rotate(45deg);
  }
  .row-1 section::before{
    right: -7px;
  }
  .row-2 section::before{
    left: -7px;
  }
  .row section .icon,
  .center-line .scroll-icon{
    position: absolute;
    background: #f2f2f2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #0e131b !important;
    font-size: 17px;
    color: #fff;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
  }
  .center-line .scroll-icon{
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
  }
  
  .row-1 section .icon{
    top: 15px;
    right: -60px;
  }
  .row-2 section .icon{
    top: 15px;
    left: -60px;
  }
  .row section .details,
  .row section .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .2rem;
  }
  .row section .details .title{
    font-size: 22px;
    font-weight: 600;
  }
  .row section p{
    margin: 10px 0 17px 0;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
  }
  .row section .bottom a{
    text-decoration: none;
   
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    /* font-size: 17px; */
    font-weight: 400;
    transition: all 0.3s ease;
  }
  .row section .bottom a:hover{
    transform: scale(0.97);
  }
  @media(max-width: 790px){
    .wrapper .center-line{
      left: 40px;
    }
    
    .wrapper .row{
      margin: 30px 0 3px 60px;
    }
    .wrapper .row section{
      width: 100%;
    }
    .row-1 section::before{
      left: -7px;
    }
    .row-1 section .icon{
      left: -60px;
    }
  }
  @media(max-width: 440px){
    .wrapper .center-line,
    .row section::before,
    .row section .icon{
      display: none;
    }
 
    .wrapper .row{
      margin: 10px 0;
    }
  }
  .k{
      text-align: center;
      font-size: 5rem;
      color: rgba(189, 27, 27, 1) !important;
    text-shadow: 0px 0px 15px rgba(150, 16, 16, 0.35) !important;
  }
  .tm {
    margin-top: 20rem;
}
@media screen and (max-height:950px) {
    .roadmap{
        margin-top: 15rem;
    }
    .faq{
        margin-top:20rem;
    }
}
@media screen and (max-height:800px) {
    .roadmap{
        margin-top: 25rem;
    }
    .faq{
        margin-top:30rem;
    }
}
@media screen and (max-height:700px) {
    .roadmap{
        margin-top: 51rem;
    }
    .faq{
        margin-top:76rem;
    }
}

@media screen and (max-height:1200px) and (min-height:1000px) {
    .roadmap{
        margin-top: 35rem;
    }
    .faq{
        margin-top:50rem;
    }
}

.tj{
    margin-top: 69px;
}