[data-theme="high-contrast"] .form-control {
    border-color: var(--white-color);
    color: var(--white-color);
}

[data-theme="high-contrast"] .list-group-flush .text-light {
    color: var(--dark-color) !important;
}

body a {
    color: var(--color-500);
}

body .form-floating .form-control,
body .form-floating .form-select {
    font-size: unset;
    height: unset;
    line-height: unset;
}

body .navbar-toggler-icon {
    height: auto;
}

.navbar .nav-link {
    color: var(--color-500);
    font-size: 16px;
}

@media only screen and (max-width: 1199px) {
    .navbar .navbar-collapse {
        background-color: var(--card-color);
        margin-top: 5px;
        padding: 15px;
        border-radius: 5px;
    }
}

.navbar .navbar-toggler-icon i {
    color: var(--text-color);
}

.play-btn {
    position: relative;
    overflow: hidden;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    background-color: var(--secondary-color);
}

.play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--white-color);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    top: -15%;
    left: -15%;
}

.play-btn:hover:after {
    border-left: 15px solid var(--primary-color);
    transform: scale(20);
}

.play-btn:hover:before {
    content: "";
    position: absolute;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--white-color);
    -webkit-animation: none;
    animation: none;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-radius: 0;
    z-index: 200;
}

.page-setting {
    position: fixed;
    right: 0px;
    top: 150px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--border-color);
    text-align: center;
    z-index: 999;
}

.letter-spacing {
    letter-spacing: 2.5px;
}

.support img {
    height: 40px;
}

.top-date {
    color: var(--card-color);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em 1em;
    opacity: 0.7;
}

.top-date .one span {
    font-weight: bold;
    font-size: 40px;
}

@media (max-width: 600px) {
    .top-date .one span {
        font-size: 35px;
    }
}

.top-date .two span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

@media (max-width: 600px) {
    .top-date .two span {
        font-size: 13px;
        line-height: 13px;
    }
}

.section {
    padding: 80px 0px;
}

.section.market-update .price-chart {
    border: 1px solid var(--color-500);
}

.section.footer .footer-bottom {
    border-top: 1px solid var(--color-400);
}

@media only screen and (max-width: 1024px) {
    .section {
        padding: 40px 0px;
    }
}

.trend {
    border-color: var(--border-color);
    background-color: #1e1f20;
    border: 1px solid;
}

.landing-info-one ul li i {
    color: var(--primary-color);
    font-size: 22px;
    margin-right: 8px;
}

.landing-info-one ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
}

.landing-info-one p {
    margin: 15px 0 30px;
}

.landing-feature {
    border-top: 1px solid #2a2e39;
    text-align: center;
    padding: 100px 0;
}

.landing-feature-item {
    border: 1px solid #2a2e39;
    box-shadow: #00000033 0 2px 14px -6px;
    padding: 40px 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 991px) {
    .landing-feature-item {
        margin-bottom: 30px;
    }
}

[data-theme="dark"] .landing-feature-item img {
    filter: invert(1);
}

.landing-feature h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}

.landing-feature-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.landing-feature-item h3 {
    font-size: 20px;
}

.landing-number {
    background: var(--primary-color);
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

.landing-number p {
    color: #ffffffb0;
    font-size: 16px;
    margin: 0;
}

.landing-number h2 {
    font-size: 60px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .landing-number h2 {
        font-size: 40px;
    }
}

.landing-start .landing-feature-item span {
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 120px;
    opacity: 0.07;
    line-height: 0.3;
    text-align: center;
}

.landing-feature.landing-start {
    border: none;
}

.landing-sub {
    background: var(--border-color);
    padding: 100px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.landing-sub-content h2 {
    color: #fff;
    font-size: 36px;
}

.landing-sub:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0000003d;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-screen {
    color: var(--primary-color);
    font-size: calc(1.9rem + 1.5vw);
}

.main-sreen-text {
    color: var(--color-000);
}

.main-text-block {
    margin-top: 2rem;
}

.landing-info-one .flex-row {
    margin-left: 40px;
}

@media (max-width: 768px) {
    .crypto-build-img {
        order: 1;
        margin-bottom: 4rem;
    }

    .crypto-build-text {
        order: 2;
    }

    .top_dark {
        height: 400px;
    }
}

.crypto-build-img {
    position: relative;
    bottom: 2rem;
}

.features .features-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 75px;
}

.features .features-grid .box {
    flex: 33.3% 1;
}

.features .features-grid .box .description {
    margin-bottom: 1rem;
}

.features .features-grid .box img {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

@media screen and (max-width: 900px) {
    .features .features-grid {
        flex-wrap: wrap;
    }

    .features .features-grid .box {
        flex: 100% 1;
    }
}

@media screen and (min-width: 900px) {
    section.features .grid .box .description {
        width: 100%;
    }
}

.link_row a .right_arrow {
    display: inline-flex;
    height: 0.8em;
    margin-right: 10px;
    width: 0.8em;
}

.app_links {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}

.app_links img {
    height: 50px;
    filter: invert(1);
}

.app_links a {
    margin-right: 1rem;
}

.app_links img.app_link_img:hover {
    outline: 1px solid var(--color-000);
    outline-offset: -1px;
}

[data-theme="light"] .app_link_img {
    filter: invert(1);
}

.top_dark {
    background: url("../img/landing/main_top_light.png") center no-repeat;
    background-size: contain;
    z-index: 0;
}

[data-theme="dark"] .top_dark {
    background: url("../img/landing/main_top_dark.png") center no-repeat;
    background-size: contain;
    z-index: 0;
}

[data-theme="dark"] .app_links img {
    height: 50px;
    filter: none;
}

@media screen and (min-width: 767px) {
    .responsive-flex {
        flex-direction: column !important;
    }

    .responsive-row {
        margin-left: 0 !important;
        margin-top: 24px;
    }

    .responsive-icon {
        width: 64px !important;
        height: 64px !important;
    }
}

@media screen and (min-width: 1023px) {
    .responsive-flex {
        flex-direction: row !important;
    }

    .responsive-row {
        margin-left: 40px !important;
        margin-top: 0;
    }
}

.arrow-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.help-arrow {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: flex;
    color: #2a62ff;
    align-items: center;
    margin-top: 16px;
}

.help-arrow-svg {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    color: currentColor;
    font-size: 24px;
    fill: currentColor;
    margin-left: 4px;
    width: 1em;
    height: 1em;
}

@media (min-width: 1200px) {
    .dropdown-menu.hover.show {
        width: 330px;
        padding: 10px 15px;
    }

    .dropdown-item {
        padding: 15px;
        border-radius: 5px;
    }

    .menu-arrow {
        box-sizing: border-box;
        margin: 0;
        min-width: 0;
        width: 22px;
        height: 22px;
        font-size: 22px;
        opacity: 0;
        position: relative;
        left: -5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .dropdown-item:hover .arrow-r {
        left: 0;
        opacity: 1;
        fill: #848e9c;
        left: 0;
        opacity: 1;
        fill: #848e9c;
    }
}

@media (max-width: 1200px) {
    .arrow-r {
        display: none;
    }

    .dropdown-item .small {
        display: none;
    }

    .dropdown-item h6 {
        font-size: 15px;
        font-weight: 400;
        margin: 0;
    }
}

.t-500 {
    font-weight: 500;
}
