* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family:"acumin-pro", "Acumin Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  background-color: #f9f9ff;
  color: #191919;
  font-size: 12px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  background-color: #F3E0C7;
  font-size: 1rem;
}

nav details summary {
  /* font-weight: bold; */
  cursor: pointer;
}

nav .navitems a {
  margin: 0 1rem;
  text-decoration: none;
  color: #341413;
  font-weight: 500;
  font-size: 1rem;
}

nav .btn button {
  background-color: transparent;
  border: 1px solid #341413;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  font-size: 1rem;
}


.hero {
    text-align: center;
    justify-content: center;
    width: 1265px;
    height: auto;
    align-items: center;
    padding: 4rem 3rem ;
    background-color: #F3E0C7;
    /* display: inline-block; */
}

.hero h1 {
  font-size: 3rem;
  /* font-family: ' Gatefold',sans-serif; */
  color: #2e1e1b;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.1rem;
  color: #4a3b35;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
/* .image { */
  /* width: 50rem; */
  /* height: 30rem; */
  /* margin: 1rem 30rem 0rem; */
/* } */

.menu-btn {
  background-color: #2e8a84;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 18px;
  border-radius: 25px;
  margin: 0rem 0rem 5rem;
}
/* .img { */
    /* width: 450px; */
    
/* } */

.intro {
  background-color: #ffffff;
  text-align: center;
  padding: 4rem 3rem;
  /* font-family: 'PP Mori', sans-serif; */
}

.intro h2 {
  /* font-family: 'Gatefold', serif; */
  font-size: 46px;
  color: #3b1e1e; 
  margin-bottom: 1rem;
}

.intro p {
  max-width: 1000px;
  margin: 0 auto 2rem;
  font-size: 25px;
  color: #3b1e1e;
}

.order-btn {
  background-color: #3b1e1e; 
  color: white;
  padding: 1.1rem 2.2rem;
  border: none;
  border-radius: 30px;
  font-size: 22px;
  cursor: pointer;
  font-family: inherit;
}
.pstris {
    display: flex;
    max-width: 1200px;
    padding: 1.5rem 3rem;
    gap: 0.8rem;
    background-color: #f9f9ff;
}

.brd img {
    width: 18.4rem;
    height: 25rem;
}
.brd > h3 {
    text-align: center;
    font-size: 1.3rem;
}
.brd > p {
    text-align: center;
    font-size: 1rem;
    color: #4a3b35;
}
.cake img {
    width: 18.4rem;
    height: 25rem;
}
.cake > h3 {
    text-align: center;
    font-size: 1.3rem;
}
.cake > p {
    text-align: center;
    font-size: 1rem;
    color: #4a3b35;
}

.crso img {
    width: 18.4rem;
    height: 25rem;
}
.crso > h3 {
    text-align: center;
    font-size: 1.3rem;
}
.crso > p {
    text-align: center;
    font-size: 1rem;
    color: #4a3b35;
}
.cukii img {
    width: 18.4rem;
    height: 25rem;
}
.cukii > h3 {
    text-align: center;
    font-size: 1.3rem;
}
.cukii > p {
    text-align: center;
    font-size: 1rem;
    color: #4a3b35;
}

.easy-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 3rem 0rem;
  background-color: #fff;
  gap: 4rem;
}
.easywith {
  display: block;
}
.easywith img {
  width: 10rem;
  height: 10rem;
}

.easy-text {
  flex: 1;
  max-width: 600px;
}

.easy-text h2 {
  font-size: 2.5rem;
  font-weight: 600;
  /* font-family: 'Georgia', serif; */
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.easy-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.5rem;
}

.order-btn {
  background-color: #3e1f0d;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 1.2rem;
  border: none;
  border-radius: 999px;
  margin-bottom: 2rem;
}

.easy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.easy-list li {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.4rem;
}

.easy-list li strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.easy-image {
  /* flex: 1; */
  min-width: 300px;
  height: 405px;
  background-color: #fff; 
}

.local-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 3rem;
  background-color: #39223d;
  color: #fff;
  gap: 4rem;
  flex-wrap: wrap;
}

.local-image {
  flex: 1;
  min-width: 300px;
  /* height: 50rem; */
  background-color: #39223d; 
}

.local-text {
  flex: 1;
  max-width: 550px;
}

.local-text h2 {
  font-size: 2.2rem;
  /* font-family: 'Georgia', serif; */
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.local-text p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.learn-btn {
  background-color: #fde9ce;
  color: #39223d;
  padding: 1rem 1.7rem;
  border: none;
  font-size: 1rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.carousel-bar {
  display: flex;
  align-items:left;
  justify-content:left;
  gap: 1.5rem;
  background-color: #39223d; 
  color: white;
  padding: 1.5rem;
  font-size: 1rem;
}
.prple {
    display: flex;
    text-align: center;
    background-color:rgba(255, 255, 255, 0.1) ;
    border-radius: 15px;
    padding: .5rem 1rem;
    gap: 4rem;
}

.carousel-text {
    text-align: center;
  font-weight: 700;
  /* background-color: rgba(255, 255, 255, 0.1); */
  padding: 0.5rem 1.25rem;
  /* border-radius: 999px; */
}

.carousel-btn {
  background-color: white;
  color: #39223d;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.testimonials {
  background-color: #f9f9f9;
  padding: 2rem 3rem;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  gap: 2rem;
}
.mn {
  display: block;
}
.mn img {
  width: 23rem;
  height: 25rem;
  border-radius: 10px;
}
.mn > h3 {
  padding: 0.6rem;
  font-size: 1rem;
  font-weight: 800;
}
.mn > p {
  /* padding: 0.6rem; */
  /* width: 20rem; */
  font-size: 0.92rem;
  color: #4a3b35;
}
.wmn {
  display: block;
}
.wmn img {
  width: 23rem;
  height: 25rem;
  border-radius: 10px;
}
.wmn > h3 {
  padding:0.6rem;
  font-size: 1rem;
  font-weight: 800;
} 
.wmn > p {
  font-size: 0.92rem;
  color: #4a3b35;
}
.mnn {
  display: block;
}
.mnn img {
  width: 23rem;
  height: 25rem;
  border-radius: 10px;
}
.mnn > h3 {
  padding: 0.6rem;
  font-size: 1rem;
  font-weight: 800;
}
.mnn > p {
  font-size: 0.92rem;
  color: #4a3b35;
}
.custom-cakes {
  /* background-image: */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 3rem 3rem;
}

.custom-cakes-overlay {
  display: flex;
 padding: 1rem ;
  border-radius: 12px;
}
.custom-cakes-content {
 display: block;
  min-width: 450px;
  /* align-items: center; */
}
.custom-cakes-content h2 {
  font-size: 2rem;
  color:#191919;
  font-weight: 600;
  margin-bottom: 1rem;
}
.custom-cakes-content p {
  max-width: 450px;
  font-size: 1.2rem;
  color: #191919;
  margin-bottom: 1.5rem;
}

.quote-button {
  margin-top: 20px;
  padding: 1rem 1rem;
  background-color: #22706b;
  color: white;
  border: none;
  border-radius: 25px;
  align-self: center;
  font-size: 1rem;
}
.custom-cakes-cards {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  /* margin-top: 2rem; */
}
.cake-card {
  display: block;
}

.cake-card > p {
  color: #191919;
  padding: 0.7rem;
  font-size: 1rem;
  text-align: center;
  /* max-width: 15rem; */
}
.image-placeholder {
  display: flex;
  width: 15rem;
  height: 18rem;
  /* justify-content: space-between; */
  /* padding: 0.5rem; */
  gap: 0.5rem;
}

.footer {
  background-color: white;
  padding: 40px 60px;
  font-family: 'Georgia', serif;
  color: #2d1c16;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-brand h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-brand .copyright {
  margin-top: 4rem;
  font-size: 14px;
  color: #2d1c16;
}

.footer-links > span,
.footer-hours > span {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}

.footer-links p,
.footer-hours p {
  margin: 5px 0;
  cursor: pointer;
}

.footer-hours strong {
  font-weight: bold;
}

.footer-social p {
  margin-bottom: 10px;
}

.social-icons span {
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.legal-links {
  margin-top: 5rem;
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #444;
}