body {
    font-family: 'Roboto', sans-serif;
}

.NFTheads {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 15px;
    color: #101010;
}

.NFTparas {
    font-size: 18px;
    line-height: 24px;
    color: #010101;
}

.NFTh5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #010101;
    margin-bottom: 10px;
}

.btnType4 {
    background: #FBC00C;
    border-radius: 20px;
    box-shadow: none !important;
    border: 0;
    margin: 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #000 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.btnType4:hover {
    color: #060d13 !important;
    background: #f5c83f;
}

.NFThead {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.smartdevelop .btnType4,
.reasons .btnType4 {
    background-color: #010101;
    color: #fff !important;
}

/* NFTban */
.NFTban {
    padding: 70px 0;
}

.NFTban .btn {
    box-shadow: none;
}

.NFTban .banctn,
.NFTban .banimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.NFTban h1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 35px;
    color: #0A3242;
}

.NFTban p {
    font-size: 26px;
    line-height: 30px;
    color: #2D4853;
}

.NFTban .banctn::before {
    content: "";
    position: absolute;
    background: rgba(252, 216, 117, 0.7);
    filter: blur(50px);
    width: 400px;
    height: 400px;
    z-index: -1;
    top: -2px;
    border-radius: 50%;
    margin: 0 0 0 auto;
    left: 0;
    right: 0;
}

.NFTban .banctn::after {
    content: "";
    position: absolute;
    background-image: url("../images/bsc-nft-marketplace-development/ban.webp");
    top: 0;
    right: 0;
    width: 195px;
    height: 91px;
    background-repeat: no-repeat;
    z-index: -1;
}

/* aboutsection */
.aboutsection {
    background: #FBC00C;
    padding: 50px 0;
    margin: 70px 0 0;
}

.aboutsection .aboutimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* buildbsc */
.buildbsc {
    padding: 0;
}

.buildbscbg {
    padding: 120px 0;
    background-image: url("../images/bsc-nft-marketplace-development/buildbscbg.webp");
    background-size: cover;
    background-position: center;
}

/* whysection */
.whysection {
    margin: 0 0 70px;
    padding: 50px 0;
    background: #FBC00C;
}

.whysection ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.whysection ul li {
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
}

.whysection ul li img {
    margin-right: 15px;
}

/* smartdevelop */
.smartdevelop {
    padding: 70px 0 90px;
}

.smartdevelop .NFTbtn {
    background-color: #010101;
    color: #fff;
}

.smartdevelop .content {
    text-align: center;
}

.smartdevelop .leftpic {
    position: absolute;
    left: 0;
}

.smartdevelop .rightpic {
    position: absolute;
    right: 0;
    z-index: -1;
}


/* feature */
.feature {
    margin: 70px 0;
    padding: 50px 0;
    background: #FBC00C;
}

.feature ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 600px;

}

.feature ul::-webkit-scrollbar {
    width: 1px;
}

.feature ul::-webkit-scrollbar-track {
    border: 2px solid rgba(106, 106, 106, 0.5);
}

.feature ul::-webkit-scrollbar-thumb {
    background-color: #001100;
    padding: 2px;
}

.feature ul li {
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
}

.feature ul li img {
    margin-right: 15px;
}


/* whitebsc */
.whitebsc {
    padding: 70px 0 100px;
}

.whitebsc ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    border-left: 1px solid #D3D3D3;
}

.whitebsc ul li {
    padding: 15px 0 5px;
    border-bottom: 1px solid #D3D3D3;
    margin-left: 50px;
}

.whitebsc ul li:nth-last-child(1) {
    border: 0;
}


/* reasons */
.reasons {
    background: #FBC00C;
    padding: 50px 0;
}

.reasons .box {
    background: #FFD34D;
    border-radius: 44px;
    padding: 20px 35px;
    margin: 15px 0;
    cursor: default;
}

.reasons .box:hover {
    background-color: #fff;
}

.reasons .box h5 {
    margin-top: 10px;
}

.reasons .NFTbtn {
    background: #010101;
    color: #fff;

}

/* whitebenefit */
.whitebenefit {
    background: transparent;
}

.whitebenefit .NFTbtn {
    margin-top: auto;
}

/* allureNFT */
.allureNFT {
    padding: 20px 0;
    background: #010101;
}

.allureNFT .content {
    padding: 50px 0;
}

.allureNFT .NFTheads {
    color: #fff;
}

.allureNFT .allureleft {
    position: absolute;
    top: 0;
}

.allureNFT .allureright {
    position: absolute;
    bottom: 0;
}

/* othermarket */

.othermarket {
    background: #FBC00C;
    padding: 70px 0;
    margin-bottom: 70px;
}

.othermarket .NFTheads {
    text-align: center;
}

.othermarket .box {
    max-width: 75%;
    margin: 15px auto;
    display: flex;
    align-items: flex-start;
}

.othermarket .box img {
    margin-right: 15px;
}

.blinker_me{
    color: rgb(0, 0, 0);
}

@media (max-width:1200px) {
    .NFTban h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .NFTbtn {
        font-size: 19px;
    }

    .NFTban p {
        font-size: 20px;
    }
}

@media (max-width:1199px) {}

@media (max-width: 991px) {
    .NFThead {
        max-width: 100%;
    }

    .NFTh5 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {


    .NFTban h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .NFTheads {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
    }

    .NFTban .banctn::before {
        width: 300px;
        height: 300px;
    }

    .benefits .buyer .buyimg {
        font-size: 29px;
        line-height: 35px;
    }

}

@media (max-width: 768px) {
    .NFTtop h5 {
        font-size: 22px;
    }

    .varioustypes .box:hover .hvrboxlayertop {
        padding: 15px;
    }

}

@media (max-width: 767px) {
    .NFThead {
        max-width: 100%;
        padding: 10px;
    }

    .aboutsection .row {
        flex-direction: column-reverse;
    }

    .feature ul {
        margin-top: 20px;
    }

    .othermarket .box {
        max-width: 100%;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .othermarket .box img {
        margin: 0;
    }
  .othermarket .marketsprite{
    margin-right: 0;
    margin-bottom: 15px; 
   }
    .smartdevelop .rightpic,
    .smartdevelop .leftpic,
    .allureNFT .allureleft,
    .allureNFT .allureright {
        display: none;
    }
    .d_m_none {
        display: none !important
    }
    .whitebsc ul{
        border: none;
        list-style: disc;
    }
    .whitebsc ul li {
        border-bottom: none;
        margin-left: 0;
        padding: 5px 0 0px;
    }
    .NFTh5 {
        font-size: 16px;
    }

}

@media (max-width: 576px) {
    .NFTban h1 {
        font-size: 38px;
        line-height: 45px;
    }

    .NFTheads {
        font-size: 24px;
        line-height: 32px;
    }

    .NFTparas {
        font-size: 16px;
    }

    .NFTban p {
        font-size: 18px;
    }

    .NFTbtn {
        font-size: 16px;
    }

    .NFTh5 {
        font-size: 21px;
    }
}



.alwinNavbar {
    background: #fff;
}

.animated-button1 {
    background: #FBC00C;
    border-radius: 15px;
    box-shadow: none;
    border: 0;
    color: #000 !important;
    font-size: 16px;
    border-radius: 10px;
    width: 200px;
}

.animated-button1::before {
    border-radius: 10px;
}

.animated-button1 img {
    display: none;
}

.animated-button1 span {
    background: linear-gradient(90deg, #325FF0 2.93%, #B779C8 58.54%, #EB9289 100%) !important;
}

.animated-button1 span {
    display: none;
}

.top_msg a {
    color: #000 !important;
}

.top_msg {
    background-color: #fbc00c;
}

.top_msg button::before {
    background: linear-gradient(90deg, #FBC00C 2.93%, #f8d66e 58.54%, #FFD964 100%);
}

a.logoImg.navbar-brand.mb-0 img {
    filter: brightness(0) invert(0);
}

.social_side ul li {
    background-color: #fbc00c;
}

.mega-menu {
    background-color: #fbc00c;
}

.mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
    background-color: #fbbe02;
}

.mega-menu__articles {
    background-color: #fbc41c;
}

.navbar .nav-item .nav-link {
    color: #000 !important;
}

.landingBlogCard p a,
.landingBlogCard h6,
.landingBlogCard a,
.landingBlogCard h6 span,
.landingBlog .homeTitle {
    color: #000 !important;
}

@media (min-width: 992px) {
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:before {
        background-color: #f5bb08;
    }
}


.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:before,
.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item:first-child .mega-menu__nav-link:before {
    border-bottom: 1px solid #0a221e;
}

.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
    color: #000 !important;
}

.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link {
    color: #000 !important;
    border-bottom: 1px solid #fbc41c;
}

.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:after {
    filter: invert(0);
}

.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:hover:after {
    filter: invert(0);
}

.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:hover {
    color: #000 !important;
    background: #f5bb08;
}

.mega-menu__article figure picture {
    color: #000;
}

.mega-menu__article figure figcaption {
    color: #000;
}

.landingBlog {
    background: #fff;
}

.btnType2 {
    border: 1px solid #000 !important;
}


.bdService {
    background: #fff;
}

section.bdService.nft-bdservice.pb-0.faq_new_section h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
}

.nft-accordion .card-header button {
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
}

.nft-accordion .card-body {
    color: white;
    font-size: 18px;
}

.nft-accordion .card-header button.collapsed,
.nft-accordion .card-header button {
    filter: brightness(0) invert(0);
}


.collapse.show {
    display: block;
    color: #fff !important;
    z-index: 1;
}

.nft-accordion .card {
    border: 0;
    border-radius: 15px;
    padding: 2px;
    background: linear-gradient(90deg, #FBC00C, #FFD964);
    margin: 15px 0;
}

.nft-accordion .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 13px;
    background: #fff;
    padding: 6px;
    margin: 2px;
}

.nft-accordion .card-header {
    border: 0;
    background: none;
    padding: 0;
}

.nft-accordion .card-body {
    color: #000;
    font-size: 18px;
}

.nft-accordion .card:last-child {
    border: 0;
}

.awards_section {
    background: #101010;
}

.bottomContactForm {
    background: #FBC00C;
}


.footerform_middle .btn.btnType3 {
    border: none !important;
    background: #FBC00C !important;
    color: #000 !important;
}

.bcfBox {
    background-color: #000;
}

.footerform_right {
    background: #c79d1d;
}


.footerform_middle .form-control:hover {
    border: 1px solid #fff !important;
}

.landingBlogCard .btnType2:hover {
    background: #fbc00c;
    color: #101519 !important;
}

@media screen and (max-width: 450px) {
    .fixed-top {
        top: 71px;
    }
}

@media screen and (max-width: 439px) {
    .fixed-top {
        top: 98px;
    }
}

@media (min-width: 992px) {
    .mega-menu-toggle:before {
        border-bottom: 1.5px solid #fbc00c;
    }

    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:hover:before {
        filter: brightness(0) invert(0);
    }

    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:hover:after {
        filter: brightness(0) invert(0);
    }
}

.innerTopSpace {
    background: transparent;
}

@media screen and (max-width: 767px) {
    .nft-accordion .card-header button {
        font-size: 18px;
    }

    .nft-accordion .card-body {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .navbar #mega-menu-wrapper>.nav-item>.nav-link {
        color: #000 !important;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-light .navbar-toggler {
        color: #000;
    }
}

@media screen and (max-width: 575px) {
    .navbar-light .navbar-toggler {
        color: #000 !important;
    }
}


.sprite {
    background-image: url("../images/bsc-nft-marketplace-development/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
}

.sprite-alwinlogo {
    min-width: 24px;
    height: 26px;
    margin-right: 15px;
    background-position: -5px -5px;
}


.spritewidth {
    min-width: 62px;
    height: 62px;
    margin-right: 15px;
}

.sprite-benefit1 {
    background-position: -39px -5px;
}

.sprite-benefit2 {
    background-position: -111px -5px;
}

.sprite-benefit3 {
    background-position: -183px -5px;
}

.sprite-benefit4 {
    background-position: -255px -5px;
}

.sprite-benefit5 {
    background-position: -5px -77px;
}

.sprite-benefit6 {
    background-position: -77px -77px;
}

.sprite-benefit7 {
    background-position: -149px -77px;
}

.sprite-benefit8 {
    background-position: -221px -77px;
}

.sprite-featurelogo1 {
    background-position: -293px -77px;
}

.sprite-featurelogo2 {
    background-position: -105px -149px;
}

.sprite-featurelogo3 {
    background-position: -177px -149px;
}

.sprite-featurelogo4 {
    background-position: -249px -149px;
}

.sprite-featurelogo5 {
    background-position: -105px -221px;
}

.sprite-featurelogo6 {
    background-position: -177px -221px;
}

.sprite-featurelogo7 {
    background-position: -249px -221px;
}

.sprite-featurelogo8 {
    background-position: -5px -293px;
}


.sprite-reason1 {
    margin: 0;
    background-position: -365px -105px;
}

.sprite-reason2 {
    margin: 0;
    background-position: -321px -177px;
}

.sprite-reason3 {
    margin: 0;
    background-position: -393px -177px;
}

.sprite-reason4 {
    margin: 0;
    background-position: -321px -249px;
}

.marketsprite {
    min-width: 90px;
    height: 90px;
    margin-right: 20px;
}

.sprite-solana {
    background-position: -77px -321px;
}

.sprite-tron {
    background-position: -177px -321px;
}

.sprite-polygon {
    background-position: -365px -5px;
}

.sprite-ethereum {
    background-position: -5px -149px;
}


.techbox {  
    border-radius: 20px;
    color: #000;
    padding:50px 30px;
    transition: 0.2s all;
    text-align: center;
    margin: 40px 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #bfbfbf;
}

.techbox:hover {    
    background: #ffd34d;
}

.techbox h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
}

.techbox .imground {
    position: absolute;
    margin: 0 auto;  
    background: #000000;
    border: 3px solid #fbc00c;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    top: -40px;
}

.techbox:hover .imground {
    background: linear-gradient( #101519, #101519) padding-box, linear-gradient(5deg, #26e0a2, #8787e6) border-box;
  }
.techsprite {
    background-image: url("../images/bsc-nft-marketplace-development/techsheet.webp");
    background-repeat: no-repeat;
    display: block;
}

.sprite-scatech1 {
    min-width: 35px;
    height: 35px;
    background-position: -5px -5px;
}

.sprite-scatech10 {
    min-width: 35px;
    height: 35px;
    background-position: -50px -5px;
}

.sprite-scatech2 {
    min-width: 35px;
    height: 35px;
    background-position: -95px -5px;
}

.sprite-scatech3 {
    min-width: 35px;
    height: 18px;
    background-position: -5px -50px;
}

.sprite-scatech4 {
    min-width: 35px;
    height: 35px;
    background-position: -50px -50px;
}

.sprite-scatech5 {
    min-width: 35px;
    height: 35px;
    background-position: -95px -50px;
}

.sprite-scatech6 {
    min-width: 35px;
    height: 35px;
    background-position: -5px -95px;
}

.sprite-scatech7 {
    min-width: 35px;
    height: 35px;
    background-position: -50px -95px;
}

.sprite-scatech8 {
    min-width: 35px;
    height: 35px;
    background-position: -95px -95px;
}

.sprite-scatech9 {
    min-width: 35px;
    height: 35px;
    background-position: -140px -5px;
}
