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

.headCard .logoImg img {
    display: none;
}
.headCard .logoImg {
    background: url(../images/kraken/logo.webp);
    width: 46px;
    height: 54px;
    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;
}

.animated-button1 {
    background: #FFFFFF;
    border-radius: 10px;
    width: 195px;
    padding: 10px 10px;
    color: #010101 !important;
    box-shadow: 3px 4px 6px 2px rgb(0 0 0 / 10%);
}

.animated-button1 span {
    display: none
}
.landingBlogCard .btnType2{
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%) !important;
    color: #001010 !important;
    padding: 12px 30px;
    font-size: 18px;
    border: 0 !important;
    margin-bottom: 0 !important;
}
.landingBlogCard .btnType2:hover{
    background: linear-gradient(90deg, rgba(42,175,126,1) 0%, rgba(17,87,60,1) 100%) !important;
    color: #ffffff !important;
}
.social_side ul li {
    background-color: #11583d
}

.alwinNavbar {
    background: 0 0
}

.alwinNavbar.nav_fixed {
    background: linear-gradient(72.12deg, #25447D 0%, #199C97 100%);
    box-shadow: 1px 6px 10px 4px rgb(0 0 0 / 10%);
}

.innerTopSpace {
    min-height: auto
}

#landingMainBanner .carousel-item {
    padding-top: 140px;
    padding-bottom: 120px;
    height: 100%;
    background: #25447D;
    background: linear-gradient(72.12deg, #25447D 0%, #199C97 100%);
}

#landingMainBanner {
    background: 0 0
}
.new_inner_banner {
    position: relative;
}
.new_inner_banner::after {
    content: "";
    background: url("../images/metaverse-nft-marketplace/banner_img_globe.webp");
    width: 191px;
    height: 85px;
    position: absolute;
    bottom: -100px;
    right: 0;
    animation: float 6s ease-in-out infinite;
    z-index: -1;
}
.new_inner_banner h1 {
    color: #fff !important;
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 0 !important;
    line-height: 70px;
}

.new_inner_banner h3 {
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
}
.new_inner_banner p {
    margin: 10px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}
.new_inner_pages .nft-landingbanner .landBannerText .btn {
    color: #fff !important
}
.new_inner_pages .btnType4 {
    background: #FFFFFF;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #010101 !important;
    text-transform: capitalize !important;    
    transition: 0.2s all;
    padding: 15px 50px !important;
}
.new_inner_pages .btnType4:hover {
    background: transparent;
    border: 2px solid #fff !important;
    color: #fff !important;
}
.new_inner_pages .btnType3 {
    color: #fff !important;
    border: 1px solid #159ec7 !important;
    background: linear-gradient(180deg, #24467D 0%, #1B8991 100%) !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px !important;
    padding: 15px 50px !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    transition: 0.2s all;
    text-transform: capitalize !important;   
}
.new_inner_pages .btnType3:hover {
    background: linear-gradient(180deg, #1B8991 0%, #24467D 100%) !important;
}
.new_inner_title {
    font-size: 48px;
    font-weight: 900
}

.new_inner_para {
    font-size: 16px;
    max-width: 70%;
    margin: 0 auto 15px
}
.new_inner_para.max_width_full {
    max-width: 100%
}
.meta_section {
    background: url("../images/metaverse-nft-marketplace/bg_01.webp") no-repeat !important;
    background-size: cover !important;
    width: 100%;
}
.gradient_bg {
    background: linear-gradient(72.12deg, #25447D 0%, #199C97 100%);
    color: #fff;
}
.inner_gradient_bg {
    background: linear-gradient(269.18deg, #263C7A 5.78%, #16B29E 95.93%);
    border-radius: 30px;
    padding: 30px 50px;
}
.inner_gradient_bg h4 {
    font-size: 34px;
    color: #fff;
    font-weight: 700
}
.inner_gradient_bg .new_inner_para,
.inner_gradient_bg .new_inner_title {
    color: #fff
}
.inner_gradient_bg_two .img_bottom_fixed {
    margin-bottom: -140px;
}
.btn.focus, .btn:focus, .form-control:focus {
    box-shadow: none !important;
}
#faq .card {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #E6E6E6;
}
#faq .card:first-child {
    border-radius: 20px 20px 0 0;
}
#faq .card:last-child {
    border-radius: 0 0 20px 20px;
}
#faq .card:first-child .card-header .btn-header-link {
    border-radius: 20px 20px 0 0;
}
#faq .card:last-child .card-header .btn-header-link {
    border-radius: 0 0 20px 20px;
}
#faq .card:last-child .collapse.show {
    border-radius: 0 0 20px 20px;
}
#faq .card .card-header {
    border: 0;   
    border-radius: 2px;
    padding: 0;
}
#faq .card .card-header .btn-header-link {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #010100;
    display: block;
    text-align: left;
    background: #fff;
    color: #222;
    padding: 20px;
    transition: 0.2s all;
}
#faq .card .card-header .btn-header-link:after {
    content: "";
    background: url("../images/metaverse-nft-marketplace/down_arrow.webp") no-repeat;
    width: 40px;
    height: 40px;    
    position: absolute;
    right: 20px;
    top: 14px;
}
#faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #fff;
}
#faq .card .card-header .btn-header-link.collapsed:after {
    content: "";
    background: url("../images/metaverse-nft-marketplace/up_arrow.webp") no-repeat;
}
#faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}
#faq .card .collapse {
    border: 0;
}
#faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}
#faq .card .card-body {
    padding-top: 0;
    padding-bottom: 0;
}
#faq .card .card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#faq .card .card-body ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
#faq .card .card-body ul li::before {
    content: "";
    background: url("../images/metaverse-nft-marketplace/list_arrow.webp") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
}
#faq .card:last-child .card-body ul li:last-child {
    margin-bottom: 15px;
}
.features_div {
    background: #189C97;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.features_div h2 {
    z-index: 1;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.features_div::before {
    content: "";
    background: url("../images/metaverse-nft-marketplace/bg_02.webp") no-repeat;
    background-size: contain;
    width: 100%;
    height: 104px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.features_div_blue {
    background: #24427B;
}
.features_div_blue::before {
    background: url("../images/metaverse-nft-marketplace/bg_03.webp") no-repeat;
    background-size: contain;
}
.features_div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 70px;
}
.features_div ul li {
    color: #fff;
    margin-bottom: 30px;
}
a.btn.btnType4.whatsapp_btn:hover {
    background: #4caf50;
    border: 2px solid #4caf50 !important;
}
a.btn.btnType4.telegram_btn:hover {
    background: #0084c6;
    border: 2px solid #0084c6 !important;
}
a.btn.btnType4.skype_btn:hover {
    background: #00aff0;
    border: 2px solid #00aff0 !important;
}
@keyframes float {
	0% {		
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.benefits_div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.benefits_div h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.custom_scroll {
    height: 420px;
}
.meta_business {
    list-style: none;
    padding: 0;
    margin: 0;
}
.meta_business li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.meta_business li::before {
    content: "";
    background: url("../images/metaverse-nft-marketplace/list_arrow_white.webp");
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
}

.sprite {
    background-image: url("../images/metaverse-nft-marketplace/spritesheet.webp");
    background-repeat: no-repeat;
    display: block;
}
.sprite_benefits_icon {
    width: 76px;
    height: 76px;
    min-width: 76px;
    margin-right: 15px;
}
.sprite-benefits_icon_01 {
    background-position: -5px -5px;
}
.sprite-benefits_icon_02 {    
    background-position: -91px -5px;
}
.sprite-benefits_icon_03 {    
    background-position: -177px -5px;
}
.sprite-benefits_icon_04 {    
    background-position: -5px -91px;
}
.sprite-benefits_icon_05 {    
    background-position: -91px -91px;
}
.sprite-benefits_icon_06 {    
    background-position: -177px -91px;
}
.sprite-benefits_icon_07 {    
    background-position: -5px -177px;
}
.sprite-benefits_icon_08 {    
    background-position: -91px -177px;
}
.sprite-types_icon_01 {
    width: 94px;
    height: 94px;
    min-width: 94px;
    margin-right: 15px;
    background-position: -177px -177px;
}
.sprite-types_icon_02 {
    width: 94px;
    height: 94px;
    min-width: 94px;
    margin-right: 15px;
    background-position: -263px -5px;
}
.sprite-types_icon_03 {
    width: 112px;
    height: 112px;
    min-width: 112px;
    margin-right: 15px;
    background-position: -281px -109px;
}
.sprite-types_icon_04 {
    width: 94px;
    height: 94px;
    min-width: 94px;
    margin-right: 15px;
    background-position: -281px -231px;
}
.new_inner_subtitle {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px
}
.why_withus_panel {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.why_withus_div {
    background: linear-gradient(180.04deg, #253E7A -3.04%, #1C7F8E 99.96%);
    border-radius: 20px;
    color: #fff;
    min-height: 200px;
    padding: 20px;
    margin: 0 15px 30px;
}
.why_withus_div h3 {
    font-size: 20px;
    font-weight: 700;
}
.why_withus_div p {
    font-size: 16px;
    margin-bottom: 0;
}
.why_withus_panel > div {
    width: 50%;
}
.new_inner_title_small {
    font-size: 34px;
}
.top_scripts_div {
    background: transparent;
    border-radius: 20px;
    padding: 30px;
    transition: 0.2s all;
    cursor: default;
    margin-bottom: 15px;
}
.top_scripts_div:hover {
    background: #14425E;
}
.top_scripts_div h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.landingBlog,
.awards_section {
    background: linear-gradient(72.12deg, #25447D 0%, #199C97 100%);
}
.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, #25447D, #199C97);
    -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(270deg, #235181 -0.97%, #1A9194 100%);
}
.footerform_right {
    background: #1A9093;
    box-shadow: 6px 1px 8px 0 rgb(0 0 0 / 10%);
}
.d_d_none {
    display: none !important
}
.footerform_middle .btn.btnType3 {
    background: linear-gradient(180deg, #225281 0%, #1A8F93 100%) !important;
    border: none !important;
    color: #fff !important;
    transition: 0.2s all;
}
.footerform_middle .btn.btnType3:hover {
    background: linear-gradient(180deg, #1A8F93 0%, #225281 100%) !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;
    color: #010101 !important;
}
.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link {
    border-bottom: 1px solid rgb(229 229 229) !important;
    color: #010101 !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;
}
.img-card-link span {
    color: #000000;
}
@media (min-width: 992px) {
    .mega-menu__nav .mega-menu__nav-item .mega-menu__nav .mega-menu__nav-item .mega-menu__nav-link {
        color: #010101 !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 Queries */
@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: 30px;
        line-height: 36px;
    }
    .features_div h2 {
        font-size: 20px;
    }
    .features_div ul {
        padding-top: 50px;
    }
    .new_inner_pages .btnType4,
    .new_inner_pages .btnType3 {
        font-size: 20px;
    }
}

@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
    }
    #faq .card .card-header .btn-header-link {
        font-size: 18px;
    }
    .features_div {
        margin-bottom: 15px;
    }
    .alwinNavbar {
        background: linear-gradient(72.12deg, #25447D 0%, #199C97 100%);
        box-shadow: 1px 6px 10px 4px rgb(0 0 0 / 10%);
    }
}
@media screen and (max-width:767px) {
    .circle {
        display: none
    }
    #landingMainBanner .carousel-item {
        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
    }
    .footerform_right h4 {
        font-size: 24px
    }
    .footerform_right p {
        font-size: 16px
    }
    .landBannerText {
        align-items: center;
        text-align: center;
    }
    .sprite-wallet_dev_img {
        display: none;
    }
    .why_withus_panel > div {
        width: 100%;
    }
    .why_withus_div {
        min-height: auto;
    }
    .why_withus_panel > div:nth-child(2) {
        margin-top: 0;
    }
    .why_withus_panel > div:nth-child(2) .why_withus_div:nth-child(1) {
        margin-top: 0;
    }
    .new_inner_banner h1 {
        font-size: 42px !important;
        line-height: 40px;
    }
    .new_inner_banner::after {
        bottom: 20px;
    }
    div#faq {
        margin-top: 30px;
    }
    .features_div {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .features_div::before,
    .features_div_blue::before {
        background-size: 100%;
    }
    .benefits_div h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:575px) {
    .new_inner_pages .landBannerText {
        padding-top: 0;
        padding-bottom: 10px
    }
    .benefits_div {
        display: block;
    }
    .benefits_div i {
        margin-bottom: 20px;
    }
    .new_inner_pages .btnType4, 
    .new_inner_pages .btnType3 {
        font-size: 14px;
        padding: 5px 15px !important;
        line-height: 24px;
        border-radius: 5px;
    }
    .meta_business li {
        font-size: 16px;
    }
}


.techbox {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #253e7a, #1c7f8e) border-box;
    border-radius: 20px;
    color: #000;
    border: 3px solid transparent;
    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;
}

.techbox:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #253e7a, #1c7f8e) border-box;
    border: 3px solid transparent;
}

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

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

.techbox:hover .imground {
    border: 5px solid #a4f2e5;
  }
.techsprite {
    background-image: url("../images/metaverse-nft-marketplace/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;
}
