@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.hph-section * {
    box-sizing: border-box;
}

.hph-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 6%;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #F6D0F3 100%);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: #1f1f1f;
	width: 100%;
}
.hph-inner-section{
	max-width: 1400px;
	width: 100%;
	display: flex;
    align-items: stretch;
	margin: 0 auto;
	
}
.hph-section-image{
	width: 50%;
}

/* Image */
.hph-section-image img {
    width: 100%;
    display: block;
	/* max-width: 80%; */
	object-fit: cover;
    height: 100%;
}

.hph-section-image img.mobile {
    display: none;
}
.hph-section-image img.desktop {
    display: block;
}

/* Content */
.hph-section-content {
    max-width: 50%;
	padding: 5% 0;
	margin: 0 0 0 auto;
	text-align: right;
}

.hph-section-content h5 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
	text-align: right;
	text-transform: none;
	font-family: "Poppins", sans-serif;
	letter-spacing: 2%;
	color: #1C1B1B;
}

.hph-section-content h1 {
    font-size: clamp(36px, 8vw, 90px);
    line-height: 1.1;
    margin: 0 0 22px;
    font-weight: 700;
	color: #5b1c7d;
	font-family: "Poppins", sans-serif;
}

.hph-section-content h1 span img{
    color: #5b1c7d;
	width: 40%;
}

.hph-section-content p {
    font-size: 16px;
    line-height: 145%;
    color: #2c2d33;
    margin-bottom: 26px;
	font-family: "Poppins", sans-serif;
	text-align: left;
}

/* Pills */
.hph-section-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
	justify-content: flex-end;
	font-family: Open Sans, sans-serif;
}

.hph-section-tags span {
    background: rgba(255,255,255);
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
	letter-spacing: 2.6px;
	color: #2c2d33;
}

/* CTA */
.hph-section-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #7b1fa2, #b04ae0);
    color: #fff;
	width: fit-content;
	margin: auto 0 auto auto;
	font-size: 13px;
	font-family: Open Sans, sans-serif;
	min-width: 120px;
	border-radius: 0;
	padding: 14px 28px ;
	letter-spacing: 0.2em;
	font-weight: 800 ;
	font-style: normal;
	-webkit-tap-highlight-color: initial;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}
.hph-section-cta.desktop{
	display: flex;
}
.hph-section-cta.mobile{
	display: none;
}


/* Reviews */
.hph-section-reviews {
    margin-top: 26px;
    font-size: 13px;
    color: #444;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	font-weight: 600;
	justify-content: flex-end;
	font-family: Open Sans, sans-serif;
}
.hph-section-reviews span{
	display: flex;
	align-items: center;
	gap:5px;
	letter-spacing: 2.6px;
	color: #2c2d33;
}
.hph-section-reviews span svg{
	width: 20px;
}

/* Row Style 2 */
.hph-section-row.row-style-2{
	padding: 100px 0;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hph-section-row.row-style-2 .overlay{
	position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background-image: linear-gradient(0deg, rgba(26, 20, 14, 0.5) 0%, rgba(26, 20, 14, 0.5) 100%);
    opacity: 1;
}
.hph-section-row.row-style-2 .container{
	position: relative;
}
.hph-section-row.row-style-2 h1{
	color: #a531cb;
	font-family: "Montserrat";
    font-weight: 800;
    font-size: 140px;
    line-height: 170px;
}
.hph-section-row.row-style-2 h2{
	color: #ffffff;
	font-family: "Montserrat";
    font-weight: 800;
    font-size: 96px;
    line-height: 170px;
	margin-top: -140px;
    margin-left: 96px;
	text-transform: capitalize;
}
.hph-section-row.row-style-2 .hph-row-right.description{
	max-width: 1112px;
    width: 100%;
	margin: 0 4% 0 auto;
}
.hph-section-row.row-style-2 .hph-row-right.description p{
	font-family: "Montserrat";
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
	color: #ffffff;
}
@media (max-width: 1818px) {
	.hph-section-content h1{
		font-size: clamp(36px, 8vw, 90px);
	}
}
@media (max-width: 1652px) {
	.hph-section-content h1{
		font-size: clamp(36px, 8vw, 80px);
	}
}
@media (max-width: 1545px) {
	.hph-section-image{
		width: 50%;
	}
	.hph-section-content h1{
		font-size: clamp(36px, 8vw, 80px);
	}
}
@media (max-width: 1440px) {
	.hph-section-content h1{
		font-size: clamp(36px, 5vw, 70px);
	}
}
@media (max-width: 1200px) {
	.hph-section-content h1{
		font-size: clamp(36px, 5vw, 67px);
	}
}
/* Responsive */
@media (max-width: 768px) {
    .hph-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 0px 0px;
		background: linear-gradient(to top, #ffffff 0%, #F6D0F3 80%, #F6D0F3 100%);
    }
    .hph-section-tags,
    .hph-section-reviews {
        justify-content: center;
		white-space: nowrap;
		gap:5px;
		font-size: 10px;
		flex-wrap:nowrap;
    }
	.hph-section-tags{
		margin-bottom: 0px;
	}
	.hph-section-reviews{
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.hph-section-reviews span svg{
		width: 11px;
	}
	.hph-section-tags span, .hph-section-reviews span{
		font-size: 10px !important;
		padding: 5px;
		letter-spacing: normal;
		border-radius: 4px;
        background: transparent;
	}
	.hph-section-reviews span{
		gap: 0px;
	}
	.hph-inner-section{
		flex-direction: column-reverse;
	}
	.hph-section-image{
		width: 100%;
		position: absolute;
	}
	.hph-section-image img.mobile {
		display: block;
	}
	.hph-section-image img.desktop {
		display: none;
	}
	.hph-section-content{
		width: 90%;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		z-index: 1;
	}
	.hph-section-content h5{
		text-align: center;
		font-size: 14px;
	}
	.hph-section-content p {
		text-align: center;
		font-size: 11px;
		margin-bottom: 20px;
	}
	.site .hph-section-content h1 {
        font-size: clamp(36px, 6vw, 100px);
    }
	.hph-section-cta{
		margin: 0 auto;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.hph-section-cta.desktop{
		display: none;
	}
	.hph-section-cta.mobile{
		display: flex;
		margin-bottom: 40px;
	}
}
