.connect-wallet-sec {
    padding: 80px 0 0;
}

.outer-new-home .marlin-banner-sec h2 {
    font-weight: 400;
    font-family: "Prosto One", serif;
    text-align: left;
}

.outer-new-home .marlin-banner-sec h2 .green-text {
    color: #00FF19 !important;
    position: relative;
    display: inline-block;
}

.outer-new-home .marlin-banner-sec h2 .green-text::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    background-image: url(../images/home-new/tea-leaves.png);
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.outer-new-home .marlin-banner-sec h2 .text-orange {
    margin-top: 30px;
    display: inline-block;
}

.connect-wallet-inner {
    background-image: url(../images/home-new/Heading.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 60px 40px;
}

.blue-btn.black-btn-connect {
    background-color: #000000 !important;
    padding: 10px 40px;
    color: #F0B90B !important;
}

.rewards-box {
    padding: 15px 30px;
    margin: 75px 0 30px;
    border-radius: 4.333px;
    /* border: 1.083px solid rgba(255, 255, 255, 0.58); */
    background: linear-gradient(186deg, rgba(255, 253, 253, 0.40) -20.85%, rgba(255, 253, 253, 0.20) -20.83%, rgba(255, 255, 255, 0.00) 116.4%);
    backdrop-filter: blur(108.31352996826172px);
    text-align: center;
    box-shadow: 0px -2px 0px rgba(255, 255, 255, 0.4);
}

.rewards-box img {
    height: 100px;
    margin-bottom: 30px;
    margin-top: -70px;
}

.marlin-asset-sec .rewards-box p {
    margin-bottom: 5px;
    min-height: 85px;

}

.marlin-asset-sec.buy-sec {
    padding: 60px 0 0;
    background-image: url(../images/home-new/Ellipse.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.connect-wallet-process {
    display: flex;
    padding: 0;
}

.connect-wallet-process li {
    width: 25%;
    padding: 25px;
    text-align: center;
    position: relative;
    list-style: none;
}

.connect-wallet-process li::after {
    content: "";
    position: absolute;
    top: 47px;
    border-bottom: 2px dashed #F0B90B;
    height: 2px;
    width: 100%;
}

.connect-wallet-process li span {
    background-color: #F0B90B;
    color: #111;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    height: 45px;
    width: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.connect-wallet-process li:last-child::after {
    content: none;
}

.connect-wallet-process li p {
    font-weight: 400;
    margin-bottom: 0;
}

.earn-box-outer {
    border-radius: 24px;
    border: 0px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(240, 185, 11, 0.10) 100%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin: 20px 0;
    min-height: 440px;
}

.earn-box-outer.min-auto {
    min-height: auto;
}

.earn-box-outer .icon {
    height: 90px;
    margin-left: -12px;
}

.earn-box-outer h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.earn-box-outer p {
    font-size: 14px;
    color: #8D8D99;
    font-weight: 400;
}

.earn-box-outer .outer-width {
    width: 55%;
    padding: 35px;
}

.earn-box-outer .shadow-img {
    width: 40%;
    align-self: end;
}

.earn-box-outer .shadow-img.center-icon {
    align-self: center;
    max-height: 200px;
    max-width: max-content;
    margin-left: 30px;
}

.star-box-outer {
    padding: 30px;
}

.star-box-outer img {
    height: 40px;
    margin-bottom: 20px;
}

.marlin-asset-sec.star-outer-sec {
    padding: 80px 0 40px;
    background-image: url(../images/home-new/star-outer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.outer-join-new-sec .heading-new-img {
    width: 70%;
    margin-bottom: 1rem;
}

.outer-join-new-sec .outer-box-join {
    padding-left: 2rem;
}

.outer-join-new-sec .outer-box-join ul {
    padding: 0;
}

.outer-join-new-sec .outer-box-join ul li {
    color: #BDBDBD;
    margin-bottom: 1rem;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

.outer-join-new-sec .outer-box-join ul li img {
    height: 1.3rem;
    margin-right: 0.5rem;
}

.outer-join-new-sec .outer-box-join ul li b {
    color: #FFE554;
    font-weight: 500;
}

.outer-join-new-sec .outer-box-join ul li b a {
    color: #FFE554;
    font-weight: 300;
}

.submit-connect-btn {
    border-radius: 8px;
    opacity: 0.8;
    background: #FFE554;
    box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.32);
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    padding: 0.5rem 3rem;
}

.outer-box-join-modal {
    padding: 2rem;
    color: #fff;
}

.outer-box-join-modal h4 {
    margin-bottom: 2rem;
}

@media (max-width:1200px) {
    .earn-box-outer {
        display: block;
    }

    .earn-box-outer.min-auto {
        display: flex;
    }

    .earn-box-outer .outer-width {
        width: 100%;
        padding: 20px;
    }

    .earn-box-outer .shadow-img.center-icon {
        max-height: 150px;
    }

    .earn-box-outer p {
        margin-bottom: 0;
    }

    .earn-box-outer .shadow-img {
        width: 35%;
    }
}

@media (max-width:992px) {
    .rewards-box {
        min-height: 260px;
    }

    .connect-wallet-process li {
        padding: 10px;
    }

    .connect-wallet-process li p {
        font-size: 12px;
    }

    .connect-wallet-process li span {
        font-size: 20px;
        height: 35px;
        width: 35px;
    }

    .connect-wallet-process li::after {
        top: 30px;
    }

    .earn-box-outer {
        display: flex;
        min-height: 230px;
    }

    .earn-box-outer .shadow-img {
        width: auto;
        height: 200px;
    }
}

@media (max-width:768px) {
    .connect-wallet-inner {
        padding: 65px 35px;
    }

    .rewards-box,
    .marlin-asset-sec .rewards-box p {
        min-height: auto;
    }

    .rewards-box {
        margin: 16px 0 60px;
    }

    .earn-box-outer .outer-width {
        text-align: left;
    }

    .earn-box-outer .shadow-img {
        width: 40%;
        height: auto;
    }

    .outer-new-home .marlin-asset-sec p {
        font-size: 10px;
    }

    .outer-new-home .marlin-banner-sec h2 {
        text-align: center;
        line-height: 40px;
    }

    .outer-join-new-sec .outer-box-join {
        padding-left: 0;
        text-align: left;
    }

    .outer-join-new-sec .outer-box-join ul li {
        font-size: 13px;
    }

    .outer-join-new-sec .outer-box-join ul li img {
        height: 1rem;
        margin-right: 0.5rem;
    }

    .outer-box-join-modal {
        padding: 1rem;
    }
}

@media (max-width:520px) {
    .connect-wallet-process li span {
        font-size: 14px;
        height: 26px;
        width: 26px;
    }

    .connect-wallet-process li::after {
        top: 20px;
    }

    .connect-wallet-process {
        display: block;
        padding: 0;
    }

    .connect-wallet-process li {
        padding: 10px;
        width: 100%;
    }

    .connect-wallet-process li::after {
        content: none;
    }

    .earn-box-outer {
        flex-wrap: wrap;
    }

    .earn-box-outer .outer-width {
        text-align: center !important;
    }

    .earn-box-outer .shadow-img {
        width: 100%;
        height: 80px;
        align-self: center;
        max-width: 100%;
        object-fit: contain;
        object-position: right;
    }

    .earn-box-outer .shadow-img.center-icon {
        max-width: 100%;
        margin: 0;
    }

    .star-box-outer img {
        height: 30px;
        margin-bottom: 15px;
    }

    .connect-wallet-inner {
        padding: 40px 15px;
    }
}


.autoplay-video {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}


/* homepage new css added 28 march 2025 */
.ibvm-banner-sec {
    padding: 100px 0;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-btn.black-btn {
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: 0 0 65px rgba(255, 255, 255, 0.3) !important;
}

.ibvm-banner-sec .show-mobile {
    display: none;
}

.ibvm-banner-sec .hide-mobile {
    display: block;
}

.ibvm-banner-sec::before {
    content: none;
    position: absolute;
    height: 100%;
    width: 1050px;
    right: -50px;
    top: -50px;
    display: block;
    background-image: url(../images/home-new/ibvm-back.html);
    background-repeat: no-repeat;
    z-index: 0;
}

.ibvm-banner-sec .ibvm-logo {
    height: 95px;
    width: auto;
}

.ibvm-banner-sec h1 {
    font-family: Poppins, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    /* background: var(--2-color, linear-gradient(90deg, #FEC938 2.43%, #FF7C33 98.28%)); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin-bottom: 2px;
    /* color: #fff; */
}

.ibvm-banner-sec h3 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}

ul.step-list-banner {
    margin-bottom: 0;
    padding-left: 0;
}

ul.step-list-banner li {
    /* list-style-image: url(../images/home-new/ibvm-small.png); */
    margin-bottom: 12px;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

ul.step-list-banner li p {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}

ul.step-list-banner li img {
    padding-right: 10px;
    height: 30px;
}

.banner-ibvm-box {
    padding: 20px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-top: 30px;
    display: flex;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #000;
    width: 100%;
}

.banner-ibvm-box img {
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
    width: 100px;
    object-fit: cover;
}

.banner-ibvm-box p {
    font-size: 16px;
    margin-bottom: 16px;
    font-size: 16px;
}

.outer-new-home.ibvm-home .blue-btn {
    border-radius: 30px !important;
}


/* ========================================= */
.ibvm-advantage-sec h2 {
    /* background: var(--2-color, linear-gradient(90deg, #FEC938 2.43%, #FF7C33 98.28%)); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
}

.greener-sec .autoplay-video {
    z-index: 0;
    height: auto;
}

.greener-sec .index-high {
    z-index: 1;
}

.greener-sec {
    position: relative;
    overflow: hidden;
}

.greener-sec .green-text {
    color: #00FF19 !important;
    position: relative;
    display: inline-block;
}

.greener-sec .green-text::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    background-image: url(../images/home-new/tea-leaves.png);
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.greener-sec.marlin-asset-sec h2 {
    font-weight: 600;
    /* font-family: "Prosto One", serif; */
    text-align: left;
    font-size: 45px;
    /* line-height: 50px; */
    color: #fff !important;
}

.computation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.computation p {
    margin-bottom: 0;
    color: #F0B90B;
}

.fraction {
    display: inline-block;
    text-align: center;
}

.fraction span {
    display: block;
}

.fraction .numerator {
    border-bottom: 2px solid white;
    padding-bottom: 5px;
}

.text-orange {
    color: var(--primary, #F0B90B) !important;
}

.logo-partner-ibvm img {
    height: 54px;
    width: 200px;
    object-fit: contain;
    object-position: center;
    margin: 15px auto;
}

.marlin-asset-sec.buy-sec.how-it-sec {
    background-image: url(../images/home2/how-banner.html);
    padding: 60px 0 !important;
}

.join-ibvm-heading {
    position: relative;
    margin-bottom: 40px;
}

.join-ibvm-heading::before {
    content: "";
    background-image: url(../images/home2/star.png);
    height: 35px;
    width: 35px;
    position: absolute;
    left: -32px;
    z-index: 1;
    background-position: center;
    background-size: contain;
    top: -5px;
}

.join-ibvm-heading::after {
    content: "";
    background-image: url(../images/home2/line.png);
    height: 19px;
    position: absolute;
    right: 0;
    background-size: contain;
    width: 50%;
    background-repeat: no-repeat;
    bottom: -26px;
}

.advantage-ibvm {
    position: relative;
}

.advantage-ibvm img {
    position: relative;
    z-index: 1;
}

.advantage-ibvm::before {
    content: "";
    border-radius: 312px;
    background: linear-gradient(180deg, #FECB38 0%, #FF7C33 100%), #D9D9D9;
    filter: blur(127px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 40%;
    margin: auto;
}

.advantage-sec-ibvm-new {
    background-image: url(../images/home2/banner-advantage.html);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 60px 0;
    margin-top: 50px;
}

.outer-new-home.ibvm-home .position-relative.z-1 {
    z-index: 1;
}

.greener-sec .autoplay-video.banner-video-ibvm {
    width: 70%;
    height: 100vh;
    right: 0;
    left: auto;
}

.ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new {}

.ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new::before {
    content: "";
    position: absolute;
    background-image: url(../images/home2/banner-gradient.html);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-ibvm-box {
    transition: all ease-in-out .2s;
}

.banner-ibvm-box .blue-btn.w-50 {
    padding: 10px;
}

.banner-ibvm-box:hover {
    background: linear-gradient(180deg, #FECB38 0%, #FF7C33 100%);
    border-color: #000;
}

.banner-ibvm-box:hover img {
    mix-blend-mode: difference;
}

.banner-ibvm-box:hover h5 {
    color: #000 !important;
}

.banner-ibvm-box:hover p {
    color: #000 !important;
}

.banner-ibvm-box:hover .blue-btn {
    color: #F0B90B !important;
    background-color: #000 !important;
}

.how-it-sec .autoplay-video {
    width: 100%;
    height: 100%;
}

@media (max-width:1200px) {
    .banner-ibvm-box {
        padding: 10px;
    }

    .banner-ibvm-box .blue-btn.w-50 {
        width: 100% !important;
        font-size: 0.7rem;
    }
}

@media (max-width:991px) {
    .ibvm-banner-sec .ibvm-logo {
        height: 90px;
    }

    .ibvm-banner-sec h1 {
        font-size: 24px;
    }

    .ibvm-banner-sec h3 {
        font-size: 18px;
    }

    .ibvm-banner-sec::before {
        width: 850px;
        right: 0;
        top: -100px;
    }

    .greener-sec.marlin-asset-sec h2 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }

    .banner-ibvm-box .blue-btn.w-50 {
        font-size: 0.9rem;
    }
}

@media (max-width:768px) {
    .greener-sec .autoplay-video.banner-video-ibvm {
        display: none;
    }

    .ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new {
        padding: 10px 0;
    }

    .logo-partner-ibvm img {
        height: 35px;
        width: 110px;
    }

    .ibvm-banner-sec {
        padding: 100px 0 30px;
    }

    .greener-sec.marlin-asset-sec h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .ibvm-banner-sec .ibvm-logo {
        height: 50px;
    }

    .ibvm-banner-sec h1 {
        font-size: 18px;
    }

    .ibvm-banner-sec h3 {
        font-size: 14px;
    }

    .banner-ibvm-box {
        margin-top: 20px;
        align-items: center;
        justify-content: center;
    }

    .ibvm-banner-sec .show-mobile {
        display: block;
    }

    .ibvm-banner-sec .hide-mobile {
        display: none;
    }

    .ibvm-banner-sec ul li {
        margin-bottom: 10px;
        justify-content: center;
    }

    .ibvm-banner-sec ul li img {
        max-height: 24px;
    }

    .greener-sec .autoplay-video {
        min-height: 500px;
    }

    .connect-wallet-sec.greener-sec {
        padding: 50px 0;
        text-align: left;
    }

    .connect-wallet-sec.greener-sec h2 {
        text-align: center;
    }

    .join-ibvm-heading {
        text-align: center;
    }

    .computation {
        justify-content: center;
    }

    .mobile-none {
        display: none;
    }

    .ibvm-advantage-sec.marlin-asset-sec p {
        text-align: justify;
    }

    .connect-wallet-sec {
        padding: 20px 0 0;
    }

    .marlin-asset-sec {
        padding: 20px 0 0;
    }

    .join-ibvm-heading::before {
        height: 22px;
        width: 22px;
        left: 0;
        top: -5px;
    }

    .join-ibvm-heading::after {
        right: 20px;
        bottom: -20px;
    }

    .star-box-outer {
        padding: 5px;
    }

    .marlin-asset-sec.buy-sec.how-it-sec {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new {
        background-image: url(../images/home2/mobile-banner.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
    }

    .outer-new-home.ibvm-home .position-relative.z-1 {
        margin-bottom: 130px;
    }

    .join-btn {
        text-align: center;
    }
}

@media (max-width:576px) {
    .ibvm-banner-sec {
        padding-top: 74px;
    }

    .ibvm-banner-sec h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .outer-join-new-sec .heading-new-img {
        width: 40%;
        margin-bottom: 1rem;
    }

    .ibvm-banner-sec h3 {
        font-size: 12px;
    }

    .ibvm-banner-sec ul li {
        justify-content: flex-start;
    }

    .banner-ibvm-box .blue-btn {
        max-width: 200px;
        margin: auto;
    }

    .computation {
        justify-content: center;
        display: block;
        text-align: center;
    }

    .greener-sec .green-text::before {
        top: -8px;
        height: 20px;
        width: 20px;
    }

}

@media (max-width:400px) {}

/* learn wallet page css */

.learn-about-banner-sec {
    padding-top: 10px;
}

.button-banner-learn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.button-banner-learn a {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

.button-banner-learn a img {
    height: 40px;
}

.learn-crypto-video {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 80px;
}

.feature-ibvm {
    border-radius: 15px;
    border: 1px solid #F0B90B;
    padding: 1rem;
    margin: 1rem;
}

.feature-ibvm img {
    height: 120px;
}

.submit-project-sec {
    background-image: url(../images/home2/submit-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    overflow: hidden;
}

.subheading-text {
    font-weight: 400;
    line-height: 2rem;
}

.form-partnership {}

.form-partnership .form-label {
    color: #FFF;
    font-weight: 600;
}

.form-partnership .form-control {
    border-radius: 8px;
    border: 2.075px solid #F0B90B;
    padding: 10px 15px;
    background-color: transparent;
    box-shadow: none;
    outline: navajowhite;
    color: #fff;
}

.form-partnership .form-control::placeholder {
    color: #F0B90B;
}

.form-partnership .yes-no-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.form-partnership .yes-no-btn button {
    color: #F0B90B;
    border-radius: 8px;
    border: 2.075px solid #F0B90B;
    padding: 10px 15px;
    background-color: transparent;
    box-shadow: none;
    outline: navajowhite;
    display: block;
    width: 50%;
}

.form-partnership p {
    font-size: 14px;
    margin-bottom: 10px;
}

.form-partnership .blue-btn {
    padding: 12px 15px;
    border-radius: 30px;
}

.form-partnership .click-choose-btn {
    border-radius: 8px;
    border: 2.075px solid #F0B90B;
    padding: 10px 15px;
    position: relative;
}

.form-partnership .click-choose-btn>div input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.form-partnership .click-choose-btn>div button {
    color: #F0B90B;
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    margin-top: 10px;
}

.form-partnership .click-choose-btn p {
    font-size: 12px;
    margin-top: 10px;
}

.border-box-join {
    padding: 20px;
    border-radius: 34px;
    background: linear-gradient(180deg, #FFF 0%, #F0B90B 100%);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    min-height: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-box-join img {
    margin-bottom: 10px;
}

.border-box-join a {
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 10px;
}

.border-box-join h5 {
    font-weight: 600;
}

.border-box-join p {
    color: #000;
}

.border-box-join button {
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    padding: 8px 20px;
    width: 100%;
}

.border-box-join.dark-orange {
    background: none;
    background: #F0B90B;
}

.coin-img-new-join {
    max-width: 390px;
    margin: auto;
    margin-bottom: -8%;
}

.border-box-join.first-box {
    min-height: 420px;
}

.border-box-join.sec-box {
    min-height: 320px;
}

.border-box-join.third-box {
    min-height: 250px;
}

.border-box-join.fourth-box {
    min-height: 320px;
}

.border-box-join.fifth-box {
    min-height: 420px;
}

.animation-rotate-hue {
    position: relative;
    margin-bottom: 0px;
    height: 480px;
    width: 480px;
    margin: auto;
}

.animation-rotate-hue::before {
    content: "";
    background-image: url(../images/home2/moving-animation.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate-animation 5s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animation-rotate-hue img {
    height: 29%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.mobile-video-sec-ibvm {
    position: relative;
    overflow: hidden;
}

.mobile-video-sec-ibvm::before {
    content: "";
    background-image: url(../images/home2/Ellipse.png);
    position: absolute;
    left: -30%;
    top: auto;
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate-animation 5s infinite linear;
    height: 100%;
    width: 50%;
}

.mobile-video-sec-ibvm::after {
    content: "";
    background-image: url(../images/home2/Ellipse.png);
    position: absolute;
    right: -20%;
    top: auto;
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate-animation 5s infinite linear;
    height: 100%;
    width: 50%;
}

.header-new {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-new .bg-body-tertiary {
    border-radius: 12px;
    border: 0.5px solid #FFF;
    background: #18150c;
    max-width: 1300px;
    margin-top: 15px;
    width: 100%;
    transition: all ease-in-out .2s;
}

.header-new.darker-header .bg-body-tertiary {
    border-radius: 0;
    border: none;
    background: #18150c;
    max-width: 100%;
    margin-top: 0;
}

.spinner-top-sec {
    padding-top: 110px;
    min-height: 100vh;
}

@media (max-width:1350px) {
    .banner-ibvm-box {
        padding: 20px 12px;
    }
}

@media (max-width:1320px) {
    .main-header .bg-body-tertiary {
        margin: 15px;
    }

    .main-header.darker-header .bg-body-tertiary {
        margin: 0;
    }

    .main-header .navbar-brand h1 {
        font-size: 28px;
    }

    .main-header .navbar-brand img {
        height: 32px !important;
    }

    .header-new .bg-body-tertiary {
        max-width: 90%;
    }
}

@media (max-width:1200px) {
    .border-box-join {
        padding: 10px;
        border-radius: 24px;
    }

}

@media (max-width:992px) {
    .spinner-top-sec {
        min-height: 100vh;
    }

    .for-box-align-join {}

    .for-box-align-join>.col {
        width: 49% !important;
        flex: none;
    }

    .border-box-join {
        padding: 10px;
        border-radius: 24px;
        min-height: 365px !important;
        margin-bottom: 20px;
    }

    .coin-img-new-join {
        max-width: 390px;
        margin: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .animation-rotate-hue {
        height: 320px;
        width: 320px;
    }
}

@media (max-width:768px) {
    .form-partnership {
        text-align: left;
    }

    .for-box-align-join>.col {
        width: 100% !important;
    }

    .border-box-join {
        padding: 30px;
        min-height: auto !important;
        margin-bottom: 20px;
    }

    .border-box-join img {
        height: 90px;
        margin-bottom: 10px;
    }

    .marlin-asset-sec h2 {
        font-size: 18px;
    }

    .animation-rotate-hue {
        height: 280px;
        width: 280px;
    }

}

.contact-sec {
    padding-top: 120px;
}

.contact-sec .outer-login-right.verify-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-sec .outer-login-right .form-label {
    margin-bottom: 3px;
}

.contact-sec .outer-login-right .btn-box.verify-btn {
    position: relative;
    width: 100%;
    bottom: 0px;
}

.contact-sec .outer-login-right .form-control {
    padding: 8px 10px;
}
.contact-sec .outer-login-right .form-select {
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    background-color: #fff;
    background-color: transparent !important;
    padding: 8px 10px;
    color: #fff !important;
}
.contact-sec .outer-login-right .form-select option{
    background-color: #000;
}
.list-steps-guid {
    color: #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 15px;
}

/* launchpad page css */

.ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new.launchpad-banner-sec::before {
    background-image: url(../images/home2/launchpad-bg.png);
    background-size: cover;
    width: 90%;
}
.ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new.launchpad-banner-sec{
padding-top: 200px;
}
.greener-sec.launchpad-banner-sec .autoplay-video.banner-video-ibvm {
    width: 60%;
    height: 90vh;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}
.launchpad-points-sec{
    padding: 4rem 0;
}
.launchpad-about-list{
    border-radius: 15px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(240, 185, 11, 0.10) 100%);
padding: 2rem;
text-align: center;
position: relative;
overflow: hidden;
padding-bottom: 4rem;
}
.launchpad-about-list a {
    background: #F0B90B;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
}
.outer-box-launchpad-product{
    border-radius: 12px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(240, 185, 11, 0.10) 100%);
padding: 1rem;
}
.outer-box-launchpad-product .logo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outer-box-launchpad-product .logo-row img{
    height: 4rem;
}
.outer-box-launchpad-product .logo-row p{
    border-radius: 30px;
border: 1px solid #FFD800;
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 0.8rem;
color: #FFD800;
}
.outer-box-launchpad-product .logo-row p span {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background-color: #FFD800;
    display: inline-block;
    margin-right: 0.3rem;
}
.outer-box-launchpad-product h3 {
    color: #fff;
    margin-top: 2rem;
    text-transform: uppercase;
}
.outer-box-launchpad-product h3 small {
    font-size: 70%;
}
.outer-box-launchpad-product .date-and-view {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.outer-box-launchpad-product p.text-white {
    min-height: 10rem;
}
.outer-box-launchpad-product .date-and-view p{
    font-size: 0.8rem;
    margin: 0;
}
.outer-box-launchpad-product .date-and-view a {
    display: inline-block;
    margin: 0;
    margin-left: 1rem;
}
.outer-box-launchpad-product .date-and-view a img{
    height: 1.2rem;
}
.outer-new-home.ibvm-home .outer-box-launchpad-product .date-and-view a.blue-btn {
    border-radius: 0.4rem !important;
    padding: 0.5rem 1rem;
}
.filter-launchpad-outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.filter-launchpad-outer .input-group {
    max-width: 510px;
    border-radius: 4px;
    background: rgba(240, 185, 11, 0.10);
    padding: 0.7rem;
}
.filter-launchpad-outer .input-group .input-group-text {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    color: #F0B90B;
}
.filter-launchpad-outer .input-group .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0 1rem;
    color: #fff;
    font-size: 0.9rem;
}
.filter-launchpad-outer .dropdown-toggle {
    font-size: 0.9rem;
    border-radius: 4px;
    background: rgba(240, 185, 11, 0.10);
    padding: 0.7rem 1.2rem;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
    border: none;
}
.filter-launchpad-outer .dropdown-toggle::after {
    border: none;
    height: 9px;
    width: 9px;
    border-bottom: 2px solid #F0B90B;
    border-right: 2px solid #F0B90B;
    transform: rotate(45deg);
    margin-left: 20px;
}
.filter-launchpad-outer .dropdown-menu{
    border-radius: 12px;
    background-color: #191917;
    padding: 0.5rem;
    border: 1px solid #F0B90B;
}
.filter-launchpad-outer .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 0.9rem;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
}
.filter-launchpad-outer .dropdown-menu .dropdown-item:hover, .filter-launchpad-outer .dropdown-menu .dropdown-item:focus, .filter-launchpad-outer .dropdown-menu .dropdown-item:active {
    background-color: #000;
    
}
.filter-launchpad-outer .list-gid-view {
    border-radius: 4px;
    background: rgba(240, 185, 11, 0.10);
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.filter-launchpad-outer .list-gid-view a{
display: inline-block;
}
.filter-launchpad-outer .list-gid-view a img {
    height: 1.4rem;
}
.launchpad-tabs {
    justify-content: center;
    border: none;
    border-radius: 25px;
    border: 0.329px solid rgba(189, 189, 189, 0.24);
    background: var(--Glass, conic-gradient(from 180deg at 50% 50%, rgba(217, 217, 217, 0.07) 0deg, rgba(217, 217, 217, 0.00) 170.6250035762787deg));
    max-width: max-content;
    padding: 0rem 1rem;
    margin: auto;
}

.launchpad-tabs .nav-item .nav-link {
    color: #FFF;
    padding: 0.7rem 1rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
.launchpad-tabs .nav-item .nav-link:hover,
.launchpad-tabs .nav-item .nav-link:focus,
.launchpad-tabs .nav-item .nav-link:active,
.launchpad-tabs .nav-item .nav-link.active{
    border-bottom: 1px solid #F0B90B;
}
a{
    cursor: pointer !important;
}
.deposit-model .modal-header .btn-close {
    right: 15px;
    top: 15px;
}
.list-view.row .col-lg-4.col-md-6.col-sm-6{
    width: 100% !important;
}
.outer-box-launchpad-product{
    margin: 0.5rem 0;
}
.list-view.row .col-lg-4.col-md-6.col-sm-6 .outer-box-launchpad-product h3 {
    color: #fff;
    margin-top: 0.3rem;
    text-transform: uppercase;
}
.list-view.row .col-lg-4.col-md-6.col-sm-6 .outer-box-launchpad-product p.text-white {
    min-height: auto;
}
html{
    font-size: 16px;
}
.marquee-outer-line {
    color: #000;
    background-color: #F0B90B;
    padding: 0.5rem;
    font-size: 0.9rem;
}
@media (max-width:1400px){
.launchpad-about-list br{
    display: none;
}
    .launchpad-about-list {
        min-height: 14rem;
    }
    .outer-box-launchpad-product p.text-white {
        min-height: 12rem;
    }
}
@media (max-width:1024px){
    .outer-box-launchpad-product,
    .launchpad-about-list {
        margin: 0.5rem 0;
    }
    .ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new.launchpad-banner-sec::before {
        width: 90%;
        height: 100vh;
        bottom: 0;
        background-size: cover;
    }
    .outer-box-launchpad-product h3 small {
        font-size: 55%;
    }
    .filter-launchpad-outer {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .filter-launchpad-outer .input-group {
        max-width: 100%;
    }
    html{
        font-size: 14px;
    }
}
@media (max-width:768px){
    .ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new.launchpad-banner-sec {
        background-image: none;
        padding-top: 0;
        padding: 0;
        /* background-color: rgba(0,0,0,0.5); */
        background-blend-mode: multiply;
        min-height: max-content;
        align-items: flex-start;
        padding-top: 100px;
        /* background-position: bottom; */
        /* background-size: contain; */
        /* background-repeat: no-repeat; */
        /* padding-bottom: 155px; */
        display: block;
    }
    .for-mobile-show.d-none {
        display: block !important;
        margin-top: 25px;
    }
    .for-mobile-show.d-none img {
        width: 100%;
    }
    .ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new.launchpad-banner-sec::before {
        background: linear-gradient(to bottom, #000 40.1%, rgba(0, 0, 0, 0.00) 99.26%);
        width: 100%;
        height: 100%;
    }
    .outer-new-home.ibvm-home .ibvm-banner-sec.marlin-asset-sec.greener-sec.ibvm-banner-new.launchpad-banner-sec .position-relative.z-1 {
        margin-bottom: 0;
    }
    html{
        font-size: 12px;
    }
    .filter-launchpad-outer .dropdown-toggle {
        padding: 0.7rem 0.5rem;
    }
    .list-steps-guid {
    font-size: 12px;
}
.button-banner-learn a img {
    height: 30px;
}
}
@media (max-width:520px){
    .filter-launchpad-outer .list-gid-view {
        display: none;
    }
}