@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

body {
    font-family: "Outfit", sans-serif;
    font-style: normal;
    background: #1a1a1a;
}

nav {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: rgba(26, 26, 26, 0.7) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.3s, backdrop-filter 0.3s;
}
nav.scrolled {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
}
nav,
.banner-section,
.how-it-works,
.monthly-earnings,
.share-after {
    background-color: #1a1a1a;
}
nav header .buttons .btn-login {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
}
nav header .buttons .btn-login:hover {
    border: 1px solid #56f096;
    border-radius: 8px;
    padding: 10px 12px;
}
nav header .buttons .btn-sign {
    border-radius: 8px;
    background: #56f096;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    padding: 10px 20px 10px 29px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
}
nav header .buttons .btn-sign:hover {
    background: #1a1a1a;
    color: #56f096;
    border: 1px solid #56f096;
    padding: 10px 20px 10px 29px;
}
.navbar-toggler-icon {
    color: #000;
    background-image: url("/asset/img/nav-toggle.svg");
}

.offcanvas {
    width: 80% !important;
    background-color: #1a1a1a !important;
    height: 100%;
}
.offcanvas-header .btn-close {
    background-color: #fff;
}
.offcanvas-header img {
    width: 150px;
}
.offcanvas .offcanvas-body .offcanvas-content {
    height: 80vh;
    display: flex;
}
.offcanvas .offcanvas-body ul {
    margin-top: auto;
    width: 100%;
    padding-left: 0px;
}
.offcanvas .offcanvas-body ul li {
    list-style: none;
    padding-top: 10px;
}

.offcanvas .offcanvas-body .btn-light {
    background-color: transparent;
    color: #3ccf91;
    border: 1px solid #3ccf91;
}
.offcanvas .offcanvas-body .btn-primary {
    background-color: #3ccf91;
    color: #fff;
    border: 1px solid #3ccf91;
}
.offcanvas .offcanvas-body ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 8px 10px;
}

.offcanvas .offcanvas-body ul li a.active {
    background-color: #3ac88c !important;
    border-radius: 8px;
}

.offcanvas .offcanvas-body ul li a.active,
.offcanvas .offcanvas-body ul li a:hover {
    background-color: #3ac88c !important;
    color: #fff;
    border-radius: 8px;
}

/* .navbar-toggler-icon {
            background-image: url('/asset/img/menu-bars.svg');
        } */

.navbar-toggler {
    border-color: #fff;
}

.banner-section {
    background-image: url("/asset/img/banner-bg-2.svg");
    background-size: contain;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}
.banner-section h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.banner-section p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.56px;
}
.how-it-works {
    padding: 100px 0px;
}
.how-it-works h2 {
    color: #3ccf91;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 1.8px;
    text-transform: capitalize;
}
.how-it-works ul li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.56px;
}
.how-it-works ul {
    list-style: none;
}
.how-it-works ul li {
    display: flex;
    align-items: flex-start;
    font-size: 23px;
    font-weight: 400;
}

.monthly-earnings {
    padding: 100px 0px;
}
.monthly-earnings .radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #3ccf91;
    width: 160px;
    height: 40px;
    border-radius: 9999px;
}
.monthly-earnings  .pricing-inner input[type="radio"] {
  appearance: none;
  display: none;
}
 
.monthly-earnings .pricing-inner label {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  width: 75px;
  height: 35px;
  text-align: center;
  border-radius: 9999px;
  overflow: hidden;
  transition: linear 0.3s;
  color: #fff;
}
 
.monthly-earnings .pricing-inner input:checked[type="radio"] + label {
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.monthly-earnings .monthly-earnings .header {
    text-align: center;
    margin-bottom: 32px;
    padding: 0 16px;
}

.monthly-earnings .header h1 {
    color: #3ccf91;
    font-weight: 600;
    font-size: 48px;
    margin: 0;
}

.monthly-earnings .header p {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin-top: 8px;
}

.monthly-earnings .card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    padding: 40px 48px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
}

.monthly-earnings .top-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 640px) {
    .monthly-earnings .top-section {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.monthly-earnings .slider-container {
    flex: 1;
}

.monthly-earnings label {
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}
.monthly-earnings .radio_container label{
margin-bottom: 0px;
}
.monthly-earnings input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 9999px;
    background: #d9d9d9;
    cursor: pointer;
    margin: 0;
}

.monthly-earnings input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3ccf91;
    cursor: pointer;
    border: none;
    margin-top: -3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.monthly-earnings input[type="range"]:focus::-webkit-slider-thumb {
    background: #3ccf91;
    outline: none;
}

.monthly-earnings input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3ccf91;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.monthly-earnings input[type="range"]:focus::-moz-range-thumb {
    background: #3ccf91;
    outline: none;
}

.monthly-earnings .slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 4px;
    user-select: none;
}

.monthly-earnings .earnings-container {
    flex: 1;
    text-align: center;
}

/* @media (min-width: 640px) {
      .monthly-earnings .earnings-container {
        text-align: right;
      }
    } */

.monthly-earnings .mailbox-count {
    font-weight: 600;
    font-size: 102px; /* 64px */
    line-height: 1;
    color: #ffff;
    margin: 0;
}

.monthly-earnings .mailbox-label {
    font-weight: 600;
    font-size: 24px;
    color: #ffff;
    margin-top: 4px;
}

.monthly-earnings .earnings {
    font-weight: 400;
    font-size: 46px;
    color: #3ccf91;
    margin: 0;
}

.monthly-earnings hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 40px 0;
}

.monthly-earnings .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.monthly-earnings .grid-item {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 24px 16px;
    box-sizing: border-box;
    text-align: center;
}
.monthly-earnings .grid-item:hover {
    border: 1px solid #3ccf91;
}
.monthly-earnings .grid-item p:first-child {
    font-weight: 600;
    font-size: 24px;
    color: #ffff;
    margin: 0;
}

.monthly-earnings .grid-item p:last-child {
    font-weight: 400;
    font-size: 24px;
    color: #3ccf91;
    margin: 8px 0 0 0;
}
.share-after {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}
.share-after::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("/asset/img/share-after.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}
.share-after::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/asset/img/share-before.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
}
.share-after a {
    border-radius: 8px;
    background: #34cb4d;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 44px;
    font-size: 18px;
    font-weight: 600;
}
.share-after a:hover {
    border: 1px solid #34cb4d !important;
    background: transparent;
    color: #fff;
}
.share-after h6 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 1.8px;
    text-transform: capitalize;
}
.share-after span {
    background: linear-gradient(90deg, #fff 0%, #22b24c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 1.8px;
    text-transform: capitalize;
}

.login h3,
label,
.remember {
    color: #fff;
}

.login p {
    color: #8896ab;
}

hr {
    color: #3ccf91;
}

.btn-dark {
    background-color: #22c55e;
    color: #fff;
    border-color: #22c55e;
}

.btn-dark:hover {
    border-color: #fff;
    background-color: #2a3342;
}
.login .signups span {
    color: #3ccf91;
    font-weight: 800;
}

.login a {
    color: #ffff;
    text-decoration: none;
}
.login .forgot-password a:hover {
    color: #3ccf91;
}

.btn-logins {
    color: #fff;
    text-decoration: none;
}
.btn-logins span {
    color: #3ccf91;
    font-weight: 800;
}

.signup h3 {
    color: #fff;
}

.signup p {
    color: #8896ab;
}

.signup .verify {
    color: #22c55e;
    text-decoration: none;
    float: right;
}

.verify-container {
    text-align: right;
}

.verify {
    text-align: right;
}

.sticky-image {
    position: sticky;
    top: 0;
}

footer p {
    color: var(--Gray-400, #8896ab);
}
.form-control:focus {
    border-color: #3ccf91;
    box-shadow: 0 0 0 0.2rem rgba(60, 207, 145, 0.25);
}

@media only screen and (max-width: 1440px) {
    .banner-section h1 {
        font-size: 50px;
    }
    .banner-section p {
        font-size: 20px;
    }
    .how-it-works {
        padding: 70px 0px;
    }
    .how-it-works h2 {
        font-size: 45px;
    }
    .monthly-earnings .header h1 {
        font-size: 45px;
    }
    .monthly-earnings .mailbox-count {
        font-size: 85px;
    }
    .monthly-earnings .earnings {
        font-size: 40px;
    }
    .monthly-earnings .grid-item p:first-child {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1187px) {
    .banner-section h1 {
        font-size: 44px;
    }
    .banner-section p {
        font-size: 18px;
    }
    .how-it-works h2 {
        font-size: 40px;
    }
    .how-it-works ul li {
        font-size: 20px;
    }
    .monthly-earnings .header h1 {
        font-size: 42px;
    }
    .monthly-earnings .header p {
        font-size: 22px;
    }
    .monthly-earnings .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .monthly-earnings .earnings {
        font-size: 35px;
    }
    .monthly-earnings .mailbox-label {
        margin-bottom: 0px;
    }
    .share-after h6 {
        font-size: 26px;
    }
    .share-after span {
        font-size: 28px;
    }
    .share-after a {
        padding: 12px 35px;
    }
    .how-it-works .col-lg-5 > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .how-it-works .svg {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: block;
        width: 500px;
    }
    .monthly-earnings .pricing-inner label {
        width: 70px;
        height: 33px;
    }
    .monthly-earnings {
        padding: 20px 0px;
    }
    .monthly-earnings .header p {
        font-size: 20px;
    }
    .monthly-earnings .mailbox-count {
        font-size: 70px;
    }
    .monthly-earnings .earnings {
        font-size: 30px;
    }
    .monthly-earnings .header h1 {
        font-size: 40px;
    }
    footer img {
        width: 190px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-section h1 {
        font-size: 38px;
        line-height: 60px;
    }
    .banner-section p {
        font-size: 15px;
    }
    .banner-section {
        background-size: 600px;
    }
    .how-it-works {
        padding: 30px 0px;
    }
    .how-it-works h2 {
        font-size: 35px;
    }
    .monthly-earnings label {
        font-size: 22px;
    }
    .monthly-earnings .mailbox-count {
        font-size: 55px;
    }
    .monthly-earnings .earnings {
        font-size: 26px;
    }
    .monthly-earnings .mailbox-label {
        font-size: 20px;
    }
    .monthly-earnings .slider-labels {
        font-size: 14px;
    }
    .monthly-earnings .header p {
        font-size: 18px;
    }
    .share-after h6 {
        font-size: 24px;
    }
    .share-after span {
        font-size: 24px;
    }
}
@media only screen and (max-width: 610px) {
    .how-it-works .svg {
        width: 430px;
    }
}
@media only screen and (max-width: 535px) {
    .banner-section {
        background-size: 530px;
    }
    .banner-section h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .banner-section {
        background-size: 558px;
        height: 581px !important;
    }
    .how-it-works {
        padding: 0px 0px;
    }
    .monthly-earnings {
        padding: 70px 0px;
    }
    footer img {
        width: 175px;
    }
}
@media only screen and (max-width: 498px) {
    nav img {
        width: 181px;
    }
    .banner-section {
        background-size: 493px;
        height: 550px !important;
    }
    .banner-section h1 {
        font-size: 30px;
    }
    .banner-section p {
        font-size: 14px;
    }
    .how-it-works h2 {
        font-size: 30px;
    }
    .how-it-works ul li {
        font-size: 19px;
    }
    .monthly-earnings .radio_container{
        width: 145px;
        height: 40px;
    }
    .monthly-earnings .pricing-inner label {
        width: 63px;
        height: 34px;
    }
    .monthly-earnings .header h1 {
        font-size: 32px;
    }
    .monthly-earnings .header p {
        font-size: 16px;
    }
    .monthly-earnings .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .share-after h6 {
        font-size: 21px;
        line-height: 32px;
    }
    .share-after span {
        font-size: 22px;
    }
    .share-after {
        padding: 40px 0px 100px 0px;
    }
    .monthly-earnings hr {
        margin: 25px 0 40px 0px;
    }
    .how-it-works .svg {
        width: 340px;
    }
}

@media only screen and (max-width: 436px) {
    .banner-section {
        background-size: 448px;
        height: 516px !important;
    }
    .banner-section h1 {
        font-size: 28px;
        line-height: 43px;
    }
    .banner-section p {
        line-height: 24px;
    }
    .how-it-works h2 {
        font-size: 26px;
    }
    .monthly-earnings .header h1 {
        font-size: 26px;
    }
    .monthly-earnings .header p {
        font-size: 14px;
    }
    .monthly-earnings label {
        font-size: 18px;
    }
    .monthly-earnings .mailbox-count {
        font-size: 48px;
    }
    .monthly-earnings .mailbox-label {
        font-size: 18px;
    }
    .monthly-earnings .earnings {
        font-size: 22px;
    }
    .monthly-earnings .grid-item p:first-child {
        font-size: 20px;
    }
    .monthly-earnings .grid-item p:last-child {
        font-size: 20px;
    }
    .share-after::after {
        background-image: none;
    }
    .share-after {
        padding: 40px 0px 71px 0px;
    }
}

@media only screen and (max-width: 410px) {
    .banner-section {
        background-size: 403px;
        height: 460px !important;
    }
    .banner-section h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .how-it-works ul li {
        font-size: 17px;
    }
    .how-it-works .svg {
        width: 360px;
    }
    .share-after a {
        padding: 9px 28px;
    }
    footer img {
        width: 160px;
    }
}

@media only screen and (max-width: 386px) {
    .banner-section h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .banner-section p {
        line-height: 21px;
    }
    .how-it-works h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .share-after h6 {
        font-size: 20px;
        line-height: 28px;
    }
    .share-after span {
        font-size: 22px;
    }
}

@media only screen and (max-width: 360px) {
    .banner-section h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .banner-section {
        background-size: 390px;
        height: 435px !important;
    }
    .how-it-works ul li {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 320px) {
    .banner-section {
        background-size: 351px;
        height: 400px !important;
    }
    .banner-section h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .how-it-works h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .banner-section p {
        font-size: 12px;
    }
    .monthly-earnings .mailbox-count {
        font-size: 38px;
    }
    .monthly-earnings .mailbox-label {
        font-size: 16px;
    }
    .monthly-earnings .earnings {
        font-size: 20px;
    }
    .monthly-earnings .grid-item p:first-child {
        font-size: 18px;
    }
    .monthly-earnings .grid-item p:last-child {
        font-size: 18px;
    }
    .share-after h6 {
        font-size: 18px;
    }
    .share-after span {
        line-height: 23px;
    }
    .share-after a {
        font-size: 16px;
    }
    .share-after {
        padding: 18px 0px 53px 0px;
    }
}
