.hero-vendor {
  background-image: url("../img/vendor-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;

  position: relative;
  margin-bottom: 0;
  padding: 60px;
  isolation: isolate;
}

.hero-vendor::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #120b32;
  opacity: 0.5;
}

.hero-vendor>h2 {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

@keyframes pushUp {
  from {
    transform: translateY(80px);
    /* Initial position pushed down */
  }

  to {
    transform: translateY(0);
    /* Final position at normal height */
  }
}

.hero-vendor>h1 {
  color: #fff;
  font-family: "KorolevBold", Sans-serif;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.76);
  text-align: center;
  animation: pushUp 1.5s ease-out;
}

.information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  background: #e8eaef;
  gap: 4rem;
  padding: 5%;
}

.information>* {
  flex: 1 1 40%;
  min-width: 40ch;
}

.info-card {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  max-width: 550px;
  min-width: 400px;
  background: #1b325f;
}

.info-card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}

.info-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  padding: 13px 15px;
  font-size: 30px;
  color: #1b325f;
}

.shopping-bag {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  padding: 11px 15px;
  font-size: 30px;
  color: #1b325f;
}

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

.info-title h3 {
  font-family: "KorolevBold", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
  color: white;
}

@keyframes buttonUp {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-3px);
  }
}

.email-button-wrapper {
  background: #7b1222;
  border-radius: 5px;
  padding: 10px;
  line-height: 1;
  text-align: center;
}

.email-button-wrapper:hover {
  animation: buttonUp 0.2s ease-out;
  position: relative;
  top: -5px;
  background: white;
}

.email-button-wrapper>a {
  text-decoration: none;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: white;
}

.email-button-wrapper:hover a {
  color: #7b1222;
}

.divider {
  display: flex;
  align-items: center;
  position: relative;
}

.line {
  width: 100%;
  position: relative;
  margin-right: 5px;
  border-bottom: 1px white solid;
}

.star {
  width: 1em;
  height: 1em;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: white;
}

.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 10px;
  gap: 1rem;
  margin-bottom: 1rem;
}

.card-heading h2 {
  color: #1b325f;
  font-family: "KorolevBold", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  word-wrap: break-word;
  line-height: 1;
}

.card-heading i {
  color: #7b1222;
}

.card-heading span {
  color: #7b1222;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

.deadline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.deadline-item {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}

.card-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-text,
.card-text li,
.card-text li li {
  color: white;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: fit-content;
}

ul {
  list-style: disc;
}

.card-text ul {
  margin-inline: 2rem;
}

.card-text ul li span {
  text-decoration: underline;
}

.vendor-waiting-email-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  background: #e8eaef;
  padding: 20px;
  margin: 1.5rem;
  color: #1b325f;
  font-family: "KorolevBold", Sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.vendor-waiting-email-wrapper>a {
  text-decoration: none;
  text-align: center;
  color: white;
  letter-spacing: 0.5px;
  fill: #1b325f;
  color: #1b325f;
  line-height: 1em;
}

.card-heading-3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-heading-3 h3 {
  color: #e8eaef;
}

.card-heading-3 h3>span {
  font-family: "KorolevBold", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-left: 1rem;
}

.vendors-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-block: 4rem;
  gap: 2rem;
  inline-size: min(100% - 1rem, 100rem);
  margin-inline: auto;
}

.vendor-header {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  inline-size: min(100% - 1rem, 75rem);
  margin-inline: auto;
  padding-inline: 2rem;
}

.vendor-header h2 {
  color: #1b325f;
  font-family: "AryaDouble", sans-serif;
  font-size: 52px;
  font-weight: 100;
  line-height: 1;
}

.vendor-header p {
  margin-bottom: 1.5em;
  color: #1b325f;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.vendor-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  inline-size: min(100% - 1rem, 75rem);
  margin-inline: auto;
  margin-bottom: 4rem;
}

.vendor-card {
  display: flex;
  width: 250px;
  flex-direction: column;
  border: 1px solid #1b325f;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  align-self: stretch;
  background: rgb(232, 234, 239);
}

.vendor-card__image {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.vendor-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  gap: 0.5em;
}

.vendor-card__content h5 {
  font-family: "KorolevBold", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1b325f;
  letter-spacing: 0;
  line-height: 1;
}

.vendor-card__content a {
  color: #b53253;
  text-decoration: none;
  font-family: "RobotoCondensed", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}

#tagbuttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  inline-size: min(100% - 1rem, 75rem);
  margin-inline: auto;
}

.btn-tag {
  padding: 10px 18px;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1b325f;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  border: none;
  line-height: 1;
}

.active {
  background-color: #7b1222;
  color: #fff;
}

.hide {
  display: none;
}

@media (width < 1200px) {
  .info-title {
    flex-direction: column;
    align-items: center;
  }

  .email-button-wrapper>a {
    font-size: 15px;
  }
}

@media (700px > width < 1200px) {
  .info-card {
    max-width: 800px;
    min-width: 500px;
  }

  .info-title {
    flex-direction: column;
    align-items: center;
  }

  .title h3 {
    font-size: 23px;
  }

  .card-heading {
    flex-direction: column;
    align-items: space-around;
  }
}

@media (width <=800px) {
  .deadline-wrapper {
    align-items: center;
  }
}

@media (width <=600px) {
  .vendor-card {
    width: 95%;
  }
}
