body.new_inner_pages {
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    color: #ffffff !important;
    background-color: #231c33 !important
}

/* common */
.h2tag {
    font-size: 50px !important;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 72px;
    background: linear-gradient(90deg, #bb507d, #fe585e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.paratag {
    font-size: 18px;
    margin-bottom: 15px;
}

.h5tag {
    font-weight: bold;
    font-size: 24px;
}

.butn {
    font-size: 28px;
    background: linear-gradient(#bb507d, #fe585e);
    padding: 10px 15px;
    margin: 20px 0;
    border-radius: 10px;
    display: inline-block;
    color: #fff !important;
}

.head {
    max-width: 80%;
    margin: 20px auto;
    text-align: center;
}

.twenty {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.text-decoration-underline{
    text-decoration: underline;
    color: #fff !important;
}
/* banner */
.banner {
    padding: 170px 0 70px;
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/localbitcoins-clone-script-new/banbg.webp");
    background-repeat: no-repeat;
    top: 0;
    left: 0;

}
.banner .container{
    padding-bottom: 20px;
}
.banner .container::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 100%;
    background: url(../images/localbitcoins-clone-script-new/line.webp);
    background-repeat: no-repeat;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner .col-md-6 {
    margin: auto;
}

.banner h1 {
    font-size: 72px;
    margin-bottom: 20px;
}

.banner h1 span {
    background: linear-gradient(90deg, #bb507d, #fe585e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.belowbanner .col-md-6 {
    margin: auto;
}


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

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

.whysection ul li {
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

.whysection ul li:hover {
    background: linear-gradient(90deg, #524a66, #28213b);
    border-radius: 20px;
    cursor: default;
}

.whysection ul li .imgbg {
    background-color: #2c1e35;
    border-radius: 50%;
    padding: 20px;
    margin-right: 15px;
}

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

.howsection .box {
    background: #2b2440;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    margin: 15px 0;
}

.howsection .box .paratag {
    color: #a29fa7;
}

.howsection .box .imgbox {
    background: linear-gradient(0deg, #39324c, #6d6677);
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

/* createtoken */
.createtokenbg {
    margin: 50px 0;
    padding: 30px 40px;
    border-radius: 30px;
    background-color: #130e1e;
}
.createtoken .row{
    align-items: center;
}
.createtoken .h5tag {
    font-size: 30px;
    margin-bottom: 0;
}

.createtoken .butn {
    border-radius: 30px;
}

/* features */
.features{
    margin: 70px 0;
}
.featuresbg{    
    background-color: #312947;
    border-radius: 30px;
}
.features .col-md-4{
border-right:2px solid #1a142b;
padding-right: 0;
}
.features .nav-tabs {
    border: 0;
}
.features .nav .nav-link {
    border: 0;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    position: relative;
    background: transparent;
    border-bottom: 2px solid #1a142b;
    color: #a29fa7 !important;
    display: flex;
    align-items: center;
}


.features .nav-link.nav-link.active,.features .nav-link:hover {
    background: #2b2440;
    color: #fd585e !important;
}
.features .nav-link.active:nth-child(1){
    border-radius: 30px 0  0 0;
}
.features .col-md-8{
border-radius: 0 30px 30px 0;
background-color: #2b2440;
}
.features .tab-content {
font-size: 18px;
padding: 40px 30px 60px;
background-color: #2b2440;
border-radius: 0 30px 30px 0;
color: #a29fa7;
margin-top: 15px;
}
.features .tab-content .col-md-6{
    display: flex;
    align-items:center;
    margin: 15px 0;
}
.features .tab-content p{
    margin-bottom: 0;
    margin-left: 10px;
}

/* bitcoinwork */
.bitcoinwork{
    padding: 70px 0;
}
.bitcoinwork ul{
    padding: 0;
    list-style-type: none;
}
.bitcoinwork ul{
    display: none;
}
.bitcoinwork ul li{
    margin: 10px 0;
}
/* belowbanner */
.belowbanner .box {
    text-align: center;
    height: 100%;
}

.belowbanner .box .imgbox {
    background: linear-gradient(0deg, #39324c, #6d6677);
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.belowbanner .col-md-6 .col-md-4:nth-child(2),.belowbanner .col-md-6 .col-md-4:nth-child(5){
margin-top: 25px;
}







.logoImg img {
    filter: grayscale(100%) brightness(0) invert(1);
}

.alwinNavbar .nav-item .nav-link {
    color: #fff !important;
}

a:hover {
    text-decoration: none
}

.crypto_wallet_dev .animated-button1 img {
    display: none;
}
.top_msg{    
    background: #f25696;
}
.top_msg a {
    color: #fff !important;
}

.animated-button1 {    
    background: linear-gradient(45deg, #bb507d,#fe585e );
    border-radius: 12px;
    border: 0px solid #d0a0b6 !important;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    transition: 0.2s all;
    position: relative;
    border-left: 0 !important;
    border-right: 0 !important;
    width: auto;
    overflow: unset;
    padding: 10px 30px;
    margin-top: 0;
}
.landingBlogCard .btnType2:hover {
    background: #f75762;
    color: #ffffff !important;
}
.animated-button1:hover {
    color: #ffffff !important;
}

.animated-button1::after,
.animated-button1::before {
    content: "";
    width: 20px;
    height: 68px;
    position: absolute;
    top: -2px;
    background: none !important;
}
.mega-menu-toggle:before {
    border-bottom: 1.5px solid #f25696;
}
.new_inner_title {   
     background: linear-gradient(90deg, #bb507d, #fe585e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 700
}
.animated-button1::before {
    transform: rotate(180deg);
    left: -4px;
    opacity: 0;
    transition: unset;
    border-radius: unset;
}

.animated-button1:hover::before {
    opacity: unset;
}

.animated-button1::after {
    right: -4px;
}

.animated-button1 span {
    display: none
}

.social_side ul li {
    background-color: #a976f5
}

.alwinNavbar {
    background: #231c33;
  }


.alwinNavbar.nav_fixed {
    background: linear-gradient(312deg, rgb(53 52 101) 0%, rgb(144 70 54) 25%, rgb(56 55 108) 50%, rgb(61 60 117) 75%, rgb(62 61 119) 100%);
    box-shadow: 1px 6px 10px 4px rgb(0 0 0 / 10%);
}

.innerTopSpace {
    min-height: auto
}


.landingBlog {
    padding: 50px 0;
    background: #703253;
}

.landingBlogCard p a {
    color: #ffffff !important;
}

.landingBlogCard .btnType2 {
    border: 1px solid #231c33 !important;
}

.faq_new_section {
    background: #231c33;
    padding: 60px 0 60px
}

.faq_new_section .nft-accordion .card {
    position: relative;
    background: 0 0;
    margin-bottom: 30px;
    background-color: #130e1e;
    border:0;
    box-shadow: 0 0 7px 2px rgb(76 48 192 / 10%);
    border-radius: 30px;
}

.faq_new_section .nft-accordion .card-header {
    background: 0 0;
    z-index: 10
}

.faq_new_section {
    counter-reset: menuItem 0
}

.faq_new_section .nft-accordion .card-header button {
    font-size: 24px;
    font-weight: 500;
    color: #fff !important;
    padding: 20px 45px;
    background-image: url("../images/localbitcoins-clone-script-new/uparw.webp")
}

.faq_new_section .nft-accordion .card-header button::before {
    counter-increment: menuItem;
    content: counter(menuItem) ".";
    font-size: 24px;
    color: #fff !important;
    position: absolute;
    left: 20px;
    top: 20px
}

.faq_new_section .nft-accordion .card-header button.collapsed {
    background-image: url("../images/localbitcoins-clone-script-new/downarw.webp")
}

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

.bottomContactForm {
    background: #130e1e;
}

.footerform_right {
    background: #39324c;
    box-shadow: 6px 1px 8px 0 rgb(0 0 0 / 10%);
}

.d_d_none {
    display: none !important
}

.bcfBox {
    background: #312947;
}

.bcfLeft .form-control,
.footerform_middle .form-control {
    border: 1px solid #ffffff;
}

.bcfLeft .form-control::placeholder,
.footerform_middle .form-control::placeholder {
    color: #fff;
}

.footerform_middle .nice-select .list {
    background-color: #8c48eb;
}

.footerform_right h4 span {
    color: #fbe526;
}

.footerform_middle .nice-select .option.focus,
.footerform_middle .nice-select .option.selected.focus,
.footerform_middle .nice-select .option:hover {
    background-color: #1a1c1f;
}

.footerform_middle .btn.btnType3 {
    border: 0 !important;
    background: linear-gradient(45deg, #bb507d, #fd585e) !important;
    color: #ffffff !important;
}

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

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

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

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

.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item:first-child .mega-menu__nav-link:after,
.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item:first-child .mega-menu__nav-link:before {
    border-color: #555;
}

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

.mega-menu__article figure figcaption {
    color: #4b4b4b;
}
.mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
    color: #000 !important;
}
.img-card-link span{
    color: #000;
}

@media screen and (max-width: 1199px){
.navbar-light .navbar-toggler {
    color: #ff7c63;
}}
@media screen and (max-width: 575px)
{
    .navbar-light .navbar-toggler {
        color: #ff7c63 !important;
    }   
}
@media (min-width: 992px) {
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
        color: #000 !important;
    }

    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:before {
        border-bottom: 1px solid #555;
    }

    .mega-menu__items>.mega-menu__nav:after {
        border-right: 1px solid #e8e8e8;
    }

    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:before {
        background-color: #db8f93;
    }
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:after{
    filter: invert(0);
    }
}





/* Media Queries */


@media screen and (max-width:1199px) {
    .h2tag {
        font-size: 40px !important;
        line-height: 54px;
    }
    .banner h1 {
        font-size: 50px;
        line-height: 65px;
    }
    .butn {
        font-size: 20px;
    }     
   
}

@media screen and (max-width:991px) {
    .h2tag {
        font-size: 34px !important;
        line-height: 48px;
    }
    .createtoken .h5tag, .h5tag{
        font-size: 22px;
    }
    .banner h1 {
        font-size: 38px !important;
        line-height: 50px !important;
    }
    .butn {
        font-size: 18px;
    }
    .twenty{
        font-size: 18px;
    }
    .features .tab-content {
    padding: 40px 30px;
    }
    .footerform_panel {
        flex-wrap: wrap
    }

    .footerform_left {
        display: none
    }

    .footerform_middle,
    .footerform_right {
        width: 100%
    }

    .footerform_right {
        height: auto;
        border-radius: 0
    }

    .footerform_right h4 {
        font-size: 36px
    }

    .inner_gradient_with_img::after,
    .inner_gradient_with_img::before {
        display: none;
    }

    .inner_gradient_bg .col-md-12.col-lg-5 {
        display: none;
    }

    .inner_gradient_bg .col-md-12.col-lg-7 {
        text-align: center;
    }

   
}

@media screen and (max-width:767px) {
    .d_m_none {
        display: none !important
    }
    .h2tag {
        font-size: 32px !important;
        line-height: 44px;
    }
     .h5tag{
        font-size: 20px;
    }
    .paratag {
        font-size: 16px;
        line-height: 20px;
    }    
    .butn {
        font-size: 18px;
    }
    .head{
        max-width: 100%;
    }
    .belowbanner .col-md-6 .col-md-4:nth-child(2), .belowbanner .col-md-6 .col-md-4:nth-child(5){
        margin-top: 0;
    }
    .features .col-md-4{
        padding-right: 15px;
        border: 0;
    }
    .features nav{
        width: 100%;
    }
    .features .nav-link.active:nth-child(1) {
        border-radius: 30px 30px 0 0;
    }
    .features .col-md-8{
        background: none;
    }
    .features .tab-content {        
    border-radius: 0 0 30px 30px;
    }
    .bannerchange .row{
     flex-direction: column-reverse;
    }
    .faq_new_section .nft-accordion .card-header button,
    .faq_new_section .nft-accordion .card-header button::before {
        font-size: 16px
    }

    .faq_new_section .nft-accordion .card-body {
        font-size: 14px
    }
    .footerform_right h4 {
        font-size: 24px
    }
    .footerform_right p {
        font-size: 16px
    }
    .bitcoinwork ul{
      display: block;
    }
    .bitcoinwork img{
        display: none;
    }
    .bitcoinwork ul img{
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:575px) {
    .banner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background:none;
    }
   .banner h1 {
        font-size: 32px !important;
        line-height: 50px !important;
    }
    .h2tag {
        font-size: 28px !important;
        line-height: 39px;
    }
    .h5tag{
        font-size: 18px;
    }
    .butn {
        font-size: 16px;
    }

    
    .new_inner_pages .landBannerText {
        padding-top: 0;
        padding-bottom: 10px
    }

    .sprite-clone_script_icon {
        margin: 0 10px 0 0;
    }

    .create_list li {
        font-size: 16px;
    }

    .banner_bottom_bg_div::before {
        top: -27px;
        background-size: 60%;
    }

    .new_inner_pages .btnType4 {
        font-size: 18px;
    }

    .landBannerText img {
        display: none;
    }

    .banner_bottom_bg {
        display: none;
    }
}



.sprite {
    background-image: url("../images/localbitcoins-clone-script-new/spritesheet.webp");
    background-repeat: no-repeat;
    display: block;
}

.sprite-b1 {
    width: 72px;
    height: 72px;
    background-position: -5px -5px;
}

.sprite-b2 {
    width: 66px;
    height: 72px;
    background-position: -87px -5px;
}

.sprite-b3 {
    width: 64px;
    height: 72px;
    background-position: -163px -5px;
}

.sprite-b4 {
    width: 70px;
    height: 70px;
    background-position: -237px -5px;
}

.sprite-b5 {
    width: 72px;
    height: 72px;
    background-position: -237px -85px;
}

.sprite-b6 {
    width: 54px;
    height: 62px;
    background-position: -5px -167px;
}

.sprite-featurearw {
    width: 29px;
    height: 29px;
    background-position: -69px -167px;
}

.sprite-h1 {
    width: 49px;
    height: 48px;
    background-position: -108px -167px;
}

.sprite-h2 {
    width: 53px;
    height: 53px;
    background-position: -167px -167px;
}

.sprite-h3 {
    width: 51px;
    height: 47px;
    background-position: -230px -167px;
}

.sprite-h4 {
    width: 54px;
    height: 54px;
    background-position: -230px -224px;
}

.sprite-star {
    width: 44px;
    height: 44px;
    background-position: -291px -167px;
    display: inline-block;
    margin-right: 10px;
}

.sprite-w1 {
    width: 71px;
    height: 89px;
    background-position: -319px -5px;
    margin-bottom: 10px;
}

.sprite-w2 {
    width: 91px;
    height: 97px;
    background-position: -294px -221px;
    margin-bottom: 10px;
}

.sprite-w3 {
    width: 97px;
    height: 81px;
    background-position: -5px -328px;
    margin-bottom: 10px;
}

.sprite-w4 {
    width: 97px;
    height: 97px;
    background-position: -112px -328px;
    margin-bottom: 10px;
}

.sprite-w5 {
    width: 97px;
    height: 79px;
    background-position: -219px -328px;
    margin-bottom: 10px;
}

.sprite-y1 {
    width: 47px;
    height: 53px;
    background-position: -5px -104px;
}

.sprite-y2 {
    width: 53px;
    height: 47px;
    background-position: -62px -104px;
}

.sprite-y3 {
    width: 53px;
    height: 53px;
    background-position: -125px -104px;
}


.top_msg button{
    color: #fff;
}
.top_msg button span svg{
    filter: invert(0);
}