html {
    scroll-behavior: smooth;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    background: linear-gradient(135deg, #0A0F2C, #1A1F4D, #6A0DAD);
margin: 0;
}
.about {
   margin-bottom: 100px; 
}

nav .links a {
    margin: 0;
}
header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0.5)), url('night-landscape-with-palm-trees-against-the-backdrop-of-a-neon-sunset-stars-silhouette-coconut-palm-trees-on-beach-at-sunset-vintage-tone-futuristic-landscape-neon-palm-tree-tropical-sunset-700-20926.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-style: italic;
    margin-bottom: 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
header h1 {
    margin: 0;
    padding: 0;
    font-size: clamp(2.5rem,8vw,8rem);
    text-shadow: 0 0 20px #8A2BE2;
}
header p {
    font-size: 2em;
    text-shadow: 0 0 20px #8A2BE2;
}
header button {
    margin-bottom: 60px;
    gap:20px;
    font-size: 1.5em;
    border: none;
 color: white;
  text-shadow: 2px 2px 4px #8A2BE2;
    cursor: pointer;
    background-color:#00E5FF;
    font-style: italic;
    height: auto;
    padding: 12px 24px;
    border-radius: 20px;
    margin-top: 20px;
    transition: color 0.3s, transform 0.3s, box-shadow 0.3s;
}
header button:hover {
    background-color:#00E5FF;
    color: #8A2BE2;
    transform: scale(1.1) translateY(-6px);
    box-shadow: 0 4px 8px #00E5FF;
}
nav {
backdrop-filter: blur(6px);
min-height: 12vh;
position: sticky;
top: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.7);
border: 2px solid white;
display: flex;
flex-flow: row wrap;
justify-content:space-between;
align-items: center;
gap: 40px;
  box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}
nav .logo {
    margin: 10px;
    font-style: italic;
    font-size: 2.8em;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 3px #8A2BE2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.links {
    display: flex;
    align-items: center;
}
.nav-links {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0 20px;
    padding: 0;
    align-items: center;
}
.nav-links li {
    margin: 0;
}
nav .links  a {
    border: none;
 color: white;
  text-shadow: 2px 2px 4px #8A2BE2;
    cursor: pointer;
    background-color:#00E5FF;
    font-style: italic;
    height: auto;
    padding: 12px 24px;
    border-radius: 8px;
    margin: 20px;
 transition: all 0.3s ease;
 text-decoration: none;
}
nav .links a:hover {
     background-color:#00E5FF;
    color: #8A2BE2;
    box-shadow: 0 4px 8px #00E5FF;
}
/* For Tablet */
@media (max-width:768px) {
    .nav-links {
        position: absolute;
        top:  70px;
        right: 0;
        width:100%;
        background: rgba(0, 0, 0, 0.9);
        flex-direction: column;
        align-items: center;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
   .nav-links.active {
    max-height: 300px;
   }
    nav {
        gap: 10px;
        padding: 10px;
    }
    header {
        padding: 60px 20px;
    }
    header h1 {
    font-size: clamp(2rem, 6vw, 3rem);
}
    header p {
        font-size: 16px;
    }
     footer {
        grid-template-columns: 1fr;
        text-align: center;
    }
    footer div {
        align-items: center;
    }
       .menu-grid {
        grid-template-columns: 1fr;
    }
    .menu-grid:before {
        display: none;
    }
    p,ul {
        font-size: 1.5rem;
    }
}


.head {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 5px;
margin-right: 5px;
background-color: rgba(138, 43, 226, 0.5);
background-size: cover;
    background-position: center; 
border-radius: 6px;
border: white solid 2px;
    box-shadow: 0 4px 8px #00E5FF;
}
.head h2 {
    font-size: 2.5em;
    color: white;
    text-shadow: 1px 1px 3px #00E5FF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
       margin: 0;
    padding: 0;
    font-style: italic;
}
p, ul {
    font-size: 1.5em;
    color: #00E5FF;
    text-shadow: 0px 0px 2px #8A2BE2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:15px  0px 15px 0px;
    padding: 0 20px;
}
 h3 {
    font-size: 2em;
    color: #8A2BE2;
    text-shadow: 1px 1px 3px #00E5FF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px 0 20px 0;
    padding: 0 20px;
    text-align: center;
      font-style: italic;
}
.best {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
   padding: 40px;
    margin-bottom: 100px;
    /* remove fixed min-width/height so it shrinks to content */
}
.item{
    display: flex;
    justify-content: center;
    gap:20px;
}
.blue {
  background-image: linear-gradient(rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0.5)), url('Blue.jpg');
}

.mango {
    background-image: linear-gradient(rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0.5)), url('mango.webp');
}

 .head2 {
   display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 10px;
background-color: rgba(0,229,255,0.5);
background-size: cover;
border-radius: 6px;
border: white solid 2px;
    box-shadow: 0 4px 8px #8A2BE2; 
    margin:70px 0px 70px 0px;
    padding: 20px;
    
 }
 .head2  {
    text-align: center;
   font-size: 2em;
    color: white;
    text-shadow: 1px 1px 3px #00E5FF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
       margin: 0;
    padding: 0;
    font-style: italic;  
 }
 

 
 .champagne{
  background-image: linear-gradient(rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0.5)), url('dd9c03a1ea2f4624f548c4abf9ebdf1a.jpg');
     
 }
 .card {
        gap: 15px;
    min-height: 600px;
      text-shadow: 2px 2px 4px #8A2BE2;
     box-shadow: 10px 10px 14px #00E5FF;
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    border-radius: 20px;
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    padding: 20px;
 }
 .vodka {
  background-image: linear-gradient(rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0.5)), url('photo-1645784125144-4c06a561fc58.avif');
   
 }
 .whiskey {
  background-image: linear-gradient(rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0.5)), url('6835745040_af0933dbc3_z.jpg'); 
 }
 .tequila { 
  background-image: linear-gradient(rgba(0, 0, 0, 0.664), rgba(0, 0, 0, 0.5)), url('claseazul-range.webp');
 }

  


@keyframes loading {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.page {
      animation: loading 1s ease;
    animation-delay: 0.1s;
}footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    background-color: rgba(0,229,255,0.5);
background-size: cover;
border-radius: 6px;
border: white solid 2px;
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 padding: 20px;
}

footer img {
    width: 100%;
    max-width: 160px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}
footer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
footer h2 {
    color: white;
    text-shadow: 2px 2px 4px #8A2BE2;
    font-size: xx-large;
    font-weight: 900;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}   
footer p {
     color: white;
    text-shadow: 2px 2px 4px #8A2BE2;
    font-size: 18px;
    margin: 5px 0;
    word-spacing: 4px;
}

.drink {
     margin-bottom:2rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.drink-name {
     font-size: 1.5em;
    color: #8A2BE2;
    text-shadow: 1px 1px 3px #00E5FF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 10px 0 10px 0;
    padding: 0 20px;
      font-style: italic;
    font-weight: 600;
}

.drink-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.drink-desc {
    width:100%;
  text-align:left;
  margin-top:.25rem;
   
}
.price {
   font-size: 1.5em;
    color:#00E5FF;
    text-shadow: 2px 2px 4px #8A2BE2;
}
.bold-tagline {
    font-size:1.6em;
    word-spacing: 4px;
}
.menu {
position: relative;
}
.menu::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
}
.menu-grid {
display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 4rem;
position: relative;
margin-bottom: 100px;
}
.menu-grid:before {
    content: "";
    position: absolute;
    top: 5%;
    bottom:5%;
    left: 50%;
    width: 2px;
    background: white;
    box-shadow:  0 0 15px rgba(255,255,255,0.3);
}
.menu-box {
    backdrop-filter: blur(8px);
    background:rgba(255,255,255,0.03) ;
    border-radius: 12px;
    padding: 2rem;
}
.menu-box h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 1rem;
}
.menu-box h2::after {
content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom:0;
    height: 2px;
    background: white;
}

.vip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    padding: 40px;
    margin-bottom: 100px;
}
.message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 229, 255, 0.9);
    color: #8A2BE2;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 1px 1px 3px #00E5FF;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1000;
}
.order-counter {
    opacity: 0;
    position: fixed;
    top: 100px;
    left: 20px;
    background-color: rgba(0, 229, 255, 0.9);
    color: white;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 1px 1px 3px #00E5FF;
    z-index: 1000;
}

.best,.vip {
    min-height: auto;
}
button {
      gap:20px;
    font-size: 1.2em;
    border: none;
 color: white;
  text-shadow: 2px 2px 4px #8A2BE2;
    cursor: pointer;
    background-color:#00E5FF;
    font-style: italic;
    height: auto;
    padding: 12px 24px;
    border-radius: 20px;
    margin: 20px;
    transition: color 0.3s, transform 0.3s, box-shadow 0.3s;
}
button:hover {
       background-color:#00E5FF;
    color: #8A2BE2;
    transform: scale(1.1) translateY(-6px);
    box-shadow: 0 4px 8px #00E5FF;
}
.menu-toggle {
    display: none;
}

@media (max-width:768px) {

.menu-toggle {
    display: block;
    font-size: 2rem;
    background: none;
    color: white;
}

}
img {
    max-width: 100%;
    height: auto;
}
footer button {
    align-self: flex-end;
    margin-top: 20px;
    gap:20px;
    font-size: 1.2em;
    border: none;
 color: white;
  text-shadow: 2px 2px 4px #8A2BE2;
    cursor: pointer;
    background-color:#00E5FF;
    font-style: italic;
    height: auto;
    padding: 12px 24px;
    border-radius: 20px;
    width: 160px;
}
.contact {   
    grid-column: 1 /  4;
     padding: 20px;
    background-color: rgba(138, 43, 226, 0.5);
    gap: 20px;
}
.footer-1 {
grid-column: 1/ 4;
}
form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}
@media (max-width:768px) {

.order-counter {
    top: 150px;
    left: 10px;
}

}
nav {
    z-index: 999;
}

.order-counter {
    z-index: 1001;
}

.message {
    z-index: 1002;
}
button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
