@charset "UTF-8";
/* CSS Document */

a {
	text-decoration: none;
	color:black;
}

/* Fonts */
.homemade-apple-regular {
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-style: normal;
}

.raleway {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: black;
}

.liu-jian-mao-cao-regular {
  font-family: "Liu Jian Mao Cao", cursive;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-sc {
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.ma-shan-zheng-regular {
  font-family: "Ma Shan Zheng", cursive;
  font-weight: 400;
  font-style: normal;
}


/* General */
* {
    box-sizing: border-box;
}

html, body {
	background-image: url("Image/Background/FYPBackground1.jpg"); 
    background-size: cover;
    background-position: center;
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
}


/* Navigation */
.nav {
    display: flex;
    gap: 40px;
	z-index: 3;
}

.logo {
    width: 90px;
    height: auto;
	z-index: 3;
}

.container {
    width: 100vw;
    margin: 0 auto;
	padding-left: 125px;
	padding-right: 125px;
	top: 0;
	left: 0;
	right: 0;
    position: fixed;
	background-image: url("Image/Background/FYPBackground1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
	position: relative;
	z-index: 3;
}


.navbuttons {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-size: 120%;
	z-index: 4;
	position: relative;
	margin-top: 13.5px;
	white-space: nowrap;
	padding: 10px;
}

.navbuttons:hover {
	background-image: url("Image/Technical/NavHover.png");
	background-position: center;
	background-size: 150%;
}

.navbuttons-current {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-size: 120%;
	z-index: 4;
	position: relative;
	margin-top: 13.5px;
	white-space: nowrap;
	padding: 10px;
}

.navbuttons-current:hover {
	background-image: url("Image/Technical/NavHover.png");
	background-position: center;
	background-size: 150%;
}



.navbuttonlanguage {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-size: 120%;
	z-index: 3;
	background-color: antiquewhite;
	border-radius: 30px;
	padding: 15px 30px;
	margin-left: 10px;
	white-space: nowrap;
	position: relative;
	
}

.navbuttonlanguage:hover {
	background-color: #D3AD7E;
	background-image: url("Image/Technical/NavHover.png");
	background-position: center;
	background-size: 120%;
}


/* Banner */
.banner {
	object-fit: contain;
	width: 100vw; 
	height: auto;
	margin-bottom: 100px;
	
}

/* Text Centre Alignment */
h1 {
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-size: 250%;
	font-style: normal;
	position: relative;
	text-align: center;
}

.p0 {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 110%;
	font-style: normal;
	color: black;
	opacity: 60%;
	text-align: center;
	margin-bottom: 0px;
}

.p1 {
	
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 120%;
	font-style: normal;
	color: black;
	opacity: 80%;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 100px;
	line-height: 1.8;
	letter-spacing: 6%;
}

/* Text Left Alignment */
h2 {
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-size: 250%;
	font-style: normal;
	position: relative;
	text-align: left;
	margin-left: 125px;
}


.p02 {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 110%;
	font-style: normal;
	color: black;
	opacity: 70%;
	text-align: left;
	margin-left: 125px;
	margin-bottom: 0px;
}

.p12 {
	
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 120%;
	font-style: normal;
	color: black;
	opacity: 80%;
	text-align: left;
	margin-left: 125px;
	margin-right: 20%;
	margin-bottom: 10px;
	line-height: 1.8;
	letter-spacing: 6%;
}

/* Text Left Alignment - no margin version */
h3 { 
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-size: 250%;
	font-style: normal;
	position: relative;
	text-align: left;
}

.p03 {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 100%;
	font-style: normal;
	color: black;
	opacity: 60%;
	text-align: left;
	margin-bottom: 0px;
}

.p13 {
	
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 120%;
	font-style: normal;
	color: black;
	opacity: 80%;
	text-align: left;
	margin-right: 20%;
	margin-bottom: 10px;
	line-height: 1.8;
	letter-spacing: 6%;
}

/*Chinese Light vertical*/

.ChineseLight {
	font-family: "Ma Shan Zheng", cursive;
	font-weight: 400;
	font-size: 500%;
	font-style: normal;
	width: 100px;
	height: auto;
}

.Chinesecentre {
	
	font-family: "Ma Shan Zheng", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 120%;
	font-style: normal;
	color: black;
	opacity: 95%;
	text-align: center;
	margin-left: 35%;
	margin-right: 35%;
	margin-bottom: 100px;
	line-height: 1.8;
	letter-spacing: 8%;
}

.Chinesebodytext {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-left: 125px;
	letter-spacing: 1.6px;
	line-height: 1.8;
}

.ChineseCaligraphySmall {
	font-family: "Ma Shan Zheng", cursive;
	font-weight: 300;
	font-size: 120%;
	text-align-last: left;
	margin-right: 125px;
	margin-top: 100%;
}

.homelinks {
	text-decoration: underline !important;
}

/*Homepage*/

.hompageanimation1 {
	object-fit: contain;
	width: 100vw; 
	height: auto;
	margin-bottom: 100px;
}

/*container 50/50 on right image text*/

.container3 {
	display: flex;
    width: 100%;
    height: 300px;
	margin-bottom: 40%;
}

.left-side3, .right-side3 {
    flex: 1;
    position: relative;
}

.right-side3 {
	flex: 1.6;
    flex-direction: column;
}

.left-side3 {
    margin-left: 125px;
	display: flex;
	width: 30%;
}

.image-container3 {
    height: auto; 
	width: 60%;
    background-size: fill;
    background-position: center;
}

.image-container3 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.text-container3 {
    height: 50%;
    align-items: flex-end;
    justify-content: left;
    color: black;
}

.left-element3 {
	margin-bottom: 10px;
	padding: 10px;
	display: flex;
	position: relative;
	margin-left: 10%;
}

/*Text image back 50/50 - Homepage*/
.container4 {
    display: flex;
    width: 100%;
    height: 300px;
}


.left-side4, .right-side4 {
    flex: 1;
    display: flex;
    flex-direction: column;
	z-index: 1.5;
}

.left-side4 {
    background-image: url"Image/Graphical/Location.png";
    background-size: cover;
    background-position: center;
    position: relative;
}

.right-side4 {
    background-image: url('path-to-your-right-image.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.right-side5 {
	padding-right: 150px;
}

.title4 {
    position: flex;
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
    color: black;
    text-align: center;
    margin: 20px;
	margin-left: -25%;
	margin-top: 10%;
}

.right-element4 {
    display: flex;
	z-index: 0.5;
    position: absolute;
	width: 20%;
	object-fit: cover;
	margin-left:  10%;
}

.left-element4 {
    display: flex;
	z-index: 0.5;
    position: absolute;
	width: 20%;
	object-fit: cover;
	margin-left:  10%;
	
}


/* Carousel container */
.carousel-container {
    position: relative;
    width: auto;
	height: 400px;
    margin-left: 125px;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
	width: 100%;
}

.carousel-item {
	width: 30vw;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;

}


.item-content {
    padding: 20px;
    color: black;
    background-image: url("Image/Background/BackgroundElement.jpg");
	background-size: cover;
    position: absolute;
    top: 20px;
	max-width: 100%;
	margin-right: 15%;
	height: 250px;
	border-radius: 15%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.item-header {
    font-size: 100%;
    margin-bottom: 10px;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: black;
	opacity: 80%;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 6%;
	margin-left: 10px;
	position: relative;
	bottom: 20px;
}

.item-body {
    font-size: 90%;
	line-height: 150%;
	letter-spacing: 6%;
}

/*The bar photos carousel*/
.photo-carousel-container {
	width: 80%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10%;

}

.photo-carousel {
  display: flex;
  animation: slideCycle 24s infinite;
}

.carousel-img {
	width: 100%;
	height: 500px;
	object-fit:contain;
	object-position: center;
}

@keyframes slideCycle {
  0% { transform: translateX(0%); }
  20% { transform: translateX(-40%); }
  40% { transform: translateX(-80%); }
  60% { transform: translateX(0%); }
}

/*call to action*/
.calltoaction {
	margin-top: 25%;
	width:30%;
	margin-left:35%;
	margin-right:30%;
	text-align-last: left;
	line-height: 2;
}

.headerChinese {
	font-family: "Ma Shan Zheng", cursive;
	font-weight: 400;
	font-size: 500%;
	font-style: normal;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*Footer*/
.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	margin-top: 15%;
	color: black;
	margin-right:125px;
	margin-left:125px;
}

.footer-left {
	flex: 1;
}

.footer-right {
	text-align: right;
}

.footer-right p {
	margin: 0;
	font-size: 16px;
	margin-bottom: 10px;
}

/* Social Media Icons Container */
.social-media-icons {
	display: flex;
	justify-content: flex-end;
	gap: 15px; 
}

.social-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.social-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.social-icon:hover {
	opacity:60%;
}


/*Location*/

.map {
	margin-left: 125px;
	margin-right: 125px;
	align-self: center;
	width: 78%;
	margin-bottom: -100px;
}

/*Contact*/

.contactvideo {
	width: 100%;
	margin-top: 110px;
}
	

/*Opening Hours*/
.grid-openinghours {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-left: 125px;
	margin-right: 125px;
	margin-top: 40px;
	overflow-style: none;
    scrollbar-width: none;
    }

    .square-openinghours {
		position: relative;
		background-image: url("Image/Background/BackgroundElement.jpg");
		background-position: center;
		background-size: 150%;
		aspect-ratio: 1.4 / 1; 
		border-radius: 10px;
		width: 100%;
		overflow: hidden;
		padding: 10px;
    }

.square-openinghour .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}

    .text-top-left-openinghours {
		position: absolute;
		top: 10px;
		left: 10px;
		margin-top: 2px;
		marign-left: 2px;
		opacity: 80%;
		
    }

    .text-top-right-openinghours {
      position: absolute;
      top: 10px;
      right: 10px;
		font-family: "Ma Shan Zheng", cursive;
		font-size: 130%;
    }

    .text-bottom-left-openinghours {
      position: absolute;
      bottom: 10px;
      left: 10px;
		
    }


.JoinWeChat {
	font-family: "Homemade Apple", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-size: 120%;
	z-index: 3;
	background-color:antiquewhite;
	border-radius: 30px;
	padding: 3%;
	margin-right: 125px;
	width: 100%;
	align-self: left;
	text-align-last: center;
	box-shadow: 5px 5px 5px 5px #d19257;
	
}

.JoinWeChat:hover {
	background-color:#D3AD7E;
}

.widthcontact {
	width: 70%;
}

.leftboxfaq {
	width: 80%;
	background-image:url("Image/Background/BackgroundElement.jpg");
	border-radius: 30px;
	background-size: cover;
    background-position: center;
	padding: 3%;
	margin-left: 125px;
	margin-bottom: 38px;
	
}

.rightboxfaq {
	width: 50%;
	background-image:url("Image/Background/BackgroundElement.jpg");
	border-radius: 30px;
	background-size: cover;
    background-position: center;
	padding: 2%;
	margin-bottom: 30px;
	align-self: right;
	margin-bottom: 30px;
	margin-left: 30%;
	
}

.animationtext {
	margin-top: 20%;
	width: 100vw;
	height: auto;
	margin-bottom: 5%;
}

/*About*/

.staffimage {
	margin-top: 30px;
	width: 75%;
	margin-left: 125px;
	margin-right: 125px;
}

.catimage {
	margin-top: 30px;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: -15%;
}


.gridbox {
	width: 340px;
	background-image:url("Image/Background/BackgroundElement.jpg");
	border-radius: 30px;
	background-size: cover;
    background-position: center;
	margin-bottom: 30px;
	margin-top: 30px;
	min-height: 550px;
	padding: 30px;
	line-height: 1.8;
	letter-spacing: 6%;
	
}

.container6 {
	display: flex;
	width: 80%;
	height: auto;
	margin-left: 125px;
	margin-right: 125px;
	margin-bottom: 0px;
	align-content: space-evenly;
	gap: 30px;
}


/*Menu Page*/


.carousel-container-bestseller {
	display: flex;
	overflow-x: auto;
	gap: 50px;
	padding: 60px;
	margin-left: 125px;
    }

.card {
	flex: 0 0 22vw;
	height: 22vw;
	border-radius: 24px;
	position: relative;
	scroll-snap-align: start;
	background-size: cover;
	background-position: center;
    }

.card.card-1 {
	background-image: url("Image/Photo/bestsellers/IMG_8984.jpg");
	opacity: 70%;
    }

.card.card-2 {
	background-image: url("Image/Photo/bestsellers/SongOfIceAndFireWeb.jpg");
	opacity: 70%;
    }

.card.card-3 {
	background-image: url("Image/Photo/bestsellers/FriedSticks.jpg");
	opacity: 70%;
    }

.card.card-4 {
	background-image: url("Image/Photo/bestsellers/BraisedPlatter.JPG");
	opacity: 70%;
    }

.card.card-1:hover, .card.card-2:hover, .card.card-3:hover, .card.card-4:hover {
	opacity: 100%;
}

.card-text {
	position: absolute;
	bottom: 16px;
	left: 16px;
	color: white;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
    }

.card-text .line-1 {
	font-family: "Ma Shan Zheng", cursive;
	font-size: 130%;
    }

.card-text .line-2 {
    font-weight: bold;
	font-size: 150%;
    }

.card-text .line-3 {
    font-size: 1vw;
    }


.carousel-container-bestseller {
	overflow-style: none;
    scrollbar-width: none;
    }

/*buttons menu page*/

.AboutfoodsDrinks {
	font-family: "Homemade Apple", cursive;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-size: 120%;
	background-color: antiquewhite;
	border-radius: 50px;
	padding: 5px;
	width: 200px;
	height: 75px;
	margin-left: 125px;
	text-align: center;
	box-shadow: 5px 5px 5px 5px #d19257;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10%;
}
.AboutfoodsDrinks:hover {
	background-color: #D3AD7E;
}

.Chineseabovebutton {
	font-family: "Ma Shan Zheng", cursive;
	font-weight: 300;
	font-size: 120%;
	text-align-last: left;
	margin-left: 125px;
	margin-top: 5%;
}

.MenuAlergies {
	font-family: "Ma Shan Zheng", cursive;
	font-weight: 30;
	font-size: 300%;
	text-align-last: right;
	margin-right: 125px;
	margin-top:60%;
}
