/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/components/re-rides/motoversecommunitywall/scss/_motoversecommunitywall.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.re-motoverse-community-wall {
  position: relative;
  padding-bottom: 94px;
  overflow: hidden;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall {
    padding-bottom: 51px;
  }
}
.re-motoverse-community-wall::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(16, 16, 16)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(16, 16, 16) 100%);
  z-index: 1;
}
.re-motoverse-community-wall::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.07%, rgba(0, 0, 0, 0)), color-stop(85.08%, #000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.07%, #000000 85.08%);
}
.re-motoverse-community-wall .re-wall-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.re-motoverse-community-wall .re-wall-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-motoverse-community-wall .re-community-wall-container {
  position: relative;
  z-index: 9;
}
.re-motoverse-community-wall .re-wall-header-main {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 46px;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-header-main {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.re-motoverse-community-wall .re-wall-header-main .wall-header-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: white;
  font-family: GuardianSansXCond Semibold;
  margin-bottom: 8px;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-header-main .wall-header-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.re-motoverse-community-wall .re-wall-header-main .wall-header-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: white;
  max-width: 648px;
  margin-bottom: 24px;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-header-main .wall-header-text {
    margin-bottom: 16px;
  }
}
.re-motoverse-community-wall .re-wall-header-main .wall-header-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}
.re-motoverse-community-wall .re-wall-header-main .wall-header-btn-wrapper .wall-btn {
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-header-main .wall-header-btn-wrapper .wall-btn {
    width: 100%;
    text-align: center;
  }
}
.re-motoverse-community-wall .re-wall-header-main .wall-header-btn-wrapper .wall-btn.transparent-btn {
  padding: 14px 19px;
  color: #ffffff;
  border: 1px solid #a7a7a7;
  background-color: transparent;
}
@media (max-width: 576px) {
  .re-motoverse-community-wall .re-wall-header-main .wall-header-btn-wrapper .wall-btn.transparent-btn {
    padding: 14px 10px;
  }
}
.re-motoverse-community-wall .re-wall-header-main .wall-header-btn-wrapper .wall-btn.glass-btn {
  padding: 14px 30.5px;
  color: #daaa00;
  border: 1px solid;
  border-image-source: linear-gradient(131.33deg, rgba(255, 255, 255, 0.26) -34.97%, rgba(255, 255, 255, 0) 114.31%);
  background: linear-gradient(112.38deg, rgba(255, 255, 255, 0.5) -120.84%, rgba(255, 255, 255, 0.1) 79.67%);
  backdrop-filter: blur(10px);
}
.re-motoverse-community-wall .re-wall-header-main .explore-link {
  color: #da291c;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  font-family: Montserrat;
  cursor: pointer;
}
.re-motoverse-community-wall .re-wall-header-main .explore-link::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 3px solid #da291c;
  border-right: 3px solid #da291c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-header-main .explore-link {
    font-size: 14px;
    padding-bottom: 16px;
    line-height: 22.4px;
  }
}
.re-motoverse-community-wall .re-wall-center-card-wrapper {
  position: relative;
  z-index: 9;
  max-width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23.5px;
  margin-bottom: 24px;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-center-card-wrapper {
    grid-template-columns: repeat(3, 296px);
    gap: 24px;
    max-width: 100%;
    padding: 0px 24px;
    margin-right: 0;
    margin-bottom: 32px;
    overflow-x: auto;
  }
  .re-motoverse-community-wall .re-wall-center-card-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.re-motoverse-community-wall .re-wall-center-card-wrapper .re-wall-center-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  background: rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0px -1.3639px 162px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -1.3639px 162px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(34.73px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-center-card-wrapper .re-wall-center-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.re-motoverse-community-wall .re-wall-center-card-wrapper .re-wall-center-card .card-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-color: #373737;
}
.re-motoverse-community-wall .re-wall-center-card-wrapper .re-wall-center-card .card-img-box img {
  width: auto;
}
.re-motoverse-community-wall .re-wall-center-card-wrapper .re-wall-center-card .card-details .card-title {
  color: white;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  font-family: Montserrat;
  margin-bottom: 8px;
}
.re-motoverse-community-wall .re-wall-center-card-wrapper .re-wall-center-card .card-details .card-text {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: Montserrat;
  margin-bottom: 0px;
}
.re-motoverse-community-wall .re-wall-slider-section {
  position: relative;
  z-index: 1;
  background-color: #000000;
}
.re-motoverse-community-wall .re-wall-slider-section::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 40%;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 16%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.re-motoverse-community-wall .re-wall-slider-section .re-wall-slider-section-container {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-slider-section .re-wall-slider-section-container {
    max-width: 100%;
    margin-right: 0;
    padding-left: 24px;
  }
}
.re-motoverse-community-wall .re-wall-slider-section .slider-section-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-family: GuardianSansXCond semibold;
  margin-bottom: 16px;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-slider-section .slider-section-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main {
  position: relative;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .re-community-wall-swiper {
    padding-right: 24px;
  }
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .re-community-wall-swiper .swiper-slide {
  position: relative;
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .re-community-wall-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .re-community-wall-swiper .swiper-slide .img-box {
  width: 100%;
  height: 190px;
  max-width: 316px;
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .re-community-wall-swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next,
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev {
  width: 56px;
  height: 56px;
  padding: 2.5px;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next::after,
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev::after {
  display: none;
}
@media (max-width: 996px) {
  .re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next,
  .re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev {
    display: none;
  }
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next .arrow,
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1607843137);
  border-radius: 100px;
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next .arrow::after,
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next.swiper-button-disabled,
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev {
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
}
@media (max-width: 768px) {
  .re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev {
    left: auto;
  }
}
@media (min-width: 996px) {
  .re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev {
    left: -90px;
  }
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev .arrow::after {
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-prev .shadow {
  right: -60px;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next {
  background: linear-gradient(210deg, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.0066) 84.07%);
}
@media (max-width: 768px) {
  .re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next {
    right: auto;
  }
}
@media (min-width: 996px) {
  .re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next {
    right: -90px;
  }
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next .arrow::after {
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.re-motoverse-community-wall .re-wall-slider-section .wall-slider-main .swiper-button-next .shadow {
  width: 77px;
  left: -110px;
  height: 230px;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.homepage-new-fonts .re-motoverse-community-wall .re-wall-header-main .wall-header-title {
  font-family: "REFontBold";
  letter-spacing: 0;
  font-weight: 700;
}
.homepage-new-fonts .re-motoverse-community-wall .re-wall-header-main .wall-header-text {
  font-family: "REFontRegular" !important;
}
.homepage-new-fonts .re-motoverse-community-wall .re-wall-header-main .wall-header-btn-wrapper .wall-btn {
  font-family: "REFontBold";
}
.homepage-new-fonts .re-motoverse-community-wall .re-wall-center-card-wrapper .re-wall-center-card .card-details .card-title {
  font-family: "REFontSemibold";
  font-weight: 600;
}
.homepage-new-fonts .re-motoverse-community-wall .re-wall-center-card-wrapper .re-wall-center-card .card-details .card-text {
  font-family: "REFontRegular";
  font-weight: 400;
}
.homepage-new-fonts .re-motoverse-community-wall .re-wall-slider-section .slider-section-title {
  font-family: "REFontBold";
  font-weight: 700;
}
