@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/ProximaNova-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/ProximaNova-ThinIt.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Light Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Regular Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Semibold Italic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Bold Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Extrabold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/ProximaNova-ExtrabldIt.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/proxima-nova/Proxima Nova Black It.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

.banner-wrapper {
    background-image: url(../img/helping-mama/banner.png);
}

.detail-section-heading h2 {
    font-size: 80px !important;
    line-height: 150px;
}

.porftolio-healping-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

.porftolio-healping-grid-col:nth-child(2) {
    grid-row: span 2 / span 2;
}

.porftolio-healping-grid-col:nth-child(3) {
    grid-row: span 2 / span 2;
}

.porftolio-healping-grid-col:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 3;
}

.porftolio-healping-grid-box {
    padding: 16px 15px;
    background: #F9C0C6;
    height: 100%;
    border-radius: 5px;
    padding-right: 26px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    text-align: right;
}

.portfolio-image {
    display: flex;
    justify-content: end;
}

.portfolio-image img {
    height: 450px;
    width: initial;
}

.portfolio-wrapper .custom-col-12:nth-child(1) .portfolio-image {
    justify-content: flex-start;
}

section.ecosystem.primary-wrapper.pBlock-150 {
    padding-top: 0px;
}

.porftolio-healping-grid-box h3 {
    color: #C6315E;
    font-family: "Proxima Nova";
    font-size: 58.807px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.porftolio-healping-grid-box p {
    color: #C6315E;
    font-family: "Proxima Nova";
    font-size: 14.702px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.porftolio-healping-grid-col:nth-child(2) .porftolio-healping-grid-box h3,
.porftolio-healping-grid-col:nth-child(2) .porftolio-healping-grid-box p,
.porftolio-healping-grid-col:nth-child(3) .porftolio-healping-grid-box h3,
.porftolio-healping-grid-col:nth-child(3) .porftolio-healping-grid-box p {
    color: #fff;
}

.porftolio-healping-grid-col:first-child .porftolio-healping-grid-box,
.porftolio-healping-grid-col:last-child .porftolio-healping-grid-box {
    padding-top: 45px;
}

.porftolio-healping-grid-col:nth-child(2) .porftolio-healping-grid-box {
    background: rgba(198, 49, 94, 0.40);
}

.porftolio-healping-grid-col:nth-child(3) .porftolio-healping-grid-box {
    background: #F04F79;
}

.porftolio-healping-grid-col:nth-child(4) .porftolio-healping-grid-box {
    background: #F9C0C6;
}

section.meet-wrapper .custom-row {
    gap: 50px 0px;
}

.key-wrapper {
    background-image: url(../img/helping-mama/key-banner.png);
    height: 500px !important;
}

h2 span,
p span {
    color: #C6315E;
}

.custom-margin {
    margin-bottom: 20px !important;
}

ul.list-para.custom-margin {
    padding-left: 25px;
}

ul.list-design-row {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-inline: -18px;
    gap: 36px 0px;
}

ul.list-design-row li {
    width: 20%;
    flex: 0 0 auto;
    padding-inline: 18px;
}

.design-custom-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.design-custom-circle {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 5px solid #F04F79;
    display: flex;
    justify-content: center;
    align-items: center;
}

.design-custom-circle-content {
    padding-top: 77px;
    position: relative;
}

.design-custom-circle-content::before {
    content: "";
    width: 3px;
    height: 63px;
    background: #F04F79;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.design-custom-circle-content h3 {
    color: #413F41;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
}

.design-custom-circle-content p {
    color: #413F41;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.bloom-cover .custom-row {
    gap: 0px !important;
    margin-inline: 0px !important;
}

.bloom-cover .custom-row .custom-col-6 {
    padding-inline: 0px !important;
}

.bloom-box {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 400px;
    padding: 40px 40px;
}

section#research .custom-col-5 h3 {
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.bloom-cover .custom-row .custom-col-6:nth-child(1) .bloom-box {
    background-image: url(../img/helping-mama/bloom1.png) !important;
}

.bloom-cover .custom-row .custom-col-6:nth-child(2) .bloom-box {
    background-image: url(../img/helping-mama/bloom2.png) !important;
}

.bloom-cover .custom-row .custom-col-6:nth-child(3) .bloom-box {
    background-image: url(../img/helping-mama/bloom3.png) !important;
}

.bloom-cover .custom-row .custom-col-6:nth-child(4) .bloom-box {
    background-image: url(../img/helping-mama/bloom4.png) !important;
}

.bloom-box-content h3 {
    color: #C6315E;
    font-family: ABeeZee;
    font-size: 24.01px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloom-box-content p {
    color: #C6315E;
    font-family: ABeeZee;
    font-size: 12.005px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bloom-box-content {
    max-width: 35%;
}

.final-product-box-wrapper {
    background-color: #FAFAFA;
}

.final-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

.final-grid-col:nth-child(1) {
    grid-column: span 2 / span 2;
}

.final-grid-col:nth-child(2) {
    grid-column-start: 3;
}

.final-grid-col:nth-child(3) {
    grid-row-start: 2;
}

.final-grid-col:nth-child(4) {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
}

.final-grid-col {
    border-radius: 20px;
    background: #FFF;
}

.final-grid-col .custom-row {
    align-items: center;
    height: 100%;
}

.final-grid-col .custom-row .custom-col-6,
.final-grid-image {
    height: 100%;
}

.final-grid-image img.img-fluid {
    height: 100%;
    object-fit: cover;
}

.final-grid-image-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-right: 25px;
}

.final-grid-image-content h3 {
    color: #C6315E;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.final-grid-image-content p {
    color: #C6315E;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.final-product-image img {
    width: 100%;
}

.foundation-image img {
    width: 100%;
}




@media screen and (max-width:1440px) {
    .detail-section-heading h2 {
        font-size: 65px !important;
        line-height: 145px;
    }
}

@media screen and (max-width:1200px) {
    .detail-section-heading h2 {
        font-size: 50px !important;
        line-height: 140px;
    }

    .porftolio-healping-grid-col:first-child .porftolio-healping-grid-box,
    .porftolio-healping-grid-col:last-child .porftolio-healping-grid-box {
        padding-top: 25px;
    }

    .porftolio-healping-grid-box h3 {
        font-size: 46px;
    }

    .key-wrapper {
        height: 400px !important;
    }

    .design-custom-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 5px solid #F04F79;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .design-custom-circle svg {
        height: 28px;
        width: 30px;
    }

    .bloom-box {
        height: 300px;
        padding: 30px 30px;
    }

    .bloom-box-content {
        max-width: 50%;
    }

    .final-grid-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px 0px;
    }

    .final-grid-col {
        width: 49%;
        flex: 0 0 auto;
    }
}

@media screen and (max-width:1024px) {
    ul.list-design-row li {
        width: 33.333%;
        flex: 0 0 auto;
        padding-inline: 18px;
    }

    .final-grid-col {
        width: 100%;
        flex: 0 0 auto;
    }

    .bloom-box-content h3,
    .bloom-box-content p {
        text-align: left;
    }

    ul.list-para.custom-margin {
        padding-left: 25px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .primary-content-image img {
        width: 100%;
    }

    .final-grid-col .custom-row .custom-col-6 {
        width: 50% !important;
    }
}

@media screen and (max-width:768px) {
    .final-grid-image img.img-fluid {
        height: 100%;
        object-fit: initial;
    }

    .key-wrapper {
        height: auto !important;
        padding-block: 100px;
    }

    .portfolio-image {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:575px) {
    ul.list-design-row li {
        width: 50%;
        flex: 0 0 auto;
        padding-inline: 18px;
    }

    .bloom-box {
        height: 250px;
        padding: 20px 20px;
    }

    .final-grid-image-content h3 {
        color: #C6315E;
        text-align: right;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media screen and (max-width:475px) {
    .detail-section-heading h2 {
        font-size: 38px !important;
        line-height: 70px;
    }

}

@media screen and (max-width:400px) {
    ul.list-design-row li {
        width: 100%;
        flex: 0 0 auto;
        padding-inline: 18px;
    }

    .bloom-box-content {
        max-width: 66%;
    }

    .bloom-box {
        height: 225px;
        padding: 20px 20px;
    }

    .final-product-box-wrapper.pBlock-150 .custom-col-6:has(.final-grid-image) {
        width: 40% !important;
    }

    .final-product-box-wrapper.pBlock-150 .custom-col-6:has(.final-grid-image-content) {
        width: 60% !important;
    }

    .final-grid-image-content {
        padding-block: 10px;
    }
}