body {
  font-family: Arial;
  /* margin-top: 70px; */
}

@font-face {
  font-family: 'SansitaSwashed_Regular';
  src: url('../fonts/SansitaSwashed-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'SansitaSwashed_SemiBold';
  src: url('../fonts/SansitaSwashed-SemiBold.ttf') format('truetype');
}

.font-sansita-regular {
  font-family: 'SansitaSwashed_Regular', sans-serif !important;
}

.font-sansita-semibold {
  font-family: 'SansitaSwashed_SemiBold', sans-serif !important;
}

.font-inter-regular {
  font-family: 'inter' !important;
  font-weight: 400;
}

.main-wrapper {
  max-width: 1280px;
  /* control your site width */
  margin: 0 auto;
  /* centers horizontally */
}

.hero {

  height: 100vh;

  background-image: url("../images/chef.png");

  background-size: cover;
  background-position: center;

  display: flex;
  flex-direction: column;
  padding: 20px 80px;

}

.mission {
  background-image: url("../images/mission/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us {
  background-image: url("../images/contact-us/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-theme-primary {
  color: #E9BD8D;
}

/* Navbar */

.navbar {

  display: flex;
  justify-content: space-between;
  align-items: center;

}

.logo {

  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 22px;
  color: #7a3b2b;

}

.logo img {
  height: 80px;
}

.nav-links {

  list-style: none;
  display: flex;
  gap: 40px;
  font-weight: bold;
  margin-right: auto;
  margin-left: 80px;
  font-size: 18px;
}

.nav-links li {
  cursor: pointer;
  position: relative;
  /* font-family: 'Poppins'; */
  font-size: 22px;
  font-weight: 600;
}

.nav-links li.active::after {

  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  bottom: -6px;
  left: 0;

}

/* Hero content */

.hero-content {

  max-width: 520px;
  margin-top: 80px;

}

.hero-content h1 {

  font-family: 'Playfair Display';
  font-size: 70px;
  color: #8a3e2d;
  line-height: 1.1;
  margin-bottom: 20px;

}

.hero-content p {

  font-size: 20px;
  color: #333;
  margin-bottom: 30px;

}

.btn {

  padding: 14px 28px;
  background: #8a3e2d;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;

}

.btn:hover {
  background: #6e2f21;
}

/* About section */
.about-section {
  /* background: linear-gradient(to bottom, #d3fff7 0%, #d3fff7 45%, rgba(188, 222, 215, 0.85) 60%, rgba(188, 222, 215, 0.5) 75%, rgba(188, 222, 215, 0) 100%), url("../images/about-cake.jpg"); */
  background: url("../images/about-cake.jpg");
  background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 340px;
}

.mission-section {
  /* background: linear-gradient(to bottom, #d3fff7 0%, #d3fff7 45%, rgba(188, 222, 215, 0.85) 60%, rgba(188, 222, 215, 0.5) 75%, rgba(188, 222, 215, 0) 100%), url("../images/mission/mission.png"); */
  background:  url("../images/mission/mission.jpg");
  background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* TITLE */
.about-title {
  font-family: 'Playfair Display';
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* TEXT */
.about-text {
  max-width: 900px;
  margin: auto;
  color: #333;
  font-size: 18px;
  line-height: 1.3;
}

.vission-section {
  background: #FFF2CC;
  padding-bottom: 20px;
}

.vission-below-section {
  background: url('../images/mission/vision.jpg');
  background-repeat: no-repeat;
  padding-bottom: 380px;
  background-size: 100% 100%;
  background-position: center;
}

.vission-below-section p {
  color: #fff !important;
}

.mission-below-section .left {
  padding: 60px;
  font-size: 18px;
  background: url('../images/mission/mission-right.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.mission-below-section .left-content {
  width: 50%;
}

/* .mission-below-section .right {
  background: url('../images/mission/mission-right.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
} */

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 
.about-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 48px;
  font-style: italic;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 40px;
  font-weight: 600;
}

.about-content {
  text-align: center;
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.about-content p:last-child {
  margin-bottom: 40px;
}

.about-content strong {
  font-weight: 600;
  color: #1a1a1a;
} */

/* Cake image */
.cake-image-container {
  width: 100%;
  margin-top: 20px;
}

.cake-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.dream {
  background: url("../images/dream.jpg");
  height: 530px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  color: white;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.social-icon {
  color: transparent;
  text-decoration: none;
}

.dream h2 {
  font-size: 42px;
  font-weight: 700;
  padding-top: 20px;
}

.explore {
  background: #d3fff7;
  padding: 40px 0;
}

.footer-header-text {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.explore img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-tabs {
  margin-bottom: 40px !important;
}

.product-tabs span {
  margin: 0 12px;
  cursor: pointer;
  font-weight: 500;
}

.product-tabs .active {
  border-bottom: 2px solid black;
}

.product-img {
  border-radius: 10px;
  transition: 0.3s;
}

.product-img:hover {
  transform: scale(1.05);
}

.cupcake {
  background: url("../images/cupcake.jpg");
  background-repeat: no-repeat;
  padding: 20px 0 15rem 0;
  background-size: 100% 100%;
  background-position: center;
}

.featured {
  background: #ead8b6;
  padding: 40px 0;
}

.featured .card {
  border: 0;
  background-color: transparent;
}

.featured .feature-img.waffle {
  background: url('../images/explore-more/waffles.jpeg');

}

.featured .feature-img.pastry {
  background: url('../images/explore-more/pastry1.jpeg');

}

.featured .feature-img.tiramisu {
  background: url('../images/explore-more/tiramisu.jpeg');

}

.featured .feature-img {
  height: 250px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}



.footer {
  background: #5a4034;
  color: white;
  padding: 20px 0;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer li {
  margin-bottom: 10px;
}
.gallery {
  margin-top: 45px;
}
.contact-section {

  background: #d3fff7;
  padding: 80px 5rem;

}

.filter {
  margin: 0 20px;
  cursor: pointer;
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 600;
}

.filter.active {
  font-weight: 600;
}

/* Image */

.contact-section .cake-img {
  max-width: 100%;
}

/* Heading */

.contact-section .contact-title {

  font-family: 'Playfair Display';
  font-size: 45px;
  margin-bottom: 10px;
  text-align: center;
}

.contact-section .contact-subtitle {

  color: #697f7b;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}

/* Button */

.contact-section .send-btn {

  background: #8a3e2d;
  color: white;
  padding: 14px 35px;
  font-size: 16px;
  border-radius: 8px;
  border: none;

}

.contact-section .send-btn:hover {
  background: #6d2d21;
  color: white;
}

@media(max-width:915px) {
  .nav-links {
    gap: 15px;
    margin-right: 0;
  }
  .nav-links li {
    font-size: 16px;
  }
}

@media(max-width:768px) {
  .about-title {
    font-size: 36px;
  }

  .about-text {
    font-size: 14px;
    padding: 0 10px;
  }

  .about-section {
    padding-bottom: 300px;
  }

  .vission-section {
    padding-bottom: 40px;
  }

  .hero {
    padding: 0 30px;
  }

  .hero-content h1 {
    font-size: 45px;
  }

  .nav-links {
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
  }

  .mission-below-section .right {
    height: 550px;
  }

  .mission-below-section .left {
    background: none;
    padding: 40px;
  }
  .mission-below-section .left-content {
    width: 100%;
  }
  

}

@media(max-width:600px) {
  .about-us-section {
    display: block !important;
  }

  .about-us-section .section-1 {
    width: 100% !important;
  }

  .hero {
    background-image: url("../images/mob-chef.jpg");
  }
  .mission {
    background-image: url("../images/mission/mob-banner.jpg");
  }
  .contact-us {
    background-image: url("../images/contact-us/mob-banner.jpg");
  }
}