/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.experience-layouts-carousel {
  height: 100%;
  width: 100%;
}

.carousal-headline {
  max-width: 83%;
  margin: auto;
  text-align: center;
  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -1.29px;
  padding-bottom: 35px;
  padding-top: 10px;
}

.nav-sec .prev-arrow {
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%) rotate(90deg);
  background-color: transparent;
  border: none;
  z-index: 1;
}
.nav-sec .next-arrow {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  background-color: transparent;
  border: none;
  z-index: 1;
}

@media only screen and (max-width: 543px) {
  .prev-arrow {
    left: 5%;
  }
  .next-arrow {
    right: 5%;
  }
  /* stylelint-disable-next-line selector-id-pattern */
  #roseExperiencePage .section-2 .franchise-testimonial-wrapper .image-tile-container .image-tile img {
    max-height: 332px;
  }
  #roseExperiencePage .section-1 .carousel.franchise-carousel-wrapper.sec-cont .slick-dots {
    margin-bottom: 30px;
  }
  #roseExperiencePage experience-component .image-heading-text .heading-on-image {
    padding: 10px 0;
  }
}
.testimonial-wrapper {
  margin-top: 100px;
}

/* stylelint-disable-next-line selector-id-pattern */
#roseExperiencePage testimonial-wrapper {
  margin-top: 65px;
}
#roseExperiencePage .carousal-headline {
  max-width: 83%;
  margin: auto;
}
#roseExperiencePage .nav-sec .slick-dots {
  bottom: -36%;
}
#roseExperiencePage .slick-dots {
  bottom: -10%;
}

.prev-arrow:hover,
.next-arrow:hover {
  cursor: pointer;
}

.icon-chevron::before {
  font-size: 15px;
  color: #303e48;
}

.nav-first .image-tile {
  margin-top: 0;
}

.franchise-carousel-wrapper .slick-dots li button::before {
  color: #c1eaff !important;
}
.franchise-carousel-wrapper .slick-dots li.slick-active button::before {
  color: #303e48 !important;
}

.sec-cont {
  margin-left: 61px;
  margin-right: 61px;
  text-align: center;
}

/* stylelint-disable-next-line selector-id-pattern */
#roseExperiencePage .headline-text-img-sec {
  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -1.29px;
}

@media only screen and (min-width: 544px) {
  .sec-cont {
    margin-left: 158px;
    margin-right: 158px;
  }
  .carousal-headline {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .sec-cont {
    margin-left: 59px;
    margin-right: 59px;
  }
  /* stylelint-disable-next-line selector-id-pattern */
  #roseExperiencePage .headline-text-img-sec {
    font-size: 70px;
    line-height: 1.03;
    letter-spacing: -1.29px;
  }
}
@media only screen and (min-width: 1200px) {
  .sec-cont {
    margin-left: 120px;
    margin-right: 120px;
  }
}
