/**
 * Hero Section
 *
 * Generated by Dreamz Page Builder on 2026-07-28.
 */

.hero_section {
	background-image: url(../images/hero-bg-image.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
	overflow: hidden;
}
section.hero_section.topbar_visible {
    padding: 30px 0 43px 0;
    background-position: left  bottom;
}
.hero_section .hero_section_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.hero_section .hero_section_left_content {
	width: 51%;
}

.hero_section .hero_section_subheading {
	font-weight: 600;
	font-size: 14px;
	line-height: normal;
	color: #E4738A;
	background: #FAF5F6;
	border-radius: 100px;
	margin-bottom: 10px;
	padding: 7px 10px;
	text-transform: uppercase;
	width: fit-content;
}

.hero_section .hero_section_main_heading {
	font-family: "Fraunces", serif;
	font-weight: 900;
	font-size: 72px;
	line-height: 92px;
	color: #173F3F;
	margin-bottom: 10px;
}

.hero_section .hero_section_description {
	margin-bottom: 20px;
	max-width: 83%;
}

.hero_section .hero_section_rating_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.hero_section .hero_section_stars {
	display: flex;
	align-items: center;
}

.hero_section .hero_section_stars img {
	display: block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	object-fit: contain;
	object-position: center;
}

.hero_section .hero_section_rating_text {
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #002929;
}

.hero_section .hero_section_button_group {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}

.hero_section_footer_notes {
	max-width: 75%;
}

.hero_section .hero_section_footer_notes p {
	margin-bottom: 5px;
}

.hero_section .hero_section_footer_notes p:last-child {
	margin-bottom: 0;
}

.hero_section .hero_section_right_visuals {
	width: 49%;
	position: relative;
	height: 450px;
}

.hero_section .hero_section_main_image_card {
	border: 14px solid #FFF;
	border-radius: 109px 20px 20px 20px;
	box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.12);
	width: 87%;
	transform: rotate(3.42deg);
	overflow: hidden;
	margin-left: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.hero_section .hero_section_main_image_card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero_section .hero_section_small_image_card {
	position: absolute;
	bottom: 0px;
	left: -40px;
	z-index: 2;
	width: 35%;
	border: 7px solid #FFF;
	border-radius: 79px 20px 20px 20px;
	box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.12);
	transform: rotate(-8.44deg);
	overflow: hidden;
}

.hero_section .hero_section_small_image_card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero_section .hero_section_badge_circle {
	position: absolute;
	bottom: -60px;
	right: -40px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 152px;
	height: 152px;
	background: #F9C221;
	border: 6px solid #FFF;
	border-radius: 76px;
	box-shadow: 0 18px 45px 0 rgba(103, 73, 10, 0.20);
	transform: rotate(6deg);
}

.hero_section .hero_section_badge_price {
	font-family: "Fraunces", serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	color: #0C3437;
}

.hero_section .hero_section_badge_text {
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	color: #0C3437;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	max-width: 55%;
}

@media (max-width: 1400px) {
	.hero_section .hero_section_wrapper {
		gap: 30px;
	}

	.hero_section .hero_section_subheading {
		font-size: 13px;
	}

	.hero_section .hero_section_left_content {
		width: 52%;
	}

	.hero_section .hero_section_main_image_card {
		right: 40px;
	}

	.hero_section .hero_section_small_image_card {
		bottom: 40px;
		left: -75px;
	}

	.hero_section .hero_section_badge_circle {
		bottom: -30px;
		right: 0px;
	}
}

@media (max-width: 1199px) {

	.hero_section {
		padding: 60px 0;
	}

	.hero_section .hero_section_wrapper {
		gap: 20px;
	}

	.hero_section .hero_section_subheading {
		padding: 5px 5px;
	}

	.hero_section .hero_section_main_heading {
		font-size: 52px;
		line-height: 62px;
	}

	.hero_section .hero_section_description {
		line-height: 24px;
		margin-bottom: 18px;
	}

	.hero_section .hero_section_rating_wrapper {
		gap: 5px;
		margin-bottom: 25px;
	}

	.hero_section .hero_section_stars img {
		width: 22px;
		min-width: 22px;
		height: 22px;
	}

	.hero_section .hero_section_button_group {
		gap: 10px;
		margin-bottom: 25px;
	}

	.hero_section .hero_section_footer_notes p {
		line-height: 24px;
	}

	.hero_section .hero_section_right_visuals {
		height: 360px;
	}

	.hero_section .hero_section_small_image_card {
		bottom: 15px;
		left: -65px;
	}

	.hero_section .hero_section_badge_price {
		font-size: 40px;
		line-height: 50px;
	}

	.hero_section .hero_section_badge_circle {
		width: 140px;
		height: 140px;
		bottom: -50px;
	}

	.hero_section .hero_section_badge_text {
		max-width: 60%;
	}

}

@media (max-width: 991px) {

	.hero_section {
		padding: 40px 0;
	}

	.hero_section .hero_section_wrapper {
		flex-direction: column;
	}

	.hero_section .hero_section_left_content {
		width: 100%;
	}

	.hero_section .hero_section_subheading {
		width: fit-content;
	}

	.hero_section .hero_section_main_heading {
		font-size: 42px;
		line-height: 52px;
	}

	.hero_section .hero_section_description {
		max-width: 100%;
		margin-bottom: 15px;
	}

	.hero_section .hero_section_rating_wrapper {
		margin-bottom: 20px;
	}

	.hero_section .hero_section_stars img {
		width: 20px;
		min-width: 20px;
		height: 20px;
	}

	.hero_section .hero_section_button_group {
		margin-bottom: 20px;
	}

	.hero_section_footer_notes {
		max-width: 100%;
	}

	.hero_section .hero_section_main_image_card {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
	}

	.hero_section .hero_section_small_image_card {
		width: 170px;
		bottom: 55px;
		left: -95px;
	}

	.hero_section .hero_section_badge_price {
		font-size: 35px;
		line-height: 45px;
	}

	.hero_section .hero_section_badge_circle {
		width: 125px;
		height: 125px;
		bottom: 10%;
		right: -40px;
	}

	.hero_section .hero_section_badge_text {
		max-width: 70%;
	}

	.hero_section .hero_section_right_visuals {
		width: 400px;
		height: 400px;
	}
}

@media (max-width: 767px) {
	h1.hero_section_main_heading br {
		display: none;
	}
	.hero_section {
		padding: 30px 0;
	}

	.hero_section .hero_section_wrapper {
		gap: 30px;
	}

	.hero_section .hero_section_main_heading {
		font-size: 32px;
		line-height: 42px;
	}

	.hero_section .hero_section_description {
		font-size: 15px;
		line-height: 22px;
	}

	.hero_section .hero_section_rating_wrapper {
		margin-bottom: 15px;
		gap: 10px;
	}

	.hero_section .hero_section_stars {
		margin-right: 0;
	}

	.hero_section .hero_section_stars img {
		width: 18px;
		min-width: 18px;
		height: 18px;
	}

	.hero_section .hero_section_rating_text {
		font-size: 15px;
		line-height: 22px;
	}

	.hero_section .hero_section_button_group {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.hero_section .hero_section_btn_primary {
		width: 100%;
		justify-content: center;
	}

	.hero_section .hero_section_btn_secondary {
		width: 100%;
		text-align: center;
	}

	.hero_section .hero_section_footer_notes p {
		font-size: 15px;
		line-height: 22px;
	}

	.hero_section .hero_section_right_visuals {
		height: 270px;
		width: 260px;
	}

	.hero_section .hero_section_main_image_card {
		border: 3px solid #FFF;
	}

	.hero_section .hero_section_small_image_card {
		border: 2px solid #FFF;
		width: 120px;
		bottom: 30px;
        left: -20px;
	}

	.hero_section .hero_section_badge_circle {
		width: 90px;
		height: 90px;
		bottom: 5%;
        right: -20px;
	}

	.hero_section .hero_section_badge_price {
		font-size: 25px;
		line-height: 25px;
	}

	.hero_section .hero_section_badge_text {
		font-size: 8px;
		line-height: 10px;
	}
}