* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  main {
    display: flex;
    flex-direction: column;
    width: 100vw;
    background: linear-gradient(
        rgba(255, 255, 255, 0.157),
        rgba(255, 255, 255, 0.222)
      ),
      url(../imgs/Germany_Deutschland\ -\ Copia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .body {
    display: flex;
    flex-direction: column;
  }
  
  .lista-nav {
    list-style: none;
  
    display: flex;
    justify-content: space-around;
    padding: 0 1rem;
  }
  #link {
    text-decoration: none;
    color: white;
  }
  .nav-links {
    text-decoration: none;
    margin-top: 5vh;
  }
  
  .lista-nav > li {
    display: flex;
    font-family: "Inter", sans-serif;
    justify-content: space-around;
    align-items: center;
    color: white;
    margin: 1rem 0;
    height: 2rem;
  }
  
  .input-group {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  #search-container > input {
    background: linear-gradient(
      rgba(255, 255, 255, 0.586),
      rgba(255, 255, 255, 0.586)
    );
  
    border-radius: 0.8rem;
    width: 50vw;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 5vh;
    margin-bottom: 2rem;
  }
  .text-input {
    background: linear-gradient(
      rgba(255, 255, 255, 0.586),
      rgba(255, 255, 255, 0.586)
    );
  
    border-radius: 0.8rem;
    width: 50vw;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 5vh;
    margin-bottom: 2rem;
  }
  
  .text-tittle {
    color: white;
    font-family: "Inter", sans-serif;
    padding: 3rem;
  }
  .text-tittle > h1 {
    font-size: 3.125rem;
    width: 46.875rem;
    height: 15.5rem;
    text-shadow: 5px 5px 5px rgb(134, 130, 130);
  }
  .text-tittle > h3 {
    text-shadow: 5px 5px 5px rgb(134, 130, 130);
    width: 46.875rem;
    height: 8rem;
    font-size: 1.25rem;
  }
  .curiosidades {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
    justify-content: center;
  }
  .box-1 {
    font-family: "Inter", sans-serif;
    padding: 2.5rem;
    background-color: white;
    background: linear-gradient(
      rgba(255, 255, 255, 0.681),
      rgba(255, 255, 255, 0.681)
    );
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    width: 25vw;
    height: 65vh;
    align-items: center;
    justify-content: center;
  }
  .box-1 > h1 {
    font-variant: small-caps;
    margin-bottom: 1rem;
  }
  
  
  #cards-castle {
    
    font-family: "Inter", sans-serif;
    padding: 2rem;
    background-color: white;
    background: linear-gradient(
      rgba(255, 255, 255, 0.681),
      rgba(255, 255, 255, 0.681)
    );
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    width: 25vw;
    height: 100vh;
    align-items: space-between;
    justify-content: center;
  }
  
  
  #img-food{
    align-self: center;
    height: 18vh;
    width: 16vw;
    margin-bottom: 3rem;
  }
  
  #pesquisa-input {
    width: 8rem;
  }
  header {
    display: flex;
    justify-content: center;
    height: 5vh;
    width: 100vw;
    background-color: black;
    color: white;
  }
  header > h2 {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
  }
  
  footer {
    display: flex;
    justify-content: center;
    height: 5vh;
    width: 100vw;
    background-color: black;
    color: white;
    bottom: 0;
  }
  footer > h2 {
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  
  #products {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 1.5em;
    padding: 2em 0;
  }
  
  
  .container {
    padding-top: 1em;
    color: #110f29;
  }
  .container h5 {
    font-weight: 500;
  }
  .hide {
    display: none;
  }
  
  @media screen and (max-width: 1086px) {
    .curiosidades {
      margin: 1rem 1rem 5rem 1rem;
      justify-content: space-evenly;
    }
    .box-1 {
      height: 50vh;
      width: 35vw;
    }
    #cards-castle {
      padding: 2rem;
     width: 28vw;
      height: 95vh;
      margin-bottom: 7rem;
    }
    
    #img-food{
      margin-bottom:2rem;
    }
  }
  
  @media screen and (max-width: 942px) {
    .curiosidades {
      gap: 1rem;
    }
    .box-1 {
      justify-content: center;
      padding: 0.5rem;
      font-size: 0.8rem;
      height: 40vh;
    }
    .text-tittle > h1 {
      font-size: 2.5rem;
      width: 30rem;
    }
  
    .text-tittle > h3 {
      font-size: 0.9rem;
      width: 30rem;
    }
    #cards-castle {
      height: 53vh;
      padding: 1.5rem;
     
    }
    #cards-castle > p {
     font-size: x-small;
    }
    #img-food{
      height: 10vh;
  width: 16vw;
  
}
  }
  @media screen and (max-width: 700px) {
    .box-1 {font-size: 0.6rem;
      height: 30vh;
      
    }
    #cards-castle {
    
      height: 53vh;
      padding: 1rem;
     
    }
    #cards-castle > p {
        font-size: xx-small;
       }
    #img-food{
          height: 12vh;
      width: 16vw;
      margin-bottom: 2rem;
    }
    
  
  @media screen and (max-width: 600px) {
   
    .text-tittle > h1 {
      font-size: 2rem;
      width: 25rem;
    }
    .text-tittle > h3 {
      font-size: 0.8rem;
      width: 25rem;
    }
    .box-1 > h1 {
      margin-bottom: 1rem;
    }
    #cards-castle {
        width: 45vw;
       height: 53vh;
      padding: 1rem;
     
    }
    #cards-castle > p {
      font-size: 0.5rem;
     }
     #img-food{
      height: 8vh;
  width: 16vw;
  
}
   }
  
  
  @media screen and (max-width: 511px) {
    .box-1 {
      justify-content: center;
      padding: 0 0.3rem;
      height: 25vh;
      font-size: 0.5rem;
    }
  
    .curiosidades {
      padding-top: 2rem;
    }
    .text-tittle > h1 {
      font-size: 1.5rem;
      width: 20rem;
      height: 20vh;
     margin-bottom: 0
    }
    .text-tittle > h3 {
      font-size: 0.5rem;
      width: 20rem;
      margin-bottom: 0
    }
    .text-tittle {
      margin: 0;
      height: 45vh;
    }
  }
  
  @media screen and (max-width: 470px) {
    .text-tittle > h1 {
      font-size: 1.5rem;
      width: 18rem;
    }
    .text-tittle > h3 {
      font-size: 0.6rem;
      width: 18rem;
    }
    .box-1 {
      font-size: 0.5rem;
    }
    #cards-castle {
      height: 30vh;
      
     
    }
    
  
    #cards-castle > p {
      font-size: 0.4rem;
     }
  }
  
  @media screen and (max-width: 415px) {
    .text-tittle > h1 {
      font-size: 1.2rem;
      width: 15rem;
    }
    .text-tittle > h3 {
      font-size: 0.5rem;
      width: 15rem;
    }
    .box-1 {
      height: 20vh;
      font-size: 0.38rem;
    }
    #search-input {
      width: 58vw;
      height: 3vh;
    }
    footer > h2 {
      font-size: x-small;
    }
    #cards-castle {
      height: 30vh;
      border-radius: 0.8rem;
      padding: 0.4rem;
    }
    #img-food{
      margin-bottom: 0.5rem;
    }
    
  }
  @media screen and (max-width: 360px) {
    #cards-castle {
      
      height: 30vh;}
      #cards-food > p {
        font-size: 0.3rem;
       }
    #search-container > input {
      height: 3vh;
      width: 8rem;
      font-size: xx-small;
    }
  
    .box-1 {
      justify-content: center;
      padding: 0 0.3rem;
      height: 20vh;
  
      font-size: 0.32rem;
    }
    .box-1 > h1 {
      margin-bottom: 0.5rem;
    }
  
    .text-tittle > h1 {
      font-size: 1rem;
      width: 8rem;
      height: 10rem;
    }
    .text-tittle > h3 {
      height: 1vh;
      font-size: 0.3rem;
      width: 10rem;
      margin-bottom: 0;
    }
    .lista-nav {
      font-size: small;
    }
    footer {
      margin-top: 5rem;
    }
  
    #search-input {
      font-size: xx-small;
      width: 50vw;
      height: 2.5vh;
    }
    #search {
      font-size: xx-small;
      height: 2vh;
    }
  }
  
  @media screen and (max-width: 275px) {
    #cards-castle {
      width: 48vw;
      height: 30vh;}
      #cards-food > p {
        font-size: 0.2rem;
       }
    .box-1 {
      justify-content: center;
      padding: 0 0.2rem;
      height: 15vh;
      font-size: 0.26rem;
    }
    footer > h2 {
      font-size: xx-small;
    }
    .lista-nav {
      font-size: x-small;
    }
    .box-1 {
      border-radius: 0.8rem;
    }
    #search-container > input {
      font-size: 0.3rem;
      width: 35vw;
      height: 2vh;
    }
  }
  
  @media screen and (max-width: 225px) {
    #cards-castle {
      padding: 0.5rem;
      height: 35vh }
      ;
    #search {
      height: 1.5vh;
    }
  
    #search-input {
      font-size: 0.4rem;
      width: 50vw;
      height: 2vh;
    }
    .text-tittle > h1 {
      font-size: 0.6rem;
      width: 6rem;
      height: 8rem;
    }
    .text-tittle > h3 {
      height: 5vh;
      font-size: 0.2rem;
      width: 6rem;
    }
    .lista-nav {
      font-size: xx-small;
    }
    .box-1 {
      border-radius: 0.6rem;
      justify-content: center;
      padding: 0 0.5rem;
      height: 14vh;
      font-size: 0.2rem;
    }
    footer {
      font-size: xx-small;
    }
    footer > h2 {
      font-size: 0.5rem;
    }
  }
  
  @media screen and (max-width: 190px) {
    footer > h2 {
      font-size: 0.3rem;
    }
    .text-tittle {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    #search {
      font-size: 0.2rem;
      height: 1vh;
    }
    #search-input {
      font-size: 0.2rem;
      width: 58vw;
      height: 1.5vh;
    }
    .box-1 {
      border-radius: 0.3rem;
      justify-content: center;
      padding: 0 0.2rem;
      height: 13vh;
      font-size: 0.14rem;
    }
    #cards-castle > p {
        font-size: 0.35rem;
       }
  }
  