.body-wrapper {
    overflow: hidden !important;
    height: auto;
    background-color:rgb(33, 37, 41) !important;
}
.method {
    border: 1px solid #ccc;
    padding: 16px;
    margin-bottom: 16px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.method h2{
    color:#fff;
}
h1{
    color:#fff !important;
}
.method img {
  max-width: 100px;
  height: auto;
}
.button-22 {
    align-items: center;
    appearance: button;
    background-color: #0276FF;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-family: "RM Neue", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 10px 25px;
    text-align: center;
    text-transform: none;
    transition: color .13s ease-in-out, background .13s ease-in-out, opacity .13s ease-in-out, box-shadow .13s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-22:active {
    background-color: #006AE8;
}

.button-22:hover {
    background-color: #1C84FF;
}

.buy-sell {
    display: flex;
    max-width: 100vw;
    justify-content: center;
    margin-top: 4rem;
}

.center {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.sell_but {
    background: #FF4742;
}

.cancel_button {
    background-color: #dc3545;
    color: #fff;
}

.trade_button,
.cancel_button {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.modal {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 20px!important;
    text-align: center;
    left: 0;
    top: 20%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.amount {
    margin-bottom: 1rem;
}

.amount-input {
    margin-bottom: 1.5rem;
}

.category_item {
    height: 150px;
    width: 150px;
    margin: 1.5rem;
}

.category_sec {
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    grid-row-gap: 2rem;
    width: 100%;
}

.m-s {
    background-color: #33b249;
    margin-bottom: .5rem;
}

.category {
    margin-top: 2rem;
}

.cat_item_name {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    font-size: 13px;
    font-weight: 800;
}

@media only screen and (max-width:550px) {
    .cate_img {
        height: 160px !important;
        width: 160px !important;
    }
    .category_sec {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: center;
        grid-row-gap: 4rem;
        width: 100%;
    }
    .cat_item_name {
        font-size: 15px;
    }
}

@media only screen and (max-width:636px) {
    .category_item {
        height: 120px;
        width: 120px;
        background-color: rgb(0 0 0 / 50%);
    }
    .category_sec {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        grid-row-gap: 3rem;
        padding-top: 2rem;
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .category_sec {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        grid-row-gap: 1.5rem;
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .category_sec {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-items: center;
        grid-row-gap: 1.5rem;
        width: 100%;
    }
    .category {
        margin-top: 0;
    }
}

.main_img {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.cat_name {
    text-align: center;
}

.cat_img {
    border: 2px solid #fff;
    border-radius: .8rem;
}

.sale {
    position: relative;
    top: 0;
    transform: translateY( -50%);
}

.history-view {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.main_container {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background-color: #0049;
    height: auto;
}

.content {
    margin-top: 150px;
}

.button {
    margin-top: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.home_content {
    justify-content: center
}

.trust {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.trust_content {
    width: 80%;
    border: none;
    padding: 4rem;
    border-radius: 1rem;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.trust_content .trust_icon img {
    border-radius: 1rem;
}

.trust_content h2 {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    background-color: rgba(0, 0, 50, 0.5);
    position: fixed;
    z-index: 10;
    padding: 0 20px;
}

.logo_index img {
    width: 250px !important;
    padding: 30px;
}

.nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading {
    text-align: center;
}

.nav_item {
    padding: 10px 20px;
    color: #fff !important;
}

.nav_item a {
    color: #fff;
    background-color: #fff;
    color: #000;
    border-radius: 0.5rem;
    font-weight: bold;
    padding: 10px;
    display: block;
}

.nav_item a:hover {
    background-color: bisque;
    color: #000;
}

.menu_icon {
    display: none;
}

.glow-on-hover a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.glow-on-hover {
    width: 200px;
    height: 50px;
    border: none;
    outline: none;
    color: #000;
    font-weight: bold;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    margin-left: 2rem;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ddd;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.features {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
}

.feature_section {
    border-top: 2px solid #fff;
    display: flex;
    padding-top: 3rem;
    justify-content: center;
    max-width: 80%;
}

.feature_item {
    margin-left: 4rem;
}

.feature_item {
    display: flex;
    align-items: center;
}

.icon-text {
    display: flex;
    align-items: center;
}

.icon-text svg {
    margin-right: 8px;
    width: 30px;
    height: 30px;
    font-weight: bold;
}

.icon-text p {
    margin: 0;
}

.feature_item p {
    display: inline-block;
    font-size: 1.2rem;
    padding: .5rem;
}

.st {
    margin: 0 !important;
}

.beni_content {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 0px;
}

.beni {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    margin-top: 5rem;
}

.beni h2 {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 2rem;
}

.beni_text h3 {
    color: #fff;
}

.beni_item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 15px 7px;
}

.beni_icon {
    margin-right: 1rem;
}

.beni_item {
    background-color: #ff7300;
    width: 100% !important;
    border-radius: .8rem;
    transition: 0.5s ease;
    cursor: pointer;
}

.beni_item:hover {
    background-color: #fff;
    color: #ff7300 !important;
}

.beni_item:hover .beni_text h3 {
    color: #ff7300 !important;
}

.beni_icon svg {
    width: 50px !important;
    height: auto !important;
}

.money_way_content {
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #00aaff;
    border-radius: 1rem;
}

.money_inside_content {
    display: flex;
}

.money_way {
    text-align: center;
    margin-top: 4rem;
    background-color: indigo;
    padding: 2rem;
}

.money_inside_text {
    display: flex;
}

.money_text {
    width: 90%;
    margin-top: 2rem;
    font-size: 1.5rem;
}

.money_inside_text p {
    margin-left: 1rem;
}

.money_way_title {
    display: flex;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}

.money_way_icon {
    width: 200px;
    height: auto;
    background-color: #00aaff;
    border-radius: 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.money_way h2 {
    color: #fff;
}

.start_trading {
    margin-top: 4rem;
    align-items: center;
    display: grid;
    justify-items: center;
    padding-bottom: 2rem;
}

.start_trading_item_container {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
}

.start_trading_content {
    display: flex;
    justify-content: center;
}

.c {
    width: 80px;
    height: 80px;
    background-color: #FFC107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.start_trading_item {
    text-align: center;
    padding: 2rem;
}

.start_trading_item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}

.slider {
    background-color: #ffff;
    padding: 3rem 2rem;
}

.slide img {
    width: 100px;
    height: 100px;
    animation: scroll 60s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-1000%)
    }
}

@media (max-width: 899px) {
    .nav_list {
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: rgba(0, 0, 50, 0.9);
        padding: 20px;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }
    .trust_content {
        flex-direction: column-reverse;
        padding: 2rem !important;
    }
    .money_text {
        font-size: 1rem;
    }
    .trust_text {
        padding: 2rem !important;
        font-size: 15px;
    }
    .money_inside_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .money_way_title {
        justify-content: center;
    }
    .trust_icon img {
        width: 200px !important;
        height: auto !important;
        border-radius: 1rem !important;
    }
    .feature_item {
        margin-left: 0rem !important;
    }
    .feature_section {
        border-top: 2px solid #fff;
        display: flex;
        padding-top: 3rem;
        justify-content: center;
        max-width: 80%;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }
    .nav_list.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        padding: 20px;
        transition: transform ease-in-out 0.3s;
        display: block;
        padding: 20px;
    }
    .nav_item {
        opacity: 1;
        transition: transform ease-in-out 0.3s;
        margin-top: 15px;
    }
    .nav_item a {
        width: 100%;
        text-align: center;
    }
    .menu_icon {
        display: block;
        font-size: 24px;
        color: #fff;
    }
    .side_nav_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }
    .logo_index img {
        width: 200px !important;
        padding: 15px;
    }
    .beni_content {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 0px;
    }
    .beni_item {
        margin-bottom: 1rem;
    }
}
.com_title {
    text-align: center;
    padding: 2rem;
}

.user-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.user-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    max-width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.user-card:hover {
    transform: scale(1.05);
}

.user-card h3 {
    margin-bottom: 1rem;
    color: #007bff;
    text-align: center;
}

.user-card p {
    margin: 0.5rem 0;
    color: #333;
}

@media (max-width: 768px) {
    .user-card {
        max-width: 100%;
        flex-basis: 100%;
    }
}
.com_title {
    text-align: center;
    padding: 2rem;
}

.navigation-buttons {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.navigation-buttons button {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.sidebar-link{
    color:#fff;
}
.nav-small-cap{
    color:#fff;
}
.navigation-buttons button:hover {
    background-color: #0056b3;
}

.navigation-buttons button.active {
    background-color: #0056b3;
}

@media (max-width:630px) {
    .button {
        flex-direction: column-reverse;
        align-items: center;
    }
    .reg {
        margin-top: 2rem;
    }
    .trust_text {
        padding: 0 !important;
        padding-top: 2rem !important;
    }
    .trust_content h2 {
        font-size: 1.5rem;
    }
    .trust_content {
        text-align: center;
    }
    .trust_content h4 {
        font-size: 1rem;
    }
    .trust_icon img {
        width: 200px !important;
        height: auto !important;
    }
    .start_trading_item_container {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 0px;
    }
    .start_trading_item {
        padding: 0!important;
    }
}

@media(max-width:550px) {
    .beni_content {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-row-gap: 0px;
    }
}

@media (max-width: 324px) {
    .reg {
        margin-top: 2rem;
    }
    .button {
        flex-direction: column-reverse;
        align-items: center;
    }
}