#heroSec {
    width: 100%;
    height: 100vh;
    padding: 75px 20px;
    background-image: url("../img/bd3e6bfeba8b64eda4a86f19a796c09fb90f98d3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#heroSec .heroSecInner {
    max-width: 1360px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 30px;
    height: 100%;
}

#heroSec h2 {
    font-family: Inter;
    font-weight: 900;
    font-style: Italic;
    font-size: 96px;
    line-height: 82px;
    letter-spacing: -2px;
    max-width: 50%;
    color: #fff;
}

#homeSec2 {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#homeSec2 .homeSec2Inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 190px;
    max-width: 1360px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#homeSec2 .homeSec2Col:first-child {
    flex: 1;
}

#homeSec2 .homeSec2Col:last-child {
    max-width: 30%;
}

#homeSec2 .homeSec2ColRow2 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    margin-top: 20px;
}

#homeSec2 .homeSec2ColRow1 h2 {
    font-size: 2.8rem;
    font-family: 'Inter';
    font-weight: 900;
    color: #000;
    font-style: italic;
    margin-bottom: 20px;
}

#homeSec2 .homeSec2ColRow p {}

#homeSec2 .homeSec2ColBox {
    max-width: 33%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}

#homeSec2 .homeSec2ColBox h4 {
    font-size: 1.8rem;
    font-family: 'Inter';
    font-weight: 900;
    color: #000;
    font-style: italic;
}

#homeSec2 .homeSec2ColBox p {}

#homeSec2 .homeSec2InnerRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1360px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#homeSec2 .homeSec2InnerBox {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 55px;
    max-width: 33%;
}

#homeSec2 .homeSec2InnerBox img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

#homeSec2 .homeSec2InnerBox h4 {
    font-size: 2.6rem;
    font-family: 'Inter';
    font-weight: 900;
    color: #000;
    font-style: italic;
}

#homeSec2 .homeSec2InnerBox p {}

#homeSec3 {
    width: 100%;
    background-color: #ecebec;
}

#homeSec3 .homeSec3Inner1Full {
    width: 100%;
    background-image: url("../img/c818290fee10f8f69353a38a92cd6bbadc10ae5b.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 147px 0 120px 0;
}

#homeSec3 .homeSec3Inner1Container {
    width: 100%;
    max-width: 1360px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

#homeSec3 .homeSec3Inner1Container h2 {
    font-family: Inter;
    font-weight: 900;
    font-style: Italic;
    font-size: 68px;
    line-height: 82px;
    letter-spacing: -2px;
    max-width: 50%;
    color: #fff;
}

#homeSec3 .homeSec3Inner2Full {
    width: 100%;
    margin: -100px 0 20px;
}

#homeSec3 .homeSec3Inner2Container {
    width: 100%;
    max-width: 1360px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding-left: 20px;
    padding-right: 20px;
}

#homeSec3 .homeSec3Box {
    background-color: #fff;
    width: 100%;
    padding: 40px 40px;
    height: -webkit-fill-available;
}

#homeSec3 .homeSec3Box h4 {
    font-size: 1.4rem;
    font-family: 'Inter';
    font-weight: 900;
    color: #000;
    font-style: italic;
    text-transform: uppercase;
}

#homeSec3 .homeSec3Box p {

    font-size: 2.8rem;
    font-family: 'Inter';
    font-weight: 900;
    color: #000;
    font-style: italic;
        margin: 0;
}

#homeSec3 .homeSec3Inner3Full {
    width: 100%;
    background-image: url("/assets/img/f08fe84df5931872ba4534eef2ec504e327a4c40.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;

}

#homeSec3 .homeSec3Inner3Container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
    height: 100%;
}

#homeSec3 .homeSec3Inner3Container h2 {
    color: #ECEBEC;
    font-family: 'Inter';
    font-weight: 900;
    font-style: italic;
    font-size: 68px;
    letter-spacing: -2px;
    line-height: 48px;
}

#homeSec3 .homeSec3Inner4Full {
    width: 100%;
}

#homeSec3 .homeSec3Inner4Container {
    width: 100%;
    max-width: 1360px;
    margin: auto;
    padding: 32px 0 70px 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 32px 20px 70px 20px;
}

#homeSec3 .homeSec3Inner4Container p {
    width: 70%;
}

#homeSec3 .homeSec3Inner4Row {
    display: flex;
    align-items: start;
    justify-content: end;
    gap: 22px;
}

#homeSec3 .homeSec3Inner4Box {
    max-width: 33%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 17px;
    background: #fff;
    padding: 15px 20px 35px 20px;
}

#homeSec3 .homeSec3Inner4Box img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#homeSec3 .homeSec3Inner4Box h4 {
    font-size: 1.9rem;
    font-family: 'Inter';
    font-weight: 900;
    color: #000;
    font-style: italic;
}

#homeSec3 .homeSec3Inner4Box h3 {
   font-weight: 800;
    font-size: 17.81;
    font-style: italic;
    font-size: 17.81px;
    font-family: 'Inter';
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 10px;
}

#homeSec3 .homeSec3Inner4Box p {}

@media (max-width: 992px) {
    #heroSec h2 {
        font-size: 64px;
        line-height: 66px;
    }

    #homeSec2 .homeSec2Inner {
        flex-direction: column;
        gap: 20px;
    }

    #homeSec2 .homeSec2Col:last-child {
        max-width: 100%;
        text-align: center;
    }

    #homeSec2 .homeSec2ColRow2,
    #homeSec2 .homeSec2InnerRow,
    #homeSec3 .homeSec3Inner2Container {
        flex-direction: column;
    }

    #homeSec2 .homeSec2InnerBox,
    #homeSec2 .homeSec2ColBox,
    #homeSec3 .homeSec3Inner4Container p,
    #homeSec3 .homeSec3Inner1Container h2,
    #homeSec2 .homeSec2Col:last-child img {
        max-width: 100%;
        width: 100%;
    }

    #homeSec2 .homeSec2InnerBox,
    #homeSec2 .homeSec2InnerRow,
    #homeSec3 .homeSec3Inner4Container{

        gap: 26px;
    }

    #homeSec2 .homeSec2InnerBox h4,
    #homeSec2 .homeSec2InnerBox .themePrimaryBtn {
        align-self: center;
    }

    #homeSec3 .homeSec3Inner1Container h2,
    #homeSec3 .homeSec3Inner3Container h2 {
        font-size: 48px;
        line-height: 58px;
    }

    #heroSec {
        height: 74vh;
    }

    #homeSec3 .homeSec3Inner3Full {
        min-height: 365px;
    }

    #homeSec3 .homeSec3Inner4Row {
        flex-direction: column;
        gap: 20px;
    }

    #homeSec3 .homeSec3Inner4Box {
        max-width: 100%;
    }
}
