.flex-re {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  text-align: left;
}

.right-box {
  display: flex;
  justify-content: end;
}

.anchor2 {
  position: absolute;
  right: 0%;
  top: -50%;
}

.anchor2 img {
  width: 80%;
}

.couple {
  position: absolute;
  left: -13%;
  top: 550px;
}

.cloud {
  position: absolute;
  top: 150px;
  left: -20%;
}

.cloud img {
  width: 80%;
}

.couple2 {
  position: absolute;
  right: 10%;
  top: -150px;
  z-index: -1;
  width: 200px;
}

.couple2 img {
  width: 100%;
}

.wine {
  position: absolute;
  top: -5px;
  right: -10%;
  width: 60px;
  z-index: 5;
}
wine img {
  width: 100%;
}

.men1 {
  position: absolute;
  top: 50%;
  left: -16%;
  width: 175px;
}

.men1 img {
  width: 100%;
}

.couple3 {
  position: absolute;
  top: 80%;
  right: -14%;
  width: 200px;
}

.couple3 img {
  width: 100%;
}

.couple4 {
  position: absolute;
  top: -10%;
  right: -40%;
  width: 200px;
  z-index: 10;
}

.couple4 img {
  width: 100%;
}

.dia {
  position: absolute;
  top: -40%;
  right: 0%;
  width: 100px;
  z-index: 10;
}

.dia img {
  width: 100%;
}

.flex-xy {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.kira {
  position: absolute;
  top: -10%;
  left: -70%;
  width: 50px;
}

.kira img {
  width: 100%;
}

.girl {
  position: absolute;
  bottom: 40%;
  right: -15%;
  width: 150px;
}

.girl img {
  width: 100%;
}
