@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #303030;
  font-size: 16px;
  overflow-x: hidden;
  background: #ffffff;
  /* background-image: linear-gradient(270deg, rgb(249, 249, 249) 0%, rgb(249, 249, 249) 100%) */
}

.pre-loader {
    background-color: #2c3e50;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999
}
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/*
.wow {
   visibility: hidden;
} */

#navbar_top {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px;
  z-index: 999;
  background-color: transparent;
  background-image: linear-gradient(10deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: none;
}

#navbar_top.style2 {
  background-image: linear-gradient(270deg, #F9F9F9 0.9%, #FFFFFF 100%) !important;
}

#scrolled {
  overflow-x: hidden;
  padding: 10px 0;
  display: none;
}

#logo {
  display: block;
  overflow-x: hidden;
  padding: 10px 0;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar-brand img.logo-2 {
  z-index: 0 !important;
}

.navbar-collapse {
  justify-content: flex-end;
  text-align: center;
}

a.nav-link {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 0.6;
  color: #303030 !important;
  text-transform: uppercase;
}

li.nav-item {
  padding: 0 12px;
  border-right: 1px solid #f6f6f6;
}

li.nav-item:last-child {
  border-right: none;
  padding-right: 0;
}

li.nav-item.active a.nav-link {
  font-weight: 600;
  color: #DB0001 !important;
}

ul span {
  line-height: 1.6;
}

a span i {
  color: #303030;
}

a:hover span i {
  color: #DB0001;
}

.scrolled-active {
  color: #fff !important;
}

.navbar-toggler {
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #303030 !important;
  border-radius: 0.25rem;
}

span.navbar-toggler-icon {
  color: #DB0001;
}

/* video */
.home-page header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  /* min-height: 100vh; */
  max-height: 960px;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin: 0px;
}

.home-page header video {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  min-height: 100%;
  z-index: 0;
  position: relative;
  float: right;
}

.home-page header .video-dimmer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background: rgba(250, 250, 250, 0.1);
  background-blend-mode: luminosity;
}

.home-page header .video-mask {
  top: 0;
  left: 0%;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
}

.home-page header .x-element .redx5 {
  max-width: 16.5rem;
}

.home-page header .x-element {
  position: absolute;
  margin-left: 62%;
  margin-top: 30%;
  /* top: 40% !important; */
  left: 60px !important;
  right: 0;
  z-index: 2;
  opacity: 0.8;
}

.header-left {
  width: 40%;
  /* padding: 100px 40px;
  margin-top: 100px; */
  padding-left: 0;
  position: absolute;
  top: 30%;
  left: 0%;
  z-index: 5;
}

.header-left h1.title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: #303030;
  margin-bottom: 40px;
}

.header-left .description p {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #303030;
  margin-bottom: 70px;
}

button, a {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #DB0001;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: none;
  border: none none;
  border-radius: 0.3125rem;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
}

a.links{
  color: #DB0001;
}
a.links:hover{
  color: #303030;
}

a.links i{
  color: #303030;
}
a.links:hover i{
  color: #DB0001;
}
a:hover {
  text-decoration: none;
  color: #303030;
  cursor: pointer;
}

button.fancy, button.fancy-2 {
  padding: 12px 20px;
  border-radius: 0;
  border: 1px solid #DB0001;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  color: #303030;
  text-transform: uppercase;
  font-size: 14px;
}

button.fancy a {
  color: #303030;
}

button.fancy-2 a, button.fancy-2 {
  color: #DB0001;
  font-size: 14px;
}

button.fancy-2 {
  border: 1px solid #303030;
  /* color: #DB0001; */
}

button.fancy:hover a, button.fancy-2:hover a, button.fancy-2:hover {
  text-decoration: none;
  color: #fff;
}

button.fancy:hover {
  text-decoration: none;
  background: #DB0001;
  color: #fff
}

button.fancy-2:hover {
  text-decoration: none;
  background: #303030;
  color: #fff border: 1px solid #303030;
}

button.fancy .top-key, button.fancy-2 .top-key {
  height: 2px;
  width: 15px;
  top: -2px;
  left: 0;
  position: absolute;
  background: white;
  -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

button.fancy .bottom-key-1, button.fancy-2 .bottom-key-1 {
  height: 2px;
  width: 15px;
  right: 0;
  bottom: -2px;
  position: absolute;
  background: white;
  -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

button.fancy:hover .bottom-key-1, button.fancy:hover .top-key, button.fancy-2:hover .bottom-key-1, button.fancy-2:hover .top-key {
  background: transparent;
}

.pttn-1-bg {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-image: url("../assets/images/background/bg-1.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}
.pttn-3-bg {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-image: url("../assets/images/background/bg-3.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: repeat-y;
  position: relative;
  padding: 80px 0;
}

.pttn-2-bg {
  display: flex;
  background: #303030;
  background-image: url("../assets/images/background/bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  color: #ffffff;
}

.bg-white {
  padding: 80px 0;
}

.bannerImg {
  display: block;
  width: auto;
  float: right;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.bannerImg img {
  display: inline-block;
  width: 100%;
  max-height: 400px;
  float: right;
}

.ticketImg {
  display: inline-block;
  width: 45%;
  min-height: 320px;
  float: left;
  position: absolute;
  top: 35%;
  /* left: 15px; */
  background-color: #ffffff;
  background-image: url("../assets/images/background/tkt-bg.jpg");
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.10);
  z-index: 8
}

.edgeLabel {
  display: flex;
  background-color: #DB0001;
  min-height: 320px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 4px;
}

#mySpan {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.bordered {
  position: relative;
  display: block;
  height: 100%;
  border-right: dashed 1px #303030;
}

.brandLogo {
  margin-bottom: 210px;
}

.brandLogo img {
  max-height: 40px;
}

.regDeadline {
  position: absolute;
  bottom: 0;
}

.regDeadline p.label, {
  font-size: 18px;
}

p.label {
  font-size: 14px;
}

.regDeadline p.date, .eventTheme, p.date {
  font-size: 26px;
  color: #DB0001;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 16px;
}

.regDeadline p, .regDeadline a {
  color: #303030
}

.eventTheme {
  margin-bottom: 30px;
}

.descrptn {
  font-size: 16px;
}

.sub-title-left, .sub-title-right, .sub-title-center {
  text-align: right;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.sub-title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #ffffff;
}

.sub-title-right {
  text-align: left;
}

.sub-title-center {
  text-align: center;
}

.sub-title-left span, .sub-title-right span, .sub-title-center span {
  text-transform: uppercase;
  color: #DB0001;
  font-weight: 500;
}

.card.item-card, .card.vid-item-card, .card.item-card-2 {
  border: none;
  background: #FFFFFF;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
}

.card.item-card-2 {
  background: #f6f6f6;
}

.card.item-card-2 .card-img-2 {
  display: block;
  height: 250px;
  width: 100%;
}

.card.item-card-2 img {
  /* width: 100%; */
  height: 100%;
}

.card.vid-item-card {
  border: none;
  background: #FFFFFF;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.10);
  height: 340px;
}

.card.vid-item-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.card.item-card .card-img {
  min-height: 200px;
  width: auto;
  display: inline-flex;
  justify-content: space-around;
}

.card.item-card .card-vid {
  height: 240px;
  width: auto;
  display: inline-flex;
  justify-content: space-around;
}

.card.item-card .card-vid .video-frame {
  height: 100%;
  background: #f6f6f6;
}

.embed-responsive {
  background: #f6f6f6;
}

.card.item-card .card-img img {
  height: 100%;
}

.card.item-card .card-title, .card.vid-item-card .card-body .card-title {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.card.item-card .card-text {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

.card.item-card .card-date {
  color: #909090;
  font-size: 10px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

.card.item-card .card-body .card-link {
  color: #DB0001;
  font-size: 14px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  padding-top: 0;
}

.card.item-card .card-link:hover {
  color: #404040
}

/* about event */
.event-descrptn {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  display: flex;
  background: rgba(245, 245, 245, 0.9);
  font-family: "Quicksand", sans-serif;
  z-index: 999;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.10);
}

.panel-body {
  width: 100%;
  padding: 30px;
}

.panel-body .caption {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #DB0001;
  font-weight: 400;
}

.card.regCard, .card.commentCard {
  padding: 40px 30px;
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

/* subscription form */
.pttn-2-bg form {
  position: relative;
  margin: 50px, auto;
  width: 100%;
  height: 50px;
  font-family: "Quicksand", sans-serif;
}

.pttn-2-bg form input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  outline: 0;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  transition: background 0.35s ease-out;
  border-bottom: solid 1px #fff;
  border-radius: 0;
}

.pttn-2-bg form input::-webkit-input-placeholder {
  color: #fff;
  text-transform: none;
}

.pttn-2-bg form input:-moz-placeholder {
  color: #fff;
  text-transform: none;
}

.pttn-2-bg form input::-moz-placeholder {
  color: #fff;
  text-transform: none;
}

.pttn-2-bg form input:-ms-input-placeholder {
  color: #fff;
  text-transform: none;
}

.pttn-2-bg form input:focus {
  background: transparent;
  border-bottom: solid 1px #fff;
  border-radius: 0;
}

.pttn-2-bg form input:focus+label {
  transform: translateY(-25px) scale(0.8);
  color: #f6f6f6;
  font-weight: 300;
  font-size: 14px;
}

.pttn-2-bg form input:focus+label+button {
  opacity: 1;
}

.pttn-2-bg form label {
  position: absolute;
  left: 0em;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  text-transform: none;
  transform-origin: left center;
  transition: transform 0.25s ease-out, color 0.25s ease-out;
}

.pttn-2-bg form button {
  position: absolute;
  right: 0;
  width: 120px;
  height: 100%;
  border: 0;
  border-radius: 4px;
  font-size: 21px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.5;
  outline: none;
  transition: opacity 0.35s ease-out, width 0.5s ease-out, background 0.25s ease-out;
  text-align: right;
}

.pttn-2-bg form button.is-active {
  background: #DB0001;
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
}

.pttn-2-bg form button.is-done {
  width: 100%;
  opacity: 1;
}

footer {
  background: #DB0001;
  padding: 20px 10px;
  color: #fff;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
}

footer a, footer p {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

footer a {
  padding: 0 10px;
  border-right: solid 1px #BC0001;
  border-radius: 0;
}

footer a:first-child {
  padding-left: 0;
}

footer a:last-child {
  border-right: none;
  padding-right: 0;
}

h1.mainTitle {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #303030;
  font-weight: 600;
  text-align: center;
  margin: 50px 0;
  margin-bottom: 30px;
}

.breaker {
  margin: 20px;
}

.card.personCard {
  background: #f0f0f0;
  padding: 0px;
  border: none;
}

.card.personCard .personInfo .team-img {
  max-height: 400px;
  width: 100%;
  background-color: #cccccc;
}

.card.personCard .personInfo .pTag {
  padding: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(48, 48, 48, 0.70);
  padding: 20px;
  color: #ffffff;
  text-align: left;
}

.pTag {
  display: none;
}

.pTag h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.pTag p {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin: 0
}

.personInfo span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
  z-index: 9;
}

.personInfo span svg {
  height: 100%;
}

.card.personCard:hover .personInfo span {
  display: block;
}

.card.personCard:hover .pTag {
  display: block;
  /* transform: rotateY(50px); */
}

.shadowed {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #efefef;
  border-radius: 0;
}

.overlay {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  z-index: 99;
  /* background: #000; */
  background-image: linear-gradient(270deg, rgba(253, 253, 254, 0.00) 20%, #FDFDFE 40%);
}

.bannerImg2 {
  display: block;
  width: 100vw;
  position: relative;
  height: 400px;
  background: #cccccc;
  background-image: url("../assets/images/eventBanner/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
}

.bannerImg3 {
  display: block;
  width: 100%;
  position: relative;
  height: 400px;
  background: #f0f0f1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 20px;
}

.dateTime {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.form-control {
  color: #303030;
  background-color: #f6f6f6;
  border-radius: none !important;
  border: none;
}

.form-control:focus {
  border: solid 1px #303030;
  box-shadow: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-check-label {
  margin: 5px 15px;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  width: 24px;
  height: 24px;
}

/***** Gallery *****/
.lightbox-gallery {
  /* background-image: linear-gradient(#4A148C, #E53935); */
  background-repeat: no-repeat;
  color: #000;
  overflow-x: hidden
}

.lightbox-gallery p {
  color: #fff
}

.lightbox-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #fff
}

@media (max-width:767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px
  }
}

.lightbox-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px
}

.lightbox-gallery .intro p {
  margin-bottom: 0
}

.lightbox-gallery .photos {
  padding-bottom: 20px
}

.lightbox-gallery .item {
  padding-bottom: 30px
}

.shareBtn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.shareBtn p {
  color: #909090;
}

.shareBtn a {
  margin: 8px 0;
  padding: 10px 0;
  background: #F0F0F1;
  font-size: 18bannerImg3px;
  color: #909090;
  border-radius: 0;
}

.shareBtn a:hover {
  background: #DB0001;
  color: #ffffff;
}

.article {
  font-size: 18px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: #909090;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border-radius: 0;
  background-color: rgba(240, 240, 240, 0.5);
  margin: 0 3px;
}

.pagination a.active {
  background-color: #DB0001;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #f0f0f1;
}

.eventCard {
  padding-bottom: 30px;
  border-bottom: dashed 1px #f0f0f1;
  margin: 20px 0;
}

.eventCard:last-child{
  border-bottom: none;
  margin: 20px 0;

}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
