* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  behavior: smooth;
}

@media screen and (max-width: 768px) {
  nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    flex-flow: column;
    height: 70px;
  }
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .logo > img {
    width: 100px;
    transform: translateX(-20px);
  }
  .logo > p {
    font-size: 23px;
    font-weight: 600;
    transform: translateX(10px);
    text-wrap: wrap;
  }
  .navbar {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 65px;
    right: 0;
    background-color: aliceblue;
    width: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 1;
  }
  .nav-menu > a {
    text-decoration: none;
    color: black;
    border-bottom: 1px solid black;
    margin: 0.8rem 0 0.5rem 0;
    text-align: center;
    width: 4.5rem;
  }

  .toggle-menu .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 5px;
    transition: all 0.4s ease;
  }

  .toggle-menu {
    align-self: center;
    padding: 1px;
    margin-right: 2rem;
    z-index: 1;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  video {
    width: 100%;
    filter: brightness(50%);
    z-index: -1;
  }

  .content {
    position: relative;
  }
  .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
  }
  .inside > a {
    text-decoration: none;
    color: white;
    padding: 12px 40px;
    background-color: #00014d;
    border-radius: 10rem;
  }
  .inside > h1 {
    font-family: "Aclonica";
    font-size: 1.8rem;
  }
  .inside > p {
    font-family: "Sofia", sans-serif;
    font-style: italic;
  }
  main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .intro > h1 {
    padding: 1rem 1.5rem;
  }
  .intro h1 {
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .intro p {
    color: rgb(105, 105, 105);
    padding: 1rem 1.5rem;
  }
  .menu{
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.5)), url(background-image.jpeg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    width: 100%;
    gap: .5rem;
    padding: 1rem 0;

  }
  .menu-items{
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: .2rem;
    width: 100%;
  }
  .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dotted white;
    padding: .8rem;
  }
  .item-name{
    font-size: .8rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-wrap: nowrap;
    color: white;
  }
  .price{
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: white;
  }
  .second-menu{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    padding: .2rem;
    gap: 1rem;
    width: 100%;
    margin-right: .5rem;

  }
  .espresso-image{
    align-self: flex-end;
    position: absolute;
    right: 4%;
  }
  #espresso{
    width: 150px;
  }

  .drinks-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .gas{
    width: 100%;
    margin: 0 .7rem;
  }
  .natyral{
    width: 100%;
    margin: 0 .7rem;
  }

  .gas > .item > .item-name, .price{
    color: black;
  }
  .natyral > .item > .item-name, .price{
    color: black;
  }
  .gas > .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dotted black;
  }
  .natyral > .item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px dotted black;
  }

  .ice-cream{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .ice-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    border-bottom: 2px dotted black;
    margin: 0 .5rem;
  }
  .ice-name, .ice-image{
    padding: .2rem;
  }
  .ice-name{
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: 80%;
    color: black;
  }
  .ice-item > .price{
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 400;
    color: black;
    padding-right: .2rem;
  }
  .ice-image{
    align-self: flex-end;
  }
  footer{
    background-color: #010131;
    color: white;
    padding: 1rem;
    text-align: center;
    margin-top: 1rem;
  }
#instagram i {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
}

  #facebook i{
    color: #1877F2;
    font-size: 2rem;
    margin-left: 1rem;
  }
  #map{
    width: 100%;
    height: 300px;
    border: 0;
    margin-top: 1rem;
    border-radius: 1rem;
  }


}
  @keyframes dropdown {
    from {
      height: 0;
    }
    to {
      height: 140px;
    }

  }
  @keyframes FadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
  .animation {
  opacity: 0;
}