.rowslide_one-one {
  padding-top: 0;
  padding-bottom: 18px;
  background-color: var(--homesociete_ca_white);
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}

.stackslideone {
  height: 100%;
  min-height: 600px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  align-content: center;
  display: flex;
  justify-content: center;
  width: 100%;
  @media only screen and (max-width: 768px) {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-slider {
  position: relative;
  width: 768px;
  height: 100%;
  overflow: hidden;
  cursor: none;
  margin: 0 auto;
}

.small-slider {
  position: relative;
  width: 285px;
  height: 428px;
  margin-bottom: 0px;
  overflow: hidden;
}

.slider__image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.slider__image.active {
  opacity: 1;
  z-index: 1;
}

.slider {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  height: max-content;
  max-width: 1076px;
  margin: auto;
  pointer-events: none;
}

.slider__figure-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  @media only screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.slider__figure-column {
  margin-bottom: 262px;
  margin-left: 206px;
  padding-right: 0;
  gap: 144px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  @media only screen and (max-width: 768px) {
    align-self: stretch;
    gap: 108px;
    margin-left: 20px;
    margin-bottom: 60px;
  }

  @media only screen and (max-width: 550px) {
    gap: 72px;
  }
}

.slider__image-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  left: 0;
}

.slider__image-1.active {
  opacity: 1;
  z-index: 1;
}

.slider__button {
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  position: fixed;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
}

.slider__button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider__info-column {
  gap: 55px;
  align-self: flex-end;
  display: flex;
  width: 14%;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0px;
  margin-right: 120px;
  z-index: 10;
  background: transparent;
  pointer-events: none;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.slider__info-row {
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  gap: 10px;
}

.slider__info-number,
.slider__info-total {
  color: white;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  min-width: 15px;
  text-align: center;
}

.slider__info-separator {
  height: 1px;
  background-color: white;
  width: 16px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.slider__divider {
  height: 300px;
  margin-right: 26px;
  background-color: white;
  width: 1px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  @media only screen and (max-width: 1050px) {
    margin-right: 0;
  }
}
