/* Google fonts link */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*body {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #47398a;
}*/

.slider-wrapper {
  overflow: hidden;
  /* max-width: 1300px; */
  margin: 0 50px 40px;
  padding: 10px;
}

.card-slider .card-item {
  user-select: none;
  min-height: 390px;
  display: flex;
  flex-direction: column;
	/*-height: auto;-*/
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border-radius: 8px;
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}

.card-item a {color: #111; text-decoration: none;}
.card-item:hover {background: #f2f2f2;}


.card-slider .card-item .card-image {
  max-width: 400;
  width: 100%;
  height: auto;
  border: 0px solid #00ace2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-slider .card-item .card-title {
  font-family: 'Poppins';
  font-size: 1.25em;
  margin: 16px 0 8px;
}

.card-details {
	padding: 0px 20px;
	line-height: 1.5em;
}

.card-details p {line-height: 1.2em;}






.card-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #b20838;
}

.card-slider .slider-button {
  color: #b20838;
  margin-top: -40px;
  transition: 0.3s ease;
}

.card-slider .slider-button:hover {
  color: #00ace2;
}



@media screen and (max-width: 400px) {
	
.card-slider .card-item {
  min-height: 375px;
	height: 375px;
	}	
	
}


@media screen and (max-width: 580px) {
	
.card-slider .card-item {
	min-height: 425px;
  height: 425px;
	}	
	
}


@media screen and (max-width: 640px) {
	
.card-slider .card-item {
  height: 450px;
	}	
	
}


@media screen and (max-width: 700px) {
	
.card-slider .card-item {
  height: 475px;
	}	
	
}




@media screen and (max-width: 768px) {

	.slider-wrapper {
  padding: 10px 20px;
}

  .card-slider .slider-button {
    display: none;
  }
	
	
}

@media screen and (max-width: 767px) {
	.card-slider {margin: 0 10%;}
	
.card-slider .card-item {
  height: 505px;
	}	
	
.card-slider .card-item .card-image {
  max-width: 767px;
  width: 100%;
}	
	
}


@media screen and (max-width: 1079px) {
.card-slider .card-item {
  min-height: 435px;
	}	
	
}