body{
    background: #000;
}
:root {
    --fcolor: #0063b5;
    --mcolor: #fff;
    --navcolor: #000;
    --btnbg: #0a090f;
    --scolor: #E32120;
    --tcolor: #653bcf;
    --tabline: #585858;
    --txtcolor: #ccc;
}
.text-light{
	color: #cfcfcf !important;
}

h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
h3 {
    font-size: 24px;
    color: #fff;   
}
.h3 {
    color: #fff;   
}
h4 {
    color: #fff;
}
h5 {
    color: #fff;
}
li::marker {
    color: #cf1f1f;
}
.whitebox h4 {
    color: #ffffff;
}
.text-white li{
    padding-bottom: 10px;
}
.banner {
    min-height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: url(../images/roblox-clone-script/banner-img.webp), url(../images/roblox-clone-script/banner-bg.webp);
    background-position: 100% , center;
    background-repeat: no-repeat;
    background-size: 92vh, cover;
    color: #FFF;
}
.btn.orange-btn {  
    background: #fff;
    border-radius: 33px;
    color: #000;
    padding: 12px 64px;
    text-align: center;
    transition: .3s all ease;
    border: 0px;
}
.btn.orange-btn:hover {
    background: #2C2C2C;
    border-radius: 33px;
    color: #fff;
}

.white_border {
    background: #2D2D2D;border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;

}

.white_border:hover {
    background: #fff;
    transform: translateY(-10px);
}
.white_border:hover h3{
    color: #000 !important;
}
.white_border:hover p{
    color: #000 !important;
}


.whitebox
 {
    background: #2D2D2D;
    border-radius: 12px;
    border: 0px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}

.whitebox:hover h4 {
  background: none;
}

.card_dark {
    background: #2D2D2D;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
}

.launch {
    height: 100%;
    padding: 20px;
    background: #2C2C2C;
    border: 1px solid #7D7D7D;
    border-radius: 10px;
}

.rev-bg{
     background: url(../images/roblox-clone-script/r-bg.webp);
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
}
.bac_img{
    position: relative;
    width: 60%;
    height: auto;
    z-index: -1;
}

.nav-tabs {
    border-bottom: 0;
    background: #2B2B2B;
        border-radius: 6px;
    padding: 4px;
        max-width: 1095px;
        margin: 0px auto;
}
.nav-tabs .nav-link.active {
     border-bottom: 0px; 
    color: #000000;
        border-radius: 6px;
    padding: 10px 20px;
}

.feat button.active
 {
    background: #fff !important;
    border-radius: 6px;
    padding: 10px 20px;
    color: #000 !important;
}
.feat button {
    background: #161616 !important;
    color: #fff !important;
    padding: 10px 20px;
    border: 2px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border:0px !important;
}

.ts-card {

        justify-content: center;
    align-items: center;
        flex-wrap: balance;
}
.ts-card > div
 {

    width: 220px;
}

.text-centerimg{
    text-align: center !important;
}


.topmenu .megadropdown>li.select>a {
    background: url(../images/nextarrow.svg) #494949;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 17px;
    border-radius: 4px;
    color: #fff !important;
}
@media (max-width: 991px) {

    .banner {
        background: linear-gradient(359.55deg, #000000 0.36%, #676767 99.61%);
    }
    .bac_img{
        display: none;
    }
    .rev-bg

 { background:none; }
    
}
@media (max-width: 650px) {

        .nav-tabs{
        width: 100%;
    }
    .section{
        padding: 10px;
    }
    h2 {
        font-size: 28px;
    }
    h3{
        font-size: 20px !important;
    }
    .h3{
        font-size: 24px !important;
    }
    
    
}
