/* SOLAR HERO SECTION  */
.solar-hero-section {
    display: flex;
    width: 100%;
    height: 700px;
    padding: 0px 140px;
    justify-content: center;
    position: relative;
    background-color: var(--Neutral-N0);
    background-image: url('../images/hero-bg-2.png');
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.solar-hero-section .solar-hero-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.solar-hero-section .solar-hero-container h1 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    max-width: 570px;
}

.solar-hero-section .solar-hero-container img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

/* END OF SOLAR HERO SECTION  */

/* HOW DOES IT WORK */
.how-it-work {
    display: flex;
    width: 100%;
    padding: 150px;
    height: auto;
    background: url('../images/how-it works-bg.png'), radial-gradient(85.94% 85.94% at 90.64% 7.81%, #FF9937 0%, #FE6A2E 89.5%);
    background-size: cover;
    background-position: center;
    border-bottom: 15px solid var(--Neutral-N900);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-top: -3.5rem;
}

.how-it-work .how-it-work-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

.how-it-work-container .head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.how-it-work-container .head h2 {
    color: var(--Neutral-N0);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1%;
}

.how-it-work-container .body {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.how-it-work-container .body .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 20px 20px 0px;
    width: 100%;
    max-width: 390px;
    height: 575px;
    min-height: 280px;
    border: 1.5px solid var(--Neutral-N0);
    border-radius: 16px;
    border-bottom: 7px solid var(--Neutral-N0);
    background-image: url('../images/card/hwc-bg.svg');
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: var(--Neutral-N900);
}

.how-it-work-container .body .card2 {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 12px 20px 0px;
    width: 100%;
    max-width: 390px;
    height: 278.5px;
    border: 1.5px solid var(--Neutral-N0);
    border-radius: 16px;
    border-bottom: 7px solid var(--Neutral-N0);
    background-image: url('../images/card/hwc-bg.svg');
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: var(--Neutral-N900);
}

.cards-2-3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 575px;
    gap: 18px;
}

.card.g1 {
    gap: 90px;
}

.card.g2 {
    gap: 100px;
}

.card2.g1 {
    gap: 6px;
}

.card2 img {
    width: auto;
    height: 172px;
}

.how-it-work-container .body .card p,
.how-it-work-container .body .card2 p {
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.how-it-work-container .body .card2 p {
    line-height: 20px;
}

.how-it-work-container .body .card .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
    padding-top: 3.1rem;
}

.how-it-work-container .body .card2 .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    width: 100%;
}

/* END OF HOW DOES IT WORK */

/* WHAT ARE YOU */
.what-are-you {
    display: flex;
    width: 100%;
    /* height: 1010px; */
    border-radius: 60px;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* z-index: -9; */
    justify-content: center;
    background-color: var(--Primary-50);
}

.what-are-you .what-are-you-container {
    display: flex;
    gap: 80px;
    padding: 150px;
    width: 100%;
    /* justify-content: center; */
    align-items: center;
}

.img-card {
    display: flex;
    border: 1px solid var(--Neutral-N900);
    border-right: 10px solid var(--Neutral-N900);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
}

.what-are-you .what-are-you-container .img-card img {
    max-width: 600px;
    height: 640px;
}

.what-are-you-container .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.what-are-you-container .content .head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.what-are-you-container .content .head .text-group h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1%;
}

.what-are-you-container .content .head .text-group p {
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1%;
    max-width: 570px;
    font-style: Bold;

}

.what-are-you-container .content .head .text-group p.text-1 {
    color: var(--Primary-300);
}

.what-are-you-container .content .head .text-group p.text-2 {
    color: var(--Primary-400);
}

.what-are-you-container .content .head .text-group p.text-3 {
    color: var(--Neutral-N900);
}

.what-are-you-container .content .head span {
    color: var(--Neutral-N600);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 500px;
}

.hidden {
    display: none;
}

.bounce-strong {
    animation: bounceStrong 0.8s ease-out;
}

@keyframes bounceStrong {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    40% {
        transform: translateY(-20%);
        opacity: 1;
    }

    60% {
        transform: translateY(10%);
    }

    80% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0);
    }
}

/* END OF WHAT ARE YOU */


/* MOBILE RESPONSIVE  */

@media only screen and (max-width: 1122px) {
    .solar-hero-section {
        padding: 0px 10px;
        height: auto;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .solar-hero-section .solar-hero-container {
        flex-direction: column;
        margin-top: 1rem;
        padding: 70px 10px;
    }

    .solar-hero-section .solar-hero-container h1 {
        font-size: 32px;
        line-height: 45px;
    }

    .how-it-work {
        /* position: relative; */
        height: auto;
        padding: 100px 10px 25px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .how-it-work-container .head h2 {
        font-size: 32px;
    }

    .how-it-work-container .body .card {
        height: auto;
    }

    .cards-2-3 {
        height: auto;
    }

    .card2 img {
        width: 171px;
    }

    .card.g1,
    .card.g2 {
        gap: 20px;
    }

    .card2.g1 {
        gap: 14px;
    }

    .card2.g1 img {
        width: 100%;
    }

    .what-are-you {
        height: auto;
        /* border-radius: unset;
        margin-bottom: -2rem; */
    }

    .what-are-you .what-are-you-container {
        gap: 30px;
        flex-direction: column;
        padding: 100px 10px 60px;
    }

    .img-card {
        max-width: 420px;
        height: 430px;
    }

    .what-are-you-container .content .head .text-group h2,
    .what-are-you-container .content .head .text-group p {
        font-size: 36px;
    }
}

/* END OF MOBILE RESPONSIVE  */