.section-bg-1 {
    background-color: white;
}

/* hero-sb ---------------------------------------------------------------------------*/

.hero-sb {
    padding: 85px 0;
}

.hero-sb .hero-content h1 {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 800;
}

.hero-sb .hero-content h1 span {
    font-weight: 500;
    color: #92247b;
}

.hero-sb .hero-image {
    width: 100%;
    animation: 5s floating linear infinite;
}

.hero-sb .hero-image img {
    width: 100%;
}

/* why_sell_on ---------------------------------------------------------------------------*/


.why_sell_on {
    padding: 85px 0;
    border-radius: 30px;
    background-color: #92247b;
}

.why_sell_on h2 {
    font-weight: 800;
    line-height: 70px;
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0;
}

.why_sell_on p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 30px 0;
}


.why_sell_on .key-point-image {
    width: 100%;
    animation: 5s floating linear infinite;
}

.why_sell_on .key-point-image img {
    width: 100%;
}

.why_sell_on .key-box {
    text-align: center;
    position: relative;
    inset: 0px;
    padding: 20px;
    box-shadow: rgba(208, 208, 208, 0.5) 1px 1px 16px 1px;
    border-radius: 10px;
    transition: all 0.3s;
    z-index: 1;
    overflow: hidden;
}

.why_sell_on .key-box:after {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: #95d1d9;
    opacity: 0.8;
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s
}

.why_sell_on .key-box:hover {
    border-radius: 20px;
}

.why_sell_on .key-box:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0%;
}

.why_sell_on .key-box .icon {
    width: 100px;
    position: relative;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #92247b;
    margin: 0 auto;
}

.why_sell_on .key-box .icon img {
    width: 70%;
    position: absolute;
    height: 70%;
    object-fit: contain;
    inset: 15%;

}

.why_sell_on .key-box h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
}

.why_sell_on .key-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
    color: #666666;
}

.about-sb {
    padding: 100px 0 0 0;
}

.about-sb h2 {
    font-weight: 800;
    line-height: 64px;
    margin: 0 0 15px 0;
}

.about-sb p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 30px 0;
}

.about-sb .about-sb-img {
    width: 100%;
    overflow: hidden;
    animation: 5s floating linear infinite;
}

.about-sb .about-sb-img img {
    width: 100%;
}

.about-sb .section-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.about-sb .section-content .number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 70px;
    color: rgb(2, 2, 2);
}

.about-sb .section-content .duration {
    font-size: 16px;
    padding: 15px;
    border-radius: 15px;
    background-color: #92247b;
    font-weight: 800;
    color: #fff;

}

.reviews {
    padding: 85px 0;
}

.reviews h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    margin: 0 0 15px 0;
}

.reviews p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 30px 0;
}

.reviews .review-detail {
    background-color: #92247b;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
}

.reviews .review-detail .rating-point span {
    font-size: 120px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.reviews .review-detail .rating-point {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.how_it_works {
    padding: 85px 0;
    background-color: #92247b;
}

.how_it_works h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 600;
    line-height: 64px;
    margin: 0 0 15px 0;
    text-align: center;
}

.how_it_works p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 15px 0;
    text-align: center;
}

.how_it_works .in-flex {
    display: flex;
    gap: 100px;
    align-items: center;
}

.how_it_works .in-flex .left-img {
    min-width: 300px;
}

.how_it_works .in-flex .left-img img {
    width: 100%;
}

.how_it_works .in-flex .right-content {
    display: flex;
    padding: 50px 0;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.how_it_works .in-flex .right-content::before {
    content: '';
    background-color: #fff;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.how_it_works .in-flex .right-content .dot {
    width: 25px;
    height: 25px;
    background-color: #fff;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
}

.how_it_works .in-flex .right-content .dot.d2 {
    top: auto;
    bottom: -5px;
}

.how_it_works .in-flex .right-content .step-box {
    padding: 30px 0px;
    border-radius: 10px;
    width: calc(100% - 0px);
    height: 100%;
    position: relative;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.how_it_works .in-flex .right-content .step-box:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}

.how_it_works .in-flex .right-content .step-box:nth-of-type(2n+1) .left-num {
    text-align: left;
    padding: 0;
    padding-left: 10px;
}

.how_it_works .in-flex .right-content .step-box:nth-of-type(2n+1) .right {
    padding: 0;
    padding-right: 10px;
    text-align: right;
}

.how_it_works .in-flex .right-content .step-box:nth-of-type(2n+1) .right p {
    text-align: right;
}

.how_it_works .in-flex .right-content .step-box .left-num {
    font-size: 150px;
    color: #fff;
    font-weight: 800;
    width: calc(50% - 20px);
    padding-right: 10px;
    text-align: right;
    line-height: normal;
}

.how_it_works .in-flex .right-content .step-box .right {
    width: calc(50% - 20px);
    padding-left: 10px;
}

.how_it_works .in-flex .right-content .step-box .right h3 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}

.how_it_works .in-flex .right-content .step-box p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}

.back-to-top span {
    display: initial !important;
}

@media (max-width:1400px) {
    .hero-sb .hero-content h1 {
        font-size: 86px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero-sb {
        padding: 60px 0;
    }

    .hero-sb .hero-content h1 {
        font-size: 68px;
    }

    .hero-sb .hero-image {
        height: auto;
        width: 50%;
        margin: 0 auto;
    }

    .hero-sb .hero-image img {
        object-position: top;
    }

    .why_sell_on {
        padding: 60px 0;
    }

    .why_sell_on h2 {
        line-height: 52px;
    }

    .why_sell_on .key-point-image {
        width: 50%;
        margin: 0 auto;
    }

    .about-sb {
        padding: 60px 0 0 0;
    }

    .about-sb h2 {
        line-height: 52px;
    }

    .about-sb .about-sb-img {
        width: 50%;
        margin: 0 auto;
        height: auto;
    }

    .how_it_works {
        padding: 60px 0;
    }

    .how_it_works h2 {
        font-size: 46px;
        line-height: 52px;
    }


    .how_it_works .in-flex .right-content .step-box .left-num {
        font-size: 120px;
    }

    .how_it_works .in-flex .right-content .step-box .right h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-sb {
        padding: 40px 0;
    }

    .hero-sb .hero-content h1 {
        font-size: 52px;
    }

    .hero-sb .hero-image {
        height: auto;
    }

    .hero-sb .hero-image img {
        object-position: top;
    }

    .why_sell_on {
        padding: 40px 0;
    }

    .why_sell_on h2 {
        line-height: 42px;
    }

    .why_sell_on .key-point-image {
        width: 80%;
        margin: 0 auto;
        animation: none;
    }

    .about-sb {
        padding: 40px 0 0 0;
    }

    .about-sb h2 {
        line-height: 42px;
    }

    .about-sb .about-sb-img {
        height: auto;
    }

    .how_it_works {
        padding: 40px 0;
    }

    .how_it_works h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .how_it_works .in-flex .right-content::before {
        left: 20px;
    }

    .how_it_works .in-flex .right-content {
        flex-direction: column;
        padding: 30px 0;
    }

    .how_it_works .in-flex .right-content .step-box {
        flex-direction: column;
        padding: 0 0;
    }

    .how_it_works .in-flex .right-content .step-box .left-num {
        font-size: 100px;
        width: calc(100% - 00px);
        padding-right: 0;
        text-align: left;
        padding-left: 5 0px;
    }

    .how_it_works .in-flex .right-content .dot {
        left: 20px;
    }

    .how_it_works .in-flex .right-content .step-box .right {
        width: calc(100% - 00px);
        padding-left: 50px;
    }

    .how_it_works .in-flex .right-content .step-box .right h3 {
        font-size: 28px;
    }


    .how_it_works .in-flex .right-content .step-box:nth-of-type(2n+1) {
        flex-direction: column;
    }

    .how_it_works .in-flex .right-content .step-box:nth-of-type(2n+1) .right {
        width: calc(100% - 00px);
        padding-left: 50px;
        text-align: left;
    }

    .how_it_works .in-flex .right-content .step-box:nth-of-type(2n+1) .right p {
        text-align: left;
    }

    .how_it_works .in-flex .right-content .step-box:nth-of-type(2n+1) .left-num {
        padding-left: 50px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {}



@keyframes floating {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-50px);
    transform: translatey(-50px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}