* {
    margin: 0;
    padding: 0;
}
body {
    min-height: 100vh;
    font-family: Arial;


}
a{
    text-decoration:none;
}
nav{
    background-color: #111827;
}
nav ul{
    width: 100%;
    list-style: none;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
nav li{
    height: 50px;
}
nav a{
    height:100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
}
nav a:hover{
    background-color:blue;
}
nav li:first-child{
    margin-right: auto;
}
.sidebar{
    position:fixed;
    top:0;
    right:0;
    height: 50vh;
    width: 250px;
    z-index:100;
    background-color: #111827;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
}
.sidebar li{
    width:100%;
}
.sidebar a{
    width: 100%;
}
.menu-button{
    display:none;
}
li{
    text-wrap: nowrap;
}
.heroSection {
    background-color: rgba(17, 24, 39, 0.9);
    margin: 120px 20px;
    padding: 30px 20px;
    border-radius: 10px;
    
}
    .heroSection img {
        position:absolute;
        top: 0;
        right: 0;
        z-index: -1;
        object-fit:cover;
        overflow:hidden;
        width:100%
    }

.text-hero{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    
}
    .text-hero h1 {
        text-align: center;
        color: white;
        padding-bottom: 40px;
        font-size: 16px
    }
    .text-hero h2, .text-hero p{
        text-align: center;
        color: white;
        padding-bottom: 20px;
        font-size: 12px;
    }
    .text-hero a{
        border:2px solid black;
        padding: 15px 15px;
        font-weight: bold;
        color: white;
        background-color: #111827;
        border-radius: 10px;
    }
        .text-hero a:hover {
            background-color: white;
            color: #111827;
            transition: color 0.15s 0.1s ease-in-out;
            transition: background-color 0.15s 0.1s ease-in-out;
        }
   /* --- About ---*/
.about {
    height: 40vh;
    background-color: #e5e7eb;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #111827;
    border-left: 3px solid #111827;
    border-right: 3px solid #111827;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about h2{
    margin-top:40px;
    margin-bottom:25px;
    color: #111827;
    text-decoration:underline;
    text-underline-offset: 5px;
}
    .about h3 {
        margin-bottom: 25px;
        color: #111827;
        font-weight: bold;

    }
.about p{
    padding-left:20px;
    padding-right:10px;
}

.meniu {
    height:1600px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding: 40px 10px;
    background-color: #e5e7eb;
    align-items: center;
    box-shadow: -5px -5px 10px 2px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #111827;
    border-left: 3px solid #111827;
    border-right: 3px solid #111827;
}
.cocktails-menu {
    border: 2px solid #111827;
    border-radius: 20px;
    position: relative;
    padding: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 100, 0, 0.5);
}
    .cocktails-menu h2 {
        position: absolute;
        top: -35px;
        left: 32%;
        background-color: #e5e7eb;
        font-weight: bold;
        font-size: 30px;


        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        border-top: 2px solid #111827;
        border-left: 2px solid #111827;
        border-right: 2px solid #111827;
        border-radius: 5px;
    }

.drinks-layeout {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    
}
.cocktail-img img {
    object-fit: cover;
    max-width: 100%;
    border-radius: 15px;
    border: 2px solid #8A2BE2;
    box-shadow: 0 0 2px #8A2BE2, 0 0 5px #8A2BE2, 0 0 8px #4B0082;
}
.cocktail-img {
    max-width: 40%;
    margin-top: 12px;
    position:relative;
    
}
.cocktails-menu a {
    position: absolute;
    top: -35px;
    right: 0;
}
.oferta.cocktail-img {
    max-width: 40%;
    margin-top: 12px;
}


.oferta {
    justify-content: center;
    align-items: center;
    border: 2px solid #111827;
    border-radius: 20px;
    position: relative;
    padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
    width: 200px;
    box-shadow: 5px 5px 10px 2px rgba(0, 100, 0, 0.5);
}
.oferta-img img {
    object-fit: cover;
    max-width: 100%;
    border-radius: 15px;
    border: 2px solid #8A2BE2;
    box-shadow: 0 0 2px #8A2BE2, 0 0 5px #8A2BE2, 0 0 8px #4B0082;
}
.oferta h2 {
    position: absolute;
    top: -40px;
    left: 35%;
    background-color: #e5e7eb;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 30px;
    border-top: 2px solid #111827;
    border-left: 2px solid #111827;
    border-right: 2px solid #111827;
    border-radius: 5px;
}
.oferta a {
    position: absolute;
    top: -35px;
    right: 0;
}
.cocktails-menu h2.shots{
    left:36%;

}
.drink-name {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    background-color: rgba(255,255,255,0.5);
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #111827;
    border-radius:15px
}

.intra-meniu {
    background-color: red;
    padding: 20px 35px;
    background-color: #111827;
    color: white;
    border: 3px solid black;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.7);
}
    .intra-meniu a {
        color:white;
        font-size: 24px;
        font-weight:bold;
        text-decoration: none;
    }
/* --- Add the drinks labes --- */
.locatii {
    margin-top:20px;
    height: 40vh;
    background-color: #e5e7eb;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #111827;
    border-left: 3px solid #111827;
    border-right: 3px solid #111827;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .locatii h2 {
        margin-top: 40px;
        margin-bottom: 25px;
        color: #111827;
        text-decoration: underline;
        text-underline-offset: 5px;
    }

    
    .locatii p {
        padding-left: 20px;
        padding-right: 10px;
    }

.events {
    margin-top: 20px;
    height: 40vh;
    background-color: #e5e7eb;
    box-shadow: 5px -5px 10px 2px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #111827;
    border-left: 3px solid #111827;
    border-right: 3px solid #111827;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .events h2 {
        margin-top: 40px;
        margin-bottom: 25px;
        color: #111827;
        text-decoration: underline;
        text-underline-offset: 5px;
    }
/*-- imaginile din event---*/
.wrapper {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    width: 80%;
   
}
    .wrapper .event {
        flex: 0 0 auto;
       
        height: 150px;
        margin-right: 10px;
    }

/* Contact Section */
.contact {
    background-color: #111827;
    color: #ffffff;
    height: 30vh;

}

.contact-container {
    padding-top:40px;
    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.contact-title {
    margin-bottom: 30px;
}

.contact-info {
    margin-bottom:30px;
}

.contact-links {
    display: flex;
    margin: 20px;
    justify-content: space-evenly;

}

.contact-link:hover {
    color: #facc15;
    transition: color 0.15s ease;
}

/* Footer */
.footer {
    background-color: #1f2937;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
    height: 5vh;
}
/* --- Screen view modify ---*/
@media (max-width: 800px) {
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
}
@media (max-width: 400px){
    .sidebar{
        width: 100%;
    }
}
/*BP1*/
@media (min-width: 481px){
    /*Meniu changes*/
    .cocktail-img{
        height: 50%;
        width:auto;
    }

    .meniu{
        justify-content: space-between;
        height: 2000px;
    }
    .heroSection img{
        object-fit:cover;
        height:auto;
        width:100%;
    }
}
@media (min-width: 768px){
    .cocktail-img {
        height: 300px;
        width: auto;
        
    }
        .cocktail-img img {
            height: 100%;
            width: auto;
        }
    .cocktails-menu{
        width: 90%;
    }

}
@media (min-width: 1025px) {
    .drinks-layeout {
        width: 90%;
        
        
    }
    .cocktails-menu {
        width: 90%;
        justify-content: space-evenly;
    }
 .cocktails-menu h2 {
        left:50%;
        transform: translateX(-50%)
    }
    .cocktails-menu h2.shots {
        left: 50%;
        transform: translateX(-50%)
    }
}