

/* Slider CSS */

.slider{
  margin-top: 90px;
  align-items: center;
}

/* Categories Cards */

.cat-head{
  align-items: center;
}

.cat-title{
  color:#93268f
}

.cat-description{

}

.eve-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.card {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 300px;
  height: 344px;
  display: flex;
  /*border-radius: 15px 15px 50px 50px;*/
  box-shadow: 4px 15px 10px rgba(154, 160, 185, 0.05),
    2px 15px 40px rgba(166, 173, 201, 0.2);
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  /* border: 0.5px solid var(--c1); */
  /* transition: all 0.4s ease-in-out; */
}

.img-card {
  height: 300px;
  width: 90%;
  /* border-radius: inherit; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.img-card img{
  border: 2px solid black;
  height: auto;
}*/

.cont-card {
  width: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont-title {
  margin-top: 20px;
  display: flex;
  justify-items: space-between;
}

.cont-icon {
  padding-left: 20px;
}

.cont-icon:hover .icon {
  color: rgb(151, 151, 255);
}

.cont-icon .icon {
  font-size: 30px;
  color: rgb(84, 84, 150);
}

.cont-title h5 {
  color: black;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.cont-det {
  padding-top: 0px;
  padding-bottom: 20px;
}

.cont-det a {
  color: #93268f;
  font-weight: bold;
  text-decoration: underline;
}

.footer-social a i{
  color: #fff;
}

/* Responsive */

@media screen and (max-width: 768px) {
  .card{
    margin-bottom: 30px;
  }

  .cont-title h5 {
    color: black;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }


}
