*,
*::after,
*::before {
  box-sizing: border-box;
}

.font-playfair {
  font-family: "Playfair Display", serif;
}
.event-img {
  width: 200px;
  min-width: 200px;
  height: 180px;
  object-fit: cover;
}
.btn-dark-custom:hover {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
@media (max-width: 576px) {
  .event-img {
    width: 100%;
    min-width: unset;
    height: 160px;
  }
}

.form-control::placeholder {
  color: #f0f0f0 !important;
}
.form-control:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.form-check-input:checked {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.form-check-input:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
