/* Importing Google Font - Montserrat */

.popup-wrap {
	max-width:1300px;
	width:100%;
}

.home-popup {
	position:fixed;
	/*transform:translate(-50%, -50%);*/
	margin-left:0 !important;
	margin-top:0 !important;
	background:none;
	box-shadow:none;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.align_center {
	display:flex;
	justify-content: center;
	gap:20px;
}

.card-list .card-item {
  height: 100%;
  color: #fff;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right:0 !important;
  overflow:hidden;
}

.card-list .card-item .user-name {
	display:none;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #adadad;
  margin-top: -55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

.popup-btn-wrap {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:2rem;
	gap:1.5rem;
}

.popup-btn-wrap a {
	height:2.5rem;
	line-height:2.5rem;
	color:#fff;
	font-size:13px;
	padding:0 1.5rem;
	background:rgba(0, 0, 0, 0.4);
	border:1px solid rgba(254, 254, 254, 0.8);
	font-weight:700;
	z-index:9999999999999999;
	text-decoration:none;
}

.popup-btn-wrap a:hover {
	background:#fff;
	color:#333;
	transition: all 0.3s;
}

.popup-btn-wrap a i {
	font-weight:600;
} 

@media (max-width: 768px) {
  .card-list .card-item {
  	width:99% !important;
  	height:auto;
  }
  .card-list .card-item a img {
  	max-width:100%;
  }
  .slider-wrapper {
  	width:95%;
    margin: 0 10px 20px;
  }
  .align_center {
	display:flex;
	justify-content: unset;
	gap:28px;
  }

  .slider-wrapper .swiper-slide-button {
    
  }
}