.rectangle-header {
  background-color: #3D3B02;
  width: 100vw;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  padding: 0 1rem;
  margin: 0;
}

.allura-regular {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 81px;
}

.main-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

body {
  margin: 0;
}

.image-header-text {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 100px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  margin: 0;
}

.curious-text {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 90px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.image-header-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.bottom-rectangle {
  background-color: #3D3B02;
  width: auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  padding: 0rem;
  margin: 0;
  position: relative;
}

.rectangle-text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  margin: 0;
  color: white;
}

.morerectangle-text {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  margin: 9;
  color: white;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inter-text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.small2-image {
  display: block;
  max-width: 50%;
  height: 50%;
  margin-left: 15px;
  margin-top: 50%;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.small-image {
  width: 45%;
  max-width: 400px;
  height: auto;
  display: block;
  object-fit: cover;
}

.hamburger-icon {
  width: 40px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

.logo-icon {
  width: 50px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}

.pink-square {
  height: 700px;
  width: 100vw;
  background-color: #F1D4D8;
  padding: 20px;
  box-sizing: border-box;
}

.image-with-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 280px;
}

.small-image {
  width: 200px;
  height: 250px;
  object-fit: cover;
  display: block;
}

.caption {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: white;
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.caption-icon {
  width: 24px;
  height: 24px;
  margin-left: 95%;
  position: relative;
  top: -3px;
  left: -5px;
}

.caption-icon-inline {
  width: 16px;
  height: 16px;
  margin-left: 130px;
  margin-top: -30px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.mainsection3 {
  width: 100vw;
  height: 600px;
  background-image: url('Pictures/mainsection3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.mainsection3-text-container {
  text-align: center;
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.mainsection3-code-text {
  font-family: "GFS Didot", serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mainsection3-eternally-text {
  font-family: "Allura", cursive;
  font-size: 85px;
  font-weight: 400;
  margin: -35;
}

.shop-now-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shop-now-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
