* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	background-color: #FFFDF6;
}

.page-wrapper {
	flex: 1 0 auto;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	background-color: #FFFDF6;
	color: #FFFDF6;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	text-align: center;
	text-justify: auto;
	color: #FFFDF6;
}

h2 {
	text-align: center;
	text-justify: auto;
	color: #FFFDF6;
}

.logo {
	width: auto;
	height: 60px;
}

nav a {
	margin-left: 30px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

nav a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hero {
	background-image: url("images/image 4.png");
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 50px;
	text-align: center;
	position: relative;
}

.overlay {
	text-align: center;
	color: #FFFDF6;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}

.main-heading {
	font-family: 'Antonio', sans-serif;
	font-size: 280px;
	line-height: 0.9;
	color: #FFFDF6;
	margin: 26px 0 0 0;
	padding-top: 0;
	text-align: center;
}

.sub-heading {
	font-family: 'Antonio', sans-serif;
	font-size: 150px;
	letter-spacing: 0px;
	margin-top: 30px;
	text-align: center;
}

.btn {
	margin-top: 45px;
	padding: 12px 30px;
	background-color: #CC0B00;
	color: #FFFDF6;
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	border-radius: 100px;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
	align-items: center;
	padding-left: 110px;
	padding-right: 110px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.btn:hover {
	background-color: #FF766E;
}

.btn:active {
	background-color: #0037EC;
}

.trust-section {
	background-color: #FFFDF6;
	padding-top: 60px;
	padding-bottom: 0px;
	text-align: center;
	color: #FFFDF6;
}

.trust-heading {
	font-family: 'Antonio', sans-serif;
	color: #CC0B00;
	font-size: 190px;
	font-weight: 700;
	letter-spacing: 2px;
	/*margin-bottom: 40px;*/
	margin-bottom: -28px;
	margin-top: -70px;
}

.trust {
	background-color: #CC0B00;
	padding: 60px 20px;
	text-align: center;
	color: #FFFDF6;
}


.trust-cards {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.card {
	background-color: #FFFDF6;
	color: #CC0B00;
	padding: 60px;
	border-radius: 10px;
	max-width: 400px;
	max-height: 500px;
	flex: 1 1 280px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-icon {
	height: 110px;
	margin: 20px;
}

.card-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}

.card-text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.carousel {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-shadow: none;
	border-radius: 0;
}

.carousel-wrapper {
	width: 100%;
	background-color: #FFFDF6;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}

input[type="radio"] {
	display: none;
}

.slides {
	display: flex;
	width: 200%;
	transition: transform 0.5s ease-in-out;
}

.slide {
	width: 50%;
	flex-shrink: 0;
}

.slide img {
	width: 100%;
	display: block;
}

#slide1:checked ~ .slides {
	transform: translateX(0%);
}

#slide2:checked ~ .slides {
	transform: translateX(-50%);
}

.nav-arrows {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	padding: 0 15px;
	pointer-events: none;
}

.arrow {
	background: none;
	width: auto;
	height: auto;
	padding: 10px;
	cursor: pointer;
	pointer-events: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.arrow:hover {
	transform: scale(1.1);
}


.arrow span {
	color: #FFFDF6;
	font-size: 30px;
	line-height: 1;
	transition: color 0.3s, transform 0.3s;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.arrow:hover span {
	color: #CC0B00;
	transform: scale(1.2);
}

.testimony-section {
	background-color: #fffdf6;
	text-align: center;
}

.testimony-heading-wrapper {
	background-color: #CC0B00;
	width: 100%;
	overflow: hidden;
}

.testimony-heading {
	font-family: 'Antonio', sans-serif;
	font-size: 200px;
	color: #FFFDF6;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0;
	padding: 0;
	margin-top: 20px;
	z-index: 100;
}

.testimony-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	padding: 40px 0;
	overflow: hidden;
}

.testimony-tape3 {
	width: 10000px;
	background-color: #CC0B00;
	color: #FFFDF6;
	font-family: 'Anton', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 1px;
	padding: 12px 0;
	transform: rotate(5deg);
	transform-origin: left center;
	text-align: center;
	justify-content: center;
	z-index: 5;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	top: -425px;
	margin-top: 10px;
	margin-bottom: 10px;
	word-spacing: 30px;
}

.testimony-tape1 {
	width: 10000px;
	background-color: #CC0B00;
	color: #FFFDF6;
	font-family: 'Anton', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 1px;
	padding: 12px 0;
	transform: rotate(-5deg);
	transform-origin: left center;
	text-align: center;
	justify-content: center;
	z-index: 5;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
	margin-bottom: 10px;
	word-spacing: 30px;
}

.testimony-tape4 {
	width: 10000px;
	background-color: #CC0B00;
	color: #FFFDF6;
	font-family: 'Anton', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 1px;
	padding: 12px 0;
	transform: rotate(-5deg);
	transform-origin: left center;
	text-align: center;
	justify-content: center;
	z-index: 5;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
	margin-bottom: 0px;
	word-spacing: 30px;
	top: 415px;
}

.testimony-tape2 {
	width: 10000px;
	background-color: #CC0B00;
	color: #FFFDF6;
	font-family: 'Anton', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 1px;
	padding: 12px 0;
	transform: rotate(5deg);
	transform-origin: left center;
	text-align: center;
	justify-content: center;
	z-index: 5;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
	margin-bottom: 10px;
	word-spacing: 30px;
}

.testimony-card {
	background-color: #FFFDF6;
	border: 3px solid #CC0B00;
	border-radius: 10px;
	width: 100%;
	max-width: 700px;
	padding: 50px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
	margin: 0;
}

.testimony-inner {
	margin: 40px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
}

.avatar {
	width: 120px;
	height: 120px;
}

.testimony-text {
	text-align: left;
}

.testimony-text h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #CC0B00;
	margin-bottom: 6px;
}

.testimony-text p {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	font-size: 14px;
}

footer {
	background-color: #cc0b00;
	color: #FFFDF6;
	padding: 25px 30px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 8rem;
	display: block;
}

footer nav {
	display: flex;
	justify-content: center;
	gap: 80px;
	margin-bottom: 20px;
}

footer nav a {
	color: #FFFDF6;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

footer nav a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

footer hr {
	border: none;
	border-top: 2px solid #FFFDF6;
	width: 95%;
	margin: 20px auto;
}

footer p {
	font-size: 14px;
	margin-bottom: 20px;
}

footer small {
	font-size: 11px;
	display: block;
	margin-top: 10px;
}

html, body {
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

body > footer {
	margin-top: auto;
}

.header-title {
	font-family: 'Antonio', sans-serif;
	font-size: 200px;
	color: #FFBC42;
	text-align: center;
	margin-top: 50px;
	margin-bottom: -26px;
	position: relative;
	z-index: 5;
}

.contact-section {
	background-color: #FFBC42;
	padding: 40px 0 40px;
	height: 100%;
	display: block;
}

.contact-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
}

.contact-left {
	max-width: 45%;
	color: #CC0B00;
}

.contact-left h2 {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	color: #CC0B00;
	text-align: left;
}

.contact-left p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-info img {
	width: 20px;
	margin-right: 10px;
}

.social-section {
	margin-top: 30px;
}

.social-section h3 {
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	color: #CC0B00;
}

.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 10px;
	align-items: center;
}

.social-icons img {
	width: 35px;
}

.contact-right {
	max-width: 50%;
}

form input,
form textarea {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
}

form textarea {
	height: 160px;
	resize: none;
	font-family: 'Roboto Condensed', sans-serif;
}

form button {
	font-family: 'Anton', sans-serif;
	letter-spacing: 1px;
	background-color: #CC0B00;
	color: #FFFDF6;
	padding: 10px 25px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
}

.page-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.store-heading {
	font-family: 'Anton', sans-serif;
	margin: 120px auto auto auto;
	font-size: 90px;
	color: #d62828;
	text-align: left;
	margin-bottom: 20px;
}

.store-card {
	display: flex;
	background-color: #ffb347;
	border: 2px solid #d62828;
	padding:80px 80px 80px 80px;
	gap: 30px;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 30px auto;
	border-radius:10px;
/*
	margin-left: 80px;
	margin-right: 80px;
*/
	width: 70%;
}

.storeimage {
	width: 300px;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
}

.store-details {
	font-size: 20px;
	color: #000;
	max-width: 500px;
	font-family: 'Roboto Condensed', sans-serif;
}

.store-title {
	font-family: 'Anton', sans-serif;
	font-size: 50px;
	color: #d62828;
	margin-bottom: 5px;
}

body > footer {
	margin-top: auto;
}

body {
	background-color: #FFFDF6;
	font-family: 'Anton', sans-serif;
	overflow-x: hidden;
}

.hero-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding-top: 120px;
}



.hero-text-box {
	width: 1161px;
	height: 281px;
	position: relative;
	margin-top: -330px;
	z-index: 1;
}

.hero-text {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 0;
	color: #CC0B00;
	font-size: 96px;
	line-height: 1;
	width: 100%;
	height: 100%;
	margin-top: auto
}

.hero-image {
	position: absolute;
	margin-top: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 857px;
	height: 530px;
	z-index: 10;
}

.tape {
	position: absolute;
	left: 50%;
	transform-origin: center;
	width: 100vw;
	height: 82px;
	background-color: #CC0B00;
	color: #FFFDF6;
	font-size: 40px;
	font-family: 'Anton', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	z-index: 1;
	white-space: nowrap;
}



.tape-1 {
	top: 50%;
	transform: translateX(-50%) rotate(0deg);
	margin-top: 70px;
}



.tape-2 {
	top: 58%;
	transform: translateX(-50%) rotate(-8deg);
	margin-top: 160px;
	z-index: 15;
	position: absolute;
}



.tape-3 {
	top: 66%;
	transform: translateX(-50%) rotate(8deg);
	margin-top: 313px;
	z-index: 15;
	position: absolute;
}

/* Section: BEST SELLER */
.best-seller-section {
	width: 100%;
	background-color: #CC0B00;
	padding: 100px 20px 80px;
	margin-top: 200px;
	position: relative;
}

.section-title {
	font-family: 'Antonio', sans-serif;
	font-size: 200px;
	line-height: 1;
	margin-top: 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: -30px;
}

/* White "BEST SELLER" Header (top edge cut effect) */
.white-title {
	color: #FFFDF6;
	margin-top: -127px; /* pulls the text up slightly into white background */
}

/* Red "FROZEN SET" Header (top edge blends into red background above) */
.red-title {
	color: #CC0B00;
	margin-top: -209px;
}

/* Product Grid (3x3) */
.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	justify-items: center;
	padding: 60px 80px;
}

.product-item {
	width: 340.54px;
	height: 340.54px;
}

/* Frozen Set Row */
.frozen-set-section {
	width: 100%;
	background-color: transparent;
	padding: 100px 20px 80px;
	text-align: center;
	z-index: 10;
	margin-top: 80px;
}

.frozen-row {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 60px 20px 0;
}

.productimage1:hover {
	content: url("images/hover-2.png");
}

.productimage2:hover {
	content: url("images/hover-1.png");
}

.productimage3:hover {
	content: url("images/hover-3.png");
}

.productimage4:hover {
	content: url("images/hover-5.png");
}

.productimage5:hover {
	content: url("images/hover-4.png");
}

.productimage6:hover {
	content: url("images/hover-7.png");
}

.productimage7:hover {
	content: url("images/hover-10.png");
}

.productimage8:hover {
	content: url("images/hover-11.png");
}

.productimage9:hover {
	content: url("images/hover-12.png");
}

.productimage10:hover {
	content: url("images/hover-6.png");
}

.productimage11:hover {
	content: url("images/hover-8.png");
}

.productimage12:hover {
	content: url("images/hover-9.png");
}

.pempekbody {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 40px 20px;
	display: flex;
	justify-content: center;
	margin: auto;
}

.pempek-section {
	display: flex;
	gap: 25vw;
	flex-direction: row;
	max-width: 1000px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	margin: auto auto auto 10vw;
	padding-top: 100px;
}

.pempek-image img {
	width: 300%;
	height: auto;
	object-fit: cover;
	max-width: 28vw;
	margin-left: 100px;
}

.pempek-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pempek-text h1 {
	font-family: 'Anton', sans-serif;
	font-size: 39px;
	color: #CC0B00;
	margin-left: 28px;
/*	padding: 30px;*/
	margin-bottom: 20px;
	text-align: left;
}

.pempek-text p {
	font-size: 20px;
	line-height: 1.5;
	padding-left: -60px;
	margin-bottom: 35px;
	margin-left: 10px;
	color: #cc0b00;
	text-align: left;
}

.pempek-icons {
	display: flex;
	gap: 20px;
	padding: 30px;
}

.pempek-icons img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

@media (max-width: 768px) {
	header {
		display: block;
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}

.header-title {
	font-size: 90px;
	top: 50px;
}

header nav {
	margin-top: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}

.main-heading {
	display: block;
	font-size: 100px;
	margin-top: 175px;
}

.sub-heading {
	display: block;
	font-size: 100px;
	margin-top: 25px;
	line-height: 140px;
}

.btn {
	padding: 12px 40px;
	font-size: 16px;
	margin-top: 55px;
}

.trust-section {
	background-color: #FFFDF6;
	padding-top: 30px;
	padding-bottom: -30px;
	text-align: center;
	color: #FFFDF6;
	max-height: 130px;
}

.trust-heading {
	display: block;
	font-size: 90px;
	margin: -3px;
	letter-spacing: -3px;
}

.card {
	display: block;
	padding: 40px;
}

.card-title {
	display: block;
	font-size: 20px;
}

.card-text {
	display: block;
	font-size: 14px;
}

.contact-wrapper {
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.page-wrapper {
	margin-top: 65px;
}

.contact-left, .contact-right {
	max-width: 100%;
	width: 100%;
}

.contact-left h2 {
	text-align: center;
}

.social-section h3 {
	text-align: center;
}

.social-icons {
	justify-content: center;
}

form input, form textarea {
	font-size: 16px;
}

form button {
	font-size: 16px;
	width: 100%;
}

.testimony-section {
	background-color: #fffdf6;
	text-align: center;
}

.testimony-heading {
	font-size: 90px;
	margin-bottom: 0px;
	letter-spacing: -3px;
	padding-top: 20px;
}

.testimony-card {
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 20px;
	max-width: 315px;
}

.testimony-text {
	text-align: center;
}

.testimony-inner {
	margin: 30px;
}

.avatar {
	width: 100px;
	height: 100px;
}

/* Hero Section */
.hero-section {
	display: none;
}

.hero-text-box {
	width: 100%;
	height: auto;
	margin-top: 0;
	padding: 0 20px;
}
	
.hero-text {
	display: block;
	font-size: 32px;
	line-height: 1.2;
}

.hero-text p {
	font-size: 32px;
}

.hero-image {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 40px auto 0;
	padding: 0 20px;
}

.hero-image img {
	width: 100%;
	height: auto;
}

.tape {
	font-size: 18px;
	height: 50px;
}

.tape-1, .tape-2, .tape-3 {
	transform: translateX(-50%) rotate(0deg);
	margin-top: 20px;
}

	/* BEST SELLER Section */
.section-title {
	font-size: 90px;
	padding: 0 10px;
	margin-top: -113px;
}

.product-grid {
	grid-template-columns: 1fr;
	padding: 20px;
	gap: 24px;
}

.product-item {
	width: 100%;
	height: auto;
}

.product-item img {
	width: 100%;
	height: auto;
}

	/* Frozen Set */
.frozen-set-section {
	padding: 60px 20px;
	margin-top: 200px;
}

	/* Footer */
footer nav {
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

footer p,
footer small {
	padding: 0 10px;
	font-size: 14px;
}
	
.best-seller-section {
	margin-top: 200px;	
}
	
.red-title {
	margin-top: -272px;
}
	
.store-heading {
	font-size: 48px;
	text-align: center;
	margin: 100px 20px 30px 20px;
}

.store-card {
	flex-direction: column;
	align-items: center;
	padding: 30px 20px;
	width: 90%;
}

.storeimage {
	width: 100%;
	height: auto;
}

.store-details {
	font-size: 16px;
	max-width: 100%;
	text-align: left;
}

.store-title {
	font-size: 28px;
}
.page-wrapper{
	margin-top: 30px;
	}

.header-title{
	padding-bottom: 65px;
}

.pempekbody {
	padding: 2px 2px 2px 2px;
}

.pempek-section {
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin: 8rem 0 auto 0;
	padding: 40px 20px;
	overflow: visible;
	margin-top: 8rem;
	
}

.pempek-image img {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.pempek-text {
	align-items: center;
	text-align: center;
	padding: 0 15px;
}

.pempek-text h1 {
	font-size: 28px;
	margin-left: 0;
	text-align: center;
}

.pempek-text p {
	font-size: 16px;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}

.pempek-icons {
	justify-content: center;
	padding: 20px 0;
}

.pempek-icons img {
	width: 28px;
	height: 28px;
}

.pempek-text h1 {
	font-size: 22px;
}

.pempek-text p {
	font-size: 14px;
}

.pempek-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px 0;
	width: 100%;
}

.pempek-icons img {
	width: 30px;
	height: 30px;
	display: block;
}
}