body {
  margin: 0;
  font-family: sans-serif;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid #ddd;
}

.logo span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 10px;
}

.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-links li a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.right-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.book-button {
  background-color: #e3aeb2;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
}

.location {
  color: #e3aeb2;
  text-decoration: none;
  font-weight: bold;
}

.icon {
  width: 20px;
  height: 20px;
}




/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #events-1928 {
    width: 100%;
    padding: var(--sectionPadding);
    background-color: #f6eddf;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #events-1928 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 49rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  #events-1928 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 3;
  }
  #events-1928 .cs-title {
    margin: 0;
  }
  #events-1928 .cs-topper {
    color: var(--secondary);
  }
  #events-1928 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    background-color: transparent;
    overflow: hidden;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 6.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
    transition: background-color 0.3s;
  }
  #events-1928 .cs-button-solid:hover {
    background-color: var(--primary);
    color: #fff;
  }
  #events-1928 .cs-image-group {
    font-size: min(2.29vw, 1rem);
    width: 32.9375em;
    height: 42.5em;
    display: block;
    position: relative;
    z-index: 2;
  }
  #events-1928 .cs-picture {
    width: 32.625em;
    height: 42.5em;
    box-sizing: border-box;
    background-color: #dab692;
    overflow: hidden;
    border: 8px solid #dab692;
    border-radius: 16.25rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  #events-1928 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #events-1928 .cs-graphic {
    height: auto;
    position: absolute;
  }
  #events-1928 .cs-twirl {
    width: 11.0625em;
    height: auto;
    top: 0.9375em;
    right: 0;
    z-index: 1;
  }
  #events-1928 .cs-peach {
    width: 5.375em;
    height: auto;
    top: -0.5625em;
    right: 5.6875em;
  }
  #events-1928 .cs-blob {
    width: 33em;
    height: auto;
    right: 0;
    bottom: -3em;
    z-index: -2;
  }
  #events-1928 .cs-leaf {
    width: 10.9375em;
    height: auto;
    bottom: 1em;
    left: 0;
  }
  #events-1928 .cs-graphic3 {
    /* 385.6px - 835.2px */
    width: clamp(24.1rem, 48vw, 52.2rem);
    height: auto;
    opacity: 0.5;
    display: none;
    position: absolute;
    top: 0rem;
    right: -5.5rem;
    z-index: 1;
  }
  #events-1928 .cs-graphic4 {
    /* 484px - 835.2px */
    width: clamp(30.25rem, 60vw, 52.2rem);
    height: auto;
    opacity: 0.5;
    display: none;
    position: absolute;
    top: 5.3125rem;
    left: -9.5rem;
    z-index: 1;
  }
  #events-1928 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    /* 16px - 20px */
    gap: clamp(1rem, 3vw, 1.25rem);
  }
  #events-1928 .cs-item {
    text-align: left;
    text-decoration: none;
    list-style: none;
    width: 100%;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    /* 16px - 24px */
    padding: clamp(1rem, 3vw, 1.5rem);
    background-color: #FAF6F2;
    overflow: hidden;
    /* 24px - 40px */
    border-radius: clamp(1.5rem, 4vw, 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
    z-index: 1;
  }
  #events-1928 .cs-item:hover .cs-h3 {
    color: var(--primary);
  }
  #events-1928 .cs-date {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.5em;
    /* 56px - 80px */
    width: clamp(8.313rem, 16vw, 9.5rem);
    height: clamp(4.813rem, 10vw, 6rem);
    margin: 0;
    padding: 0.5rem 1rem;
    /* clips the pseudo to remove the corners */
    overflow: hidden;
    color: var(--bodyTextColor);
    border-radius: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: border-color 0.3s;
    flex: none;
  }
  #events-1928 .cs-date:before {
    /* background color */
    content: '';
    width: 100%;
    height: 100%;
    background-color: #F6EDDF;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background-color 0.3s;
  }
  #events-1928 .cs-date strong {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
  }
  #events-1928 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2em;
    /* 4px - 16px */
    margin: 0 0 clamp(0.5rem, 1vw, 0.75rem);
    color: var(--headerColor);
    transition: color 0.3s;
  }
  #events-1928 .cs-time {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #events-1928 .cs-card-group {
    max-width: clamp(44rem, 80vw, 46.8125rem);
  }
  #events-1928 .cs-item {
    flex-direction: row;
    align-items: center;
  }
  #events-1928 .cs-button-solid {
    margin-left: auto;
  }
  #events-1928 .cs-graphic3 {
    display: block;
  }
  #events-1928 .cs-graphic4 {
    display: block;
  }
}
/* Large Desktop -1300px */
@media only screen and (min-width: 81.25rem) {
  #events-1928 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  #events-1928 .cs-content {
    padding: 3rem 0;
    align-self: center;
  }
  #events-1928 .cs-image-group {
    flex: none;
    height: auto;
  }
  #events-1928 .cs-picture {
    height: 100%;
  }
}
/* Larger Desktop -1920px */
@media only screen and (min-width: 120rem) {
  #events-1928 .cs-graphic3 {
    width: 52.1875rem;
    margin-left: 8.875rem;
    right: auto;
    left: 50%;
  }
  #events-1928 .cs-graphic4 {
    width: 52.1875rem;
    margin-right: 20.5625rem;
    top: 7.75rem;
    right: 50%;
    left: auto;
  }
}


.hero-section {
  background-color: #f9f4f3;
  padding: 60px 0;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  padding: 0 20px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-text h1 {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.divider {
  width: 40px;
  height: 3px;
  background-color: #d49da5;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: black;
  color: white;
}

.hero-image {
  flex: 1;
  min-width: 300px;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.instagram-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
}

.instagram-header h2 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.divider {
  width: 40px;
  height: 3px;
  background-color: #d49da5;
  margin: 10px auto 20px auto;
}

.instagram-header p {
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.5;
}

.insta-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1.5px solid black;
  text-decoration: none;
  color: black;
  font-weight: bold;
  margin-top: 10px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin: 40px auto;
  max-width: 1000px;
}

.instagram-grid img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.instagram-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.load-more,
.follow-btn {
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.load-more {
  background-color: black;
  color: white;
}

.follow-btn {
  background-color: #e3aeb2;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}

.follow-btn .icon {
  width: 20px;
  height: 20px;
}

.bmail-section {
  background-color: #e3aeb2;
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.bmail-section h2 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.bmail-section .divider {
  width: 40px;
  height: 3px;
  background-color: white;
  margin: 10px auto 20px auto;
}

.bmail-section p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 16px;
}

.signup-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto 20px;
}

.signup-form input {
  padding: 12px 15px;
  border-radius: 25px;
  border: none;
  font-size: 14px;
}

.signup-form button {
  grid-column: span 2;
  padding: 12px;
  border-radius: 25px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.social-icons {
  margin-top: 20px;
}

.social-icons img {
  width: 28px;
  height: 28px;
  margin: 0 8px;
}

.footer {
  background-color: #f9f9f9;
  text-align: center;
  padding: 60px 20px;
  font-size: 14px;
  color: #333;
}

.footer-nav {
  margin-bottom: 20px;
}

.footer-nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #444;
  font-weight: 500;
}

.footer-logo {
  font-size: 36px;
  letter-spacing: 15px;
  margin: 20px 0;
}

.payment-icons img {
  height: 25px;
  margin: 0 8px;
}

.footer-links {
  margin: 20px 0;
}

.footer-links a {
  margin: 0 10px;
  text-decoration: none;
  color: #666;
}

.footer-note {
  margin-top: 30px;
  color: #666;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-section {
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}

                                