.new-test-page {
    min-height: 50vh;
    background-color: #b8b8b8;
}
.header-new .common-btn{
    font-family: 'Apercu Pro Regular';
}
.header-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    /* display: none; */
}
.header-first-strip {
    background-color: #000;
    padding: 3px 0;
    color: #ffffffe6;
    letter-spacing: 1px;
    font-size: 16px;
    position: fixed;
    left: 0;
    right: 0;
    font-weight: 300;
    top: 0;
    z-index: 10;
    font-family: 'Apercu Pro Regular';
}
.header-first-strip b{
    font-weight: bold;
    color: #fff;
    font-family: 'Apercu Pro Bold';
}
.modal-tier .modal-body p b.bolder{
    font-weight: bold;
    font-family: 'Apercu Pro';
    color: #000;
}
.header-new {
    position: fixed;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 100;
    /* border-bottom: 1px solid #000; */
    opacity: 1 !important;
    padding: 10px 30px;
    /* background-color: rgba(0,0,0,0.3); */
}
.button-blue-taboo {
    background-color: rgba(255,255,255,56%);
    padding: 3px 25px;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid transparent;
    /* border-radius: 30px; */
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    font-family: 'Apercu Pro Regular';
    backdrop-filter:blur(4px);
}
a.button-blue-taboo{
    line-height: 21px;
}
.header-new .button-blue-taboo{
    color: #000;
}
/* .header-new.scroll-show .button-blue-taboo{
    background-color: rgba(255,255,255,0.4);
    color: #fff;
} */

.header-new  .logo {
    height: 40px;
}
.header-new .menu-btn {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    z-index: 0;
    position: relative;
    padding: 4px;
}
.header-new .menu-btn img {
    height: 23px;
    width: 30px;
}
.side-bar {
    display: none;
    height: auto;
    max-height: 728px;
    width: 380px;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    /* bottom: 0; */
    background-color: #fff;
    padding: 0px;
    z-index: 10000;
    overflow: auto;
}
.side-bar {
    display: block!important;
    right: -380px;
    transition: all ease-in-out .8s;
}
.side-bar.show_side_bar_with_animation {
    right: 0;
}
.show_side_bar_with_animation {
    display: block;
}
.side-bar .close_button {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    left: 15px;
    top: 12px;
}
.side-bar .close_button img {
    height: 18px;
}
.side-bar .header-black-logo {
    height: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.side-bar .menu-banner {
    width: 100%;
}
.side-bar .main_menu ul{
    margin-top: 10px;
}
.side-bar .main_menu ul li {
    list-style-type: none;
    color: #000;
    margin: 8px 25px;
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.side-bar .main_menu ul li:last-child{
    border-bottom: none;
}
.side-bar .main_menu ul li a {
    color: #000;
    text-decoration: none!important;
}
.side-bar .main_menu ul li h3 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Apercu Pro Bold';
    /* margin-bottom: 0; */
}
.side-bar .main_menu ul li .arrow_side ,.email-outer button .arrow_side{
    width: 10%;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 0;
}
.email-outer button .arrow_side{
    height: 33px;
    width: 25px;
}
.side-bar .main_menu ul li .arrow_side img,.email-outer button .arrow_side img {
    height: 15px;
    position: relative;
}
.side-bar .main_menu ul li:hover .arrow_side .img-hover,.email-outer button .arrow_side:hover .img-show{
    /* width: 30%;
    justify-content: left;
    transition: all ease-in-out .8s; */
    animation-name: example;
    animation-duration: 3s;
}
/* @keyframes example {
    0%   { right:0px; top:0px;}
    100% { right:2px; top:0px;}
  } */

  .side-bar .main_menu ul li .arrow_side .img-show{
    visibility: hidden;
  }
.email-outer button .arrow_side .img-hover {
    display: none;
}
.side-bar .main_menu ul li:hover .arrow_side .img-show,.email-outer button .arrow_side:hover .img-hover{
    visibility: visible;
    animation-name: example1;
    /* animation-timing-function: ease-in-out; */
    animation-duration: 0.2s;

}
@keyframes example1 {
    0% {
        opacity: 0
    }


    100% {
        opacity: 1;
    }

}
.header-new{
    transition: all ease-in-out .5s;
    /* height: 0; */
}
.header-new.scroll-show {
    display: flex;
    /* height: auto; */
    height: 65px;
    background-color: rgba(0,0,0,0.3);
}

.footer-new {
    background-color: #000;
    padding: 40px 0;
}
.footer-logo-box .logo {
    height: 50px;
}
.footer-logo-box{

}
.footer-logo-box h4 {
    text-transform: uppercase;
    color: #ffffffe6 ;
    margin: 30px 0;
    font-size: 16px;
    font-family: 'Apercu Pro Regular';
    font-weight: normal;
    letter-spacing: 2px;
}
.footer-logo-box h4 b{
    font-weight: bold;
    color: #fff;
    font-family: 'Apercu Pro Bold';
}
.social-links-new{
    margin-bottom: 10px;
}
.social-links-new a {
    text-decoration: none !important;
    display: inline-block;
    margin: 0 8px;
    font-family: 'Apercu Pro';
}
.social-links-new img {
    height: 30px;
}
.new-quick-link{

}
.new-quick-link ul {
    padding: 0;
    margin: 0;
}
.new-quick-link li {
    list-style: none;
    text-align: left;
}
.new-quick-link a {
    color: #ffffffe6  !important;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.4px;
    min-width: 190px;
    padding: 2px 10px;
    border-radius: 30px;
    transition: all ease-in-out .5s;
    cursor: pointer;
    font-family: 'Apercu Pro Regular';
}

.new-quick-link a:hover,
.new-quick-link a:focus,
.new-quick-link a:active{
    background-color: #fff !important;
    color: #000 !important;
}
.form-control:focus{
    box-shadow: none !important;
}
.new-quick-link .form-control {
    margin: 2px 10px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    max-width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding-right: 40px;
    letter-spacing: 1px;
    font-family: 'Apercu Pro Regular';
}
.new-quick-link .form-control:focus{
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-color: #fff;
    color:#fff ;
    font-family: 'Apercu Pro Regular';
    font-weight: 400;
}
.new-quick-link .form-control::placeholder{
    color: #fff;
    font-family: 'Apercu Pro Regular';
    font-weight: 300;
    font-size: 18px;
}
.email-outer{
    position: relative;
}
.email-outer button {
    position: absolute;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    top: 0px;
    right: 0;
}
.email-outer button img {
    height: 22px;
}
.w3m-overlay.w3m-active{
    position: relative;
    z-index: 1000;
}
.web3modal-modal-lightbox {
    z-index: 110;
  }
  #WEB3_CONNECT_MODAL_ID .web3modal-modal-lightbox {
    z-index: 110;
  }
  #w3m-modal {
    pointer-events: auto;
    z-index: 10000 !important;
}
.respnsive-head{
    display: inline;
}
.web-head{
    display: none;
}
@media (max-width:1400px){
    .new-quick-link a{
        padding: 2px 4px;
    }
    .new-quick-link .form-control{
        margin: 2px 4px;
    }
}
@media (max-width:1450px){
    .side-bar{
        max-height: 620px;
    }
}
@media (max-width:1200px){
    .new-quick-link a{
        font-size: 14px;
    }
    .new-quick-link .terms-footer span{
        margin: 0 4px !important;
    }
}
@media (max-width:991px){
.button-blue-taboo {
    padding: 3px 15px;
}
    .side-bar .main_menu ul li h3{
        font-size: 15px;
    }
    .new-quick-link li ,.new-quick-link a{
        text-align: center;
    }
    .new-quick-link .terms-footer{
        justify-content: center;
    }
    .side-bar{
        max-height: 100vh;
    }
}
@media (max-width: 768px){
    .new-quick-link .form-control::placeholder{
        font-size: 16px;
    }
    .respnsive-head{
        display: none;
    }
    .web-head{
        display: block;
    }
    .header-first-strip {
        font-size: 12px;
    }
    .header-new  .logo {
        height: 25px;
    }
    .header-new {
        top: 24px;
        padding: 5px 10px;
        height: 42px;
    }
    .header-new.scroll-show{
        height: 50px;
    }
    .header-new .menu-btn img {
        height: 18px;
        width: 18px;
    }
    .header-new .common-btn{
        margin: 2px;
    }
    .side-bar {
        /* width: 100%; */
    }
    .side-bar .main_menu ul li h3 {
        font-size: 14px;
    }
    .side-bar .main_menu ul li h3 {
        font-weight: 600;
        font-size: 14px;
    }
    .side-bar .close_button {
        left: 10px;
        top: 10px;
    }
    .footer-logo-box .logo {
        height: 32px;
    }
    .footer-logo-box h4 {
        margin: 15px 0;
        font-size: 14px;
    }
    .new-quick-link a {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
    }
    .new-quick-link li {
        text-align: center;
    }
    .side-bar .main_menu ul li .arrow_side img {
        height: 16px;
    }
    .button-blue-taboo{
        padding: 4px 20px;
    }
    .header-new .button-blue-taboo{
        padding: 5px 6px;
        font-size: 10px;
        line-height: 15px;
    }
    .header-new .button-blue-taboo{
        border: none;
    }
    .header-new .menu-btn{
        margin-left: 10px;
    }
    .side-bar {
        max-height: 100vh;
    }
}
@media (max-width:400px){
    .side-bar {
        right: -405px;
    }
    .email-outer button{
        top: -2px;
    }
    .new-quick-link .form-control{
        font-size: 16px;
    }
    .header-new .logo {
        height: 23px;
    }
    .header-new .button-blue-taboo {
        padding: 4px 4px;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0.6px;
    }
    .header-new .button-blue-taboo.mobile-button{
        margin-right: 2px !important;
        margin-left: 2px !important;
    }
    .side-bar {
        width: 100%;
    }
    .header-new.scroll-show{
        height: 55px;
    }

    .social-links-new img {
        height: 24px;
    }
    .header-new .menu-btn {
        margin-left: 4px;
    }
    .header-new .menu-btn img {
        height: 16px;
        width: 18px;
    }
    .header-new{
        padding: 5px;
    }
}


/* width */
.side-bar::-webkit-scrollbar {
    width: 2px;
  }
  .side-bar::-webkit-scrollbar-track {
    background: #ddd;
  }