@charset "utf-8";

 
/* Global */
body {
  margin: 0px 0px;
  background-color: #272621;
}


p, a, ul,li, button {
	 font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p,a,h1,h2,h3,h4 {
	color: #E0E0DE;
}

h1,h2,h3,h4 {
  font-family: "Overlock SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
	display: flex;
	align-content: center;
	justify-content: center;
	margin : 0px;
	width: 100vw;
  overflow: hidden;
}

.nav-bar {
	 position: absolute;
	display: flex;
	margin: 30px 0px;
	align-items: center;
}

.navi {
	width: 85%;
	margin: 20px auto;
	align-content: flex;
	display: flex;
}
.nav-links a {
	color: #272621; 
	text-decoration: none;
}
.nav-links a:hover {
	color: #8B8776;
	transform: scale(1.1);
	transition: 0.25s;
}
.nav-links:active {
	color: #705953;
}
.nav-links {
	list-style: none;
	margin: 15px 35px;
	background-color: #E0E0DE;
	color: #272621;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	border-radius: 20px;
}
.cta-button {
	color: #272621;
	background-color: #E0E0DE;
	border-color: #272621;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 3px;
}
.cta-button:hover {
  background-color: #353207; 
	border-color: #E0E0DE;
	color: #E0E0DE;
  transform: scale(1.05);
	transition: 0.5s;
}
.hero {
	margin: 0px;
	display: block;
	  position: relative;
  text-align: center;
	width: 100vw;
	height: auto;
  overflow: hidden;
	
}
.hero img {
	width: 100%;
  height: 100%;
  object-fit: cover; 
	}
.hero-text {
	text-align: center;
	 position: absolute;
 	 top: 80%;
  	left: 35%;
	right: 35%;
	font-size: 120%;
	color: #E0E0DE;
}
.Awards {
	display: flex;
	padding: 10px;
	align-content: center;
	vertical-align: text-top;
	justify-content: space-between;
	margin: 0 160px 0 0;
}

.Mekar {
	padding: 0 10px 0 0;
	align-content: center;
	display: flex;
}
.About-section {
	display: flex;
	margin: 40px 80px;
	padding: 0px 10px;
}
.hours {
	margin: 40px;
}
.hours p,h3 {
	color: #E0E0DE;
	justify-content: flex-start;
}
.Operating-hours h1 {
	border-bottom: 1px solid #E0E0DE;
  padding-bottom: 5px;
}
.Operating-section {
	display: flex;
	width: 100%;
}
.articles-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #E0E0DE; 
  padding: 40px;
  font-family: "League Spartan", sans-serif;
}

/* Left side text content */
.article-contents {
  width: 60%;
  display: flex;
  flex-direction: column;
}

/* Section title */
.article-contents h1 {
  color: #272621;
  font-size: 28px;
 border-bottom: 1px solid #272621;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

/* Each article entry */
.articles {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #272621;
  padding: 5px 0;

}
	.articles h3:hover {
		color: #915758;
		transform: scale(1.05);
		transition: 1s;
	}
	.articles h3 {
		font-size: 20px;
	}
/* title and date */
.articles h3,
.articles p,
.articles a {
  color: #272621;
  margin: 6px 0;
text-decoration: none;
}

/* Right side image container */
.articles-img {
  width: 40%;
  display: flex;
  justify-content: flex-end;	
	margin-right: -40px;
}

.articles-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.RSVP {
	display: flex;
	align-content: space-between;
}
.reservation-form h1 {
	border-bottom: 1px solid #E0E0DE;
  padding-bottom: 5px;

}
.reservation-form {
	display: inline-grid;
	max-width: 350px;
	gap: 10px;
	margin-right: 30px;
	border-radiuss: 2px;
	margin-left: 95px;
}


.reservation-form h2 {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  border-bottom: 1px solid #E0E0DE;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.reservation-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reservation-form input,
.reservation-form textarea {
  background: transparent;
  border: 1px solid #888;
  padding: 12px;
  font-size: 16px;
  color: #f0f0f0;
}

.reservation-form textarea {
  resize: none;
  height: 100px;
}

.row {
  display: flex;
  gap: 10px;
}

.row input {
  flex: 1;
}

.reservenow {
  margin-top: 10px;
  padding: 10px 16px;
 	color: #272621;
	background-color: #E0E0DE;
	border-color: #272621;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: fit-content;
	border-radius: 2px;
}

.reservenow:hover {
  background-color: #353207; 
	border-color: #E0E0DE;
	color: #E0E0DE;
	transform: scale(1.05);
	transition: 0.5s;
	border-radius: 2px;
	
}
/* Akar Footer */
.akar-footer {
  background-color: #151512;
	color: #E0E0DE;
  padding: 40px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}
.contact-icons {
	align-content: flex;
	display: inline-flex;
}
.icons {
	padding: 5px;
}

.footer-logo {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}

.footer-column h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0E0DE;
  padding-bottom: 5px;
}

.footer-column p {
  margin: 5px 0;
  line-height: 1.5;
}
	.contact-icons a {
		text-decoration: none;
	}
	.contact-icons a:hover {
		color: rosybrown;
	}
	.footer-column a{
		text-decoration: none;
	}
		.footer-column a:hover{
		text-decoration: underline;
		color: rosybrown;
			
	}
@media (max-width : 992px ){
  .hero img {
    width: 992px;
	height: auto;
  }

  .hero-text {
    font-size: 100%;
    top: 72%;
    left: 20%;
    right: 20%;
  }

  .navi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links {
    flex-direction: row;
    font-size: 100%;
    margin: 8px 0;
    padding: 4px 25px;
  }

  .cta-button {
    font-size: 15px;
    padding: 7px 10px;
  }
	.awards img {
		width: 80px;
		height: auto;
		padding-left: 12px;
	}
  .Mekar-info {
    margin: 15px 30px;
    font-size: 88%;
    max-width: 900px;
	padding: 5px;
  }
	.Operating-section img {
		width: 400px;
		height: auto;
	}
	
	.articles-img img{
		width: 350px;
		height: auto;
		margin-left: auto;
	}
	
  .articles-section {
    flex-direction: row;
    gap: 30px;
	  justify-content: space-between;
	  align-items: center;
	  width: auto;
  }
.article-contents {
    width: 60%;
  }
	.articles {
		font-size: 80%;
	}
.RSVP {
    flex-direction: column;
	align-items: center;
  }

  .RSVP-img {
    width: 992px;
    height: auto;
  }

  .reservation-form {
  	width: 100%;
	max-width: 450px;
    margin: 30px;
  }

 .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .footer-column {
    min-width: unset;
    width: 100%;
  }
.footer-img {
	width: 100px;
	}
.footer-column  {
		font-size: 100%;
	}

  .footer-img {
    width: 90%;
    margin: 0 auto;
  }

  .icons {
    max-width: 14px;
	 height: auto;
  }
.footer-img {
		width: 100px;
	}
	.footer-column {
		font-size: 80%;
	}
  .contact-icons {
    justify-content: center;
	  align-content: center;
	  align-items: center;
}
}