.onboard-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-left: 15px;
    /* padding-bottom: 8px; */
    /* border-bottom: 1px solid #3f2c77; */
}

.onboard-hero-section {
    padding: 204px 80px 113px 80px;
    color: #E7F8FD;
    font-family: Inter;
}

.onboard-button {
    background: #E7F8FD80;
    color: #E7F8FD;
    font-size: 16px;
    padding: 10px 60px;
    box-shadow: none;
    border-radius: 32px;
    font-weight: 700;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    border: none;
    height: 51px;
    letter-spacing: 3.2px;
}

.onboard-grid-padding {
    padding: 0 10px !important;
}

.onboard-button-gap {
    margin-bottom: 32px;
}

.welcomeText {
    font-family: noka;
    font-weight: 300;
    font-size: 67.78px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    text-align: center;
}

.SOLARVERSEText {
    font-family: noka;
    font-weight: 600;
    font-size: 67.78px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    text-align: center;
}

.main-head-gap {
    margin-bottom: 16px;
}

.tutorial-video-description {
    gap: 16px !important;
    display: flex;
    flex-direction: column;
}

.hero-subDetail {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 25.89px;
    line-height: normal;
    text-align: center;
    color: #E7F8FD80;
    max-width: 664px;
    display: block;
    margin: auto;
}

.dark-blue-gredient-card {
    padding: 1px;
    width: auto;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(96.2deg, rgba(231, 248, 253, 0.5) -12.69%, rgba(114, 9, 183, 0.5) 110.09%);
}

.dark-blue-gredient-card-body {
    background-color: #22075f;
    border-radius: 10px;
    width: auto;
    height: 100%;
}

.dark-blue-content {
    border: solid 1px #7209B780;
    border-radius: 10px;
    background-color: #00000066;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* justify-content: center; */
    padding: 16px 32px;
    position: relative;
    color: #E7F8FD80;
    font-size: 18px;
    font-weight: 300;
    /* letter-spacing: 2px; */
    line-height: normal;
}

.small-card {
    max-width: 455px;
}

.lock-address-card {
    min-width: 630px;
}

.lock-address-title {
    max-width: 395px;
    text-align: center;
    margin-bottom: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.onboard-head-title {
    font-family: noka;
    font-weight: 600;
    font-size: 41.89px;
    line-height: 100%;
    padding-bottom: 4px;
    margin-bottom: 0px !important;
    /* letter-spacing: 0%; */
    /* text-align: center; */
    color: #857FAE;
}

.subsections {
    margin-top: 32px;
    display: flex;
    justify-content: space-around;
    align-items: end;
    padding-bottom: 112px;
}

.top-grid {
    position: absolute;
    top: 157px;
    z-index: -1;
    right: 0;
    z-index: -1;
}

.top-grid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 64px 38px #22075F inset;
    background: #22075F;
}

.second-grid {
    position: absolute;
    top: 361px;
    z-index: -1;
    left: 3px;
}

.onboard-hr {
    margin-top: 8px;
    border-top: 1px solid #3f2c77;
    margin-left: 0.9%;
    margin-right: 0.9%;
}

.tutorial-title-text {
    width: 100%;
    font-family: Inter;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #E7F8FD80;
    margin-bottom: 0px !important;
}

.tutorial-video-gap {
    gap: 32px;
}

.tutorial-heading-text {
    max-width: 100%;
    font-family: Inter;
    font-weight: 700;
    font-size: 41.89px;
    color: #E7F8FD;
    display: -webkit-box;
    margin-bottom: 0px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 110%;
    text-overflow: ellipsis;
}

.tutorial-description-text {
    width: 100%;
    font-family: Inter;
    font-weight: 500;
    font-size: 25.89px;
    line-height: 100%;
    color: #E7F8FD80;
    margin-bottom: 0px !important;
}


.wallet-connect-spacing {
    margin-top: 12px;
}

.btn-onboard-transperant {
    width: auto;
    border-radius: 22px;
    background-color: #ffffff00;
    color: #E7F8FD80;
    border: 1px solid #FFFFFF29;
    font-size: 14px;
    font-weight: 400;
    height: 32px !important;
}

.btn-onboard-transperant.submit-btn {
    background-color: #3e2472 !important;
}

.membership-cards-amount .number-with-line {
    height: 2px !important;
    top: 50% !important;
    left: 1px !important;
    right: 0 !important;
    width: 100% !important;
    background-color: red;
    transform: rotate(-28deg) translateY(-50%) !important;
}

.onboard-group {
    border: 1px solid #FFFFFF29 !important;
    border-radius: 22px !important;
    background: #000000 !important;
    margin-bottom: 8px !important;
    height: 32px !important;
}

.onboard-group .form-control {
    border-radius: 22px !important;
    background: #000000 !important;
    padding: 0 16px !important;
    height: auto !important;
    font-size: 14px;
    line-height: 1;
}

.onboard-group .input-group-text {
    border-radius: 22px !important;
    background: #000000 !important;
    padding: 0 16px !important;
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #E7F8FD4D !important;
    /* height: 32px !important; */
    letter-spacing: 0;
}

.big-card-div {
    padding: 0 10px !important;
    margin-bottom: 20px !important;
}

.big-card {
    padding: 45px 32px 54px 16px !important;
    min-height: 267px !important;
    height: 100% !important;
    width: auto !important;
    align-items: center !important;
}

.membership-cards-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 25.89px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    color: #E7F8FD;
}
.membership-card-head{
    gap: 5px;
}
.membership-cards-amount {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    /* letter-spacing: 0%; */
    color: #E7F8FD80;
}

.membership-card-hr {
    /* margin-top: 16px;
    margin-bottom: 16px; */
    border-top: 1px solid #E7F8FD80;
}

.arrow-circle {
    background: #E7F8FD80;
    padding: 3px 4px;
    border-radius: 9px;
    color: #22075F;
    font-size: 7px;
    font-weight: 200;
    margin-right: 8px;
    height: 12px;
    width: 12px;
    margin-top: 2px !important;
}



.cards-detail {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    /* letter-spacing: 0%; */
    color: #E7F8FD;
}

.card-detail-spacing {
    margin-bottom: 8px;
}

.membership-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    /* letter-spacing: 0%; */
    color: #E7F8FD80;
    /* margin-top: 16px;
    margin-bottom: 16px; */
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.membership-description p {
    margin-bottom: 0 !important;
}

.big-card ul {
    padding-left: 35px !important;
}

.description-spacing {
    margin-bottom: 8px;
}

.onboard-light-purple {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    color: rgba(255, 255, 255, 0.7);
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
    height: 42px;
}

.onboard-light-purple:active {
    border-color: transparent;
}

.onboard-cust-btn {
    background: #E7F8FD33 !important;
    color: #E7F8FD99 !important;
}

.onboard-light-purple .icon {
    width: 40px;
    height: 40px;
    background-color: #E7F8FD29 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #22075F66;
}

.onboard-link,
.onboard-link:hover {
    color: #4C83F0 !important;
    font-size: 14px;
    font-weight: 400;
}

.onboard-light-purple:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.onboard-light-purple:hover .icon {
    background-color: rgba(255, 255, 255, 0.2);
}

.bonus-text {
    color: #E7F8FD80;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}


.solaresPayment {
    padding: 64px;
}

.joker-card-head {
    padding: 64px 64px 0px 64px;
}

.joker-card-details {
    padding: 0px 64px 64px 64px;
}

.partners {
    padding: 32px 160px;
}

.partners-imgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solaresPayment-head {
    font-weight: 500;
    font-size: 25.89px;
    line-height: normal;
    font-family: 'noka';
}

.visa-card-img {
    width: 400px;
    height: auto;
    object-fit: cover;
}

.visa-card-height {
    height: 375px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.arrow-circle-16px {
    background: #E7F8FD80;
    padding: 3px 5px;
    border-radius: 9px;
    color: #22075F;
    font-size: 11px;
    font-weight: 200;
    margin-right: 8px;
    margin-top: 3px;
    height: 16px;
    width: 16px;
}

.detail-spacing {
    gap: 14px;
    display: flex;
    flex-direction: column;
}

.payment-card-details {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    /* letter-spacing: 0%; */
    color: #E7F8FD80;
}

.partener-head {
    font-family: Inter;
    font-weight: 300;
    font-size: 18px;
    /* line-height: 100%; */
    letter-spacing: 0.8px;
    text-align: center;
    color: #E7F8FD80;
    max-width: 800px;
    display: block;
    margin: auto;
    padding-bottom: 32px;
}

.reward-cards-head {
    font-family: 'noka';
    font-weight: 600;
    font-size: 41.89px;
    line-height: normal;
    color: #857FAE;
    text-align: start;
    margin-bottom: 8px;
}

.reward-cards-sub-description {
    font-family: Inter;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    /* letter-spacing: 5%; */
    letter-spacing: 0.8px;
    color: #E7F8FD80;
    margin-bottom: 32px;
    text-align: start;
}

.finish-onboard-card-head {
    font-family: Inter;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    /* letter-spacing: 5%; */
    color: #E7F8FD80;
}

.finish-onboard-card-sub-head {
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    /* letter-spacing: 0; */
    color: #E7F8FD80;
    margin-bottom: 32px;
    margin-top: 16px;
}

.finish-onboard {
    padding: 32px 64px;
}

.checks-bg {
    /* background-image: url("../images/on-board/grid.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1002px;
    width: 100%;
    height: 522px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 65px;
}

.checks-bg img {
    max-width: none !important;
}

.finish-onboard-body {
    background: #00000099;
    box-shadow: 0px 4px 24px -1px #00000033;
    backdrop-filter: blur(128px);
}f

.joker-card {
    gap: 32px;
}

.dark-blue-content.solaresPayment {
    gap: 0 !important;
}

.finish-onboard-card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.8%;
    /* margin-right: 4.2%; */
    padding: 0px;
}

.finish-onboard-card-head {
    min-width: 518px;
}

.finish-onboard-text {
    font-family: Inter;
    font-weight: 300;
    font-size: 18px;
    /* line-height: 100%; */
    letter-spacing: 0.8px;
    color: #E7F8FD80;

}

.wallet-section,
.membership-section,
.earning-section {
    display: flex;
    flex-direction: column;
    padding: 0 80px;
}

.membership-section {
    position: relative;
}

.faqs-section-onboard {
    padding: 0 80px;
}

.faqs-head {
    font-family: "noka" !important;
    font-size: 67.78px !important;
    font-weight: 600 !important;
    line-height: 105px !important;
    text-align: center;
    color: #E7F8FDCC !important;
}

.faqs-head-subtitle {
    color: var(--light-50, #E7F8FD80);
}

.faqs-border {
    border-top: 1px solid var(--light-50, rgba(231, 248, 253, 0.5)) !important;
}

.faqs-title {
    color: var(--light-50, #E7F8FD80) !important;
}

.ellipse-one {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: -1;
}

.onboarding-payment-card {
    margin-top: 12px !important;
}

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

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

.third-grid {
    position: absolute;
    top: -118px;
    z-index: -1;
    right: 0px;
}

.third-grid-responsive,
.fourth-bottom-responsive {
    display: none;
}

.ellipse-right {
    position: absolute;
    right: 0;
    bottom: 695px;
    z-index: -1;
}



.card-title-tutorial {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.membership-cards-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.on-board-grid {
    position: absolute;
    bottom: 69px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    max-width: fit-content;
}

.faqs-more-question {
    color: var(--light-50, #E7F8FD80);
    font-family: "noka";
    font-weight: 600;
    font-size: 41.89px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 24px;
}

.faqs-more-question-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    padding: 0 300px;
    color: var(--light-50, #E7F8FD80);
    margin-bottom: 24px;
}

.faqs-link {
    color: var(--light-50, #E7F8FD80) !important;
    text-decoration: underline !important;
}

.faqs-btn {
    letter-spacing: 1.92px;
    color: var(--light-50, #E7F8FD80) !important;
    font-size: 16px;
}

.faqs-btn:hover {
    background-color: #4CC9F0 !important;
    color: #28174f !important;
}

.onboard-button:hover {
    background-color: #4CC9F0;
}

.membership-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-answer {
    color: var(--light-50, #E7F8FD80) !important;
}

  .cust-no-padding {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.membership-btn {
    height: 34px;
    font-size: 12px;
}
.membership-icon {
    width: 31px !important;
    height: 31px !important;
}

/* ======================== Media Queries ======================= */
@media screen and (max-width: 1310px) {
    .onboard-head {
        padding-left: 0px;  
    }
}

@media screen and (max-width: 1200px) {
    .gap-custcard {
        gap: 8px;
    }

}

@media screen and (max-width: 1199px) {
    .big-card {
        padding: 32px !important;
    }

   

    .faqs-more-question-desc {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1287px) {
    .onboard-head {
        flex-wrap: wrap-reverse;
        gap: 28px;
    }

    .partners {
        padding: 31px 77px
    }

    .solaresPayment,
    .finish-onboard,
    .partners {
        padding: 43px;
    }

    .joker-card-head {
        padding: 43px 43px 0px 43px;
    }

    .joker-card-details {
        padding: 0px 43px 43px 43px;
    }

    .tutorial-heading-text {
        font-size: 37.89px;
    }

    .tutorial-video-gap {
        gap: 11px;
    }

    .detail-spacing {
        gap: 11px;
    }
}



@media screen and (max-width: 991px) {
    .subsections-gap {
        gap: 32px;
    }

    .partners {
        padding: 28px 62px;
    }

    .partners-imgs {
        gap: 32px;
        justify-content: center;
    }

    .solaresPayment-head {
        text-align: center;
    }

    .big-card-div,
    .onboard-grid-padding,
    .tutorial-video-card {
        padding: 0 !important;
    }

    .faqs-more-question-desc {
        padding: 0px;
    }

    .onboard-hr {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 930px) {

    .wallet-section,
    .membership-section,
    .earning-section,
    .faqs-section-onboard {
        padding: 0 60px !important;
    }

    .onboard-hero-section {
        padding: 225px 60px 113px 60px;
    }

    .reward-cards-head {
        font-size: 36px;
    }
}

@media (max-width:718px) {
    .onboard-button {
        padding: 0px 59px;
        font-size: 16px;
    }

    .finish-onboard-card {
        margin-top: 32%;
    }

    .finish-onboard-card-head {
        min-width: auto;
    }

    .lock-address-card {
        min-width: 100%;
    }

    .solaresPayment,
    .finish-onboard,
    .partners {
        padding: 38px;
    }

    .joker-card-head {
        padding: 38px 38px 0px 38px;
    }

    .joker-card-details {
        padding: 0px 38px 38px 38px;
    }

    /* .partener-head {
        letter-spacing: normal;
    } */
    .tutorial-heading-text {
        font-size: 32px;
    }

    .detail-spacing {
        gap: 8x;
    }

    .membership-img {
        max-width: auto !important;
    }
}



@media screen and (max-width: 767px) {
  .cust-no-padding {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .membership-card-gap {
    gap: 8px;
}
}

@media screen and (max-width: 576px) {

    .wallet-section,
    .membership-section,
    .earning-section,
    .faqs-section-onboard {
        padding: 0 20px !important;
    }

    .onboard-hero-section {
        padding: 195px 16px 112px 16px
    }

    .welcomeText,
    .SOLARVERSEText {
        font-size: 52px;
    }

    .hero-subDetail {
        font-size: 20px;
    }

    .onboard-head-title {
        font-size: 32px;
    }

    .solaresPayment {
        padding: 32px 16px;
    }

    .joker-card-head {
        padding: 32px 16px 0px 16px;
    }

    .joker-card-details {
        padding: 0px 16px 32px 16px;
    }

    .reward-cards-head {
        font-size: 32px;
        /* letter-spacing: normal; */
    }

    /* .reward-cards-sub-description{
        letter-spacing: normal;
    } */

    .visa-card-height {
        height: auto;
    }

    .dark-blue-content.solaresPayment {
        gap: 16px !important;
    }

    .onboard-light-purple {
        width: 100%;
        justify-content: center;
        padding: 0px;
    }

    .onboard-light-purple .icon {
        position: absolute;
        right: 0;
    }

    .membership-btn {
        height: 36px;
        font-size: 14px;
    }

    .membership-icon {
        position: relative !important;
        width: 26px !important;
        height: 26px !important;
        font-size: 10px !important;
    }

    .membership-btn-img {
        width: 6px;
    }

    .visa-card-img {
        width: auto;
    }

    .detail-spacing {
        gap: 14px;
    }

    .onboard-head {
        gap: 24px;
    }

    .tutorial-video-card {
        padding: 0px !important;
    }

    .tutorial-description-text {
        font-size: 22px;
    }

    .faqs-border {
        padding: 20px 0 !important;
    }
   .cards-detail, .onboard-link {
        font-size: 16px;
    }

    .membership-card-gap {
        gap: 8px;
    }

    .arrow-circle {
        margin-top: 4px !important;
    }
}
@media (max-width:450px) {
    .onboard-hero-section{
        padding: 180px 16px 112px 16px !important;
    }
}
@media screen and (max-width: 456px) {

    .dark-blue-content {
        font-size: 18px;
    }

    .solaresPayment,
    .finish-onboard,
    .partners {
        padding: 32px 16px;
    }

    .small-card {
        padding: 16px;
    }

    .membership-description,
    .finish-onboard-card-sub-head {
        font-size: 12px;
    }

    .detail-spacing {
        gap: 8px;
    }

    .top-grid {
        top: 39px;
        right: -69px;
    }

    .second-grid {
        top: 445px;
        left: -42px;
    }

    .third-grid {
        display: none;
    }

    .third-grid-responsive {
        position: absolute;
        top: -336px;
        z-index: -1;
        right: 0;
        display: block;
    }


    .fourth-bottom-responsive {
        display: block;
        position: absolute;
        bottom: 915px;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        z-index: -2;
    }

    .ellipse-right {
        display: none;
    }

    .tutorial-video-gap {
        gap: 16px;
    }
.tutorial-video-description{
    gap: 8px !important;
}
    .card-title-tutorial {
        gap: 4px;
    }

    .bg-onboard-shadow {
        top: 70px;
    }

    .on-board-grid {
        bottom: 47px;
    }

    .faqs-more-question {
        font-size: 36px;
    }
    .onboard-group .input-group-text,.onboard-group .form-control{
        font-size: 12px !important;
        padding: 0 7px !important;
    }

}

@media screen and (max-width: 390px) {

    .wallet-section,
    .membership-section,
    .earning-section,
    .faqs-section-onboard {
        padding: 0 16px !important;
    }

    .onboard-head-title {
        font-size: 32px;
    }

    .big-card{
        padding: 20px 16px 24px 16px !important;
    }

    .finish-onboard-btn {
        font-size: 16px;
    }


    .membership-btn {
        height: 24px;
        font-size: 12px;
    }

    .membership-icon {
        position: relative !important;
        width: 16px !important;
        height: 16px !important;
        font-size: 8px !important;
    }

    .membership-btn-img {
        width: 4px;
    }

}

@media screen and (max-width: 370px) {

    .welcomeText,
    .SOLARVERSEText {
        font-size: 42.78px;
    }

    .onboard-head-title {
        font-size: 26.89px;
    }

    .dark-blue-content {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .hero-subDetail {
        font-size: 17px;
    }

    .small-card {
        padding: 12px;
    }

    .onboard-head-title {
        font-size: 25.89px;
    }
    .btn-onboard-transperant{
        font-size: 13px !important;
    }
}