.buyer-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 150px 100px;
    margin-top: -5rem;
    background: url('../images/hero-bg-3.png'), var(--Neutral-N0);
    background-size: cover;
    background-position: center;
}

.buyer-hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 4rem; */
    width: 100%;
}

.buyer-hero-container .buyer-hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.buyer-hero-container img {
    width: 100%;
    max-width: 536px;
    height: auto;
}

.buyer-hero-container .buyer-hero-content .top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.buyer-hero-content .top h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    max-width: 613px;
}

.buyer-hero-content .top p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -3%;
    max-width: 570px;
}

.buyer-hero-container .buyer-hero-content .bottom {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.buyer-hero-content .bottom h2 {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.buyer-hero-content .bottom .rating {
    display: flex;
    gap: 20px;
}

.buyer-hero-content .bottom .rating p {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.buyer-hero-content .bottom .rating p span {
    color: var(--Neutral-N100);
    font-size: 12px;
    line-height: 18px;
}

/* NEW MODEL SECTION */
.new-model {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 100px;
    background: url('../images/new-model-bg.png'), var(--Primary-50);
    background-size: cover;
    background-position: center;
    border-radius: 60px;
    border-bottom: 10px solid var(--Neutral-N900);
    position: relative;
    z-index: 1;
}

.new-model-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 67px;
    width: 100%;
}

.new-model-container .content {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 100%;
    text-align: center;
    align-items: center;
}

.new-model-container img {
    width: 865px;
    height: auto;
}

.new-model-container .content h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1%;
}

.new-model-container .content p {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 820px;
}

/* NEW MODEL SECTION */

/* TRANSPARENCY */
.transparency {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 150px 100px;
    background-color: var(--Neutral-N15);
    margin-top: -3rem;
}

.transparency-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.transparency-container .contents {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
}

.transparency-container .contents span {
    display: flex;
    align-items: center;
    max-width: 170px;
    height: 40px;
    background-color: var(--Neutral-N0);
    padding: 8px 25px;
    border-radius: 30px;
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 2px solid #FF9937;
}

.transparency-container .contents h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

.transparency-container .contents p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 567px;
}

.transparency-container .items {
    display: flex;
    gap: 32px;
    max-width: 1220px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.transparency-container .items .item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 38px;
    width: 100%;
    max-width: 592px;
    height: 180px;
    background: linear-gradient(180deg, #FFFFFF 50%, #F8F9FA 100%);
    box-shadow: 0px 0px 14px 0px #0000000D;
    border-radius: 28px;
}

.transparency-container .items .item .top {
    display: flex;
    gap: 16px;
}

.transparency-container .items .item .top h3 {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.transparency-container .items .item p {
    color: var(--Neutral-N200);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* END OF TRANSPARENCY */

/* WHAT YOU GET */
.what-you-get {
    display: flex;
    background: radial-gradient(85.94% 85.94% at 90.64% 7.81%, #FF9937 0%, #FE6A2E 89.5%);
    padding: 7rem;
    width: 100%;
    border-radius: 60px;
    border-bottom: 15px solid var(--Neutral-N900);
}

.what-you-get-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    width: 100%;
}

.what-you-get-container h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}

.what-you-get-container .benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.what-you-get-container .benefits .benefit {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 287px;
    height: 239px;
    border-radius: 12px;
    border: 3px solid var(--Neutral-N30);
    background: linear-gradient(180deg, #FFFFFF 35.03%, #E4E4E4 194.08%);
    box-shadow: 0px 3.36px 10.59px 0px #0000000D;
    position: relative;
    overflow: hidden;
    padding-right: 0px 20px;
    justify-content: space-between;
}

.what-you-get-container .benefits .benefit .head h4 {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.what-you-get-container .benefits .benefit .head p {
    /* font-size: 12px;
    line-height: 18px; */
}

.what-you-get-container .benefits .benefit img {
    width: 100px;
    height: 100px;
}

/* END OF WHAT YOU GET */

/* SDGS */
.sdg-section {
    display: flex;
    padding: 10rem 7rem;
    width: 100%;
    background-color: var(--Primary-50);
    position: relative;
    z-index: -9;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-top: -3rem;
}

.sdg-container {
    display: flex;
    flex-direction: column;
    gap: 46px;
    align-items: center;
    width: 100%;
}

.sdg-container .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
}

.sdg-container .content h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -1%;
}

.sdg-container .content p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 860px;
    text-align: center;
}

.sdg-container .imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* END OF SDGS */

/* POWER SECTION */
.power-section {
    display: flex;
    background-color: var(--Neutral-N900);
    padding: 10rem 5rem;
    width: 100%;
    border-radius: 60px;
}

.power-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
}

.power-container .cont-img {
    width: 600px;
    height: 640px;
    border-radius: 16px;
    border: 1px solid var(--Neutral-N900);
}

.power-container .content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 600px;
    width: 100%;
}

.power-container .content .top {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.power-container .content .top h2 {
    color: var(--Neutral-N0);
    font-family: Clash Display;
    font-size: 52px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: -1px;
}

.power-container .content .top p {
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.ready-to-start {
    display: flex;
    padding: 7rem;
    width: 100%;
}

.ready-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
}

.ready-container .rcard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 42px;
    width: 100%;
    max-width: 590px;
    height: 370px;
    border-radius: 60px;
    padding: 3rem;
    background: url('../images/start-your-journey-bg.png'), radial-gradient(85.94% 85.94% at 90.64% 7.81%, #FF9937 0%, #FE6A2E 89.5%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ready-container .rcard.second {
    background: url('../images/start-your-journey-bg.png'), var(--Neutral-N900);
}

.ready-container .rcard .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ready-container .rcard .content h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -1%;
}

.ready-container .rcard .content p {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.ready-container .rcard.second .content p {
    color: var(--Neutral-N0);
    max-width: 400px;
}

.ready-container .rcard .btn-pri-wbshadow {
    height: 52px;
    padding: 14px 42px;
    border-radius: 8px;
}

.ready-container .rcard.second .btn-pri {
    font-weight: 500;
    color: var(--Neutral-N900);
    padding: 14px 28px;
    border-radius: 8px;
    max-width: 230px;
}

.ready-container .rcard .text-group h2 {
    display: flex;
    gap: 10px;
    color: var(--Neutral-N0);
    font-weight: 700;
}

.ready-container .rcard .text-group span {
    color: var(--Primary-300);
}

/* END OF POWER SECTION */


/* MOBILE RESPONSIVE  */

@media only screen and (max-width: 1122px) {
    .buyer-hero {
        padding: 150px 10px 70px;
    }

    .buyer-hero-container {
        gap: 20px;
        flex-direction: column;
    }

    .buyer-hero-container .buyer-hero-content {
        align-self: unset;
    }

    .buyer-hero-content .top h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .buyer-hero-content .top p,
    .buyer-hero-content .bottom h2,
    .new-model-container .content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }

    .buyer-hero-container .img {
        width: 100%;
        max-width: 558px;
        height: auto;
    }

    .new-model {
        padding: 65px 10px 25px;
        border-radius: 40px;
        border-bottom: 15px solid var(--Neutral-N900);
    }

    .new-model-container {
        flex-direction: column;
    }

    .new-model-container .content h2 {
        font-size: 32px;
    }

    .new-model-container img {
        width: 100%;
        height: unset;
    }

    .transparency {
        padding: 150px 10px 40px;
    }

    .transparency-container {
        flex-direction: column;
    }

    .transparency-container .contents h2 {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -1%;
    }

    .transparency-container .contents span {
        font-size: 14px;
        line-height: 20px;
    }

    .transparency-container .items .item {
        height: 140px;
    }

    .transparency-container .items .item p {
        font-size: 14px;
        line-height: 20px;
    }

    .transparency-container .items .item .top h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .what-you-get {
        border-radius: 40px;
        padding: 50px 20px 40px;
    }

    .what-you-get-container h1 {
        font-size: 36px;
        line-height: 62px;
    }

    .what-you-get-container h2 {
        font-size: 32px;
        line-height: 46px;
        letter-spacing: -1%;
    }

    .what-you-get-container .benefits .benefit {
        max-width: unset;
    }

    .what-you-get-container .benefits .benefit img {
        width: auto;
        height: unset;
    }

    .sdg-section {
        padding: 80px 20px;
    }

    .sdg-container h2 {
        font-size: 32px;
    }

    .sdg-container .content h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .sdg-container img {
        width: 82px;
    }

    .ready-to-start {
        padding: 4rem 10px;
    }

    .ready-container {
        flex-direction: column;
        gap: 32px;
    }

    .ready-container .rcard .content h2 {
        font-size: 32px;
    }

    .ready-container .rcard .text-group h2 {
        flex-direction: column;
        font-size: 32px;
    }

    .power-section {
        border-radius: 40px;
        padding: 30px 20px;
    }

    .power-container {
        flex-direction: column;
    }

    .power-container .cont-img {
        width: 100%;
    }

    .power-container .content .top h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .start-your-journey {
        padding: 50px 20px;
    }

    .start-your-journey-container {
        border-radius: 40px;
        padding: 20px;
    }

    .start-your-journey-container .subtitle h2 {
        font-size: 36px;
    }

    .start-your-journey-container .subtitle p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .are-you-broker {
        padding: 50px 10px;
    }

    .are-you-broker-container {
        flex-direction: column;
    }

    .are-you-broker-container img {
        width: auto;
    }

    .are-you-broker-container .content .sub-content h3 {
        font-size: 36px;
        line-height: 41px;
    }
}

@media only screen and (min-width: 1150px) {
    .buyer-hero-content .top h2 {
        font-size: 36px;
        line-height: 56px;
    }

    .buyer-hero-container .img {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .transparency-container .items .item {
        max-width: 500px;
    }

    .what-you-get-container .benefits .benefit {
        /* max-width: 345px; */
    }

    .ready-container .rcard .text-group h2 {
        flex-direction: column;
    }
}

/* END OF MOBILE RESPONSIVE  */