* {
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
}

button:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: black;
  position: fixed;
  width: 100vw;
  padding: 5px;
  z-index: 1000;
}

nav img {
  width: 50px;
  height: 50px;
}

nav .links {
  display: flex;
  gap: 25px;
}

nav .links a {
  color: white;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
}

nav .links a:hover {
  color: #ff6004;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

nav .socials {
  display: flex;
  gap: 16px;
}

nav .socials a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
  nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    background-color: black;
    position: fixed;
    width: 100vw;
    padding: 15px 0px;
  }

  nav img {
    width: 25px;
    height: 25px;
  }

  nav .links {
    gap: 12px;
  }

  nav .links a {
    font-size: 12px;
  }

  nav .socials {
    gap: 0px;
  }

  nav .socials a {
    transform: scale(0.6);
  }

  nav .socials a:hover {
    transform: scale(1.1);
    transition: 300ms ease-in-out;
  }
}
@media (max-width: 375px) {
  nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background-color: black;
    position: fixed;
    width: 100vw;
    padding: 15px 0px;
  }

  nav img {
    width: 25px;
    height: 25px;
  }

  nav .links {
    gap: 0px;
    visibility: hidden;
  }

  nav .links a {
    font-size: 12px;
  }

  nav .socials {
    gap: 0px;
  }

  nav .socials a {
    transform: scale(0.6);
  }

  nav .socials a:hover {
    transform: scale(1.1);
    transition: 300ms ease-in-out;
  }
}

main {
  margin-top: 50px;
  background: #1e1e1e url("./assets/Background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90%;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  gap: 48px;
  padding: 40px;
}

main .conteudo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 250px;
}

main img {
  height: 230px;
  width: 230px;
}

main .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}

main h1 {
  font-size: 48px;
  color: white;
  max-width: 65%;
}

main span {
  color: #ff6004;
}

main button {
  font-family: "Montserrat", sans-serif;
  padding: 20px 40px;
  background-color: #ff6004;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 18px;
  max-width: 345px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  main {
    gap: 40px;
    padding: 24px;
  }

  main .conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0px;
    text-align: center;
    align-items: center;
  }

  main img {
    height: 200px;
    width: 200px;
  }

  main .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  main h1 {
    font-size: 34px;
    max-width: 100%;
  }

  main button {
    max-width: 300px;
  }
}

.sobre-nos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px;
  gap: 80px;
}

.one {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.video {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  position: absolute;

  font-size: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 18px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.video-vertical {
  width: 100%;
  max-width: 360px;
  height: auto;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
}

.sobre-nos .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 30%;
}

h2 {
  color: #ff6004;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 18px;
  color: #424750;
}

.sobre-nos button {
  color: #ff6004;
  border: solid 2px #ff6004;
  border-radius: 18px;
  background-color: white;
  font-weight: bold;
  max-width: 60%;
  padding: 15px 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sobre-nos button:hover {
  color: white;
  border: solid 2px #ff6004;
  background-color: #ff6004;
}

.prop {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 90px;
}

.prop h2 {
  color: #ff6004;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80%;
}

.icon {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.icon i {
  transform: scale(1.5);
}

.prop h3 {
  color: black;
  max-height: calc(1em * 2);
  line-height: 1em;
  text-align: center;
  max-width: 65%;
  font-size: 20px;
}

@media (max-width: 600px) {
  .sobre-nos {
    flex-direction: column;
    gap: 40px;
    padding: 40px;
  }

  .one {
    gap: 30px;
    flex-direction: column;
  }

  .sobre-nos IMG {
    width: 300px;
    height: 342px;
  }

  .sobre-nos .content {
    gap: 30px;
    max-width: 95%;
    align-items: center;
  }

  h2 {
    font-size: 32px;
  }

  .sobre-nos .text {
    gap: 16px;
    font-size: 16px;
  }

  .sobre-nos button {
    max-width: 90%;
    padding: 15px 50px;
  }

  .prop {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 40px;
  }

  .prop h2 {
    color: #ff6004;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icons {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 56px;
  }

  .prop h3 {
    max-width: 70%;
    font-size: 18px;
  }
}

.cardapio {
  display: flex;
  background-color: #f68941;
  padding: 50px 40px;
}

.cardapio .content {
  background: #1e1e1e;
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-width: 100%;
  border-radius: 18px;
  justify-content: center;
}

.cardapio .content .cardapios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-items: center;
  align-items: center;
}

.cardapio .content .cardapios .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-right: solid 2px #ff6004;
  border-left: solid 2px #ff6004;
  width: 90%;
  padding: 120px 10px;
  max-height: 90%;
  justify-content: center;
}

h3 {
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}

h4 {
  color: #f68941;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  font-size: 20px;
}

ul {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .cardapio {
    padding: 20px 10px;
  }

  .cardapio .content {
    padding: 15px;
    gap: 20px;
  }

  .cardapio .content .cardapios {
    grid-template-columns: repeat(1, 3fr);
  }

  .cardapio .content .cardapios .container {
    gap: 10px;
    padding: 40px;
    width: 100%;
  }
}

.surpreenda {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 90px;
}

.surpreenda .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  max-width: 40%;
}

.surpreenda .text {
  max-width: 85%;
}

span {
  color: black;
}

.surpreenda img {
  width: 400px;
  height: 520px;
}

.surpreenda button {
  font-family: "Montserrat", sans-serif;
  padding: 15px 35px;
  background-color: #ff6004;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 18px;
  max-width: 70%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .surpreenda {
    flex-direction: column;
    padding: 40px;
  }

  .surpreenda .content {
    flex-direction: column;
    gap: 40px;
    max-width: 90%;
  }

  .surpreenda .text {
    max-width: 90%;
  }

  .surpreenda img {
    width: 300px;
    height: 390px;
  }

  .surpreenda button {
    max-width: 100%;
  }
}

.portfolio {
  background-color: #f68941;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
  gap: 30px;
}

.portfolio .container {
  width: 100%;
  padding: 10px;
}

.portfolio h2 {
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  max-width: 35%;
}

.carousel {
  position: relative;
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-images a {
  flex-shrink: 0;
  width: 100%;
}
.carousel-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.buttons button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .carousel {
    width: 95%;
  }
}

/* Slide configurado para ocupar 80% da tela */
.slide {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

/* Configuração do Swiper */
.swiper {
  width: 90%;
  min-height: 400px;
}

/* Ajuste dos slides */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;

  height: 300px; /* Aumentando a altura do slide */
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px; /* Ajuste a altura conforme necessário */
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 400px; /* Para ocupar toda a altura do slide */
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

/* Botões de navegação do Swiper */
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(2566%)
    hue-rotate(5deg) brightness(98%) contrast(106%);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.1); /* Efeito ao passar o mouse */
}

@media (max-width: 600px) {
  .swiper-slide img {
    height: 180px;
  }

  /* Ajustar para 1 slide por vez em telas menores que 600px */
  .swiper {
    display: flex;
    justify-content: center;
  }

  .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
  }

  .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  }

  .portfolio h2 {
    max-width: none;
  }
}

footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 48px;
}

.first {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.first h2 {
  color: #ff6004;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.first button {
  font-family: "Montserrat", sans-serif;
  padding: 10px 20px;
  background-color: #ff6004;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  max-width: 345px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line {
  background-color: #ff6004;
  height: 2px;
  width: 70%;
}

.end {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.end img {
  width: 100px;
  height: 100px;
}

.end span {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 10px;
}

.end a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (max-width: 600px) {
  footer {
    gap: 12px;

    padding: 32px;
  }

  .first {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .first h2 {
    font-size: 20px;
  }

  .line {
    height: 1px;
    width: 100%;
  }

  .end {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .end img {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }

  .end span {
    font-size: 8px;
  }
}
