h1, p {
  margin: 0;
}

.section1 {
  background: #fff8ea;
  position: relative;
}

.section1-text {
  height: 100%;
  padding: 12%;
  font-family: mersad;
  font-size: clamp(2rem, 1.2vw + 1rem, 10rem);
  font-weight: 250;
  text-align: start;
}

.section1-text .p2 {
  font-size: clamp(1rem, 0.4vw + 1rem, 10rem);
  margin: 2% 0 2%;
  font-weight: 300;
}

.section1-text a {
  font-size: clamp(1rem, 0.2vw + 1rem, 10rem);
  letter-spacing: 5px;
  text-decoration: none;
  color: #0f0f0f;
}

.section2 {
  background: #fff;
}

#coffee, #brunch, #bowls, #drinks, #cloathing{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  padding-right: 0;
  margin-right: 10%;
  gap: 5%;
}

#coffee, #bowls, #cloathing {
  flex-direction: row-reverse;
  margin-right: 0;
  padding-right: 5%;
  
}



.slideshow {
  position: relative;
  aspect-ratio: 0.75;
  width: 600px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10%;
}

.section2-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: fade 12s infinite;
          animation: fade 12s infinite;
}

.section2-text {
  width: 600px;
  font-family: mersad;
}

.section2-text h2 {
  margin-bottom: 30px;
  font-size: clamp(2rem, 1.7vw + 1rem, 10rem);
  color: #0f0f0f;
}

.section2-text h3 {
  margin-bottom: 30px;
  font-size: clamp(0.5rem, 1vw + 0.2rem, 10rem);
  font-weight: 400;
  color: #0f0f0f;
}

.section2-text p {
  margin-bottom: 30px;
}

.section2-text a {
  text-decoration: none;
  color: #0f0f0f;
  letter-spacing: 5px;
}

.slideshow img:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; }
.slideshow img:nth-child(2) { -webkit-animation-delay: 4s; animation-delay: 4s; }
.slideshow img:nth-child(3) { -webkit-animation-delay: 8s; animation-delay: 8s; }

@-webkit-keyframes fade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes fade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}

.section3 {
  display: flex;
  flex-direction: row;
  gap: 10%;
  padding: 200px;
  font-family: mersad;
  background: #fff8ea;
}

.section3 h1 {
  margin-bottom: 30px;
  width: max-content;
  font-size: clamp(1rem, 1.2vw + 1rem, 10rem);
}

.section3 p {
  font-size: clamp(1rem, 0.2vw + 1rem, 10rem);
}
