.review-wrapper {
  font-family: "Tenor Sans", serif;
  .section-divider {
      text-align: center;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem 0;
      color: white;
      @media screen and (min-width: 768px) {
          margin-bottom:40px;
          padding: 1.25rem;
      }
  }
  .section-divider__line {
      flex: 1;
      height: 2px;
      background: linear-gradient(to right, #aab2cd, #dce19c, #e6b7d9, #6da9b2);
      position: relative;
      bottom: 15px;
      @media screen and (min-width: 768px) {
          bottom:40px;
          height: 6px
      }
  }
  .section-divider__line--reversed {
      transform: scaleX(-1)
  }
  .section-divider__title {
      margin: 0 8px;
      font-family: Tenor Sans;
      font-weight: 400;
      font-size: 32px;
      line-height: 44px;
      text-align: center;
      color: #fff;
      max-width: 550px;
      line-height: 1;
      @media screen and (max-width: 768px) {
          max-width:200px
      }
      @media screen and (min-width:768px) {
          font-size: 80px
      }
  }
}

.style_dark {
  background-color: #171717;
  color: #fff;
  .gradient-border {
      background: linear-gradient(106.16deg, #b6b6b6 .77%, #636363 97.55%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      mask-composite: exclude;
      border-radius: 20px
  }
  .glide_review_warehouse {
      max-width: 1000px;
      margin: 0 auto
  }
  .review-box {
      background-color: rgba(128, 128, 128, .6);
      border-radius: 20px;
      box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
  }
  .stars-wrapper {
      margin-bottom: 4px;
      svg path {
          fill: #636363;
          stroke: #e1e1e1
      }
  }
  .review-name,
  .review-text {
      color: #fff
  }
  .review-text {
      margin-bottom: 4px;
      p {
          margin-bottom: 0
      }
  }
  .custom-button {
      background-color: #fff;
      color: #171717;
      font-weight: 600;
      padding: .5rem 2rem;
      font-size: 1rem;
      font-family: "Urbanist", sans-serif;
      .button-text {
          font-size: .875rem
      }
  }
  button-wrapper span {
      font-weight: 800px
  }
}

.style_spring {
  background-color: #dfb3a9;
  .section-divider__title {
      color: #2d3238
  }
  .review-box {
      background-color: rgba(128, 128, 128, .1) !important;
      box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
  }
  .gradient-border {
      background: linear-gradient(0deg, #615757, #615757), linear-gradient(106.16deg, #b6b6b6 .77%, #636363 97.55%);
      border-radius: 20px;
      padding: 2px
  }
  .glide_review_warehouse {
      max-width: 750px;
      margin: 0 auto
  }
  .slide-image {
      max-height: 500px;
      @media screen and (max-width: 768px) {
          max-height:300px
      }
  }
  .review-box {
      background-color: rgba(128, 128, 128, .6);
      border-radius: 20px
  }
  .stars-wrapper {
      margin-bottom: 4px;
      svg path {
          fill: #dfb3a9;
          stroke: #ffefef
      }
  }
  .review-name,
  .review-text {
      color: #fff
  }
  .review-text {
      margin-bottom: 4px;
      p {
          margin-bottom: 0
      }
  }
  .review-content {
      padding: 20px 80px;
      @media screen and (max-width: 768px) {
          padding:0
      }
  }
  .custom-button {
      background-color: #fff;
      color: #171717;
      font-weight: 600;
      padding: .5rem 2rem;
      font-size: 1rem;
      font-family: "Urbanist", sans-serif;
      .button-text {
          font-size: .875rem
      }
  }
  button-wrapper span {
      font-weight: 800px
  }
}

.section-heading {
  text-align: center;
  font-size: 1.5rem
}

.custom-carousel {
  margin-top: 1.25rem
}

.slide-image {
  border-radius: .5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  width: 100%;
  max-height: 274px;
  object-fit: cover
}

.review-box {
  position: relative;
  margin: 1.25rem;
  padding: 1.75rem;
  border-radius: .5rem;
  backdrop-filter: blur(4px);
  margin-top: -3rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);

  @media screen and (max-width: 768px) {
    padding: 1rem;
  }
}

.gradient-border {
  position: absolute;
  inset: 0;
  border-radius: .5rem;
  padding: 3px;
  background: linear-gradient(106.16deg, #cdbb93 .77%, #ae955d 97.55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude
}

.review-content {
  position: relative;
  border-radius: .5rem
}

.stars-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: .75rem;

  @media screen and (max-width: 768px) {
    margin-bottom: 0;
  }

  svg path {
      fill: #facc15;
      stroke: #fff
  }
}

.star-icon {
  height: 1.25rem;
  width: 1.25rem;
  @media screen and (min-width: 768px) {
      height:35px;
      width: 35px
  }
}

.review-text {
  text-align: center;
  color: #252525;
  font-family: "Urbanist", sans-serif;
  font-size: 15px !important;
  margin-bottom: 1rem;
  @media screen and (min-width: 768px) {
      font-size:28px !important
  }
}

.review-name {
  text-align: center;
  font-weight: bold;
  font-family: "Urbanist", sans-serif;
  color: #414141;
  @media screen and (min-width: 768px) {
      font-size:35px
  }
}

.button-wrapper {
  margin-top: 1.25rem;
  text-align: center
}

.custom-button {
  display: inline-block;
  width: auto !important;
  padding: .5rem 1rem;
  background-color: #171717;
  color: #fff;
  text-decoration: none;
  border-radius: .375rem
}

.button-text {
  font-size: .75rem
}

.style_o2_bed,
.style_m1_collection,
.style_marshbello {
  background-color: #cbcbcb;
  .section-heading {
      font-size: 80px;
      border-top: double 3px transparent;
      border-image: linear-gradient(90deg, #a0d0f4 0%, #ebdbbf 19.23%, #e9d0d5 47.12%, #bc87ca 66.35%, #c0baee 84.13%, #b4c1f5 100%);
      border-image-slice: 1;
      background-origin: border-box;
      padding-top: 20px;
      margin: 0 20px;
      margin-bottom: 40px;
      @media screen and (max-width: 768px) {
          font-size:32px;
          padding-top: 10px;
          margin: 0 10px;
          margin-bottom: 20px
      }
      @media screen and (min-width:768px) {
          border-top: double 6px transparent
      }
  }
  .btn-goto {
      background-color: #fff;
      color: #000;
      padding: .5rem 3rem;
      border-radius: .25rem;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      font-weight: 800;
      font-family: "Urbanist";
      box-shadow: 0 4px 4px 0 #00000040;
      @media screen and (min-width: 768px) {
          font-size:30px;
          padding: .5rem 6rem
      }
      &:hover {
          background-color: #333;
          color: #fff;
          text-decoration: none
      }
  }
  .glide_review_warehouse {
      padding: 0 80px;
      max-width: 1440px;
      margin: 0 auto;
      @media screen and (max-width: 768px) {
          padding:0;
      }
  }
  .stars-wrapper {
      display: none
  }
  .review-box {
      backdrop-filter: unset;
      margin: 0
  }
  .gradient-border {
      background: none
  }
  .glide__slides {
      border-radius: 30px
  }
  .glide__slide {
      border: double 3px transparent;
      background-image: linear-gradient(90deg, #a0d0f4 0%, #ebdbbf 19.23%, #e9d0d5 47.12%, #bc87ca 66.35%, #c0baee 84.13%, #b4c1f5 100%);
      border-image-slice: 1;
      border-radius: 30px;
      padding: 1px;
      background-origin: border-box;
      .review-box {
          background-color: #fff
      }
  }
  .slide-image {
      border-radius: 30px 30px 0 0
  }
  .review-box {
      border-radius: 0 0 30px 30px;
      box-shadow: none
  }
  .glide__track {
      background: #cbcbcb
  }
  .glide__progress_content {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%
  }
  .glide__progress {
      position: relative;
      bottom: 0;
      left: 0;
      height: 10px;
      width: 50%;
      background: #e9e9e9;
      overflow: hidden;
      padding: 2px 6px;
      margin-top: 90px;
      margin-bottom: 90px;
      border-radius: 20px;
      max-width: 340px;
      @media screen and (max-width: 768px) {
          width:100%;
          margin-top: 20px;
          margin-bottom: 45px
      }
  }
  .glide__progress-bar {
      height: 100%;
      width: 0;
      background: #565656;
      transition: width .3s linear;
      border-radius: 20px
  }
  .button-wrapper .button {
      background: #fff;
      color: #171717;
      border: 2px solid #fff;
      font-weight: 800;
      font-size: 35px;
      font-family: "Urbanist", sans-serif;
      text-transform: uppercase;
      padding: 24px 126px;
      @media screen and (max-width: 768px) {
          font-size:14px;
          padding: 9px 56px
      }
  }
  .button-wrapper .button:hover {
      span {
          color: #fff
      }
  }
}

.style_m1_collection {
  .section-divider__title {
      color: #171717
  }
  .glide__slide {
      .review-box {
          background-color: #dee4eb
      }
  }
  .stars-wrapper {
      display: block;
      text-align: center;
      svg {
          background: linear-gradient(180deg, #eceaff 0%, #6e6993 100%);
          mask-image: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 16 15" xmlns="http://www.w3.org/2000/svg"><path d="M8.2954 .965605L8.20081 .689805L8.10622 .965605L6.45757 5.77259H1.11885H0.79719L1.06215 5.95496L5.37653 8.92456L3.72933 13.7273L3.63103 14.0139L3.88062 13.8421L8.20081 10.8685L12.521 13.8421L12.7706 14.0139L12.6723 13.7273L11.0251 8.92456L15.3395 5.95496L15.6044 5.77259H15.2828H9.94406L8.2954 .965605Z"/></svg>');
          path {
              fill: transparent;
              stroke: transparent
          }
      }
  }
  .section-divider__line {
      background: linear-gradient(90deg, #b9c1c6 0%, #e5cfbd 19.23%, #eeb599 47.12%, #dfb3a9 66.35%, #d59b8d 84.13%, #cc7e7e 100%)
  }
  .section-divider__line--reversed {
      background: linear-gradient(90deg, rgba(185, 193, 198, .88) 0%, rgba(229, 207, 189, .88) 19.23%, rgba(238, 181, 153, .88) 47.12%, rgba(223, 179, 169, .88) 66.35%, rgba(213, 155, 141, .88) 84.13%, rgba(204, 126, 126, .88) 100%)
  }
  .glide__track {
      background-color: #b5c1d2
  }
  background-color:#b5c1d2
}

.style_o2_bed {
  .section-divider__title {
      color: #171717
  }
  .glide__slide {
      .review-box {
          background-color: #fff
      }
  }
  .stars-wrapper {
      display: block;
      text-align: center;
      svg {
          background: linear-gradient(180deg, #eceaff 0%, #6e6993 100%);
          mask-image: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 16 15" xmlns="http://www.w3.org/2000/svg"><path d="M8.2954 .965605L8.20081 .689805L8.10622 .965605L6.45757 5.77259H1.11885H0.79719L1.06215 5.95496L5.37653 8.92456L3.72933 13.7273L3.63103 14.0139L3.88062 13.8421L8.20081 10.8685L12.521 13.8421L12.7706 14.0139L12.6723 13.7273L11.0251 8.92456L15.3395 5.95496L15.6044 5.77259H15.2828H9.94406L8.2954 .965605Z"/></svg>');
          path {
              fill: transparent;
              stroke: transparent
          }
      }
  }
  .section-divider__line {
      background: linear-gradient(90deg, #b9c0c6 0%, #bde5e2 19.23%, #99d7ee 47.12%, #a9dcdf 66.35%, #8db8d5 84.13%, #7ea1cc 100%)
  }
  .section-divider__line--reversed {
      background: linear-gradient(90deg, rgba(185, 192, 198, .88) 0%, rgba(189, 229, 226, .88) 19.23%, rgba(153, 215, 238, .88) 47.12%, rgba(169, 220, 223, .88) 66.35%, rgba(141, 184, 213, .88) 84.13%, rgba(126, 161, 204, .88) 100%)
  }
  .glide__track {
      background-color: #e9f1f2
  }
  .btn-goto {
      background-color: #2c4960;
      color: #fff;
      &:hover {
          background-color: #fff;
          color: #2c4960;
          text-decoration: none
      }
  }
  background-color:#e9f1f2
}

.review-wrapper.reviews-per-page-3 .review-text * {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
    .review-wrapper.reviews-per-page-3 .review-text * {
        font-size: 12px;
    }
}  

.review-wrapper.reviews-per-page-3 .review-name {
  font-size: 16px;
}

.review-wrapper.reviews-per-page-3 .star-icon {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 768px) {
    .review-wrapper.reviews-per-page-3 .star-icon {
        width: 12px;
        height: 12px;
    }
}  

.review-wrapper.reviews-per-page-3 .slide-image-wrapper {
  height: 280px;
}

@media screen and (max-width: 768px) {
    .review-wrapper.reviews-per-page-3 .slide-image-wrapper {
        height: 175px;
    }
} 
