@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Jost";
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Hero section with background image */
.hero {
    height: 100vh; /* Full screen height */
    background-image: url(blascymrubackground.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* The container is now centered within .hero */
.container {
    max-width: 600px;
    padding: 20px;
    color: white;
    position: relative;
    bottom: 140px;
}



.viewmenu{
    font-size: 20px;
    padding: 10px;
    border: none;
    margin-top: 10px;
    color: black;
    background-color: beige;
    border-radius: 10px;
    cursor: pointer;
}

.action_btn1{
    background-color: orange;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: scale .2 ease;
}

.action_btn1:hover{
    scale: 1.05;
    color: #fff;
}

.action_btn1:active{
    scale: 0.95;
}

.social-icons{
    margin-top: 30px;
}

.homeH1,
.homeP{
    color: white;
}

.special {
    width: 100vw;
    background: rgba(255, 206, 151, 0.8);
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    font-size: 1rem;
}

.special-inner {
    max-width: 1000px;
    text-align: center;
}

.special-inner h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.special-inner p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #333;
}

.special-features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.feature {
    flex: 1 1 250px;
    background: rgba(255, 255, 255, 0.25);
    padding: 20px;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: scale(1.05);
}

.feature i {
    font-size: 2.5rem;
    color: #e67300;
    margin-bottom: 10px;
}

.feature h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #000;
}

.feature p {
    font-size: 1rem;
    color: #333;
}

.featured-creations {
    width: 100vw;
    background-color: #fff8f0;
    padding: 60px 20px;
    text-align: center;
}

.featured-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.featured-inner h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.featured-inner p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}

.creations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.creation-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 300px;
    transition: transform 0.3s ease;
}

.creation-card:hover {
    transform: translateY(-5px);
}

.creation-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.creation-card h3 {
    font-size: 1.3rem;
    margin: 15px 0 10px;
    color: #222;
}

.creation-card p {
    font-size: 1rem;
    color: #555;
    padding: 0 15px 20px;
}



.menu-highlights {
  background: #e2ac97;
  padding: 60px 20px;
  font-family: "Jost", sans-serif;
  color: #4a3c2b;
  text-align: center;
}

.menu-inner {
  max-width: 900px;
  margin: 0 auto;
}

.menu-inner h2 {
  font-size: 2.8rem;
  margin-bottom: 0.25em;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #a76300;
}

.menu-inner p {
  font-size: 1.15rem;
  color: #7a6f63;
  margin-bottom: 2.5rem;
  font-style: italic;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem 3rem;
  margin-bottom: 3rem;
}

.highlight-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(167, 99, 0, 0.15);
  padding: 2rem 1.5rem;
  transition: box-shadow 0.3s ease;
  cursor: default;
}

.highlight-card:hover {
  box-shadow: 0 10px 25px rgba(167, 99, 0, 0.3);
}

.highlight-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
  color: #8a5600;
  font-weight: 600;
}

.highlight-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #5b4b39;
}

/* Button styling */
.btn-wrapper {
  text-align: center;
}

.btn-primary {
  display: inline-block;
  background: #a76300;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 14px 50px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(167, 99, 0, 0.3);
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background: #d18800;
  
}

.celebrity-voice {
  background: #fff8f0;
  padding: 60px 20px;
  text-align: center;
  font-family: "Jost", sans-serif;
  color: #4a3c2b;
}

.testimonial-intro {
  max-width: 800px;
  margin: 0 auto 50px;
  position: relative;
}

.quote-badge {
  font-size: 3rem;
  color: #a76300;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #f5d0aa;
  border-radius: 50%;
  width: 70px;
  text-align: center;
  height: 70px;
}

.testimonial-intro h2 {
  font-size: 2.2rem;
  color: #a76300;
  margin-bottom: 10px;
}

.testimonial-intro p {
  font-size: 1.1rem;
  color: #7a6f63;
}

.celebrity-quotes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-row {
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #e2ac97;
}

.testimonial-row:last-child {
  border-bottom: none;
}

.testimonial-row img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #e2ac97;
}

.testimonial-text p {
  font-size: 1.05rem;
  font-style: italic;
  margin-bottom: 8px;
  color: #5b4b39;
}

.testimonial-text h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #8a5600;
  margin-bottom: 5px;
}

.stars-inline {
  color: #ffb400;
  font-size: 1.1rem;
}
