.rules {
  overflow-x: hidden;
}

.discover-experience {
  padding: 80px 0 228px 0;
  overflow: hidden;
}

.landing-page-head {
  margin-top: 200px;
}

.landing-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(
    290.5deg,
    #b17f4a 59.72%,
    #efebc8 64.28%,
    #b17f4a 68.62%,
    #efebc8 75.6%,
    #b17f4a 81.6%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-info {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: white;
}

.discover-experience .image-column,
.rules .image-column {
  padding: 0;
  position: relative;
}

.discover-experience .image-wrapper,
.rules .image-wrapper {
  position: absolute;
  /* top: 0; */
  top: -190px;
  left: 0;
  width: 200%;
  height: 100%;
}

.discover-experience .image-wrapper img,
.rules .image-wrapper img {
  width: 100%;
  /* height: 100%; */
  min-height: 782px;
  object-fit: cover;
  object-position: right center;
}

.small-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  color: white;
  margin-bottom: 86px;
}

.why-grape {
  margin-top: 184px;
}

/* CAROUSEL WHY GRAPE ------------------------------------ */
.why-carousel {
  width: 100%;
  height: 236px;
}

.why-carousel .swiper {
  width: 100%;
  height: 100%;
}

.why-carousel .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 427px !important;
  height: 100%;
}

.why-carousel .swiper-slide .swiper-slide-content {
  padding: 36px;
}

.why-carousel .swiper-slide .swiper-slide-content .swiper-slide-content-title,
.guests-say-opinion .guests-say-opinion-text .guests-say-opinion-title,
.steps .step .point-info .point-info-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 56px;
}

.why-carousel .swiper-slide .swiper-slide-content .swiper-slide-content-info,
.guests-say-opinion .guests-say-opinion-text .guests-say-opinion-desc,
.steps .step .point-info .point-info-subject {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #a4a4a4;
}

.why-grape-slider {
  margin-bottom: 240px;
}

/* CAROUSEL WHY GRAPE ------------------------------------ */

/* CAROUSEL OPINIONS ------------------------------------ */

.guests-say-img img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: bottom;
}

.guests-say-opinion .guests-say-opinion-social-media {
  margin-bottom: 56px;
}

.guests-say-opinion .guests-say-opinion-text .guests-say-opinion-desc,
.point .point-info .point-info-subject {
  color: white;
}

/* .outside-text {
    position: absolute;
    top: -20px; 
    left: calc((100% - 1140px) / 2); 
    font-size: 80px;
    line-height: 1;
}  */

.guests-say .container {
  position: relative;
}

.mySwiperOpinions {
  position: relative;
}

.mySwiperOpinions .swiper-button-next {
  right: 30px;
}

.mySwiperOpinions .swiper-button-prev {
  left: 30px;
}

.mySwiperOpinions .swiper-button-next {
  color: #fff;
  background-image: url(/Grape/imgs/icons/arrow-forward-ios.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
}

.mySwiperOpinions .swiper-button-prev {
  color: #fff;
  background-image: url(/Grape/imgs/icons/arrow-forward-ios.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
}

/* Se houver SVG dentro do botão */
.mySwiperOpinions .swiper-button-next svg,
.mySwiperOpinions .swiper-button-prev svg {
  display: none; /* esconde qualquer SVG dentro do botão */
}

/* CAROUSEL OPINIONS ------------------------------------ */

.guests-say {
  position: relative;
}

.guests-say,
.rules,
.about-us {
  margin-bottom: 240px;
}

.experience-form {
  margin-bottom: 186px;
}

span.aspas {
  font-weight: 700;
  font-size: 86px;
  text-align: center;
  position: absolute;
  left: -26px;
}

/* HOW IT WORKS ------------------------------------ */
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.steps .step .point-info .point-info-title {
  margin-bottom: 0;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 110px;
}

.point-number {
  font-size: 86px;
  font-weight: 500;
  line-height: 100%;
  color: #b17f4a;
  width: 51px;
}

/* HOW IT WORKS ------------------------------------ */

/* ABOUT US ------------------------------------ */

.about-us {
  overflow: hidden;
}

.founder-info {
  min-height: 600px;
}

.about-us .image-column {
  padding: 0;
  position: relative;
}

.about-us .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: calc(0px - 15.625dvw);
  /* width: 200%; */
  height: 100%;
}

.about-us .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left; /* Mudado de right para left */
}

.about-us .content-wrapper {
  max-width: 540px;
}

/* FORMULARIO ------------------------------------ */
.book-card {
  position: relative;
  background-color: white;
  overflow: hidden;
}

/* Camada da imagem com opacidade */
.book-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/Grape/imgs/background-card.png");
  background-size: cover;
  background-position: right bottom;
  opacity: 0.05;
  z-index: 1;
  /* transform: scale(1.3); */
}

/* Conteúdo fica acima da imagem */
.bookcard-content {
  position: relative;
  z-index: 2;
  padding: 68px 112px;
}

.bookcard-inputs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bookcard-content input {
  border: none;
  border-bottom: 1px solid;
  color: black;
  border-radius: 0;
  background: transparent;
}

.bookcard-content select {
  border: none;
  border-bottom: 1px solid;
  color: black;
  border-radius: 0;
}

.bookcard-content input::placeholder {
  color: black;
}

.bookcard-title {
  margin-bottom: 51px;
}

.thank-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}

#book-btn{
  width: 100%;
}

@media (max-width: 991.98px) {
  .container {
    --bs-gutter-x: 48px;
  }
  .landing-title {
    font-size: 40px;
  }

  .landing-page-head {
    margin-top: 64px;
  }

  .landing-page-head .mb-86 {
    margin-bottom: 62px;
  }
  .discover-experience .image-wrapper img,
  .rules .image-wrapper img {
    max-height: 420px;
  }

  .discover-experience .image-column,
  .rules .image-column {
    position: relative;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .discover-experience .image-wrapper img,
  .rules .image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: auto;
    height: 420px;
    object-fit: cover;
    object-position: right center;
  }
  .discover-experience .image-wrapper,
  .rules .image-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    margin-top: 32px;
  }
  .discover-experience {
    padding: 80px 0 0 0;
    overflow-x: auto;
  }
  .mySwiper .swiper-slide {
    margin: 0 !important;
    padding: 0 !important;
  }

  .why-carousel .swiper-slide {
    width: inherit !important;
  }
  .small-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .why-grape-slider {
    margin-bottom: 120px;
  }

  .guests-say-img img {
    max-height: 420px;
    margin-bottom: 32px;
  }

  .swiper-horizontal {
    .swiper-button-next,
    .swiper-button-prev,
    ~ .swiper-button-next,
    ~ .swiper-button-prev {
      display: none;
    }
  }
  .why-carousel .swiper-slide .swiper-slide-content .swiper-slide-content-info,
  .guests-say-opinion .guests-say-opinion-text .guests-say-opinion-desc,
  .steps .step .point-info .point-info-subject {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #a4a4a4;
  }

  .why-carousel .swiper-slide .swiper-slide-content .swiper-slide-content-title,
  .guests-say-opinion .guests-say-opinion-text .guests-say-opinion-title,
  .steps .step .point-info .point-info-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: white;
    margin-bottom: 32px;
  }
  .about-us .image-wrapper {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    margin-bottom: 32px;
  }
  .about-us .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left;
    max-height: 420px;
  }

  .guests-say,
  .rules,
  .about-us {
    margin-bottom: 120px;
  }

  .bookcard-content {
    position: relative;
    z-index: 2;
    padding: 32px 24px;
}
}
