html{
    overflow-x: hidden !important;
}
body{
    overflow: hidden !important;
}
body > .skiptranslate {
    display: none;
}
.shake-horizontal {
    -webkit-animation: shake-horizontal 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
            animation: shake-horizontal 8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

/* cookie tool*/
@media screen and (max-width: 330px){
   .right-floating-cookie{
    height: 700px !important;
    bottom: 18% !important;
}

}

@media screen and (max-width: 479px){
.col-lg-4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.mobile-menu-footer{
display: flex;
    height: 100px;
    position: absolute;
    width: 100%;
    padding-left: 10px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.m-side{
    color: #fff !important;
}

.sidebar-icon-dex-inner{
width: 30px !important;
height: 30px !important;
padding-top: 0px !important;
margin-top: 5px !important;
margin-right: 5px !important;
margin-left: -5px !important;
}
}

@media screen and (min-width: 479px){
.m-side{
display: none !important;
}
}
.w-button{
    display:inline-block;
    padding:9px 15px;
    line-height:inherit;
    text-decoration:none;
    cursor:pointer;
}
.disclaimerdetails {
  
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.white-text {
  background-color: transparent;
  color: #f9935e;
  font-size: 14px;
  line-height: 40px;
  font-weight: 300;
 
}

.margin-15.white-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  font-family: Graphik, sans-serif;
  color: #f9935e;
  font-size: 20px;
  font-weight: 600;

}

  .button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.imagedisclaimer {
  display: none;
  height: auto;
  margin-right: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #616161;
}

.right-floating-cookie {
    position: fixed;
    left: 8%;
    top: auto;
    right: 0;
    bottom: 15%;
    z-index: 9998;
    display: flex;
    width: 895px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1.5px;
    border-color: #f20d5b40;
    border-radius: 10px;
    background-color: rgba(16, 18, 35, 0.95);
    box-shadow: 0 0 3px 0 #f9935e30;
    -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.right-floating-cookie:hover {
    border-color: #f20d5b99;
    box-shadow: 0 0 10px 0 #f20d5b99;
}
.right-cookie-image {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f4a674;
}

.cookie-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-content.mobile-vertical {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cookie-button-blue {
 
  padding-right: 50px;
  padding-left: 50px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: rgb(249, 147, 94) !important;
  color: #fff;
}

.cookie-button-blue:hover {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(192, 10, 72, 0.8);
  box-shadow: 1px 1px 20px 0 rgba(192, 10, 72, 0.8);
  color: #fff;
}



@media screen and (min-width: 1280px) {
  .cookie {
    position: fixed;
    left: 20px;
    bottom: 20px;
    padding: 8px 24px;
  }

  .right-floating-cookie {
    left: 223px;
    top: auto;
    right: auto;
    bottom: 15%;
    box-shadow: 0 0 5px 0px rgba(244, 166, 116, 0.51);
  }

 
}

@media screen and (min-width: 1440px) {


  .right-floating-cookie {
    left: 25%;
    top: auto;
    right: auto;
    bottom: 12%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 5px 0 rgba(244, 166, 116, 0.6);
  }

  .cookie-button-blue {
    font-size: 16px;
  }

}

@media screen and (min-width: 1920px) {

  .right-floating-cookie {
    left: auto;
    right: auto;
    width: 1152px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 5px 0px rgba(244, 166, 116, 0.36);
  }

  .cookie-button-blue {
    margin-right: 0px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 16px;
  }

  .right-floating-cookie {
    left: 95px;
    right: auto;
    width: 600px;
    box-shadow: 0 0 5px 0px rgba(244, 166, 116, 0.53);
  }

}

@media screen and (max-width: 767px) {

  .right-floating-cookie {
    height: 600px;
    left: 30px;
    right: 10px;
    bottom: 10%;
    max-width: 90vw;
    box-shadow: 0 0 5px 0px rgba(244, 166, 116, 0.51);
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .cookie-content {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

   .disclaimerdetails {
    height: 360px;
  }

    .disclaimerdetails {
    height: 400px !important;
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media screen and (max-width: 479px) {

.white-text {

  font-size: 12px;

}

.right-floating-cookie {
    left: 5%;
    /* right: auto; */
    bottom: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: none;
    box-shadow: 0 0 5px 0 rgb(244 166 116 / 53%);
}

  .right-cookie-image {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cookie-content.mobile-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie-button-blue {
    width: 120px;
    height: 50px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }


}

@media screen and (max-width: 479px) {

}
/* cookie tool*/
.bottomLess{
    margin-bottom: -10px;
}
.bottomLess:hover{
    cursor: pointer;
    color: #f20d5b;
}
.copied{
    background-color: #E7631F30;
}
.copier{
    cursor: pointer;
}
#copyAlert {
    display: none;
    color: #a963ff;

}
.spaceHeader{
    margin-bottom: 80px;
}
.moony {
    position: absolute;
    left: -20%;
    top: -10%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 1300px;
    height: 1000px;
    transition: all 1s ease;
}

.elementcontainr1 {
      position: absolute;
    left: auto;
    top: -150px;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 400px;
    height: 400px;
}
.elementcontainr2 {
    position: absolute;
    left: auto;
    top: -200px;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 800px;
    height: 400px;
}
.elementcontainr3 {
    position: absolute;
    left: -4%;
    top: 270px;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 700px;
    height: 400px;
}

.showOver{
    overflow: visible;
}

.loadlogo{
    background-image: url(../images/logoload.GIF);
    display: block; position: relative; left: 50%; top: 50%; width: 70px; height: 70px; margin: -35px 0 0 -35px; z-index: 1001;
}

.chart-sizy {
    display: block; height: 600px; width: 335px;
}

@media (min-width: 1550px) {

    .section#safety {
    display: flex;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 180px;
    margin-bottom: 40px;
}
#securewow {
    margin-top: 0px !important;
    width: 900px;
    margin-left: -80px;
}
.noWrap{
    flex-wrap:nowrap;
}
.leftBoost{
    margin-left:20px;
}
}

@media (max-width: 1100px) { 
.moony {
   display: none !important;
}
.elementcontainr1 > img {
    opacity: 0.7 !important;
}    
.elementcontainr1 {
    top: -100px;
    width: auto;
    height: auto;
}
.elementcontainr2 {

    opacity: 99%;
}
.elementcontainr3 {
    height: 340px;
    opacity: 0.7;
}
}
@media (max-width: 420px) { 
    .hey-btn {
        padding-left: 0px !important;
    }
    #link-holder {
        margin-bottom: -45px;
        height: 120px;
        align-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: space-around !important;
    }
.design{
    text-align: center;
    width: 330px;
}

.elementcontainr3 {
    top:  50px;
}

.spaceHeader{
    margin-bottom: 10px;
}

.spaceHeaderNo{
    margin-top: 20px;;
}
    .chart-sizy {
    height: 500px !important;
    }
    .feature-inline {
    display: flex;
    width: 65%;
    justify-content: space-evenly;
    }
    .feature-icon {
    position: relative;
    margin-bottom: 15px;
    flex-shrink: 0;
    margin-right: 0px;
    }
    .feature {
    display: flex;
    width: 300px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.noSide{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
}

.waves {
                position: absolute;
                bottom: 0;
                width: 100%;
                height: 15vh;
                margin-bottom: -7px; /*Fix for safari gap*/
                min-height: 100px;
                max-height: 150px;
            }

            /* Animation */

            .parallax > use {
                animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
            }
            .parallax > use:nth-child(1) {
                animation-delay: -2s;
                animation-duration: 7s;
            }
            .parallax > use:nth-child(2) {
                animation-delay: -3s;
                animation-duration: 10s;
            }
            .parallax > use:nth-child(3) {
                animation-delay: -4s;
                animation-duration: 13s;
            }
            .parallax > use:nth-child(4) {
                animation-delay: -5s;
                animation-duration: 20s;
            }
            @keyframes move-forever {
                0% {
                    transform: translate3d(-90px, 0, 0);
                }
                100% {
                    transform: translate3d(85px, 0, 0);
                }
            }
            /*Shrinking for mobile*/
            @media (max-width: 768px) {
                .waves {
                    height: 40px;
                    min-height: 40px;
                }
                .content {
                    height: 30vh;
                }
                h1 {
                    font-size: 24px;
                }
            }

.feature.card {
    background-color: #2E204F;
    color: white;
    transition: 0.5s;
    text-align: center;
    border-radius: 20px;
    padding: 60px;
}

.feature.card:hover {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    /*background-color: #662770;*/
    background: linear-gradient(
            135deg, #E7631F 0%, #6838A0 100%);
}

.feature.card:hover .first {
    transform: scale(1.4);
}

.feature.card:hover .second {
    transform: rotate(9deg) scale(1.2);
}

.feature.card:hover .third {
    transform: rotate(-9deg) scale(1.3);
}

#banner-logo {
    max-width: 75%;
}

#launch-banner {
    /*background-color: #2E204F !important;*/
    /* background-color: #0B0C31 !important; */
    border: #e91e6373 solid thin;
    padding: 20px 14px 26px 14px;
}

#token1 {
    flex-grow: 3;
}

#token2 {
    flex-grow: 3;
}

#token3 {
    flex-grow: 4;
}

#pie-chart {
    width: 100%;
    height: 100%;
}
.roadStat{
    font-size: 17.5px; 
    position: relative; 
    bottom: 1.5px; 
    left: 5px
}
.team-name:hover{
    color: #c00a48;
}
.header-logo {
    margin: 0;
}

.link-primary:hover {
    color: #662770;
}

.link-primary:hover .link-icon.icon-circle {
    background-color: #662770;
}

.chart-label {
    color: gray;
}

.moving-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500em;
    height: 70%;
    opacity: 0.12;
    visibility: inherit;
    background: transparent url(../images/circuit.gif) repeat-x scroll 0 100%;
    -webkit-animation: cloudwash 60s linear infinite;
    -moz-animation: cloudwash 60s linear infinite;
    animation: cloudwash 60s linear infinite;
}

.safety-icon {
    height: 150px;
    cursor: pointer;
}

@-webkit-keyframes cloudwash {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes cloudwash {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

g > g > g > g > g > g > g > g > g > g > g > g > g > g > g {
    stroke: #4ab0fe;
}

.tokenomicsx {
    background: #0b0c22;
}

.accordion-item {
    background: #0b0c22;
}

.bestbtn {
    background: #0b0c22;
}

#launch-banner {
    background: #0b0c22;
}

.demo-panel {
    display: none !important;
}

@media (min-width: 992px) {
    div#ipadPro {
    flex-direction: row;
    flex-wrap: nowrap;
    /* padding-left: 10px; */
    padding-right: 10px;
    }
    .demo-panel {
        display: block !important;
    }
}

.sidebar-icon {
    width: 16px;
    height: 16px;
}

.sidebar-icon-bsc-inner {
    width: 20px;
    height: 20px;
}
.side-hover:hover{
    border: 1px solid #e7631f;
}
.side-hover{
    border: 1px solid #e7631f00;
}
.sidebar-icon-tel {
    background: #e7631f00 !important;
}
.sidebar-icon-twitter {
    background: #e7631f00 !important;
    border-radius: 40px;
}

.sidebar-icon-bsc {
    background: #e7631f00 !important;
    border-radius: 40px;
}

.sidebar-icon-github {
    background: #e7631f00 !important;
    border-radius: 40px;
}

.sidebar-icon-pancake {
    background: #e7631f00 !important;
    border-radius: 40px;
}

.sidebar-icon-pancake-inner {
    width: 20px;
    height: 20px;
}

.sidebar-icon-dex {
    background: #e7631f00 !important;
    border-radius: 38px;
}

.sidebar-icon-dex-inner {
    width: 33px;
    height: 33px;
}

.sidebar-icon-nomics {
    background: #e7631f00 !important;
    border-radius: 31px;
}

.sidebar-icon-nomics-inner {
    width: 20px;
    height: 20px;
    opacity: 0.8;
}


@media (max-width:320px)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #token2 {
        display: none !important;
    }

    #nice {
        justify-content: center;
    }

    #nicea {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .demo-panel {
        display: none;
    }

    #gg-wp {
        width: auto;
    }

    .rocketManSVG {
        display: none;
    }

    .rocketManSVG-static{
        display: none;
    }

    #link-holder {
        justify-content: center;
    }

    .hey-btn:first-child {
        padding-left: 0px;
    }
}

@media (max-width:961px)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #token2 {
        display: none !important;
    }

    #nice {
        justify-content: center;
    }

    #nicea {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .demo-panel {
        display: none;
    }

    #gg-wp {
        width: auto;
    }

    .rocketManSVG-bottom {
        display: none;
    }

    #link-holder {
        justify-content: center;
    }

    .hey-btn:first-child {
        padding-left: 0px;
    }
}

.mfp-content {
    height: 80%  !important;
    width: 80%  !important;
    max-height: 80% !important;
    max-width: 80% !important;
}

.rocketManSVG {
    /* animation: MoveUpDown 1s linear infinite; */
    position: fixed;
    right: 0;
    bottom: 0;
    height: 750px;
    z-index: 1;
}

.rocketManSVG-static {
    /* animation: MoveUpDown 1s linear infinite; */
    position: absolute;
    right: 0;
    top: 0;
    height: 750px;
    z-index: 1;
}

.footx {
    z-index: 0 !important;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 600px;
    }
}

#extra-bts-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kappa {
    padding-left: 10px;
    padding-right: 10px;
}

#securewow {
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 0px;
    background: #0b0c22;
    border-radius: 8px;
    border: 1px solid #e7631f40;
    text-align: center;
}

#roadmapomg {
    background: #0b0c22;
    border-radius: 8px 8px 0 0;
    border: 1px solid rgba(70, 189, 244, 0.2);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

#link-holder {
    display: flex;
    /* justify-content: center; */
}

.hey-btn:first-child {
   /* padding-left: 45px;*/
}

.hey-btn {
    padding-left: 15px;
  /*  padding-right: 15px; */
}

#ye {
    padding-top: 20px;
}

#badge {
    width: 30px;
    height: 30px;
    x: 302px;
    y: 280px;
}

#verypricey {
    margin-bottom: 24px;
    font-size: 1.42em;
}

#yolopricey {
    color: #ffffff;
}

#usdpricey {
    color: #ffffff;
}

/* Style the tab */
.tab {
    float: left;
    background-color: #000a1a;
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-right-width: 0px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: rgba(0, 25, 61, 1);
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: rgba(0, 25, 61, 1);
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 12px;
    width: 70%;
    border-left: none;
    height: 100%;
    background-color:  rgba(0, 25, 61, 1);
    border-left: transparent;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .tablinks{
      flex-grow: 1;
  }

  .tokenomics-show-more-button{
    display: none !important;
    position: absolute;
    bottom:5%;
    right: 2%;
    background-color: #661aff;
    border-radius: 30px;
    color: white;
    padding: 4px 16px 4px 16px;
    border: none;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
  }

  .tokenomics-show-more-button:focus{
    border: none;
    outline: none;
  }

  .tokenomics-show-more-button:active{
    background-color: #9966ff;
  }

  #nice{
      justify-content: space-around;
  }
  .modal-dialog.modal-dialog-centered{
      max-width: 750px;
  }
