body{
    font-family: Poppins, sans-serif;
    background-color: #000;
    overflow-x: hidden;
}
.login-bg-sec{
    background-color: #333333;
    padding: 40px 0;
    min-height: 100vh;
}
.left-login-box{

}
.left-login-box h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    margin: 0;
}
.left-login-box h1 span{
    color: #FFF;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: block;
}
.left-login-box img{
    max-width: 450px;
}
.left-login-box p{
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.outer-login-right {
    border-radius: 42px;
    background: #272727;
    padding: 20px 30px;
    max-width: 580px;
    margin-left: auto;
    margin-right: 0;
    min-height: 600px;
}
.outer-login-right h3{
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
}
.outer-login-right .form-label{
    color: #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.outer-login-right .form-label i{
    margin: 0 5px;
}
.outer-login-right .form-control {
    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: 10px;
    color: #fff !important;
}
.outer-login-right .password-eye-field .form-label{
display: flex;
align-items: center;
justify-content: space-between;
}
.outer-login-right .password-eye-field p{
    font-size: 13px;
    margin-top: 5px;
}
.outer-login-right .form-check-label{
    color:  #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blue-btn {
    border-radius: 40px;
    background: var(--Primary-blue, #F0B90B);
    padding: 10px 30px;
    border: none !important;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0;
}
.blue-btn:hover{
    background: var(--Primary-blue, #F0B90B) !important;
    color: #000 !important;
}
.blue-btn img{
    max-height: 20px;
    margin-left: 4px;
}
.outer-login-right .blue-btn{
display: block;
width: 100%;
margin: 10px 0 20px;
}
.outer-login-right .text-center.btn-box p{
    color: #ddd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.outer-login-right .form-check-input {
    box-shadow: none !important;
    height: 20px;
    width: 20px;
}
.outer-login-right .form-check-input:checked {
    background-color: #F0B90B;
    border-color: #F0B90B;
    
}
.outer-login-right .text-center.btn-box p a{
    color: #F0B90B;
    text-decoration: underline;
}
.outer-login-right p.verify-line {
    color: #5C5C5C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 340px;
}
.outer-login-right p.resend-otp-line{
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.outer-login-right p.resend-otp-line span{
    color: #F0B90B;
    font-weight: 500;
}
.outer-login-right.verify-box {
    position: relative;
    padding-bottom: 100px;
    padding-top: 60px;
}
.outer-login-right .btn-box.verify-btn{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: calc(100% - 60px);
    margin: 0 auto;
}
.outer-login-right .password-eye-field p.forgot-pass{
text-align: right;
}
.outer-login-right .password-eye-field p.forgot-pass a{
color: #F0B90B;
text-decoration: none !important;
}


@media (max-width:1400px) {
    .outer-login-right .mb-3{
    margin-bottom: 10px !important;
    }
    .outer-login-right {
        padding: 20px 30px;
        min-height: 560px;
    }
    .left-login-box h1 {
        font-size: 50px;
        line-height: 56px;
    }
    .left-login-box h1 span {
        font-size: 20px;
    }
    .left-login-box img {
        max-width: 420px;
    }
    .left-login-box p {
        font-size: 16px;
    }
}


/* new home page css */
.header-new {
    padding: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all ease-in-out .5s;
    z-index: 1000;
}
.header-new.darker-header {
    padding: 0;
    background-color: #000;
    border-bottom: 1px solid #F0B90B;
}

.marlin-banner-sec {
    background-image: url(../img/home/banner-home.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.marlin-banner-sec h2 {
    font-family: "Prosto One", sans-serif;
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-top: 60px;
}
.marlin-banner-sec p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.border-btn-new{
    border-radius: 8px;
    border: 2px solid var(--primary, #F0B90B);
    opacity: 0.8;
    background: #000;
    color: #FFD600 !important;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 22px;
padding: 14px 20px;
min-width: 200px;
text-decoration: none;
display: inline-block;
text-align: center;
}
.yellow-btn{
    border-radius: 8px;
    opacity: 0.8;
    background: #FFD600;
    color: #000 !important;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 122.222% */
padding: 14px 20px;
min-width: 200px;
text-decoration: none;
display: inline-block;
text-align: center;
}
.marlin-banner-sec .border-btn-new{
    margin-right: 10px;
}
.marlin-banner-sec .bg-outer-box-banner {
    background-color: #0D0D0D;
    border: 1px solid #585858;
    border-radius: 10px;
    padding: 15px;
    max-width: 430px;
    margin-bottom: 10px;
}
.marlin-banner-sec .bg-outer-box-banner h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.marlin-banner-sec .bg-outer-box-banner .border-btn-new, .marlin-banner-sec .bg-outer-box-banner .yellow-btn {
    padding: 7px 10px;
    font-size: 14px;
    min-width: auto;
    margin: 0 !important;
    margin-right: 10px !important;
}


.logo-new-sec{
    text-align: center;
    padding: 40px;
}
.sub-heading-new{
    color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
}
.logo-new-sec .logo-row{
display: flex;
align-items: center;
justify-content: space-between;
margin: 30px 0;
}
.logo-new-sec .logo-row img{
    height: 50px;
}
.merlin-seal-sec{
padding: 40px 0;
}
.merlin-seal-sec .mid-heading{
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.merlin-seal-sec h2{
    color: #FFF;
    text-align: center;
    font-size: 86px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.64px;
}
.merlin-seal-sec h2 span {
    color: #F0B90B;
    font-size: 50px;
}
.marlin-asset-sec{

}
.marlin-asset-sec h2 {
    font-family: "Prosto One", sans-serif;
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
}
.marlin-asset-sec p{
    color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
}
.core-feature-sec{
    padding: 40px 0;
}
.main-heading-new{
    font-family: "Prosto One", sans-serif;
    color: #FFF;
text-align: center;
font-size: 53px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.core-feature-sec .main-heading-new{
    margin-bottom: 40px;
}
.feature-box {
    background-image: url(../img/home/feature-bg.png);
    text-align: center;
    padding: 30px 25px;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.feature-box img {
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
    object-fit: contain;
}
.feature-box h5{
    color: var(--primary, #F0B90B);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0;
}
.feature-box p{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-merlin {
    padding: 40px 0 90px;
}
.footer-merlin .inner-footer{
border-top: 1px solid rgba(240, 185, 11, 0.40);
padding: 40px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-merlin .inner-footer h1{
    color: #F0B90B;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}
.footer-merlin .inner-footer p{
    color: #9E9797;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-merlin .social-box a{
display: inline-block;
margin-left: 10px;
}
.footer-merlin .social-box a img{
height: 42px;
width: 42px;
}
.footer-merlin p.copyright-line{
    color: #9E9797;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* investor sec */
.precious-investor-sec ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(../images/bg-blur.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.precious-investor-sec ul li{
    width: 25%;
    list-style: none;
    padding: 10px;
}
.precious-investor-sec ul li img{
    box-shadow: rgba(57, 57, 57, 0.05) 0px 6px 24px 0px, rgb(197 197 197 / 14%) 0px 0px 0px 1px;
    border-radius: 8px;
    object-fit: contain;
    padding: 10px;
    height: 100px;
    width: 100%;
    opacity: 0.8;
}
.precious-investor-sec img{
    position: relative;
}
.precious-investor-sec img:before{
    content: '';
    position: absolute;
    height: 300px;
    width: 300px;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    border-radius: 700.9px;
    background: radial-gradient(74.19% 55.2% at 50% 51.7%, #000 0%, rgba(240, 185, 11, 0.00) 26.04%, #3B3350 100%);
    filter: blur(221.80381774902344px);
}
.table-view-transaction {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
}
.table-view-transaction > div {
    display: table-row-group;
}
.table-view-transaction > div > div{
    display: table-row;
}
.table-view-transaction > div p {
    display: table-cell;
    border-bottom: 1px solid #4a4a4a;
    padding: 10px;
}

.table-view-transaction > div.thead p{
    /* background-color: #F0B90B;
    color: #000; */
    font-weight: 400;
    font-size: 13px;
}
.table-view-transaction > div.thead p:first-child, .table-view-transaction > div.tbody p:first-child {
    width: 50px;
    max-width: 75px;
    gap: 5px;
}
.table-view-transaction > div.thead p{
    min-width: 11%;
}
.table-view-transaction > div.tbody p{
    font-size: 13px;
    color: #ddd;
    font-weight: 400;
}
.table-view-transaction > div.tbody p a{
    color: #f0b90b;
}
.mobile-banner-remove{
    display: inline-block;
}
.table-view-transaction > div.tbody p:last-child .button-outer-table{
display: inline-block;
}
.table-view-transaction > div.tbody p:last-child .button-outer-table a {
    display: inline-block;
    margin: 0.3rem;
}

@media (max-width:991px){
 .precious-investor-sec ul li img{
        height: 74px;
        padding: 8px;
    }
    .table-view-transaction {
        display: block;
    }
    .table-view-transaction > div {
        display: block;
    }
    .table-view-transaction > div.thead{
        display: none !important;
    }
    .table-view-transaction > div p {
        display: block;
        border: none;
        padding: 0;
    }
    .table-view-transaction > div > div {
        display: block;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 10px;
    }
    .table-view-transaction > div.tbody p {
        font-size: 12px;
        font-weight: 500;
        word-break: break-all;
        margin-bottom: 5px;
    }
    .table-view-transaction > div.tbody p:first-child {
        width: 60px;
        height: 26px;
        background-color: #F0B90B;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 12px;
        font-weight: 700;
    }
    .table-view-transaction > div.tbody p:first-child span{
        min-width: auto;
    }
}

@media (max-width:768px){
    .precious-investor-sec ul li{
        width: 33%;
    }
 .precious-investor-sec {
        padding: 40px 0;
    }
    .precious-investor-sec {
        padding: 30px 0;
    }

}

@media(max-width:576px){
    .precious-investor-sec ul li{
        width: 50%;
    }
    .precious-investor-sec ul li img{
        height: 56px;
    }
    .precious-investor-sec ul li{
        padding: 6px;
    }
}

@media (max-width:1400px){
    .marlin-banner-sec h2 {
        font-size: 28px;
        line-height: 44px;
        margin-top: 40px;
    }
    .marlin-banner-sec p {
        font-size: 16px;
    }
    .main-heading-new {
        font-size: 40px;
    }
    .marlin-asset-sec h2 {
        font-size: 40px;
        line-height: 55px;
    }
    .yellow-btn, .border-btn-new {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 18px;
        min-width: 200px;
    }
    .marlin-banner-sec .bg-outer-box-banner .border-btn-new, .marlin-banner-sec .bg-outer-box-banner .yellow-btn {
        padding: 7px 10px;
        font-size: 12px;
        margin-right: 5px !important;
    }
    .marlin-banner-sec .bg-outer-box-banner {
        padding: 15px 10px;
    }
}

@media (max-width:1300px){
    .marlin-banner-sec .bg-outer-box-banner {
        padding: 15px 5px;
    }
    .marlin-banner-sec .bg-outer-box-banner .border-btn-new, .marlin-banner-sec .bg-outer-box-banner .yellow-btn{
        font-size: 10px;
        line-height: 15px;
    }
    .marlin-banner-sec h2 {
        font-size: 28px;
        line-height: 44px;
        margin-top: 40px;
    }
    .marlin-banner-sec p {
        font-size: 14px;
    }
    .yellow-btn, .border-btn-new {
        font-size: 13px;
        line-height: 16px;
        padding: 10px 15px;
        min-width: auto;
    }
    .sub-heading-new {
        font-size: 14px;
        line-height: 20px;
    }
    .logo-new-sec .logo-row img {
        height: 36px;
    }
    .merlin-seal-sec .mid-heading {
        font-size: 18px;
    }
    .merlin-seal-sec h2 {
        font-size: 48px;
    }
    .merlin-seal-sec h2 span {
        font-size: 30px;
    }
    .marlin-asset-sec h2 {
        font-size: 32px;
        line-height: normal;
    }
    .marlin-asset-sec p {
        font-size: 14px;
    }
    .feature-box img {
        height: 60px;
        margin-bottom: 5px;
        width: 60px;
    }
    .feature-box h5 {
        font-size: 14px;
    }
    .feature-box p {
        font-size: 12px;
    }
    .feature-box {
        padding: 30px 25px;
        min-height: 340px;
    }
    .main-heading-new {
        font-size: 32px;
    }
    .marlin-banner-sec .bg-outer-box-banner .border-btn-new, .marlin-banner-sec .bg-outer-box-banner .yellow-btn {
        margin-bottom: 10px !important;
    }
}
@media (max-width:1200px){
    .marlin-banner-sec h2 {
        font-size: 24px;
        line-height: 40px;
    }
}
@media (max-width:991.5px){
    .marlin-banner-sec h2 {
        font-size: 18px;
        line-height: 32px;
        margin-top: 30px;
    }
    .marlin-banner-sec p {
        font-size: 12px;
    }
    .yellow-btn, .border-btn-new {
        font-size: 13px;
        line-height: 15px;
        padding: 10px 10px;
        min-width: 140px;
    }
    .marlin-asset-sec h2 {
        font-size: 26px;
        line-height: normal;
    }
    .marlin-asset-sec p {
        font-size: 16px;
    }
    .feature-box img {
        height: 34px;
        margin-bottom: 5px;
        width: 34px;
    }
    .feature-box h5 {
        font-size: 12px;
    }
    .feature-box p {
        font-size: 10px;
        margin-bottom: 0;
    }
    .feature-box {
        padding: 20px 10px;
        min-height: 290px;
    }
    .main-heading-new {
        font-size: 26px;
    }
    .footer-merlin .inner-footer h1 {
        font-size: 28px;
    }
    .footer-merlin .inner-footer p {
       font-size: 12px;
    }
    .footer-merlin .social-box a img {
        height: 26px;
        width: 26px;
    }
    .footer-merlin .inner-footer {
        padding: 15px 0;
        display: block;
        text-align: center;
    }
    .footer-merlin p.copyright-line {
        font-size: 12px;
        text-align: center;
    }
    /* .header-new .navbar-collapse {
        background-color: #000 !important;
    } */
    .header-new .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.55) !important;
    }
}

@media (max-width:768px){
    .marlin-asset-sec.margin-finance p{
        font-size: 13px;
    }
    .logo-new-sec .logo-row {
        margin: 20px 0;
        display: block;
    }
    .logo-new-sec .logo-row img {
        height: 24px;
        display: block;
        margin: 10px auto;
    }
    .marlin-banner-sec {
        min-height: 320px;
        text-align: center;
        padding-top: 120px;
    }
    .marlin-banner-sec h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .marlin-banner-sec p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .merlin-seal-sec .mid-heading {
        font-size: 16px;
    }
    .merlin-seal-sec h2 {
        font-size: 26px;
    }
    .merlin-seal-sec h2 span {
        font-size: 20px;
    }
    .marlin-asset-sec {
        text-align: center;
    }
    .marlin-asset-sec h2 {
        font-size: 22px;
        line-height: normal;
    }
    .yellow-btn, .border-btn-new {
        margin: 10px;
    }
    .feature-box {
        padding: 20px 10px;
        min-height: 250px;
        max-width: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .footer-merlin .inner-footer h1 {
        font-size: 24px;
        line-height: 30px;
        justify-content: center;
    }
    .precious-investor-sec {
        padding: 0;
    }
    .header-new .navbar-brand h1 {
       font-size: 26px !important;
    }
    .head-btn {
        padding: 6px 15px;
        font-size: 10px !important;
        line-height: 16px;
    }
    .marlin-banner-sec .bg-outer-box-banner {
        padding: 15px 10px;
        margin: 10px auto;
    }
}

@media (max-width:576px){
    .mobile-banner-remove{
        display: none;
    }
    .marlin-banner-sec h2 {
        font-size: 12px;
        line-height: 22px;
    }
    .marlin-banner-sec .bg-outer-box-banner h4{
        font-size: 14px;
    }
    .marlin-banner-sec .bg-outer-box-banner .border-btn-new, .marlin-banner-sec .bg-outer-box-banner .yellow-btn{
        margin-bottom: 4px !important;
    }
    .marlin-banner-sec .bg-outer-box-banner .border-btn-new, .marlin-banner-sec .bg-outer-box-banner .yellow-btn{
        padding: 6px 8px;
    }
    .why-choose-heading h2, .main-heading-new{
        font-size: 22px;
    }
}
/* testnet faucet code starts */
.testnet-faucet-sec{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    min-height: calc(100vh - 42px);
}
.testnet-faucet-sec p{
    font-size: 16px;
}
.testnet-faucet-sec .faucet-box{
    background-color: #0D0D0D;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 2px 86px rgba(34, 34, 34, 0.262);
}
.testnet-faucet-sec label{
    color: #B8B8B8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.testnet-faucet-sec .form-group{
    border: 1px solid #5C5F6A;
    background-color: #272727;
    border-radius: 8px;
    padding: 8px 16px;
    height: 48px;
    margin-bottom: 20px;
}
.testnet-faucet-sec .form-group h4{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
    cursor:default;
}
.testnet-faucet-sec .form-group input{
    width: 100%;
    background-color: transparent;
    padding: 0;
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
    line-height: 30px;
    font-size: 16px;
}
.testnet-faucet-sec .send-btn{
        border-radius: 8px;
        opacity: 0.8;
        border-color: transparent;
        background: #FFD600;
        color: #000 !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        padding: 14px 20px;
        min-width: 200px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 20px;
}

@media (max-width:768px){
    .testnet-faucet-sec .faucet-box{
        padding: 28px;
    }
    .testnet-faucet-sec .form-group input, .testnet-faucet-sec .form-group h4{
        line-height: 24px;
    } 
    .testnet-faucet-sec .form-group{
        height: 42px;
        margin-bottom: 14px;
    }
    .testnet-faucet-sec .send-btn{
        font-size: 16px;
        padding: 12px 20px;
    }
    .testnet-faucet-sec label{
        margin-bottom: 6px;
    }
    .testnet-faucet-sec p{
        font-size: 14px;
    }
}