body {
  min-height: 100svh;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  box-shadow: none;
  color: #000;
}

.wb-bg-primary {
  background-color: #ffd03e;
}

.wb-bg-secondary {
  background-color: #5ba1d6;
}

/* HEADER*/

.wb-header.wb-header-fixed {
  padding: 10px 0;
  box-shadow: 0px 0px 20px rgba(100, 100, 100, 60);
}

.wb-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 26px 0;
  z-index: 2;
  transition-duration: 0.4s;
}

.wb-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wb-logo {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
}

.wb-logo span {
  display: inline-block;
  width: 90px;
  color: #000;
  font-weight: 600;
  padding: 12px;
  border-radius: 12px;
  font-size: 22px;
  text-align: center;
  margin-right: 6px;
}

/* header img */

.wb-header-spacer {
  height: 120px;
}

.wb-header-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden; /* Ensures img and gradient don't overflow */
  height: 340px;
  display: flex;
  align-items: flex-end;
}

.wb-header-img-tag {
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps aspect ratio while covering the area */
  border-radius: 12px;
}

.wb-gradient {
  position: absolute;
  border-radius: 12px;
  width: 100%;
  padding: 40px 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  text-align: center;
  color: #fff;
}

/* banner*/

.wb-banner {
}

.wb-profile-picture-frame {
  padding: 40px;
}

.wb-profile-picture {
  max-width: 800px;
  width: 100%;
  border-radius: 12px;
}

.wb-banner h1 .wb-hello {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 30px;
}

.wb-banner .wb-bg-thing {
  margin: 30px 0px 0px -140px;
  padding: 12px;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #000;
  border-radius: 12px;
}

.wb-banner .wb-bg-thing-text {
  margin: 30px 0px 0px -90px;
  padding: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #000;
  border-radius: 12px;
}

.wb-email-box {
  padding-top: 18px;
  display: flex;
}

.wb-email-icon {
  margin-right: 8px;
  font-size: 30px;
}

/* Festival Badges*/

.wb-festival-badge {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 12px;
  border-radius: 12px;
  background-color: #d3d3d3;
  padding: 12px;
}

/**/
.wb-feature-icon {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
}

.wb-feature-emoji {
  margin-right: 4px;
}

.socials-img {
  height: 30px;
}

@media (max-width: 992px) {
  .wb-logo {
    font-size: 23px;
  }

  .wb-banner .wb-bg-thing {
    font-size: 30px;
    line-height: 40px;
    margin: -30px 30px 0px 30px;
  }

  .wb-banner .wb-bg-thing-text {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0px 0px 0px;
  }

  .wb-banner h1 span {
    padding-bottom: 0;
  }

  .wb-header-content {
    display: block;
    align-items: center;
    text-align: center;
  }

  .wb-header-img {
    height: 240px;
  }

  .wb-gradient {
    padding: 30px 0;
  }

  .wb-festival-badge {
    font-size: 1rem;
    font-weight: 600;
    margin: 6px;
    border-radius: 12px;
    background-color: #d3d3d3;
    padding: 6px;
  }
}
