@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Leckerli+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --popins-font: "Poppins", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-size: 1.6rem;
    font-family: var(--popins-font);
    background: #151214;
}

p {
    font-family: var(--popins-font);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.common_section {
    padding: 5rem 0rem;
}
.auth_section {
    background: rgba(21, 18, 20, 1);
    min-height: 100vh;
}

.auth_section .auth_main {
    background: rgba(21, 18, 20, 1);
    padding: 8rem 0rem;
    height: 100vh;
}

.auth_section .auth_main h1 {
    color: white;
    font-family: var(--popins-font);
    font-weight: 500;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: -1%;
    vertical-align: middle;
    text-transform: capitalize;
}

.auth_section .auth_main .content p {
    font-size: 1.8rem;
}

.common_btn {
    border: 1px solid #fdfbd97a;
    font-family: var(--popins-font);
    font-weight: 500;
    font-size: 12px;
    color: #fdfbd9;
    background: transparent;
    height: fit-content;
    width: fit-content;
    padding: 1.5rem 2.4rem;
    border-radius: 2.5rem;
    text-decoration: none;
    margin-right: 10px;
}

.auth_section .auth_main .bottom_box img {
    width: auto;
    height: 16rem;
}

.auth_section .auth_main .auth_form {
    background: #919eab14;
    border-radius: 1.6rem;
    padding: 4rem;
}

.auth_section .auth_main .auth_form .form-control {
    background: #00000052;
    border: 1px solid #919eab33;
    border-radius: 0.6rem;
    color: #969594;
    height: 4.5rem;
    padding: 2rem;
    font-size: 1.4rem;
}

.auth_section .auth_main .auth_form label {
    color: #969594;
}

.auth_section .auth_main .auth_form p {
    font-family: var(--popins-font);
    font-weight: 400;
    font-size: 12.8px;
    color: #969594;
}

.auth_section .auth_main h2 {
    font-family: var(--popins-font);
    font-weight: 300;
    font-size: 3.2rem;
    color: white;
}

.auth_section .auth_main .auth_form p a {
    color: #969594;
}

.common_btn2 {
    background: #fdfbd9;
    border: 0;
    border-radius: 2.4rem;
    padding: clamp(1rem, 1vw, 1.2rem) clamp(2.5rem, 2.5vw, 3.5rem);
    font-family: var(--popins-font);
    font-weight: 500;
    font-size: clamp(15px, 1.2vw, 16px);
    text-decoration: none;
    width: fit-content;
}

.section_title {
    font-family: Tomorrow;
    font-weight: 400;
    font-size: clamp(26px, 4.5vw, 54px);
    color: white;
    text-align: center;
}

.common_section2 {
    padding-top: 15rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
header .inner_header {
    border: 1px solid var(--components-textfield-outline, #919eab33);
    backdrop-filter: blur(24px);
    background: var(--grey-8, #919eab14);
    border-radius: 1.6rem;
}
header .menu ul {
    height: fit-content;
}
header .menu ul li {
    display: inline-block;
    margin-left: 4rem;
}

header .menu ul li a {
    display: block;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #c8c6c5;
}

header .profile_img {
    background: #d9d9d9;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
}

header #profile {
    background: transparent;
    border: none;
}

header #profile::after {
    display: none;
}

header .dropdown-item {
    font-size: 1.6rem;
}
header .dropdown-menu {
    min-width: 15rem !important;
}

.banner {
    padding: 21rem 0rem;
}
.banner h1 {
    font-family: DM Sans;
    font-weight: 400;
    text-align: center;
    font-size: clamp(30px, 5vw, 57px);
    color: white;
}

.banner p {
    font-size: clamp(17px, 2vw, 24px);
    text-align: center;
    line-height: normal;
}

.banner img {
    height: clamp(18rem, 25vw, 36rem);
}

.quick_links_section .section_title {
    font-family: var(--popins-font);
}
.quick_links_box {
    border-radius: 1.6rem;
    background-color: transparent;
    border: 2px solid #5e5d51;
}

.quick_links_box .card-body {
    padding: 1.6rem;
}

.quick_links_box .card-body .card-title {
    font-family: var(--popins-font);
    font-weight: 300;
    font-size: 20px;
    color: white;
}

.quick_links_box .card-body h5,
.quick_links_box .card-body h6 {
    font-family: var(--popins-font);
    font-weight: 300;
    font-size: 20px;
    color: white;
}

.quick_links_box .card-body h6 {
    font-weight: 500;
}

.quick_links_box .card-body .card-text {
    font-family: Tomorrow;
    font-weight: 300;
    font-size: 18px;
    color: white;
}

.payouts_box {
    background: #2c2b29;
    border-radius: 1.6rem;
    color: white;
}
.payouts_box:nth-last-of-type(2) {
    background: black;
}
.payouts_box img {
    height: 2.4rem;
}

.payouts_box h4 {
    font-size: 1.4rem;
    font-weight: 400;
}

.payouts_box h4 b {
    font-size: 2.4rem;
}

.payouts_box h5 {
    font-size: 2rem;
    font-weight: 400;
}

.accordion-button::after {
    width: 1.6rem;
    height: 1.6rem;
    background-size: cover;
    background-image: url(../images/plus_icon.png);
    filter: invert(1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/plus_icon.png);
}
.accordion-button:not(.collapsed) {
    color: white;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    background: #00000080;
    border-radius: 1rem 1rem 0rem 0rem !important;
}

.accordion-button {
    font-family: Tomorrow;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    padding: 2.4rem !important;
    background: transparent;
    color: white;
}
.accordion-item {
    background-color: transparent;
    border: none;
}
.accordion-body {
    font-family: Tomorrow;
    font-weight: 500;
    font-size: 19px;
    padding: 1rem 2.4rem 2.4rem !important;
    color: white;
    border-radius: 0rem 0rem 1rem 1rem;
    background: #00000080;
}

footer {
    padding: 10rem 0rem 7rem;
    background: black;
}

footer h3 {
    font-family: Tomorrow;
    font-weight: 700;
    font-size: 24px;
    color: white;
}

footer ul li a {
    font-family: Tomorrow;
    font-weight: 400;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

footer ul li {
    margin-bottom: 16px;
}

footer .bottom_footer p {
    font-family: Tomorrow;
    font-weight: 400;
    font-size: 16px;
    color: white;
    text-align: center;
}

.terms-condition .section_title {
    font-family: Poppins;
}

.terms-condition h3,
.terms-condition h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: clamp(19px, 1.5vw, 24px);
    color: white;
}
.terms-condition h4{
    font-family: Poppins;
    font-weight: 600;
    font-size: clamp(18px, 1.5vw, 23px);
    color: white;
}
.terms-condition p {
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 3rem;
}

.terms-condition li {
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(15px, 1.5vw, 19px);
    line-height: 3rem;
    color: white;
}

main img {
    z-index: -1;
    object-fit: cover;
}

.inner_banner {
    height: clamp(30rem, 40vw, 57rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_banner h1 {
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(40px, 5.1vw, 72px);
    text-align: center;
    color: white;
    margin: 0;
}

.amount_box {
    background: rgba(145, 158, 171, 0.08);
    border-radius: 1.6rem;
    min-height: clamp(270px, 27vw, 394px);
}

.amount_box h2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(60px, 8vw, 100px);
    text-align: center;
    color: white;
}

.amount_box h2 sub {
    font-size: clamp(25px, 4vw, 32px);
    font-weight: 300;
}

.amount_box h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: clamp(23px, 2vw, 29px);
    line-height: 150%;
    color: white;
}

.amount_box p {
    font-family: Poppins;
    font-weight: 300;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 150%;
}

.amount_box button,
.amount_box a {
    border: 1px solid #c8c6c5;
    font-family: Poppins;
    font-weight: 500;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 150%;
    padding: 1rem 0rem;
    color: white;
    background: transparent;
    border-radius: 2.6rem;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.recharge_section button.common_btn2 {
    background: #fdfbd9;
    border: 0;
    border-radius: 2.4rem;
    padding: 1.2rem 3.5rem;
    font-family: var(--popins-font);
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: black;
}

.recharge_section button.common_btn2 input{
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
.recharge_section .amount_box {
    min-height: 300px;
}

.copybar {
    box-sizing: border-box;
    padding: 12px 24px;
    height: 51px;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(145, 158, 171, 0.2);
    border-radius: 12px;
}

.copybar input {
    background: transparent;
    height: 51px;
    color: white;
    border: none;
}

.copybar i {
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 99;
    cursor: pointer;
}

.upload-resource {
    color: black;
    cursor: pointer;
}
.upload-resource p {
    color: black;
    margin: 0;
    font-weight: 500;
    font-size: 1.6rem;
}

.mywallet .col-12 > p,
.qrmain p {
    font-family: Tomorrow;
    color: #969594;
    font-size: 1.2rem;
}
.mywallet h5 {
    color: #969594;
    font-family: Tomorrow;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.recharge_section button.common_btn2.withdrawal {
    background-color: transparent;
    border: 2px solid #fdfbd9;
    color: #fdfbd9;
}



.menu{
    display: flex;
}

#toggle {
    width: 28px;
    height: 30px;
    margin: 10px auto;
  }
  
  #toggle div {
    width: 100%;
    height: 5px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  
  #toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  #toggle.on .two {
    opacity: 0;
  }
  
  #toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }


  .table-inner {
    background: #2c2b29;
    border-radius: 10px;
    border: 2px solid white;
    padding: 10px 0px;
}



.table-inner td {
    color: white;
    border: none;
    padding: 6px 0px;
}

.table-inner th{
    color: white;
    border-color: white;
    padding: 9px 0px;
}


.modal-content {
    border: clamp(2px, .5vw,  5px) solid #FDFBD9;
    background: #000000;
    border-radius: clamp(8px, 1vw, 17px);
    color: #969594;
    padding: 5px;
}

.modal-header {
    border: none;
}

.modal-header .modal-title {
    color: white;
    font-size: 19px;
}

button.btn-close {
    filter: invert(1);
}

.modal-dialog {
    max-width: 53%;
}


.about_section h3,
.about_section h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: clamp(19px, 1.5vw, 24px);
    color: white;
}
.about_section h4{
    font-family: Poppins;
    font-weight: 600;
    font-size: clamp(18px, 1.5vw, 23px);
    color: white;
}
.about_section p {
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 3rem;
}

.about_section li {
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 3rem;
    color: white;
}