body.new_inner_pages {
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    color: #18221f !important;
    background-color: #fcfcfc !important
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Roboto, sans-serif !important
}

.logoImg img {
    filter: invert(1) brightness(0);
}
.alwinNavbar .nav-item .nav-link {
    color: #18221f !important;
}
a:hover {
    text-decoration: none
}
.centrlized_crypto_exchange .animated-button1 img {
    display: none;
}

.animated-button1 {
    background: rgb(101,36,254);
    background: linear-gradient(270deg, rgba(101,36,254,1) 0%, rgba(160,70,239,1) 100%);
    border-radius: 20px 0 20px 20px;
    width: 195px;
    padding: 10px 10px;
    box-shadow: 3px 4px 6px 2px rgb(0 0 0 / 10%);
}

.animated-button1 span {
    display: none
}

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

.alwinNavbar {
    background: #fcfcfc;
}

.alwinNavbar.nav_fixed {
    background: linear-gradient(to right, #fff 0, #fff 100%);
    box-shadow: 1px 6px 10px 4px rgb(0 0 0 / 10%);
}

.innerTopSpace {
    min-height: auto
}
.img-card-link span{
    color: #000;
}
#landingMainBanner .carousel-item {
    padding-top: 80px;
    padding-bottom: 120px;
    height: 100%;
    background-image: none;
}

#landingMainBanner {
    background: 0 0
}

.landingBlog{
    background: linear-gradient(270deg, rgba(101,36,254,1) 0%, rgba(160,70,239,1) 100%);
}
.landingBlogCard p a{
    color: #ffffff !important;
}
.landingBlogCard .btnType2{
    background: #ad78ff !important;
    color: #ffffff !important;
    padding: 12px 30px;
    font-size: 1rem;
    border: 0 !important;
}
.landingBlogCard .btnType2:hover{
    background: #ad78ff !important;
    color: #ffffff !important;
}
.new_inner_banner h1 {
    color: #18221f !important;
    font-size: 68px;
    font-weight: 900;
    margin-bottom: 15px !important
}

.new_inner_banner h3 {
    margin: 10px 0;
    color: #18221f;
    font-size: 16px;
    font-weight: 400
}

.new_inner_pages .nft-landingbanner .landBannerText .btn {
    color: #fff !important
}

.new_inner_pages .btnType4 {
    background: #6524fe;
    background: linear-gradient(270deg, rgba(101,36,254,1) 0%, rgba(160,70,239,1) 100%);
    border-radius: 20px 0 20px 20px;
    border: 1px solid #6524fe !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;    
    transition: 0.2s all;
}
.new_inner_pages .btnType4:hover {
    background: linear-gradient(270deg, rgba(160,70,239,1) 0%, rgba(101,36,254,1) 100%) !important;
}
.new_inner_pages .btnType3 {
    color: #fff !important;
    border: 1px solid #159ec7 !important;
    background: #159ec7 !important;
    padding: 10px 20px !important;
    border-radius: 50px !important
}

.what_rarible {
    text-align: center
}

.new_inner_title {
    font-size: 60px;
    font-weight: 900
}

.new_inner_para {
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto 15px
}
.centralised_exchange_work {
    padding-bottom: 150px !important;
}
.exchange_difference_section {
    background: rgb(101,36,254);
    background: linear-gradient(270deg, rgba(101,36,254,1) 0%, rgba(160,70,239,1) 100%);
    padding-top: 200px !important;
    position: relative;
}
.exchange_difference_section .new_inner_title {
    color: #fff;
}
.exchange_difference_section table {
    background: #fff;
    border-radius: 10px;
}
.exchange_difference_section table thead tr {
    color: #8134f7;
    font-size: 40px;
    font-weight: 900;
}
.exchange_difference_section table thead tr th {
    border: none;
}
.exchange_difference_section table tbody tr:nth-child(odd) {
    background-color: #7d52c1;
}
.exchange_difference_section table tbody tr:nth-child(even) {
    background-color: #ad78ff;
}
.exchange_difference_section table tbody td {
    border: none;    
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 80px;
    vertical-align: middle;
}
.exchange_difference_section_box {
    background: #fff;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    top: -90px;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 10%);
}
.exchange_difference_section_box h3 {
    color: #18221f;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    max-width: 60%;
    text-align: left;
}
.new_inner_para.max_width_full {
    max-width: 100%
}

.new_inner_subtitle {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px
}
.features_panel_div {
    margin-bottom: 30px
}
.benefits_panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    counter-reset: section;
}
.benefits_panel_div {
    position: relative;
    border: 1px solid #6524fe;
    border-radius: 15px;
    padding: 20px;
    margin: 15px;
    width: 45%;
    min-height: 180px;
}
.benefits_panel_div::before {
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    font-size: 96px;
    color: #c9cbce;
}
.benefits_panel_div:nth-child(odd) {
    text-align: right;
}
.benefits_panel_div:nth-child(odd):before {
    left: -120px;
    top: 10%;
}
.benefits_panel_div:nth-child(even):before {
    right: -120px;
    top: 10%;
}
.benefits_panel_div h4,
.features_panel_div h4 {
    font-size: 24px;
    font-weight: 700
}

.benefits_panel_div p,
.features_panel_div p {
    font-size: 16px
}
.inner_gradient_bg {
    background: #96d0f1;
    border-radius: 30px;
    padding: 30px 50px;
    overflow: hidden;
}

.inner_gradient_bg h4 {
    font-size: 40px;
    color: #181a20;
    font-weight: 700
}

.inner_gradient_bg .new_inner_para,
.inner_gradient_bg .new_inner_title {
    color: #fff
}

.img_bottom_fixed {
    margin-bottom: -102px;
}
.why_withus_panel {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.why_withus_div {
    background: #fff;
    min-height: 260px;
    text-align: left;
    padding: 20px;
    margin: 30px 15px;
    border-radius: 10px;
    animation: float 6s ease-in-out infinite;
}
.why_withus_div h3 {
    font-size: 34px;
    font-weight: 700;
}
@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.3);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.1);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.3);
		transform: translatey(0px);
	}
}
.why_withus_panel > div {
    width: 48%;
}
.why_withus_panel > div:nth-child(2) {
    margin-top: 50px;
}
.inner_gradient_bg_two {
    background-color: #ffa9c6;
}
.inner_gradient_bg_two h2 {
    color: #181a20 !important;
}


.clone_script_user {
    position: absolute;
    bottom: -49px;
    z-index: 1;
    right: -190px
}

.market_pen {
    position: absolute;
    right: 0;
    bottom: 50px
}
.rarible_connect_with_experts {
    background: #081d34;
    border-radius: 10px;
    padding: 30px;
    margin-top: -80px
}

.rarible_connect_with_experts h2 {
    color: #fff
}

.new_inner_pages .rarible_connect_with_experts .btnType3 {
    border: 1px solid #0057ff !important;
    background: #0057ff !important
}

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

.faq_new_section .nft-accordion .card {
    position: relative;
    background: 0 0;
    margin-bottom: 30px;
    border: none
}

.faq_new_section .nft-accordion .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(270deg, #0057ff, #081d34);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.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: 700;
    color: #081d34;
    padding: 20px 45px
}

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

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

.bottomContactForm {
    background: linear-gradient(to left, #a046ef 0, #6524fe 100%)
}

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

.d_d_none {
    display: none !important
}

.sprite {
    background-image: url("../images/centralised-crypto-exchange/spritesheet.webp");
    background-repeat: no-repeat;
    display: block;
}
.sprite-collabrate_icon {
    width: 82px;
    height: 82px;
    margin: 10px 0 40px;
}
.sprite-collabrate_icon_01 {
    background-position: -5px -5px;
}

.sprite-collabrate_icon_02 {
    background-position: -97px -5px;
}

.sprite-collabrate_icon_03 {
    background-position: -5px -97px;
}

.sprite-collabrate_icon_04 {
    background-position: -97px -97px;
}
.sprite-features_icon {
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
}
.sprite-features_icon_01 {    
    background-position: -189px -5px;
}

.sprite-features_icon_02 {
    background-position: -189px -71px;
}

.sprite-features_icon_03 {
    background-position: -189px -137px;
}

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

.sprite-features_icon_05 {
    background-position: -255px -71px;
}

.sprite-features_icon_06 {
    background-position: -255px -137px;
}

.sprite-features_icon_07 {
    background-position: -5px -203px;
}

.sprite-features_icon_08 {
    background-position: -71px -203px;
}
.headCardRight ul li a {
    background: #e1c2fe;
}
.navbar-light .navbar-toggler {
    color: #6926fd!important;
}

/* Megamenu Changes Starts */
.mega-menu {
    background-color: #f3f3f3;
}
.mega-menu__articles {
    background-color: #e4e4e4;
}
.mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
    background-color: #f3f3f3;
}
.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link {
    border-bottom: 1px solid rgb(229 229 229) !important;
    color: #18221f !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: #111111;
}
.mega-menu__article figure figcaption {
    color: #333;
}
.blinker_me{
    color: #000;
}
@media (min-width: 992px) {
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
        color: #18221f !important;
    }
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:before {
        border-bottom: 1px solid #111111;
    }
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:active:after, 
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:active:before, 
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:focus:after, 
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:focus:before, 
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:hover:after, 
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link:hover:before {
        border-color: #111111 !important;
    }
    .mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link:after {
        filter: unset;
    }
    .mega-menu__items>.mega-menu__nav:after {
        border-right: 1px solid #e5e5e5;
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #e5e5e5;
    }
}
/* Megamenu Changes Ends */

@media screen and (max-width:1199px) {
    .new_inner_title {
        font-size: 40px
    }
    .circle {
        display: block
    }
    .inner_gradient_bg h4 {
        font-size: 36px;
        line-height: 50px
    }    
    .new_inner_banner h1 {
        font-size: 56px
    }
    .new_inner_banner h3 {
        font-size: 18px
    }
    .exchange_difference_section_box {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    .exchange_difference_section {
        padding-top: 50px !important;
    }
}

@media screen and (max-width:991px) {
    .new_inner_title {
        font-size: 32px
    }
    .new_inner_para {
        font-size: 16px
    }
    .inner_gradient_bg h4 {
        font-size: 24px;
        line-height: 38px
    }
    .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
    }
    .benefits_panel_div::before {
        display: none;
    }
    .benefits_panel_div:nth-child(odd) {
        text-align: left;
    }
    .benefits_panel_div {
        width: 100%;
        min-height: auto;
    }
}

@media screen and (max-width:767px) {
    .circle {
        display: none
    }
    #landingMainBanner .carousel-item {
        background: 0 0;
        padding-bottom: 0;
    }
    .d_m_none {
        display: none !important
    }
    .d_d_none {
        display: block !important
    }
    .new_inner_para {
        max-width: 100%;
        margin-bottom: 0
    }
    .faq_new_section .nft-accordion .card-header button {
        font-size: 16px
    }
    .faq_new_section .nft-accordion .card-body {
        font-size: 14px
    }
    .new_inner_title {
        font-size: 24px
    }
    .benefits_panel,
    .features_panel {
        margin-top: 30px
    }
    .benefits_panel_div h4,
    .features_panel_div h4 {
        font-size: 18px
    }
    .footerform_right h4 {
        font-size: 24px
    }
    .footerform_right p {
        font-size: 16px
    }
    .landBannerText {
        align-items: center;
        text-align: center;
    }
    section.centralised_exchange_work {
        text-align: left !important;
    }
    .exchange_difference_section_box h3 {
        font-size: 24px;
    }
    .exchange_difference_section_box {
        padding: 30px;
    }
    .exchange_difference_section table thead tr th {
        font-size: 30px;
    }
    .why_withus_div h3 {
        font-size: 24px;
    }

}

@media screen and (max-width:575px) {
    .new_inner_pages .landBannerText {
        padding-top: 0;
        padding-bottom: 10px
    }
}