/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
.featured-customers {
  position: relative;
  display: flex;
  min-height: 50.63rem;
}
@media (max-width: 767px) {
  .featured-customers {
    min-height: auto;
  }
}
.featured-customers .fc-main-slide {
  width: 100%;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.featured-customers .fc-main-slide .slick-list,
.featured-customers .fc-main-slide .slick-track {
  height: 100%;
}
.featured-customers .fc-thumb-slider-wrapper {
  padding: 3.32rem 4.19rem 2.32rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .featured-customers .fc-thumb-slider-wrapper {
    padding: 1.25rem 0;
  }
}
.featured-customers .fc-thumb-slider-wrapper .slick-slide {
  padding: 0 1.57rem;
}
@media (max-width: 767px) {
  .featured-customers .fc-thumb-slider-wrapper .slick-track {
    margin: 0;
  }
}
.featured-customers .fc-thumb-slider {
  overflow: hidden;
}
.featured-customers .fc-logo {
  display: flex;
  justify-content: center;
}
.featured-customers .fc-logo img {
  width: 100%;
  max-height: 3.13rem;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.2;
  transition: 0.4s;
  cursor: pointer;
}
.featured-customers .fc-logo:hover img, .featured-customers .fc-logo.slick-current img {
  filter: grayscale(0);
  opacity: 1;
}
.featured-customers .fc-content-box {
  max-width: 39.63rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 27.51%, rgba(153, 153, 153, 0.15) 100%);
  box-shadow: 0px 0.25rem 0.91rem rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(15px);
  padding: 3.13rem;
  margin-top: 5.19rem;
  border-radius: 0.94rem;
  border: 1px solid rgba(255, 255, 255, 0.19);
  max-height: 30rem;
  overflow: auto;
  transition: 0.5s ease 0s;
}
@media (min-width: 768px) {
  .featured-customers .fc-content-box {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .featured-customers .fc-content-box {
    padding: 0.94rem;
    margin-top: 2.19rem;
    margin-bottom: 9.38rem;
    max-height: none;
  }
}
.featured-customers .fc-main-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .featured-customers .fc-main-image._mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .featured-customers .fc-main-image._desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .featured-customers .fc-main-image._both {
    display: none;
  }
}
.featured-customers .fc-main-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 16.24%, rgba(0, 0, 0, 0.4) 58.94%);
}
.featured-customers .fc-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-customers .fc-main-image img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.featured-customers .fc-box-logo {
  margin-bottom: 1.07rem;
  display: inline-flex;
}
.featured-customers .fc-box-logo img {
  width: 100%;
  height: 100%;
  max-height: 3.13rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-customers .fc-box-desc {
  margin-bottom: 2.19rem;
}
@media (max-width: 991px) {
  .featured-customers .fc-box-desc {
    margin-bottom: 1.57rem;
  }
}
.featured-customers .fc-box-desc h1,
.featured-customers .fc-box-desc .h1 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .featured-customers .fc-box-desc h1,
  .featured-customers .fc-box-desc .h1 {
    font-size: 1.5rem;
  }
}
.featured-customers .fc-box-desc h2,
.featured-customers .fc-box-desc .h2 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .featured-customers .fc-box-desc h2,
  .featured-customers .fc-box-desc .h2 {
    font-size: 1.5rem;
  }
}
.featured-customers .fc-box-desc h3,
.featured-customers .fc-box-desc .h3 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .featured-customers .fc-box-desc h3,
  .featured-customers .fc-box-desc .h3 {
    font-size: 1.5rem;
  }
}
.featured-customers .fc-box-desc h4,
.featured-customers .fc-box-desc .h4 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .featured-customers .fc-box-desc h4,
  .featured-customers .fc-box-desc .h4 {
    font-size: 1.5rem;
  }
}
.featured-customers .fc-box-desc h5,
.featured-customers .fc-box-desc .h5 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .featured-customers .fc-box-desc h5,
  .featured-customers .fc-box-desc .h5 {
    font-size: 1.5rem;
  }
}
.featured-customers .fc-box-desc h6,
.featured-customers .fc-box-desc .h6 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .featured-customers .fc-box-desc h6,
  .featured-customers .fc-box-desc .h6 {
    font-size: 1.5rem;
  }
}
.featured-customers .fc-logos-container {
  border-radius: 0.94rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .featured-customers .fc-logos-container {
    border-radius: 0;
    box-shadow: 0px 4px 16px 8px rgba(0, 0, 0, 0.1);
  }
}
.featured-customers .fc-logos-wrapper {
  position: absolute;
  bottom: 2.25rem;
  z-index: 2;
  width: 100%;
}
.featured-customers .fc-logos-wrapper.less-than-2-slides {
  display: none;
}
@media (min-width: 768px) {
  .featured-customers .fc-logos-wrapper {
    padding-left: calc((100% - 78.76rem) / 2);
  }
  .featured-customers .fc-logos-wrapper > div {
    padding-left: 3.13rem;
  }
  .featured-customers .fc-logos-wrapper {
    padding-right: calc((100% - 78.76rem) / 2);
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .featured-customers .fc-logos-wrapper > div {
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .featured-customers .fc-logos-wrapper > div {
    padding-right: 3.13rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .featured-customers .fc-logos-wrapper > div {
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .featured-customers .fc-logos-wrapper {
    bottom: 0;
  }
}
.featured-customers .fc-logos-wrapper.aos-animate .fc-logo {
  opacity: 1;
  transform: translateX(0);
  transition-delay: var(--delay);
}
.featured-customers .fc-logos-wrapper .fc-logo {
  height: auto;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s ease 0s;
}
.featured-customers .fc-logos-top {
  text-align: center;
  background-color: #1565c0;
  padding: 0.63rem;
}
.featured-customers .fc-logos-top .btn-link {
  display: inline;
  color: #fff;
}
.featured-customers .fc-logos-top .btn-link::after {
  position: relative;
  top: 1px;
}
@media (min-width: 768px) {
  .featured-customers .fc-innerwrap {
    opacity: 1 !important;
    transition: opacity 0.5s ease 0s, -webkit-mask-size 1.6s ease 0s !important;
    transition: mask-size 1.6s ease 0s, opacity 0.5s ease 0s !important;
    transition: mask-size 1.6s ease 0s, opacity 0.5s ease 0s, -webkit-mask-size 1.6s ease 0s !important;
    -webkit-mask: url("/wp-content/themes/coupa/assets/images/cross-shape.svg");
            mask: url("/wp-content/themes/coupa/assets/images/cross-shape.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-composite: xor;
            mask-composite: xor;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    -webkit-mask-size: var(--ms, 0%);
            mask-size: var(--ms, 0%);
  }
  .featured-customers .fc-innerwrap.slick-current {
    --ms: 650%;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-customers .fc-innerwrap.slick-current {
    --ms: 1050%;
  }
}
@media (min-width: 768px) {
  .featured-customers .fc-innerwrap.slick-current .fc-content-box {
    opacity: 1;
  }
}