.text-gradient {
    background: linear-gradient(90deg, #FDE142 0%, #FFA917 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main_img {
    max-width: 34%;
    position: absolute;
    right: 10%;
    top: calc(50% + 8rem);
    transform: translateY(-50%);
    bottom: 0;
}
.nav_close {
    font-size: 2rem;
    font-family: fangsong;
}

.btn-outline {
    border: 1px solid #444 !important;
}




/*features section*/




.bff_sec img {
    width: 117px;
    height: 117px;
    object-fit: scale-down;
    margin-right: 60px;
}
.bff_sec_text h4 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 1rem;
}
.bff_sec_text p {
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
    min-height: 82px;
}
.bff_sec {
    padding: 60px 18px;
    position: relative;
    margin-bottom: -17px;
}

.bff_sec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    /* background-position: top; */
    background-size: 100%;
    pointer-events: none;
}

.bff_left:before{
    left: -5%;
    top: 0;
    background-image: url(../img/bff/beneficial_left.svg);

}
.bff_right:before {
    right: -5%;
    top:0%;
    left: auto;
    background-image: url(../img/bff/beneficial_right.svg);
    background-position: right;
}

.bff_right *{
    text-align: right;
}
.bff_right img{
    margin: 0 0 0 60px ;
}






/*Road map css*/


.procedure-wrap ul {
    position: relative;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    padding: 0;
}

.procedure-wrap ul:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    margin: 0 auto;
    background: #292B2D;
    box-shadow: inset 5px 5px 7px #262829, inset -5px -5px 7px #3a3d3f;
}

.procedure-wrap ul li {
    position: relative;
    display: block;
    padding: 40px 0 0;
    overflow: hidden;
    vertical-align: middle;
    display: flex;
}

/*.procedure-wrap ul li:hover .process-icon {
    transform: scale(1.2);
}*/

.procedure-wrap ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60px;
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 100%;    
    background: #292B2D;
    box-shadow: inset 5px 5px 7px #262829, inset -5px -5px 7px #3a3d3f;
}

.procedure-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 3px;
    background: #292B2D;
    box-shadow: inset 5px 5px 7px #262829, inset -5px -5px 7px #3a3d3f;
    top: 65px;
}

.procedure-wrap ul li.rl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #dddddd;
    background: #292B2D;
    box-shadow: inset 5px 5px 7px #262829, inset -5px -5px 7px #3a3d3f;
    z-index: 1;
}

.procedure-wrap ul li.rl:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 3px;
    top: 65px;
    background: #292B2D;
    box-shadow: inset 5px 5px 7px #262829, inset -5px -5px 7px #3a3d3f;
}

.procedure-wrap ul li .contents-l {
    display: block;
    margin: 20px;
    margin-right: 85px;
    margin-top: -10px;
    background-color: #292B2D;
}

.procedure-wrap ul li .contents-l h3 {
    /* text-align: right; */
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1rem;
}


.procedure-wrap ul li .contents-l p {
    line-height: 20px;
    /* text-align: right; */
    font-weight: 400;
    font-size: 14px;
    margin: 15px 0 0;
}

.procedure-wrap ul li .imgs-l {
    position: relative;
    display: block;
    margin: -10px 0 0 60px;
    text-align: left;
}

.procedure-wrap .process-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transition: all 0.5s ease;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    font-size: 1.4rem;
    background: linear-gradient(90deg, #FDE142 0%, #FFA917 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid #2a2d2d;
}

.procedure-wrap .process-icon i {
    font-size: 30px;
}

.procedure-wrap ul li .contents-r {
    display: block;
    margin: 20px;
    margin-left: 85px;
    margin-top: -10px;
     background-color: #292B2D;
}

.procedure-wrap ul li .contents-r h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}

.procedure-wrap ul li .contents-r p {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 0;
}

.procedure-wrap ul li .imgs-r {
    position: relative;
    display: block;
    margin: -10px 60px 0 0;
    text-align: right;
    float: right;
}

.procedure-wrap ul li .imgs-r img {
    display: inline-block;
    background: transparent;
}



.lsits {
    display: block;
    margin: 0 0 20px;
    position: relative;
}
.lsits:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #F94409;
}
.clabels-text {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 20px;
}


.rounded {
    border-radius: 0.9rem !important;
}
.nuro_arrow{
    opacity: 1;
    /*border-radius: 15px;*/
}
.nuro_arrow.carousel-control-prev {
    left: -10%;
    z-index: 0;
    padding-right: 40px;
    height: calc(100% - 100px);
    top: 50%;
    transform: translateY(-50%);
}


.nuro_arrow.carousel-control-next {
    left: auto;
    right: -10%;
    z-index: 0;
    padding-left: 40px;
    height: calc(100% - 100px);
    top: 50%;
    transform: translateY(-50%);
}

.carousel-inner.rounded {
    z-index: 9;
    background: #292B2D;
}

.fix_window {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 3;
    flex-direction: column;
    background-color: #292B2D;
    border-radius: 50px;
    padding: 10px 5px;
    border: 1px solid #91a9b42e;
}

.fix_window li {
    /*margin: 0 0 5px;*/
}
.fix_window li a:hover {
    color: #ffc612;
}

.input_in_group {
    justify-content: center;
    align-items: center;
    position: relative;
}
.subscribe_sec .form-control::placeholder {
    opacity: 0.7 !important;
}
.input_in_group .btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 13px 19px 0 0;
    padding: 5px 22px;
    border-radius: 8px;
    border-radius: 20px;
}
.input_in_group {
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    /* -webkit-background-color:  !000 !important; */
}


.social-center a.nav-link:hover {
    border-color: #373C40;
    /*box-shadow: inset 5px 5px 7px #262829, inset -5px -5px 7px #3a3d3f;*/
    background: linear-gradient(90deg, #FDE142 0%, #FFA917 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card_ssm {
    position: relative;
}

.card_ssm:before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    top: -20px;
    border-radius: 15px 15px 0 0;
        background: linear-gradient(90deg, #FDE142 0%, #FFA917 100%);
    height: 20px;
}

.subscribe_sec .form-control {
    padding: 16px 20px;
    height: auto !important;
    padding-right: 110px;
    border-radius: 80px;
}

.social-center .nav-pill-circle .nav-link {
    font-size: 25px;
}


.social_nav {
        position: absolute;
        bottom: 22px;
        left: 50%;
        transform: translateX(-50%);
    }









.input-group > .input-group-prepend:not(:first-child) > .input-group-text-right {
    border-top-right-radius: 0.55rem;
    border-bottom-right-radius: 0.55rem;
}


.swap_form .form-control {
    height: unset;
    padding: 13px 20px;
}

.swap_form .form-control {
    height: unset;
    padding: 13px 20px;
}
.swap_form span.input-group-text.input-group-text-right {
    height: unset;
    padding: 13px 28px;
}
.balance-libra {
    background: #0e2648;
    background: rgba(63,255,174,.10196078431372549);
    border-radius: 4px;
    padding: 12px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-success * {
    color: #49e9a6!important;
    font-weight: 600!important;
}
.balance-libra h3 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: right;
}






.about_bullets li {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 1rem;
}
ul.about_bullets {
    padding-left: 18px;
}




/*features*/

.br {
    border-right: 1px solid #ffffff38;
}
.bb {
    border-bottom: 1px solid #ffffff38;
}
.bt {
    border-top: 1px solid #ffffff38;
}
.bl {
    border-left: 1px solid #ffffff38;
}

.cc_txt hr {
    margin: 1rem 0;
    border-color: #deb846;
    max-width: 100px;
}
.cc_txt ul li {
    margin-bottom: 0.5rem;
    font-size: 15px;
}
.cc_txt ul {
    padding-left: 18px;
    list-style: square;
}

.cc_txt ol li {
    font-size: 13px !important;
    opacity: 0.9;
    margin: 9px 0;
}
.cc_txt ol {
    margin: 16px 0 20px;
    display: block;
    list-style: circle;
}









/* dropdown menu */


.dropdown_menu_custom {
    min-width: -webkit-fill-available;
    left: auto;
    right: 0;
    max-width: 350px;
    width: max-content;
    border-radius: 18px !important;
    border: 0.0625rem solid #373c4063;
    box-shadow: none;
}


.dd_link {
    padding: 18px;
    display: block;
    position: relative;
    border-radius: 12px;
    /* margin-bottom: 6px; */
    cursor: pointer;
}
.dd_link h6 {
    font-size: 20px;
    /* margin: 0; */
}
.dd_link:hover, .dd_link.active {
    /* background: linear-gradient(90deg, #FDE142 0%, #FFA917 100%); */
    color: #000 !important;
    background: #ffffff24;
}
.dd_link h6 small {
    display: block;
}
.dd_link h6 small {
    display: block;
    font-size: 64%;
    font-weight: normal;
    opacity: 0.5;
}
 
.bg_light_gyay1 {
    background: #72727224;
}
.bg_light_gyay2 {
    background: #66666624;
}
.bg_light_gyay3 {
    background: #72727224;
}


.qr_img {
    border-radius: 15px;
}




.modal-content .modal-body {
    background: transparent;
    border-radius: 20px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}


 button.btn-close {
    position: absolute;
    right: -18px;
    top: -18px;
    z-index: 99;
    width: 30px;
    height: 30px;
    background-color: #ffc107;
    opacity: 1;
    border-radius: 50px;
    line-height: 1;
    background-size: 13px;
}

.modal-content .modal-body {
    background: transparent;
    border-radius: 20px;
    padding: 0;
    border: 0 !important;
    position: relative;
    height: auto !important;
    /* overflow: hidden; */
}
.modal-content .modal-body .dropdown_menu_custom {
    position: unset;
    margin: 0 !important;
}

.modal-content {
    border: 0;
    box-shadow: none !important;
    outline: 0;
}

.btn-primary.btn-success {
    background: #4CAF50 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}


.form-control::placeholder {
    opacity: 0.4;
}


@media (max-width: 767px){

.navbar {
    padding: 0.5rem 1rem !important;
}

.headroom--unpinned .navbar-collapse.show {
    transform: translateY(70px) !important;
}

.br {
    border:0;
}
.cc_txt {
    padding: 25px 0;
}
.navbar .navbar-nav .nav-link {
    font-size: 1.3rem;
    text-align: center;
    display: block;
}
.pt-10, .py-10 {
    padding-top: 8rem !important;
}
.navbar-brand img {
    height: 51px;
}
    .social_nav {
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main_img {
        max-width: 100%;
        position: unset;
        right: unset;
        padding: 22px;        
        top: unset;
        transform: translate(0);
    }

    .swap_form span.input-group-text.input-group-text-right {
        padding: 13px 14px;
    }



.flip-clock-divider .flip-clock-label {
    font-size: 9px;
}
.flip-clock-divider .flip-clock-label {
    right: -57px;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -64px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -63px;
}
.flip-clock-wrapper ul li a div {
    font-size: 20px;
}
.flip-clock-wrapper ul {
    width: 30px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    margin: 2px;
    border-radius: 5px;
}
.flip-clock-divider {
    width: 15px;
    height: 45px;
}
.flip-clock-wrapper ul li a {
    line-height: 45px;
}
.flip-clock-wrapper ul li a div.up:after {
    top: 21.5px;
}
.flip-clock-dot {
    display: block;
    width: 5px;
    height: 5px;
    left: 5px;
}
.flip-clock-dot.bottom {
    bottom: 27px;
}
.flip-clock-dot.top {
    top: 27px;
}
.flip-clock-wrapper {
    margin: 3em 0 1rem;
    display: flex;
    justify-content: center;
}

.bff_sec:before {
  display: none;
}
.bff_sec {
    padding: 85px 51px;
    /*flex-direction: column;*/
}
.bff_sec {
    padding: 20px 0;
    margin-bottom: 0;
    /*text-align: center;*/
}
.bff_sec img {
    width: 65px;
    height: 65px;
    margin: 0  20px 0 0;
}
.bff_sec_text h4 {
    font-size: 18px;
}

.bff_sec_text p {
    line-height: 1.5;
    font-size: 14px;
    /*text-align: justify;*/
    margin-bottom: 0;
}
.bff_right img{
    margin-left: 20px;
    margin-right: 0;
}
.bff_right p{
    text-align: right;
}

.bff_sec_4 {
    margin-top: 0;
}

/*bff sec end*/




/*Features  */
.procedure-wrap ul li {
    display: block;
}
.procedure-wrap ul li:before {
    margin: 0;
    width: 100px;
}
.procedure-wrap ul li .contents-r, .procedure-wrap ul li .contents-l {
    text-align: left;
    margin: 45px 0 20px 31px;
    background: transparent;
    max-width: calc(100% - 49px);
    padding: 25px !important;
}
.procedure-wrap ul li .contents-l h3, .procedure-wrap ul li .contents-l p  {
    text-align: left;
}
.procedure-wrap ul li .imgs-l {
    margin: -10px 0 0 28px !important;
}
.procedure-wrap ul li .imgs-r {
    position: relative;
    display: block;
    margin: -10px 0 0 45px;
    float: left;
}
.procedure-wrap ul:after {
    margin: 0;
    left: 8px;
}
.procedure-wrap ul li:after, .procedure-wrap ul li.rl:after {
    margin: 0;
    left: 16px;
}
.procedure-wrap ul li:before, .procedure-wrap ul li.rl:before {
    margin: 0;
    width: 28px;
    left: 16px;
    top: 67px;
}
.procedure-wrap ul li .imgs-r {
    float: none;
    margin: -10px 0 0 28px !important;
}

/*Features end */




/*coin slider*/
.carousel-inner.rounded {
    z-index: 9;
    background: #292B2D;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}
.nuro_arrow.carousel-control-next {
    right: -15px;
    padding-left: 0;
    height: calc(100% - 129px);
}
.nuro_arrow.carousel-control-prev {
    left: -15px;
    padding-right: 0;
    height: calc(100% - 129px);
}

.carousel-control-next-icon:before,
.carousel-control-prev-icon:before {
    font-size: 1.5rem;
}
.lsits:after{
    display: none;
}
.clabels-text {
    font-size: 18px;
    padding: 0;
    text-align: center;
}


/*footer*/

.nav-pill-circle .nav-link {
    height: 50px;
    width: 50px;
    margin: 0 8px;
}
.card_ssm:before {
    top: -10px;
    height: 10px;
}











}


@media only screen and (min-width:1440px) and (max-width:1600px){


.pt-10, .py-10 {
    padding-top: 8rem !important;
}
.main_img {
    top: calc(60% + 1rem);
    max-width: 37%;
}


}


@media only screen and (min-width:1280px) and (max-width:1439px){

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.pt-10, .py-10 {
    padding-top: 8rem !important;
}
.main_img {
    top: calc(60% + 0rem);
    max-width: 45%;
}
.flip-clock-wrapper ul {
    width: 48px;

}




}

@media only screen and (min-width:1200px) and (max-width:1279px){



.pt-10, .py-10 {
    padding-top: 8rem !important;
}
.main_img {
    top: calc(60% + 0rem);
    max-width: 45%;
}
.main_sec {
    padding-left: 80px;
}
.flip-clock-wrapper ul {
    width: 48px;
}




}

@media only screen and (min-width:992px) and (max-width:1199px){




.pt-10, .py-10 {
    padding-top: 8rem !important;
}
.main_img {
    top: calc(60% + 0rem);
    max-width: 40%;
}
.main_sec {
    padding-left: 80px;
}

.flip-clock-wrapper ul li a div {
    font-size: 20px;
}
.flip-clock-wrapper ul {
    width: 30px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    margin: 2px;
    border-radius: 5px;
}
.flip-clock-divider {
    width: 15px;
    height: 45px;
}
.flip-clock-wrapper ul li a {
    line-height: 45px;
}
.flip-clock-wrapper ul li a div.up:after {
    top: 21.5px;
}
.flip-clock-dot {
    display: block;
    width: 5px;
    height: 5px;
    left: 5px;
}
.flip-clock-dot.bottom {
    bottom: 27px;
}
.flip-clock-dot.top {
    top: 27px;
}
.flip-clock-wrapper {
    margin: 3em 0 1rem;
}


}


@media only screen and (min-width:768px) and (max-width:991px){



.pt-10, .py-10 {
    padding-top: 8rem !important;
}


.main_img {
    max-width: 614px;
    position: unset;
    right: unset;
    margin: 0 auto;
    display: block;
    padding: 22px;
    top: unset;
    transform: translate(0);
}



section#about_sec {
    padding-top: 0;
}




.container {
    max-width: 580px;
}
section#features_sec{
    padding-bottom: 3rem;
}



.bff_sec:before {
  display: none;
}
.bff_sec {
    padding: 85px 51px;
    /*flex-direction: column;*/
}
.bff_sec {
    padding: 40px 0;
    margin-bottom: 0;
    /*text-align: center;*/
}
.bff_sec img {
    width: 85px;
    height: 85px;
    margin: 0  30px 0 0;
}
.bff_sec_text h4 {
    font-size: 22px;
}

.bff_sec_text p {
    line-height: 1.5;
    font-size: 14px;
    /*text-align: justify;*/
    margin-bottom: 0;
}
.bff_right img{
    margin-left: 30px;
    margin-right: 0;
}
.bff_right p{
    text-align: right;
}

.bff_sec_4 {
    margin-top: 0;
}



/*feature section*/

.procedure-wrap ul li .imgs-l {
    margin-right: 60px !important;
    margin-left: 0;
    float: right;
}

.procedure-wrap ul li .contents-l,
.procedure-wrap ul li .contents-r {
    margin-left: 0;
    margin-right: 20px;
}

.procedure-wrap ul:after {
    left: -258px;
}
.procedure-wrap ul li:before,
.procedure-wrap ul li.rl:before {
    left: -193px;
}




/*feature section*/


}   

