:root {
  --primary-color: #a1d884;
  --secundary-color: #719949;
  --light-bg: #e8f5e9;
  --medium-bg: #edf7ec;
  --title-text-color: #6c6c6c;
  --text-color: #494d4f;
  --text-color-light: #fdfff5;
  --btn-color: #a1d884;
  --text-font: commuters-sans, sans-serif;
}

/* WOW.js - Animations */
.wow {
  visibility: hidden;
}

/* --- General --- */
body {
  font-family: "Roboto", sans-serif;
  color: var(--text-color);
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--text-font);
  font-weight: 400;
  font-style: normal;
  color: var(--title-text-color);
  font-weight: 700;
}

h1 {
  font-size: 56px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
}

h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 30px;
}

h2 strong {
  font-weight: 700;
  color: var(--secundary-color);
}

h5 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: var(--text-color-light);
  margin-bottom: 20px;
}

h6 {
  font-size: 23px;
  line-height: 38px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 20px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 27px;
}

p.medium {
  font-family: inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.btn-primary {
  background-color: var(--primary-color);
  border: none;
  border-radius: 40px;
  padding: 16px 30px;
  font-family: var(--text-font);
  font-size: 23px;
  font-weight: 700;
  color: var(--text-color);
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #8cc66e;
  color: var(--text-color);
}

/* .btn-primary img {
  filter: invert(77%) sepia(26%) saturate(463%) hue-rotate(54deg)
    brightness(94%) contrast(90%);
} */

.detail {
  position: absolute;
  z-index: -1;
}

/* --- Navbar Personalizada --- */
.navbar .navbar-brand img {
  max-width: 163px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
  gap: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-expand-lg .navbar-collapse.onda {
  width: 100%;
  height: 89px;
  background: url("data:image/svg+xml,%3Csvg width='827' height='89' viewBox='0 0 827 89' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M826.443 -0.146973C740.871 -0.146795 762.439 88.4937 695.856 88.4937L130.586 88.4937C64.0036 88.4933 85.5722 -0.146756 0 -0.146973L826.443 -0.146973Z' fill='%23A1D884'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 9;
}

.navbar .container {
  align-items: flex-start;
  justify-content: space-between;
}

.navbar-custom {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 80px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.nav-link {
  color: var(--text-color) !important;
  font-weight: 500;
  margin: 0 30px;
  font-size: 18px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.nav-link:hover {
  opacity: 0.8;
}

/* Botões Navbar */
.btn-login-nav {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 50px;
  padding: 9px 22px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  white-space: nowrap;
}

.btn-login-nav:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
a.navbar-brand {
    position: relative;
    z-index: 99999;
}
.btn-trial-nav {
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  border: 1px solid var(--primary-color) !important;
  padding: 9px 22px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border: none;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
  z-index: 99999;
}

.btn-trial-nav:hover {
  background-color: var(--primary-color);
  color: var(--text-color-light);
}

/* --- end General --- */

/* Section Banner */
.banner.internal {
  height: 400px;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .bannerSwiper {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

.banner .banner-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.banner .banner-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner .banner-slide .container {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.banner .banner-slide .container p {
  color: #ffffff;
}

/* Pagination na lateral direita */
.banner .banner-pagination {
  position: absolute;
  right: 60px !important;
  top: 50% !important;
  transform: translateY(-50%);
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
}

.banner .banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.banner .banner-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 16px;
  height: 16px;
}

/* end Section Banner */

/* --- Section Events --- */
.events {
  padding: 80px 0;
  position: relative;
}

.events .detail {
  bottom: -90px;
  left: 0;
  width: 100%;
  max-width: 370px;
}

.events .grid .text-grid {
  max-width: 455px;
}

.events .grid .text-grid p {
  padding-bottom: 20px;
}

.events .grid .img-grid {
  display: grid;
  grid-template-columns: 1fr 1.85fr 1fr;
  justify-content: center;
  align-items: end;
  gap: 10px;
  min-width: 0;
}

.events .grid .img-grid img {
  max-width: 100%;
  height: auto;
}

.events .grid .img-grid .img-grid-top {
  display: flex;
  align-self: start;
}

.events.int h5 {
  color: var(--title-text-color);
}

/* end Section Events */

/* --- Section Convention --- */
.convention {
  padding: 80px 0;
}

.convention .grid .img-grid h2,
.personalization .grid .img-grid h2 {
  margin-bottom: 50px;
}

.grid .text-grid .advantages-grid {
  padding-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  min-width: 0;
}

.grid .text-grid .advantages-grid .advantages-iten {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.grid .text-grid .advantages-grid .advantages-iten h6 {
  margin-bottom: 15px;
}

.grid .text-grid .advantages-grid .advantages-iten .box-img {
  background-color: var(--light-bg);
  padding: 15px;
  border-radius: 10px 5px 19px 5px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.grid .text-grid .advantages-grid .advantages-iten .box-img img {
  width: 35px;
}

/* end Section Convention */

/* --- Section Expanded Image --- */
.expanded-img {
  background-color: var(--secundary-color);
  color: var(--text-color-light);
  position: relative;
}

.expanded-img h2,
.expanded-img h2 strong {
  color: var(--text-color-light);
}

.expanded-img .grid {
  gap: 100px;
}

.expanded-img .grid .text-grid {
  padding: 70px 0;
}

.expanded-img .grid .img-grid {
  height: 555px;
}

.expanded-img .grid .text-grid p {
  margin-bottom: 40px;
}

.expanded-img .grid .img-grid img.right-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
  height: 100%;
  object-fit: cover;
}

/* end Section Expanded Image */

/* --- Section Carousel --- */
.carousel {
  padding: 160px 0 80px;
}

.carousel .second {
  top: 20px;
  left: 75%;
  width: 100%;
  max-width: 540px;
}

.carousel h2 {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 30px;
}

/* end Section Carousel */

/* --- Section Personalization --- */
.personalization {
  padding-bottom: 80px;
}

.personalization .grid .img-grid h2 {
  max-width: 600px;
}

.personalization .grid .advantages-grid {
  padding-top: 20px;
  row-gap: 50px;
}

.personalization .grid .text-grid .advantages-grid .advantages-iten {
  padding: 50px 30px 10px;
  background-color: var(--light-bg);
  position: relative;
  border-radius: 12px 6px 22px 6px;
  z-index: -1;
}

.personalization .grid .text-grid .advantages-grid .advantages-iten h6 {
  line-height: 22px;
}

.personalization .grid .text-grid .advantages-grid .advantages-iten .advantages-iten-img {
  background-color: var(--secundary-color);
  width: 48px;
  height: 48px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 10px 5px 18px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personalization .grid .text-grid .advantages-grid .advantages-iten .advantages-iten-img img {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 99;
  box-shadow: none;
  margin: auto 0;
  width: 35px;
}

/* end Section Personalization */

/* --- Section Cooking --- */
.cooking {
  padding: 80px 0;
}

.cooking h2 {
  text-align: center;
  margin: 0 auto 40px;
}

.cooking .grid {
  grid-template-columns: 1fr 36.2% 1fr;
  gap: 30px;
}

.cooking .grid .gallery-iten {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cooking .grid .gallery-iten .card {
  border: none;
}

.cooking .grid .gallery-iten .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.cooking .grid .gallery-iten .card h6 {
  font-size: 22px;
  line-height: 24px;
  margin: 20px 0 30px;
  color: #719949;
  min-height: 55px;
}

.cooking .content-btn {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* --- end Section Cooking --- */

/* --- Section Environments --- */
.environments {
  padding-top: 60px;
  position: relative;
}

.environments .third {
  top: -105px;
  left: 0;
  width: 100%;
  max-width: 540px;
}

.environments h2 {
  max-width: 937px;
}

.environments .swiper-slide h3 {
  bottom: 60px;
}

.environments .swiper-slide p {
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  left: 60px;
  color: var(--text-color-light);
}

/* --- end Section Environments --- */

/* --- Section Facilities --- */
.facilities {
  padding: 80px 0;
}

.facilities h2 {
  text-align: center;
  margin-bottom: 60px;
}

.facilities.personalization .grid .advantages-grid {
  padding-top: 0;
  row-gap: 45px;
}

.facilities.personalization .grid .text-grid .advantages-grid .advantages-iten {
  padding: 40px 30px 10px;
}

/* --- end Section Facilities --- */

/* --- Section Budget --- */
.budget {
  padding: 80px 0 250px;
  position: relative;
}

.budget .fourth {
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 770px;
}

.budget .grid {
  gap: 30px;
}

.budget p {
  max-width: 460px;
}

/* FORMULÁRIO */
.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form br {
  display: none;
}
.form p {
  margin: 0;
  max-width: 100%;
  text-align: right;
}
.field p {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.field label {
  font-size: 20px;
  color: #6c6c6c;
}

.field input,
.field textarea {
  
  border: none;
  background: #eef6eb;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  
}
.field span {
  flex: 1;
  max-width: 442px;
}
.field input:focus,
.field textarea:focus {
  outline: 2px solid #a8d88a;
}

/* BOTÃO */
.budget button {
  margin-top: 20px;
  padding: 14px;
  border: none;
  border-radius: 30px;
  background: var(--primary-color);
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  min-width: 442px;
  align-self: flex-end;
}

.budget button:hover {
  background: #9ccc7a;
}

/* --- end Section Budget --- */

/* --- Swiper Section Personalizada --- */
.swiper {
  width: 100%;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.swiper-slide h3 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  position: absolute;
  bottom: 50px;
  left: 60px;
  color: var(--text-color-light);
}

.swiper-button-next,
.swiper-button-prev {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 60px);
}

.swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  border-radius: 5px;
  background-color: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 32px;
  background-color: var(--primary-color);
}

/* --- end Swiper Section Personalizada --- */

/* --- FOOTER --- */
footer {
  background-color: var(--secundary-color) !important;
  color: #fdfff5;
}

.footer-top {
  padding: 60px 0;
}

.footer-top h5 {
  font-family: "Roboto", sans-serif;
}

.footer-top a {
  color: #fdfff5;
  text-decoration: none;
}

.footer-top .row {
  justify-content: space-between;
}

.footer-top .img-logo {
  display: flex;
  justify-content: center;
  align-items: start;
}

.footer-top .img-fluid {
  min-width: 308px;
  margin: 0 auto;
}

/* Links no rodapé */
.footer-links a,
.footer-contact a {
  color: #5a5a5a;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--primary-color);
}

/* Ícones Sociais (Estilo Circular) */
.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  margin-right: 8px;
  transition: all 0.3s;
  text-decoration: none;
}

.footer-social-icons a:hover {
  transform: translateY(-2px);
}

.list-unstyled.footer-links.ft li {
  margin-bottom: 10px;
}

.footer-bottom {
  padding: 40px 0;
}

.footer-bottom .text-footer {
  display: flex;
  justify-content: space-between;
}

.footer-bottom .text-footer .text-footer-one {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer-bottom p,
.footer-bottom p a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0!important;
    padding: 0!important;
    border: unset!important;
    text-align: right;
}
/* --- end FOOTER --- */

/* --- Media Queries para Responsividade --- */
@media (max-width: 1540px) {
  .budget .fourth {
    max-width: 650px;
  }
}

@media (max-width: 1400px) {
  .banner .bannerSwiper {
    min-height: 550px;
  }

  .convention .grid .text-grid .advantages-grid {
    row-gap: 10px;
  }

  .convention .grid .text-grid .advantages-grid .advantages-iten {
    justify-content: start;
    row-gap: 0;
  }

  .convention .grid .text-grid .advantages-grid .advantages-iten h6 {
    line-height: 25px;
  }

  .facilities .grid {
    gap: 30px;
  }

  .facilities.personalization .grid .advantages-grid {
    column-gap: 20px;
  }

  .facilities.personalization .grid .text-grid .advantages-grid .advantages-iten {
    padding: 40px 20px 10px;
  }

  .budget h2 br {
    display: none;
  }

  .footer-top .img-fluid {
    min-width: 270px;
  }
}

@media (max-width: 1199px) {
  .banner .bannerSwiper {
    min-height: 500px;
  }

  .banner .banner-pagination {
    right: 40px !important;
  }

  .navbar-expand-lg .navbar-collapse.onda {
    height: 70px;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
    gap: 15px;
  }

  .nav-link {
    margin: 0 15px;
  }

  .events .grid {
    gap: 30px;
  }

  .events .grid .img-grid {
    grid-template-columns: 1fr 1fr;
  }

  .events .detail {
    max-width: 376px;
  }

  .carousel .second {
    left: 71%;
    max-width: 340px;
  }

  .convention .grid {
    gap: 27px;
    text-align: center;
    min-width: 0;
  }

  .grid .img-grid {
    max-width: 100%;
    height: auto;
  }

  .grid .img-grid img {
    max-width: 100%;
    height: auto;
  }

  .convention .grid .img-grid h2 {
    text-align: left;
  }

  .convention .grid .img-grid h2 br {
    display: none;
  }

  .environments .third {
    max-width: 340px;
  }

  .budget .fourth {
    max-width: 400px;
  }

  .footer-top .img-fluid {
    min-width: 220px;
  }

  .footer-bottom .text-footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 130px;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    padding: 50px 0;
  }

  .navbar .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
  }

  .btn-nav {
    display: flex;
    align-items: self-start;
    justify-content: end;
  }

  .navbar-toggler {
    max-width: 60px;
  }

  /* Navbar collapse base */
  .navbar-expand-lg .navbar-collapse.onda {
    display: none;
    margin-top: 12px;
    padding: 50px 30px 10px;
    background: color-mix(in srgb, var(--primary-color) 80%, transparent);
    border-radius: 10px 10px 10px 20px;
    box-shadow: none;
    width: auto;
  }

  /* Quando o menu estiver aberto */
  .navbar-expand-lg .navbar-collapse.onda.show {
    display: block;
  }

  /* Conteúdo interno */
  .navbar-expand-lg .navbar-collapse.onda .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .navbar-expand-lg .navbar-collapse {
    max-width: fit-content;
    min-height: fit-content;
    top: 36px;
    right: 0;
    transform: translateX(72%);
  }

  .navbar-nav {
    gap: 12px;
  }

  .navbar-nav .nav-link {
    font-size: 1.05rem;
    padding: 10px 0;
    text-align: left;
  }

  /* Botão WhatsApp */
  .btn-trial-nav {
    max-width: 180px;
    font-size: 0.95rem;
    padding: 8px 16px;
    margin-top: 40px;

  }

  .banner .bannerSwiper {
    min-height: 500px;
  }

  .banner .banner-pagination {
    right: 30px !important;
  }

  h1 {
    font-size: 46px;
    line-height: 50px;
  }

  h2 {
    font-size: 42px;
    line-height: 46px;
  }

  p {
    font-size: 18px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .events .grid,
  .convention .grid {
    gap: 60px;
  }

  .events .grid .img-grid {
    grid-template-columns: 1fr 1.8fr 1fr;
  }

  .grid .text-grid .advantages-grid {
    padding-top: 10px;
  }

  .expanded-img .grid .img-grid img.right-img {
    position: relative;
    top: -80px;
    max-width: 100%;
  }

  .swiper-slide img {
    min-height: 350px;
  }

  .swiper-slide h3 {
    font-size: 35px;
  }

  .personalization .grid .img-grid h2 {
    max-width: 585px;
  }

  .personalization .grid .text-grid .advantages-grid {
    padding-top: 30px;
    column-gap: 50px;
  }

  .personalization .grid .text-grid .advantages-grid .advantages-iten {
    padding: 50px 30px 20px;
  }

  .cooking .grid .gallery-iten .card h6 {
    font-size: 20px;
  }

  .btn-primary {
    font-size: 20px;
  }

  .environments .swiper-slide h3 {
    bottom: 70px;
  }

  .environments .swiper-slide p {
    max-width: 430px;
    bottom: 7px;
    line-height: 20px;
  }

  .impact .grid .img-grid {
    text-align: center;
  }

  .field {
    justify-content: space-between;
  }

  .footer-bottom .text-footer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-bottom .text-footer .text-footer-one {
    gap: 70px;
    justify-content: flex-start;
  }

  .footer-top .img-logo {
    justify-content: left;
  }
}

@media (max-width: 767px) {
  .banner .bannerSwiper {
    padding: 0;
  }

  .navbar-custom {
    position: absolute;
    background-color: transparent;
    padding: 20px 0;
  }

  .btn-trial-nav {
    position: absolute;
    right: 15px;
    top: 40px;
  }

  .navbar-custom .navbar-brand img {
    width: 158px;
  }

  .navbar-nav {
    padding: 10px;
  }

  .nav-link {
    color: #3f444b !important;
  }

  .navbar-expand-lg .navbar-collapse {
    transform: translateX(41%);
  }

  .navbar-expand-lg .navbar-collapse.onda {
    padding: 0;
    border-radius: 15px;
  }

  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .btn-primary {
    font-size: 18px;
  }

  .events .detail {
    max-width: 220px;
  }

  .convention .grid .img-grid h2 {
    max-width: 330px;
  }

  .swiper-slide h3 {
    left: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .personalization .grid .text-grid .advantages-grid {
    grid-template-columns: 1fr;
  }

  .personalization .grid .text-grid .advantages-grid .advantages-iten h6 {
    line-height: 28px;
    max-width: 270px;
  }

  .personalization .grid .text-grid .advantages-grid .advantages-iten {
    padding: 60px 20px 30px;
  }

  .cooking .grid {
    grid-template-columns: 1fr;
  }

  .environments .third {
    max-width: 240px;
    top: -45px;
  }

  .environments .swiper-slide p {
    left: 20px;
  }

  .facilities .grid .text-grid .advantages-grid .advantages-iten h6 {
    max-width: 230px;
  }

  .budget h2 {
    max-width: 360px;
  }

  .budget p {
    max-width: 340px;
  }

  .field {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .field input,
  .field textarea {
    width: 100%;
    max-width: 100%;
  }

  .budget button {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    align-self: flex-start;
  }

  .budget .fourth {
    max-width: 200px;
  }

  .footer-top p {
    margin-bottom: 0;
  }

  .footer-top .row {
    gap: 30px;
  }

  .footer-bottom .text-footer .text-footer-one {
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom p {
    margin-bottom: 10px;
  }


  .navbar-expand-lg .navbar-collapse {
    transform: translateX(20%);
  }

  .banner .bannerSwiper {
    min-height: 450px;
  }

  .banner .banner-pagination {
    right: 20px !important;
    gap: 10px;
  }

  .banner .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .banner .banner-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
  }

  h6,
  .facilities .grid .text-grid .advantages-grid .advantages-iten h6,
  .personalization .grid .text-grid .advantages-grid .advantages-iten h6 {
    font-size: 22px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
  }

  .field label {
    font-size: 16px;
  }

  .btn-primary {
    font-size: 16px;
  }

  .events .detail {
    max-width: 180px;
  }

  .convention .grid .img-grid h2 {
    max-width: 280px;
    font-size: 24px;
    line-height: 30px;
  }

  .swiper-slide h3 {
    font-size: 24px;
    line-height: 28px;
    bottom: 50px;
  }

  .environments .third {
    max-width: 180px;
    top: -25px;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .events .grid .text-grid p {
    padding-bottom: 0;
  }

  .convention,
  .cooking,
  .facilities,
  .budget,
  .carousel {
    padding: 50px 0;
  }

  .events {
    padding: 50px 0 0;
  }

  .events .grid,
  .convention .grid {
    gap: 30px;
  }

  .convention .grid .img-grid h2 {
    margin-bottom: 20px;
  }

  .expanded-img .grid .text-grid {
    padding: 50px 0 20px;
  }

  .carousel .swiper {
    padding: 0;
  }

  .personalization {
    padding: 0;
  }

  .cooking .grid .gallery-iten .card h6 {
    margin-bottom: 20px;
  }

  .cooking .grid {
    gap: 0;
  }

  .cooking .grid .gallery-iten .card h6 {
    min-height: auto;
  }

  .facilities.personalization {
    padding-top: 50px;
  }

  .facilities.personalization h2 {
    margin-bottom: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    transform: translateX(0);
  }

  .navbar-expand-lg .navbar-collapse.onda .navbar-nav {
    gap: 0px;
  }

  .navbar-nav .nav-link {
    margin: 0 5px;
  }

  .navbar-custom .navbar-brand img {
    width: 145px;
  }

  .btn-trial-nav {
   display:none;
  }

  .banner .bannerSwiper {
    min-height: 400px;
  }

  .banner .banner-pagination {
    right: 15px !important;
    gap: 8px;
  }

  .banner .banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .banner .banner-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .events .detail {
    max-width: 150px;
  }

  .convention .grid .img-grid h2 {
    max-width: 240px;
    font-size: 20px;
    line-height: 26px;
  }

  .swiper-slide h3 {
    font-size: 20px;
    line-height: 24px;
    bottom: 40px;
  }

  .environments .third {
    max-width: 150px;
    top: -15px;
  }

  .detail {
    display: none;
  }
  .footer-top {
    padding-bottom: 0;
  }
  .form {
    gap: 10px;
  }
  .field p {
    display: unset;
  }
  .budget p, .field span {
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
}