@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Satoshi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Satoshi Bold'), url('font/Satoshi-Bold.woff') format('woff');
    }
@font-face {
        font-family: 'Satoshi Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Satoshi Regular'), url('font/Satoshi-Regular.woff') format('woff');
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Satoshi Bold';
    font-weight: initial;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-weight: 300;
    background-color: #0d0c0c;
    font-size: 14px;
    color: #3e1c74;
    letter-spacing: 0.3px;

}

p {

    line-height: 1.8;
    margin: 0 0 1rem;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #fff;
}

button,
button:hover,
button:focus,
button:active {
    text-decoration: none;
    outline: none;
}
.f24{    font-size: 22px;
    line-height: 35px;}
/*------------ PRELOADER --------*/

/*------ Scroll to Top------- */
#scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    ;
    border-radius: 50%;
    display: none;
    z-index: 99;
    background: #FD5D31;
    color: #292385;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#scroll-to-top:hover {
    transform: scale(1.2);
}

/* --------------------------------------
3. NAVIGATION
-----------------------------------------*/
.navbar {
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    z-index: 99; 
    -webkit-transition: .5s ease;
    transition: .5s ease;
    padding: 15px 0 0;
    background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.15) 100%);

}

.navbar .icon-bar {
    color: #fff;
    font-size: 25px;

}

.navbar .navbar-nav .active {
    color: #fff !important;
}

.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    padding: 10px 0;
    margin: 0 0.6rem;
    letter-spacing: .5px;
    color: #fff;
}
.navbar-collapse .navbar-nav .btn {
    padding: 10px 15px;
}

.navbar-collapse .navbar-nav .dropdown-menu {
    background-color: #070707;    border-radius: .8rem;
    box-shadow: 0px 0px 5px hsl(0deg 0% 100% / 23%);
}
.navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    
    font-weight: 300;
    font-size: 14px;
    color: #ffffff; 
}
.navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fff; 
    background-color: #161616;
}
/* .nav-scroll {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
} */
.navbar-brand img{height: 80px;}
.nav-scroll .navbar-nav .nav-link .active {
    color: #20cdeb !important;
}

/*---------------------------------------
4. HEADER
-----------------------------------------*/

/*--------------home-------------------*/

#home .banner_content {
    padding: 70px 0 0px;
}
.color5:hover {
    color: #fe7737;
}
.banner_content .col-md-8 {
    background: url("../img/bannertextbg.png")no-repeat center;
    background-size: 100%;
}


.home h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    color: #22236b;
    letter-spacing: 2px;
    text-transform: uppercase; font-family: 'Satoshi Regular';

}

.home h1 span {
    font-weight: 600;
    font-family: 'Satoshi Bold';
    background: -webkit-linear-gradient(180deg, #ff8a46 21%, #501396 51%, #ae37fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
}

.ling_home {
    width: 1px;
    height: 80px;
    background: #fff;
    margin: 20px auto 100px;
}
.login_btns .btn{    min-width: 150px;}
    .btn {
        background-color: #FD5D31;
        color: #fff;
        border: 1px solid #FD5D31;
        border-radius: 15px;
        padding: 10px 25px;
    }
.btn_black{background-color: #000;
    border: 1px solid #000;}
    .btn:hover {
        
        color: #fff;
        background-color: #db4920;
        border: 1px solid #db4920;
    }
    .btn2, .btn2:hover {
        background-color: #fb0d06;
        color: #fff;
        border: 1px solid #fb0d06;
        border-radius: 15px;
        padding: 10px 25px;
    }
    .btn_border {
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

    .home-content h1 {
        font-size: 6rem;
        font-weight: 900;
        color: #fff;
    }

    .home-content p {
        color: whitesmoke;
    }

    .home-content h3 {
        color: #f8c44f;
    }

/* =============slick=============== */
.video_section  .slick-slide {
    transition: transform 0.5s, filter 0.5s; /* Smooth transitions */
    filter: blur(5px); 
    pointer-events: none;
  }
  
  .video_section .slick-center {
    transform: scale(1.1); /* Optional: slightly scale the center slide */
    filter: blur(0); 
    pointer-events: auto;
  }

    /*------ width < 768px ------*/
    @media (max-width: 768px) {
        .home-content {
            margin-top: 20px;
            text-align: center;
        }

        .home-content h1 {
            margin-top: 20px;
            font-size: 5rem;
        }
    }

    ul.list-items li {
        margin-bottom: 10px;
    }
.list li{    list-style: disc;
    margin: 0 0 8px 17px;}
.on_off_tab{  display:none}	
.on_off_tab.active{  display:block}	
    .copyright {
        padding: 20px 0;
        margin-top: 20px;    border-top: 1px solid #fff;
    }

    .light_bg {
        background: #fafafa;
    }

    .footer {
        background-color: #292929;
        padding:
            60px 0 ;
    }
.footer h3{    font-size: 50px;
    font-family: 'Satoshi Regular';}
    .terms_link a {
        margin-right: 20px;
    }

    .nav_link li {
        margin-bottom: 7px;
    }

    .nav_link li a {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }

    .nav_link li a:hover,
    .terms_link a:hover, .lr_manu li a:hover {
        color: #FD5D31;
    }
    .terms_link a.btn:hover{   color: #fff;}
    .footer .social li {
        display: inline-block;
        margin-right: 80px;
        font-size: 22px;
    }
 
    .footer .h4 {
        font-size: 15px;
        margin-bottom:
            10px;
    }

    .lr_manu li {
        display: inline-block;
    }

    .lr_manu li a {
        display: inline-block;
        margin-right: 24px;
        text-transform: uppercase;
    }

    .op20 {
        opacity: 0.2;
    }

    .faq .card {
        background: transparent;
        margin: 7px 0;
        position: relative;
        letter-spacing: 1px;
        font-size: 16px;
        padding:5px  0;
        border: none;
    }
    .faq .card .card-header {
        background-color:transparent;
        border-bottom: 0;
    }
.faq .card-body {      padding: 1rem 0;
    font-size: 14px;}

    .faq .card a {
        color: #fff;    font-size: 18px;    font-weight: 300;
    }

    .faq .card-header {
        padding: 0;
    }

    .faq .card-header a:after {
        content: "\f282";
        font-family: bootstrap-icons !important;
        transition: transform .3s;
        display: block;
        transform: rotate(180deg);
        position: absolute;
        right: 10px;
        top: 7px;    color: #fd5d31;
    }

    .faq .card-header a.collapsed:after {
        transform: rotate(0deg);
    }

    .t_gr {
        background: linear-gradient(90deg, rgba(171,
                    255, 246, 1) 10%, rgba(64, 98, 255, 1) 60%) text transparent;
        -webkit-text-fill-color: transparent;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .p70 {
        padding: 70px 0;
    }

  .lrl_box{padding: 35px;    font-size: 13px;}
  .lrl_box h4 {
    font-size: 1.2rem;
}



    .setting_btn {
        font-size: 24px;
    }

 .home_profile_right img{    height: 60px;}
 

    .box {
        background: #121211;
        width: 100%;
        border: 1px solid rgb(255 255 255 / 30%);
        border-right: 0;
        border-bottom:
            0;
        padding: 30px;
        border-radius: 40px;    overflow: hidden;
    }

    .home_profile img {
        object-fit: cover;
        width: 70px;
        height: 70px;
        border-radius: 8px;
        margin-right: 20px;
    }
    .fw600{ font-weight: 600;}

    .open_05 {
        opacity: 0.5;
    }

    .value_ex {
        font-size: 70px;
    }

    .lh70 {
        line-height:
            70px;
    }

    .tab_btn button img{    height: 31px;}
    .tab_btn button {
        background: transparent;
        padding: 10px;
        width: 100%;
        display: block;
        border-radius: 13px;
        text-align: center;
        cursor: pointer;
        border:1px solid #fff;    margin: 0 6px;
    }
	.tab_btn button:first-child {
    margin-left: 0;
}
.tab_btn button:last-child {
    margin-right: 0;
}
.tab_btn button.active{    background: #FD5D31;
    border: 2px solid #FD5D31;}
    .ex_input_box .in_icon {
        top: 10px;
        right: 16px;
        filter: brightness(0.2);
        height: 25px;
    }

    .input_item:active,
    .input_item:focus {
        outline: none;
    }

    .input_item {
        background: #F2F2F2;
        border-radius: 10px;
        border: 0;
        width: 100%;
        padding: 11px 20px;
    }

    .w100 {
        width: 100%;
    }

    .hadding { font-size: 60px;    }
    .hadding2 { font-size: 30px;    }
    .hadding span, .ggg, .hadding2 span, .hadding0 span{    background: linear-gradient(90deg, #b135e2 10%, #ac20e4 60%) text transparent;
        -webkit-text-fill-color: transparent;}

    .color1 {color: #967193;}
    .color2 {color: #fb0d06;}

    .ttu {
        text-transform: uppercase;
    }

    .bg1 {
        background: url("../img/bg.jpg")no-repeat top center;
        background-size: cover;
    }

 
    .token_contract_item {
        border-right: 1px solid rgba(237, 236, 245, 0.3);
        padding: 0 42px;
    }

    .token_contract_item:last-child {
        border: 0px solid #dae6f3;
    }

    .roadmap_box li {
        position: relative;
        font-size: 15px;
        margin: 5px 0 0  30px; display: block;
    }
.roadmap_box .h3 span {font-size: 1.5rem;}
    .roadmap_box {
        padding: 40px 50px;
    }

    .roadmap_box1 {
        border: 2px solid #fd5d31;
        border-bottom: 0;
        border-right: 0;
        height: 115px;
        width: 120px;
        position:
            relative;
        border-radius:35px 0 0  0 ;
        margin-left: 98px;
    }
    
    .roadmap_box2 {
        border: 2px solid #fd5d31;
        border-top: 0;
        border-left: 0;
        height: 160px;
        width: 100px;
        position:
            relative;
        border-radius: 0 0 35px 0;
    }
    .roadmap_box2::after {
        bottom: -6px;
        left: 0;
    }
    .roadmap_box1::after {
        right: -0px;
        top: -6px;
    }


    .roadmap_box0::after {
        content: "";
        width: 10px;
        height:
            10px;
        background: #fd5d31;
        border-radius: 100%;
        display: inline-block;
        position: absolute;
        
    }

    
    .roadmap_line_box {
        position: absolute;
        left: -230px;
        top: 24%;
    }

    .app_stor {
        height: 50px;
    }

    .app {
        width: 350px;
    }

    .logos {
        position: relative;
        z-index: 1;
    }
    .logos img {
        height: 43px;
        margin: 0 30px;
    }

  

  .minh100 {
    min-height: 100vh;
}

    .terms_se_bg {
        background:
            url("../img/terms_se.jpg")no-repeat top center;
        background-size: cover;
    }

    .pn_page_pt {
        padding-top: 70px;
    }

    .in_list li {
        margin-bottom: 20px;
        list-style: decimal;
        margin-left: 20px;
    }

    .list_dot li {
        margin-bottom: 20px;
        list-style:
            disc;
        margin-left: 20px;
    }

.three_box{    background: #030100;
    padding: 25px;
    border-radius: 25px; position: relative; overflow: hidden;}

.three_box1 h4{    font-size: 54px;    position: relative;}
.three_box1 p{ color:#d0d3e6}
.three_box1 img{    width: 50%;
    margin: -75px -25px -25px auto;
    display: block;}
    .three_box6 p {
        color: #f52828;
        line-height: 1.5rem;
    }
.three_box2 h4{    opacity: 0.8;
    font-size: 1.6rem;}
.three_box1 .bgg1 {
    position: absolute;
    width: 300px;
    height: 250px;
    background: linear-gradient(180deg, #7115c7, #631183);
    filter: blur(45px);
    margin: auto;
    left: -100px;
    top: -150px;
    border-radius: 100%;
}
.three_box2{ background:#030100 url(../img/three_box2.png) no-repeat center;    background-size: cover;}
.three_box4{ background:#030100 url(../img/dd_reports.png) no-repeat center right;    background-size:80% 100%;    padding: 50px 25px;}
.three_box6{ background:#030100 url(../img/three_box6.png) no-repeat center ;    background-size: cover;      min-height: 364px;}
.three_box7{ background:#030100 url(../img/re_bg.jpg) no-repeat center ;    background-size: cover;  position: relative;}
.three_box7 .bgg1 {
    position: absolute;
    width: 300px;
    height: 250px;
    background: linear-gradient(180deg, #fb0d06, #6010bd);
    filter: blur(45px);
    margin: auto;
    left: -120px;
    top: -180px;
    border-radius: 100%;
}
.frint-icon{ height: 185px;}
 
.refrail_link .form-control {
    color: #000;
    border-radius: 12px;
    border: 1px solid #ffffff;
    font-size: 13px;
}
.pz1{    position: relative;  z-index: 1;}
.refrail_link .form-control::-ms-input-placeholder {color: #000!important; }
.refrail_link .form-control::placeholder { color: #000!important;}

.three_box7 .blink {
    font-size: 5rem;
    text-align: right;
    display: block;
    line-height: 60px;
    font-weight: 700; 
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

@keyframes blink {  
    0% { color: #FD5D31; }
    100% { color: black; }
  }
  @-webkit-keyframes blink {
    0% { color:#FD5D31; }
    100% { color: black; }
  }
.right_btn {
    right: 20px;
    border-radius: 15px 15px  0 0;
    top: 30%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 135px;
    height: 40px;
    position: fixed;
    transform-origin: right center;
    letter-spacing: 1px;
    padding: 8px 15px;    background: #000;
    border-color: #fff;
}
.right_btn2 {
    right: 20px;
    border-radius: 15px 15px  0 0;
    top:30%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 150px;
    height: 40px;
    position: fixed;
    transform-origin: right center;
    letter-spacing: 1px;
    padding: 8px 15px;    margin-top: 150px;
}
.myinput {
    border-radius: 25px;
    height: 10px;
    width: 100%;
    outline: none;    accent-color: #fd5d31;
    /* -webkit-appearance: none; */
  }
  
  /* input[type='range']::-webkit-slider-thumb {
    width: 25px;
    -webkit-appearance: none;
    height: 25px;
    background: #FD5D31;
    border-radius: 100%; cursor: pointer;
  } */
  .box_right{
    background: rgb(49 49 53 / 65%);
    width: 100%;
    border: 2px solid rgb(255 255 255 / 48%);
    border-left:2px solid rgb(255 255 255 / 18%);
    border-bottom:2px solid rgb(255 255 255 / 18%);
    padding: 15px;
    border-radius: 25px;
}
.tier_list li {
    margin-bottom: 7px;
    font-size: 9px;
    position: relative;
    padding-left: 14px;
}
.tier_list li::before {
    content: "\f633";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}
.tier_img {
    top: -90px;
    right: -29px;
    width: 197px;
}
.box_right .col-md-6{    min-height: 250px;}
.overflow_initial{    overflow: initial;}
.three_box3{    height: 234px;}
.geek1{    text-align: center;
    background: #0E0E0E;
    margin: 0 5px 10px;
    padding: 25px 0;
    border-radius: 10px;}
.btn3{border-radius: 25px;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
    box-shadow: 2px 2px 16px rgb(126 160 175 / 38%);}
    .tier_text {
        right: 15px;
        bottom: 0;
        padding: 14px;
        background: #1f1f225e;
        border-radius: 12px;
        box-shadow: 4px 5px 5px rgb(0 0 0 / 45%);
    }
.tier_text h6{font-size: 14px;}
.black-coin{    height: 55px;}
 
.progress-bar{background: linear-gradient(90deg, rgba(254,183,163,1) 0%, rgba(253,93,49,1) 100%);}
.f22 {
    font-size: 20px;
    line-height: 32px;
}
.join_box{    padding: 0 25px;
    border-left: 2px solid #fff;
    font-size: 16px;
    font-weight: 400;}
.join_box h4{    font-size: 3.5rem;}

.logos marquee div img {
    height: 45px;
    margin: 0 20px;
}
.wbba{    word-break: break-all;}

.logos{    background: #121211; overflow: hidden;}
.fs13{ font-size: 13px;}
.tokenomics_list li{margin-bottom: 14px;text-transform: capitalize; font-size: 22px;display: flex; align-items: center; font-weight: 300;}
.tokenomics_list li span {
    margin-right: 15px;
    display: inline-block;
    width: 55px;
    height: 14px;

}


.t1{ background: #FF2F00;}
.t2{ background: #FFCDA0;}
.t3{ background: #FFBD83;}
.t4{ background: #FFB777;}
.t5{ background: #FF9B5E;}
.t6{ background: #FF8C51;}
.t7{ background: #FF7F46;}
.t8{ background: #FF6C36;}
.t9{ background: #FF5E31;}
.t10{ background: #FF4E1F;}

.box2 {
    background-color: rgb(50 46 46 / 28%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    border: 1px solid rgb(255 255 255 / 30%);
    border-right: 0;
    border-bottom: 0;
    padding: 40px 30px;
    border-radius: 20px;
}

.box2 h5{  color: #FF9F82;
    font-size: 17px;
    margin-top: 10px;}
 .select_dark{background: transparent;
    color: #000;
    position: absolute;
    right: 60px;
    top: 11px;
    padding: 0;
    border: none;
    outline: none;}

.icon{       position: absolute;
    right: 0;
    background: linear-gradient(90deg, #010101 0%, #3e3d3d 100%);
    z-index: 1;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    padding: 10px;
    right: -70px;
    top: -70px;}
    .icon span{    
        background: linear-gradient(90deg, #3e3d3d 0%, #010101 100%);
        border-radius: 100%;
        width: 140px;
        height: 140px;    display: flex;
        padding: 20px;}
.icon span img{height: 80%;
    margin: auto;}

.w85{width: 80%;    margin-bottom: 100px;}
.road_map{    max-width: 55%;}

.roadmap_line_box1 .roadmap_box1, .roadmap_line_box4 .roadmap_box2{      height: 750px;    width: 150px;}
.roadmap_line_box1{    left: -260px;}
.roadmap_line_box3, .roadmap_line_box4 {
    transform: rotateY(180deg);
    top: auto;
    bottom: 50%;
}
.roadmap_line_box4 .roadmap_box1{      margin-left: 148px;    width: 72px;}
.roadmap_line_box1 .roadmap_box2{      width: 72px;
    margin-left: 28px;}

.sign_up_box{ background: url(../img/sign_bg.jpg) no-repeat center;    background-size: cover; position: relative;    overflow: hidden;}

.s0{position: absolute;}
.s1 {
    left: 0;
    top: 0;
    z-index: 5;    width: 275px;

}
.s2 {
    left: -95px;
    bottom: 0;
}
.s3{       left: 44%;
    bottom: 20%;}
.s4{      right: -90px;
    z-index: 2;
    width: 260px;
    top: 95px;}
.switch {
        position: relative;
        display: inline-block;
        width: 57px;
        height: 30px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;border: 2px solid #FD5D31;
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: -2px;
    bottom: -2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid #FD5D31;
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}   
.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.pp{color: #000;
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 15px;}

.react-tel-input .country-list .country {
        font-size: 14px;
        color: #000;
    }    
    .react-tel-input .form-control {
        border: 0!important;    height: auto!important;     width: 100%!important;   padding: 1px 0 1px 48px!important
    }
    .react-tel-input .flag-dropdown {
       
        border: 0!important;
        border-right: 1px solid #cacaca!important;
         
    }
    .react-tel-input .selected-flag:hover, .react-tel-input .selected-flag:focus {
        background-color: transparent!important;
    }

    .launching_hide {
        background-color: rgb(0 0 0 / 35%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        position: absolute;
        top: 0;
        display: flex;
        height: 100%;
        width: 100%;
        left: 0;
        padding: 30px;
        z-index: 99;
    }
    .launching_hide h3{    line-height: 48px;}
    .light_text {
        font-size: 16px;
        opacity: 0.6;
    }
    .stage_box .h4,   .stage_box .h5  {
        font-weight: 500;
    }
    .referr_box {
        overflow: hidden;
        position: relative;
        border: 1px solid rgb(255 255 255 / 32%);
        border-radius: 18px;
        padding: 12px 20px;
    }
    .referr_box .btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .earn_font {
        font-size: 50px;
    }
    .token_logo_referr {
        width: 250px;
        position: absolute;
        right: -100px;
    }
    .overflow_initial{    overflow: initial;}
    .f_popop {
        position: fixed;
        z-index: 99999;
        background: #fd5d31;
        bottom: 0px;
        background: linear-gradient(267deg, #fe7737 10%, #ff4a15 60%);
        text-align: center;
        padding: 10px; 
        width: 100%;
    }
.btn_white{    background: #fff;        color: #ff4b16;}
.popop_hide{ display: none;}
.btn_cancil{position: absolute;
    right: 72px;
    top: -20px;   
    padding: 10px 15px;}
.popop_hide h6{ font-family: "Poppins", sans-serif;}
.video_i{    width: 100%;}

.logo_top a{ display: inline-block; margin-top: 38px;}
.logo_top img{ height: 35px;}
.logo_top a:hover img {
    filter: brightness(76%) sepia(29) saturate(118) hue-rotate(-23deg);
}
.video_section img{border-radius: 15px;}
.video_section .slick-list a{ position: relative;    display: block;     margin: 15px;}
.video_section .slick-list a::after {
    position: absolute;
    background: #fd0f0f;
    font-size: 25px;
    content: "\f4f4";
    font-family: bootstrap-icons !important;
    padding: 6px 23px;
    border-radius: 15px;
    left: 45%;
    top: 43%;
    z-index: 12; cursor: pointer;
}
.slick-prev:before, .slick-next:before{    font-family: bootstrap-icons !important;}
.slick-next:before {
    content: '\f285'!important;
}
.slick-prev:before {
    content: '\f284'!important;
}
body .slick-dots li button:before {
    font-size: 10px;
    color: white;
}
body .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ff4a15;
}
body .slick-next {
    right: -30px;
}
body .slick-prev {
    left: -30px;
}

.top_fix .container-fluid{    display: flex;}
.top_fix .container-fluid div{    width: 100%;}
.top_fix .container-fluid span{    color: #fd5d31;    font-weight: 600;}
.top_fix {
    padding: 8px 0;
    text-align: center;
    background: #fe6b2e;
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}
.box8{ background: #fff; border-radius: 25px; padding: 15px; color: #000;    font-weight: 400; font-size: 16px;}
.box8 ul li{   border-bottom: 1px solid #dddce9;    padding: 5px 15px;}
.box8 ul li:last-child{   border-bottom:0}
.h100{ height: 100%;}

.table.teferral_table{border-collapse: separate;    border-spacing: 0 10px;}
.table.teferral_table th, .table.teferral_table td {
    border-bottom: 0; border: 0;  
}
.table.teferral_table tr th{background: #000;}
.table.teferral_table tr th:first-child, .table.teferral_table tr td:first-child{border-radius: 20px 0 0 20px;}
.table.teferral_table tr th:last-child, .table.teferral_table tr td:last-child{border-radius: 0 20px 20px 0;}


.table.teferral_table tbody tr td{background:#fff2ef; color: #000; font-weight: 500;}
.table.teferral_table tbody tr:first-child  td{background:#fd5d31}
.table.teferral_table tbody tr:nth-child(2) td{background:#FF7D5A}
.table.teferral_table tbody tr:nth-child(3) td{background:#FF9477}
.table.teferral_table tbody tr:nth-child(4) td{background:#FFAE98}
.table.teferral_table tbody tr:nth-child(5) td{background:#FFCBBD}

 

.li_r{    display: block;    position: relative;}


.roadmap_box li:after {
    content: "\f287";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: -25px;
    top: 7px;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
}
.roadmap_box li.licheck:after {
    content: "\f26e";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: -30px;
    top: 5px;
    background: #28a745;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 20px;
    font-size: 19px;
}
.roadmap_box li.loader:after {
    content: "";
    background: url(../img/loader.svg) no-repeat center center;
    position: absolute;
    left: -30px;
    top: 5px;
    background-size: cover;
    -webkit-animation-name: teamRotate;
    animation-name: teamRotate;
    -webkit-animation-duration: 90s;
    animation-duration: 90s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block; 
}

@keyframes teamRotate {
    from {
      -webkit-transform: rotate(0deg);
       transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    }
    @-webkit-keyframes teamRotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
    }

@media (min-width: 768px) {
.logo_top .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
 @media (min-width:991px) {
 .dp_none { display: none;        }
 .mo_block{ display: none;}
 .mw115{    max-width: 115%;}
 .navbar-toggler{ display:none}
 .navbar-collapse{ display:flex}
 .logos .slick-slide {
    width: auto !important;
}
.navbar-collapse .navbar-nav li:hover .dropdown-menu{display: block;}
    }

    @media (max-width:1199px) {
    .navbar-brand img {
        height: 58px;
    }
    .hadding {
        font-size: 45px;
    }
    .home h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .s4 {
        right: -40px;
        
        width: 199px;
        
    }
}

    @media (max-width:991px) {
        .mo_none {
            display: none;
        }
        .navbar-collapse .navbar-nav .dropdown-menu {
           
            box-shadow: inherit;
            text-align: center;
            width: 80%;
            margin-left: 10%;
        }
        .btn_cancil {
            right: 11px;
             top: -30px;
           /* padding: 5px 10px 3px!important;
            bottom: -10px; */
        }
.f_popop h6 {font-size: 12px;}
/* .f_popop {
    position: sticky;
    top: 0;
    bottom: auto;
    text-align: left;
    padding: 10px 10px 15px;
} */
        .logos img {
            height: auto;
            margin: auto;
            padding: 10px;
        }
 .logos .slick-slide
{
          height: 1000px;
    display: flex !important;
}
.logos .slick-slide>div {
    margin: auto;
}
        .navbar-brand .logo {
            height: 44px;
        }
.navbar-toggler{    position: absolute;
    right: 7px;
    top: 10px;}
    .navbar{padding: 5px 10px 0;    background: #1c1c1b; position: relative;}
    .navbar>.container{    position: relative;}
        #home .banner_content {
            padding: 75px 0 35px;
        }

        .hadding {
            font-size: 30px;
        }
        .mo_none{ display: none;}
       
    }
  

@media (max-width:767px) {
        .btn {
            padding: 8px 16px;
        }
.timer h4{    font-size: 1rem;} 
.video_section .slick-prev, .video_section .slick-next{ display: none!important;} 
.video_section .slick-list a::after {
    font-size: 20px;
    left: 41%;
    top: 41%;
}
.table.teferral_table th, .table.teferral_table td { padding: .75rem 5px;}      
.timer h1{    font-size: 1.5rem;}        
        .light_text {
            font-size: 12px;
        }
        .stage_box, .token_info_man .h6{    font-size: 12px;
        }
        #home {
            height: auto;
        }
        .earn_font {
            font-size: 26px;        text-align: center;
        }
        .h3_mobile {
            font-size: 22px;
        }
        .token_logo_referr {
            display: none;
        }
        .home h1 {
            font-size: 40px;
            line-height: 45px;
            letter-spacing: 1px;
        }

        .footyer {
            padding: 30px 0 0;
        }

        .about-content {
            padding-top: 15px;
        }

        .heading-primary {
            font-size: 22px;
        }

        .footer h4 {
            margin-top: 25px;
        }

        .p70 {
            padding: 40px 0;
        }

   
        .three_box7:after {
            width: 100%;
            height: 40%;
        }
        .three_box7 .blink {
            font-size: 3rem;
            text-align: center;         line-height: 45px;
           
            margin-top: 20px;
        }
        .frint-icon {
            margin-top: 25px;
        }
        .box {
            padding: 20px 16px;
        }

        .token_contract_item {
            border-right: 0px solid rgba(252, 252, 252, 0.3);
            border-bottom: 1px solid rgb(255 255 255 / 30%);
            padding: 20px 0;
        }

        .token_contract_item h5 {
            font-size: 16px;
        }

        .roadmap_box2 {
            margin: auto;
            margin-top: 20px;
            width: 6px;
            height: 50px;
        }

        .roadmap_box li {
            font-size: 15px;
        }

        .logos marquee div img {
            height:
                38px;
        }

        .logos2 marquee div img {
            height: 60px;
        }

        .app_coins {
            top: auto;
            bottom: -80px;
            width: 70%;
            ;
        }

        .home_profile img {
            width: 60px;
            height: 60px;
            margin-right: 12px;
        }

        .token_logo {
            max-width: 50%;
            margin: 0 auto 30px;
            display: block;
        }

        .ex_box .h1 {
            font-size: 1.5rem;
        }

        .lr_manu li a {
            margin: 0 20px 15px 0;
        }

        .nav_link li {
            display: inline-block;
            margin-right: 15px;
        }
        .terms_link a {
           
            margin-right: 16px;
            margin-bottom: 13px;
            white-space: nowrap;
        }

        .ex_box_in h4 {
            font-size: 1rem;
        }

        .value_ex {
            font-size: 38px;
        }

        .lh70 {
            line-height: 40px;
        }

        .bg2,
        .terms_se_bg,
        .crypto_page_bg {
            background-repeat: repeat-y;
            background-size: 120%;
        }
 

        .footer {
            padding:35px 0;
        }
.footer .logo{    height: 75px;}
        body {
            font-size: 14px;
        }

        .app_stor {
            height: 38px;
        }

.tokenomics_list li span {            width: 18px;        margin-right: 10px;   }    
.tokenomics_list li {        font-size: 15px;}    
.s4{      right: -0;
    bottom: 26%;
    width: 150px;
    top: auto;}
    .s3 {
        left: 35%;
        bottom: 45%;
        width: 100px;
    }
    .s1 {
        width: 130px;
    }
    .box2 {
        padding: 15px;
    }
    .faq .card a {
        font-size: 16px;
        padding-right: 25px;
        width: 100%;
        display: block;
    }
.faq .card-header a:after {

        right: 0;
    }
.three_box1 h4 {font-size: 24px;}   
.f24, .f22 {
    font-size: 16px;
    line-height: 25px;
}
.lrl_box {
    padding: 0px;
}
.three_box{    padding: 15px;;}
.three_box3  h4{font-size: 1rem;}
.three_box3 {
    height: 145px;
}
.geek1 {
    padding: 10px 0;
    border-radius: 5px;
    font-size: 10px;
}
.stage_box span{ display: block;}
.stage_box .h4  {
    font-size: 15px;
}
.stage_box  span span{    display: inline-block;}
.join_box {
    padding: 0 15px;
    border-left: 1px solid #fff;
    font-size: 13px;
}
.join_box h4 {
    font-size: 2.5rem;
}
.icon {
    width: 120px;
    height: 120px;

    right: -40px;
    top: -40px;
}
.icon span {
    width: 100px;
    height: 100px;
    padding: 14px;
}
.w85 {
    width: 85%;
    margin-bottom: 60px;
}
.footer h3 {
    font-size: 26px;
}
.login_btns .btn {
    min-width: auto;
    padding: 10px 16px;
}
.ling_home {
    height: 50px;
}
.footer .social li {
    margin-right: 40px;
}
.home_profile_right img{    height: 55px;}
.box_right .col-md-6 { min-height: auto;        position: initial;}
.tier_img {
    top: -34px;
    right: -5px;
    width: 110px;
}
.tier_text{    position: initial !important;}
.right_btn {
    height: 35px;
    padding: 6px 15px;    right: 17px;
}
.right_btn2 {
    height: 35px;
    padding: 6px 15px;    right: 17px;
}
.three_box7 {
    background-size: 1050px;
    background-position: top left; 
}
.hmd{ font-size: 12px;}
.hmd h5{ font-size: 15px;}
.three_box6 p {
    line-height: 1.3rem;
}
.logo_top img {
    height: auto;
    max-width: 100%;
}
.logo_top a {
    margin-top: 20px;padding: 0 8px;
}
.top_fix {
    font-size: 8px;
}
.top_fix .container-fluid span {
    display: block;
}
    }

    .custom-toast {
        font-size: 20px; 
      }

