

.featshow {
  position: relative;
  padding: px 0px;
}

.featshow::before {
  content: '';
  display: block;
  z-index: 0;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #1218ff;
}

.featshow--nav-bg-transparent::before {
  background: none;
}

.featshow__wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  max-width: 1138px;
  margin: 0 auto;
}

/* Content column */

.featshow__content {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: #fff;
  box-shadow: 0px 32px 64px rgba(37, 43, 32, 0.05), 0px 16px 32px rgba(37, 43, 32, 0.05);
  border-radius: 32px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.featshow--dark .featshow__content {
  background: #252b20;
}

.featshow__content__wrapper {
  width: 500px;
  max-width: 100%;
  padding: 144px 0;
}

.featshow__items {
  display: flex;
  align-items: center;
}

.featshow__item {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.featshow__item:not(.featshow__item--active) {
  opacity: 0;
  visibility: hidden;
  order: 2;
  pointer-events: none;
}

.featshow--var-height .featshow__item:not(.featshow__item--active) {
  display: none;
}

.featshow__item--active {
  order: 1;
}

.featshow--active .featshow__item--active {
  /*animation: .2s ease-in-out forwards uiPop;*/
}

.featshow__properties {
  margin: .5rem 0 1.2rem;
}

/* Controls */

.featshow__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Dots */

.featshow__dots {
  display: flex;
  padding-inline-end: 24px;
}

.featshow__dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
}

.featshow__dots li {
  margin: .28rem 0;
}

.featshow__dots li:not(:last-child) {
  margin-inline-end: .56rem;
}

.featshow__dot {
  width: .56rem;
  height: .56rem;
  padding: 0;
  background: #EFBAD8;
  border: none;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.featshow--dark .featshow__dot {
  background: rgba(255, 255, 255, .2);
}

.featshow__dot:focus:not(:focus-visible) {
  outline: 0;
}

.featshow__dot:hover {
  background: #252b20;
}

.featshow--dark .featshow__dot:hover {
  background: #fff;
}

.featshow__dot--active,
.featshow__dot--active:hover,
.featshow--dark .featshow__dot--active,
.featshow--dark .featshow__dot--active:hover {
  background: #1218ff;
}

.featshow__dot--active {
  cursor: default;
}

/* Arrows */

.featshow__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.featshow__arrow {
  color: #999999;
  width: 20px;
  line-height: 0;
  cursor: default;
  transition: .2s ease-in-out;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}

.featshow--dark .featshow__arrow {
  color: rgba(255, 255, 255, .2);
}

.featshow__arrow--active {
  color: #252b20;
  cursor: pointer;
}

.featshow--dark .featshow__arrow--active {
  color: #fff;
}

.featshow__arrow--active:hover {
  transform: scale(1.15);
}

.featshow__arrow-dot {
  width: 5px;
  height: 5px;
  margin: 0 8px;
  background: #999999;
  border-radius: 100%;
}

.featshow--dark .featshow__arrow-dot {
  background: rgba(255, 255, 255, .2);
}

/* Nav column */

.featshow__nav {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.featshow__nav__wrapper {
  width: 370px;
  max-width: 100%;
}

.featshow--nav-left .featshow__nav__wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.featshow__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.featshow--nav-left .featshow__nav ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
}

.featshow__nav li + li {
  margin-top: 24px;
}

.featshow--nav-pillbtn .featshow__nav li + li {
  margin-top: 12px;
}

.featshow__btn {
  max-width: 100%;
  background-color: ;
  border: none;
  padding: 0.91rem 1.36rem;
  font-family: 
  
    Bonnie
  
;
  font-weight: 700;
  font-style: ;
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: .2s ease-in-out;
  border-radius: 9999px:
}

.featshow--nav-pillbtn .featshow__btn {
  border-radius: 99px;
}

.featshow__btn:focus:not(:focus-visible) {
  outline: 0;
}

.featshow__btn--active {
  cursor: default;
 
}

.featshow__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.featshow__background img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.featshow__background-overlay {
  position: absolute;
  inset: 0;
}
/* Nav dark */

.featshow__nav--dark .featshow__btn {
  color: rgba(255, 255, 255, 0.80);
}

.featshow__nav--dark .featshow__btn:hover,
.featshow__nav--dark .featshow__btn--active {
  color: #fff;
}

.featshow--nav-pillbtn .featshow__nav--dark .featshow__btn {
  background-color: rgba(46, 48, 52, .3);
  color: #fff;
}

.featshow--nav-pillbtn .featshow__nav--dark .featshow__btn:hover,
.featshow--nav-pillbtn .featshow__nav--dark .featshow__btn--active {
  background-color: rgba(46, 48, 52, .9);
}

/* Nav light */

.featshow__nav--light .featshow__btn {
  color: white;
  background-color: #1218FF;
}

.featshow__nav--light .featshow__btn:hover,
.featshow__nav--light .featshow__btn--active {
  background-color: #C8EA96;
  color: #1218FF;
}

.featshow--nav-pillbtn .featshow__nav--light .featshow__btn {
  color: white;
  background-color: #1218FF;
}

.featshow--nav-pillbtn .featshow__nav--light .featshow__btn:hover,
.featshow--nav-pillbtn .featshow__nav--light .featshow__btn--active {
  background-color: #C8EA96;
  color: #1218FF;
}

/* Nav left */

.featshow--nav-left:before {
  left: 0;
}

.featshow--nav-left .featshow__content {
  order: 2;
}

.featshow--nav-left .featshow__nav {
  order: 1;
}

/* Nav right */

.featshow--nav-right:before {
  right: 0;
}

.featshow--nav-right .featshow__content {
  order: 1;
}

.featshow--nav-right .featshow__nav {
  order: 2;
}


/* Responsive */

@media (max-width: 767px) {
  .featshow::before {
    width: 100%;
    height: 50%;
    bottom: auto;
  }

  .featshow__wrapper {
    flex-direction: column;
  }

  .featshow__content,
  .featshow__nav {
    width: 100%;
  }
 
  
  .featshow__nav__wrapper {
    width: 500px;
    max-width: 100%;
  }
  
  .featshow__content__wrapper {
    padding-top: 48px;
  }
  
  .featshow__items {
    align-items: flex-start;
  }
  
}

@media (min-width: 480px) and (max-width: 720px) {
  .featshow--nav-left .featshow__nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
    width: 100%;
  }
  .featshow--nav-right .featshow__nav {
    order: 1;
  }
  
  .featshow--nav-right .featshow__content {
    order: 2;
  }
  
  .featshow__nav {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .featshow {
    padding: 0;
  }
  
  .featshow__nav__wrapper {
    
  }
  .featshow--nav-left .featshow__nav {
    padding-top: 48px;
  }
  
  .featshow__controls {
    max-width: 90%;
  }
  
  .featshow--nav-left .featshow__nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: start;
  }
  
  .featshow--nav-left .featshow__content {
    order: 1;
  }
  
  .featshow--nav-left .featshow__nav {
    order: 2;
  }
}
