
.main p,h1,h2,h3,h4 {
    margin: 0px;
}

/* hero-section */

.main .hero-section {
    background-color: rgba(35, 42, 61, 1);
    margin: 10px;
    border-radius: 10px;
}

.main .hero-section .hero-bg {
    position: relative;
}

.main .hero-section .hero-bg svg {
    border-radius: 10px;
}

.main .hero-section .hero-bg .svg1 {
    position: absolute;
}

.main .hero-section .hero-bg .svg2 {
    position: absolute;
    right: 0; 
}

.main .hero-section .hero-bg .svg3 {
    position: absolute;
    top: 48px;
    right: 0;
}

.main .hero-section .hero-bg .svg4 {
    position: absolute;
    top: 441px;
}

.main .hero-section .hero-banner {
    display: flex;
    align-items: center;
    gap: 127px;
    padding: 50px 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main .hero-section .hero-banner .hero-text {
    width: 100%;
    z-index: 1;
}

.main .hero-section .hero-banner .hero-text h1 {
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: #fff;
}

.main .hero-section .hero-banner .hero-text p { 
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    line-height: 110.00000000000001%;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 35px;
}

.main .hero-section .hero-banner .hero-text .ctn-btn {
    text-decoration: none;
    border: 1px solid rgba(79, 31, 255, 1);
    background-color: rgba(79, 31, 255, 1);
    border-radius: 100px;
    padding: 15px 20px;
    width: 189px; 
}

.main .hero-section .hero-banner .hero-text .ctn-btn a {
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.main .hero-section .hero-banner .hero-img {
    width: 100%;
    text-align: end;
    z-index: 1;
}

/* box3-section */

.main .box3-section {
    text-align: center;
    padding: 100px 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main .box3-section .easysteps-text {
    padding-bottom: 50px;
}

.main .box3-section .easysteps-text h2 {
    padding-bottom: 25px;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .box3-section .easysteps-text p { 
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .box3-section .easysteps3 .easysteps-box {
    display: flex;
    width: 100%;
    align-items: center;
}

.main .box3-section .easysteps3 .easysteps-box .box {
    padding: 35px 25px 80px 25px; 
    border: 2px solid rgba(242, 242, 242, 1);
    border-radius: 10px;
    width: 100%;
    height: 257px;
}

.main .box3-section .easysteps3 .easysteps-box .box .img {
    padding-bottom: 30px;
}

.main .box3-section .easysteps3 .easysteps-box .box .text {
    padding-bottom: 30px;
}

.main .box3-section .easysteps3 .easysteps-box .box .text span {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(79, 31, 255, 1);
}

.main .box3-section .easysteps3 .easysteps-box .box .text h3 {
    margin-top: 15px;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .box3-section .easysteps3 .easysteps-box .box .text-p p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    color: rgba(31, 35, 35, 0.7);
}

.main .box3-section .easysteps3 .easysteps-box .hr .hr-line {
    width: 54px;
    border: 2px dashed rgba(31, 35, 35, 0.25);
    margin: 0px;
}

/* box4-section */

.main .box4-section {
    background-color: rgba(242, 242, 242, 0.5);
    width: 100%;
}

.main .box4-section .box4-bg {
    text-align: center;
    padding: 100px 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main .box4-section .box4-bg .card-box {
    display: flex;
    width: 100%;
    gap: 30px;
}

.main .box4-section .box4-bg .card-box .box1 {
    padding: 20px 0px 50px 0px;
    border: 2px solid rgba(242, 242, 242, 1);
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 645px;
}

.main .box4-section .box4-bg .card-box .box1 .img {
    padding: 0px 20px 0px 20px;
}

.main .box4-section .box4-bg .card-box .box1 .text {
    padding: 0px 20px 0px 20px;
}

.main .box4-section .box4-bg .card-box .box1 .text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .box4-section .box4-bg .card-box .box1 .text p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    color: rgba(31, 35, 35, 0.7);
}

.main .box4-section .box4-bg .card-box .box2 {
    width: 100%;
    display: grid;
    gap: 30px;
    height: 645px;
}

.main .box4-section .box4-bg .card-box .box2 .box {
    padding: 35px 25px 80px 25px;
    border: 2px solid rgba(242, 242, 242, 1);
    border-radius: 10px;
    background-color: #fff;
    height: 226px;
}

.main .box4-section .box4-bg .card-box .box2 .text h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .box4-section .box4-bg .card-box .box2 .text p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    color: rgba(31, 35, 35, 0.7);
}

.main .box4-section .box4-bg .card-box .box3 {
    padding: 20px 0px 50px 0px;
    border: 2px solid rgba(242, 242, 242, 1);
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 645px;
}

.main .box4-section .box4-bg .card-box .box3 .img {
    padding: 0px 20px 0px 20px;
}

.main .box4-section .box4-bg .card-box .box3 .text {
    padding: 0px 20px 0px 20px;
}

.main .box4-section .box4-bg .card-box .box3 .text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .box4-section .box4-bg .card-box .box3 .text p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    color: rgba(31, 35, 35, 0.7);
}

/* box8-section */

.main .box8-section {
    text-align: center;
    padding: 100px 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main .box8-section .sell-text h2 {
    padding-bottom: 70px;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .box8-section .box-r {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
    align-items: center;
    gap: 25px;
}

.main .box8-section .sell-box .box-r .box {
    padding: 35px 25px 80px 25px; 
    border: 2px solid rgba(242, 242, 242, 1);
    border-radius: 10px; 
    height: 148px;
}

.main .box8-section .sell-box .box-r .box .img {
    padding-bottom: 30px;
}

.main .box8-section .sell-box .box-r .box .text {
    padding-bottom: 30px;
}

.main .box8-section .sell-box .box-r .box .text h4 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .box8-section .sell-box .box-r .box .text-p p {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    color: rgba(31, 35, 35, 0.7);
}

/* cta-section */

.main .cta-section {
    background-color: rgba(35, 42, 61, 1);
}

.main .cta-section .cta-bg {
    position: relative;
}

.main .cta-section .cta-bg .svg1 {
    position: absolute;
}

.main .cta-section .cta-bg .svg2 {
    position: absolute;
    right: 0;
    top: 194px;
}

.main .cta-section .cta-bg .svg3 {
    position: absolute;
    top: 236px;
}

.main .cta-section .cta-bg .svg4 {
    position: absolute;
    right: 0;
}

.main .cta-section .cta-content {
    padding: 100px 0px;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main .cta-section .cta-content h1 {
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: #fff;
}

.main .cta-section .cta-content p {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    line-height: 110.00000000000001%;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 50px;
}

.main .cta-section .cta-content .ctn-btn {
    text-decoration: none;
    border: 1px solid rgba(79, 31, 255, 1);
    background-color: rgba(79, 31, 255, 1);
    border-radius: 100px;
    padding: 15px 20px;
    width: 189px;
    margin: 0 auto;
}

.main .cta-section .cta-content .ctn-btn a {
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* faq */

.main .faq-container {
    padding: 100px 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main .faq-container .faq-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    line-height: 110%;
    color: rgba(35, 35, 35, 1);
}

.main .faq-container .faq-item {
    border-bottom: 1px solid rgba(222, 226, 230, 1);
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.main .faq-container .faq-item .faq-question p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    line-height: 140%;
    margin: 0;
    color: rgba(31, 35, 35, 1);
}

.main .faq-container .faq-item .faq-answer {
    display: none;
    padding-top: 20px;
    font-size: 12px;
    color: rgba(31, 35, 35, 1);
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.main .faq-container .faq-item.open .faq-answer {
    display: block;
}

.main .faq-container .faq-item .icon {
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s;
    line-height: 1;
}

.main .faq-container .faq-item.open .icon {
    transform: rotate(180deg); /* '+' becomes '×' */
}

/* tab-bg */

.main .tab-bg {
    background-color: rgba(242, 242, 242, 0.5);
    width: 100%;
}

.main .tab-bg .tab-section {
    text-align: center;
    padding: 100px 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main .tab-bg .tab-section .tab-text {
    padding-bottom: 50px;
}

.main .tab-bg .tab-section .tab-text h2 {
    padding-bottom: 25px;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .tab-bg .tab-section .tab-text p { 
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    line-height: 110.00000000000001%;
    color: rgba(31, 35, 35, 1);
}

.main .tab-bg .tab-section .tab-r .tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.main .tab-bg .tab-section .tab-r .tab .tab-btn a {
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(31, 35, 35, 1);
}

.main .tab-bg .tab-section .tab-r .tab .tab-btn.active a {
    color: #fff;
}

.main .tab-bg .tab-section .tab-r .tab .tab-btn {
    text-decoration: none;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 100px;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(31, 35, 35, 1);
    padding: 20px 30px;
    background-color: #fff;
}

.main .tab-bg .tab-section .tab-r .tab .tab-btn.active {
    text-decoration: none;
    border: 1px solid rgba(79, 31, 255, 1);
    background-color: rgba(79, 31, 255, 1);
    border-radius: 100px;
    padding: 20px 30px;
}






/* Responsive Styles */

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

    /* hero-banner */

    .main .hero-section .hero-banner .hero-text {
        padding-left: 40px;
    }

    .main .hero-section .hero-banner .hero-img {
        padding-right: 40px;
    }

    /* faq */

    .main .faq-container .faq-title {
        margin: 0px 40px;
    }

    .main .faq-container .faq-item {
        margin: 20px 40px;
    }

    /* tab-bg */

    .main .tab-bg .tab-section .tab-text {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main .tab-bg .tab-section .tab-r {
        padding: 0px 40px;
    }

    /* box3-section */

    .main .box3-section .easysteps-text {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main .box3-section .easysteps3 {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* cta-section */

    .main .cta-section .cta-content h1 {
        padding: 0px 40px;
    }

    .main .cta-section .cta-content p {
        padding: 0px 40px;
    }

    /* box4-section */

    .main .box4-section .box4-bg .card-box .box1 .img img {
        width: 100%;
    }

    .main .box4-section .box4-bg .card-box .box3 .img img {
        width: 100%;
    }

    .main .box4-section .box4-bg .card-box .box1 {
        margin-left: 40px;
    }

    .main .box4-section .box4-bg .card-box .box3 {
        margin-right: 40px;
    }

    /* box8-section */

    .main .box8-section .sell-text h2 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main .box8-section .sell-box {
        padding: 0px 40px;
    }

}

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

    /* box4-section */

    .main .box4-section .box4-bg .card-box .box2 .text h3 {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    /* box8-section */

    .main .box8-section .sell-box .box-r .box .text {
        padding-bottom: 10px;
    }

    .main .box8-section .sell-box .box-r .box .img {
        padding-bottom: 10px;
    }

}

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

    /* hero-banner */

    .main .hero-section .hero-banner {
        gap: 66px;
        flex-direction: column;
        text-align: center;
    }

    .main .hero-section .hero-banner .hero-text {
        padding-left: 0px;
    }

    .main .hero-section .hero-banner .hero-img {
        padding-right: 0px;
    }

    .main .hero-section .hero-banner .hero-text .ctn-btn {
        margin: 0 auto;
    }

    .main .hero-section .hero-banner .hero-img {
        text-align: center;
    }

    .main .hero-section .hero-banner .hero-img img {
        width: 322px;
    }

    .main .hero-section .hero-bg .svg4 {
        top: 615px;
    }

    .main .hero-section .hero-bg .svg3 {
        top: 222px;
    }

    /* faq */

    .main .faq-container .faq-title h2 {
        text-align: center;
    }

    /* box3-section */

    .main .box3-section .easysteps3 .easysteps-box {
        flex-wrap: wrap; 
    }

    .main .box3-section .easysteps3 .easysteps-box .hr {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main .box3-section .easysteps3 .easysteps-box .hr .hr-line {
        width: 0px;
        height: 54px;
    }

    /* cta-section */

    .main .cta-section .cta-content {
        padding: 152px 0px;
    }

    .main .cta-section .cta-bg .svg3 {
        top: 340px;
    }

    .main .cta-section .cta-bg .svg2 {
        top: 298px;
    }

    /* box4-section */

    .main .box4-section .box4-bg .card-box {
        flex-wrap: wrap;
    }

    .main .box4-section .box4-bg .card-box .box1 {
        margin-left: 40px;
        margin-right: 40px;
        height: auto;
    }

    .main .box4-section .box4-bg .card-box .box2 {
        margin-left: 40px;
        margin-right: 40px;
        height: auto;
    }

    .main .box4-section .box4-bg .card-box .box2 .box {
        height: auto;
    }

    .main .box4-section .box4-bg .card-box .box2 .text h3 {
        margin: 30px 0px;
    }

    .main .box4-section .box4-bg .card-box .box3 {
        margin-left: 40px;
        margin-right: 40px;
        height: auto;
    }

    /* box8-section */

    .box-r {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }

    .card {
        flex: 0 0 248px;
        scroll-snap-align: center;
    }

    .main .box8-section .box-r {
        gap: 15px;
    }

}

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

    /* cta-section */

    .main .cta-section .cta-bg .svg3 {
        top: 384px;
    }

    .main .cta-section .cta-bg .svg2 {
        top: 342px;
    }

}

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

    /* cta-section */

    .main .cta-section .cta-bg .svg3 {
        top: 401px;
    }

    .main .cta-section .cta-bg .svg2 {
        top: 359px;
    }

}

@media (max-width: 600px) {

    /* box8-section */

    .card {
        flex: 0 0 95%;
    }
}

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

    /* cta-section */

    .main .cta-section .cta-bg .svg3 {
        top: 444px;
    }

    .main .cta-section .cta-bg .svg2 {
        top: 402px;
    }

}

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

    /* hero-banner */

    .main .hero-section .hero-banner .hero-text h1 {
        padding: 0px 20px;
    }

    .main .hero-section .hero-banner .hero-text p {
        padding: 0px 20px;
    }

    /* faq */

    .main .faq-container .faq-title {
        margin: 0px 20px;
    }

    .main .faq-container .faq-item {
        margin: 20px 20px;
    }

    /* tab-bg */

    .main .tab-bg .tab-section .tab-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main .tab-bg .tab-section .tab-r {
        padding: 0px 20px;
    }

    /* box3-section */

    .main .box3-section .easysteps-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main .box3-section .easysteps3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* box4-section */

    .main .box4-section .box4-bg .card-box .box1 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .main .box4-section .box4-bg .card-box .box2 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .main .box4-section .box4-bg .card-box .box3 {
        margin-left: 20px;
        margin-right: 20px;
    }

}

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

    /* hero-banner */

    .main .hero-section .hero-bg .svg4 {
        top: 659px;
    }

    .main .hero-section .hero-bg .svg3 {
        top: 266px;
    }

}

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

    /* hero-banner */

    .main .hero-section .hero-banner .hero-text h1 {
        font-size: 30px;
    }

    .main .hero-section .hero-banner .hero-text p {
        font-size: 13px;
    }

    .main .hero-section .hero-bg .svg4 {
        top: 591px;
    }

    .main .hero-section .hero-bg .svg3 {
        top: 198px;
    }

    /* box3-section */

    .main .box3-section .easysteps3 .easysteps-box .box .text h3 {
        font-size: 18px;
    }

    /* cta-section */

    .main .cta-section .cta-bg .svg1 svg {
        width: 154px;
        height: 118px;
    }

    .main .cta-section .cta-bg .svg2 svg {
        width: 155px;
        height: 92px;
    }

    .main .cta-section .cta-content h1 {
        font-size: 30px;
    }

    .main .cta-section .cta-content p {
        font-size: 13px;
    }

    .main .cta-section .cta-bg .svg1 {
        left: 20px;
    }

    .main .cta-section .cta-bg .svg3 {
        top: 374px;
    }

    .main .cta-section .cta-bg .svg2 {
        top: 443px;
    }

}

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

    /* cta-section */

    .main .cta-section .cta-bg .svg3 {
        top: 408px;
    }

    .main .cta-section .cta-bg .svg2 {
        top: 477px;
    }

}

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

    /* hero-banner */

    .main .hero-section .hero-banner .hero-img img {
        width: 250px;
    }

    .main .hero-section .hero-bg .svg4 {
        top: 525px;
    }

    .main .hero-section .hero-bg .svg3 {
        top: 132px;
    }

}

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

    /* hero-banner */

    .main .hero-section .hero-bg .svg4 {
        top: 558px;
    }

    .main .hero-section .hero-bg .svg3 {
        top: 165px;
    }

}

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

    /* hero-banner */

    .main .hero-section .hero-bg .svg4 {
        top: 572px;
    }

    .main .hero-section .hero-bg .svg3 {
        top: 179px;
    }

}

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

    /* cta-section */

    .main .cta-section .cta-bg .svg3 {
        top: 422px;
    }

    .main .cta-section .cta-bg .svg2 {
        top: 491px;
    }

}

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

    /* cta-section */

    .main .cta-section .cta-bg .svg3 {
        top: 455px;
    }

    .main .cta-section .cta-bg .svg2 {
        top: 524px;
    }

}
