@font-face {
    font-family: 'Menda';
    src: url('font/Menda-Bold.eot'); /* IE9 Compat Modes */
    src: url('font/Menda-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Menda-Bold.woff') format('woff'), /* Modern Browsers */
         url('font/Menda-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('font/Menda-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'MendaMed';
    src: url('font/Menda-Medium.eot'); /* IE9 Compat Modes */
    src: url('font/Menda-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/Menda-Medium.woff') format('woff'), /* Modern Browsers */
         url('font/Menda-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('font/Menda-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'BlauerNue-Regular';
    src: url('font/BlauerNue-Regular.eot'); /* IE9 Compat Modes */
    src: url('font/BlauerNue-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BlauerNue-Regular.woff') format('woff'), /* Modern Browsers */
         url('font/BlauerNue-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('font/BlauerNue-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'BlauerNue-ExtraLight';
    src: url('font/BlauerNue-ExtraLight.eot'); /* IE9 Compat Modes */
    src: url('font/BlauerNue-ExtraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BlauerNue-ExtraLight.woff') format('woff'), /* Modern Browsers */
         url('font/BlauerNue-ExtraLight.woff2') format('woff2'), /* Modern Browsers */
         url('font/BlauerNue-ExtraLight.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'BlauerNue-Medium';
    src: url('font/BlauerNue-Medium.eot'); /* IE9 Compat Modes */
    src: url('font/BlauerNue-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BlauerNue-Medium.woff') format('woff'), /* Modern Browsers */
         url('font/BlauerNue-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('font/BlauerNue-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'BlauerNue-Bold';
    src: url('font/BlauerNue-Bold.eot'); /* IE9 Compat Modes */
    src: url('font/BlauerNue-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BlauerNue-Bold.woff') format('woff'), /* Modern Browsers */
         url('font/BlauerNue-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('font/BlauerNue-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'BlauerNue-SemiBold';
    src: url('font/BlauerNue-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('font/BlauerNue-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/BlauerNue-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('font/BlauerNue-SemiBold.woff2') format('woff2'), /* Modern Browsers */
         url('font/BlauerNue-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}


.fw600{ font-family: 'BlauerNue-SemiBold';}
.fw300{ font-family: 'BlauerNue-ExtraLight';}


.BlauerNue-Bold, .fw700{ font-family: 'BlauerNue-Bold';}
.BlauerNue-Medium{font-family: 'BlauerNue-Medium';}
.fmenda{  font-family: 'Menda';}
.MendaMed{  font-family: 'MendaMed';}
*,
::after,
::before {
    box-sizing: border-box
}
li {
    list-style: none;
}
body {
    font-family: 'BlauerNue-Regular';
    line-height: 1.3;
    background: #151515;
    margin: 0;    font-size: 14px;
    
    font-weight: 400;
      color: #fff;    
  
}
.ttu{ text-transform: uppercase;}

a{ color: #fff; text-decoration: none;}
 

p {
    margin-top: 0;  
    margin-bottom: 1rem
}
ol, ul {
    padding-left: 0;
}
.btn{ font-weight: 600; font-size: 14px;}

.navbar{    background: #1c1c1c;}
.btn_border {
    border: 1px solid #D9D9D9;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    font-size: 16px;
    color: #D9D9D9;
}
.btn_r_t {
    border: 1px solid #d9d9d9;
    padding: 0 15px;
    line-height: 35px; color: #d9d9d9;
    border-radius: 25px; 
}
.right_btn .btn{    margin-left: 10px;}
.navbar-nav .nav-link {
    color: #D9D9D9;
    font-weight: 500;
    border-radius: 25px;
    padding: 7px 15px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active{ color: #fff; background: #4D18B0;}
.w100{ width: 100%;   }

.buy_sell_section {
    background: #151515 url(../img/bubg.png) no-repeat top center;
    background-size: contain;
}
.rc_box {
    background: #262626;
    padding: 25px 25px 40px;
    border-radius: 50px;
}
.rc_box_in {
    background: #D9D9D9;font-family: 'BlauerNue-SemiBold';
    padding: 20px 0 14px;    overflow: hidden;
    border-radius: 20px; color: #000; font-weight: 700; margin-bottom: 18px;;
}
.rc_box_in:last-child{ margin-bottom: 0;}
.rc_box_scrool{ padding-right: 13px; max-height: 650px; overflow: auto;}
.w100px{    width: 80px;
    display: inline-block; margin-right: 20px;
}
.rc_box_in .row{    padding-left: 20px; padding-right: 20px;}

.rc_box_in_b {
    border-bottom: 1px solid #3D3D3D;
    padding-bottom: 15px;
    margin-bottom: 13px;
}
 
.color1{color: #4D18B0;}
.rc_box_in .wb{text-align: center;
    background: #C1ED0B;
    padding: 6px;
    border-radius: 10px;}

::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #D9D9D9;
      }
::-webkit-scrollbar {
    width: 10px; border-radius: 10px;
        background-color: #D9D9D9;
      }
      
::-webkit-scrollbar-thumb {  border-radius: 10px;  background-color: #939393; }
body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #000;
  }
  body::-webkit-scrollbar {
    width: 10px; border-radius: 10px;
    background-color: #000;
  }
  
  body::-webkit-scrollbar-thumb {  border-radius: 10px;  background-color: #c1ed0b; }


  .buy_sell_box {
    background: #c1ed0b;
    padding: 35px;
    border-radius: 50px;    color: #000; overflow: hidden;    border-radius: 48px;
}
 
.b_box {
    background: #121212;
    padding:20px 30px;font-family: 'BlauerNue-Bold';
    border-radius:20px; color: #D9D9D9;
}


.myinput {
    border-radius: 25px;
    height: 10px;
    width: 100%;
    outline: none;    accent-color: #92dc00;
  
  }
  .color2{color: #92DC00;}
  .select_r{  background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px; outline: none;}
 .input_r  { background: transparent;
    border: 0; width: 100%;
    color: #fff;    text-align: right;
    font-size: 20px; outline: none;} 
.select_r option{    background: #000;        color: #fff;}
.card_img {    height:40px;}

/* .input_r::-webkit-input-placeholder {  
    color: #323232!important;
  }
  .input_r::-moz-placeholder {  
   color: #323232!important;
  }
  .input_r:-ms-input-placeholder {  
   color: #323232!important;
  }
  .input_r:-moz-placeholder {  
   color: #323232!important;
  } */
   .b_box_p{ padding: 10px 15px;}
   .btn_login {
    border-radius: 50px;
    padding: 12px;
    text-align: center;
    background: #121212;
    color: #fff;
    font-size: 18px;
}
.g{    height: 30px;}
.text_btns a{ display: inline-block; border-right: 1px solid #3E3E3E; padding:0 10px; color: #3E3E3E;  cursor: pointer;}
.text_btns span {
    display: inline-block;
    margin: 15px 0 0;
    color: #161616;
    cursor: pointer;
    font-size: 18px;
}
.text_btns .bra{ border-right: 0}
.h55{font-size: 1.15rem;}
.saping_sec h1 {
    font-size: 60px;
    text-transform: uppercase;
}
.saping_sec h1{}
.h100{    height: 150px;}
.cricket_btn {
    position: absolute;
    width: 70%;
    left: 15%;
    color: #000;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 10px;
    text-align: center;
    top: 20%;
    font-size: 17px;
}
.cricket_btn span{ display: block;font-size: 20px;}
.hero{
    background: #000000 url(../img/herobg.webp) no-repeat top center;
    background-size: 100%; min-height: 1350px;
}
.navbar-brand img{ height: 50px;}
.u_big {
    right: 0;
    top: 614px;
    height: 760px;
}
.cointop {
    right: 0;
    height: 425px;
    top: 255px;
}


.new_section {
    background: url(../img/top_bg.png) no-repeat top center;
    background-size: cover;
}
.color5{ color: #D9D9D9;}
.w_btn {
    color: #000;
    background: #D9D9D9;
    border-radius: 25px;
    padding: 6px 30px;
    text-transform: uppercase;
}
.big_b_conntent{   position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;}
.max_h5 h6{  margin-right: 3%;}   

.scrool_logo1 {
    background: #4D18B0;
    color: #fff;
    padding: 8px 0 3px;
    transform: rotate(352deg);
    left: -25px;
    right: -25px;
    z-index: 1;    text-align: center;
    top: 11px;
}
.scrool_logo1 img { 
    height: 35px;
    width: auto!important;
}
.scrool_logo1 .s_line1 {
    color: transparent;
    -webkit-text-stroke: 0.3px #fff;
    -moz-text-stroke: 0.3px #fff;
    -ms-text-stroke: 0.3px #fff;
    -o-text-stroke: 0.3px #fff;
}
.scrool_logo1 h5{    display: inline-block;    font-size: 1.3rem;}

.scrool_logo2 {
    color: #fff;
    padding: 10px 0 5px;
    background: #121212;  text-align: center;
}
.scrool_logo2 img { 
    height: 32px;  width: auto!important;
}
.scrool_logo2 .s_line1 {
    color: transparent;
    -webkit-text-stroke: 0.3px #fff;
    -moz-text-stroke:  0.3px #fff;
    -ms-text-stroke:  0.3px #fff;
    -o-text-stroke:  0.3px #fff;
}
.scrool_logo1 .slick-track, .scrool_logo2 .slick-track{    align-items: center;
    display: flex;
}
.scrool_logo2 h5{    display: inline-block;    font-size: 1.3rem;}
.asseen_in {
    background: #C1ED0B;
    padding: 15px 0;
}
.ovh{ overflow: hidden;}
.asseen_in img {
    padding: 0 30px;
    margin: auto;
    max-height: 80px;    max-width: 80%;
}

.asseen_in .slick-initialized .slick-slide>div{ display: flex;     height: 90px; }
.asseen_in .slick-initialized .slick-slide>div div{ margin: auto;}


 


.scrool_logo3 img {
    
    max-width: 100%; margin: auto;
    width: auto!important;display: block !important;
}

.asseen{ background: #010101;}
.login-form .login-card .btn_small{    padding: 0 15px;
    line-height: 37px;
    font-size: 14px;}
.legends{ background: #d9d9d9; overflow: hidden;}
.legends_left {
    background: url(../img/legendsbg.jpg) no-repeat  center;
    background-size: cover; color: #fff; padding: 180px 30px 130px;    border-radius: 15px;
}
.coin1 {
    width: 80%;
    position: relative;
    right: -20px;
    display: block;
    margin: -110px 0 60px auto;
}
.d_icon{    color: #971515;
    font-size: 28px;
    transform: rotate(46deg);
    display: inline-block;
    height: 30px;}

    .videosection {
        background: url(../img/videosection.jpg) no-repeat  center;
        background-size: cover; color: #fff; 
    }
    .video_btn_o{  position: absolute; width: 100%; height: 100%;    display: flex;
        left:0;  top: 0;}
    .video_btn {
        width: 80px;
        height: 80px; 
        border-radius: 100%; 
        background: #DD0000;
        z-index: 1;
        display: inline-block;
        text-align: center;
        font-size: 50px;
        line-height: 80px; 
    }
.z_11{z-index: 1; position: relative;}
    .mt_img{margin-top: -195px;}
.ultimate_box{ background: #000;  border-radius: 25px; padding: 10px; }
.ultimate_box .ul_border{ background: #000; border-radius: 25px; padding: 30px 40px; border: 1px solid #464444;}

  .logo333_section {
            background: url(../img/ukc333bg.jpg) no-repeat  center top;
            background-size: cover; color: #fff;  padding: 50px 0;
        }
 .logo333_section h1{ font-size: 60px;}
 .logo333_section h2{ font-size: 50px;}
 .aero {
    width: 35px;
    right: 20px;
    bottom: 22px;
}
.ultimate_box2{  background: url(../img/ultimate_box2.jpg) no-repeat  center top;    background-size: cover; color: #fff;  padding: 30px ;border-radius: 20px;}
.phone2{    width: 128%;    margin-top: -85px;}
.b_icon {
    font-size: 28px;
    transform: rotate(-35deg);
    display: inline-block;
    height: 30px;
    line-height: 0;
}
.win_text {
    position: absolute;
    top: 30%;
    left: 35px;
    width: 365px;
}
.win_box{    margin-top: -95px;}
.red_box{ border-radius: 20px; padding: 10px 30px 10px 10px; background: #D9D9D9; color: #000000;}
.red_box_border {
    border-radius: 20px;
    padding: 10px 18px;
    border: 1px solid #000000;  
    font-size: 30px;
}

.ledend_sec h1 {
    font-size: 120px;    line-height: 100px;

}
.legend{
    color: transparent;
    -webkit-text-stroke: 1px #000;
    -moz-text-stroke: 1px #000;
    -ms-text-stroke: 1px #000;
    -o-text-stroke: 1px #000;
}
.gcard{ height: 85px;}
.p70{ padding: 70px 0;}
.ledend_sec{  background:#d9d9d9 url(../img/ledend_sec.png) no-repeat  center bottom;    background-size: contain; color: #000;  }
.b_btn{ 
    color: #D6D6D6;
    background: #141414;
    border-radius: 25px;
    padding: 6px 30px;
    text-transform: uppercase;
}
.playcoin {
    right: 0;
    top: 0;
    width: 320px;
}
.play_sec h1 {
    font-size: 125px;
    line-height: 130px;
}
.play_sec h1 span{ color:#8F53F8}
.play_sec{  background:#d9d9d9 url(../img/play_sec.jpg) no-repeat  center ;    background-size: cover;  color: #D9D9D9; padding: 90px 0 70px; }
.phone4{    margin-top: -138px;    padding-left: 29%;}
.plan_icon img{    height: 105px;    margin-bottom: 20px;}
.pure_sec{ padding: 15px 5px;background: rgb(0,0,0);    letter-spacing: 1px;
    font-size: 14px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(34,47,201,1) 100%);}
.pure_sec img {height: 48px; }
.exc_sec{  background:#d9d9d9 url(../img/exc_sec.jpg) no-repeat  center ;    background-size: cover;  color: #D9D9D9; padding: 90px 0 0;  overflow: hidden;}
.br10{ border-radius: 10px;}
.exc_sec h2 {
    font-size: 74px;
    line-height: 70px;
}
.minia_box {
    background: url(../img/minia_box.png) no-repeat  left top;
    background-size: 70%;
    padding: 25px 0 55px;
}
.minia_box_in img{    height: 50px;}
.ukc-t {
    position: absolute;
    bottom: 0px;
    right: -110px;
    width: 55%;
}
.scrool_logo3{ background: #0F0F0F; color: #D9D9D9; padding: 30px 0 25px;}
.supply_box{ background: #DDDDDE; color: #221F20;    border-radius: 10px;}

.border_ling {
    width: 60%;
    background: #9b9b9b;
    height: 1px;
    margin: 0 5px;
}
.b_black{ height: 40px;}
.border_left h4{ color: #161616;    font-size: 35px;}
.border_left h3{color: #161616;    font-size: 33px;}
.supply_box_u{    width: 100%;    margin: auto;}
.supply_box_u11 {
    width: 45%; border-right: 1px solid #9b9b9b;
    min-width: 190px;
}

.roadmap {
    width: 130%;
    position: relative;
    right: 30%;
    top: -5px;
}
 .mt501{ margin-top: 50px;}
 .mt50 {
    margin-top: 90px;
}
.sign_up {
    background: url(../img/sinup_bg.png) no-repeat  left bottom;
    padding: 30px 30px 100px 110px;  
    border-radius: 0 30px 30px 0;    background-size: cover;
    color: #151515;
}
.one{ position: absolute; left: 10px ; top: 0; height: 90%;   }

.sign_up h2{ font-size: 60px;} 
.sign_up .new-size{ font-size: 70px;} 

.sign_up_box {
    border-radius: 15px;
    padding: 30px;
    background: #151515;
    color: #fff;
    height: 100%;
}
 .signup_btn {
    color: #020202;
    background: #C1ED0B;
    border-radius: 15px;
    padding: 6px 30px;   
  
}   

.input_item {
    background: #fff;
    border-radius: 10px;
    border: 0;
    width: 100%;
    color: #000;
    padding: 7px 20px; outline: none!important;
}
.form-group{ margin-bottom: 20px;}
label{ margin-bottom:5px; }
.border_right::after {
    content: "";
    border-right: 1px dashed hsl(0deg 0% 0% / 48%);
    width: 1px;
    position: absolute;
    top: -200%;
    right: 5px;
    bottom: -200%;
}

.faq h2 {
    font-size: 130px;
    text-align: center;
}
    .faq h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #C1ED0B;
    -moz-text-stroke: 1px #C1ED0B;
    -ms-text-stroke: 1px #C1ED0B;
    -o-text-stroke: 1px #C1ED0B;
}



.faq .card {
    background: #C1ED0B;
    margin: 12px 0;
    position: relative;
    padding:  0;
    border: none;
    border-radius: 25px;
}
.faq .card .card-header {
    background-color:transparent; 
}
.faq .card-body {    
font-size: 14px;}

.faq .card a {
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 15px 50px 15px 15px;
    position: relative;
    color: #000;
}

.faq .card-header {
    padding: 0;
}
.faq .card-header a:after {
    content: "\f282";
    font-family: bootstrap-icons !important;
    transition: transform .3s;
    display: block;
    transform: rotate(360deg);
    position: absolute;
    right: 10px;
    width: 35px;
    height: 35px;
    top: 7px;
    color: #000;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 35px;
    font-size: 22px;
    text-align: center;
}

.faq .card-header a.collapsed:after {
    transform: rotate(260deg);
}
.faq {    margin-top: -60px; padding-bottom: 50px; overflow: hidden;}
.faq-man {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
}
.footer{ background: #C1ED0B; color: #151515; padding: 35px 0;}
.social_icon a {
    color: #000;
    font-size: 25px;
    margin-right: 15px;
}
.footer img{    height: 35px;}
.navbar-toggler { 
    background: #c1ed0b;
}
body .react-tel-input .form-control { 
    border-radius: 10px; 
    height: 35px;
    width: 100%; 
}
.react-tel-input .country-list .country { 
    color: #000;
}
.modal-content{    background: #202020;    color: #fff;}
.modal-header{   border-bottom: 1px solid hsl(0deg 0% 100% / 12%);}
.btn-close{   background-color: #aacd1c;    opacity: 1;}
.scan_box{    text-align: center;

    padding: 10px;
    border-radius: 15px;}
.eye_icon{position: absolute;
    right: 10px;
    top: 6px; cursor: pointer;
    color: #000;
    font-size: 20px;}
.modal-footer{   border-top: 1px solid hsl(0deg 0% 100% / 12%);}
.box21{    background: #c1ed0b;
    padding: 25px;
    border-radius: 30px;
    color: #000;}
.box th{background: #c1ed0b;}
.comming_soon h2{ font-size: 50px;}
.comming_soon {
    background: hsl(0deg 0% 0% / 45%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.comming_soon h3{font-size: 70px;  color: #c1ed0b;}
.bonus_man{     background: #C1ED0B; padding: 70px 0; overflow: hidden; color: #000000; position: relative;}
.bonus_man h1{ font-size: 60px;}
.bonus_man h2 {
    font-size: 42px;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    -moz-text-stroke: 1px #000;
    -ms-text-stroke: 1px #000;
    -o-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.bonus_5{ color:#151515}
.refrail_link{ position: relative;}
.refrail_link .btn {
    color: #fff;
    position: absolute;
    right: 0;
    background: #4D18B0;
    top: 0;
    bottom: 0;
}
.connect_wallet_btn {
    color: #fff;
    background: #4D18B0;
    width: 80%;
    padding: 12px 20px;
    border-radius: 25px;
}
.refrail_link input{    border: 1px solid #676767;}
.social_icon2 a{    background: #4d18b0;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    line-height: 45px;}
.sid{ position: relative;}
.sid span {
    position: absolute;
    background: #c1ed0b;
    top: 0;
    z-index: 1;
    left: 33%;
    padding: 0 10px;
}
.bbi3 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46%;
}
.bbi2{    position: absolute; left: -30px;  bottom: 35%;   height: 100px;}
.sid::after{ content: ""; position: absolute; height: 1px; width: 100%; left: 0; top: 10px; border: 1px solid #676767;}
.terms_link a {    margin-right: 25px;    color: #000;}
.list_abc li {
    list-style: lower-alpha;
    margin: 0 0 10px 20px;
}
.skip-form{
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.skip-form:hover{
    cursor: pointer;
}

@media only screen and (min-width: 991px) {
    .dpnone{ display: none;}
    .container-fluid{ padding-left: 25px; padding-right: 25px; max-width: 2000px;} 
}
@media only screen and (max-width: 991px) {
.monone{ display: none;}
.cointop {
    height: 130px;
    top: 18%;
}
.navbar-brand img {
    height: 43px; 
}
.right_btn{ margin-top: 10px;}
    .u_big { 
        height: 180px;
        top: 40%;
    }
    .hero { 
        min-height: auto;
        padding-bottom: 50px;
    }
    .big_b_conntent {
        position: initial;
        padding-top: 50px;
    }
    .rc_box {
        margin-bottom: 25px;
        padding: 15px;
        border-radius: 30px;
    }
    .buy_sell_box { 
        padding: 15px;
        border-radius: 30px; 
    }
    .h100 {
        height: 100px;
    }
    .saping_sec h1 {
        font-size: 36px; 
    }
    .coin1 {
        max-width: 50%;
        right: -10px; 
        margin: -90px 0 20px auto;
    }
    .mt_img {
        margin-top: -80px;
    }
    .logo333_section h1 {
        font-size: 36px;        margin-top: 20px; text-align: center;

    }
    .logo333_section h2 {
        font-size: 36px;
    }
    .phone2 {
        width: 100%;
        margin-top: 0;
    }
    .win_box {
        margin-top: 30px;
    }
    .red_box {
        width: 100%;
    }

    .ledend_sec h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .gcard {
        height: 35px;
    }
    .play_sec h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .phone4 {
        margin-top: 9px;
        padding-left: 0;
    }
    .plan_icon img {
        height: 70px;
        margin-bottom: 15px;    margin-top: 10px;
    }
    .play_sec {
 
        padding: 80px 0 30px;
    }
.pure_sec{      text-align: center;    padding: 25px 5px;
    }
    .pure_sec small{    display: block;
        margin: 20px 0;      
    }
    .exc_sec h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .footer img { 
        margin: 20px 0;
    }
    .faq-man {
        position: initial; 
        width: 55%; margin-left: 20%;
    }
.minia_box_in img {
        height: 25px;
} 
.faq-man {
    position: initial;
    width: 70%;
    margin: auto;
    display: block;
}
.minia_box {
    padding: 25px 0 0;
    background: hsl(236deg 75% 37% / 70%);
}
.minia_box h5{  font-size: 16px;}
.mt501 {
    margin-top: 0;
} 
.mt50 {
    margin-top: 45px;
}
.roadmap {
    width: 100%;
    position: initial;
    right: 0;
    top: -5px;
}
.one {
    left: 0;
    height: auto;
    top: 10px;
    width: 100%;
}
.sign_up h2 {
    font-size: 38px;
}

.sign_up {
    padding: 100px 20px 40px 20px;
    border-radius: 0;
    background: #c1ed0b;
}
.faq {
    margin-top: 0;     padding-bottom: 0;
}
.faq h2 {
    font-size: 50px;
    text-align: center;
}
.sign_up_box {
    padding: 20px;
    margin-top: 30px;
}
.p70 {
    padding: 40px 0;
}
.exc_sec {

    padding: 40px 0 0;
}

.win_box h2{        font-size: 25px;}
.ledend_sec .slick-next {  right: 25px;}
.ledend_sec .slick-prev {  left: 25px;        z-index: 1;}
.video_btn {
    width: 50px;
    height: 50px;
    font-size: 35px;
    line-height: 55px;
}
.ukc-t {
    position: inherit; 
    width: 80%;
    margin: 20px auto 0;
    display: block;
}
.mt501  h5{ font-size: 16px;}
.border_left h4, .border_left h3 { 
    font-size: 24px;
}
 
}

.border_none{    border: none;} 
.border_none h1{margin: auto;
    margin-right: -20px;}

 .carousel-item-padding-40-px {
        padding: 0 40px;
        transition: transform 1s linear; /* This ensures smooth transitions */
 }
.s_bs_box{ padding: 20px; border-radius: 25px ;  background: #939393;     width: 85%;}
 .cur-height{
    height: 65%;
 }
 
.bb_box { z-index: 2; padding: 15px;}
    .bb_box::after {
    content: "";
    position: absolute;
    background: #4D18B0;
    top: 0;
    left: 0;    width: 85%; 
    height: 100%;
    z-index: -1; border-radius: 15px;
}
.qr_box {
    background: #fff;
    color: #4D18B0;
    padding: 5px;
    border-radius: 10px;
}
.qr_box img{ display: block; margin: auto;}
 .filter-button{
    margin-top: 20px;
 }
 .filter-button button{
    background: none;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #fff;
    font-size: 17px;
    border-radius: 4px;

 }

 .filter-button button.active{
    color: #000;
    border: none;
    background: #c1ed0b;

 }
 .progress-bar{
    background-color: #92dc00;
    color:#000
 }
 .progress, .progress-stacked{
    --bs-progress-bg: #858585;
 }
 .count-down{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0px;
 }
 .timer{
    background: #c1ed0b;
    color: #000;
    padding: 22px;
    border-radius: 43px;
 }
 .timer2 {
    background: #c1ed0b;
    color: #000;
    padding: 20px;
    border-radius: 10px;
}
.timer2 span{ font-size: 30px; padding: 0 15px; position: relative; font-weight: bold;}
.timer2 span small{ font-size: 10px; display: block;font-weight: 200;}
.timer2 span::after {
    content: ":";
    position: absolute;
    right: -5px;
    top: 0;
}
.timer2 .timer_in span:last-child:after {
   display: none
}
.btn_live{background: #4d18b0;
    color: #fff; animation: blinker 1s linear infinite;
    padding: 6px 25px;}
     
@keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .img-logo img{
    width: 65%;
  }
  .border_none  .btn-close{    margin: 0 5px 0 auto;}

  .buy_sell_box_ab {
    background: hsl(0deg 0% 0% / 85%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; display: flex; border-radius: 34px;
}
  .loader {
    width: 80px;
    height: 80px;
    border: 3px dotted #c1ed0b;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;    margin: auto;
  }
  .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #c1ed0b;
    border-style: solid solid dotted;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
  }
      
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  @keyframes rotationBack {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  } 
  .bg_new, .buy_sell_section{ background-color: #010101;    overflow: hidden;}
  .calling_box {
    position: absolute;
    width: 100%;
     font-size: 20px;
    left: 0;
    bottom: 0;line-height: 30px;
    
}
.challenge_sec h2 {
    font-size: 70px;
    position: relative;
    z-index: 3;
}
.the_st_sec{ background: #494949; padding: 30px;  border-radius: 15px;    z-index: 1;}
.the_st_sec_ll li {
    list-style: disc;
    margin: 5px 0 0 20px;
}
.coin5 {
    max-width: 300px;
    position: absolute;
    right: -150px;
    bottom: 8%;    z-index: -1;
}
.coin6 {
    max-width: 100%;
    position: absolute;
    left: -250px;
    top: -100px;    z-index: -1;
}
.w80{    width: 80px;}
.z1{ z-index: 1;}
.vip_box {
    position: relative;
    padding: 30px 20px;
    border-radius: 15px;
    width: 80%;
    border: 1px solid #3f4c0b;
    background: #000;
    z-index: -1;
}
.vip_icon {
    position: absolute;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    border: 1px solid #3f4c0b;
    padding: 15px;
    right: -35px;
    background: #000;
    top: 2px;
}
.what_right {
    position: absolute;
    left: 0;
    bottom: 0;   width: 60%; 
    z-index: 2;
}
.sc {
    position: absolute;
    right: 0;
    max-width: 55%;
    top: -80px; z-index: 1;
}
.c_bg {
    background: url(../img/c_bg.webp) repeat-x top center;
   
}
.ses_box {
    background: #000;
    padding: 40px;
    border-radius: 16px;
    z-index: 1;
    border: 1px solid #2c0870;
    height: 100%;
    line-height: 28px; 
    font-family: 'BlauerNue-ExtraLight';
    letter-spacing: 1px;
}
.w12{ width: 100px;}
.why_the {
   
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -moz-text-stroke: 1px #fff;
    -ms-text-stroke: 1px #fff;
    -o-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
 
}
.lspace{ letter-spacing: 1px;}
.how_box {
    background: url(../img/aero1.png) no-repeat 0px 1px;
    padding: 4px 0 4px 38px;
    background-size: 20px;
    margin-bottom: 10px;
}
.utw_box {
    padding: 25px;
    background: transparent;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 25px; 
    border: 1px solid rgb(255 255 255 / 23%);
    position: relative;
}
.tojoin {background: url(../img/tojoin.webp) no-repeat top center ;  background-size: cover; padding: 70px 0;}
.bg_new .asseen {
    background: #010101;
}
.bg_new .asseen_in {
    background: #4D18B0; 
}
.bg_new .asseen_in img { 
    max-height: 60px; 
    filter: brightness(0) invert(1);
}
.bg_new .legends { display: none;}

.bg_new .scrool_logo1 {    transform: rotate(365deg);}
.bg_new .scrool_logo2 {
    transform: rotate(375deg);
    left: -30px;
    right: -30px;
    position: absolute;
}
.z0{    z-index: 0;}
.btn_pn {
    right: 20px;
    border-radius: 15px 15px  0 0;
    top: 30%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 165px;
    height: 40px;
    position: fixed;
    transform-origin: right center;
    letter-spacing: 1px;
    padding: 8px 15px;
    background: #c1ed0b;
    z-index: 9;
    white-space: nowrap;
    font-family: arial;
    font-size: 16px;
    font-weight: 500;
}
.btn3 {
    padding: 10px 25px;
    background: #92DC00;
    border-radius: 25px;
    font-size: 16px;
}
.video_bg {
    position: relative;    display: block;
}
.video_bg .w100{    height: 193px;}
.video {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 7px 10px 8px;
    border-radius: 23px;
    height: 195px;
    width: 100%;
    object-fit: cover;
}
.video_bg .bi{    position: absolute;
    top: 35%;
    font-size: 50px;
    left: 44%;}
.row6 {
        margin-right: -6px;
        margin-left: -6px;
        overflow-y: scroll;
        max-height: 550px; padding-right: 10px;
    }
.row6 .col-md-6{padding-right:6px;    padding-left:6px;}    
  @media only screen and (min-width:1500px) {
    .what_right { 
        width: 45%; 
    }
  }
  @media only screen and (min-width:2000px) {
    .what_right { 
        width: 35%; 
    }
  }
    @media only screen and (max-width:767px) {
    .supply_box_u11 {
            width: 100%; text-align: center;
            border-right: 0;
            border-bottom: 1px solid #9b9b9b; 
     }
     .s_bs_box { 
        width: 100%;
    }
     .bonus_man h2 {
        font-size: 22px;
    }
    .bonus_man h1 {
        font-size: 32px; margin: 30px 0 0;
    }
    .bbi3 {
        height: 150px;
    }
    .bbi1{    height: 110px;}
    .sid span {
        left: 12%;
    }
    .bbi2{   bottom: 5%;   height: 80px;}
    .bonus_man {
        background: #C1ED0B;
        padding: 40px 0 150px;
        overflow: hidden;
        color: #000000;
        position: relative;
    }
     .supply_box_u11 img{
        max-width: 50%; }
    .right_btn{    width: 100%;    text-align: center;}
    .border_left{    padding: 15px 0;}
    .win_box img{    width: 200%;}
    .win_text {  position: absolute;  top: 25%;  left: 22px;  width: 80%;}
    .w_btn {
        padding: 6px 20px;
    }
    .max_h5 h6 {
        margin-right: 2%;
        font-size: 12px;
    }
    .big_b_conntent p.h4{ font-size:16px; }
    .big_b_conntent p.h4 br, .hero  p.h5 br{  display: none;}
    .hero  p.h5{ font-size:16px; width: 70%;}
    
    .legends_left {
        padding: 70px 24px; 
        line-height: 25px;
    }
    
    .rc_box_in .col-md-7{display: flex; justify-content: space-between; margin-bottom: 5px;}
    .rc_box_in .col-md-5{display: flex; justify-content: space-between;}
    .scrool_logo1 h5 {
        font-size: 12px;
    }
    .scrool_logo2 h5 {
        font-size: 10px;
    }
    .b_box h3{    font-size: 1.2rem;}
    .red_box h5 {
        font-size: 12px;
    }
    .b_box { 
        padding: 15px 16px; 
    }
    .b_box.h5, .border_right .h5{    font-size: 15px;}
    .re14{font-size: 14px;}
    .scrool_logo1 img{ 
        height: 25px; 
    }
    .scrool_logo2 img {
        height: 20px;
    }
    .scrool_logo1 { 
        padding: 3px 0 0px;
        transform: rotate(348deg);     top: 1px;
    }
    .navbar-collapse{ margin-top: 10px;}

    .hero .container-fluid.pt-5{    margin-top: 200px;}
    .home_manhadding {
        margin-top: 4%;
        position: absolute;
        left: 15px;
    }
    .calling_box {
        position: inherit; 
        font-size: 16px; 
    }
    .challenge_sec h2 {
        font-size: 30px; 
    }
    .the_st_sec { 
        padding: 20px; 
    }
    .coin6{ display: none;}
    .what_right {
        position: inherit; 
        max-width: 100%; 
    }
    .sc { 
        max-width: 80%;
        top: 90px; 
    }
    .hhhh{        margin-bottom: 130px;}
    .ses_box { 
        padding: 20px; 
    }
    .w12 {
        width: 50px;
    }
    .video {
        height: 140px;     padding: 7px 5px 8px 6px;
        border-radius: 17px;
    }
    .video_bg .w100 {
      height: 137px;
    }
    .video_bg .bi {
      top: 30%;
      font-size: 35px; 
    }
    }

    @media only screen and (max-width:575px) {


    .video {
        height: 110px; padding: 7px 3px 8px 4px; border-radius: 10px; }
    .video_bg .w100 {
        height: 106px;
    }
 
}
