@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.header {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.header h1 {
  font-family: "Helvetica Now Display";
  font-size: 28px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 575.98px) {
  .header {
    background-image: url("../img/bg.svg");
    background-size: cover;
    background-position: center;
  }
}

.main {
  background-image: url("../img/bg.svg");
}

.search-area {
  position: relative;
  padding-bottom: 400px;
}
.search-area h2 {
  font-family: "Helvetica Now Display";
  font-size: 40px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 575.98px) {
  .search-area h2 {
    font-size: 28px;
  }
}
.search-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.05) 0%, #a0a0a0 25.96%, #a0a0a0 85.54%, rgba(170, 170, 170, 0.05) 100%);
}
.search-area .input-group {
  padding: 2px;
  border: 1px solid #e0e0e0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  flex-wrap: inherit;
}
.search-area .input-group .btn-search {
  padding: 10px 30px;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #f69c00;
  border-radius: 4px !important;
}
.search-area .input-group .btn-search:hover {
  background: #d88200;
}
.search-area .input-group .form-control::placeholder {
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 300;
  color: #b4b4b4;
}
.search-area .dropdown-menu {
  padding: 5px;
  border: 1px solid #b4b4b4 !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  width: 210%;
  max-height: 350px;
  overflow-y: auto;
  left: -45px !important;
}
@media (max-width: 767.98px) {
  .search-area .dropdown-menu {
    left: 0% !important;
    width: 200%;
  }
}
.search-area .dropdown-menu .dropdown-item {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 10px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  border-bottom: 1px solid #b4b4b4;
}
.search-area .dropdown-menu .dropdown-item:hover {
  background-color: #f3be62;
}
@media (max-width: 575.98px) {
  .search-area {
    padding-bottom: 0px;
  }
  .search-area::after {
    display: none;
  }
}

.card.nominee-card {
  position: relative;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.card.nominee-card .card-body {
  border-radius: 10px;
  background: #fff;
  z-index: 2;
}
.card.nominee-card .card-body img {
  border-radius: 10px !important;
}
.card.nominee-card .btn.btn-vote {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background: #202020;
  border-radius: 0px 0px 10px 10px !important;
  padding: 10px 30px;
  position: relative;
  margin-top: -10px;
  padding-top: 20px;
  z-index: 1;
}
.card.nominee-card .btn.btn-vote img {
  width: 11px;
}
.card.nominee-card .info {
  position: absolute;
  z-index: 10;
  right: 3px;
  top: 3px;
}

.form-control {
  box-shadow: none !important;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #f69c00;
}

.btn-orange {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #f69c00;
  border-radius: 4px !important;
}
.btn-orange:hover {
  background: #d88200;
}

.border-orange {
  border-color: #f69c00;
}

footer p,
footer a {
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 575.98px) {
  footer p {
    font-size: 18px;
    font-weight: 700;
  }
  footer a {
    font-size: 16px;
    font-weight: 500;
  }
}

.marquee {
  padding: 10px 0;
  overflow: hidden;
}
.marquee:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  width: fit-content;
  animation: marqueeSlide linear infinite;
}
.marquee-content p {
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
}
.marquee-content img {
  flex-shrink: 0;
}

@keyframes marqueeSlide {
  to {
    transform: translateX(-33.333%);
  }
}
@media (max-width: 575.98px) {
  .marquee p {
    font-size: 16px;
    padding: 0 10px;
  }
  .marquee img {
    width: 100px;
    margin: 0 0px;
  }
}/*# sourceMappingURL=style.css.map */