.access-btn {
    background: #FFD600;
    padding: 16px 25px;
    border-radius: 8px;
    opacity: 0.8;
    background: #FFD600;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 122.222% */
    border: none;
}

.core-feature-sec .new-feature-box {
    background-image: url(../img/Bridge-main.webp);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 60px 80px;
}

.core-feature-sec .new-feature-box .desktop-view {
    margin: 20px 0;
}

.core-feature-sec .new-feature-box .access-btn {
    margin-top: 30px;
}

.secure-loan-sec {
    margin: 70px 0;
}

.secure-loan-sec .secure-loan-box {
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255, 214, 48, 0.15) 0%, rgba(255, 126, 56, 0.15) 100%);
    padding: 20px 30px;
    max-width: 416px;
}

.secure-loan-sec .secure-loan-box h4 {
    color: var(--primary, #F0B90B);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.secure-loan-sec .secure-loan-box p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.secure-loan-sec .arrow-sec {
    text-align: end;
    margin-right: -45px;
}

.secure-loan-sec .arrow-sec-left {
    text-align: start;
    margin-left: -45px;
}

.secure-loan-sec .arrow-sec img {
    max-width: 259px;
    margin-top: 30px;
}

.secure-loan-sec .arrow-sec-left img {
    max-width: 259px;
    margin-bottom: 30px;
}

.secure-loan-sec .secure-flex-left {
    display: flex;
    align-items: end;
    height: 100%;
}

.tokens-list-sec {
    margin: 40px 0;
    padding-left: 0;
    list-style: none;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.tokens-list-sec li {
    margin: 6px 0;
}

.tokens-list-sec li h5 {
    color: var(--primary, #F0B90B);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 25px */
    margin-bottom: 10px;
}

.tokens-list-sec li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 20px */
    margin-bottom: 0;
}

.marlin-asset-sec.margin-finance {
    padding: 80px 0 0;
}
.marlin-asset-sec.margin-finance.process.stake-outer-box {
    padding-top: 130px;
  }
.marlin-asset-sec.margin-finance.finance-gradient {
    position: relative;
    overflow: hidden;
}

.marlin-asset-sec.margin-finance.finance-gradient::before {
    content: '';
    position: absolute;
    height: 950px;
    width: 1050px;
    background-image: url(../img/finance-gradient.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    /* margin-top: -100px; */
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

@media (max-width:1200px) {
    .secure-loan-sec .secure-loan-box {
        padding: 20px;
    }

    .secure-loan-sec .secure-loan-box h4 {
        font-size: 18px;
    }

    .secure-loan-sec .secure-loan-box p {
        font-size: 14px;
    }

    .secure-loan-sec .arrow-sec {
        margin-right: -20px;
    }

    .secure-loan-sec .arrow-sec-left {
        margin-left: -20px;
    }

    .secure-loan-sec .arrow-sec-left img,
    .secure-loan-sec .arrow-sec img {
        max-width: 190px;
    }
}

@media (max-width:991px) {
    .core-feature-sec .new-feature-box {
        padding: 40px;
    }

    .secure-loan-sec .secure-loan-box {
        padding: 12px;
    }

    .secure-loan-sec .secure-loan-box h4 {
        font-size: 14px;
    }

    .secure-loan-sec .secure-loan-box p {
        font-size: 12px;
    }

    .secure-loan-sec .arrow-sec-left img {
        margin-bottom: 10px;
    }

    .secure-loan-sec .arrow-sec img {
        margin-top: 10px;
    }

    .access-btn {
        font-size: 16px;
        padding: 12px 24px;
    }

    .secure-loan-sec {
        margin: 50px 0;
    }

    .tokens-list-sec li h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .tokens-list-sec li p {
        font-size: 12px;
        line-height: 20px;
    }

    .tokens-list-sec {
        margin: 25px 0;
        gap: 6px;
    }

    .marlin-asset-sec.margin-finance {
        padding: 60px 0;
    }

    .marlin-asset-sec.margin-finance.finance-gradient::before {
        height: 700px;
    }

    .sub-pera {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .access-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
        margin-top: 1rem;
    }

    .sub-pera,
    .marlin-asset-sec.margin-finance p {
        font-size: 13px;
    }

    .core-feature-sec .new-feature-box {
        padding: 30px 20px;
    }

    .secure-loan-sec .secure-loan-box {
        max-width: 100%;
        margin-top: 1rem;
    }

    .secure-loan-sec .arrow-sec {
        margin-right: 0;
    }

    .secure-loan-sec .arrow-sec-left {
        margin-left: 0;
    }

    .secure-loan-sec .arrow-sec,
    .secure-loan-sec .arrow-sec-left {
        display: none;
    }

    .secure-loan-sec .secure-flex-left>div {
        width: 100%;
    }

    .order-1-responsive {
        order: 1;
    }

    .secure-loan-sec {
        margin: 30px 0;
    }

    .core-feature-sec .new-feature-box .access-btn {
        margin-top: 20px;
    }

    .marlin-asset-sec.margin-finance.finance-gradient::before {
        height: 573px;
        top: auto;
        background-position: left bottom;
    }

    .tokens-list-sec li h5,
    .tokens-list-sec li p {
        text-align: left;
    }

    .marlin-asset-sec.margin-finance img {
        max-width: 400px;
        width: 100%;
    }

    .marlin-asset-sec.margin-finance h2,
    .marlin-asset-sec.margin-finance p {
        text-align: left;
    }

    .marlin-asset-sec.margin-finance {
        padding: 45px 0;
    }

    .tokens-list-sec li h5 {
        font-size: 14px;
    }
}


/* new service page css */

.marlin-banner-sec h2,
.marlin-asset-sec h2,
.core-feature-sec .main-heading-new {
    font-family: Poppins, sans-serif;
    font-weight: 600;
}


.marlin-banner-sec.bg-service-new h5 {
    background: var(--primary, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marlin-banner-sec.bg-service-new p {
    font-size: 16px;
}

.text-orange {
    color: var(--primary, #F0B90B);
}

.ibvm-process li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.core-feature-sec.orange-gradient-sec .new-feature-box {
    background: linear-gradient(to right, #ffd630 0%, #ff7e38 100%);
    border-radius: 20px;
}

.text-black {
    color: #000 !important;
}

.white-btn.yellow-btn {
    background-color: #fff !important;
}

.bg-gradient {
    border-radius: 8px;
    opacity: 0.8;
    background: var(--primary, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%)) !important;
    background-color: transparent;
}

.marlin-banner-sec.bg-service-new h2 {
    font-size: 48px;
    line-height: 62px;
}

.outer-why-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.why-box-escrow {
    border-radius: 12px;
    border: 1px solid var(--primary, #FFD630);
    background: rgba(0, 0, 0, 0.12);
    padding: 16px;
    width: 31%;
    display: flex;
    align-items: flex-start;
    margin: 15px;
    min-height: 180px;
}

.why-box-escrow img {
    height: 54px;
    margin-right: 10px;
}

.why-box-escrow h5 {
    background: var(--primary, linear-gradient(90deg, #FFD630 0%, #FF7E38 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.why-box-escrow p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.text-white {
    color: #fff !important;
}

.why-box-escrow .bg-none.text-white {
    background: none !important;
    -webkit-text-fill-color: #fff;
}

.outer-why-box.key-feature .why-box-escrow {
    min-height: 170px;
    margin: 0;
    margin: 15px 0;
}

.outer-why-box.key-feature {
    justify-content: space-between;
    gap: 10px;
}

.outer-why-box.key-feature .why-box-escrow.key-1 {
    width: 38%;
}

.outer-why-box.key-feature .why-box-escrow.key-3 {
    width: 25%;
}

.outer-membership {
    border-radius: 26px;
    border: 1px solid #fff;
    background: #FFF;
    box-shadow: 0px 26px 40px 0px rgba(188, 202, 255, 0.13);
    padding: 40px;
    min-height: 786px;
}

.outer-membership img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 10px;
}

.outer-membership h4 {
    color: #1B223C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
}

.outer-membership p {
    color: #797878;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.outer-membership h5 {
    color: #1B223C;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.outer-membership ul {
    margin: 0;
    padding-left: 20px;
}

.outer-membership ul li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.border-black {
    border-color: #000 !important;
}

.bg-transperent {
    background-color: transparent !important;
}

.why-box-escrow.heading-center-tier {
    border: none !important;
    padding: 0 !important;
    background: none !important;
}

.outer-why-box.why-signup .why-box-escrow {
    border: none !important;
    background: linear-gradient(92deg, #c08319 -16.27%, rgba(153, 153, 153, 0.00) 92.42%);
    min-height: 140px;
}

.new-feature-box.bg-none {
    background: none !important;
}

.new-feature-box.bg-gradient .white-btn.yellow-btn {
    opacity: 1 !important;
}

.faq-outer-box {}

.faq-outer-box .accordion-item {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding: 12px 0;
    margin: 0 1rem;
}

.faq-outer-box .accordion-button {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: transparent !important;
    box-shadow: none !important;
}

.faq-outer-box .accordion-body {
    color: #28272D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-outer-box .accordion-item:last-child {
    border: none !important;
}

.outer-how-box span {
    background-color: #E06D0E;
    width: 60px;
    height: 60px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: -30px;
    top: -20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer-how-box>div {
    display: flex;
    align-items: center;
}

.outer-how-box>div img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.outer-how-box>div h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.outer-how-box p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.main-new-section .choose-box-height {
    min-height: 340px;
}

@media (max-width: 1400px) {
    .marlin-asset-sec.why-choose h2 {
        font-size: 38px;
        line-height: 55px;
    }

}

@media (max-width: 1300px) {
    .why-box-escrow {
        padding: 15px;
        width: 30%;
    }

    .why-box-escrow h5 {
        font-size: 16px;
    }

    .why-box-escrow p {
        font-size: 13px;
    }

    .ibvm-process li {
        font-size: 14px;
    }

    .why-box-escrow {
        width: 30% !important;
    }

    .why-box-escrow img {
        height: 45px;
    }

    .outer-how-box>div h5 {
        font-size: 18px;
    }

    .outer-how-box>div img {
        width: 50px;
        height: 50px;
    }

    .main-new-section .choose-box-height {
        min-height: 280px;
    }

}

@media (max-width: 1200px) {
    .outer-how-box>div h5 {
        font-size: 16px;
    }

    .outer-how-box>div img {
        width: 46px;
        height: 46px;
    }

    .outer-how-box {
        padding: 20px;
    }

    .outer-how-box p {
        font-size: 12px;
    }

    .outer-membership {
        min-height: 850px;
    }
}

@media (max-width: 992px) {
    .ibvm-process li {
        font-size: 12px;
    }

    .marlin-asset-sec.why-choose p {
        font-size: 13px;
    }

    .marlin-asset-sec.why-choose h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .faq-outer-box {
        padding: 0 !important;
    }

    .outer-membership {
        padding: 20px;
        min-height: 700px;
    }

    .why-box-escrow img {
        height: 40px;
        margin-right: 8px;
    }

    .why-box-escrow p {
        font-size: 12px;
    }

    .why-box-escrow {
        width: 44% !important;
    }

    .outer-why-box.key-feature .why-box-escrow {
        min-height: 150px;
    }

    .marlin-banner-sec.bg-service-new h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .outer-membership h4 {
        font-size: 20px;
    }

    .outer-membership p {
        font-size: 12px;
    }

    .outer-membership ul li {
        font-size: 12px;
        text-align: left;
    }

    .outer-how-box {
        padding: 15px;
        min-height: 260px;
    }

    .outer-how-box>div img {
        width: 40px;
        height: 40px;
    }

    .faq-outer-box .accordion-button {
        font-size: 16px;
    }

    .faq-outer-box .accordion-body {
        font-size: 12px;
    }
    .footer-merlin .inner-footer h1{
        justify-content: center;
    }
    .blue-btn{
        font-size: 12px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    h4.text-white.text-center.mb-3{
        margin-top: 1rem;
    }
    .marlin-asset-sec.why-choose p {
        text-align: center;
    }

    .marlin-asset-sec.why-choose h2 {
        text-align: center;
        font-size: 22px;
    }

    .ibvm-process li {
        font-size: 12px;
        text-align: left;
    }

    .mobile-only.d-none {
        display: block !important;
    }

    .marlin-banner-sec.bg-service-new {
        background: none !important;
    }

    .marlin-asset-sec.margin-finance.process {
        padding-top: 0;
    }

    .bg-service-new .mobile-center .d-flex {
        justify-content: center;
    }

    .outer-membership {
        padding: 15px;
        margin-bottom: 20px;
    }

    .why-box-escrow {
        width: 100% !important;
        min-height: auto !important;
    }

    .why-box-escrow img {
        width: auto !important;
    }

    .why-box-escrow h5 {
        text-align: left;
    }

    .outer-how-box {
        padding: 20px;
        min-height: 200px;
        text-align: left;
    }

    .outer-how-box span {
        width: 44px;
        height: 44px;
        font-size: 20px;
        left: -20px;
        top: -20px;
    }

    .outer-how-box::before {
        left: 22%;
    }

    .outer-membership {
        min-height: auto;
    }

    .main-new-section .choose-box-height {
        min-height: auto;
    }
}


/* btc protocol code starts */
.ibvm-orange {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #FFB533 0%, #FF8237 100%);
}

.ibvm-white {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #FFF;
}

.ibvm-orange,
.ibvm-white {
    display: flex;
    /* width: 433px;
    height: 223px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 30px 12px;
    text-align: left;
}

.protocol-first .ibvm-orange,
.protocol-first .ibvm-white {
    max-width: 75%;
    min-height: 223px;

}

.protocol-first .ibvm-white {
    float: right;
    margin-top: -30px;
}

.protocol-second .ibvm-orange,
.protocol-second .ibvm-white {
    max-width: 50%;
    min-height: 310px;
}

.protocol-second .ibvm-white {
    margin-top: 5.8rem;
    margin-left: -0.8rem;
}

.protocol-first .ibvm-orange {
    position: relative;
    z-index: 1;
}

.protocol-second {
    display: flex;
    align-items: start;
}

.protocol-text h5 {
    color: #0F0A26;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    margin-bottom: 0;
}

.protocol-text p {
    color: #0F0A26;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.outer-membership.space-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width:1200px) {

    .protocol-first .ibvm-orange,
    .protocol-first .ibvm-white,
    .protocol-second .ibvm-white,
    .protocol-second .ibvm-orange {
        max-width: 80%;
    }

    .protocol-second {
        display: block;
    }

    .protocol-second .ibvm-white {
        margin-top: -4rem;
        float: right;
    }

    .protocol-first .ibvm-orange,
    .protocol-first .ibvm-white {
        min-height: 290px;
    }
}

@media (max-width:991px) {

    .protocol-first .ibvm-white,
    .protocol-first .ibvm-orange,
    .protocol-second .ibvm-white,
    .protocol-second .ibvm-orange {
        max-width: 100%;
        min-height: 280px;
        margin-top: 1rem;
    }

}

@media (max-width:768px) {

    .protocol-first .ibvm-white,
    .protocol-first .ibvm-orange,
    .protocol-second .ibvm-white,
    .protocol-second .ibvm-orange {
        min-height: 320px;
    }

}

@media (max-width:575.6px) {

    .protocol-first .ibvm-white,
    .protocol-first .ibvm-orange,
    .protocol-second .ibvm-white,
    .protocol-second .ibvm-orange {
        min-height: auto;
    }

}



/* new header csss code starts */
.fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
}

.fixed-menu.show-bottom-menu {
    display: block;
}

.menu-strip-home {
    position: relative;
}

.outer-box-menu {
    position: absolute;
    width: 42%;
    left: auto;
    border-radius: 24px;
    border: 1px solid #B8B8B8;
    background: #000;
    display: block;
    bottom: 75px;
    padding: 20px;
    right: auto;
    min-width: 260px;
}

.outer-box-menu p {
    text-align: center;
    border-bottom: 1px solid #3e3e3e;
    display: block;
    padding: 10px;
    margin-bottom: 0;
}

.outer-box-menu a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.menu-strip-home .outer-box-menu {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .4s;
}

.menu-strip-home.open-menu .outer-box-menu {
    opacity: 1;
    visibility: visible;
}

.menu-strip-home.open-menu .border-btn.menu-btn {
    display: none;
}

.menu-strip-home .border-btn.close-btn {
    display: none;
}

.menu-strip-home.open-menu .border-btn.close-btn {
    display: block;
}

.fixed-menu .common-btn {
    background: linear-gradient(to bottom, #F0B90B 0%, #b78d09 100%);
    border-radius: 16px;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    border: none !important;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    min-height: 40px;

}

.menu-strip-home {
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 1);
    background: #333333;
    box-shadow: 0px 0px 20.6px 0px rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(18.649999618530273px);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.menu-strip-home .logo {
    height: 50px;
}

.menu-strip-home .common-btn {
    margin-left: 10px;
}

.fixed-menu .border-btn {
    border-radius: 16px;
    border: 1.5px solid #B8B8B8;
    background: #000;
    padding: 6px 20px;
    color: #F0B90B;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 26px;
    font-size: 16px;
    display: inline-block;
    min-height: 40.4px;
}

.fixed-menu .border-btn img {
    height: 24px;
}

@media (max-width:991px) {

    .fixed-menu .border-btn,
    .fixed-menu .common-btn {
        font-size: 10px;
        line-height: 12px;
        min-height: 25.6px;
    }

    .fixed-menu .common-btn {
        padding: 6px 10px;
    }

    .fixed-menu .border-btn {
        padding: 4px 10px;
    }

    .fixed-menu .border-btn img {
        height: 16px;
    }

    .menu-strip-home .common-btn {
        margin-left: 8px;
    }
}

@media (max-width:460px) {
    .menu-strip-home {
        gap: 6px;
    }
    .flex-header-same{
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: end;
    }
    .fixed-menu .row>*{
        padding: 0;
    }
    .fixed-menu .menu-strip-home{
        border-radius: 0;
        margin-bottom: 0;
    }
    .menu-strip-home .common-btn{
        min-width: 84px;
    }
    .fixed-menu .border-btn{
        min-width: 80px;
    }
}


/* decentralise-bannner code starts */
.decentralise-bannner.marlin-banner-sec {
    background-image: url(../images/decentralize-banner.webp);

}

.decentralise-bannner.marlin-banner-sec p{
    color: #fff;
    font-size: 20px;
}
.decentralise-bannner.marlin-banner-sec h2{
    margin-top: 0;
}
.decentralise-bannner.marlin-banner-sec .border-btn-new{
    border-radius: 44px;
}
.decentralise-bannner.marlin-banner-sec .bg-outer-back {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    padding: 8px 10px;
    align-items: center;
    gap: 12px;
    margin-bottom: 36px;
}

.decentralise-bannner.marlin-banner-sec .common-central-para {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.decentralise-bannner.marlin-banner-sec .common-central-para a {
    color: #FFCC4C !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.decentralise-bannner.marlin-banner-sec .bottom-key{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 36px;
}
.object-btn{
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    display: flex;
    max-width: 45px;
    min-width: auto;
    align-items: center;
    justify-content: center;
}
.object-btn i{
    font-size: 22px;
}
@keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 10px;
    }
  }
@media (max-width:768px){
    .decentralise-bannner.marlin-banner-sec .bottom-key{
        justify-content: center;
    }
    .decentralise-bannner.marlin-banner-sec p{
        font-size: 14px;
    }
    .decentralise-bannner.marlin-banner-sec .common-central-para{
        font-size: 12px;
    }
    .decentralise-bannner.marlin-banner-sec .bg-outer-back{
        margin-top: 1rem;
    }
    .timeline-single{
        min-height: auto;
    }
   
}

/* new banner code added */

.mobile-banner-new{
    display: none;
}
@media(max-width:768px){
    .mobile-banner-new.marlin-banner-sec {
        display: block;
        min-height: auto;
    }
    .marlin-banner-sec.main-new-marlin{
        background-image: none;
        background-color: #000;
        padding-top: 10px;
    }
    .marlin-banner-sec.main-new-marlin h2{
        display: none;
    }
    .marlin-banner-sec.main-new-marlin .fire-elements{
        display: none;
    }
    .mobile-banner-new.marlin-banner-sec .fire-elements{
        display: block;
        max-width: 84%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .marlin-banner-sec.mobile-banner-new h2{
        display: block;
        font-size: 26px;
        line-height: 36px;
        text-shadow: 0px 2px #323232;
    }
    .marlin-banner-sec.mobile-banner-new h2 {
        text-align: center;
        line-height: 26px;
        font-size: 18px;
    }
    .marlin-banner-sec.mobile-banner-new h2 span {
        color: #F0B90B;
        font-size: 14px;
        line-height: 21px;
        margin: 0 !important;
    }
    .outer-new-home .marlin-banner-sec h2 .green-text::before {
        height: 18px !important;
        width: 18px !important;
    }
   
}
@media (max-width:425.6px){
    .mobile-banner-new.marlin-banner-sec .fire-elements{
        max-width: 100%;
    }
}

/* privacy page css */

.privecy-page-sec{
font-size: 14px;
}
.privecy-page-sec.marlin-asset-sec p{
    font-size: 14px;
    line-height: 20px;
}
.privecy-page-sec .table tr th,
.privecy-page-sec .table tr td{
   padding: 15px; 
}
.privecy-page-sec.marlin-asset-sec p a{
    color: #FEC938;
}

.yes-no-btn .active {
    background-color: #F0B90B !important;
    color: #000 !important;
    border-color: #F0B90B !important;
    }

@media (max-width:768px){
    .privecy-page-sec.marlin-asset-sec p{
        font-size: 12px;
        line-height: 18px;
    }
    .privecy-page-sec .table {
        min-width: 1200px;
    }
    .marlin-asset-sec.margin-finance.process.stake-outer-box {
        padding-top: 20px;
    }
}
.border-30{
    border-radius: 30px;
}
@media (max-width:768px){
    .head-third{
        font-size: 16px;
        text-align: start;
    }
    .text-align-start{
        text-align: start;
    }
}

/* airdrop page css */
.marlin-asset-sec.Airdrop-banner-sec{
    padding: 120px 0 50px;
    position: relative;
}
.how-elegible-heading {
    position: relative;
    color: #F1C962;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.how-elegible-heading::before {
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, #FFE162 0%, rgba(17, 14, 2, 0.40) 100%);
    width: 45%;
    bottom: -5px;
}
.airdrop-steps {
    border-radius: 12px;
    box-shadow: -1px -1px 0px #D1D09F;
    background: linear-gradient(125deg, rgba(138, 106, 6, 0.23) 6.18%, rgba(36, 28, 2, 0.23) 83.24%);
    padding: 15px;
    margin: 20px 0;
}
.airdrop-steps h3 {
    color: #DFAE27;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.airdrop-steps h3 span{
    color: #EAD38C;
}
.airdrop-steps p{
    margin-bottom: 20px;
}
.airdrop-steps p img{
    padding-right: 10px;
    height: 30px;
}
.airdrop-steps .download-option {
    display: flex;
    align-items: center;
    gap: 10px;
}
.airdrop-steps .download-option a{
display: inline-block;
}
.airdrop-steps .download-option a img {
    height: 40px;
}
.airdrop-steps p.with-link{
display: flex;
align-items: flex-start;
}

.Airdrop-banner-sec .right-img {
    position: absolute;
    right: 0;
    width: 60%;
    top: 85px;
}
.airdrop-link{
    position: relative;
}
.airdrop-link span {
    background: #F0B90B;
    color: #000;
    padding: 0.3rem 0.4rem;
    border-radius: 0.3rem;
    position: absolute;
    top: -22px;
    right: -31px;
    font-size: 12px;
    line-height: 12px;
}
.airdrop-link span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #F0B90B;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 4px;
}
@media (max-width:992px){
.airdrop-link span {
    padding: 0.2rem 0.3rem;
    top: 2px;
    left: 53px;
    right: auto;
    font-size: 10px;
    line-height: 10px;
}
.airdrop-link span::after {
    border-top: 6px solid #F0B90B;
    border-right: 7px solid transparent;
    bottom: -4px;
    left: 2px;
}
}
@media (max-width:768px){
    .Airdrop-banner-sec .right-img {
    opacity: 0.2;
}
.airdrop-steps .download-option {
    flex-wrap: wrap;
}
.airdrop-steps p {
    font-size: 12px;
}
.airdrop-steps {
    margin: 15px 0;
    text-align: left;
}
.marlin-asset-sec.Airdrop-banner-sec p {
    font-size: 12px;
}
.marlin-asset-sec.Airdrop-banner-sec {
    padding: 85px 0 15px;
}
.how-elegible-heading {
    font-size: 18px;
}
.airdrop-steps h3 {
    font-size: 16px;
}
.airdrop-steps .download-option a img {
    height: 30px;
}
.airdrop-steps p img {
    height: 20px;
}
.airdrop-steps p {
    margin-bottom: 10px;
}


}
@media (max-width:430px){
.airdrop-link span {
    left: 40px;
}
}


/* presale page css */

.banner-presale-sec {
    padding-top: 7rem;
    text-align: center;
    /* background-image: url(../images/presale/banner-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
    position: relative;
    overflow: hidden;
}
.banner-presale-sec .autoplay-video {
    z-index: 0;
    height: auto;
    top: auto;
}
.banner-presale-sec::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.banner-presale-sec .index-high{
z-index: 2;
position: relative;
}
.timer-outer-main {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    max-width: 35rem;
    margin: auto;
    justify-content: center;
}
.timer-inner{
width: calc(25% - 2rem);

}
/* .timer-inner > div{
display: flex;
align-items: center;
gap: 0.5rem;
justify-content: center;
} */
.timer-inner > div span {
    background: linear-gradient(180deg, #FFF 0%, #F0B90B 100%);
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    display: inline-block;
    width: 100%;
    border-radius: 0.3rem;
    min-height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer-inner span.text {
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0.5rem;
    display: inline-block;
}
.gray-btn-presale{
background: #1E1B1B;
    padding: 10px 24px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    display: inline-block;
}
.min-presale-btn {
    min-width: 14rem;
}
.gray-text{
    color: #BDBCBC !important;
}
.banner-yellow-box {
    background-image: url(../images/presale/banner-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: #000;
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4rem 10rem;
    border-radius: 1.4rem;
box-shadow: 0 12px 32px 6px rgba(240, 185, 11, 0.36);
}
.roadmap-outer{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: 5rem 0 2rem;
}
.roadmap-outer::before{
 height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #F0B90B;
    content: "";
    position: absolute;
    top: 6.5rem;
    right: 0;
}
.roadmap-outer::after {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #F0B90B;
    content: "";
    position: absolute;
    top: 6.5rem;
    left: 0;
}
.roadmap-outer li{
text-align: center;
list-style: none;
width: 25%;
position: relative;
}
.roadmap-outer li::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #F0B90B;
    height: 2rem;
    width: 100%;
    left: 0;
    top: 5rem;
}
.roadmap-outer li img{
    height: 5rem;
    width: 5rem;
    object-fit: contain;
    margin-bottom: 4rem;
}
.roadmap-outer li h5{
    color: #F0B90B;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.roadmap-outer li p{
color: #FFF;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.presale-img {
    height: 4.2rem;
}
.global-img{
    height: 3.2rem;
}
.features-outer-box{
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.features-outer-box h3{
    color: #FFF;
font-size: 2rem;
font-style: normal;
font-weight: 600;
line-height: normal;
width: 50%;
margin: 1rem 0;
}
.features-outer-box h3 span{
    font-size: 0.9rem;
    display: block;
}
.progress-new-presale {
    border-radius: 22px;
    background: #D9D9D9;
    height: 10px;
    margin-bottom: 1rem;
}
.progress-new-presale .progress-bar{
    border-radius: 22px;
background-color: #F0B90B;
}
.how-point-box{
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 4px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(240, 185, 11, 0.06) 100%);
padding: 0.9rem;
margin: 1rem 0;
}
.how-point-box img{
height: 2.4rem;
width: 2.4rem;
object-fit: contain;
}
.how-point-box h5{
color: #FFF;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.how-point-box h5 span{
   font-size: 0.7rem; 
   display: block;
}
.buy-presale-box .wallet-address-input,
.outer-box-coin {
    border-radius: 0.4rem !important;
}
.outer-box-coin .persentage button {
    border-radius: 4px !important;
    border: none !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(240, 185, 11, 0.15) 100%) !important;
    color: #F0B90B;
    min-width: 5rem;
    padding: 0.5rem 3rem;
    font-size: 0.9rem;
}
.outer-box-coin .arrow-img-bottom {
    bottom: -2rem;
}
.outer-tabs-presale-main {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
.main-head.tabs-presale {
    border-radius: 4px !important;
    border: none !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(240, 185, 11, 0.15) 100%) !important;
    color: #F0B90B;
    padding: 0.8rem 1rem;
    font-size: 0.9rem !important;
    border-radius: 0.3rem;
    width: calc(33% - 1rem);
    -webkit-text-fill-color: initial;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.main-head.tabs-presale:hover,.main-head.tabs-presale:focus,.main-head.tabs-presale.active{
     background: #F0B90B !important;
      color: #000;
}
.buy-presale-box {
    height: 100%;
}
.exchange-main-sec{
    padding-top: 12rem;
}
.connect-tech-div button.view-exploror-btn {
    border-radius: 2rem;
    background: #F0B90B;
    padding: 0.7rem 1rem;
    color: #000;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    display: flex;
    max-width: max-content;
    align-items: center;
    gap: 1rem;
}
.outer-btn-banner-quill {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 35rem;
    flex-wrap: wrap;
    justify-content: center;
}
.logo-quill-btn {
    width: calc(50% - 1rem);
}
w3m-modal {
    z-index: 1000 !important;
}
.head-exchange {
    max-width: 35rem;
    margin: auto;
    text-align: center;
}

@media (max-width:768px){
    .banner-space-top.advantage-sec-ibvm-new {
    padding-top: 10rem !important;
    min-height: auto !important;
}
    .marlin-asset-sec.banner-presale-sec {
    padding-top: 7rem;
}
.marlin-asset-sec.banner-presale-sec p {
    font-size: 1rem;
}
.timer-inner > div span {
    font-size: 1.8rem;
    min-height: 4rem;
}
.timer-inner span.text {
    font-size: 1rem;
}
.banner-yellow-box {
    font-size: 1.4rem;
    padding: 2rem 2rem;
}
.outer-box-coin .persentage button {
    min-width: auto;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}
.buy-presale-box {
    height: auto;
    margin: 1rem 0;
}
.roadmap-outer {
    display: block;
    margin: 5rem 0 2rem;
}
.roadmap-outer li {
    width: 100%;
    padding: 1rem 0;
}
.roadmap-outer li img {
    height: 4rem;
    width: 4rem;
    margin-bottom: 0.5rem;
}
.roadmap-outer li::after {
    content: "";
    position: absolute;
    border-bottom: 0;
    border-left: 2px solid #F0B90B;
    height: 100%;
    width: 1rem;
    left: 3rem;
    top: 0;
}
.roadmap-outer li p {
    margin-bottom: 0;
}
.roadmap-outer::after {
    left: 2.5rem;
    top: 0;
}
.roadmap-outer::before {
    top: auto;
    right: auto;
    left: 2.5rem;
    bottom: 0;
}
.cutom-rollup-banner.bg-black .main-img-custom {
  margin-top: 1rem;
}
.presale-img {
    height: 2.2rem;
}
.global-img {
    height: 2rem;
    margin: 0 !important;
}
.features-outer-box h3 {
    font-size: 1.7rem;
    width: 100%;
    padding: 0;
}
.ibvm-presale-modal .modal-content {
       max-width: 100%;
}
.marlin-asset-sec.banner-presale-sec {
    padding-top: 7rem !important;
}
.main-head.tabs-presale {
    padding: 0.4rem 1rem;
    font-size: 0.9rem !important;
    min-width: max-content;
}
button, .blue-btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
.outer-btn-banner-quill{
    margin: auto !important;
        width: 100% !important;
}
.head-exchange {
    max-width: 19rem;
}

}
@media (max-width:420px){
.outer-new-home.ibvm-home .outer-btn-banner-quill .blue-btn {
    width: 100%;
}
}

/* blog page code starts */
.blogs-main{
    padding: 10rem 0 2rem;
}
/* .blogs-main::before{
    content: '';
    position: absolute;
    top: 30rem;
    left: 0;
    background-image: url(../images/blog/blog-bg.png);
    background-size: cover;
    height: 1618px;
    width: 100%;
} */
.blogs-main .heading-new-common{
    color: var(--final-IBVM-COLOR, #F0B90B);
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.blogs-main .calendar-date{
    color: #EAD38C;
    font-family: "Noto Sans";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-transform: capitalize;
    border-left: 1px solid #EAD38C;
    padding-left: 0.5rem;
    margin-bottom: 1.875rem;
}
.blogs-main .calendar-date img{
    margin-right: 0.625rem;
    height: 1.375rem;
}
.blogs-main .common-new-para p{
    color: #FFF4D1;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}
.blogs-main .common-new-para p a{
    text-decoration: none;
}
.blogs-main .common-new-para p b, .blogs-main .common-new-para p.color-orange{
    color: #DFAE27;
}
.blogs-main .heading-forth{
    color: #F1C962;
    font-size: 1.8rem;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 1.4rem;
    margin-top: 1.2rem;
}
.blogs-main .bottom-line{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px ;
    width: 80%;
    background: linear-gradient(90deg, #FFE162 0%, rgba(17, 14, 2, 0.40) 100%);
}
.blogs-main .article-sec{
    border-radius: 10px;
    border: 1px solid #D1D09F;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    background: linear-gradient(118deg, #4C462C 1.58%, rgba(0, 0, 0, 0.00) 97.81%), linear-gradient(125deg, rgba(138, 106, 6, 0.20) 6.18%, rgba(36, 28, 2, 0.20) 83.24%);
}
.blogs-main .article-sec .heading-forth{
    margin-bottom: 1.25rem;
}
.blogs-main .article-sec h5{
    color: #F0B90B;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 1rem;
    position: relative;
}
.blogs-main .article-sec h5::before{
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #FEE062;
}
.blogs-main .article-sec a{
    text-decoration: none;
}
.blogs-main .share-community-sec {
    border-radius: 10px;
    margin-bottom: 1.25rem;
    background: linear-gradient(118deg, #4C462C 1.58%, rgba(0, 0, 0, 0.00) 97.81%), linear-gradient(125deg, rgba(138, 106, 6, 0.20) 6.18%, rgba(36, 28, 2, 0.20) 83.24%);
}
.blogs-main .share-community-sec .img-main img{
    border-radius: 50%;
    border: 0.2rem solid rgba(255, 255, 255, 0.10);
    object-fit: cover;
    object-position: top;
}
.blogs-main .share-community-sec .img-main{
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.blogs-main .share-community-sec .content-main{
    padding: 1.25rem;
}
.blogs-main .share-community-sec .content-main h6{
    color: #FFEFBD;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    text-transform: capitalize;
    margin-bottom: 0.375rem;
    position: relative;
}
.blogs-main .share-community-sec .content-main h6::before {
    content: '';
    position: absolute;
    left: 90px;
    height: 1px;
    width: 40px;
    background-color: #ffefbd;
    top: 6px;
}
.blogs-main .share-community-sec .content-main h4{
    color: #FFEFBD;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.blogs-main .share-community-sec .content-main p{
    color: #ffefbd;
}
.blogs-main .share-community-sec .img-main{
    padding-top: 1rem;
    position: relative;
    text-align: center;
    padding-bottom: 0.4rem;
}
.blogs-main .share-community-sec .img-main a {
    cursor: pointer;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    background: transparent;
    padding: 0;
}
.blogs-main .share-community-sec .img-main a img{
    border-radius: 0;
    background: transparent;
    border: none;
}
.blogs-main .share-community-sec .social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blogs-main .share-community-sec .social-link img{
    height: 2.4rem;
}
.blogs-main .inner-blog-box{
    background: url(../images/blog/abstract-bg.png);
    border-radius: 1rem;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}
.blogs-main .inner-blog-box h4{
    color: #FFB92D;
    position: relative;
    margin-bottom: 1.5rem;
}
.blogs-main .inner-blog-box h4::before{
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 40%;
    background-color: #FFB92D;
    bottom: -0.6rem;
}
.blogs-main .inner-blog-box p{
    color: #F1C962;
}
.blogs-main .inner-blog-box.steps-content p{
    color: #FFF4D1;
}
.blogs-main .inner-blog-box.steps-content p span{
    background: linear-gradient(270deg, #C09D4C 0%, #DCC378 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    padding-right: 0.2rem;
}

.blogs-main .inner-blog-box table th, .blogs-main .inner-blog-box table td{
    border: 1px solid #FFB92D;
    padding: 0.8rem 1rem;
}
.blogs-main .inner-blog-box table tr th:first-child{
    border-top-left-radius: 10px;
}
.blogs-main .inner-blog-box table th{
    color: #DFAE27;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; /* 100% */
    text-transform: capitalize;
}
.blogs-main .inner-blog-box table td{
    color: #FFF4D1;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 162.5% */
    text-transform: capitalize;
}
.blogs-main .article-sec.mobile-article{
    display: none;
}
.blogs-main .heading-new-common.blog-heading-small {
  font-size: 1.4rem;
}
.blogs-main .common-new-para p.small-box{
    font-size: 0.8rem;
}


@media (max-width:991px){
    .blogs-main .heading-new-common{
        font-size: 1.5rem;
    }
    .blogs-main .calendar-date{
        font-size: 1rem;
    }
    .blogs-main .heading-forth{
        font-size: 1.25rem;
    }
    .blogs-main .inner-blog-box table th{
        font-size: 1.125rem;
    }
    .blogs-main .inner-blog-box table th, .blogs-main .inner-blog-box table td {
        border: 1px solid #FFB92D;
        padding: 0.6rem 0.8rem;
    }
    .blogs-main .article-sec.mobile-article{
        display: block;
    }
    .blogs-main .article-sec.desktop-article{
        display: none;
    }
    .blogs-main .common-new-para p {
    font-size: 0.9rem;
}

}

