:root {
	--mainColor: rgb(163, 74, 156);
	--overlayColor: rgb(163, 74, 156, 0.4);
	--gradientColor: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(193, 193, 217, 1) 0%, rgba(102, 51, 98, 1) 62%);
	--textColor: #fff;
	/* 
	--fs-h1: 2.5rem;
	--fs-h2: 2rem;
	--fs-h3: 1.75rem;
	--fs-h4: 1.5rem;
	--fs-h5: 1.25rem;
	--fs-h6: 1rem;
	--fs-h7: .9rem;
	--fs-h8: .8rem;
	--fs-h9: .7rem;

	--fw-boldest: 800;
	--fw-bolder: 700;
	--fw-bold: 500;
	--fw-regular: 400;
	--fw-light: 300; 
	--fw-lighter: 200;
    */
}
html,
input,
select {
	font-family: 'Noto Sans Arabic', sans-serif;
	padding: 0;
	margin: 0;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/* line-height: 0; */
}
body {
	overflow-x: hidden;
}
body .homeHeader {
	/* padding-top: .1rem; */
	margin-bottom: 3rem;
	min-height: 100vh;
	background: url('/asset/images/image1.png');
	background-size: cover;
	position: relative;
	isolation: isolate;
}

.homeHeader .homeHeaderWrapper {
	padding-right: 5rem;
	padding-top: 3rem;
	display: grid;
	/* justify-content: end; */
	text-align: right;
	gap: 6rem;
	padding-bottom: 2rem;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--overlayColor);
	z-index: -1;
}
.logoHeader {
	background: white;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 4rem;
	border: 1px solid white;
	border-radius: 0 50px 50px 0;
	padding: .1rem 5rem;
}

.logoHeader img {
	height: 3rem;
}

.burgerMenu {
	position: absolute;
	right: 0;
	top: 4rem;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	padding: .5rem 5rem;
	border-radius: 30px 0 0 30px;
	background: white;
	display: none;
}

.burgerMenu i {
	font-size: 2rem;
}

.homeHeaderMenu {
	/* margin: 0; */
	/* display: grid; */
}

.menuList {
	list-style: none;
	/* margin: 20px; */
	display: flex;
	justify-content: end;
	gap: 3rem;
}
.menuList li a {
	text-decoration: none;
	color: white;
	font-size: 1.8rem;
}

.homeHeaderContent {
	color: white;
	font-weight: 400;
}
.homeHeaderContent h1 {
	font-size: 3rem;
	font-weight: 400;
}
.homeHeaderContent h2 {
	font-size: 1.8rem;
	font-weight: 400;
}
.homeHeaderSubContent {
	display: flex;
	/* text-alig: right; */
	justify-content: end;
	gap: 6rem;
	color: white;
}

.homeHeaderSubContent .subContent {
	position: relative;
}
.homeHeaderSubContent h2 {
	font-size: 1.1rem;
}
.homeHeaderSubContent h3 {
	font-weight: 400;
}

.homeHeaderSubContent .subContent::after {
	position: absolute;
	top: 0;
	right: -1rem;
	height: 80%;
	width: 3px;
	content: '';
	background: white;
}

.pastrySection {
	margin-bottom: 2rem;
	padding: 0rem 7rem;
}
.pastrySection a {
	display: block;
	text-decoration: none;
}
.pastrySection .pastrySectionWrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem;
}
.pastryCard {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('/asset/images/5.png');
	background-size: 100% 100%;
	width: 100%;
	height: 200px;
	border-radius: 30px;
	position: relative;
	isolation: isolate;
	color: white;
}
.pastryCard .overlay {
	border-radius: 30px;
}

.foodCategorySection {
	margin-bottom: 2rem;
}
.foodCategoryWrapper {
	display: flex;
	justify-content: center;
	gap: 8rem;
}
.foodCategoryWrapper a {
	text-decoration: none;
}
.foodCategoryWrapper h3 {
	font-size: 2rem;
}
.foodSection4 {
	margin-bottom: 7rem;
}
.foodSection4Card {
	display: grid;
	grid-template-columns: 2fr 2fr;
	height: 200px;
	width: 30%;
	border: solid 1px var(--overlayColor);
	border-radius: 30px;
	padding-right: 1rem;
}

.foodImage {
	width: 100%;
}
.foodImage img {
	width: 100%;
	height: 100%;
	border-radius: 30px 0 0 30px;
}
.foodContent {
	display: grid;
	justify-content: end;
	text-align: right;
	align-content: center;
	gap: .5rem;
	/* line-height: 0; */
	/* display: flex; */
}
.foodDetail {
}
.foodDetail h3 {
	font-size: .9rem;
}
.foodDetail h4 {
	font-size: .8rem;
}
.foodRating {
	display: flex;
	justify-content: end;
	align-items: center;
}
.foodRating img {
	width: 1rem;
	height: 1rem;
}
.foodCheckout {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 1rem;
}
.foodSection4 .slide-content {
	height: 12rem;
}
.bannerFoodSection {
	background: url('/asset/images/Rectangle27.png');
	background-size: 100% 100%;
	padding-block: 8rem;
	padding-left: 4rem;
	margin-bottom: 3rem;
	position: relative;
	isolation: isolate;
}
.bannerFoodWrapper {
	display: grid;
	justify-content: start;
	text-align: center;
	color: white;
}
.bannerFoodWrapper h1 {
	font-size: 2.5rem;
}
.bannerFoodWrapper .bannerButton {
	text-decoration: none;
	justify-self: center;
	padding: .3rem 4rem;
	color: white;
	border: 1px solid white;
	border-radius: 30px;
}
.bannerFoodWrapper a h3 {
	font-size: 1rem;
}
.testimoniSection {
	margin-bottom: 3rem;
}
.testimoniHeading {
	text-align: center;
	font-size: 2rem;
	color: var(--mainColor);
}
.testimoniContent {
	display: grid;
	justify-content: center;
	text-align: center;
	padding-inline: 14rem;
	gap: 1.5rem;
}
.testimoniDetail p {
	font-size: 1.3rem;
}

.testimoniUser {
	/* align-content: center; */
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .8rem;
}
.testimoniUser img {
	height: 5rem;
}
.tenantSection {
	text-align: center;
	padding-inline: 6rem;
	margin-bottom: 3rem;
}
.tenantHeading {
	font-size: 2rem;
	margin-bottom: 2rem;
	color: var(--mainColor);
}
.tenantList img {
	height: 8rem;
}
.recomendationSection {
	margin-bottom: 3rem;
	padding-inline: 8rem;
}
/* .recomendationSection .slide-content3 {
	padding-inlien: 6rem;
} */
.recomendationHeading {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	color: var(--mainColor);
}
.recomendationCard {
	display: grid;
	grid-template-rows: 65% 35%;
	/* padding-bottom: 1rem; */
	/* gap: 1rem; */
	width: 25%;
	border: 1px solid black;
	border-radius: 40px;
	height: 100px;
}
.recomendationCard img {
	height: 100%;
	width: 100%;
	border-radius: 40px 40px 0 0;
}
.recomendDetail {
	padding-inline: 1rem;
}
.recomendDetail h3 {
	text-align: right;
	font-size: 1rem;
	font-weight: 500;
}
.recomendDetail h4 {
	font-weight: 500;
}
.bannerLogoSection {
	margin-top: 10rem;
	margin-bottom: 3rem;
	padding-right: 10rem;
}
.bannerLogoWrapper {
	position: relative;
	padding-block: 3rem;
	background: var(--mainColor);
	text-align: right;
	padding-right: 1.5rem;
}
.logoBanner {
	position: absolute;
	border: 1px solid grey;
	background: white;
	border-radius: 50%;
	padding: 5rem;
	top: -10rem;
	left: 8rem;
}
.logoBanner img {
	height: 10rem;
}
.bannerLogoContent h1 {
	/* font-size: clamp(1rem, 4vw, 3rem); */
	font-size: 2.8rem;
	font-weight: 400;
	color: white;
}
.bannerLogoButton {
	display: inline-block;
	text-decoration: none;
	color: white;
	border: 1px solid white;
	padding: .3rem 3rem;
	border-radius: 30px;
	margin-top: 2rem;
}
.bannerLogoButton h3 {
	font-size: .7rem;
}
.homeFooter {
	background: var(--gradientColor);
}
.homeFooterWrapper {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	padding-block: 4rem 2rem;
	padding-inline: 6rem 14rem;
	font-size: .8rem;
}
.homeFooterProfile {
	display: grid;
	gap: .5rem;
	text-align: right;
}

.homeFooterMenu1 {
	display: grid;
	gap: .5rem;
	text-align: right;
}
.homeFooterMenu2 {
	display: grid;
	gap: .5rem;
	text-align: right;
}
.homeFooterProfile {
	justify-self: start;
	text-align: center;
}
.homeFooterProfile img {
	justify-self: center;
}
.homeFooter a {
	text-decoration: none;
	color: white;
}
svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 60px;
	transform: rotate(180deg);
}

.shape-fill {
	fill: transparent;
}

/* global Pages */
.globalHeader {
	background: url('/asset/images/image1.png');
	background-size: cover;
	background-position: center;
	height: 40vh;
	position: relative;
	isolation: isolate;
	padding: .1rem;
}
.heading {
	text-align: right;
	font-size: 2rem;
	color: var(--mainColor);
	margin-right: 4rem;
	margin-top: 3rem;
}
.globalHeader .homeHeaderMenu {
	margin-top: 4rem;
	margin-right: 4rem;
}

.tacContent {
	text-align: right;
	padding-inline: 4rem;
	display: grid;
	gap: 1rem;
	margin-bottom: 4rem;
}
.userForm {
	padding: 3.5rem;
	display: grid;
	grid-template-columns: 70% 30%;
	justify-content: space-between;
	position: relative;
}
.notificationLogo {
	position: absolute;
	top: 2rem;
	left: 8rem;
}
.userFormWrapper {
	border: solid 3px var(--mainColor);
	border-radius: 40px;
	width: 100%;
	padding: 3rem 2rem;
	margin-top: 8rem;
}
.userFormHeading {
	font-size: 1.4rem;
	text-align: right;
	color: var(--mainColor);
}
.userProfForm {
	margin-top: 2rem;
	gap: 2rem;
	display: grid;
	grid-template-areas: 'input1 input2' 'input3 input3' 'input4 input5' 'input6 input7';
}
.userFormWrapper input {
	text-align: right;
	border-radius: 30px;
	border: solid 2px var(--mainColor);
	padding-block: 1.5rem;
	padding-inline: 2rem;
	height: 2rem;
	color: var(--mainColor);
	font-size: 1.2rem;
}
.userFormWrapper select {
	color: var(--mainColor);
	padding-block: .5rem;
	padding-inline: 1rem;
	text-align: right;
	border-radius: 30px;
	border: solid 2px var(--mainColor);
}
.input1 {
	grid-area: input1;
}
.input2 {
	grid-area: input2;
}
.input3 {
	grid-area: input3;
}
.input4 {
	grid-area: input4;
}
.input4 optgroup {
	/* padding: 2rem; */
}
.input5 {
	grid-area: input5;
}
.input6 {
	grid-area: input6;
}
.input7 {
	grid-area: input7;
}
.rightMenu {
	justify-self: end;
	display: grid;
	justify-content: center;
	position: relative;
}
.rightMenu::before {
	position: absolute;
	content: '';
	top: 0;
	left: -2rem;
	width: 2px;
	height: 100%;
	background: var(--mainColor);
}

.rightMenu .logoRightMenu {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.logoRightMenu .descMenu {
	font-size: .8rem;
	color: var(--mainColor);
	font-weight: 500;
}
.logoRightMenu img {
	height: 4rem;
}

.rightMenu .RightMenuList {
	list-style: none;
	justify-self: center;
	display: grid;
	gap: 2rem;
}
.RightMenuList li a {
	text-decoration: none;
	font-size: 1.5rem;
}
.contactUsSection {
	margin-bottom: 3rem;
}
.contactUsWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1px;
	margin-top: 3rem;
}
.contactUsWrapper .location,
.contactUsWrapper .phone,
.contactUsWrapper .mail {
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.contactUsWrapper .mailImage,
.contactUsWrapper .locationImage,
.contactUsWrapper .phoneImage {
	display: flex;
	justify-content: center;
	align-items: center;
	border: dashed 2px grey;
	border-radius: 50%;
	padding: 2rem 4rem;
	width: 50%;
	justify-self: center;
}
.dashedLine {
	background: grey;
	height: 1px;
	border: dashed 2px white;
	width: 150px;
	margin-bottom: 3rem;
}
.contactUsWrapper img {
	height: 3rem;
}
.formContactUsSection {
	margin-bottom: 3rem;
	margin-top: 15rem;
	padding-right: 12rem;
	position: relative;
}
.formContactWrapper {
	background: var(--gradientColor);
	display: grid;
}
.formContactUs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	padding: 8rem 4rem;
	width: 60%;
	justify-self: end;
}
.input11,
.input12 {
	border-radius: 30px;
	padding-block: .5rem;
	text-align: right;
	padding-right: 1rem;
}
.input13,
.input14,
.input15 {
	grid-column: span 2;
	border-radius: 30px;
	padding-block: .5rem;
	text-align: right;
	padding-right: 1rem;
}
.input15 {
	height: 10rem;
	padding-top: 1rem;
}
.checkout {
	display: flex;
	flex-direction: column;
}
.detailOrderWrapper {
	display: grid;
	gap: 2rem;
	background: var(--gradientColor);
	margin-right: -3.5rem;
	margin-left: 2rem;
	margin-top: 2rem;
	border-radius: 25px 0 0 25px;
	padding-inline: 2rem;
	padding-block: 7rem 4rem;
	color: white;
	justify-self: end;
	margin-bottom: 8rem;
}
.detailMenuPayment {
	/* display: grid; */
	gap: 2rem;
	background: var(--gradientColor);
	margin-right: -3.5rem;
	margin-left: 2rem;
	border-radius: 25px 0 0 25px;
	padding-inline: 2rem;
	padding-block: 2rem;
	color: white;
	justify-self: end;
}
.menuPayment {
	display: flex;
	justify-content: space-between;
	border: 2px white solid;
	border-radius: 30px;
	padding-left: 0;
	padding-right: 1rem;
}
.menuPayment h3 {
	font-size: .8rem;
	font-weight: 400;
	margin-top: .3rem;
	margin-bottom: .3rem;
}
.menuPayment div {
	border: 2px white solid;
	border-radius: 30px;
	padding: .2rem 2rem;
}
.menuPriceDetail {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menuPriceDetail h3,
.totalPrice h3 {
	font-size: .8rem;
	font-weight: 500;
}
.totalPrice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 6rem;
	position: relative;
}
.totalPrice::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 90%;
	top: -4rem;
	left: 0;
	background: white;
}
.totalPrice h4 {
	font-size: 1rem;
	font-weight: 600;
}
.checkout .userFormWrapper {
	margin-top: 2rem;
}

.choosePayment {
	display: none;
}
.methodPayForm {
	display: grid;
	grid-template-columns: 50% 50%;
	text-align: right;
	gap: 1.5rem;
	border: solid 3px var(--mainColor);
	border-radius: 40px;
	width: 100%;
	padding: 3rem 2rem;
	margin-top: 8rem;
}
.methodPayForm .userFormHeading {
	display: flex;
	/* justify-content: end; */
	align-items: center;
	gap: 1rem;
	grid-column: span 2;
}
.methodPayForm input {
	text-align: right;
	border-radius: 30px;
	border: solid 2px var(--mainColor);
	padding-block: 1.5rem;
	padding-inline: 2rem;
	height: 2rem;
	color: var(--mainColor);
	font-size: 1.2rem;
}
.input16,
.input17 {
	grid-column: span 2;
}
.applePay {
	display: none;
}
.applePay {
	display: flex;
	gap: 1rem;
	border: 2px solid var(--mainColor);
	border-radius: 30px;
	padding: .5rem 2rem;
	margin-top: 3rem;
}
.checkoutButton {
	justify-self: center;
	/* border: 2px solid var(--mainColor); */
	border-radius: 30px;
	padding: .4rem 5rem;
	background: var(--gradientColor);
	color: white;
	margin-block: 5rem 5rem;
}
.checkoutButton h3 {
	font-size: 1rem;
	font-weight: 500;
}
.favPageSection {
	padding: 1rem 12rem;
	position: relative;
}
.favPageWrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 8rem;
	row-gap: 2rem;
}
.favCard {
	width: 280px;
	height: 450px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 65% 35%;
	border-radius: 40px;
	text-align: right;
	border: 1px solid black;
	justify-self: center;
}
.favCard .favImage {
	width: 100%;
}
.favCard .favImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}
.favCard .favContent {
	width: 100%;
	display: grid;
	padding: 1rem;
	justify-self: end;
	text-align: right;
}
.favContent .favDetail h3 {
	font-size: .8rem;
	/* font-weight: 500; */
}
.favContent .favDetail h4 {
	font-size: .8rem;
	font-weight: 400;
}
.favContent .favRating {
	display: flex;
	align-items: center;
	justify-content: end;
}
.favRating img {
	height: .8rem;
}
.favContent .favCheckout {
	display: flex;
	align-items: center;
	gap: 3rem;
	justify-self: end;
}
.favContent .favCheckout h3 {
	/* margin-right: 5rem; */
	font-size: 1.3rem;
}
.favCheckout img {
	height: 1.3rem;
}
.favCategory {
	background: var(--gradientColor);
	position: absolute;
	justify-content: center;
	padding: 1rem 0;
	left: 0;
	width: 100%;
	gap: 8rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.favCategory select {
	border: white 1px solid;
	color: white;
	border-radius: 30px;
	padding: .5rem 2rem;
	background: transparent;
}

body .create {
	margin-bottom: 0;
	display: grid;
}
.createAccount {
	justify-self: center;
	/* background: red; */
	width: 50%;
	margin-top: -3rem;
}
.createAccountWrapper .heading {
	margin-top: 0rem;
	font-size: 1.5rem;
}
.createAccountWrapper {
	padding-inline: 2rem;
	background: white;
	padding-block: 1rem 2rem;
	border-radius: 30px;
}
.createAccountForm {
	display: grid;
	grid-template-column: 1fr 1fr;
	gap: .5rem;
}
.createAccountForm input {
	border-radius: 30px;
	padding: .2rem 1rem;
	text-align: right;
}
.inputCreate1,
.inputCreate4,
.inputCreate5,
.inputCreate6 {
	grid-column: span 2;
}
.createAccountForm .inputCreate6 {
	text-align: center;
}
.createAccountWrapper .word1 {
	font-size: .8rem;
	margin-top: .5rem;
	margin-left: 1rem;
	font-weight: 400;
}

.createAccountWrapper .word2 {
	text-align: center;
	font-size: .8rem;
	font-weight: 400;
	position: relative;
}
.createAccountWrapper .word2::before {
	content: '';
	position: absolute;
	height: 1px;
	background: black;
	width: 30%;
	top: 50%;
	left: 0;
}
.createAccountWrapper .word2::after {
	content: '';
	position: absolute;
	height: 1px;
	background: black;
	width: 30%;
	top: 50%;
	left: 70%;
}
.socmedAccount {
	display: flex;
	gap: 1rem;
	justify-content: center;
}
.socmedAccount img {
	height: 2rem;
}
.compProfileWrappper {
	display: grid;
	grid-template-columns: 60% 40%;
	align-items: center;
}
.compProfileImage {
	padding-right: -20rem;
}
.compProfileImage img {
	width: 100%;
}
.compProfileDesc {
	padding-right: 2.5rem;
}
.compProfileDesc p {
	line-height: 3rem;
	text-align: right;
	font-size: 1.1rem;
}
.frequentAskSection {
	margin-bottom: 3rem;
}
.frequenAskWrapper {
	padding-inline: 10rem;
	display: grid;
	gap: .7rem;
}
.accordion {
	background-color: white;
	border: 2px solid var(--mainColor);
	border-radius: 30px;
	color: var(--mainColor);
	cursor: pointer;
	padding: 18px;
	padding-inline: 4rem 4rem;
	width: 100%;
	text-align: right;
	font-size: 1.5rem;
	transition: 0.4s;
}
.active {
	border-radius: 30px 30px 0 0;
}

.active,
.accordion:hover {
	/* background-color: #ccc; */
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: left;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
}
.panel {
	padding: 0 3rem;
	background-color: white;
	border-radius: 0 0 30px 30px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-top: -.8rem;
}
.panelActive {
	border: 2px solid var(--mainColor);
	border-top-style: none;
}
.orderListSection {
	padding-block: 4rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.orderListWrapper {
	display: grid;
	row-gap: 2rem;
}
.orderListCard {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 90%;
	position: relative;
}
.orderListImage {
	padding-right: 2rem;
}
.orderListImage img {
	width: 100%;
	height: 80%;
	border-radius: 0 30px 30px 0;
}
.orderListDetail {
	display: grid;
	row-gap: 2rem;
	justify-content: center;
	align-items: center;
}
.orderListDetail h3 {
	font-size: 1.5rem;
}
.orderListDetail .delete {
	justify-self: end;
	font-size: 2rem;
}
.orderListDetail .mount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.mount .quantity {
	display: flex;
	align-items: center;
	gap: .8rem;
	font-size: 1.5rem;
}
.mount i {
	font-size: 1.5rem;
}
.price h3 {
	font-size: 1.5rem;
}
.orderListCard::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1rem;
	border: 2px grey black;
	background: grey;
}
.orderListOrder {
	background: var(--gradientColor);
	border-radius: 30px 0 0 30px;
}
.orderListOrder h3 {
	font-size: 1rem;
}
.orderListOrderWrapper {
	padding: 4rem 2rem;
}
.orderListPriceDetail,
.orderListtotalPrice {
	display: flex;
	justify-content: space-between;
	padding-block: 1rem;
	color: white;

	/* padding: 4rem 2rem; */
}
.orderListtotalPrice {
	/* padding-inline: 2rem; */
	justify-content: space-evenly;
	gap: 10rem;
	position: relative;
}
.orderListtotalPrice::before {
	content: '';
	position: absolute;
	background: white;
	border: 1px solid white;
	top: -2rem;
	height: 1px;
	width: 100%;
}
.internalProductCard {
	display: grid;
	grid-template-columns: 60% 40%;
	padding-block: 4rem 2rem;
	padding-right: 3rem;
}
.internalProductImage {
}
.internalProductImage img {
	width: 100%;
	border-radius: 0 35px 35px 0;
}
.internalProductDetail {
	justify-self: end;
	display: grid;
	justify-items: end;
	align-content: center;
	/* text-align: right; */
}
.internalProductDetail h1 {
	font-size: 1.8rem;
	font-weight: 500;
}
.internalProductDetail h2 {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 3rem;
}
.internalProductDetail h3 {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.socmedDetail {
	color: black;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	gap: 1rem;
}
.socmedDetail img {
	/* background: black; */
	height: 2rem;
}
.internalProductDetailMount {
	display: flex;
	margin-right: 3rem;
	margin-top: 3rem;
	/* justify-content: end; */
	font-size: 2rem;
	gap: 2rem;
}
.internalProductDetailMount .price h3 {
	font-size: 2rem;
	font-weight: 600;
	/* gap: 1rem; */
}
.internalButton {
	margin-right: 3rem;
	/* padding: 3rem; */
	display: flex;
	gap: 3rem;
}
.internalButton img {
	height: 100%;
}
.buttonInternal {
	background: var(--gradientColor);
	color: white;
	display: flex;
	justify-content: center;
	padding: .5rem 3rem;
	border-radius: 30px;
}
.intProdCatWrapper {
	display: flex;
	justify-content: space-between;
	padding: 2rem 4rem;
}
.intProdCatWrapper h3 {
	font-size: 2rem;
	font-weight: 500;
}
.intProdDescWrapper {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	padding: 2rem 4rem;
	/* gap: 1rem; */
}
.intProdDescImg {
	/* background: red; */
	display: flex;
	justify-content: center;
	height: 100%;
}
.intProdDescImg img {
	width: 80%;
	border-radius: 30px;
	height: 100%;
}
.intProdDescWrapper h3 {
	font-size: 1rem;
	line-height: 2.5rem;
	color: grey;
	font-weight: 500;
	text-align: justify;
}
.foodSection4 .heading {
	margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
	.pastrySection {
		padding-inline: clamp(4rem, 10vw, 7rem);
	}
	.pastrySection .pastrySectionWrapper {
		gap: 3rem;
	}
	.bannerFoodWrapper h1 {
		font-size: clamp(1.2rem, 3.3vw, 2.3rem);
	}
	.testimoniContent {
		padding-inline: 10rem;
	}
	.testimoniDetail p {
		font-size: 1.3rem;
	}
	.bannerLogoContent h1 {
		font-size: clamp(1rem, 3.3vw, 2.8rem);
		/* font-size: 2.8rem; */
	}
	.logoBanner {
		padding: clamp(4rem, 7vw, 5rem);
		left: clamp(4rem, 7vw, 7rem);
	}
	.menuList {
		gap: 1rem;
		/* gap: 2rem; */
	}
	.menuList li a {
		text-decoration: none;
		color: white;
		font-size: clamp(1rem, 2.5vw, 1.8rem);
	}
	.formContactUsSection {
		padding-right: 10rem;
	}
	.detailMenuPayment {
		padding-inline: 1rem;
	}
	.menuPayment h3 {
		font-size: .6rem;
	}
	.menuPayment div {
		padding: .2rem 1.5rem;
	}
	.favPageSection {
		padding: 3rem 4rem;
	}
	.createAccountWrapper .word2,
	.createAccountWrapper .word1 {
		font-size: .7rem;
	}
	.internalProductDetail h2 {
		margin-bottom: 1.5rem;
	}
	.internalProductDetail h3 {
		margin-bottom: .5rem;
	}
	.socmedDetail {
		gap: 1rem;
	}
	.socmedDetail img {
		height: 2rem;
	}
	.internalProductDetailMount {
		margin-right: 1rem;
		margin-top: 2rem;
	}
	.internalButton {
		margin-right: 1rem;
	}
}
@media screen and (max-width: 1024px) {
	.logoHeader {
		padding-inline: 3.5rem;
	}
	.logoHeader img {
		height: 2.5rem;
	}
	.menuList {
		gap: 1rem;
	}
	.menuList li a {
		text-decoration: none;
		color: white;
		font-size: clamp(1rem, 2.5vw, 1.4rem);
	}

	.homeHeaderContent h1 {
		font-size: 2.5rem;
	}
	.homeHeaderContent h2 {
		font-size: 1.5rem;
	}

	.homeHeaderSubContent h2 {
		font-size: 1rem;
	}
	.homeHeaderSubContent h3 {
		font-size: 1rem;
	}
	.pastrySection {
		padding-inline: clamp(3rem, 10vw, 4rem);
	}
	.pastrySectionWrapper .pastryCard {
		height: 180px;
	}
	.foodCategoryWrapper {
		gap: 6rem;
	}
	.foodCheckout img {
		height: 1.5rem;
	}
	.foodSection4 .slide-content {
		height: 10rem;
	}

	.testimoniHeading,
	.recomendationHeading {
		font-size: 1.5rem;
	}
	.testimoniContent {
		padding-inline: 8rem;
	}
	.testimoniDetail p {
		font-size: 1.2rem;
	}
	.tenantSection {
		padding-inline: 5rem;
	}
	.tenantList img {
		height: 6rem;
	}
	.recomendationSection {
		padding-inline: 5.5rem;
	}
	.recomendationSection .slide-content3 {
		height: 18rem;
	}
	.recomendationSection .recomendDetail {
		padding-top: 1rem;
	}
	.homeFooterWrapper {
		padding-inline: 6rem 8rem;
	}
	.globalHeader {
		height: 30vh;
	}
	.userForm {
		padding-inline: 1rem;
	}
	.formContactUsSection {
		padding-right: 8rem;
	}
	.formContactUs {
		padding: 8rem 2rem;
		width: 60%;
	}
	.detailOrderWrapper,
	.detailMenuPayment {
		margin-right: -1rem;
		margin-left: 1rem;
		padding-inline: 1rem;
	}
	.detailMenuPayment {
		background: var(--gradientColor);
		margin-right: -1rem;
		margin-left: 1rem;
		padding-inline: .8rem;
	}
	.menuPayment {
		padding-right: .5rem;
	}
	.menuPayment div {
		padding: .2rem 1rem;
	}
	.favPageSection {
		padding: 3rem 1rem;
	}
	.favCard {
		width: clamp(250px, 30vw, 280px);
	}

	.createAccountWrapper .word2::before {
		width: 25%;
	}
	.createAccountWrapper .word2::after {
		width: 25%;
		left: 75%;
	}
	.compProfileWrappper {
		grid-template-columns: 50% 50%;
	}
	.compProfileDesc p {
		line-height: 2.5rem;
		font-size: .9rem;
	}
	.frequenAskWrapper {
		padding-inline: 6rem;
	}
	.orderListDetail h3 {
		font-size: 1rem;
	}
	.internalProductCard {
		grid-template-columns: 50% 50%;
		padding-right: 2rem;
	}
	.internalProductImage img {
		height: 100%;
	}

	.intProdDescImg img {
		width: 90%;
	}
	.intProdDescWrapper h3 {
		/* font-size: .8rem; */
		line-height: 2rem;
	}
}

@media screen and (max-width: 880px) {
	.homeHeader .homeHeaderWrapper {
		padding-right: 0rem;
	}
	.logoHeader {
		padding-inline: 3rem;
	}
	.homeHeaderWrapper .homeHeaderContent {
		text-align: center;
		width: 100%;
	}
	.homeHeaderWrapper .homeHeaderMenu {
		margin-right: 3rem;
	}
	.homeHeaderWrapper .homeHeaderSubContent {
		gap: 3rem;
		margin-right: 3rem;
	}
	.pastrySection {
		padding-inline: 2rem;
	}
	.pastrySection .pastrySectionWrapper {
		gap: 2rem;
	}
	.foodCategoryWrapper {
		gap: 4rem;
	}
	.foodCategoryWrapper h3 {
		font-size: clamp(1.5rem, 3.5vw, 2rem);
	}
	.pastrySection {
		margin-bottom: 1rem;
	}

	.foodDetail h3 {
		font-size: .8rem;
	}
	.foodDetail h4 {
		font-size: .7rem;
	}
	.foodCheckout {
		gap: .5rem;
	}
	.foodCheckout img {
		height: 1.2rem;
	}
	.foodCheckout h3 {
		font-size: 1rem;
	}
	.foodSection4 .slide-content {
		height: 9rem;
	}
	.bannerFoodWrapper a h3 {
		font-size: clamp(.8rem, 2vw, 1rem);
	}
	.testimoniContent {
		padding-inline: 4rem;
	}
	.testimoniDetail p {
		font-size: 1.2rem;
	}
	.testimoniUser img {
		height: 4rem;
	}
	.testimoniUser .testimoniProfile h4 {
		font-size: .9rem;
	}
	.testimoniUser .testimoniProfile h5 {
		font-size: .8rem;
	}
	.tenantSection {
		padding-inline: 5rem;
	}
	.tenantHeading,
	.recomendationHeading {
		font-size: 1.3rem;
		margin-bottom: 2rem;
	}
	.tenantList img {
		height: 5rem;
	}
	.recomendationSection {
		padding-inline: 4rem;
	}
	.recomendationSection .slide-content3 {
		height: 20rem;
	}
	.recomendationCard {
		gap: .5rem;
		height: 1400px;
	}
	.bannerLogoSection {
		padding-right: 6rem;
	}

	.bannerLogoContent h1 {
		font-size: clamp(1rem, 3.3vw, 2rem);
		/* font-size: 2.8rem; */
	}
	.bannerLogoWrapper {
		padding-block: 2.5rem;
	}
	.logoBanner {
		padding: clamp(3rem, 7vw, 4rem);
		left: clamp(2rem, 3vw, 5rem);
		top: -8rem;
	}
	.logoBanner img {
		height: clamp(6rem, 18vw, 10rem);
	}
	.homeFooterWrapper {
		padding-inline: 6rem 6rem;
	}

	.userForm {
		grid-template-columns: 70% 30%;
	}
	.checkout .userForm {
		grid-template-columns: 65% 35%;
	}
	.checkout .userProfForm {
		gap: .5rem;
	}
	.userFormWrapper {
		padding: 3rem 1rem;
	}
	.userFormWrapper input {
		padding-block: 1.5rem;
		padding-inline: 1rem;
		font-size: 1rem;
	}
	.userFormWrapper select {
		padding-block: .5rem;
	}
	.rightMenu::before {
		left: -1rem;
	}

	.rightMenu .logoRightMenu {
		gap: 1rem;
	}
	.logoRightMenu .descMenu {
		font-size: .7rem;
	}
	.logoRightMenu img {
		height: 3.5rem;
	}
	.RightMenuList li a {
		font-size: 1.2rem;
	}
	.contactUsWrapper .mailImage,
	.contactUsWrapper .locationImage,
	.contactUsWrapper .phoneImage {
		border-radius: 50%;
		padding: 2rem 3rem;
	}
	.dashedLine {
		width: 100px;
		margin-bottom: 3rem;
	}
	.contactUsWrapper img {
		height: 2rem;
	}
	.formContactUsSection {
		padding-right: 6rem;
	}
	.formContactUs {
		padding: 8rem 2rem;
		width: 65%;
	}
	.menuPriceDetail h3,
	.totalPrice h3 {
		font-size: .7rem;
	}
	.totalPrice h4 {
		font-size: .7rem;
	}
	.detailOrderWrapper {
		padding-block: 4rem 4rem;
	}
	.detailMenuPayment {
		padding-inline: 1rem;
		margin-top: 4rem;
	}
	.menuPayment {
		padding-right: 1rem;
	}
	.menuPayment {
		font-size: .8rem;
	}
	.menuPayment div {
		padding: .2rem 1.3rem;
	}
	.favPageSection {
		padding: 2rem 1rem;
	}
	.favCard {
		width: clamp(200px, 30vw, 250px);
	}
	.favContent .favCheckout {
		gap: 2rem;
	}
	.favPageSection .heading {
		margin-top: 0rem;
	}
	.favCategory {
	}
	.favCategory select {
		padding: .2rem 1rem;
		background: transparent;
		font-size: .8rem;
	}
	.createAccountWrapper {
		padding-inline: 1rem;
	}
	.compProfileWrappper {
		grid-template-columns: unset;
		grid-template-rows: 1fr;
	}
	.compProfileDesc {
		padding-inline: 6rem;
	}
	.compProfileDesc p {
		font-size: 1.2rem;
	}
	.mount .quantity {
		font-size: 1.2rem;
	}
	.mount i {
		font-size: 1.2rem;
	}
	.orderListtotalPrice {
		gap: 1rem;
	}
	.price h3 {
		font-size: 1.2rem;
	}
	.internalProductImage img {
		object-fit: cover;
	}
	.internalProductDetail h1 {
		font-size: 1.4rem;
	}
	.internalProductDetail h2 {
		font-size: .8rem;
	}
	.internalProductDetail h3 {
		font-size: .8rem;
	}
	.internalProductDetail h3 {
		margin-bottom: .5rem;
	}
	.socmedDetail {
		gap: 1rem;
	}
	.socmedDetail img {
		height: 1.5rem;
	}
	.internalProductDetailMount {
		font-size: 1.5rem;
	}
	.internalProductDetailMount .price h3 {
		font-size: 1.5rem;
	}
	.internalButton {
		margin-right: .8rem;
		/* padding: 3rem; */
		display: flex;
		gap: 1.5rem;
	}
	.internalButton img {
		height: 2.5rem;
	}
	.buttonInternal {
		font-size: .8rem;
		padding: .5rem 2.5rem;
	}
	.intProdCatWrapper {
		padding-inline: clamp(1rem, 3.5vw, 4rem);
	}
	.intProdCatWrapper h3 {
		font-size: clamp(.8rem, 3.5vw, 2rem);
	}
	.intProdDescWrapper {
		padding: 2rem 2rem;
	}
	.intProdDescWrapper h3 {
		font-size: .8rem;
	}
	.foodSection4 .heading {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.logoHeader {
		padding-inline: 3rem;
	}
	.logoHeader img {
		height: 2rem;
	}
	.homeHeaderWrapper .homeHeaderSubContent .subContent:nth-child(2),
	.homeHeaderWrapper .homeHeaderSubContent .subContent:nth-child(3) {
		display: none;
	}
	.homeHeaderWrapper .homeHeaderSubContent {
		margin-right: 0;
		justify-content: center;
		/* background: yellow; */
	}
	.homeHeaderWrapper .homeHeaderSubContent .subContent:nth-child(1) {
		/* background: red; */
		text-align: center;
	}
	.homeHeaderWrapper .homeHeaderSubContent .subContent:nth-child(1)::after {
		width: 100%;
		height: 3px;
		top: 5rem;
		right: 0rem;
	}

	.homeHeaderContent h1 {
		font-size: 2rem;
	}
	.homeHeaderContent h2 {
		font-size: 1.3rem;
	}
	.homeHeaderSubContent h2 {
		font-size: 1.2rem;
	}
	.homeHeaderSubContent h3 {
		font-size: 1.2rem;
	}
	.pastrySection {
		padding-inline: 1rem;
	}
	.pastrySection .pastrySectionWrapper {
		gap: 1rem;
	}
	.foodSection4 {
		padding-inline: 2rem;
	}
	.foodSection4Card {
		grid-template-columns: unset;
		grid-template-rows: 1.5fr 1fr;
		width: 100%;
		padding-right: 0rem;
	}

	.foodImage img {
		border-radius: 30px 30px 0 0;
	}

	.foodContent {
		padding-right: 1rem;
		position: relative;
	}
	.foodRating {
		position: absolute;
		left: 1rem;
	}
	.foodRating h4 {
		font-size: .8rem;
	}
	.foodSection4 .slide-content {
		height: 16rem;
	}
	.bannerFoodSection {
		padding-block: 6rem;
		padding-left: 2rem;
	}
	.testimoniHeading {
		font-size: 1.2rem;
	}
	.testimoniDetail p {
		font-size: 1rem;
	}
	.tenantSection {
		padding-inline: 4rem;
	}
	.tenantHeading {
		font-size: 1.2rem;
	}
	.tenantList img {
		height: 5rem;
	}
	.recomendationSection {
		padding-inline: 5rem;
	}
	.recomendationCard {
		grid-template-rows: 70% 30%;
	}
	.recomendationSection .slide-content3 {
		height: 22rem;
	}
	.homeFooterWrapper {
		padding-inline: 6rem 4rem;
		/* font-size: .7rem; */
	}
	.globalHeader {
		height: 30vh;
	}
	.heading {
		margin-right: 2rem;
	}
	.tacContent {
		padding-inline: 2rem;
	}
	.formContactUsSection {
		padding-right: 4rem;
	}
	.formContactUs {
		padding: 8rem 2rem;
		width: 70%;
	}

	.detailMenuPayment {
		padding-inline: .5rem;
	}
	.menuPayment {
		padding-right: .8rem;
	}
	.menuPayment {
		font-size: .8rem;
	}
	.menuPayment div {
		padding: .2rem .8rem;
	}
	.favCard {
		height: 430px;
	}
	.favContent .favCheckout h3 {
		/* margin-right: 5rem; */
		font-size: 1.2rem;
	}
	.favCheckout img {
		height: 1.2rem;
	}
	.createAccount {
		width: 60%;
	}
	.compProfileDesc {
		padding-inline: 5rem;
	}
	.compProfileDesc p {
		font-size: 1rem;
	}
	.frequenAskWrapper {
		padding-inline: 4rem;
	}
	.orderListDetail {
		gap: 1rem;
	}
	.orderListCard {
		width: 100%;
	}
	.orderListDetail .delete {
		font-size: 1.5rem;
	}
	.mount .quantity {
		font-size: 1rem;
	}
	.orderListDetail h3 {
		font-size: 1rem;
	}
	.mount i {
		font-size: 1rem;
	}
	.price h3 {
		font-size: 1rem;
	}
	.orderListOrder h3 {
		font-size: .9rem;
	}
	.orderListDetail .mount {
		justify-content: center;
		gap: 1rem;
	}
	.orderListOrder h3 {
		font-size: .8rem;
	}
	.intProdDescWrapper {
		padding: 2rem 1rem;
	}
	.intProdDescWrapper h3 {
		font-size: .8rem;
		line-height: 1.5rem;
	}
}

@media screen and (max-width: 660px) {
	.logoHeader img {
		height: 3rem;
	}
	.burgerMenu {
		display: flex;
	}
	.homeHeaderMenu {
		display: none;
	}
	.homeHeaderWrapper .homeHeaderContent {
		margin-top: 6rem;
	}
	.homeHeaderContent h1 {
		font-size: clamp(1rem, 5.5vw, 2rem);
	}
	.homeHeaderContent h2 {
		font-size: clamp(.9rem, 3.5vw, 1.3rem);
	}
	.homeHeaderSubContent h2 {
		font-size: clamp(.9rem, 3.5vw, 1.2rem);
	}
	.homeHeaderSubContent h3 {
		font-size: clamp(.9rem, 3.5vw, 1.2rem);
	}

	.pastrySection {
		padding-inline: 4rem;
	}
	.pastrySection .pastrySectionWrapper {
		gap: 1rem;
	}
	.pastrySectionWrapper .pastryCard {
		background-size: cover;
		/* background-repeat: no-repeat; */
		width: 100%;
		height: 250px;
		border-radius: 40px;
	}
	.pastrySection {
		padding-inline: 3.5rem;
	}
	.pastryCard .overlay {
		border-radius: 40px;
	}
	.pastryCard h3 {
		font-size: 1rem;
	}
	.foodCategoryWrapper {
		gap: 2rem;
	}
	.foodCategoryWrapper h3 {
		font-size: clamp(1rem, 3.5vw, 1.5rem);
	}
	.foodSection4 {
		padding-inline: 1rem;
	}
	.foodRating {
		top: .8rem;
	}
	.foodSection4 .slide-content {
		height: 18rem;
	}
	.bannerFoodSection {
		padding-block: 4rem;
		padding-left: 1rem;
	}
	.bannerFoodWrapper h1 {
		font-size: clamp(1rem, 3.3vw, 2rem);
	}
	.bannerFoodWrapper .bannerButton {
		padding: .2rem 3rem;
	}
	.bannerFoodWrapper a h3 {
		font-size: clamp(.6rem, 2vw, .8rem);
	}
	.testimoniHeading {
		font-size: 1rem;
	}
	.testimoniContent {
		padding-inline: 2rem;
	}
	.testimoniUser img {
		height: 3rem;
	}
	.testimoniUser .testimoniProfile h4 {
		font-size: .8rem;
	}
	.testimoniUser .testimoniProfile h5 {
		font-size: .7rem;
	}
	.tenantSection {
		padding-inline: 2rem;
	}
	.tenantHeading {
		font-size: 1.1rem;
	}
	.tenantList img {
		height: 4rem;
	}
	.recomendationSection {
		padding-inline: 3rem;
	}
	.recomendationSection .slide-content3 {
		height: 20rem;
	}
	.recomendDetail h3,
	.recomendDetail h4 {
		font-size: clamp(.7rem, 3vw, 1rem);
	}
	.bannerLogoSection {
		padding-right: 4rem;
	}

	.bannerLogoContent h1 {
		/* font-size: clamp(.8rem, 3.3vw, 1.5rem); */

		/* font-size: 2.8rem; */
	}
	.bannerLogoWrapper {
		padding-block: 2rem;
	}
	.bannerLogoButton {
		padding: .3rem 2rem;
		margin-top: 1rem;
	}
	.bannerLogoButton h3 {
		font-size: .5rem;
	}
	.homeFooter {
		position: relative;
	}
	.homeFooterWrapper {
		grid-template-areas: "homeFooterMenu1 homeFooterMenu2" "homeFooterProfile homeFooterProfile";
		grid-template-columns: initial;
		justify-content: center;
		padding-inline: 2rem 2rem;
		padding-top: 5rem;
		row-gap: 3rem;
		position: relative;
	}
	.homeFooterMenu1 {
		grid-area: homeFooterMenu1;
		justify-self: start;
	}
	.homeFooterMenu2 {
		grid-area: homeFooterMenu2;
	}
	.homeFooterProfile {
		grid-area: homeFooterProfile;
		grid-template-areas: "address1 address2" "phone phone" "socmed socmed";
		justify-content: center;
	}
	.address1 {
		grid-area: address1;
	}
	.address2 {
		grid-area: address2;
	}
	.phone {
		grid-area: phone;
	}
	.socmed {
		grid-area: socmed;
	}
	.homeFooterProfile .jakLogo {
		position: absolute;
		top: 0;
		right: 50%;
		transform: translateX(50%);
		z-index: 1;
		height: 3rem;
	}
	.shape-fill {
		fill: white;
		z-index: -2;
	}
	.heading {
		font-size: 1.5rem;
	}
	.tacContent p,
	.tacContent h4 {
		font-size: .8rem;
	}
	.userForm {
		grid-template-columns: 100%;
		padding-inline: 2rem;
	}
	.rightMenu,
	.notificationLogo {
		display: none;
	}
	.contactUsWrapper {
		padding-inline: 1rem;
	}
	.contactUsWrapper .mailImage,
	.contactUsWrapper .locationImage,
	.contactUsWrapper .phoneImage {
		border-radius: 50%;
		padding: 2rem 3rem;
		margin-bottom: 1rem;
	}
	.dashedLine {
		width: 100px;
		margin-bottom: 2rem;
		border: 2px white dashed;
	}
	.contactUsWrapper h3 {
		font-size: .9rem;
	}
	.contactUsWrapper img {
		height: 1.4rem;
	}
	.formContactUsSection {
		padding-right: 2rem;
	}
	.formContactUs {
		padding: 6rem 2rem;
		width: 80%;
	}
	.input11,
	.input12,
	.input13,
	.input14,
	.input15 {
		padding-block: .2rem;
	}

	.checkout {
		/* padding-inline: 2rem; */
	}

	.checkout .UserPayForm {
		width: 100vw;
		padding-inline: 4rem;
	}
	.checkout .userForm {
		grid-template-columns: initial;
		grid-template-rows: 1fr;
		justify-content: center;
		align-items: center;
		/* overflow-x: hidden; */
		/* margin-left: 100px; */

		/* position: relative; */
	}

	.detailMenuPayment {
		display: none;
	}
	.detailOrderWrapper {
		border-radius: 0;
		margin-right: 0rem;
		margin-left: 0rem;
		margin-top: 5rem;
		padding-inline: 2rem;
		margin-bottom: 3rem;
	}
	.detailOrderWrapper h3,
	.detailOrderWrapper h4 {
		font-size: 1rem;
	}
	.methodPayForm {
		margin-top: 2rem;
	}
	.methodPayForm input {
		padding-block: 1.5rem;
		font-size: .8rem;
	}
	.applePay {
		display: flex;
		gap: 1rem;
		border: 2px solid var(--mainColor);
		border-radius: 30px;
		padding: .5rem 2rem;
		margin-top: 3rem;
	}
	.choosePayment {
		display: grid;
		padding-block: 5rem;
		gap: 3rem;
		padding-inline: 3rem;
	}
	.paymentImage {
		display: flex;
		justify-content: center;
		gap: 4rem;
	}
	.paymentImage a {
		align-self: center;
		display: flex;
		justify-content: center;
		border: 2px solid var(--mainColor);
		border-radius: 20px;
		padding: 2rem;
	}
	.paymentImage img {
		height: 4rem;
	}
	.choosePaymentHeading {
		display: flex;
		justify-content: end;
		font-size: 1.5rem;
	}
	.checkoutButton {
		margin-block: 1rem 2rem;
	}
	.favPageSection {
		padding: 3rem 2rem;
	}
	.favPageWrapper {
		grid-template-columns: 1fr 1fr;
		row-gap: 4rem;
	}
	.favCard {
		width: clamp(200px, 40vw, 280px);
		height: 450px;
		display: grid;
		justify-self: center;
	}
	.favCard .favImage {
		width: 100%;
	}
	.favContent .favCheckout {
		gap: 2rem;
	}
	.favCategory {
		gap: 2rem;
	}
	.favCategory select {
		padding: .2rem 1rem;
		background: transparent;
		font-size: clamp(.6rem, 2vw, .8rem);
	}
	.createAccount {
		width: 75%;
		margin-top: 2rem;
	}
	.compProfileDesc {
		padding-inline: 2rem;
	}
	.compProfileDesc p {
		font-size: .8rem;
	}
	.frequenAskWrapper {
		padding-inline: 2rem;
	}
	.accordion {
		font-size: 1.2rem;
	}
	.panel {
		padding: 0 1rem;
	}
	.panel p {
		font-size: .8rem;
	}
	.orderListSection {
		grid-template-columns: unset;
		grid-template-rows: 1fr;
	}
	.orderListDetail {
		gap: 1rem;
	}
	.orderListCard {
		width: 100%;
	}
	.orderListDetail .delete {
		font-size: 1.5rem;
	}
	.mount .quantity {
		font-size: 1.3rem;
	}
	.orderListDetail h3 {
		font-size: 1.3rem;
	}
	.mount i {
		font-size: 1.3rem;
	}
	.price h3 {
		font-size: 1.3rem;
	}
	.orderListOrder h3 {
		font-size: 1.2rem;
	}
	.orderListDetail .mount {
		justify-content: center;
		gap: 1rem;
	}
	.orderListOrder {
		border-radius: 0px;
		margin-top: 3rem;
	}
	.internalProductCard {
		grid-template-columns: unset;
		grid-template-rows: 1fr;
	}
	.internalProductImage {
	}
	.internalProductImage img {
		width: 80%;
		border-radius: 0 40px 40px 0;
	}
	.internalProductDetail {
		width: 100%;
	}
	.internalProductDetail h1 {
		font-size: 1.8rem;
		margin-block: 2rem 1rem;
	}
	.internalProductDetail h2 {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
	.internalProductDetail h3 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.internalProductDetailMount {
		display: flex;
		justify-content: space-between;
		width: 100%;
		font-size: 2rem;
		padding-inline: 3rem;
		margin-right: 0rem;
	}
	.internalProductDetailMount .price h3 {
		font-size: 2rem;
		/* gap: 1rem; */
	}
	.internalButton {
		margin-right: 0;
		padding-inline: 3rem;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.buttonInternal {
		display: flex;
		justify-content: space-between;
		padding: .5rem 3rem;
		font-size: clamp(1rem, 3.3vw, 1.3rem);
	}
	.intProdDescWrapper {
		display: grid;
		grid-template-columns: unset;
		grid-template-rows: 1fr;
		align-items: center;
		padding: 2rem 0rem;
		/* gap: 1rem; */
	}
	.intProdDescImg {
		/* background: red; */
		display: flex;
		justify-content: end;
		height: 100%;
	}
	.intProdDescImg img {
		width: 80%;
		border-radius: 30px;
		height: 100%;
	}
	.intProdDescWrapper h3 {
		padding-inline: clamp(1rem, 7vw, 4rem);
		/* padding-inline: 4rem; */
		/* margin-block: 2rem; */
		font-size: clamp(.8rem, 3vw, 1rem);
		line-height: 2.5rem;
		text-align: justify;
	}
}

@media screen and (max-width: 490px) {
	.logoHeader {
		padding-inline: clamp(1rem, 7.5vw, 3rem);
	}
	.logoHeader img {
		height: clamp(1rem, 9vw, 3rem);
	}
	.burgerMenu {
		padding-inline: clamp(1rem, 12vw, 4rem);
	}
	.burgerMenu i {
		font-size: clamp(1rem, 6vw, 2rem);
	}
	.homeHeaderWrapper .homeHeaderSubContent .subContent:nth-child(1)::after {
		top: 4rem;
	}
	.pastrySection {
		padding-inline: 2rem;
	}
	.pastryCard h3 {
		font-size: 1rem;
	}
	.foodCategoryWrapper {
		gap: 1rem;
	}
	.foodCategoryWrapper h3 {
		font-size: clamp(1rem, 3.5vw, 1.5rem);
	}
	.foodRating {
		left: .5rem;
	}
	.bannerFoodWrapper h1 {
		font-size: clamp(.8rem, 3.3vw, 1rem);
	}
	.bannerFoodWrapper .bannerButton {
		padding: .2rem 2rem;
	}
	.testimoniContent {
		padding-inline: 1rem;
	}
	.testimoniDetail p {
		font-size: .8rem;
	}
	.testimoniUser img {
		height: 3rem;
	}
	.testimoniHeading {
		font-size: .8rem;
	}
	.tenantHeading {
		margin-bottom: 1.5rem;
		font-size: .8rem;
	}
	.tenantSection {
		padding-inline: 1.5rem;
	}
	.tenantList img {
		height: 3.5rem;
	}
	.recomendationSection {
		padding-inline: 1.5rem;
	}
	.bannerLogoSection {
		padding-right: 2rem;
	}
	/* .bannerLogoWrapper {
		padding-block: 2rem;
	} */
	.logoBanner {
		padding: clamp(1rem, 7vw, 4rem);
		left: clamp(1.5rem, 7vw, 4rem);
		top: -6rem;
	}
	.logoBanner img {
		height: clamp(4rem, 20vw, 9rem);
	}
	.bannerLogoButton {
		padding: .1rem 2rem;
	}
	.globalHeader {
		height: 25vh;
	}
	.heading {
		margin-right: 1.5rem;
	}
	.tacContent {
		padding-inline: 1.5rem;
	}
	.userForm {
		padding-inline: 1rem;
	}
	.userProfForm {
		/* gap: .rem; */
	}
	.userFormWrapper {
		padding: 3rem .5rem;
		margin-top: 3rem;
	}
	.userFormHeading {
		font-size: 1.2rem;
	}
	.userFormWrapper input {
		padding-block: 1.2rem;
		padding-inline: .5rem;
		font-size: .5rem;
	}
	.userFormWrapper select {
		padding-inline: .5rem;
		font-size: .5rem;
	}
	.contactUsWrapper {
		padding-inline: .8rem;
	}
	.contactUsWrapper .mailImage,
	.contactUsWrapper .locationImage,
	.contactUsWrapper .phoneImage {
		padding: 1.5rem 2.5rem;
	}
	.dashedLine {
		width: 50px;
	}
	.contactUsWrapper h3 {
		font-size: .7rem;
	}
	.contactUsWrapper img {
		height: 1.2rem;
	}
	.formContactUsSection {
		padding-right: 0rem;
	}
	.formContactUs {
		padding: 6rem 1rem;
		width: 90%;
		justify-self: center;
	}
	.checkout .UserPayForm {
		width: 100vw;
		padding-inline: 2rem;
	}
	.checkout .userForm {
		grid-template-columns: initial;
		grid-template-rows: 1fr;
		justify-content: center;
		align-items: center;
	}

	.choosePayment {
		justify-content: center;
		padding-block: 2rem;
	}

	.paymentImage a {
		padding: 1.5rem;
	}
	.paymentImage img {
		height: 3rem;
	}
	.choosePaymentHeading {
		font-size: 1.2rem;
	}
	.favPageSection {
		padding: 1.5rem .5rem;
	}
	.favPageWrapper {
		grid-template-columns: 1fr 1fr;
		row-gap: 4rem;
		/* column-gap: .5rem; */
	}
	.favCard {
		width: clamp(150px, 45vw, 280px);
		height: 380px;
	}
	.favCard .favImage {
		width: 100%;
	}
	.favContent .favDetail h3 {
		font-size: .6rem;
	}
	.favContent .favDetail h4 {
		font-size: .6rem;
		font-weight: 400;
	}
	.favContent .favCheckout {
		gap: 1rem;
	}
	.favContent .favCheckout h3 {
		font-size: 1rem;
	}
	.favCheckout img {
		height: 1rem;
	}
	.favCategory {
		gap: 1rem;
		grid-template-columns: unset;
		grid-template-areas: 'favCategory1 favCategory2' 'favCategory3 favCategory3';
	}
	.favCategory select {
		padding: .2rem 1rem;
		background: transparent;
		font-size: .7rem;
	}
	.favCategory1 {
		grid-area: favCategory1;
	}
	.favCategory2 {
		grid-area: favCategory2;
	}
	.favCategory3 {
		grid-area: favCategory3;
		justify-self: center;
	}
	.createAccountForm {
		gap: 0rem;
		row-gap: 1rem;
	}
	.createAccountForm input {
		width: 95%;
		justify-self: center;
	}
	.createAccountForm .inputCreate2,
	.createAccountForm .inputCreate3 {
		width: 90%;
	}
	.createAccount {
		width: 90%;
		margin-top: 2rem;
	}
	.compProfileDesc {
		padding-inline: 1rem;
	}
	.compProfileDesc p {
		line-height: 1.5rem;
		font-size: .8rem;
	}
	.frequenAskWrapper {
		padding-inline: 1rem;
	}
	.accordion {
		font-size: 1rem;
	}
	.panel p {
		font-size: .7rem;
	}
	.orderListDetail .delete {
		font-size: 1.2rem;
	}
	.mount .quantity {
		font-size: 1rem;
	}
	.orderListDetail h3 {
		font-size: 1rem;
	}
	.mount i {
		font-size: 1rem;
	}
	.price h3 {
		font-size: 1rem;
	}
	.orderListOrder h3 {
		font-size: .9rem;
	}

	.orderListOrder h3 {
		font-size: .8rem;
	}
	.internalProductCard {
		grid-template-columns: unset;
		grid-template-rows: 1fr;
	}
	.internalProductImage {
	}
	.internalProductImage img {
		width: 95%;
		border-radius: 0 40px 40px 0;
	}
	.internalProductDetail {
		width: 100%;
	}
	.internalProductDetail h1 {
		font-size: clamp(1.3rem, 6vw, 1.8rem);
	}
	.internalProductDetail h2 {
		font-size: clamp(.8rem, 3.5vw, 1rem);
	}
	.internalProductDetail h3 {
		font-size: clamp(.8rem, 3.5vw, 1rem);
	}
	.internalProductDetailMount {
		font-size: clamp(1.5rem, 7.5vw, 2rem);
		/* padding-inline: 3rem; */
	}
	.internalProductDetailMount .price h3 {
		font-size: clamp(1.5rem, 7.5vw, 2rem);
	}
	.internalButton {
		padding-inline: 2rem;
		width: 100%;
	}
	.buttonInternal {
		padding: .5rem 2rem;
		font-size: clamp(.7rem, 3vw, 1.3rem);
	}
}

@media screen and (max-width: 380px) {
	.pastrySection {
		padding-inline: 1rem;
	}
	.pastryCard h3 {
		font-size: .8rem;
	}
	.foodCategoryWrapper h3 {
		font-size: clamp(.9rem, 3.5vw, 1.3rem);
	}
	.foodRating {
		top: 2rem;
	}
	.tenantSection {
		padding-inline: 1rem;
	}
	.tenantList img {
		height: 3rem;
	}
	.recomendationSection {
		padding-inline: .5rem;
	}
	.logoBanner {
		top: -5rem;
	}
	.heading {
		margin-right: 1rem;
		font-size: 1rem;
	}
	.tacContent {
		padding-inline: 1rem;
	}
	.contactUsWrapper .mailImage,
	.contactUsWrapper .locationImage,
	.contactUsWrapper .phoneImage {
		padding: 1.3rem 2rem;
	}
	.dashedLine {
		width: 50px;
		margin-bottom: 4rem;
	}
	.contactUsWrapper h3 {
		font-size: .7rem;
	}
	.contactUsWrapper img {
		height: 1rem;
	}
	.formContactUs {
		padding: 6rem 1rem;
		width: 100%;
	}
	.favCard {
		width: clamp(150px, 45vw, 280px);
		height: 350px;
	}
	.favPageSection .heading {
		font-size: 1.5rem;
	}
	.createAccountWrapper .word2,
	.createAccountWrapper .word1 {
		font-size: .6rem;
	}
	.createAccountWrapper .word2::before {
		width: 22%;
	}
	.createAccountWrapper .word2::after {
		width: 22%;
		left: 77%;
	}
	.intProdCatWrapper h3 {
		/* font-size: .8rem; */
	}
}
