/*
 * Demo Marquee SCSS
 * Extracted from hyper-fast.scss and _hyperfast-sw.scss
 */
/* Root Variables */
:root {
  --transition_03s: all 0.3s ease;
  --transition: all 0.2s ease-out 0.05s;
  --transition_shadow: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Body Styles */
.body-hyper {
  color: #D1D1D1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.91%, rgba(20, 29, 25, 0)), to(#141D19)), -webkit-gradient(linear, left top, left bottom, from(#141D19), color-stop(36.4%, rgba(20, 29, 25, 0))), #18231E;
  background: linear-gradient(180deg, rgba(20, 29, 25, 0) 47.91%, #141D19 100%), linear-gradient(180deg, #141D19 0%, rgba(20, 29, 25, 0) 36.4%), #18231E;
}

a:hover {
  cursor: pointer;
}

/* Section Default */
.section-default .rowfull {
  margin: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
@media screen and (max-width: 1440px) {
  .section-default .rowfull {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 540px) {
  .section-default .rowfull {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Custom Row Marquee */
.section-default.sec-marquee .rowfull {
  margin: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 540px) {
  .section-default.sec-marquee .rowfull {
    padding: 0;
  }
}
.section-default.sec-marquee .hyper-heading-center {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .section-default.sec-marquee .hyper-heading-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Component Text Heading Center */
.hyper-heading-center {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.hyper-heading-center::after {
  content: "";
  position: absolute;
  background: url("../images/hyper-fast/line-center.svg") center bottom no-repeat;
  background-size: 450px 1px;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .hyper-heading-center::after {
    background: url("../images/hyper-fast/line-mobile.svg") center bottom no-repeat;
    background-size: 250px 1px;
    bottom: -10px;
  }
}
.hyper-heading-center b {
  position: relative;
  background-image: linear-gradient(82.61deg, #01CB41 -0.96%, #279FFF 102.51%);
  background: linear-gradient(82.61deg, #01CB41 -0.96%, #279FFF 102.51%);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
}
.hyper-heading-center span {
  display: block;
}
@media screen and (max-width: 540px) {
  .hyper-heading-center span {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .hyper-heading-center {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hyper-heading-center {
    font-size: 27px;
    line-height: 36px;
  }
}
@media screen and (max-width: 540px) {
  .hyper-heading-center {
    font-size: 24px;
    line-height: 33px;
  }
}

/* Carousel Field - Marquee */
.carousel-field {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.carousel-field .marquee-carousel {
  width: 100%;
  height: 50%;
}
.carousel-field .marquee-carousel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px !important;
  height: 292px;
  padding: 8px 10px;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  border-radius: 16px;
  position: relative;
  background: transparent;
  overflow: hidden;
  -webkit-transition: var(--transition_shadow);
  transition: var(--transition_shadow);
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content span .swiper-lazy-preloader {
  top: 200px;
  width: 40px;
  height: 40px;
  border-width: 2px;
  opacity: 0.8;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content span .small-label {
  background: rgba(28, 33, 53, 0.2);
  backdrop-filter: blur(48px);
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  line-height: 24px;
  border-radius: 4px;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content span .small-label b {
  font-weight: 500;
  font-size: 12px;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content img {
  width: 100%;
  border-radius: 12px;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content p {
  -webkit-transition: var(--transition_shadow);
  transition: var(--transition_shadow);
  color: #D1D1D1;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 16px 0 0;
}
@media screen and (max-width: 540px) {
  .carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content p {
    font-size: 16px;
    margin: 12px 0 0;
  }
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide:hover .content {
  z-index: 10;
  cursor: pointer;
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide:hover .content span {
  background: -webkit-gradient(linear, left top, right top, from(#F68300), to(#FFF370));
  background: linear-gradient(90deg, #F68300, #FFF370);
  -webkit-box-shadow: 0 0 5px #FBB83B;
          box-shadow: 0 0 5px #FBB83B;
  -webkit-box-shadow: 0px 2px 7px #F68300, 0px 0px 2px #FFF370;
          box-shadow: 0px 2px 7px #F68300, 0px 0px 2px #FFF370;
}
@media screen and (max-width: 698px) {
  .carousel-field .marquee-carousel .swiper-wrapper .swiper-slide:hover .content span {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide:hover .content p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .carousel-field .marquee-carousel .swiper-wrapper .swiper-slide {
    width: 212px !important;
    height: 282px;
  }
}
@media screen and (max-width: 540px) {
  .carousel-field {
    padding-top: 0px;
  }
}/*# sourceMappingURL=ldp-vip-marquee.css.map */