@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  box-sizing: border-box;
}

html {
  font-family: "Rubik", sans-serif;
}

body {
  background: #f5f5f5;
}

h1 {
  font-size: 3.5rem;
  font-weight: normal;
}

h3 {
  font-size: 1.1rem;
  font-weight: normal;
}

h4 {
  text-transform: uppercase;
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
  font-weight: 500;
}

a:hover {
  color: #e64435;
}

ul {
  margin: auto;
  text-align: left;
  line-height: 1.7;
}

ul li {
  padding-left: 0.5rem;
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.image-container {
  width: 100%;
}

.header-content {
  position: relative;
  aspect-ratio: 9/6;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.header-text {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}

.header-image {
  width: 100%;
  aspect-ratio: 9/6;
  object-fit: cover;
}

.slogan {
  padding: 1rem;
  margin: 1rem auto 5rem auto;
  border: 1px #e64435 solid;
  text-align: center;
}

.card {
  background: #e9e6dd;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s;
}

.card.city {
  width: 18rem;
}

.card.action {
  max-width: 18rem;
}

.card.wide {
  width: 30rem;
}

.card.accented {
  border: 1px #e64435 solid;
}

.card.outlined {
  border: 1px #343434 solid;
  background: none;
}

.agenda-image {
  width: 75%;
  aspect-ratio: 7/3;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  transition: all ease-in-out 0.15s;
}

.image-full-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agenda-image:hover {
  border-color: #e64435;
  cursor: pointer;
}

.agenda-content {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.agenda {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.agenda-item :first-child {
  width: 5.75rem;
  text-align: right;
}

.agenda-item :last-child {
  flex: 1;
  text-align: left;
}

.action-text > p {
  text-align: center;
}

.action-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.rebrunch-video {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container.privacy {
  padding-top: 3rem;
  position: relative;
}

.container.privacy a {
  margin: auto;
  transition: all ease-in-out 150ms;
}

.back {
  position: absolute;
  top: 2rem;
  right: 0;
}

.container.privacy h1 {
  display: inline-block;
  margin-bottom: 1rem;
}

.privacy-policy {
  margin: 2rem auto;
}

.privacy-policy > section:not(:first-child) {
  margin-top: 2rem;
}

.privacy-policy > section {
  display: flex;
  text-align: justify;
  flex-direction: column;
  gap: 1rem;
}

.privacy-policy > section h3 {
  font-weight: 500;
}

.privacy-policy > section p {
  font-size: 0.9rem;
}

.bullet-list {
  text-align: left;
  list-style: inside;
  padding: 0;
  margin: 0;
}

.bullet-list > li {
  padding: 0;
}

.footer-content {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-content > * {
  flex: 1;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px #e9e6dd solid;
}

.footer-text > * {
  margin: 1rem;
}

.footer-acknowledge {
  margin: 0 auto 1rem auto;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2;
}


.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
}

.socials > a {
  width: 1.8rem;
  height: 1.8rem;
}

.socials > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-in-out 0.2s;
}

.socials > a :hover {
  scale: 1.08;
}

.rounded {
  border-radius: 5px;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #f5f5f5;
}

.text-sm {
  font-size: 0.9rem;
}

.text-bolder {
  font-weight: 500;
}

.mb-xs {
  margin-bottom: 0.3rem;
}

.mb-sm {
  margin-bottom: 1rem;
}

.mb-md {
  margin-bottom: 1.5rem;
}

.mb-lg {
  margin-bottom: 2rem;
}

.mb-xl {
  margin-bottom: 3rem;
}

.mb-xxl {
  margin-bottom: 5rem;
}

.ph-sm {
  padding-right: 1rem;
  padding-left: 1rem;
}

.ph-lg {
  padding-right: 2rem;
  padding-left: 2rem;
}

.ph-xl {
  padding-right: 4rem;
  padding-left: 4rem;
}

.flex-row {
  display: flex;
  gap: 1.5rem;
}

.flex-row.center {
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.gap-xs {
  gap: 0.5rem;
}

.gap-sm {
  gap: 1rem;
}

.gap-md {
  gap: 1.5rem;
}

.gap-lg {
  gap: 2rem;
}

.gap-xl {
  gap: 3rem;
}

.btn {
  cursor: pointer;
}

.full-width {
  width: 100%;
}

*.btn:hover {
  background: none;
}

.error-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.error-title {
  color: #e64435;
  font-size: 8rem;
  font-weight: bold;
}

.error-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media screen and (max-width: 1200px) {
  .agenda-container {
    flex-direction: column;
    align-items: center;
  }

  .agenda {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 900px) {
  .action-text > p {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    max-width: max-content;
  }

  .container.privacy {
    max-width: unset;
  }

  .back {
    right: 2rem;
  }

  .slogan {
    max-width: 90%;
  }

  .agenda-content,
  .privacy-policy {
    padding: 0 2rem;
  }

  .action-text {
    padding: 1rem;
  }

  .footer-content {
    width: 80%;
    margin: 0 auto 2rem auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .mb-xxl {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 576px) {
  .header-content {
    aspect-ratio: 5/6;
  }

  .header-image {
    aspect-ratio: 5/6;
  }

  .agenda-image {
    width: 95%;
  }

  .slogan {
    max-width: 95%;
  }

  .back {
    top: 1rem;
    right: auto;
    left:2rem;
  }

  .card.wide {
    width: 95%;
  }

  .footer-content {
    width: 95%;
  }

  p,
  ul {
    font-size: 0.9rem;
  }

  h3 {
    font-size: 0.9rem;
    font-weight: 500;
  }
}
