
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
body {
    font-family: 'DM Sans', sans-serif !important;
}
.img-card-link span {
    color: #000;
}
.butn {
    box-shadow: none !important;
    border: 0;
    margin: 20px 0;
    font-weight: 400;
    font-size: 20px;
    color: #000 !important;
    background: #FBE526;
    border-radius: 40px;
    padding: 15px;
    text-decoration: none;
}

.butn:hover {
    text-decoration: none;
}

.banner {
    padding: 70px 0;

    background: rgba(0, 120, 100, 0.8);
}

.banner .container-fluid {
    max-width: 90%;
}

.banner .col-md-8 {
    margin: auto 0;
    height: 100%;
}

.banner h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 68px;
    margin-bottom: 20px;
    color: #fff;
}

.banner p {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 10px;
    color: #fff;
}

.banner .butn {
    margin: 20px 0 !important;
    background: #FBE526;
    border-radius: 40px;
    padding: 15px 5px 15px 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    height: 58px;
}

.banner .butn img.img-fluid {
    width: 50px;
    height: 50px;
    margin: 20px 0px 20px 0;
}





.bannerbelow {
    margin: 40px 0;
}

.bannerbelow .container-fluid {
    max-width: 90%;
}

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

.bannerbelow .leftcontent ul li a{
    font-size: 14px;
    padding: 10px;
    background: #FCBD4E;
    display: block;
    width: 100%;
    text-decoration: none;
}

.bannerbelow .leftcontent ul li a:focus{
    background-color: #000;
    color: #fff !important ;
}

.bannerbelow .leftcontent ul li:nth-child(odd) a{
    background: #FFA200;
}

.bannerbelow .leftcontent ul li:nth-child(odd) a:focus{
    background-color: #000;
    color: #fff !important;
}
.bannerbelow .rightcontent h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 15px;
}

.bannerbelow .rightcontent p {
    font-size: 18px;
    line-height: 45px;
}

.bannerbelow .rightcontent ul {
    list-style-type: none;
}

.bannerbelow .rightcontent ul li {
    position: relative;
    margin: 10px 0;
    font-size: 18px;
    line-height: 45px;
}

.bannerbelow .rightcontent ul li::before {
    content: "";
    position: absolute;
    background-color: black;
    padding: 5px;
    left: -30px;
    top: 15px;
    border-radius: 50%;
}

.bannerbelow .rightcontent .boxspace {
    margin: 30px 0;
}

.bannerbelow .rightcontent form {
    background: #007864;
    padding: 20px;
    margin: 30px 0;
}

.bannerbelow .rightcontent form h2 {
    color: #fff;
}

.bannerbelow .rightcontent .form-control {
    border: 1px solid #22B099;
    background: transparent;
    border-radius: 0;
    margin: 10px 0;
}

.bannerbelow .rightcontent form .butn {
    border-radius: 0;
    margin: 0 !important;
    display: block;
    width: 100%;
}

.bannerbelow .rightcontent form .change {
    height: 100%;
    margin: 0;
}

.bannerbelow .rightcontent input::placeholder {
    color: #CFCFCF;
}


.whysection {
    background: #007864;
}

.whysection .container-fluid {
    max-width: 90%;
}

.whysection .leftctn {
    padding: 30px 0;
}

.whysection .leftctn img{
    margin-right: 15px;
}
.whysection h2 {
    color: #fff;
    font-weight: 500;
    font-size: 56px;
    line-height: 67px;
    margin-bottom: 15px;
}

.whysection p {
    font-size: 18px;
    line-height: 45px;
    color: #fff;
}

.whysection .butn {
    width: 100%;
    text-align: center;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.whysection .imgbox {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
}


@media (max-width: 992px) {
    .whysection .butn {
        height: auto;
        padding: 5px;
        font-size: 16px;
    }
    .butn{
        font-size: 17px;
    }
}



@media (max-width: 767px) {
    .butn{
        font-size: 16px;
    }
    .banner h1 {
        font-size: 45px;
        line-height: 60px;
    }
    .banner p {
        font-size: 22px;
    }
    .bannerbelow .leftcontent{
        margin-bottom: 15px;
    }
    .bannerbelow .rightcontent p,.bannerbelow .rightcontent ul li,.whysection p  {
        font-size: 16px;
        line-height: 40px;
    }
    .bannerbelow .rightcontent h2 {
        font-size: 28px;
        line-height: 45px;
    }    
    .bannerbelow .rightcontent form .butn{
    margin: 20px 0 !important;
    }
    .whysection h2 {
        font-size: 38px;
        line-height: 55px;
    }
    
    .whysection .butn {
        width: 55%;
    }
}

@media (max-width: 576px) {
    .banner h1 {
        font-size: 35px;
        line-height: 48px;
    }
    .bannerbelow .rightcontent h2 {
        font-size: 24px;
        line-height: 35px;
    }
}

.sprite {
    background-image: url("../images/cms/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
}
.sprite-btnimg {
    width: 61px;
    height: 61px;
    background-position: -5px -5px;
    margin: 20px 0px 20px 0;
}
.sprite-skype {
    margin-right: 10px;
    width: 38px;
    height: 37px;
    background-position: -76px -5px;
}
.sprite-telegram {
    margin-right: 10px;
    width: 41px;
    height: 37px;
    background-position: -76px -52px;
}
.sprite-whatsapp {
    margin-right: 10px;
    width: 37px;
    height: 37px;
    background-position: -5px -99px;
}









.alwinNavbar {
    background: #339383;
}

.animated-button1 {
    background: #FBE526;
    border-radius: 15px;
    box-shadow: none;
    border: 0;
    color: #000 !important;
    font-size: 16px;
    border-radius: 25px;
    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: #fbe526;
}

.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(1);
}
.social_side ul li {
    background-color: #fbe526;
}
.mega-menu {
    background-color: #fbe526;
}
.mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
    background-color: #fbe529;
}
.mega-menu__articles {
    background-color: #fff06c;
}

.navbar .nav-item .nav-link {
    color: #fff !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: #339383;
    }
}
@media (max-width:992px) {
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
        background: #339383;
        color: #fff !important;
    }
    .mega-menu__items{
        background: #339383;
    }
}

.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 #322f10;
}

.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: #339383;
}

.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, #fbe526, #f1dd2e);
    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: #fbe526;
}
.footerform_middle .btn.btnType3 {
    border: none !important;
    background: #fbe526 !important;
    color: #000 !important;
}

.bcfBox {
    background-color: #000;
}

.footerform_right {
    background: #e1ca05;
}
.footerform_right h4, .footerform_right p, .mfRight h4{
    color: #000;
}

.footerform_middle .form-control:hover {
    border: 1px solid #fff !important;
}
.mainFooter{
background-color: #fff;
}
.footerform_right h4 span {
    color: #ffffff;
}
.bcfLeft h6,.bcfLeft .lets_talk_div p span, .mfRight h4,.mfRight h6{
    color: #000;
}
.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: 97px;
    }
}

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

    .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: #fff !important;
    }
}

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

@media screen and (max-width: 575px) {
    .navbar-light .navbar-toggler {
        color: #fff !important;
    }
    .top_msg a{
        font-weight: 400;
    }
}


@media (max-width: 991px) {
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link {
        color: #fff !important;
    }
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:hover {
        color: #fff !important;
    }
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
        color: #fff !important;
    }
    
    
}