@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/*body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Noto Sans', sans-serif;
}*/

.navMobile {
    padding: 0 10%;
    background-color: #161616;
}

a#navbarDropdownMenuLink78 img {
    width: 10%;
    /* padding-right: 3px; */
    margin-right: 10px;
    vertical-align: -3px;
}

.logingrid.mycontent {
    grid-template-columns: 43% 45% 37%;
}

.bg-title.my-content h4 {
    margin: 0;
}

.btnlogin a {
    color: #fff;
    text-decoration: none;
}

.btnlogin a:hover,
.article-info a:hover {
    color: #fff;
    text-decoration: none;
}

.login-info.join-btn.btnlogin a {
    color: #000;
}

.navbarmob {
    display: none;
}

.malaysia-menu a {
    display: contents;
    font-size: 14px;
}

.singapore-menu a {
    display: contents;
    font-size: 14px;
}

.dropdown-menu {
    min-width: 14rem !important;
        top: 145% !important;
    left: -135% !important;
    padding: 10px !important;
   
}



.logingrid {
    display: grid;
    grid-template-columns: 35% 45% 40%;
    margin-left: 55%;
    grid-gap: 4%;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor {
    background-color: #161616 !important;
}

ul.dropdown-menu.inner.selectpicker {
    display: block;
    padding: 0 10px !important;
}

/*ul.dropdown-menu.inner.selectpicker li:nth-child(1),*/
ul.dropdown-menu.inner.selectpicker li:nth-child(2),
ul.dropdown-menu.inner.selectpicker li:nth-child(3){
    display: table-cell;
}

ul.dropdown-menu.inner.selectpicker li:nth-child(3) {
    padding: 0 0 0 10px;
}

.dropdown-menu>li>a {
    padding: 3px 0 !important;
}

#me88img img {
    width: 35%;
    margin-top: -12px;
}

#x-title {
    text-transform: lowercase;
}


.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}






/*.youtube-carousel{
  border: 4px solid #e25454;
}*/

.carousel-indicators li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 0px 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #686e7a !important;
    border: none !important;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: -15% !important;
    
}

.carousel-indicators .active {
    width: 10px !important;
    height: 10px !important;
    margin: 0;
    background-color: #dc480a !important;
}

.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
   margin-bottom: -1px;
   margin-right: -1px;   
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;  
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
  
.carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 20px;
  left:5%;
  margin: 0;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 20px;
  left:33%;
  margin: 0;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  color: #ffffff;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  opacity: 1;
  height:120px;
}

.controls{
   display: none;
}

.carousel-control:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  outline: 0;
  opacity: 0.6;
}

.left-button {
  height:70px;
  width:35px;
  border-radius: 0 90px 90px 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  background-color: #e25454;
  display: inline-block;
  position: relative;
  float:left;
  /*subpixel bug*/
  margin-left: -1px; 
}

.right-button {
  height:70px;
  width:35px;
  border-radius: 90px 0 0 90px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  background-color: #e25454;
  display: inline-block;
  position: relative;
  float:right;
  /*subpixel bug*/
  margin-right: -1px;
}


.carousel-caption {
 display: none;
 background: none repeat scroll 0 0 #e25454;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  opacity: 1;
  padding:7px 30px 7px;
  text-transform: uppercase;
  z-index:11;
  pointer-events:none;
}

@media screen and (min-width: 768px) {
.right-button {
  height:120px;
  width:60px;
  border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  display: inline-block;
  position: relative;
  float:right;
}

.left-button {
  height:120px;
  width:60px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  display: inline-block;
  position: relative;
  float:left;
}

.carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 35px;
  left:5%;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 35px;
  left:35%;
}

.carousel-caption {
  font-size: 18px;
  padding:15px 20px 15px;
  }
}
@media screen and (min-width: 992px) {
 .carousel-caption {
    font-size: 18px;
    padding:15px 20px 15px;
  }
}



/*div.container {
  margin: 0 auto;
  width: auto;
  background-color: transparent;
  padding: 8px 0 0;
}

div.dropdown {
  position: relative;
}

div.dropdown > div.caption {
  background-color: #f2f2f2;
  padding: 11px 24px;
  border-radius: 3px;
  cursor: pointer;
}

div.dropdown > div.list {
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: none;
}

div.dropdown > div.list > div.item {
  padding: 11px 24px;
  cursor: pointer;
}

div.dropdown > div.list > div.item.selected {
  font-weight: bold;
}

div.dropdown > div.caption:hover,
div.dropdown > div.list > div.item:hover {
  background-color: rgb(83, 161, 214);
  color: #fff;
}

div.dropdown.open > div.caption {
  border-radius: 3px 3px 0 0;
  border-bottom: solid 1px #999;
}

div.dropdown.open > div.list {
  display: block;
}*/

#bgColor {
    background-color: #040404;
}

.container_main {
    padding: 0 10%;
    text-align: center;
    overflow: hidden;
}

 /*.slick-slide>div>img {
            opacity: 0.4;
        }
        
        .slick-active>div>img {
            opacity: 1 !important;
        }*/

        .slick-slide>div>img {
            opacity: 0.2;
            z-index: -1;
            
        }
        
        .slick-slide>div>div {
            opacity: 0.2;
            
        }
        
        .slick-active>div>img {
            opacity: 1 !important;
            

        }
        
        .slick-active>div>div {
            opacity: 1 !important;
            
        }

.namewee_bg {

  background-image: url(../images/home-banner.png);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 17%;
    /*padding-top: 21%;*/
    background-color: #040404;
    /*background-attachment: fixed;*/
}

.article-namewee {
  background-image: url(../images/article-background.png);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 13%;
    background-color: #040404;
    overflow: hidden;
    /*background-attachment: fixed;*/
}

.nav-bg {
    background-color: #161616;
}

.nav-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 0 10%;
}

.nav-img img {
    width: 13%;
}

.login-nav {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    text-align: center;
    align-items: center;
}

.login-btn.btnlogin {
    font-size: 18px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 30%;
}

.dropdown a {
    color: #fff;
    font-weight: bold;
}

.dropdown a:hover {
    color: #ff4e02;
    font-weight: bold;
}

.dropdown-toggle::after {
    font-size: 20px !important;
    vertical-align: middle !important;
}

.navLink {
    padding: 0 !important;
}

.login-info {
    align-self: center;
}

.join-btn.btnlogin {
    font-size: 18px;
    /*border: 1px solid #fff;*/
    /*width: 65%;*/
    color: #000;
    cursor: pointer;
    /*margin: auto;*/
    background-color: #ff4e02;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    align-self: center;
}

.btnlogin {
    float: right;
    color: red;
    margin: 0px 20px;
    padding-top: 0px;
    margin: 0;
}

.btn-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.bootstrap-select>.btn {
    width: 100%;
    padding-right: 60px !important;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: center !important;
    font-size: 20px !important;
    color: #fff !important;
}

.dropdown-menu {
    background-color: #040404 !important;
   
}

.vl {
    border-left: 2px solid #6e6e6e;
    height: auto;
    margin-left: 5px;
}

.dropdown-menu>li>a {
    color: #6c6c6c !important;
    font-size: 15px !important;
}

.caret {
    
    border-top: 5px dashed !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    color: #fff;
}

ul.dropdown-menu.inner.selectpicker a:focus {
    outline: none;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    margin-top: 7px !important;
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    border-radius: 50% !important;
    margin: 0 10px 0 0;
}

/*.bootstrap-select .btn:focus {
    outline: none !important;
}*/

button.btn.dropdown-toggle.selectpicker.btn-default:focus {
    outline: none !important;
}

.btnlogin p {
    margin: 0;
}

.lngg {
    padding-top: 10px;
}

.cryto-bg {
  background-image: url(../images/crypto.png);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20%;
    background-color: #040404;
    /*background-attachment: fixed;*/
}

.choose-bg {
    background-image: url(../images/icon-background.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 7%;
    background-color: #040404;
    /*background-attachment: fixed;*/
}

.footer-bg {
    background-image: url(../images/final-banner.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 25%;
    background-color: #040404;
    /*background-attachment: fixed;*/
    overflow: hidden;
}

.spacer50 {
    margin-bottom: 50px;
}

.spacer100 {
    margin-bottom: 100px;
}

.dark-divider {
    background-color: #040404;
    margin-bottom: 15%;
}

.dark-spacer {
    background-color: #040404;
    margin-bottom: .5%;
}

.deskTop {
    display: block;
    margin: auto;
}

.moBile {
    display: none;
    margin: auto;
}

.bg-title {
    /* display: grid; */
    /* grid-template-columns: 50% 50%; */
    position: absolute;
    top: 15%;
    text-align: left;
    left: 11%;
    color: #fff;
}

.bg-title h2 {
    font-size: 70px;
    margin: 0;
    color: #ff4e02;
    text-transform: uppercase;
    line-height: 35px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.bg-title h4 {
    margin: 40px 0 0 0;
    font-size: 40px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.namewee_grid {
    display: grid;
    grid-template-columns: 40% 60%;
}

.namewee_video {
    position: relative;
    bottom: -500px;
    /*padding: 0 10%;*/
    /*background-color: #040404;*/
    padding-bottom: 20px;
}

#videoSelect button {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

#videoSelect button:nth-of-type(3) {
  margin-bottom: 0;
}

#videoSelect button:focus {
    outline: none;
}

#btnText1 {
    position: absolute;
    left: 27%;
    bottom: 60%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

#btnText2 {
    position: absolute;
    left: 27%;
    bottom: 35%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

#btnText3 {
    position: absolute;
    left: 27%;
    bottom: 7%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

.slider {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0 !important;
    padding: 0 0 2%;
}

    .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width: 100%;
      /*transform: scale(0.9);*/
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
        display: none;
    }

.slick-center img {
  /*transform: scale(1.1);*/
}

/** {
      box-sizing: border-box;
    }*/

.article-desc {
    border-radius: 20px;
    /* border: 1px solid red; */
    background-color: #262626;
    color: #fff;
    text-align: left;
}

.article-desc img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.article-info {
    padding: 18px;
}

.article-info h3 {
    font-size: 16px;
    text-align: left;
    font-family: 'Noto Sans';
    margin: 0 0 10px;
}

.article-info p {
    color: #656a6e;
    font-size: 14px;
    text-align: left;
    /* margin: 8px; */
    margin-bottom: 8px;
    font-family: 'Noto Sans';
}

.article-info a {
    color: #fff;
    text-decoration: none;
    /* text-align: left; */
    font-size: 14px;
    font-family: 'Noto Sans';
}

/*.slick-slide > .article-desc:nth-child(even) {
  transform: scale(1.1);
}*/

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #dc480a;
}

.slick-dots li button:before {
    font-size: 20px;
    color: #686e7a;
  
}

.article-title {
    color: #ff4b00;
    text-align: left;
    padding: 5% 10% 2%;
}

.article-title h3 {
    font-size: 35px;
    margin: 0;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 30% 70%;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 50px;
    color: #ff4b00;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title h3, .cryto-texts h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title {
    align-self: center;
    text-align: left;
}

.cryto-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    /* padding-top: 5%; */
    /* text-align: right; */
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 170px;
    text-align: right;
    right: 285px;
}

.choose-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
}

.choose-info img {
    width: 50%;
}

.choose-info {
    padding: 0 10%;
}

.choose-info h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.choose-info p {
    font-size: 18px;
    color: #56555d;
    font-family: 'Nunito Sans';
    font-weight: 400;
    margin: 0;
}

.why-choose {
    padding: 5%;
    text-align: left;
    color: #ff4e00;
}

.why-choose h2 {
    font-size: 35px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0 0 10px 0;
}

.why-choose p {
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito Sans';
    font-weight: 400;
    margin: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    /* padding: 2% 5%; */
    text-align: center;
    position: relative;
    top: 120px;
    left: 50px;
}

.footer-title {
    /* text-align: left; */
    /* align-self: center; */
    text-align: center;
    /* align-content: baseline; */
}

.nav-img {
    align-self: center;
}

.vip-club img {
    width: 100%;
}

@media (min-width: 1600px) and (max-width: 1799px) {

    .bg-title h2 {
    font-size: 60px;
}

.bg-title h4 {
    font-size: 35px;
    
}

.namewee_grid {
    display: grid;
    grid-template-columns: 45% 55%;
}

.namewee_video {
    position: relative;
    bottom: -430px;
    /* padding: 0 10%; */
    /* background-color: #040404; */
    padding-bottom: 20px;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 170px;
    text-align: right;
    right: 250px;
}


}

@media (min-width: 1500px) and (max-width: 1599px) {

    .logingrid.mycontent {
    grid-template-columns: 54% 45% 28%;
}

    .bg-title h2 {
    font-size: 55px;
}

.bg-title h4 {
    font-size: 35px;
    
}

.namewee_grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.namewee_video {
    position: relative;
    bottom: -410px;
    /* padding: 0 10%; */
    /* background-color: #040404; */
    padding-bottom: 20px;
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 170px;
    text-align: right;
    right: 210px;
}


}

@media (min-width: 1400px) and (max-width: 1499px) {

    .logingrid.mycontent {
    grid-template-columns: 50% 45% 37%;
}

    .logingrid {
    margin-left: 48%;
}

    .bg-title h2 {
    font-size: 50px;
}

.bg-title h4 {
    font-size: 30px;
    
}

div#videoSelect img {
    width: 100%;
}

.namewee_grid {
    display: grid;
        grid-template-columns: 45% 53%;
    grid-gap: 2%;
}

.namewee_video {
    position: relative;
    bottom: -370px;
    /* padding: 0 10%; */
    /* background-color: #040404; */
    padding-bottom: 20px;
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
        margin-top: -45px;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 170px;
    text-align: right;
    right: 210px;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 40px;
    color: #ff4b00;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title h3, .cryto-texts h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 170px;
    text-align: right;
    right: 245px;
}

.login-btn.btnlogin {
    width: 100%;
    font-size: 20px;
   
}

.join-btn.btnlogin {
    font-size: 20px;
}


}

@media (min-width: 1300px) and (max-width: 1399px) {

    .logingrid.mycontent {
    grid-template-columns: 52% 45% 31%;
}

    .logingrid {
    margin-left: 46%;
}

    .bg-title h2 {
    font-size: 50px;
    line-height: 10px;
}

.bg-title h4 {
    font-size: 30px;
    margin: 30px 0 0 0;
    
}

.namewee_grid {
    display: grid;
    grid-template-columns: 43% 55%;
    grid-gap: 2%;
}

div#videoSelect img {
    width: 100%;
}

.namewee_video {
    position: relative;
    bottom: -350px;
    /* padding: 0 10%; */
    /* background-color: #040404; */
    padding-bottom: 20px;
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 150px;
    text-align: right;
    right: 140px;
}

.login-btn.btnlogin {
    width: 100%;
    font-size: 20px;
   
}

.join-btn.btnlogin {
    font-size: 20px;
}


}

@media (min-width: 1200px) and (max-width: 1299px) {

    .logingrid.mycontent {
    grid-template-columns: 54% 45% 33%;
}

    .logingrid {
    margin-left: 44%;
}

    .bg-title h2 {
    font-size: 45px;
    line-height: 15px;
}

.bg-title h4 {
    font-size: 30px;
    margin: 30px 0 0 0;
    
}

.cryto-texts.my-content {
    right: 114px;
}

.choose-info img {
    width: 35%;
}

div#videoSelect img {
    width: 100%;
}

.namewee_grid {
    display: grid;
    grid-template-columns: 42% 56%;
    grid-gap: 2%;
}

.namewee_video {
    position: relative;
    bottom: -350px;
    /* padding: 0 10%; */
    /* background-color: #040404; */
    padding-bottom: 20px;
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 150px;
    text-align: right;
    right: 160px;
}

.login-btn.btnlogin {
    width: 100%;
    font-size: 20px;
   
}

.join-btn.btnlogin {
    font-size: 20px;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 40px;
    color: #ff4b00;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}


}

@media (min-width: 1100px) and (max-width: 1199px) {

    .bg-title h2 {
    font-size: 45px;
    line-height: 15px;
}

.bg-title h4 {
    font-size: 30px;
    margin: 30px 0 0 0;
    
}

.namewee_grid {
    display: grid;
    grid-template-columns: 45% 53%;
    grid-gap: 2%;
}

.namewee_video {
    position: relative;
    bottom: -320px;
    /* padding: 0 10%; */
    /* background-color: #040404; */
    padding-bottom: 20px;
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 125px;
    text-align: right;
    right: 160px;
}

.login-btn.btnlogin {
    width: 80%;
    font-size: 20px;
   
}

.join-btn.btnlogin {
    font-size: 20px;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 35px;
    color: #ff4b00;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title h3, .cryto-texts h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}


}

@media (min-width: 1024px) and (max-width: 1030px) {
.logingrid {
    margin-left: 25% !important;
}
    }

@media (min-width: 700px) and (max-width: 1024px) {

.bg-title h2 {
    font-size: 35px;
    margin: 0;
    color: #ff4e02;
    text-transform: uppercase;
    line-height: 5px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.nav-img img {
    width: 60%;
}

.bg-title h4 {
    margin: 25px 0 0 0;
    font-size: 25px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.nav-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 0 10%;
}

.bg-title {
    /* display: grid; */
    /* grid-template-columns: 50% 50%; */
    position: absolute;
    top: 15%;
    text-align: left;
    left: 5%;
    color: #fff;
}

.namewee_bg {
    background-position: 30%;
    padding-bottom: 55%;
    
}

.logingrid {
    margin-left: 0%;
}

.container_main.choose-bg {
    padding-bottom: 5%;
}

.container_main {
    padding: 0px 0%;
    text-align: center;
    overflow: hidden;
}

.namewee_video {
    position: relative;
    bottom: -215px;
    /* padding: 0 10%; */
    /* background-color: #040404; */
    padding-bottom: 20px;
}

.namewee_grid {
    display: none;
    grid-template-columns: auto;
    grid-gap: 2%;
}

.mobile-video.moBile {
    display: block;
    padding: 0 4%;
    margin-top: -140px;
}

.video-section {
    height: 400px;
}

.article-title {
    color: #ff4b00;
    text-align: center;
    padding: 0 10% 5%;
}

.article-title h3 {
    font-size: 30px;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 30px;
    color: #ff4b00;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title h3, .cryto-texts h3 {
    color: #fff;
    font-size: 25px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 90px;
    text-align: right;
    right: 80px;
}

.why-choose h2 {
    font-size: 30px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0 0 10px 0;
}

.choose-grid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0%;
}

.spacer100 {
    margin-bottom: 50px;
}

.choose-info img {
    width: 35%;
}

.nav-grid {
    overflow: hidden;
}

.why-choose {
    padding: 5%;
    text-align: center;
    color: #ff4e00;
}

.footer-grid {
    top: 50px;
    left: 35px;
}

    }


    @media (min-width: 1020px) and (max-width: 1024px) {

        .namewee_video {
    position: relative;
    bottom: -295px;
    /* padding: 0 10%; */
    /* background-color: #040404; */
    padding-bottom: 20px;
}

.bg-title {
    /* display: grid; */
    /* grid-template-columns: 50% 50%; */
    position: absolute;
    top: 8%;
    text-align: left;
    left: 12%;
    color: #fff;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 115px;
    text-align: right;
    right: 155px;
}

    }


    @media (min-width: 370px) and (max-width: 375px) {

        .bg-title {
    top: 12%;
    
}

    }


    @media (min-width: 300px) and (max-width: 699px) {

.deskTop {
    display: none;
}

.logingrid,
.navbar-brand {
    display: none !important;
}

.navbarmob {
    display: grid;
    grid-template-columns: 18% 70%;
}

.navMobile {
    padding: 0;
}

.moBile {
    display: block;
}

.mobile-video.moBile {
    margin-top: -70px;
    padding: 0 4%;
}

.mobile-navgrid {
    display: grid;
    grid-template-columns: 39% 50% 29%;
    grid-gap: 3%;
    /* padding: 0; */
    margin: auto;
}

.nav-mob {
    padding: 0 !important;
}

.navbar-toggler {
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1;
    background-color: transparent;
    border: none !important;
    border-radius: 0.25rem;
}

.namewee_bg {
    background-image: url(../images/home-banner-mob.png);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 65%;
    /* padding-top: 21%; */
    background-color: #040404;
    /* background-attachment: fixed; */
}

.bg-title h4 {
    margin: 18px 0 0 0;
    font-size: 16px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 18px;
    color: #ff4b00;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title h3, .cryto-texts h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.container_main.crytomb.moBile img {
    width: 100%;
}

.vip-club {
    padding-bottom: 50px;
}

.container_main.crytomb.moBile {
    padding: 0 4%;
}


.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 52px;
    text-align: right;
    right: 25px;
}

.choose-info p {
    font-size: 13px;
    color: #56555d;
    font-family: 'Nunito Sans';
    font-weight: 400;
    margin: 0;
}

.choose-grid {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 2%;
    align-content: space-evenly;
}

.why-choose h2 {
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0 0 10px 0;
}

.choose-info {
    /* padding: 0 4%; */
    /* background-color: red; */
    margin: 0px 5%;
    /* background-image: linear-gradient(#151517e6, #141414); */
    background-image: linear-gradient(157deg, #343333, #141414);
    padding: 12px;
    border-radius: 12px;
}


.choose-info h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.choose-info img {
    width: 35%;
}

.bg-title {
    left: 5%;
    top: 12%;
    
}

.why-choose p {
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito Sans';
    font-weight: 400;
    margin: 0;
}

.vip-title.moBile {
    padding-right: 30%;
}

.vip-title h2 > span {
    font-size: 16px;
    color: #fff;
}

.bg-title h2 {
    font-size: 20px;
    line-height: 20px;
    
}

.article-title h3 {
    font-size: 18px;
    margin: 0;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

#me88img img {
    width: 20%;
    padding-bottom: 0px;
    margin-top: -5px;
}

.article-title {
    color: #ff4b00;
    text-align: left;
    padding: 8% 4% 3%;
}

.nav-grid {
    overflow: hidden;
}

.container_main {
    padding: 0 0%;
    text-align: center;
    overflow: hidden;
}

.slick-dots li button:before {
    font-size: 13px;
    color: #686e7a;
}

.why-choose {
    padding: 15% 5% 10%;
    text-align: left;
    color: #ff4e00;
}

.article-namewee {
    padding-bottom: 25%;
  
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: auto;
}

.footer-bg {
    background-image: url(../images/final-banner-mob.jpg);
    padding-bottom: 28%;
    
}

.footer-grid {
    top: 26px;
    left: 9px;
}

.choose-bg {
    padding-bottom: 15% !important;
    background-image: none;
    
}

.nav-grid {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 0 5%;
}

.join-btn.btnlogin {
    font-size: 14px;
    /* border: 1px solid #fff; */
    /* width: 65%; */
    color: #000;
    cursor: pointer;
    /* margin: auto; */
    background-color: #ff4e02;
    font-weight: bold;
    border-radius: 4px;
}

.login-btn.btnlogin {
    font-size: 14px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    border-radius: 4px;
}

.nav-img img {
    width: 100% !important;
}

.dropdown-menu.show {
    display: block;
    padding: 20px 20px !important;
}

.dropdown-menu {
    top: 164% !important;
    left: -250% !important;
}

.singapore-menu {
    padding-top: 20px;
}

.article-info h3 {
    font-size: 14px;
}

.article-info p {
    font-size: 12px;
   
}
    }






