.header-3{
    background-image: url(../images/v2.1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 800px;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-position-y: -20px;
}

.header-3-top{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    padding: 7px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 87px;
    border: 1px solid #ffffff38;
}

.header-3-top img{
    width: 12px;
    object-fit: contain;
}

.header-2-top-title{
    font-weight: 400;
    font-size: clamp(10px, 3.3vw, 14px);
    line-height: 112%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -55%;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 0px 24px;
  position: relative;
}

@media(max-width: 438px){
    .frame {
    margin-top: -60%;
    }
}

@media(max-width: 420px){
    .frame {
    margin-top: -65%;
    }
}


@media(max-width: 410px){
    .frame {
    margin-top: -68%;
    }
}

@media(max-width: 400px){
    .frame {
    margin-top: -72%;
    }
}

@media(max-width: 390px){
    .frame {
    margin-top: -75%;
    }
}

@media(max-width: 375px){
    .frame {
    margin-top: -85%;
    }
}
@media(max-width: 370px){
    .frame {
    margin-top: -97%;
    }
}

@media(max-width: 360px){
    .frame {
    margin-top: -100%;
    }
}

.frame .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame .div-2 {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 46px;
  text-align: center;
  letter-spacing: 0;
  line-height: 18px;
}

.frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  opacity: 0.7;
  font-family: "Outfit-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 18px;
  text-decoration: line-through;
  white-space: nowrap;
}

.frame .limited-offer-OFF {
  position: relative;
  align-self: stretch;
  opacity: 0.8;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 18px;
}

.frame .get-your-split-wrapper {
  display: flex;
  width: 100%;

  height: 67px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 25px 32px;
  border-radius: 12px;
  border: none;
  background-image: url(../images/btn-m.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.frame .get-your-split {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: "Outfit-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1.92px;
  line-height: 18px;
  white-space: nowrap;
}

.frame .ellipse {
  top: 53px;
  left: 219px;
  width: 143px;
  position: absolute;
  height: 27px;
  mix-blend-mode: color-dodge;
}

.frame .vector {
  position: absolute;
  top: 66px;
  left: 273px;
  width: 65px;
  height: 1px;
}

.frame .img {
  position: absolute;
  top: -2px;
  left: 212px;
  width: 127px;
  height: 3px;
  object-fit: cover;
}

.frame .ellipse-2 {
  top: -12px;
  left: 162px;
  width: 213px;
  position: absolute;
  height: 27px;
  mix-blend-mode: color-dodge;
}

.frame .div-4 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
}

.frame .union {
  position: relative;
  width: 14px;
  height: 14px;
}

.frame .only-day {
  position: relative;
  width: fit-content;
  opacity: 0.8;
  font-family: "Outfit-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.28px;
  line-height: 18px;
  white-space: nowrap;
}
