.our-designer-showcase {
  position: relative;
  overflow: hidden
}
.our-designer-showcase::before {
  content: ' ';
  width: 50%;
  position: absolute;
  height: 100%;
  background-color: #f4f2ed
}
.our-designer-showcase__container {
  margin: 0 auto;
  background-color: #f4f2ed;
  position: relative
}
.our-designer-showcase__content {
  padding: 52px 0 64px 0
}
.our-designer-showcase__top {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.our-designer-showcase__headline {
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 2px;
  text-align: left
}
@media (min-width:992px) {
  .our-designer-showcase__headline {
    font-size: 48px;
    line-height: 60px
  }
}
.our-designer-showcase__buttons {
  display: none
}
@media (min-width:992px) {
  .our-designer-showcase__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.our-designer-showcase__buttons-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px
}
@media (min-width:992px) {
  .our-designer-showcase__buttons-mobile {
    display: none
  }
}
.our-designer-showcase__buttons-next,
.our-designer-showcase__buttons-prev {
  width: 66px;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border: 1px solid #26282b
}
.our-designer-showcase__buttons-next.disabled,
.our-designer-showcase__buttons-prev.disabled {
  opacity: .5
}
.our-designer-showcase__buttons-prev {
  margin-right: 10px
}
.our-designer-showcase__tabs-header {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  border-bottom: 1px solid #e8ebed;
  overflow: auto
}
.our-designer-showcase__tabs-header-item {
  padding: 0 5px 8px 5px;
  position: relative;
  margin-right: 16px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  white-space: nowrap
}
@media (min-width:992px) {
  .our-designer-showcase__tabs-header-item {
    padding: 0 5px 12px 5px;
    margin-right: 48px
  }
}
.our-designer-showcase__tabs-header-item.active span {
  width: 100%
}
.our-designer-showcase__tabs-header-item:hover span {
  width: 100%
}
.our-designer-showcase__tabs-header-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  height: 4px;
  background-color: #26282b;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.our-designer-showcase__tabs-body {
  position: relative
}
.our-designer-showcase__tabs-body .slick-slide {
  margin: 0 6px
}
@media (min-width:992px) {
  .our-designer-showcase__tabs-body .slick-slide {
    margin: 0 12px
  }
}
.our-designer-showcase__tabs-body-items {
  display: none;
  margin: 0 -6px
}
@media (min-width:992px) {
  .our-designer-showcase__tabs-body-items {
    margin: 0 -12px
  }
}
.our-designer-showcase__tabs-body-items .slick-list {
  overflow: inherit
}
.our-designer-showcase__tabs-body-items .slick-track {
  margin-left: inherit;
  margin-right: inherit
}
.our-designer-showcase__tabs-body-items:first-child {
  display: block
}
.our-designer-showcase__tabs-body-item {
  width: 100%;
  position: relative;
  margin: 0 -12px 24px -12px;
  overflow: hidden
}
.our-designer-showcase__tabs-body-item:hover .our-designer-showcase__tabs-body-item-image {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06)
}
.our-designer-showcase__tabs-body-item:hover .our-designer-showcase__tabs-body-item-text {
  opacity: 1
}
.our-designer-showcase__tabs-body-item:hover .our-designer-showcase__tabs-body-item-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
.our-designer-showcase__tabs-body-item:hover .our-designer-showcase__tabs-body-item-bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
.our-designer-showcase__tabs-body-item-image {
  width: 100%;
  padding-top: 75%;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative
}
.our-designer-showcase__tabs-body-item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}
.our-designer-showcase__tabs-body-item-text {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 12px 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: 0 0;
  color: #26282b
}
@media (min-width:992px) {
  .our-designer-showcase__tabs-body-item-text {
    padding: 12px 20px;
    color: #fff;
    opacity: 0;
    position: absolute;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%)
  }
}
.our-designer-showcase__tabs-body-item-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 13px
}
@media (min-width:992px) {
  .our-designer-showcase__tabs-body-item-title {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
  }
}
.our-designer-showcase__tabs-body-item-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.our-designer-showcase__tabs-body-item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
@media (min-width:992px) {
  .our-designer-showcase__tabs-body-item-bottom {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
  }
}
.our-designer-showcase__tabs-body-item-photo {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-size: cover;
  background-size: cover;
  margin-right: 12px
}
/*# sourceMappingURL=maps/our-designers-showcase.css.map */

#our-designer-showcase{
  scroll-margin-top:150px ;
}