.white_trio {
  color: var(--color-white);
  padding: 0px 16px;
  background-color: var(--color-bg-dark);
  margin-top: 3.4em;
}

.zip_cal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 1.1em;
  font-size: 13px;
  cursor: pointer;
}

.zip_text_group {
  display: flex;
  flex-direction: column;
  margin-left: .7em;
}

.zip_label {
  font-size: 0.7em;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
}

.zip_input {
  padding: .2em 0;
  color: var(--color-white);
  border: none;
  background-color: transparent;
  width: 7.2em;
  border-radius: 5px;
  font-size: 1.2em;
  outline: none;
  transition: border-color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zip_input::placeholder {
  color: var(--color-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zip_input:focus {
  border: 1px solid blue;
  font-size: .9em;
}

.zip_word,
.cal_word {
  display: flex;
  align-items: center;
}

.cal_img {
  width: 1.5em;
}

.loc_img {
  width: 1.1em;
}

.calendar {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
  cursor: pointer;
}

.right_chev_icon {
  margin-left: .5em;
  font-size: 1.1em;
  color: var(--color-white);
}

.search_bar {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-white);
  border-radius: 7px;
  border: 1px solid silver;
  padding: .35em .8em;
}

.search_text_group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.search_label {
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

.search_input {
  width: 100%;
  padding: 0;
  font-size: 1em;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.search_input:focus {
  outline: none;
}

.search_btn {
  padding: 6px 11px;
  background: none;
  border: none;
  color: var(--color-primary-link);
  cursor: pointer;
}

.btn_img {
  width: 2.1em;
}

.list_event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-bg-dark);
  overflow-x: auto;
  overflow-y: hidden;
  color: var(--color-white);
  padding: 2em 1em;
  scroll-behavior: smooth;
}

.list_event::-webkit-scrollbar {
  display: none;
}

.eve_word {
  display: inline-block;
  color: var(--color-white);
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  padding: 0.5em 1em;
  border: 1px solid var(--color-white);
  border-radius: 5px;
  margin-right: 0.5em;
  white-space: nowrap;
}

.section1 {
  position: relative;
}

.cards_wrap {
  background-color: var(--color-white);
  padding-top: 1.5em;
}

.d_down {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/hamilton.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 11em;
  display: flex;
  align-items: flex-end;
  color: var(--color-white);
  padding: 20px;
  position: relative;
}

.d_text_cont {
  margin-bottom: 10px;
}

.d_text {
  margin-bottom: 1.3em;
  font-size: 1.5em;
}

.find_btn {
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: .8em 1.5em;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1em;
}

.section2 {
  padding: 0 .9em;
  padding-bottom: 1.5em;
}

.section2 img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.section2 .event_word {
  font-size: 13px;
  margin: 10px 0;
  color: var(--color-text-muted);
}

.section2 h4 {
  font-size: 1.2em;
  color: var(--color-bg-dark);
}
