.scrollmargin{
    padding-top: 10px;
    scroll-margin-top: 100px;  
  }

.imgCover{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    position: relative;
    top: -40px;
}  

.topPWDcontainer {
    position: relative;
    max-width: 100vw;
    height: 100dvh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.eventOverlay2 {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: linear-gradient(to top, rgba(0, 0, 0, 1.75) 0%, rgba(0, 0, 0, 0) 80%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 50px;
    /* margin-top: 30%; */
}

.eventH1{
    /* font-family: 'Almendra Display', serif; */
    /* font-family: 'Irish Grover', cursive; */
    font-family: 'Mountains of Christmas', cursive;
    font-size: clamp(3rem, 5rem, 10rem);
    font-weight: 600;
    /* color: #111bcf; */
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
  }
.eventH2{
    /* font-family: 'Almendra Display', serif; */
    /* font-family: 'Irish Grover', cursive; */
    font-family: 'Mountains of Christmas', cursive;
    font-size: clamp(2rem, 2.5rem, 3rem);
    font-weight: 600;
    /* color: #111bcf; */
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .subTitle2{
    /* font-family: 'Mountains of Christmas', cursive; */
    /* font-family: 'Irish Grover', cursive; */
    font-family: 'Public Sans', sans-serif;
    font-size: clamp(1.5rem, 2.5rem, 2rem);
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .eventP{
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
  }
  .eventPw{
    font-family: 'Public Sans', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
  }

  .eventSectionTitle{
    font-size: clamp(1rem, 1.5rem, 3rem);
    font-weight: 400;
    color: #373737;
}
.eventSectionTitle2{
    font-size: clamp(1rem, 1.5rem, 3rem);
    font-weight: 600;
    color: #373737;
}

.event-image-upload-label {
  position: absolute;
  right: 50px; /* Adjust this value to position the icon */
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
  background-color: #fff;
  padding: 0 10px;
  font-size: 1.25em;
  z-index: 1;
}

.themecard{
  background-color: #0800ff;
  text-emphasis-color: white;
  color: white;
}
.foodCard{
  background-color: #ff000000;
  border: 2px solid #0800ff;
  color: #0800ff;
}

.accsentColour{
  color: #0800ff;  
}

.hostMessage{
  font-family: 'Public Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0800ff;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}
.eventPostText {
  font-size: clamp(0.5rem, 0.75rem, 3rem);
  font-weight: 200;
  color: #4e4e4e;
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  height: 4.5em;
  line-height: 1.5em;
  position: relative;
  text-align: left;
}
.green-tick {
            color: green;
        }