@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

.modal-content {
    background-color: #000000
}

.color-purple {
    color: mediumpurple;
}

.bg-color-purple {
    background: rebeccapurple !important;
}

.gradient-box {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 1));
}

.checkout-form input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #000000;
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: #FFF;
    width: 30px;
    height: 30px;
    border: 0.15em solid #ffffff;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    float: left;
    margin-right: 15px;
}

.checkout-form input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #fff;
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

.checkout-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.checkout-form input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid #000;
    outline-offset: max(2px, 0.15em);
}

.checkout-form input[type="checkbox"]:disabled {
    --form-control-color: #ddd;

    color: #ddd;
    cursor: not-allowed;
}

.image-box {
    width: 185px;
    height: 140px;
    /* UI Properties */
    background: #868686 0% 0% no-repeat padding-box;
    border-radius: 6px;
}

.border-radius-0 {
    border-radius: 0 10px 10px 0 !important;
}


.ranking-table {
    background: rgba(77, 77, 77, 0.6) 0 0 no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 25px;
}

.ranking-table .ranking-row:last-child {
    margin-bottom: 0;
}

.ranking-table .ranking-row h5 {
    font-size: 26px;
    color: #ffffff;
    font-family: "Bai Jamjuree";
}

.ranking-table .ranking-row {
    background-color: #000000;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.separator-line-dotted {
    height: 1px;
    width: 140px;
    border-bottom: 1px dashed #fff;
    display: block;
    overflow: hidden;
    margin-bottom: 20px
}

.contact-blured-box {
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(30px);
    margin-top: -400px !important;
    background: linear-gradient(180deg, rgba(142, 142, 142, 0.7) 0%, rgb(0, 0, 0) 100%) !important;
    border: 1px solid #ffffff;
}

.filters {
    display: flex;
    flex-direction: row-reverse;
}

.filters .filter select, .filters .filter input {
    min-width: 270px;
}

.commissions-table .commissions-header {
    /*display: flex;*/
    font-size: 16px;
    color: #ffffff;
    font-family: "Bai Jamjuree";
    flex-direction: row;
    width: 100%;
    align-items: stretch;
}

.commissions-table .commissions-header-color {
    color: #ffffff;
}

.commissions-table .commission-row {
    display: flex;
    font-size: 16px;
    padding-top: 20px;
}

.commissions-table .column {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100px;
}

/*.commissions-table .commission-row .column.column-1 ,*/
/*.commissions-table .commissions-header .column.column-1 {*/
/*    flex-grow: 1;*/
/*}*/


/*.commissions-table .commission-row .column.column-2 ,*/
/*.commissions-table .commissions-header .column.column-2 {*/
/*    flex-grow: 1;*/
/*}*/

/*.commissions-table .commission-row .column.column-3 ,*/
/*.commissions-table .commissions-header .column.column-3 {*/
/*    flex-grow: 2;*/
/*}*/

/*.commissions-table .commission-row .column.column-4 ,*/
/*.commissions-table .commissions-header .column.column-4 {*/
/*    flex-grow: 6;*/
/*}*/

/*.commissions-table .commission-row .column.column-5 ,*/
/*.commissions-table .commissions-header .column.column-5 {*/
/*    flex-grow: 1;*/
/*}*/
.commission_div {
    /*width: 100px;*/
}

.commissions-table {
    background: rgba(0, 0, 0, 0.6) 0 0 no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 25px;
}

.filters .filter {
    margin-left: 20px;
}

.nft-container .relative {
    position: relative;
}

.nft-container .nft-info .info-line-2 {
    font-family: "Bai Jamjuree";
    font-size: 22px;
}

.nft-container .nft-info {
    position: absolute;
    background: rgba(255, 255, 255, 0.3) 0 0 no-repeat padding-box;
    padding: 20px;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    bottom: 20px;
    left: 40px;
    width: 88%;
}

.nft-container {
    background-color: #293268;
    padding: 20px;
    box-shadow: inset 0px 1px 1px #FFFFFFB2;
    border-radius: 10px;
}

.media .nft-details-background .separator {
    margin-top: 15px !important;
    padding-bottom: 0px;
}

.nft-container-info .small {
    font-size: 12px !important;
}

.media .nft-details-background .nft-container-info .separator {
    margin-top: 5px !important;
}

.nft-container-info .separator, .nft-container-info .row {
    padding-bottom: 16px !important;
}

.nft-container-info {
    font-size: 16px;
}

.nft-details-background .separator-line {
    height: 1px;
    width: 120px;
    background-color: #666;
    display: block;
    overflow: hidden;
    margin-bottom: 20px
}

.nft-details-background .nft-description {
    line-height: 26px;
}

.nft-details-background .eth-price {
    background: url('../images/eth-icon.png');
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    color: #D1B036;
    font-size: 26px
}

.nft-details-background {
    background-color: #2f3d7e;
    padding: 30px;
    border-radius: 10px;
}

.nft-details-background .back {
    font-size: 14px;
    text-decoration: underline;
    padding-bottom: 32px;
}

.nft-details-background .label {
    font-size: 16px
}

.nft-details-background .title {
    color: #C6A73F;
    font-size: 42px;
    font-family: "Bai Jamjuree";
    line-height: 50px;
}

.nft-details-background .price {
    font-size: 26px;
    color: #D1B036;
    font-family: "Bai Jamjuree";
    line-height: 32px;
}

.nft-details-background .s-box {
    display: flex;
}

.nft-details-background .s-box .phoenic-status-label {
    font-size: 11px;
}

.nft-details-background .s-box .status {
    flex-grow: 1;
}

.nft-details-background .s-box .nft-number {
    flex-grow: 3;
}

.nft-details-background .s-box .phoenic-status-value {
    font-size: 16px;
    color: #2FCC9C;
}

.nft-details-background .s-box .nft-number-label {
    font-size: 11px;
}

.nft-details-background .s-box .nft-number-value {
    font-size: 16px;
}

.nfts UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.nfts UL LI {
    flex: 0 0 33.33333%;
}

.nfts .nft:hover .nft-image {
    filter: grayscale(0%);
}

.nfts .nft:hover {
    box-shadow: inset 0 1px 1px #FFF,
    inset 25px 0 8px #2d2d2d,
    inset -2px 0 8px #232323,
    inset 2px 0 30px rgb(0, 0, 0),
    inset -2px 0 30px #343434,
    0 0 2px #a3a3a3,
    -1px 0 18px #000,
    1px 0 18px #000;
    cursor: pointer;
}


.nfts li:nth-child(3n + 2) .nft {
    margin: 0 auto;
}

.nfts li:nth-child(3n) .nft {
    float: right;
}

.nfts .nft {
    background-color: #000000;
    border-radius: 10px;
    box-shadow: inset 0px 1px 1px #828282;
    max-width: 370px;
    padding: 15px;
    margin-bottom: 30px;
}

.nfts .nft .nft-image {
    position: relative;
    filter: grayscale(60%);
}

.nfts .nft .nft-title {
    font-family: "Bai Jamjuree";
    font-size: 26px;
    color: #ffffff;
    padding-top: 14px;
    padding-bottom: 13px;
}

.nfts .nft .pricing .phoenic {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px;
    width: 221px;
    font-size: 11px;
    min-height: 56px;
    float: left;
}

.nfts .nft .clear {
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    clear: both;
}

.nfts .nft .nft-status-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 17px;
    font-size: 12px;
}

.nfts .nft .nft-status-bar .status {
    flex-grow: 2;
}

.nfts .nft .nft-status-bar .status-value {
    font-size: 16px;
    color: #e6e6e6;
    line-height: 16px;
}

.nfts .nft .nft-status-bar .nft-number-value {
    font-size: 16px;
    line-height: 16px;
}


.nfts .nft .nft-status-bar .nft-number {
    flex-grow: 1;
}

.nfts .nft .pricing .eth .eth-title {
    padding-bottom: 3px;
}

.nfts .nft .pricing .eth .eth-price {
    float: left;
    color: #fff;
    font-size: 14px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 12px;
}

.nfts .nft .pricing .eth {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px;
    width: 109px;
    font-size: 11px;
    min-height: 56px;
    float: right;
}

.nfts .nft .pricing .phoenic .phoenic-title {
    display: block;
    clear: both;
}

.nfts .nft .pricing .phoenic .phoenic-price {
    float: left;
    font-family: "Bai Jamjuree";
    color: #ffffff;
    font-size: 16px;
    background: url('../images/phoenic-price-icon.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-size: 22px;
}

.nfts .nft .pricing .phoenic .phoenic-suffix {
    float: right;
    font-family: "Bai Jamjuree";
    color: #ffffff;
    font-size: 16px
}

.nfts .nft .nft-image .likes {
    position: absolute;
    right: 11px;
    top: 10px;
    border: 1px solid #fff;
    border-radius: 12px;
    font-size: 12px;
    background: url('../images/eye-solid.png'), #000000;
    background-repeat: no-repeat;
    background-position: 40px 4px;
    background-size: 12px;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 1px;
}


.border-dotted-right {
    position: relative;
}

.border-dotted-right:after {
    position: absolute;
    content: ' ';
    right: -20px;
    border-right: 1px dotted #999;
    height: 100%;
    top: 0;
}

.border-dotted-right:nth-child(2):after {
    right: 20px;
}


.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-image: url("../images/cities01.png");
    background-repeat: repeat;
    text-align: center;
    animation: marquee 480s infinite linear;
    min-height: 452px;
}

.linear-gradient-small {
    background: linear-gradient(180deg, #000000 0%, #303030 80%, #333333 100%) 0% 0% no-repeat padding-box;
}

.mt-60 {
    margin-top: -60px !important;
}

@keyframes marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -2880px;
    }
}

.left-padding {
    margin-left: 23px;
}

.profile-box {
    background: rgba(0, 0, 0, 0.4) 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 50px;
}

.training {
    background: url('../images/trained-background.png');
    border: 1px solid #ffffff;
    opacity: 1;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    border-radius: 6px;
    padding: 29px;
    padding-top: 25px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 23px;
}

.ranking {
    border: 1px solid #ffffff;
    background-color: #000000;
    opacity: 1;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    border-radius: 6px;
    padding: 29px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-left: 23px;
}

.stars .star {
    padding-right: 6px
}

.image-span {
    text-align: center;
}

.refer-a-friend input[type="text"] {
    border: 1px solid #ffffff;
    background-color: #272626 !important;
    float: left;
    padding: 6px;
    padding-left: 10px;
    margin-right: 10px;
}

.security .link {
    padding-right: 30px
}

.security-link-p {
    font-size: 13px;
}

.security .link:last-child {
    padding-right: 0
}

.security {
    background: url('../images/account-security.png') 380px 20px, linear-gradient(180deg, #000000 0%, #2e2e2e 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    opacity: 1;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    border-radius: 6px;
    padding: 29px;
    padding-top: 31px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
}

.security-link-bar {
    margin-top: 36px;
}

.security-link-bar-profile {
    height: 100px;
}

.secp {
    position: absolute;
    bottom: 0rem;
}

.refer-a-friend {
    background: url('../images/refer-a-friend.png') 490px 40px, linear-gradient(180deg, #000000 0%, #e1e1e1 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    opacity: 1;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    border-radius: 6px;
    padding: 29px;
    padding-top: 25px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
}

.get-a-loan {
    background: url('../images/get-a-loan.png') 285px -40px, linear-gradient(180deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    opacity: 1;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    border-radius: 6px;
    padding: 29px;
    padding-top: 25px;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    margin-top: 1.5rem !important;
}

.training h3, .security h3, .ranking h4, .refer-a-friend h3, .get-a-loan h3, .connected-account h3 {
    color: #ffffff;
    line-height: 32px;
    font-size: 26px;
}

.connected-account strong {
    font-weight: 600;
    padding-right: 30px;
    color: #2DC5D5;
}

body .blured-background {
    position: relative;
    background: url('../images/blur2.png') no-repeat center bottom, linear-gradient(180deg, rgba(33, 50, 118, 0.4) 0%, rgba(33, 50, 118, 0.8) 100%) 0% 0% no-repeat padding-box !important;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
}

.nft-assets {
    background: url('../images/blur.png'), linear-gradient(180deg, #000000 0%, #2b2a2a 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    opacity: 1;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    border-radius: 6px;
    padding: 40px;
    margin-left: 23px;
    padding-right: 10px;
}

.nft-assets img {
    max-width: 290px;
}

.nft-assets h1 {
    line-height: 57px;
    color: #ffffff;
}

.bay {
    font-family: "Bai Jamjuree";
}

.nft-assets strong {
    font-size: 141px;
    font-family: "Bai Jamjuree";
    line-height: 161px;
}

.connected-account {
    background: url('../images/miracle-cash-and-more-account.png') 285px -50px, linear-gradient(180deg, #000000 0%, #353535 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    opacity: 1;
    backdrop-filter: blur(39px);
    -webkit-backdrop-filter: blur(39px);
    border-radius: 6px;
    padding: 29px;
    padding-top: 35px;
    padding-bottom: 17px;
    background-repeat: no-repeat;
}

.overview .submit-container {
    margin: auto !important;
    max-width: inherit !important;
    padding-top: 4px !important;
}

.overview .submit-container .link-button, .overview .submit-container A {
    min-width: 100% !important;
}

.float-right {
    float: right;
}

.send-next-code input[type="text"] {
    font-size: 14px;
    background-color: #282828;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #fff;
    height: 34px;
}

.send-next-code {
    font-family: "Bai Jamjuree";
    font-size: 16px;
    color: #ffffff;
    line-height: 34px;
}

.balance img {
    max-width: 87px;
}

.balance h2 {
    font-size: 16px !important;
    line-height: 43px !important;
    margin-bottom: 0px !important;
}

.balance h2 strong {
    color: #ffffff;
    font-weight: 600;
    font-size: 42px !important;
}

.grayout {
    /*filter: grayscale(50%);*/
    /*opacity: 0.5;*/
}

.no-high-padding {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}



.button, input.button, a.button {
    color: #000000;
    font-weight: 600;
    background-color: #FFFFFF;
    border: 3px solid #000000;
    border-radius: 30px;
    font-size: 27px;
    display: table;
    padding: 3px 25px;
    white-space: nowrap;
}

.button img{
    padding-left:14px;
}
.welcome .button{
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
}

.gray {
    color: #cecece;
    font-size: 18px !important;
    margin-bottom: 10px;
}

.overview p {
    font-size: 14px;
}

.stars {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: flex-start;
}

.member-overview UL {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.member-overview UL LI strong {
    color: #c0c0c0;
    font-size: 16px;
    font-weight: 600;
}

.member-overview UL LI:last-child {
    border-left: 0;
}

.member-overview UL LI {
    border-left: 1px solid #444;
    padding-left: 10px;
    padding-right: 20px;
}

.balance {
    background-color: #000000;
    box-shadow: inset 0px 1px 0px #E2F9FC8B;
    border: 1px solid #ffffff;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    margin-left: 20px;
    padding: 25px;
}

.member-overview {
    background-image: url('../images/member-overview-background.png');
    background-size: cover;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 33px;
}

.inner-menu {
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: #000000;

}

.inner-menu UL {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.inner-menu UL LI A:HOVER {
    /* font-weight: 500 !important; */
}

.inner-menu UL LI A:HOVER, .inner-menu UL LI.active A {
    border-bottom: 4px solid #d1d1d1;
    /* font-weight: 600; */
}

.inner-menu UL LI.active A {
    border-bottom: 4px solid #cdcdcd;
    font-weight: 600;
}

.inner-menu UL LI:last-child A {
    margin-right: 70px;
}

.inner-menu UL LI A {
    font-size: 14px;
    margin-left: 40px;
    padding-bottom: 13px;
    line-height: 50px;
    font-family: Montserrat;
}

TEXTAREA.terms-and-conditions {
    width: 100%;
    background-color: transparent;
    border: 0;
    padding-right: 20px;
    resize: none;
    font-size: 10px;
}

TEXTAREA.terms-and-conditions::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
}

TEXTAREA.terms-and-conditions {
    scrollbar-width: thin;
    scrollbar-color: #394D9F;
}

TEXTAREA.terms-and-conditions::-webkit-scrollbar-track {
    background: transparent;
    cursor: pointer;
}

TEXTAREA.terms-and-conditions::-webkit-scrollbar-thumb {
    background-color: #394D9F;
    cursor: pointer;
}

.text-box {
    background-color: #4f4f4f !important;
    color: #fff;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #000000;
    padding: 10px;
    margin-bottom: 10px;
}

input[type="text"].digit-text:HOVER {
    background-color: #fff !important;
}

input[type="text"].digit-text {
    font: normal normal 600 42px/63px "Bai Jamjuree";
    letter-spacing: 0px;
    color: #000 !important;
    width: 50px !important;
    line-height: 59px;
    background-color: #FFFFFF !important;
    border: 1px solid #606060 !important;
    border-radius: 2px !important;
    padding: 0 !important;
    text-align: center;
}

input[type="text"].digit-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

input[type="text"].digit-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

input[type="text"].digit-text::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.text-red-600 {
    font-size: 11px;
    text-align: left;
    color: red;
    line-height: 20px;
}

.separator-line {
    height: 1px;
    width: 120px;
    background-color: #fff;
    display: block;
    overflow: hidden;
    margin-bottom: 20px
}

.about-background{
    background-image: url("/assets/images/about-background.png");
}

.ms-negative-image-phone{
    margin-left: -3rem!important;
}

.about-header-background{
    background-image: url("/assets/images/about-us-header.png");
    display: flex;
    min-height: 20rem;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.about-box {
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(30px);
    background: rgba(128, 128, 128, 0.1);
}

.blured-box {
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(30px);
    margin-top: -100px !important;
    background: linear-gradient(180deg, rgba(38, 52, 101, 0) 0%, rgba(38, 52, 101, 1) 100%);
}

.mt-200 {
    margin-top: -200px;
}

.small-text {
    font-size: 10px;
}

.footer {
    position: relative
}

.footer-bottom-images {
    display: flex;
}

.footer .qr-code {
    position: absolute;
    right: 35px;
    width: 145px;
    top: 30px;
}

.footer-social-icons A {
    color: #8187C9;
    font-size: 23px;
    padding-right: 40px;
}

.footer-social-icons A:last-child {
    padding-right: 0;
}

.footer-menu A {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

.media .dropdown:hover {
    background: rgba(255, 255, 255, 0.4);
}

.media .dropdown {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    margin-bottom: 12px;
    font-size: 15px;
}

.media .dropdown .dropdown-description {
    padding: 16px;
}

.media .dropdown .dropdown-title {
    padding-top: 16px;
    padding-bottom: 16px;
}

.media .dropdown .dropdown-number {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.media .dropdown .dropdown-sign {
    float: right;
    padding-right: 16px;
}

.media .dropdown .hidden {
    display: none;
}

.media .statuses {
    background: #394D9F 0% 0% no-repeat padding-box;
    border-radius: 26px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media .status .value {
    display: inline;
}

.media .statuses .status .title {
    font-size: 14px;
}

.media .statuses .status .number {
    font-size: 40px;
}

.media .statuses .status:after {
    position: absolute;
    content: ' ';
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 60%;
    width: 1px;
    top: 20%;
    left: 0px;
}

.media .statuses .status:first-child:after {
    border: 0px !important;
}

.media .statuses .status {
    position: relative;
    min-width: 220px;
    text-align: center;
}

.container.media {
    box-shadow: 10px 50px 35px #000
}

.media h2 {
    font-size: 42px;
    font-family: "Bai Jamjuree";
    line-height: 50px;
}

.media .f-24 {
    font-size: 24px;
    line-height: 36px;
}

.media .blue-footer {
    background-color: #3651BF;
}

.media .squares .square {
    background: #344380;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    float: left;
    cursor: pointer;
}

.media .squares .active {
    background: #3651BF;
}

.media h3 {
    font-size: 26px;
    font-family: "Bai Jamjuree";
}

.media .separator {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px !important;
    padding-bottom: 20px;
}

.media .f-left-calendar {
    float: left;
    margin-top: -2px;
    margin-right: 10px;
}

.media .event .date {
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
}

.media .event .action a:HOVER {
    background: #C3A43B 0% 0% no-repeat padding-box;
    border: 1px solid #DECE96;
}

.media .event .action {
    margin-top: 14px;
}

.media .event .action a {

    background: #977D2B 0% 0% no-repeat padding-box;
    border: 1px solid #C6A73F;
    border-radius: 6px;
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 6px 26px 6px 26px;
    font-size: 14px;
}

.media .event .title {
    padding-top: 15px;
}

.media .event .title h6 {
    color: #D1B036;
    font-size: 26px !important;
    max-width: 450px;
    font-family: "Bai Jamjuree";
    line-height: 32px;
}

.media .event .description {
    font-size: 14px;
    max-width: 450px;
    line-height: 19px;
    font-weight: 200;
    padding-bottom: 9px;
}

.media .header .flags {
    top: 93px;
}

.media .f-14 {
    font-size: 14px
}

.media .f-20 {
    font-size: 20px;
}

.media .tokens-small .token-3 img {
    max-width: 115px;
}

.media .tokens-small .token-3 {
    position: absolute;
    bottom: 140px;
    right: 0;
}

.media .events p {
    max-width: 560px;
    font-size: 14px;
}

.media .tokens-small {
    position: relative;
}

.media .tokens-small .token-1 {
    position: absolute;
    top: -90px;
    left: -60px;
}

.media .tokens-small .token-2 {
    position: absolute;
    bottom: -130px;
    right: -120px;
}

.media .tokens-small .token-1 img {
    width: 50%;
}

.media .events {
    background: #1A244D;
    border-radius: 20px;
}

.media .p-50 {
    padding: 50px;
}

.media h1 {
    font-size: 56px;
    font-family: "Bai Jamjuree";
    font-weight: 500;
    line-height: 57px;
}

.media .items {
    top: 17px;
}

.header .menu-mask {
    position: absolute;
    top: 0;
    width: 100%;
}

.media .header .menu {
    position: absolute;
    top: 0;
    left: 450px;
}

.media .header .menu UL {
    list-style-type: none;
    padding-top: 28px;
}

.media .header .menu UL LI {
    float: left;
    padding-right: 47px
}

.media .header .menu UL LI A {
    font-size: 14px;
    font-family: Montserrat;
    letter-spacing: 0;
}

.media .header .menu UL LI.active A, .media .header .menu UL LI A:HOVER {
    color: #C6A73F;
}

.media .header .menu UL LI.logout {
    padding-right: 0;
    margin-right: 0;
}

.media .header .menu UL LI.logout BUTTON {
    background-color: #2e2e2e;
    border: 1px solid #ffffff;
    padding: 6px 30px 6px 30px;
    border-radius: 6px;
}

.media .logo {
    left: 129px !important;
    margin-left: 0 !important;
    padding: 29px !important;
    padding-top: 18px !important;
    padding-bottom: 20px !important;
}

.input-password {
    position: relative
}

.input-icon-password {
    margin-top: -46px;
    text-align: right;
    margin-right: 10px;
    cursor: pointer;
}

.bi.bi-eye-slash {
    border-radius: 50%;
    padding: 4px;
    padding-top: 1px;
}

.bi.bi-eye-slash.bi-eye {
    background: #8085c1;
}

textarea:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus {
    background-color: #656565 !important;
    border: 1px solid #D9D9D9 !important;
    outline: none;

}

textarea, input[type="password"], input[type="email"], input[type="text"], input[type="date"], input[type="datetime-local"], .custom-select {
    background-color: #D9D9D9 !important;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    padding: 12px;
    margin-bottom: 10px;
    max-height: 150px;
    font-size: 14px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

h5 {
    color: #fff;
    font-size: 24px;
    font-family: "Bai Jamjuree";
}

.orange strong {
    font-weight: 600;
    padding-right: 30px;
}

.orange {
    font-size: 18px;
    color: #C6A73F;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.container.box .small {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}

.container.box {
    max-width: 423px;
    width: 100%;
    padding-top: 30px;
    text-align: center;

    background: #2a3568;
    box-shadow: inset 0px 1px 0px #E2F9FC98;
    border: 1px solid #8187C9;
    border-radius: 14px;
    opacity: 1;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    font-size: 16px;
    opacity: 0.9;
    overflow: hidden;
}

.plr-56 {
    padding-left: 40px;
    padding-right: 40px;
}

.register h3 {
    font: normal normal normal 26px/32px Bai Jamjuree;
    letter-spacing: 0px;
    color: #D1B036;
    text-transform: uppercase;
}

.container.register {
    box-shadow: 10px 50px 35px #000
}

.header .flags .text {
    text-align: center;
    font-size: 42px;
    line-height: 42px;
}

.header .flags .text strong {
    font-weight: 600;
    font-family: Montserrat;
}

.header .flags {
    position: absolute;
    top: 51px;
    left: 162px;
}

.header .inner-flags {
    position: relative;
}

.items {
    position: absolute;
    top: 30px;
    left: 25px;
    user-select: none;
}

.items .item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 97px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    z-index: -1;
    opacity: 0;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item.active {
    opacity: 1;
    z-index: 99;
    box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
    width: 162px;
    height: 97px;
}

.item.prev {
    z-index: 2;
    opacity: 0.75;
    transform: translate(-130px, 15px);
    height: 67px;
}

.item.next {
    z-index: 2;
    opacity: 0.75;
    transform: translate(180px, 15px);
    height: 67px;
}

.inner-flags .flag img {
    height: 98px;
}

.inner-flags .flag.transparent img {
    height: 67px;
    opacity: 0.8;
}

.header-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
}

.header-icons .icon {
    mix-blend-mode: luminosity;
    margin: 12px;
}

.circle {
    position: absolute;
    width: 370px;
    height: 410px;
    filter: url(#wavy) blur(1px);
    top: 50px;
    left: 200px;
}

.circle:before {
    content: "";
    position: absolute;
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
    border: 20px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 50px #0F0,
    inset 0 0 50px #0F0;
    -webkit-box-reflect: below 2px linear-gradient(transparent, transparent, #0002);
    animation: animate 5s linear infinite;
}

.circle:after {
    content: "";
    position: absolute;
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
    border: 20px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 50px #FFF,
    inset 0 0 50px #FFF;

}

.circle:nth-child(2):before {
    animation-delay: -2.5s;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 50px #0F0,
        inset 0 0 20px #0F0;
        filter: hue-rotate(250deg);
    }
    20% {
        box-shadow: 0 0 40px #0F0,
        inset 0 0 30px #0F0;
    }
    40% {
        box-shadow: 0 0 40px #0F0,
        inset 0 0 40px #0F0;
    }
    60% {
        box-shadow: 0 0 80px #0F0,
        inset 0 0 40px #0F0;
    }
    80% {
        box-shadow: 0 0 100px #0F0,
        inset 0 0 50px #0F0;
    }
    100% {
        box-shadow: 0 0 50px #0F0,
        inset 0 0 20px #0F0;
        filter: hue-rotate(250deg);
    }
}

svg {
    width: 0;
    height: 0;
}

A {
    color: #fff;
    text-decoration: none;
}

BODY {
    background-color: #0d0d0d;
    color: #fff;
    font-family: Montserrat, SansSerif, "Times New Roman";
    font-size: 1rem;
}
.navbar {

    padding: 1% 11% 1% 12%;
    background-image: url('../images/navbar-background.png');
}

#navbarNav{
    justify-content: end;
}
.navbar-brand img {
    height: 45px;
}

.navbar-nav {
    display: flex;
    gap: 10px; /* Space between links */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Border */
    border-radius: 50px; /* Rounded pill shape */
    padding: 6px 10px 6px 80px;
}

.nav-item .nav-link {
    color: #FEFEFE;
    padding: 4px 30px;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.nav-item .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Hover effect */
}

.nav-item .nav-link.active {
    background-color: #fff; /* White background for active link */
    color: #000; /* Black text for active link */
}

.animated #waves {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    min-height: 500px
}

.animated canvas {
    position: absolute;
    top: 60px;
    left: -400px;
    z-index: -1;
    height: 460px !important;
    width: 2300px !important;
}

.animated .wormhole img {
    max-width: 550px
}

.animated .wormhole {
    position: absolute;
    top: 10px;
    left: 60px;
    animation: slide-left 2s forwards;
    transform: translateX(5%);
}

.animated .plus img {
    max-width: 20px
}

.animated .plus {
    position: absolute;
    top: 340px;
    left: 600px;
}

.animated .real img {
    max-width: 280px
}

.animated .real {
    position: absolute;
    top: 315px;
    left: 630px;
}

.animated .assets img {
    max-width: 250px;
}

.animated .assets {
    position: absolute;
    top: 350px;
    left: 620px;
}

.animated .defragmented img {
    max-width: 250px;
}

.animated .defragmented {
    position: absolute;
    top: 190px;
    left: 500px;
    animation: slide-right 2s forwards;
    transform: translateX(55%);
}

.animated .text-real {
    color: #ADF5FF;
    font-size: 16px;
    position: absolute;
    right: 250px;
    top: 310px;
    text-shadow: 2px 2px black;
}

.animated .text-bankable {
    color: #ADF5FF;
    font-size: 16px;
    position: absolute;
    right: 290px;
    top: 340px;
    text-shadow: 2px 2px black;
}

.animated .text-world {
    color: #ADF5FF;
    font-size: 16px;
    position: absolute;
    right: 360px;
    top: 370px;
    text-shadow: 2px 2px black;
}

.animated .face img {
    max-width: 370px;
}

.animated .face {
    position: absolute;
    top: 0;
    right: 100px;
    animation: slide-right 2s forwards;
    transform: translateX(-5%);
}

.animated .gradient {
    min-height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.register .content {
    background-image: url('../images/registration-page-background.png');
    background-repeat: no-repeat;
    background-position: left 0px;
}

.register .second-background {
    background-image: url('../images/registration-ellipse-background.png');
    background-repeat: no-repeat;
    background-position: center -80px;
}

.register .third-background {
    background-image: url('../images/registration-circle-background.png');
    background-repeat: no-repeat;
    background-position: center 80px;
    padding-bottom: 163px;
}

.register .main-content {
    min-height: 620px;
    margin-top: 50px;

}

.login .content {
    background-image: url('../images/registration-page-background.png');
    background-repeat: no-repeat;
    background-position: left 0px;
}

.login .second-background {
    background-image: url('../images/registration-ellipse-background.png');
    background-repeat: no-repeat;
    background-position: center -80px;
}

.login .third-background {
    background-image: url('../images/registration-circle-background.png');
    background-repeat: no-repeat;
    background-position: center 80px;
    padding-bottom: 163px;
}

.login .main-content {
    margin-top: 80px;

}


.home  {
    background-image: url('../images/home-background-new.png');
    background-repeat: no-repeat;
    background-size: auto;
}

.home .content .info-box{
    width: 415px;
    height: 190px;
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Border */
    border-radius: 50px; /* Rounded pill shape */
    align-items: center;
}

.home .welcome h1{
    font-size: 6rem;
    font-family: Montserrat, SansSerif, "Times New Roman";
}

.home .welcome h2{
    font-size: 42px !important;
    font-family: Montserrat, SansSerif, "Times New Roman";
    font-weight: lighter !important;
}

.home .about-us{
    background-image: url("../images/about_us.png");
}

.home .about-us .about-us-text{
    text-align: center;
    font-family: Montserrat, SansSerif, "Times New Roman";
    margin-top: 4rem;
    padding-top: 50px;
    margin-bottom: 120px;
}

.home .about-us .about-us-text h1{
    font-size: 4rem;
    font-weight: 200;
    padding-top: 4rem;
}
.home .about-us .about-us-text h2{
    font-size: 4rem;
    font-weight: 600;
    padding-bottom: 6rem;
}

.home .about-us .about-us-text span{
    font-size: 3rem;
    font-weight: normal;
    line-height: 3rem;
}

.home .about-us .about-us-text .logo{

}

.home .about-node{
    text-align: center;
    max-width: 1141px;
    margin-top: 4rem;
}

.home .about-node h1{
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

.home .about-node span{
    font-size: 1.85rem;
    font-weight: lighter;
}

.home .miracle-debit{
    padding-left: 8%;
}

.home .virtual-pos{
    padding-right: 2%;
    margin-top: 5rem;
}

.virtual-pos h1{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.home .miracle-debit h1, .phoenic-hera h1{
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.home .miracle-debit span, .virtual-pos span{
    font-size: 1.6rem;
    font-weight: lighter;
}

.home .phoenic-hera h2{
    font-size: 3rem;
    font-weight: 300;
    padding-top: 2.5rem;
}
.home .phoenic-hera span{
    font-size: 2rem;
    font-weight: lighter;
}
.animated .header {
    position: relative;
    background-color: #0d0d0d;
}

.animated .header .logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -160px;
    background-color: #0d0d0d;
    padding: 50px;
    padding-top: 8px;
    padding-bottom: 28px;
    border-radius: 0 0 36px 36px;
    animation: slide-from-top 2s forwards;
    transform: translateY(-100px);
}

.footer {
    background-image: url("../images/footer_background.png");
    padding-left: 12%;
    padding-top: 3rem;
    padding-right: 12%;
    width: 100%;
}

.footer h1{
    font-size: 5rem;
    font-family: Urbanist;
}

.footer .button{
    width: 360px;
    font-weight: 300;
    align-items: center;
}

.footer img{
    max-width: 200px;
}

.footer span{
    font-size: 1.4rem;
    font-weight: lighter;
}

.footer .navbar-nav{
    display: flex;
    flex-direction: row;
    gap: 12px;
    border-radius: 50px;
    border: none !important;
}

.footer .navbar-nav .nav-link{
    width: 150px;
}

.footer h5{
    font-size: 1rem;
    font-weight: lighter;
    font-family: Urbanist;
}

.footer h3{
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    font-family: Urbanist !important;
    padding-bottom: 1.5rem;

}
.footer .footer-bottom span{
    font-size: 1.1rem;
}

.footer .footer-bottom img{
    margin-right:1.5em;
}
.m-width-1173 {
    max-width: 1173px !important;
}

.m-width-800 {
    max-width: 800px !important;
}

.main-container {
}

.hideme {
    opacity: 0;
}

.home .offset-nft {
    padding-left: 75px;
    border-image: linear-gradient(#010F42, #010F42, #EBB53B, #EBB53B, #010F42, #010F42) 30;
    border-width: 2px;
    border-style: solid;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.home .offset-nft .submit-container, .home .offset-nft h2 {
    animation: slide-left 2s forwards;
    transform: translateX(5%);
}

.home .bankable-nft, .home .home-list {
    animation: slide-right 2s forwards;
    transform: translateX(-25%);
}

.media .slide-right {
    animation: slide-right 2s forwards;
    transform: translateX(-25%);
}

.media .slide-top {
    animation: slide-from-top 2s forwards;
    transform: translateY(-40%);
}

.media .slide-left {
    animation: slide-left 2s forwards;
    transform: translateX(25%);
}

.register-header{
    max-height: 20rem;
}

.overview {
    background-image: url('../images/overview-background.png');
    background-repeat: no-repeat;
    background-position: center bottom -140px;
}

@keyframes slide-right {
    to {
        transform: translateX(0);
    }
}

@keyframes slide-left {
    to {
        transform: translateX(0);
    }
}

@keyframes slide-from-top {
    to {
        transform: translateY(0);
    }
}

@keyframes slide-top {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-480px);
    }
}

.home .nft-assets-padding {
    margin-top: 45px;
    border-radius: 16px;
    border: 2px solid transparent;
    width: 100%;
}

.home .nft-assets-row .image-container {
    float: left;
    background-image: url('../images/down-yellow-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 186px;
    height: 270px;
    text-align: center;
    margin: 50px;
    margin-top: -30px;

}

.home .nft-assets-row .image-container img {
    margin-top: -30px;
}

.home .nft-assets-row-border h4 {
    font-size: 20px;
}

.home .nft-assets-row-border h3 {
    padding-top: 40px;
    position: relative;
    margin-bottom: 20px;
}

.home .nft-assets-row-border {

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 10px;
    background: linear-gradient(to right, #0d0d0d, transparent, #f2f2f2);
    border-radius: 16px;
}

.home .nft-assets-row {
    color: #fff;
    background: #0d0d0d 0% 0% no-repeat padding-box;
    border-radius: 16px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.home .nft-assets-row h3 {
    color: #f2f2f2;
    font-size: 28px;
}

.home .nft-assets-row p {
    margin-bottom: 40px;
    font-size: 14px;
    max-width: 1000px;
}

.home .float-right {
    float: right;
}

.home .home-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid white;
    padding-left: 20px;
    margin-bottom: 40px;
    margin-top: 22px;
}

.bai-jamjuree {
    font-family: "Bai Jamjuree";
}

.home h3 {
    font-family: "Bai Jamjuree";
    font-size: 34px;
}

.home .home-list LI {
    line-height: 24px;
}

.home .content h2 {
    font-size: 54px;
    font-weight: 900;
    padding-top: 20px;
}

.home .mtop45minus {
    margin-top: -45px;
}

.submit-container {
    display: block;
    max-width: 244px;
    border: 1px solid #fdfdfd;
    opacity: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 4px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 100px;
}

.buttons-row {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #424e8a;
}

.submit-container .link-button:HOVER, .submit-container A:HOVER {
    background: transparent linear-gradient(270deg, #0d0d0d 0%, #f2f2f2 90%) 0% 0% no-repeat padding-box;
    color: #fdfdfd;
}

.submit-container .link-button, .submit-container A {
    /*background: transparent linear-gradient(263deg, #E08011 0%, #FFC558 100%) 0% 0% no-repeat padding-box;*/
    background-color: #f2f2f2;
    border: 0;
    border-radius: 10px;
    min-width: 232px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #a71b1b;
    width: 100%;
    font-size: 18px;
    padding: 7px;
}

.home .info-boxes .info-box {
    border: 1px solid #7e8293;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 415px;
    width: 100%;
    position: relative;
    background-color: #252323;
    opacity: 0.7;
}

.home .info-boxes .info-box .icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 40px;
}

.home .info-boxes .info-box .title {
    font-family: "Urbanist";
    font-size: 24px;
    line-height: 26px;
    padding-left: 15px;
    color: #fdfdfd;
}

.home .info-boxes .info-box .short {
    color: #f6eeee;
    font-size: 22px;
    font-family: "Urbanist";
    padding-left: 15px;
    padding-top: 10px;
}

.home .flags .scrollable {
    height: 490px;
    display: block;
    overflow: hidden;
    position: relative;
}

.home .flags .scrollable .scrollable-container {
    position: absolute;
    width: 100%;
    top: 0;
    animation: slide-top 24s linear infinite;
    transform: translateY(0%);
}

.home .flags .scrollable .scrollable-container > .flag {
    border: 1px solid #6672b6;
    border-radius: 10px;
    background-image: linear-gradient(to right, #0d0d0d, #0d0d0d);
    margin-bottom: 20px;
    max-width: 350px;
}

.home .flags .flag .title {
    font-family: "Bai Jamjuree";
    font-size: 26px;
    line-height: 32px;
    padding-top: 15px;
    padding-left: 15px;
}

.home .flags .flag .short {
    color: #EBB53B;
    font-size: 15px;
    font-family: "Bai Jamjuree";
    padding-left: 15px;
}

.home .info-boxes .info-box, .home .flags .flag {
    position: relative;
}

.home .info-boxes .arrow, .home .flags .arrow {
    position: absolute;
    right: 10px;
    top: 10px;
}

.home .flags .flag .icon {
    float: right;
    padding-right: 10px;
    padding-top: 15px;
}

.home .stats {

    padding-bottom: 18px;
    padding-left: 5px;
}

.home .container-scrolls {
    min-height: 700px;
}

.home .info-boxes .info-box.licence {
    background-image: url('../images/licence-and-regulated-background.png');
    background-size: cover;
}

.home .info-boxes .info-box.licence .short {
    color: #909EE9;
}

.home .stats strong {
    color: #39bfd8;
}

.home .flags .details .text {
    padding-bottom: 15px;
    padding-top: 15px
}

.home .flags .details {
    font-size: 16px;
}

.home .flags .flag .flag img {
    max-width: 88px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

@media (max-width: 1200px) {

    .home .welcome h1 {
        font-size: 3.7rem;
    }

    .home .about-us .about-us-text h2 {
        font-size: 2.6rem;
    }

    .home .about-us .about-us-text span {
        font-size: 2.4rem;
    }

    .footer h1{
        font-size: 2rem!important;
    }

    .button, input.button, a.button {
        font-size: 1.2rem;
    }

    body > div:nth-child(1) > div.container.animated.gx-0.media.overview > div.content.container > div.row.m-width-1173.m-auto.gx-0.pt-4 > div.col-md-6.p-4.rounded.border.shadow > ol {
        padding-left: 0.3rem;
    }

    #footer > div.row.contact-us > div.col-6.d-flex.justify-content-center.align-items-end.pb-3{
        display: none!important;
    }

    .media .tokens-small .token-3 {
        display: none;
    }

    .submit-container .link-button, .submit-container A {
        min-width: 0;
    }

    .cookie-policy {
        margin-left: 0px;
        margin-top: 30px;
    }

    body .logo-fluid {
        max-width: 100% !important;
    }

    .about-us-left-token {
        display: none
    }

    .mail-box {
        padding-top: 16px !important;
        min-height: 203px;
    }

    .f-28 {
        font-size: 14px !important;
    }


    .border-dotted-right {
        margin-bottom: 30px
    }

    .border-dotted-right:after {
        content: '' !important;
        display: none !important;
    }

    .magenta-box .token1, .magenta-box .token2 {
        display: none;
    }

    .inner-menu {
        margin-top: 140px !important;
    }

    .inner-menu UL LI {
        width: 50%;
        float: left;
    }

    .member-overview UL {
        display: block;
    }

    .member-overview UL LI {
        margin-bottom: 20px;
        text-align: center;
        padding-right: 10px;
        border-left: 0;
        font-size: 21px;
    }

    .member-overview {
        text-align: center
    }

    .send-next-code input, .member-overview A {
        margin: 0 auto;
        margin-top: 20px
    }

    .send-next-code {
        text-align: center
    }

    .connected-account {
        background: linear-gradient(180deg, #2422AC 0%, #3651BF 100%) 0% 0% no-repeat padding-box;
    }

    .nft-assets {
        padding-left: 10px;
        text-align: center
    }

    .nft-assets A {
        margin: 0 auto
    }

    .get-a-loan {
        background: linear-gradient(180deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    }

    .nft-assets img {
        display: none
    }

    .media.overview h3 {
        text-align: left;
    }

    .training, .ranking, .nft-assets, .balance {
        /*margin-top: 25px;*/
        margin-left: 0px;
    }

    .inner-menu UL {
        display: block;
    }

    .animated .face, .animated .defragmented {
        display: none;
    }

    .wrap {
        position: absolute;
        left: 50%;
        top: 80%;
        width: 0;
        height: 0;
        scale: 50%;
    }

    .qr-code {
        display: none;
    }

    .animated .wormhole {
        display: none;
    }

    .animated .plus {
        position: absolute;
        top: 87px;
        left: 21px;
        scale: 30%;
    }

    .animated .real {
        position: absolute;
        top: 82px;
        left: -58px;
        scale: 30%;
    }

    .animated .assets {
        position: absolute;
        top: 93px;
        left: -27px;
        scale: 50%;
    }

    .animated .text-real {
        color: #ADF5FF;
        font-size: 12px;
        position: absolute;
        left: 27px;
        top: 138px;
        text-shadow: 2px 2px black;
        white-space: nowrap;
    }

    .animated .text-bankable {
        color: #ADF5FF;
        font-size: 12px;
        position: absolute;
        left: 34px;
        top: 158px;
        text-shadow: 2px 2px black;
        white-space: nowrap;
    }

    .animated .text-world {
        color: #ADF5FF;
        font-size: 12px;
        position: absolute;
        left: 42px;
        top: 178px;
        text-shadow: 2px 2px black;
        white-space: nowrap;
    }

    .animated canvas {
        display: none;
    }

    .animated #waves {
        min-height: auto !important;
    }

    .home .offset-nft {
        padding-left: 10px;
        border-image: none !important;
        border: 0;
    }

    .submit-container {
        margin: 20px auto !important;
        float: none !important;
    }

    .home .nft-assets-row-border h4 {
        font-size: 20px;
        text-align: center;
    }

    .home .nft-assets-row h3 {
        color: #EBB53B;
        font-size: 28px;
        text-align: center;
    }

    .home .content h2 {
        font-size: 34px;
        text-align: center;
    }

    .home .nft-assets-row .image-container {
        margin-left: 72px;
    }

    .home .home-list {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .back-image {
        width: 250%;
        max-width: fit-content;
        margin-left: -290px;
    }

    .separator-line {
        margin: 20px auto;
    }

    .home .nft-assets-row {
        margin: 0;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .media .logo {
        left: 71px !important;
    }

    .media .header .menu {
        position: absolute;
        top: 55px;
        left: -1px;
        line-height: 25px;
        text-shadow: 1px 1px 2px black;
    }

    .blured-box {
        margin-top: 0 !important;
    }

    .media .background img {
        margin-top: 60px;
    }

    .blured-box .pt-5 {
        padding-top: 0px !important;
    }

    .menu-mask img {
        min-height: 200px;
    }

    .media .header .menu UL LI {
        float: left;
        padding-right: 56px;
        width: 50%;
        text-align: center;
    }

    .media .header .menu UL LI.logout A {
        background-color: inherit;
        border: inherit;
        padding: inherit;
        border-radius: inherit;
        padding: 0;
    }

    .media .header .menu UL {
        list-style-type: none;
        padding-top: 38px;
    }

    .media .header .menu UL LI.logout {
        padding-right: 56px;
        margin-right: 0;
        text-align: center;
    }

    .media h1 {
        font-size: 46px;
        font-family: "Bai Jamjuree";
        font-weight: 500;
        line-height: 57px;
        text-align: center;
    }

    .media h3 {
        font-size: 26px;
        font-family: "Bai Jamjuree";
        text-align: center;
    }

    .blured-box p {
        text-align: center;
    }

    .media .statuses {
        flex-direction: column;
        font-size: 0.8rem;
    }

    .media .statuses .status {
        position: relative;
        min-width: 220px;
        text-align: center;
        margin-bottom: 30px;
    }

    .media .statuses .status:after {
        display: none;
    }

    .mx-4 {
        margin: 0 !important;
    }

    .media .f-14 {
        font-size: 14px;
        text-align: center;
    }

    .media .tokens-small {
        position: relative;
        margin-top: 70px;
    }

    .media .tokens-small .token-2 {
        position: absolute;
        bottom: -130px;
        right: -120px;
        scale: 50%;
    }

    .media .tokens-small .token-1 {
        position: absolute;
        top: -90px;
        left: -50px;
        scale: 50%;
    }

    .event .col-md-4 {
        margin-bottom: 15px;
        text-align: center;
    }

    .mt-200 {
        margin-top: 0;
    }

    .register .second-background {
        background-image: none;
    }
}

.bg-indigo-container {
    background-color: #000000;
    margin-bottom: 10px;
    border-radius: 40px
}

.hoverbox {
    box-shadow: 0 1px 2px rgba(81, 9, 148, 0.322);
    transition: box-shadow 0.3s ease-in-out;
}

.hoverbox:hover {
    box-shadow: 0 5px 15px rgba(81, 9, 148, 0.8);
    border: 1px solid rgba(81, 9, 148);
}

.text-hover:hover {
    color: darkblue;
}

.contact-image {
    width: 75%;
}

@media screen and (max-width: 767px) {
    .footer.container {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .training, .ranking, .nft-assets, .balance {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .media .logo {
        left: 10px !important;
    }

    .media .header .menu {
        left: 300px;
    }

    .media .header .menu UL LI {
        padding-right: 43px;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-background img {
        display: block;
        height: 350px;
        object-fit: cover;
        margin: -60px 0 0 -2%;
    }

    .mobile-background:before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .home .flags .scrollable .scrollable-container > .flag {
        max-width: none;
    }

    .home .info-boxes .info-box {
        max-width: none;
    }

    .home .world-button {
        margin-left: 0 !important;
    }
}

.home .submit-container {
    margin-right: 80px;
}
