.events-listing .events-item {
      padding: 2.5em;
    height: 25rem;
    max-height: 83vmin;
      max-width: 100%;
}

.events-item img {
    max-height: 350px;
}
.bottom-card {
    position:initial;
     top:10em;
      width: 100%;
}
.bottom-card p {
    font-size: clamp(.8em,1vw,1em);
}
.line-event {
    font-weight: 700 !important;
        text-align: left;
    font-size: xx-large !important;
    letter-spacing: -6px;
  position: inherit;
    
}
.title-top {
    margin-bottom: 5px;
}
.title-event {
   font-family: 'Raleway', helvetica, sans-serif;
  font-size:  calc(1vw + .9vh);
      /*  font-size: clamp(1.5em,2vw,2em);*/
    font-weight: 700 !important;
    letter-spacing: -0.01em;
      margin-top: 1rem !important;
      height: 0vmin;
}
div#list-events {
    zoom: 95%;
}

.type-tabs li {
line-height: 1.2;
        flex: 2 0 45%;
    margin: 5px;
  text-align: center;
    background-color: #F9F9F9;
  padding: 1.5rem 1.5rem;
}
ul.type-tabs {
    display: flex;
    flex-wrap: wrap;
}
.all-events p {
    padding: 0;
    margin: 0;
    /*font-size: 2vmin;*/
    font-family: 'Raleway', helvetica, sans-serif;
    line-height: 1.5;
  font-weight: 100;
    cursor: pointer;
}


/*tabs */


.date-title{
      background: #F2F0F2;
    color: #4748D4  !important;
    font-weight: 600  !important;
}


@media (min-width: 350px) {
  
  .bottom-card {
    /*position:initial;
  transform: translate(0%,75%);*/
  }
 
}
* {
  box-sizing: border-box;
}


@media (min-width: 600px) {
  
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #494CDB;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #DCDCF9;
}
.events-filter.active {
    text-decoration: none;
}

.blog-tabs li {
    padding: 3px !important;
}
.past-events{
  display: none !important;
}
/* Events grid*/
.events-listing {
    display: flex;
    flex-flow: wrap; 
}

.events-listing .events-item {
    width: calc(50% - 0px);
    filter: drop-shadow(-3px 3px 14px rgba(0,0,0,0.1));
    max-width: 100%;
    margin: 0 auto 30px;
  
}
@media screen and (min-width: 1872px) {
.events-listing .events-item {
      padding: 2.5em;
    height: 32rem;
    max-height: 83vmin;
      max-width: 100%;
}
.bottom-card {
    position: initial;
            min-height: 8em;
    width: 100%;
}
}
@media screen and (max-width: 1025px) {
    .events-listing {
        flex-flow: row wrap;
    }
    .events-listing .events-item {
        width: calc(50% - 0px);
        max-width: none;
        margin: 10px 0px;
    }
 
  .title-event {
    font-weight: 700 !important;
    letter-spacing: -0.01em;
      margin-top: 1.5rem !important;
        height: 10vmin;
    font-size: calc(1vw + 1.5vh);
}
  .events-listing .events-item {
        height: 32rem;
    max-height: clamp(25em,26vw,32em);
    padding: 2em;
}
  .bottom-card {
    position:relative;
     top:9vmin;
      width: 100%;
}
    .subhead {
    font-size: clamp(.7em,2vw,1em);
      font-weight: 400;
}

}
@media screen and (max-width: 460px){
  .arrow.circle {
    border: 0.25rem #282775 solid;
    border-radius: 50%;
    box-sizing: border-box;
    height: 2.5rem !important;
    padding: 0rem !important;
    transition: all 0.25s;
    width: 2.5rem !important;
}
  .bottom-card {
    top: 0em;
  } 
  .title-events-home .events-home-description{
      height: 15em!important;
    margin-bottom:1em;
  }
} 
 .events-listing .events-item {
   display: flex !important;
    margin: 10px 0px;
    max-width: none;
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
}

   .controlers-events {
     display: flex;
    flex-direction: column;
    gap: 15px;
}
  .bottom-card p {
   font-size: clamp(.8em,1vw,1em);
     font-weight: 400;
}
  .cta_buttons {
    display: flex;
    width: auto;
}
.subhead {
    font-size: clamp(.7em,2vw,1em);
  font-weight: 400;
}
}

a.button_cta {
    color: #fff;
    border: 2px solid #fff;
    padding: 1rem;
}
.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
    .white_content {
        display: none;
        position: absolute;
        background-color: #fff;
    height: 95%;
    left: 5%;
    overflow: auto;
    padding: 16px;
    top: 4%;
    width: 90%;
    z-index: 1002;
        overflow: auto;
    }
a.close {
    position: absolute;
    right: 5px;
    padding: 9px;
    border-radius: 15px;
    top: 0px;
    font-size: 1rem;
    z-index: 1111;
    font-weight: 700;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInDown {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 


@keyframes wipe-enter {
	0% {
		opacity: 0;
		transform: rotateX(70deg);
		transform-origin: top;
	}

	100% {
		opacity: 1;
		transform: rotateX(0deg);
		transform-origin: top;
	}
}
.square-animation {
    animation: wipe-enter 1s 1;
  }
.hidden-item {
    display: none!important;
}
.title-events-home h2{
  color: #494CDB; 
  font-size: clamp(1.5rem, 2vw, 3rem); 
  font-style: normal; 
  font-weight: 700; 
}
.title-events-home p{
color: #525252;
font-size: clamp(.8em,1vw,1em);
font-weight: 400;
}
.slogan-title-home{
color: #494CDB;
font-family: Raleway,Helvetica,sans-serif;
font-size: 15px;
font-weight: 700;
}
.title-events-home {
          min-height: 420px;
    padding: 1vmin!important;
}
.events-list-home{
    background: #fff;
    border-radius: 1em;
    padding: 1em 2em;
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
  max-height: 45em;
}
.arrow + .arrow {
  margin-left: 0rem;
}
.arrow {
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  overflow: hidden;
  transition: all 0.25s;
  white-space: nowrap;
  width: 2rem;
}
.arrow::before {
  background-color: #282775;
  -webkit-clip-path: polygon(73% 57%, 73% 57%, 78.4% 50%, 73% 43%, 73% 43%, 50% 14%, 60.8% 0%, 100% 50%, 60.8% 100%, 50% 86%);
          clip-path: polygon(73% 57%, 73% 57%, 78.4% 50%, 73% 43%, 73% 43%, 50% 14%, 60.8% 0%, 100% 50%, 60.8% 100%, 50% 86%);
  content: "";
  display: block;
  height: 2rem;
  left: -0.37rem;
  position: relative;
  transition: all 0.25s;
  width: 1.48rem;
}
.arrow:hover::before {
  background-color: #B6BAD0;
  -webkit-clip-path: polygon(73% 57%, 0 57%, 5.4% 50%, 10.8% 43%, 73% 43%, 50% 14%, 60.8% 0%, 100% 50%, 60.8% 100%, 50% 86%);
          clip-path: polygon(73% 57%, 0 57%, 5.4% 50%, 10.8% 43%, 73% 43%, 50% 14%, 60.8% 0%, 100% 50%, 60.8% 100%, 50% 86%);
  left: 0.26rem;
}
.arrow.circle {
  border: 0.25rem #282775 solid;
  border-radius: 50%;
  box-sizing: border-box;
  height: 3.5rem;
  padding: 0.5rem;
  transition: all 0.25s;
  width: 3.5rem;
      transform: scale(.8,.8);
}
.arrow.circle::before {
  left: 0;
}
.arrow.circle:hover {
  border: 0.25rem #B6BAD0 solid;
  transform: scale(.8..8);
}
.arrow.circle:hover::before {
  background-color: #B6BAD0;
  left: 0.26rem;
}
.arrow.previous {
  transform: rotate(180deg) scale(.8,.8);
}
.arrow.previous.hexagon:hover, .arrow.previous.circle:hover {
  transform: rotate(180deg) scale(1.1);
}
.arrow.next.hexagon:hover, .arrow.next.circle:hover {
  transform: rotate(0deg) scale(1.1);
}
.control-slide-events { 
    display: flex;
    justify-content: flex-start;
}
.title-events-home .events-home-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  height: clamp(25rem,25vw,30rem);
} 