.ev-hero {
  position: relative;
  background-image: url("/public/assets/img/unibra-photos/campus-2--2.webp");
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ev-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 380px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
}
.ev-hero .container-fluid .row .ev-hero-content {
  position: relative;
  z-index: 2;
}
.ev-hero .container-fluid .row .ev-hero-content .ev-hero-title {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}
.ev-hero .container-fluid .row .ev-hero-content .ev-hero-description {
  color: var(--bs-gray-300);
  width: 80%;
  text-align: center;
  margin: 0 auto 180px auto;
}
.ev-hero .ev-floating-events {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
}
.ev-hero .ev-floating-events.stopped .ev-floating-row .ev-floating-col .ev-event-1, .ev-hero .ev-floating-events.stopped .ev-floating-row .ev-floating-col .ev-event-2 {
  opacity: 1;
}
.ev-hero .ev-floating-events.stopped .ev-floating-row .ev-floating-col .ev-event-fade-in {
  animation: none;
}
.ev-hero .ev-floating-events.stopped .ev-floating-row .ev-floating-col .ev-event-fade-out {
  animation: none;
}
.ev-hero .ev-floating-events .ev-floating-row {
  display: flex;
  position: absolute;
  top: 35%;
}
.ev-hero .ev-floating-events .ev-floating-row.hidden {
  display: none;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col {
  width: 27.2727272727%;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(1), .ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(11) {
  margin-top: -80px;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(2), .ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(10) {
  margin-top: 0px;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(3), .ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(9) {
  margin-top: 80px;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(4), .ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(8) {
  margin-top: 160px;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(5), .ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(7) {
  margin-top: 240px;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col:nth-child(6) {
  margin-top: 360px;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col .ev-event-1, .ev-hero .ev-floating-events .ev-floating-row .ev-floating-col .ev-event-2 {
  width: 236px;
  height: 378px;
  margin: 16px 8px;
  transform: translateY(40px);
  opacity: 0;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col .ev-event-1 img, .ev-hero .ev-floating-events .ev-floating-row .ev-floating-col .ev-event-2 img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col .ev-event-fade-in {
  animation-name: eventFadeIn;
}
.ev-hero .ev-floating-events .ev-floating-row .ev-floating-col .ev-event-fade-out {
  animation-name: eventFadeOut;
}

.ev-home-counter-section .ev-section-inner {
  margin-top: -120px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: var(--ev-gutter-y) calc(var(--ev-gutter-y) * 1.5);
  background: linear-gradient(326deg, rgb(41, 41, 41) 0%, rgb(5, 5, 5) 100%);
  border-radius: 16px;
  overflow: hidden;
  color: #ffffff;
}
.ev-home-counter-section .ev-section-inner .ev-section-left .ev-section-title {
  font-weight: 700;
}
.ev-home-counter-section .ev-section-inner .ev-section-left .ev-section-description {
  margin-bottom: 0;
}
.ev-home-counter-section .ev-section-inner .ev-section-right .ev-section-list .ev-section-item .ev-section-info {
  margin-bottom: 0;
}
.ev-home-counter-section .ev-section-inner .ev-section-right .ev-section-list .ev-section-item .ev-section-info .ev-section-amount {
  font-weight: 500;
}
.ev-home-counter-section .ev-section-inner .ev-section-right .ev-section-list .ev-section-item .ev-section-info .ev-section-description {
  position: relative;
}
.ev-home-counter-section .ev-section-inner .ev-section-right .ev-section-list .ev-section-item .ev-section-info .ev-section-description span {
  color: var(--ev-pink);
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  top: -30px;
  left: 0;
}

.ev-category-section {
  position: relative;
}
.ev-category-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/public/assets/img/unibra-photos/campus-2--3.webp");
  background-attachment: fixed;
  background-position-y: 40%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
}
.ev-category-section .ev-section-inner {
  position: relative;
  z-index: 1;
}
.ev-category-section .ev-section-inner .ev-category-card {
  position: relative;
  z-index: 1;
  margin: 16px 0;
  border-radius: 16px;
  overflow: hidden;
  height: 364px;
  width: 100%;
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease;
}
.ev-category-section .ev-section-inner .ev-category-card .ev-card-link {
  display: block;
  height: 100%;
}
.ev-category-section .ev-section-inner .ev-category-card .ev-card-link .ev-card-title-container {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  border-radius: 0px 0px 16px 16px;
  transition: all 0.5s ease;
}
.ev-category-section .ev-section-inner .ev-category-card .ev-card-link .ev-card-title-container .ev-card-title {
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.ev-category-section .ev-section-inner .ev-category-card:hover {
  background-size: 170%;
}
.ev-category-section .ev-section-inner .ev-category-card:hover .ev-card-link .ev-card-title-container {
  height: 50%;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.ev-home-banner-section--1 {
  width: 100%;
  height: 250px;
  background-image: url("/public/assets/img/backgrounds/banner--1.webp");
  background-position: center;
}

@media (min-width: 1200px) {
  .ev-hero {
    height: calc(100vh + 180px);
  }
}