.hip-shape-content {
    width: 100%;
    min-height: 100vh;
    background-color: #ffffff;
	padding-top:5%;
	padding-bottom:5%;
 	padding-left:5%; 
}

.hip-shape-content-left-side-image {
    width: 100%;
    height: 30rem;
    /* background-image: url('../kedah-project.png'); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 4rem;
}

.hip-shape-content-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
    background-color: #ffffff;
}

.hip-shape-content-left-side-paragraph {
    font-size: 3rem;
}

.hip-shape-content-left-side {
    width: 60%;
    padding-top: 3rem;
    background-color: #fff;
    color: black;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 10rem;

}

.hip-shape-content-left-side h2 {
    font-size: 6.4rem;
    font-weight: 400;
}

.hip-shape-content-right-side {
    width: 40%;
	max-height:754px !important;
    display: flex;
    flex-direction: column;
    position: relative;
    /* flex-wrap: wrap; */
    /* align-items: flex-start; */
}

.hip-shape-content-right-side-top,
.hip-shape-content-right-side-bottom {
    padding-left: 4rem;
}

.hip-shape-content-right-side-top {
    width: 100%;
    height: 50%;
    background-color: white;
    padding: 7rem 0;
	padding-top: 40px;
    padding-left: 3rem;
    color: black;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    position: sticky;
    top: 0;
    /* z-index: 1; */
    border-radius: 0px 100% 100% 0px;
}

.hip-shape-content-right-side-bottom {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    background-color: black;
    padding-bottom: 10rem;
}

.hip-shape-content-right-side-top-header,
.hip-shape-content-right-side-bottom-header {
/*     font-size: 4.2rem;
    line-height: 110%; */
/*     max-width: 210px; */
	font-weight: 700;
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: -0.03em;
    line-height: 1.02;
}

.hip-shape-content-right-side-top-header {
    color: black;
}

.hip-shape-content-right-side-bottom-header {
    color: white;
}

.hip-shape-content-right-side-top-description,
.hip-shape-content-right-side-bottom-description {
    font-size: 2rem;
    max-width: 210px;
    margin-top: 1rem;
    line-height: 110%;
}

.hip-shape-content-right-side-top-description {
    color: #919191;
}

.hip-shape-content-right-side-bottom-description {
    color: white;
}
.button.web-design-button{
	text-transform: initial !important;
}
.hip-shape-content-right-side-top .button {
    margin-top: 3rem;
    background-color: black;
    color: white;
    width: fit-content;
    max-width: 100%;
}

.hip-shape-content-right-side-top .button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.hip-shape-content-right-side-bottom .button {
    margin-top: 3rem;
    width: fit-content;
    max-width: 70%;
}

@media (max-width: 1024px) {
    .hip-shape-content-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .hip-shape-content-left-side-paragraph {
        font-size: 2rem;
    }

    .hip-shape-content-right-side-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top-right-radius: 10rem;
        border-bottom-right-radius: 10rem;
    }

    .hip-shape-content-left-side {
        width: 50%;
    }

    .hip-shape-content-right-side {
        width: 50%;
    }
}


@media (max-width: 768px) {

    .hip-shape-content-container {
        flex-direction: column-reverse !important;
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .hip-shape-content-left-side {
        width: 100%;
        padding-left: 5rem;
        padding-right: 5rem;
        min-height: 50vh;
        border-top-left-radius: 18rem;
        border-top-right-radius: 18rem;
        border-bottom-color: transparent;
    }

    .hip-shape-content-left-side-paragraph {
        font-size: 2.5rem;
    }

    .hip-shape-content-right-side {
        width: 100%;
    }

    .hip-shape-content-right-side-top {
        border-top-color: transparent;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
    }

    .hip-shape-content-right-side-bottom,
    .hip-shape-content-right-side-top {
        padding-left: 2rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (min-width:1000px){
    .hip-shape-content-right-side-top{
        max-width:360px;
    }
}

.margin-top-p4 {
	margin-top: 0.4% !important;
}