* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}







.hero {
    padding: 100px 0;
    background: radial-gradient(circle, rgba(0, 255, 0, 0.2), transparent);
}

.hero h1 {
    font-size: 4rem;
    font-weight: bold;
}

.hero .btn {
    background-color: #6200ea;
    color: white;
    padding: 10px 20px;
    font-size: 1.2rem;
}
















.nav_top2 {
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-around;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

}

.t_nav_data p {
    font-size: 12px;
}

.count_data {
    font-size: 15px;
    margin: auto 10px;
    color: #2caecb;
    font-weight: bold;
}

.t_nav_data p {
    margin: auto 0;
}

.dot {
    font-weight: bold;
    font-size: 25px;
    color: #2caecb;
    margin: 0 30px;

}

.nav_b_size {
    width: 90%;
}

.nav_b_item {
    display: flex;
    justify-content: space-between;
}

.nav_bottom {
    background-color: #18191A;
}

.nav_bottom a {
    text-decoration: none;
}

.documentaion {
    color: #87898d;
}

.logo {
    height: 60px;
}

.login_btn {
    align-items: center;
    font-weight: bold;
    border: none;
    padding: 10px 18px;
    background-color: #18191A !important;

}

.login_btn:hover {
    background-color: #622AFF !important;
    border-radius: 40px;

}

.country_logo {
    height: 23px;
    width: 23px;
    border-radius: 50%;
}

.toggle-menu {
    display: none;
}

@media (max-width: 767px) {
    #log_reg_btn {
        display: none !important;
    }

    #language {
        display: none !important;
    }

    .documentaion {
        display: none !important;
    }

    .toggle-menu {
        display: block !important;
        background: none;
        border: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
    }

    .maxcore {
        width: 360px !important;
    }
}

.background_img {
    height: 400px;
}

.background_img {
    background-image: url('https://forsage.io/img/logo/maxqore/left_ellipse.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
}

/* .background_img{
    background-image: url('https://forsage.io/img/logo/maxqore/right_ellipse.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
} */
/* body */

.body_top {
    height: 230vh;
    background-color: #303132;

}

@media (min-width: 767px) {
    .forsage-gradiant_logo {
        max-width: 290px;
        margin-bottom: -15px;
    }
}


.maxcore {
    height: 140px;
}

.body_top .Registration_btn_b {
    padding: 20px 30px;
    background-color: #6031E4;
    text-decoration: none;
    color: white;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .btn-width-100 {

        width: 90% !important;
    }

}

.align-size {
    width: 90%;
}


.body_top .card {
    background-color: #1e1e1e !important;
    border-radius: 10px;
    padding: 20px;
    height: 200px;
    position: relative;
    cursor: pointer;
}

.body_top .card h2 {
    margin: 0;
    font-size: 24px;
    color: white;
}

.body_top .card p {
    margin: 5px 0 20px;
    color: #b0b0b0;
}

.body_top .card a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.body_top .card a:hover {
    text-decoration: underline;
}

.body_top .card img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    opacity: 0.1;
}

.gotoschool {
    background-color: #232325;
    padding: 10px 30px;
    text-decoration: none;
    color: white;
    border-radius: 30px;
}


.middle_body {
    height: auto;
    background: linear-gradient(180deg, #FF6D77, #FF8C5E, #D045B1, #6E2DF7);

}


.big_iframe {
    box-shadow: 0 0 10px #b79a31;
    margin-top: -200px;
    height: 400px;
    width: 70%;
    border-radius: 20px;
}


.containeraa {
    background-color: #1e1e1e;
    border-radius: 15px;
    width: 90%;
    max-width: 700px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.activity-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

.activity-item:last-child {
    border-bottom: none;
}

.activity-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.activity-item .details {
    display: flex;
    align-items: center;
}

.activity-item .details .id {
    color: #1e90ff;
    margin-right: 5px;
}

.activity-item .details .amount {
    color: #ffffff;
    margin-right: 5px;
}

.activity-item .details .in {
    color: #888;
}

.activity-item .time {
    color: #888;
    font-size: 12px;
}

.activity-item .icon {
    color: #888;
    margin-left: 10px;
}

.see-more {
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    cursor: pointer;
}

.see-more i {
    margin-right: 5px;
}

.text-gray {
    color: #b0b0b0;

}

.rounded-bg {
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 40px;
}

.width {
    width: 35%;

}

.rrr {
    border-radius: 40px !important;
}

@media (max-width: 767px) {
    .flex-colmn {

        flex-direction: column;
    }

    .width {

        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .wid_100 {

        padding: 2px 12px !important;
        border-radius: 40px;
    }

}

@media (max-width: 767px) {
    .bg-grey {

        background-color: #242526;
    }

}

.wid_100 {
    border-radius: 50px;
    gap: 10px;
}

.wid_100:hover {
    background-color: #303132;
    color: white;
}

.background-gradient {
    background: radial-gradient(117.67% 99.18% at 50% .82%, #ffb23e 0, #ff518f 50.39%, #622aff 100%);
}

.content-div {
    display: none;
}

.btn-hover:hover {
    background-color: #464748;
    color: white;
}

.bg-second {
    background-color: #333435;
}

.text-grayp {
    color: #b1aeae;
}

.bg {
    background: linear-gradient(180deg, #FF6D77 top, #FF8C5E, #D045B1, #6E2DF7);

}

.link-hover {
    text-decoration: none;
    color: white;
}

.link-hover:hover {
    color: white;
    text-decoration: underline;

}

.text-gradient {
    font-weight: 600;
    background: linear-gradient(90deg, #f0b90b, #d358a9) !important;
    -webkit-background-clip: text;
    background-clip: text;
}