@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  color: #1b3a2b;
  background-color: #ffffff;
  overflow-x: hidden;

}

/*---------------------------------------------------*/

/* Animação Vertical (entrada pelo fundo) */
.hidden {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease;
}

.card {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease;
}

.cartao-plano {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease;
}

.show {
  opacity: 1;
  transform: translateY(0);
}


/* Animação Horizontal (entrada pelo lado direito) */
.hiddenh {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1s ease;
}

.textos {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1s ease;
}

.textost {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1s ease;
}

.folha1 {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1s ease;
}

.folha2 {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1s ease;
}

.faixa1,
.faixa2,
.faixa3 {
  opacity: 0;
  transform: translateX(300px);
  transition: all 1s ease;
}

.showh {
  opacity: 1;
  transform: translateX(0);
}

/* Opcional: delay para elementos consecutivos */
.cartao-plano:nth-child(1) {
  transition-delay: 0.6s;
}

.cartao-plano:nth-child(2) {
  transition-delay: 0.3s;
}

.cartao-plano:nth-child(3) {
  transition-delay: 0.6s;
}

.card:nth-child(1) {
  transition-delay: 0.2s;
}

.card:nth-child(2) {
  transition-delay: 0.4s;
}

.card:nth-child(3) {
  transition-delay: 0.6s;
}

.faixa1{
  transition-delay: 0.2s;
}
.faixa2{
  transition-delay: 0.4s;
}
.faixa3{
  transition-delay: 0.6s;
}

/*---------------------------------------------------*/

.parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax__header {
  min-height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax__visuals,
.parallax__layers {
  width: 100%;
  height: 100%;
  position: absolute;
}

.parallax__black-line-overflow {
  background-color: var(--color-black);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  z-index: 20;
}

.parallax__layer-img {
  object-fit: cover;
  width: 100%;
  height: 117.5%;
  position: absolute;
}

.parallax__layer-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  position: relative;
  z-index: 2;
  text-align: center;
}

.parallax__title {
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: 300px;
  font-weight: 800;
  margin-bottom: -50px;
}

.PHeader {
  background-color: #1b3a2b;
  border: 9px solid #1b3a2b;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.buttonEntrar {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid white;
  padding: 10px 30px;
  width: 300px;
  margin-top: 20px;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.8s;
}

.buttonEntrar:hover {
  border: 2px solid transparent;
  background-color: #1b3a2b;
  color: white;
}

/*----------Seção Primeira----------*/

#Primeira {
  display: flex;
  flex-direction: row;
  min-height: 80vh;
  padding-top: 50px;
  align-items: center;

  &>img {
    max-width: 50%;
  }
}

.textos {
  width: 50%;
  padding: 0 5%;
}

.titulo-p {
  font-size: 50px;
}

.palag-p {
  padding-top: 20px;
  font-size: 23px;
}

.ul-p {
  padding-top: 20px;
  font-size: 20px;
}

/*----------PEGUNTAS FREQUENTES----------*/

/*---------- FAQ ----------*/
.faqcao {
  background: url(../img/faq.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 60px 20px;
  color: white;
  min-height: 600px;
}

.section-title {
  text-align: center;
  color: white;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 700;
  position: relative;
  margin-top: 5%;
  padding-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.faq {
  width: 70%;
  margin: 0 auto;
  padding: 0 15px;
}

.card {
  background: #1b3a2b;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden;
  max-height: 60px;
  transition: all 0.5s ease;
  border-left: 4px solid #2e8b57;
}


.card div {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
  transition: 0.9s;
}

.card:hover {
  max-height: 500px;
  transition: 0.9s;
}

.card:hover div {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  margin-top: 10px;
  transition: 0.9s;
}

/*----------DESCUBRA MAIS----------*/
#Terceira {
  display: flex;
  flex-wrap: wrap; /* permite quebra em telas pequenas */
  padding: 20px;
}

#Terceira h4 {
  font-size: 4rem;
  margin-top: 100px;
}

#Terceira p {
  font-size: 2rem;
  margin-top: 50px;
}

.textost {
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

.imgt {
  margin-top: 50px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imgt img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.faixa2 {
  margin-left: 100px;
  margin-top: 30px;
}

.faixa3 {
  margin-top: 30px;
  margin-left: 200px;
}

/*----------NOSSOS PLANOS PREMIUM----------*/
.secao {
  text-align: center;
  background: #f8f9fa;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

h5 {
  margin-bottom: 30px;
  font-size: 2rem;
}

.caixaDeTexto h5 {
  color: #2e8b57;
}

h5 span {
  color: #2e8b57;
  margin-left: -12px;
}

.grade {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.cartao-plano {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid #1b3a2b;
  box-shadow: 0 2px 4px black;
  flex: 1;
  min-width: 280px;
  width: 350px;
}

.caixaDeTexto {
  font-weight: 600;
  ;
  height: 350px;
}

.cartao-plano:hover {
  transition: transform 0.3s;
  box-shadow: 2px 3px 3px black;
  transform: translateY(-10px);
}

h3 {
  margin-bottom: 15px;
}

.preco {
  font-size: 1.5rem;
  margin: 15px 0;
  color: #303c36;
  font-weight: bold;
}

.preco span {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgb(92, 92, 92);
  display: block;
}

ul {
  list-style: none;
  margin: 20px 0;
  text-align: left;
}

li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

li:before {
  content: "•";
  color: #1b3a2b;
  position: absolute;
  left: 0;
}

.botao {
  padding: 10px 25px;
  border: 2px solid #1b3a2b;
  color: #1b3a2b;
  background: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.botao:hover {
  background-color: #1b3a2b;
  color: white;
}

/*----------img folhas----------*/

.folhasImg {
  display: flex;

  &>.folha1,
  .folha2 {
    width: 50%;
  }

}


/*----------AVALIAÇÕES----------*/
#testimonials {
  padding: 2rem 10%;
  display: flex;
  align-items: center;
  gap: 3rem;
  background-color: #f8f9fa;
}

#testimonial_chef {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
  display: none;
}

#testimonials_content {
  flex: 1;
}

#feedbacks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feedback {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  border-left: 5px solid #2e8b57;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.feedback-content {
  flex: 1;
}

.feedback-content p:first-child {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #266C59;
}

.feedback-content .dish-rate {
  display: inline-block;
  margin-left: 0.5rem;
}

.section-titlet {
  color: #1b3a2b;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

.section-subtitle {
  font-size: 20px;
  text-align: center;
}

/*----------Título com Linhas----------*/
#first {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1b3a2b;
  font-size: 2rem;
  margin: 2rem 0;
  justify-content: center;
}

#first::before,
#first::after {
  content: "";
  width: 250px;
  height: 1px;
  background-color: #1b3a2b;
}

/*----------FOOTER----------*/
footer {
  background-color: #1b3a2b;
  color: white;
  text-align: center;
  padding: 20px;
}

.folhas {
  width: 100%;
  padding: 15px 0;
}

/* =============== RESPONSIVIDADE =============== */

/*desktop (991px-)*/

@media (max-width: 991px) {
  .imgp {
    margin-right: 30px;
  }

  .parallax__title {
    font-size: 200px;
    margin-bottom: -30px;
  }

  #Primeira,
  #Terceira {
    flex-direction: column;
    min-height: auto;
    padding: 40px 5%;
  }

  .imgp,
  .imgt,
  .textos,
  .textost {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .faq {
    width: 700px;
  }

  .imgt {
    justify-content: center;
    margin-top: 30px;
  }

  .section-title {
    font-size: 2.5rem;
  }

  #first::before,
  #first::after {
    width: 150px;
  }
}

/* Correção específica para rolagem horizontal */
@media (max-width: 767px) {

  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .parallax__layer-img,
  .imgt img,
  .imgp {
    max-width: auto;
    height: 100%;
  }

  .cartao-plano {
    min-width: 100%;
  }

  .parallax__title {
    font-size: 180px;
  }


  .PHeader {
    font-size: 14px;
  }

  .buttonEntrar {
    padding: 8px 20px;
    font-size: 1rem;
  }

  .section-title {
    font-size: 2rem;
    margin-top: 15%;
  }

  .card {
    width: 70%;
    padding: 12px;
  }

  .card strong {
    font-size: 1rem;
  }

  .card div {
    font-size: 0.9rem;
  }

  .cartao-plano {
    min-width: 100%;
  }

  #first {
    flex-direction: column;
    gap: 10px;
  }

  #first::before,
  #first::after {
    width: 80%;
    height: 2px;
  }

  .grade {
    flex-direction: column;
    align-items: center;
  }
}



/* Celulares pequenos (até 575px) */
@media (max-width: 575.98px) {
  .parallax__title {
    font-size: 120px;
    margin-bottom: -15px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .PHeader {
    font-size: 12px;

  }

  .titulo-p {
    font-size: 28px;
  }

  .palag-p,
  .ul-p {
    font-size: 16px;
  }

  .card {
    width: 50%;
    padding: 10px;
  }

  .card strong {
    font-size: 0.8rem;
  }

  .card div {
    font-size: 0.7rem;
  }

  .section-title {
    font-size: 1.8rem;
  }


  .preco {
    font-size: 1.3rem;
  }

  .feedback {
    flex-direction: column;
  }

  #first::before,
  #first::after {
    width: 60%;
  }

  .cartao-plano {
    padding: 0 50px;
  }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 375px) {
  .parallax__title {
    font-size: 100px;
  }

  .PHeader {
    font-size: 14px;
    width: 80%;

  }

  .buttonEntrar {
    padding: 6px 15px;
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .card {
    width: 30%;
    padding: 8px;
  }

  .card strong {
    font-size: 0.6rem;
  }

  .card div {
    font-size: 0.5rem;
  }

  #first::before,
  #first::after {
    width: 50%;
  }

  .cartao-plano {
    height: 1000px;
  }


}
/* Responsividade */

/* ===== RESPONSIVIDADE ===== */

/* Tablets (até 1024px) */
@media (max-width: 1024px) {
  .textost {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .imgt {
    width: 100%;
    margin-top: 30px;
  }

  #Terceira h4 {
    font-size: 3rem;
    margin-top: 60px;
  }

  #Terceira p {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .faixa2, .faixa3 {
    margin-left: 0;
  }

  .imgt img {
    margin-bottom: 30px; /* mais espaço entre imagens */
  }
}

/* Celulares (até 768px) */
@media (max-width: 768px) {
  #Terceira {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .textost, .imgt {
    width: 100%;
    padding: 20px;
  }

  #Terceira h4 {
    font-size: 2.4rem;
    margin-top: 50px;
  }

  #Terceira p {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .imgt img {
    margin-bottom: 35px;
  }
}

/* Telas muito pequenas (até 480px) */
@media (max-width: 480px) {
  #Terceira h4 {
    font-size: 2rem;
  }

  #Terceira p {
    font-size: 1.2rem;
  }

  .imgt img {
    margin-bottom: 40px;
  }
}