body {
    background-color: solid black;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("MoW/mowlogo.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.4;
  z-index: -1;
  margin: 10px 10px;
}

.content {
  position: relative;
  z-index: 1;
}

.navbar {
  background: #131313;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 80px;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}


#navbar-logo {
  background-color: #ff4433;
  background-image: linear-gradient(to top, #FF4433 0%, #FF4433 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  border: 3px solid #33f0ff;
  margin: 10px;
  padding: 10px;
}

.navbar-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  position: static;
  top: auto;
  opacity: 1;
  z-index: 1;
}


.navbar-menu.active {
  background: rgba(0,0,0,0.9);
  top: 100%;
  opacity: 1;
  transition: all 0.5s ease;
  z-index: 99;
  height: 60vh;
  font-size: 1.6rem;
}

@media (max-width: 960px) {

  .navbar-container {
    flex-direction: flex;
    justify-content: space-between;
    padding: 0;
    height: 80px;
    z-index: 1;
    max-width: 1300px;
  }

  .navbar-menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: -1;
  }

  .navbar-menu.active {
    background: rgba(0,0,0,0.9);
    top: 100%;
    opacity: 1;
    /*transition: all 0.5s ease;*/
    z-index: 99;
    height: 60vh;
    font-size: 1.6rem;
    display: grid;
  }

  .navbar-toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #fff;
  }

  .navbar-item {
    width: 100%;
  }

  .navbar-links {
    text-align: center;
    padding: 1rem;
    width: 80%;
    display: table;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }

  .navbar-links:hover {
    color: #33f0ff; 
    transition: all 0.3s ease-in-out;
  }
    
  #mobile-menu {
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
  }
  .navbar-toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  .webLogo {
    align-items: center;
    width: 100%;
  }

 .info {
  display: flex;
  height: auto;
  background-image: url("WEBIMG/cgpt.PNG");
  text-align: center;
  margin: 0 20px;
}

.info:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

}


.scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}

.scroll-container {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.package {
  flex: 0 0 auto;
  min-width: 250px;
  max-width: 250px;
  margin: 0 1rem;
  background: #FF4433;
  color: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #111111;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 8px;
  opacity: 0.8;
}

.scroll-btn.left {
  left: 10px;
}

.scroll-btn.right {
  right: 10px;
}

.scroll-btn:hover {
  opacity: 1;
}
p {
  text-align: center;
}

.navbar-links {
  color: white;
  text-decoration:  none;
  font-weight: bold;
}

.drink {
  display: flex;
  justify-content: center;
}

.cocktail {
  margin-bottom: 1rem;
  margin-right: 2rem;
  font-size: 20px;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
  text-decoration: underline;
}

h3 {
  text-align: center;
  text-decoration: underline;
  padding: 0;
}

.footer {
  width: 100%;
  height: 75px;
  background-color: black;
  margin: 0;
  color: white;
  padding: 1px;
  font-size: larger;
  
}

.card-container {
  perspective: 1000px;
  width: 250px;
  height: 250px;
  cursor: pointer;
  }

  .card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  }

  .card-container.flipped .card {
  transform: rotateY(180deg);
  }

  .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }

  .card-front {
  background-color: #fff;
  }

  .card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

  .card-back {
  background-color: #f8f8f8;
  color: #333;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  z-index: 1;
  }

  .card-back h2 {
    color: #33f0ff;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .testing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px;
    gap: 20px;
  }