:root {
  --red: #ed1c24;
  --gray: #565656;
  --white: #ffffff;
  --background: #f3f3f3;

  --font-size-small: 0.7rem;
  --font-size-medium: 1rem;
  --font-size-large: 1.2rem;
  --font-size-xlarge: 1.6rem;
  --font-size-xxlarge: 1.8rem;

  @media screen and (min-width: 768px) {
    --font-size-small: 1rem;
    --font-size-medium: 1.2rem;
    --font-size-large: 1.5rem;
    --font-size-xlarge: 2.5rem;
    --font-size-xxlarge: 3.2rem;
  }
}

html,
body {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  color: var(--white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 900;
}

.heart-background {
  background: linear-gradient(130deg, #ebeced 0%, #cdd9d5 100%);
}

footer {
  background-color: var(--background);
  font-weight: 700;
}

.stripe {
  width: 100%;
}

.logo {
  order: 2;
  align-self: center;
  width: 80%;
  padding: 30px 16px;
}

.stripe-content {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.stripe-content img {
  height: 40px;
}

.red-label {
  color: var(--red);
  font-weight: bold;
}

.red-list {
  margin-top: 25px;
  background-color: var(--red);
  color: var(--white);
  font-weight: 500;
  font-size: var(--font-size-medium);
  padding: 48px;
}

.title {
  padding: 16px 48px;
  text-align: center;
}

.international-day {
  order: 1;
  padding: 16px;
  text-align: center;
}

.international-day-text {
  font-size: var(--font-size-xxlarge);
  text-transform: uppercase;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}

.international-day-date {
  font-size: var(--font-size-xlarge);
  font-weight: 300;
  color: var(--gray);
}

.upper-text {
  font-size: var(--font-size-xlarge);
  font-weight: 900;
  color: var(--red);
  text-align: start;
  text-transform: uppercase;
  padding: 16px;
}

.heart-background {
  background: url("pozadie_new.webp");
  background-position: -90px -300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.red-list {
  margin: 0;
}

@media (min-width: 768px) {
  .stripe {
    width: fit-content;
    border-top-right-radius: 30px;
  }
  .heart-background {
    background: url("pozadie_new.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .logo {
    width: 35%;
    margin-left: 3rem;
    padding: 0px 16px;
    padding-bottom: 140px;
    order: 1;
  }

  .title {
    padding-left: 5rem;
    text-align: left;
  }

  .red-list {
    margin-top: 25px;
    background-color: var(--red);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: var(--white);
    font-weight: 500;
    font-size: var(--font-size-medium);
    padding-left: 5rem;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .stripe-content img {
    height: 70px;
    justify-content: start;
  }

  .left-wrapper {
    width: 50%;
  }

  .international-day {
    padding-right: var(--font-size-xlarge);
    padding-top: 16px;
    text-align: right;
    order: 2;
  }

  .international-day-text {
    font-size: var(--font-size-xxlarge);
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    color: var(--red);
  }

  .international-day-date {
    font-size: var(--font-size-xlarge);
    font-weight: 300;
    color: var(--gray);
  }

  .upper-text {
    padding: 68px 124px;
  }
}

a {
  text-decoration: none;
}

.d-contents {
  display: contents;
}
