/** Shopify CDN: Minification failed

Line 42:0 All "@import" rules must come first
Line 43:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
.team__item {
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 400px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.team__text2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 15px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
}

.team__social a {
  color: white;
  margin: 0 5px;
}

.model_img {
  border-radius: 10px;
  width: 100%;
}
/* External CSS */
@import url('https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.2.0/css/swiper.min.css');
@import url('//cdn.materialdesignicons.com/2.1.99/css/materialdesignicons.min.css');

/* Styling */
.carousel-gallery { margin: 40px 0; padding: 0 20px; }
.carousel-gallery .swiper-wrapper { display: flex; align-items: stretch; }
.carousel-gallery .swiper-slide {
  flex: 0 0 auto;
  width: auto;
  margin-right: 20px;
}
.carousel-gallery .image {
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 3px 2px 20px rgba(0,0,0,0.2);
  position: relative;
}
.carousel-gallery .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 20, 20, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-gallery .image:hover .overlay { opacity: 1; }
.carousel-gallery .overlay em {
  color: #fff;
  font-size: 28px;
}
.team__item {
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 400px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.team__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 15px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
}

.team__social a {
  color: white;
  margin: 0 5px;
}

.model_img {
  border-radius: 10px;
  width: 100%;
}