body{
    /* background-color: #000; */
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    background-image: url(../images/home/Bridge-bg.png);
}
.common-btn {
    background: linear-gradient(to bottom, #F0B90B 0%,#b78d09 100%);
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 17px;
    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;
}
.border-btn {
    background: #f4e4f2;
    border-radius: 16px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #F0B90B !important;
    font-weight: 600;
    border: 1px solid #F0B90B !important;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
}
.common-btn.disable{
opacity: 0.5;
}

.main-header {
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
    z-index: 100;
    transition: all ease-in-out .2s;
}
.main-header.darker-header{
    background-color: #000 !important;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

.main-header .navbar-brand {
    padding: 0;
    margin: 0 !important;
}
.main-header .navbar-brand img{
height: 64px;
}
.main-header .navbar .dropdown{

}
.main-header .navbar .common-btn{
    margin: 0 10px !important;
}
.main-header .navbar .dropdown .dropdown-toggle img {
    height: 22px;
    margin-right: 10px;
}
.main-header .navbar .dropdown .dropdown-menu {
    padding: 0;
    width: calc(100% - 20px);
    border: none;
    right: 10px;
    left: auto;
    overflow: hidden;
    background-color: #000;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item{
font-size: 14px;
color: #fff;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item:hover, .main-header .navbar .dropdown .dropdown-menu .dropdown-item:focus, .main-header .navbar .dropdown .dropdown-menu .dropdown-item:active {
background-color: #F0B90B;
    color: #fff;
}

.swap-main-sec {
    /* background-image: url(../images/home/Bridge-bg.png); */
    min-height: 100vh;
    background-position: top 30% center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 120px;
    position: relative;
}
.swap-main-sec::before {
    content: "";
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: red;
    z-index: 199;
}
.outer-token-informations{
    background-color: #1e1d1a;
    border: 1px solid #F0B90B;
    border-radius: 25px;
    padding: 30px;
}
.outer-token-informations h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #fff;
}
.token-with-price{
    background-color: transparent;
    border: 1px solid #F0B90B;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px;
}
.token-with-price p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.token-with-price p .token-img {
    height: 30px;
}
.token-with-price p .amount-side {
    height: 14px;
    margin-left: 5px;
}
.outer-token-informations h6 {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
.outer-token-informations span{
    background-color: #FFF5F4;
    color: #F0B90B;
    display: inline-block;
    padding: 5px 10px;
}
.outer-token-informations h2 {
    text-align: center;
    background: -webkit-linear-gradient( #F0B90B, #F0B90B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.outer-token-informations .slup-address-copy{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outer-token-informations .slup-address-copy p{
    font-size: 14px;
    font-weight: 600;
}
.outer-token-informations .slup-address-copy p img{
    height: 14px;
    margin-left: 7px;
}

.outer-token-informations .dropdown-toggle {
    padding: 12px 20px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    font-weight: 400;
}
.outer-token-informations .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 22px;
}
.outer-token-informations  .dropdown-menu {
    width: 100%;
    border: 1px solid #F0B90B;
    border-radius: 16px;
}
.outer-token-informations  .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #000;
}
.outer-token-informations  .dropdown-menu .dropdown-item:hover,
.outer-token-informations  .dropdown-menu .dropdown-item:focus,
.outer-token-informations  .dropdown-menu .dropdown-item:active{
    background: -webkit-linear-gradient( #F0B90B, #F0B90B);
    color: #fff;
}
.outer-bridge-box{
    border-radius: 16px;
    border: 1px solid #F0B90B;
    background: rgba(0, 0, 0, 0.60);
    box-shadow: 0px 8px 32px 0px rgba(240, 185, 11, 0.50);
    padding: 20px;
}
.outer-bridge-box .form-label{
color: #FFF;
font-weight: 600;
}
.bridge-heading {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 45px;
    letter-spacing: 2px;
}
.swap-currency-drop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 14px;
    background-color: transparent;
    border-radius: 8px;
    border: 1.5px solid #F0B90B;
    gap: 10px;
}
.text-orange{
    color: #F0B90B !important;
}
.swap-currency-drop p {
    margin: 0;
    background-color: #000;
    color: #F0B90B;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 4px 16px;
    border-radius: 8px;
}
.swap-currency-drop span{
    font-size: 14px;
}
.swap-currency-drop h6 {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}
.swap-currency-drop h6 img{
    height: 30px;
    margin-right: 10px;
}
.swap-currency-drop .dropdown{
    width: 100%;
}
.swap-currency-drop .dropdown-toggle {
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    color: #F0B90B;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    min-width: 100%;
    display: block;
    align-items: center;
    text-align: start;
    justify-content: start;
    padding-right: 20px;
    width: 100% !important;
}
.swap-currency-drop .dropdown-toggle img{
    height: 30px;
    margin-right: 10px;
}
.swap-currency-drop .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 13px;
}
.swap-currency-drop  .dropdown-menu {
    width: 100%;
    border: 1px solid #F0B90B;
    border-radius: 16px;
    background-color: #000;
}
.swap-currency-drop  .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding: 7px  15px;
}
.swap-currency-drop  .dropdown-menu .dropdown-item:last-child{
    border: none;
}
.swap-currency-drop .dropdown-menu .dropdown-item img {
    height: 20px;
    margin-right: 8px;
}
.swap-currency-drop .dropdown-menu .dropdown-item:hover,
.swap-currency-drop .dropdown-menu .dropdown-item:focus,
.swap-currency-drop .dropdown-menu .dropdown-item:active{
    background: -webkit-linear-gradient( #F0B90B, #F0B90B);
    color: #000;
}
.swap-btn {
    display: inline-block;
    margin: 25px 0;
}
.swap-btn img{
    height: 45px;
}
.checkbox-agree{
    text-align: center;
    max-width: max-content;
    color: #F0B90B;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.checkbox-agree .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: .125rem;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.checkbox-agree .form-check-input {
    background-color: #F0B90B !important;
    opacity: 1;
    border: none !important;
    height: 18px;
    width: 18px;
    margin-right: 7px;
    margin: 0;
    margin-right: 7px;
    box-shadow: none !important;
    min-width: 18px;
}
.new-user-note{
    text-align: center;
    margin-top: 30px;
}
.new-user-note h6{
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
.new-user-note h5{
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
.new-user-note h5 a{
    color: #F0B90B;
}
.available-balance {
    text-align: right;
    /* margin: 20px 0 0px; */
}
.available-balance p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.available-balance p b{
    color: #fff;
}

.swap-currency-drop.swap-enter-amount .form-control {
    background-color: transparent;
    border: none !important;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
    color: #F0B90B;
}
.swap-currency-drop.swap-enter-amount .form-control::placeholder{
    color: #ddd;
    font-weight: 500;
}
.swap-currency-drop.swap-enter-amount .common-btn {
    border-radius: 8px;
    line-height: 17px;
}
.service-charge-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.service-charge-box p{
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
.service-charge-box p .service-icon {
    height: 20px;
    margin-right: 5px;
}
.service-charge-box p a{
    display: inline-block;
}
.service-charge-box p a img {
    height: 14px;
    margin-left: 0px;
}
.service-charge-box p.receive-amount{
    color: #808080;
    font-weight: 500;
}
.service-charge-box p.receive-amount span{
    color: #000;
    font-weight: 600;
}
.service-charge-box p.receive-amount span.brc-highlight {
    border: 1px solid #F0B90B;
    color: #F0B90B;
    background-color: #fde5e7;
    padding: 4px 12px;
    border-radius: 5px;
    line-height: 22px;
    display: inline-block;
    margin-left: 10px;
}
.dropdown-cross-chain-step{
    background: linear-gradient(to bottom, #F0B90B 0%,#b78d09 100%);
    border-radius: 16px;
}
.dropdown-cross-chain-step .common-btn{
background: transparent;
}
.dropdown-cross-chain-step .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none !important;
    background-color: transparent !important;
    padding: 20px;
    text-align: left;
}
.dropdown-cross-chain-step .dropdown-menu h3 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    background-color: #000;
    padding: 0 10px;
    max-width: max-content;
    margin-bottom: 15px;
    line-height: 38px;
}
.dropdown-cross-chain-step .dropdown-menu p {
    color: #fff;
    font-weight: 300;
    line-height: 22px;
    font-size: 14px;
}
.dropdown-cross-chain-step .dropdown-menu .view-all-btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.transaction-proceed-modal .modal-content {
    background-color: #000;
    border: 1px solid #F0B90B;
    border-radius: 20px;
}
.transaction-proceed-modal .modal-content .modal-body {
    padding: 30px 30px;
}
.transaction-proceed-modal .modal-content .modal-body .heading-box{
    text-align: center;
}
.transaction-proceed-modal .modal-content .modal-body .heading-box h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.transaction-proceed-modal .modal-content .modal-body p{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    text-align: center;
}
.transaction-proceed-modal .modal-content .modal-body .swap-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 15px;
}
.transaction-proceed-modal .modal-content .modal-body .swap-row > div{
    display: flex;
    align-items: center;
}
.transaction-proceed-modal .modal-content .modal-body .swap-row > div img {
    height: 40px;
    margin-right: 10px;
}
.transaction-proceed-modal .modal-content .modal-body .swap-row > div h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    color: #fff;
}
.transaction-proceed-modal .modal-content .modal-body .swap-row > div p {
    text-align: left;
    margin: 0;
    color: #fff;
}
.transaction-proceed-modal .modal-content .modal-body .swap-row .arrow-img{
height: 16px;
}
.currency-transfer-loading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 5px 15px;
}
.currency-transfer-loading div {
    text-align: center;
    position: relative;
}
.currency-transfer-loading div span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: block;
}
.currency-transfer-loading div span.text-white {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display: block;
}

.currency-transfer-loading div .loader-ing {
    height: 22px;
    display: block;
    margin: auto;
}
.currency-transfer-loading div .coin-img {
    height: 36px;
    display: block;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.currency-transfer-loading div::after {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #F0B90B;
    left: 33px;
    width: 170px;
    top: 50px;
}
.currency-transfer-loading div:last-child::after{
    content: none;
}
.modal-backdrop.show {
    opacity: 1;
    background: rgb(30 30 30 / 35%);
    backdrop-filter: blur(8px);
}
.connect-wallet-modal{

}
.connect-wallet-modal .modal-header {
    border: none;
    padding-bottom: 0;
}
.connect-wallet-modal .modal-header .modal-title{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.connect-wallet-modal .modal-content {
    background-color: #000;
    border: 1px solid #F0B90B;
    border-radius: 20px;
}
.connect-wallet-modal .modal-content .common-btn {
    display: block;
    margin: 10px 0;
    width: 100%;
}
.connect-wallet-modal .modal-content .common-btn img {
    height: 20px;
    width: 20px;
    margin-left: 8px;
}
.connect-wallet-modal .modal-content .learnmore-link{
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}
.connect-wallet-modal .modal-content .learnmore-link a {
    color: #F0B90B;
    text-decoration: none;
}
.modal.connect-wallet-modal .modal-dialog {
    max-width: 400px !important;
    margin: auto;
}
.connect-wallet-modal .modal-header .btn-close {
    background-color: #F0B90B;
    opacity: 1;
    height: 14px;
    width: 14px;
    padding: 4px;
    background-size: 50%;
}
.privacy-sec{
    padding: 120px 0;
    min-height: 100vh;
    
}

.privacy-sec .content-box-privacy{
    text-align: center;
    border-radius: 16px;
    border: 1px solid #F0B90B;
    background: rgba(0, 0, 0, 0.60);
    box-shadow: 0px 8px 32px 0px rgba(240, 185, 11, 0.50);
    padding: 20px;
}
.privacy-sec .content-box-privacy h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #fff;
}
.privacy-sec .content-box-privacy p,
.privacy-sec .content-box-privacy ul li{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.privacy-sec .content-box-privacy ul{
    text-align: left;
}

/* transaction page css */

.transactions-sec {
    padding: 120px 0 0;
    min-height: 80vh;
}

.transactions-sec .table-outer-box{
    border-radius: 16px;
    border: 1px solid #F0B90B;
    background: rgba(0, 0, 0, 0.60);
    box-shadow: 0px 8px 32px 0px rgba(240, 185, 11, 0.50);
    padding: 20px;
}
.transactions-sec .table-outer-box .table tr th, .transactions-sec .table-outer-box .table tr td {
    font-size: 14px;
    padding: 20px 10px;
    vertical-align: middle;
    color: #fff;
    border-bottom: 1px solid #1e1d1a;
}
.transactions-sec .table-outer-box .table tr td p.text-center{
    color: #fff;
    margin-bottom: 0;
}
.transactions-sec .table-outer-box .table tr:nth-child(odd) td {
    background-color: #1e1d1a;
    color: #fff;
}
.success{
color: green;
}
.pending{
color: orangered;
}
.transactions-sec .table-outer-box .table tr td a{
    color: #F0B90B !important;
    text-decoration: none !important;
}
.for-2-swap.currency-transfer-loading div::after {
    width: 370px;
}
.transaction-proceed-modal.for-4-swap div::after {
    width: 180px;
}
.transaction-proceed-modal.for-4-swap .currency-transfer-loading div .coin-img {
    margin: 10px auto;
}
.transaction-proceed-modal.for-4-swap .currency-transfer-loading div {
    width: 24%;
}
.swap-currency-drop.swap-enter-amount .form-control {
    padding: 5px;
}
.transaction-proceed-modal.link-address-modal .input-group {
    border: 1px solid #F0B90B;
    border-radius: 10px;
    overflow: hidden;
}
.transaction-proceed-modal.link-address-modal .input-group-text {
    background-color: #F0B90B;
    border-radius: 7px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: red !important;
    font-weight: 600;
    border: none !important;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
}
.transaction-proceed-modal.link-address-modal .form-label{
    color: #fff;
}
.transaction-proceed-modal.link-address-modal .form-control {
    box-shadow: none !important;
    outline: none !important;
    border: none;
    background-color: transparent;
    font-size: 14px;
    padding: 10px;
    color: #fff;
}
.transaction-proceed-modal.link-address-modal .input-group-text.check{
   color: green !important;
}
.transaction-proceed-modal .modal-header .btn-close {
    background-color: #F0B90B;
    opacity: 1;
    height: 14px;
    width: 14px;
    padding: 4px;
    background-size: 50%;
}
.transaction-proceed-modal .modal-header {
    border: none;
    padding-bottom: 0;
}

/* home page css */

.outer-div-home{
    border-radius: 0px;
    background-color: #1e1d1a !important;

}

.outer-banner-sec {
    padding: 40px 0;
    background-color: #1e1d1a;
}
.outer-banner-sec p {
    color: #989898;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.outer-banner-sec h2 {
    color: #F0B90B;
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: 82px;
    margin-bottom: 60px;  
    margin-top: 20px;
}
.outer-banner-sec ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
}
.outer-banner-sec ul li {
    list-style: none;
    border-radius: 16px;
    border: 1px solid #000;
    background: #1e1d1a;
    padding: 24px 24px 40px;
    width: calc(50% - 30px);
    min-height: 175px;
    position: relative;
}
.outer-banner-sec ul li h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.outer-banner-sec ul li p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.outer-banner-sec ul li .redirection-link {
    text-align: right;
    margin: 0;
}
.outer-banner-sec ul li a {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.outer-banner-sec ul li a img {
    height: 32px;
}
.outer-box-banner-right .right-img-box{
    position: relative;
}
.outer-box-banner-right .right-img-box img.banner-img{
width: 100%;
}
.outer-box-banner-right .right-img-box .social-icon {
    position: absolute;
    top: 60px;
    right: 0px;
}
.outer-box-banner-right .right-img-box .social-icon a {
    display: block;
    margin: 25px 0;
}
.outer-box-banner-right .right-img-box .social-icon a img {
    height: 28px;
}
.outer-box-banner-right p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 320px;
    margin-left: auto;
    margin-right: 30px;
}
.border-btn {
    border-radius: 16px;
    border: 1.5px solid #B8B8B8;
    background: #000;
    padding: 7px 20px;
    color: #F0B90B;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 30px;
    display: inline-block;
}
.border-btn img{
height: 28px;
}

.about-slup-sec{
    padding: 60px 0;
    background-color: #1e1d1a;
}
.common-heading h2{
    color: #F0B90B;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; 
}
.common-heading h5{
    color: #dbdbdb;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.about-slup-sec .about-box{
    padding: 40px 46px;
    border-radius: 28px;
    background: #1e1d1a;
}
.about-slup-sec .about-box img{
    height: 140px;
    margin-bottom: 40px;
}
.about-slup-sec .about-box p{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.about-slup-sec .about-box.pink-bg{
    border-radius: 28px;
    background: var(--Main-Gradient, linear-gradient(135deg, #F0B90B 0%, #b78d09 100%));
}
.about-slup-sec .about-box.pink-bg p{
    color: #fff;
}
.download-box {
    margin-top: 80px;
    
}
.download-box p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 300px;
}
.download-box a {
    display: inline-block;
    margin-right: 25px;
}
.download-box a img {
    height: 45px;
}
.mobile-img-box{
position: relative;
}
.mobile-img-box .mobile-img{
max-width: 550px;
}

.mobile-img-box .circular-img-outer {
    position: absolute;
    left: 250px;
    top: -30px;
    height: 90px;
    width: 90px;
    
}
.mobile-img-box .circular-img-outer .arrow-img {
    position: absolute;
    height: 55%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mobile-img-box .circular-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    animation: animName 5s linear infinite;
}
@keyframes animName {
    0%{
       transform: rotate(0deg);
      }
   100%{
       transform: rotate(360deg);
      }
}
.outer-download{
    position: relative;
}
.outer-box-info-download{
position: absolute;
right: 0;
top: 0;
max-width: 280px;
}
.outer-box-info-download h3{
    background: var(--Main-Gradient, linear-gradient(135deg, #F0B90B 0%, #b78d09 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-size: 54px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.outer-box-info-download p{
    color: #fff;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.outer-box-info-download h6{
    color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
margin-top: 60px;
}
.download-add-sec{
    padding: 70px 0;
    background-color: #1e1d1a;
}
.why-choose-sec{
    padding: 70px 0;
    background-color: #000;
}
.why-choose-heading{
    background-image: url(../images/home/layer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 100px 60px 30px;
}
.why-choose-heading h2{
    color: #F0B90B;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.why-choose-heading p{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.outer-why-choose{
    border-radius: 16px;
border: 1px solid #383838;
background: #090909;
overflow: hidden;
}
.why-choose-box{
    border-radius: 0;
border: 1px solid #383838;
background: #090909;
padding: 40px;
color: #fff;
min-height: 480px;
}
.why-choose-box img{
height: 50px;
margin-bottom: 30px;
}
.why-choose-box h4{
    color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.why-choose-box h6{
    color: #B8B8B8;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.why-choose-box p{
    color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.roadmap-sec{
    padding: 60px 0;
    background-color: #1e1d1a;
}
.timeline-outer{

}
.timeline-single {
    position: relative;
    min-height: 200px;
    list-style: none;
    border-left: 2px solid #F0B90B;
    padding-left: 50px;
}
.timeline-single .dot-scroll {
    position: sticky;
    left: 10px;
    top: 0;
    margin-left: -65px;
    margin-top: 0;
    /* width: 32px;
    height: 32px; */
}
.timeline-single .dot-scroll::after {
    content: "";
    fill: #FFF;
    border: 8px solid #F0B90B;
    background-color: #fff;
    width: 32px;
    height: 32px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.timeline-single:last-child {
    border: none !important;
    min-height: auto;
}
.timeline-single h4 {
    color: #F0B90B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    left: -30%;
}
.timeline-single ul{
    max-width: 400px;
}
.timeline-single ul li{
    list-style: initial;
    color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 10px;
}
.common-heading h6{
    text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: #fff;
max-width: max-content;
margin: 0 auto;
}
.last-join-sec{
    padding: 0 0 20px;
    background-color: #1e1d1a;
}
.footer-landing-page{
padding: 0 0 50px;
background-color: #1e1d1a;
border-radius: 0 0 60px 60px;
}
.footer-landing-page h6{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-landing-page .social-icon a{
margin: 10px;
display: inline-block;
}
.footer-landing-page .social-icon a img{
    height: 22px;
}

.green-active.timeline-single h4{
    color: #F0B90B;
}
.green-active.timeline-single ul li{
color: #F0B90B;
}
.roadmap-heading{
    position: relative;
    height: 100%;
}
.roadmap-heading .common-heading {
    position: sticky;
    top: 40px;
    left: 0;
}
.footer-main{
    background-color: #000;
    padding: 60px 0 120px;
}
.footer-main .logo {
    height: 64px;
    margin-bottom: 30px;
}
.footer-main p{
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.footer-main .copyright-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.footer-main .copyright-box p{
    background: var(--Main-Gradient, linear-gradient(135deg, #F0B90B 0%, #b78d09 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.footer-main .copyright-box p a{
    display: block;
} 

 .transaction-common-tab {
    justify-content: center;
    border: none !important;
    margin-bottom: 20px !important;
}
 .transaction-common-tab .nav-item button{
    background: #1e1d1a;
    border-radius: 16px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
    border: none !important;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    margin-right: 10px;

 }
 .transaction-common-tab .nav-item button:hover,
 .transaction-common-tab .nav-item button:focus,
 .transaction-common-tab .nav-item button.active{
background-color: #F0B90B;
    color: #fff !important;
    
 }

 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F0B90B;
 }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
     color: #fff;
  }

  /* comming soon page css */
 
 .hero {
    background-image: url(../public/assets/images/banner-gradient.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(0,0,0,0.9);
}
   
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../public/assets/images/advantage-side.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: 0.1;
}
 .title {
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0 0 0 .5em;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 20px;
}
.heading {
    color: #fff;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0 0 0 .3em;
    font-weight: 100;
    font-weight: 600;
    animation: zoom-in-zoom-out 3s ease-out infinite;
}
@keyframes zoom-in-zoom-out{
0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.1, 1.1);
}
100% {
    transform: scale(1, 1);
}
}
 
 
.description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
    max-width: 600px;
    margin: 25px auto;
}
.centered {
  z-index: 1;
  position: relative;
}
.logo {
    margin: auto;
    display: block;
    height: 100px;
}
.timer-outer-box{
    border-radius: 0.9rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(240, 185, 11, 0.10) 100%);
    padding: 1rem;
    max-width: 500px;
    margin: 1rem auto;
}
.timer-outer-box h3{
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
}
.timer-outer-box .timer-inner{
display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.timer-outer-box h4{
        background: linear-gradient(180deg, #FECB38 0%, #FF7C33 100%), #D9D9D9;
    border: 1px solid #fe9f35;
    padding: 0.5rem;
    color: #000;
    font-weight: 600;
    border-radius: 0.6rem ;
   text-align: center;
   width: 25%;
   font-size: 2.5rem;
}
.timer-outer-box h4 span{
    font-size: 0.9rem;
    display: block;
}
 
 
@media (max-width: 768px){
 
.heading {
    font-size: 38px;
}
.logo {
    width: 90px;
}
.title {
    font-size: 14px;
}
.description {
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto;
}
}
/* google translate element */

.main-header .bg-body-tertiary.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.language-switcher {
    top: 7px !important;
    /* right: 25px !important; */
}
.goog-te-gadget {
    font-size: 0 !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.language-switcher #google_translate_element .goog-te-gadget-simple{
    border: 1.5px solid var(--Color-1, #0F3A49);
    border-radius: 6px;
    padding: 0.6rem 1rem;
    background: #0F3A49 !important;
}
.language-switcher #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon{
    display: none;
}
.language-switcher #google_translate_element .goog-te-gadget-simple span{
  font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    color: #fff  !important;
}
@media print {
  #google_translate_element {
    display: none;
  }
}
#text{
  display:none;
}
 
#google_translate_element select {
    color: #080808;
    border: none;
    height: auto !important;
    border: none !important;
    max-width: 2px;
    border-radius: 8px;
    background-color: #F0B90B !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 11px 20px 11px 33px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}
#google_translate_element .goog-te-gadget::before {
    content: '';
    position: absolute;
    background-image: url(../images/globe.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 1rem;
    width: 1rem;
    left: 10px;
    top: 12px;
}

@media (max-width: 768px){
    .main-header .bg-body-tertiary {
    border-radius: 0 !important;
    margin-top: 0 !important;
}
    .sign-help {
    flex-wrap: wrap;
    gap: 5px !important;
}
#google_translate_element select {
    max-width: 2px;
    padding: 3px 15px 3px 23px;
    font-size: 12px;
}
#google_translate_element .goog-te-gadget::before {
    height: 10px;
    width: 10px;
    left: 7px;
    top: 6px;
}
.goog-te-gadget {
    height: 21px;
}
.language-switcher {
    top: 0 !important;
}
}
.skiptranslate iframe{
    display: none;
}