@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
   
}

html, body {
    background-color: #750B1E;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
}

.container {
    overflow: hidden; 
}

.carousel,
.carousel-inner,
.carousel-item {
    width: 100%; 
    height: 100vh; 
}

.carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


nav {
    background-color: #3F1D21;

}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
}

#nav_texto {

    color: #fff;

}

#nav_texto:hover {
    color: #6d6c6c;
}

#obj_cardapio {

    color: #750B1E ;
    transition: 0.5s;

}

#obj_cardapio:hover {

    font-size: 2.40rem;

}


.carousel,
.carousel-inner,
.carousel-item {
    width: 100vw;
    height: 100vh;
}

.carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.carousel-caption {
    bottom: 20px; /
}

@media (max-width: 768px) {
    .carousel-caption h5 {
        font-size: 1.2rem;
    }

    .carousel-caption p {
        font-size: 0.5rem;
    }
}


main {

    width: 100%;

}

main h1 {
    color: white;    
}

#sobre {
    background-image: url("/SiteCozinha/assets/flat-lay-delicious-brazilian-food-arrangement.jpg");
    padding: 50px 30px 50px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    text-align: justify;
 
}
.fundo{
    background-color: #F4EADE;
    background-repeat: no-repeat;
    background-size: cover;
}

h3{
    font-size: 4em;
    color: #3F1D21;
}

.card2 {

    background-color:rgba(63, 29, 33, 0.7);
    border-radius: 10px;
    color: #fff;
    
}


p {
    color: aliceblue;
    font-size: 1.5em;
}



.card {
    background-color: transparent;
    border: none;
}


.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
}


.card_alimento{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 10px;
}

.img_comida{
    border-radius: 10px 10px 0px 0;

}
.line{
    background-color: #fff;
    height: 5px;
}

.card {
    border-radius: 20px 
}



footer {
    background-color: #750B1E;
    color: #fff;
}

footer a {
    color: #ffffff; 
    text-decoration: none; 
}

footer a:hover {
    color: darkgray; 
}

footer button {
    border: none; 
    background: none; 
    padding: 0;
    cursor: pointer; 
}

a {
    text-decoration: none;

}

ul {
    list-style-type: none; /* Remove as bolinhas */
}

a:visited {
    color: gray;
}

a:hover {
    color: darkgray;
}

.menu_card{
    background-image: url(/SiteCozinha/assets/cardCostela3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.menu{
    color: #750B1E;
    cursor: pointer;
}
.menu:hover{
color: #3F1D21;
}

.menu a {
    color: #750B1E;
}

/* ca */

/* Estilização da barra de navegação */
.barra {
  background-color: #F4EADE;
  padding: 20px 0; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); 
}

/* Estilo dos itens de menu */
.barra ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none; 
}

@media (min-width: 768px) {
  .barra ul {
    flex-direction: row; 
  }
}

/* Estilo dos links */
.menu a {
  color: #750B1E;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 20px; 
  border-radius: 6px; 
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease; 
}

/* Efeito hover */
.menu a:hover {
  color: #750B1E;
  transform: translateY(-4px); 
}

/* Linha abaixo da barra */
.line {
  height: 3px;
  background: linear-gradient(to right, #ffffff, #ffffff);
  margin-top: 15px;
  border-radius: 2px; 
}


/*  */

.card-group {
    display: flex;
    gap: 20px;
    justify-content: center;

  }
  
  .card {
    border: none; 
    border-radius: 10px; 
    overflow: hidden; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    cursor: pointer; 
  }
  
  .card-img-top {
    width: 100%; 
    height: auto;
    object-fit: cover; 
  }

  /* botaão fixo */
  
.floating-buttons {
    position: fixed; 
    bottom: 20px;
    right: 20px; 
    z-index: 1000;
}

#left-image, #right-image {
    /* Remova a animação para teste */
    transform: translateX(-100%); 

}