*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'KonnectRegular';
    src: url('../fonts/KonnectRegular.otf');
}
@font-face {
    font-family: 'KonnectMedium';
    src: url('../fonts/KonnectMedium.otf');
}
@font-face {
    font-family: 'KonnectSemiBold';
    src: url('../fonts/KonnectSemiBold.otf');
}
@font-face {
    font-family: 'NexaBold';
    src: url('../fonts/NexaBold.otf');
}
.text-1{
    font-family: 'KonnectRegular';
    font-size: 12px;
    color: #fff;
}
.text-2{
    font-family: 'KonnectRegular';
    font-size: 12px;
    color: #000000;
}
.text-3{
    font-family: 'KonnectRegular';
    font-size: 16px;
    color: #000000;
}
.text-4{
    font-family: 'KonnectMedium';
    font-size: 12px;
    color: #000000;
}
.text-5{
    font-family: 'KonnectMedium';
    font-size: 13px;
    color: #fff;
}
.text-6{
    font-family: 'KonnectMedium';
    font-size: 16px;
    color: #ffffff;
}
.text-7{
    font-family: 'KonnectMedium';
    font-size: 18px;
    color: #ffffff;
}
.text-8{
    font-family: 'KonnectSemiBold';
    font-size: 18px;
    color: #181A20;
}
.text-9{
    font-family: 'KonnectSemiBold';
    font-size: 28px;
    color: #000000;
    line-height: 1.3;
}
.text-10{
    font-family: 'NexaBold';
    font-size: 16px;
    color: #FFFFFF;
}
.text-11{
    font-family: 'NexaBold';
    font-size: 56px;
    color: #fff;
}
.text-12{
    font-family: 'KonnectRegular';
    font-size: 12px;
    color: #ffffff;
}
.gray{
    color: #ffffff;
}
.black{
    color: #ffffff;
}
.orange{
    color: #ffffff;
}
.new{
    color: #000000;
}
.red{
    color: #EB5757;
}
.green{
    color: #6FCF97;
}
.scroll-1{
    height: calc(100vh - 130px);
    margin-top: 75px;
    margin-bottom: 124px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scroll-1::-webkit-scrollbar {
    display: none;
}
.scroll-2{
    height: calc(100vh - 162px);
    margin-top: 162px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scroll-2::-webkit-scrollbar {
    display: none;
}
.scroll-3{
    height: calc(100vh - 121px);
    margin-top: 121px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scroll-3::-webkit-scrollbar {
    display: none;
}
body{
    width: 100%;
    max-width: 500px;
    /*background-image: url('../img/background2.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
background:rgba(0, 0, 0, 1);
    margin: 0 auto;
    height:0;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
header .header-border{
    width: 100%;
    max-width: 500px;
    height: 1px;
    background-image: linear-gradient(to right, #2F2816 , #FDCD52, #2F2816);
    margin: 0 auto;
}
header nav{
    width: 92%;
    max-width: 460px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
}
header nav div{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.header-gap{
    /*margin-top: 150px;*/
    height: calc(100vh - 214px);
    margin-top: 120px;
    margin-bottom: 94px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.first-section-padding{
	padding-top: 30px;
}
.last-section-padding{
        padding-bottom: 30px;
}
/* Number of pages */
.list-page{
    text-align:center;
    padding:1%;
    font-size: 14px;
}

.pagination{
    margin:0 !important;
    padding:10px 10px;
    box-shadow: 0px 1px 2px 0px #E2E2E2;
}
.pagination li{
    margin:5px 5px;
    border:1px solid #E6E6E6;
    padding:2px 5px;
    display:inline-block;
    border-radius:5px;
}
.pagination li a{
    text-decoration: none;
    color:#fff;
}
.pagination .active{
    background-color: darkred;
    color:#fff;
}
.pagination .disabled{
    color: #aaa;
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0);
    z-index: 1;
}
footer nav{
    width: 92%;
    max-width: 460px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
}
footer nav .footer-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
footer nav .footer-nav div{
    width: 40px;
    height: 2px;
    background: transparent;
}
footer nav .footer-nav img{
    margin: 11px 0px 7px 0px;
}
footer nav .footer-nav svg{
    margin: 11px 0px 7px 0px;
}
footer nav .footer-nav span{
    font-family: 'KonnectRegular';
    font-size: 10px;
    color: #ffffff;
}
footer nav .active div{
    background: #FFCE53;
}
footer nav .active path{
    stroke: #FFCE53;
}
footer nav .active span{
    color: #FFCE53;
}
footer .footer-line{
    width: 140px;
    height: 5px;
    border-radius: 5px;
    margin: 10px auto;
    margin-top: 25px;
    background: #FFFFFF;
}
footer .footer-more{
    width: 92%;
    max-width: 460px;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 20px;
}
main{
    width: 100%;
    
}
main section{
    width: 92%;
    margin: 0 auto;
}
a{
    text-decoration: none;
}

.input-field{
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}
.input-field .input-div{
    width: calc(100% - 32px);
    border-radius: 7px;
    border: 2px solid #FFCE53;
    background: #000000;
    position: relative;
    padding: 0px 15px;
}
.input-field .input-div label{
    position: absolute;
    color: #ffffff;
    background: #000000;
    top: -7px;
}
.input-field .input-div input{
    width: 80%;
    padding: 20px 0px 15px 0px;
    background: transparent;
    outline: none;
    border: none;
}
.input-field .input-div select{
    width: calc(100% - 20px);
    padding: 20px 0px 15px 0px;
    background: #000000;
    outline: none;
    border: none;
    -webkit-appearance: none;
}
.input-field .input-div img{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
.submit-button button{
    width: 100%;
    border-radius: 8px;
    background: #000000;
    color: #ffffff;
    padding: 15px 0px;
    border: 1px solid #FFCE53;
}
.submit-text{
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 20px 0px;
}
.submit-text a{
    text-decoration: underline;
}
.method{
    width: 100%;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    border: 1px solid #FFCE53;
    margin: 0 auto;
}
.method div{
    width: 50%;
    padding: 15px 0px 15px 0px;
    text-align: center;
    border-radius: 50px;
}
.method .div{
    width: 50%;
    padding: 15px 0px 15px 0px;
    text-align: center;
    border-radius: 50px;
}
.method .active{
    background: #000000;
}
.method .active span{
    color: #ffffff;
}
.vertical-border{
    width: 1px;
    height: 56px;
    background-image: linear-gradient(#2F2816 , #FDCD52, #2F2816);
}
.horizontal-border{
    width: 100%;
    max-width: 500px;
    height: 1px;
    background-image: linear-gradient(to right, #2F2816 , #FDCD52, #2F2816);
    margin: 0 auto;
}
/* Login And Register Page */
.login-head-section{
    padding-top: 70px;
}
.login-head-section div{
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 30px 0px;
}
.login-head-section div span{
    color: #ffffff;
}

/* USDT Deposit */

.deposit-wallet-address{
    width: 100%;
    border-radius: 50px;
    padding: 20px 0px 15px 0px;
    border: 1px solid #FFCE53;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}
.deposit-wallet-address span{
    word-wrap: break-word;
}
.deposit-qr{
    width: 150px;
    height: 150px;
    background: #141414;
    border: 1px solid #FFCE53;
    padding: 30px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.deposit-qr img{
    width: 150px;
    height: 150px;
}
.deposit-status{
    width: 100%;
    background: black;
    border: 1px solid #FFCE53;
    border-radius: 6px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}
.deposit-status-info{
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.deposit-status-info span{
    line-height: 2;
}
.deposit-details{
    width: 100%;
    background: black;
    border: 1px solid #FFCE53;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.deposit-details div{
    width: 94%;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.deposit-structure-details{
    width: 100%;
    background: black;
    border: 1px solid #FFCE53;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}
.deposit-structure-details .structure-details{
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px 0px;
}
.deposit-structure-details .structure-details div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.deposit-structure-details .structure-details img{
    margin-right: 10px;
}
.deposit-structure-details .structure-details span{
    padding-top: 2px;
}
/* USDT Record */
header .usdt-record{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom:15px;
}
header .usdt-record .record{
    width: 96%;
    max-width: 480px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
header .usdt-record .record::-webkit-scrollbar {
    display: none;
}
header .usdt-record .record .record-scroll{
    width: 1024px;
    display: flex;
    flex-direction: row;
}
header .usdt-record .record .record-scroll span{
    font-family: 'KonnectRegular';
    font-size: 12px;
    color: #ffffff;
    margin-right: 10px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 15px;
}
header .usdt-record .record .record-scroll .active{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.record-section{
    width: calc(92% - 20px);
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    border: 1px solid #FFCE53;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #000000;
    margin-top: 15px;
    margin-bottom: 15px;
}
.record-section .record-img-section{
    display: flex;
    align-items: center;
    width: 80%;
    overflow: hidden;
}
.record-section .record-img-section .record-text-section{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.usdt-record-gap{
    margin-top: 180px;
}
/* Settings */
.settings-section{
    padding: 15px 0px 13px 0px;
}
/* Trading Profits */
.trading-section{
    border: 1.3px solid #FFCE53;
    border-radius: 10px;
    background: black;
    margin-top: 20px;
    margin-bottom: 20px;
}
.trading-header{
    width: calc(100% - 30px);
    padding: 15px 15px 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trading-header .trading-info{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.trading-info .trading-user-info{
    display: flex;
    flex-direction: column;
}
.trading-user-info .user-info{
    margin-bottom: 10px;
}
.trading-header .trading-withdraw{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.trading-withdraw .withdraw-btn{
    background: #27AE60;
    padding: 6px 10px 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;

}
.trading-section .trading{
    width: calc(100% - 30px);
    padding: 10px 15px 10px 15px;
}
.trading .trading-details{
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}
/* Home */
.home-commission-section{
    text-align: center;
    padding: 30px 0px 0px 0px;
}
.home-info-section{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-info-section .home-info{
    width: calc(50% - 37px);
    border: 1.3px solid #FFCE53;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    background: black;
}
.home-info-section .home-info p{
    margin-bottom: 10px;
}
.home-ref-section{
    width: calc(92% - 30px);
    border: 1.3px solid #FFCE53;
    border-radius: 10px;
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-ref-section .home-ref{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-ref .home-ref-info{
    display: flex;
    align-items: center;
}
.home-ref .home-ref-info span{
    margin-top: 4px;
}
/* Help Center */
.help-heading{
    margin-top: 25px;
    margin-bottom: 15px;
}
.help-select{
    margin-top: 10px;
    margin-bottom: 10px;
}
.help-button-text{
    width: calc(92% - 40px);
    text-align: center;
    border-radius: 50px;
    border: 1px dashed #000000;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.help-contact-section{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.help-contact-section .help-contact{
    width: calc(50% - 37px);
    border: 1.3px solid #FFCE53;
    border-radius: 10px;
    padding: 15px 15px;
    background: black;
}
.help-contact-section .help-contact p{
    margin-bottom: 10px;
}
/* News */
.news-featured-heading{
    margin-left: 4%;
}
.news-featured-section{
    width: 100%;
    padding-top: 20px;
}
.news-featured-scroll{
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
}
.news-featured-scroll::-webkit-scrollbar {
    display: none;
}
.news-featured-box{
    width: 250px;
    min-width: 250px;
    margin-right: 10px;
    background: black;
    border: 1.3px solid #FFCE53;
    border-radius: 10px;
}
.news-featured-box div{
    width: calc(100% - 20px);
    padding: 10px;
}
.news-featured-box img{
    border-bottom: 1.3px solid #FFCE53;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news-heading-section{
    padding: 10px 0px 0px 0px;
}
.news-more-info{
    width: calc(100%-30px);
    border: 1.3px solid #FFCE53;
    border-radius: 10px;
    padding: 15px 15px;
    background: black;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-more-info .news-more{
    width: calc(100% - 90px);
}
.referral-link{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #FDCD52;
    border-radius: 20px;
    padding: 7px 12px 7px 12px;
}
.referral-link span{
    margin-right: 10px;
}
