@media screen and (min-width: 1281px) {
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



.picture{
    position: static !important;
}

a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: black;
    background: linear-gradient(45deg, #ff0080, #00ffff, #ff00ff, #0000ff, #ff6600);
    background-size: 400% 400%; /* Makes the gradient larger for smoother animation */
    color: white;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.black-star{
    color: black;
}

footer a:hover{
    color: #BFA14A;
}


.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

#nightlifeHeading{
    padding-top: 80px;
    font-family: "Bruno Ace SC", sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
}


.club {
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.8), rgba(0, 0, 0, 0.7)); /* Dark gradient for a sophisticated look */
    padding: 20px; /* Padding for a cozy yet chic appearance */
    margin: 15px; /* Space between elements */
    width: 500px; /* Balanced width */
    height: 300px; /* Adjusted height */
    border-radius: 15px; /* Soft corners for elegance */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5); /* Dramatic shadow for depth */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Arial', sans-serif; /* Modern sans-serif font for a sleek look */
    font-weight: 600; /* Semi-bold for impact */
    color: #e0e0e0; /* Light gray for contrast against dark background */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.club:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.7); /* Enhanced shadow on hover */
}

/* Optional: Additional styles for specific text elements inside .bar */
.club h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
    padding: 5px;

}

.club p {
    font-size: 1em; /* Standard text size */
    opacity: 0.8; /* Slightly transparent for a modern feel */
}

.nightlife{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0; 
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
}}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



.picture{
    position: static !important;
}

a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: black;
    background: linear-gradient(45deg, #ff0080, #00ffff, #ff00ff, #0000ff, #ff6600);
    background-size: 400% 400%; /* Makes the gradient larger for smoother animation */
    color: white;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.black-star{
    color: black;
}

footer a:hover{
    color: #BFA14A;
}


.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

#nightlifeHeading{
    padding-top: 80px;
    font-family: "Bruno Ace SC", sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
}


.club {
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.8), rgba(0, 0, 0, 0.7)); /* Dark gradient for a sophisticated look */
    padding: 20px; /* Padding for a cozy yet chic appearance */
    margin: 15px; /* Space between elements */
    width: 300px; /* Balanced width */
    height: 300px; /* Adjusted height */
    border-radius: 15px; /* Soft corners for elegance */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5); /* Dramatic shadow for depth */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Arial', sans-serif; /* Modern sans-serif font for a sleek look */
    font-weight: 600; /* Semi-bold for impact */
    color: #e0e0e0; /* Light gray for contrast against dark background */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.club:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.7); /* Enhanced shadow on hover */
}

/* Optional: Additional styles for specific text elements inside .bar */
.club h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
    padding: 5px;

}

.club p {
    font-size: 1em; /* Standard text size */
    opacity: 0.8; /* Slightly transparent for a modern feel */
}

.nightlife{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0; 
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
}}

@media screen and (min-width: 901px) and (max-width: 1024px)  {
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



.picture{
    position: static !important;
}

a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: black;
    background: linear-gradient(45deg, #ff0080, #00ffff, #ff00ff, #0000ff, #ff6600);
    background-size: 400% 400%; /* Makes the gradient larger for smoother animation */
    color: white;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.black-star{
    color: black;
}

footer a:hover{
    color: #BFA14A;
}


.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

#nightlifeHeading{
    padding-top: 80px;
    font-family: "Bruno Ace SC", sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
}


.club {
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.8), rgba(0, 0, 0, 0.7)); /* Dark gradient for a sophisticated look */
    padding: 20px; /* Padding for a cozy yet chic appearance */
    margin: 15px; /* Space between elements */
    width: 300px; /* Balanced width */
    height: 300px; /* Adjusted height */
    border-radius: 15px; /* Soft corners for elegance */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5); /* Dramatic shadow for depth */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Arial', sans-serif; /* Modern sans-serif font for a sleek look */
    font-weight: 600; /* Semi-bold for impact */
    color: #e0e0e0; /* Light gray for contrast against dark background */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.club:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.7); /* Enhanced shadow on hover */
}

/* Optional: Additional styles for specific text elements inside .bar */
.club h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
    padding: 5px;

}

.club p {
    font-size: 1em; /* Standard text size */
    opacity: 0.8; /* Slightly transparent for a modern feel */
}

.nightlife{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0; 
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
}}

@media screen and (min-width: 769px) and (max-width: 900px) {
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



.picture{
    position: static !important;
}

a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: black;
    background: linear-gradient(45deg, #ff0080, #00ffff, #ff00ff, #0000ff, #ff6600);
    background-size: 400% 400%; /* Makes the gradient larger for smoother animation */
    color: white;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.black-star{
    color: black;
}

footer a:hover{
    color: #BFA14A;
}


.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

#nightlifeHeading{
    padding-top: 80px;
    font-family: "Bruno Ace SC", sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
}


.club {
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.8), rgba(0, 0, 0, 0.7)); /* Dark gradient for a sophisticated look */
    padding: 20px; /* Padding for a cozy yet chic appearance */
    margin: 15px; /* Space between elements */
    width: 500px; /* Balanced width */
    height: 300px; /* Adjusted height */
    border-radius: 15px; /* Soft corners for elegance */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5); /* Dramatic shadow for depth */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Arial', sans-serif; /* Modern sans-serif font for a sleek look */
    font-weight: 600; /* Semi-bold for impact */
    color: #e0e0e0; /* Light gray for contrast against dark background */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.club:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.7); /* Enhanced shadow on hover */
}

/* Optional: Additional styles for specific text elements inside .bar */
.club h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
    padding: 5px;

}

.club p {
    font-size: 1em; /* Standard text size */
    opacity: 0.8; /* Slightly transparent for a modern feel */
}

.nightlife{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0; 
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
}}

@media screen and (min-width: 481px) and (max-width: 768px) {
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



.picture{
    position: static !important;
}

a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: black;
    background: linear-gradient(45deg, #ff0080, #00ffff, #ff00ff, #0000ff, #ff6600);
    background-size: 400% 400%; /* Makes the gradient larger for smoother animation */
    color: white;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.black-star{
    color: black;
}

footer a:hover{
    color: #BFA14A;
}


.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

#nightlifeHeading{
    padding-top: 80px;
    font-family: "Bruno Ace SC", sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
}


.club {
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.8), rgba(0, 0, 0, 0.7)); /* Dark gradient for a sophisticated look */
    padding: 20px; /* Padding for a cozy yet chic appearance */
    margin: 15px; /* Space between elements */
    width: 500px; /* Balanced width */
    height: 300px; /* Adjusted height */
    border-radius: 15px; /* Soft corners for elegance */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5); /* Dramatic shadow for depth */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Arial', sans-serif; /* Modern sans-serif font for a sleek look */
    font-weight: 600; /* Semi-bold for impact */
    color: #e0e0e0; /* Light gray for contrast against dark background */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.club:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.7); /* Enhanced shadow on hover */
}

/* Optional: Additional styles for specific text elements inside .bar */
.club h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
    padding: 5px;

}

.club p {
    font-size: 1em; /* Standard text size */
    opacity: 0.8; /* Slightly transparent for a modern feel */
}

.nightlife{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0; 
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
}}

@media screen and (max-width: 480px) {
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  /* Page scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(18, 18, 18, 0.95);
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }



.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
 


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
    padding-top: 90px;
}


.image{
    z-index: 50;
    flex-shrink: 0;
    width: 80%;
    height: 350px;
    right: 0;
   
    margin-top: 0;
    border: none;
    border-radius: 20px;
    object-fit: cover;
    flex-basis: 150px;
    display: block;
    border: none;
    box-shadow: 0 0 0 2px #ccc;
}



.picture{
    position: static !important;
}

a{
    text-decoration: none;
}



header{
    margin-top: 0;
    padding-top: 0;
}

html{
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    background-color: black;
    background: linear-gradient(45deg, #ff0080, #00ffff, #ff00ff, #0000ff, #ff6600);
    background-size: 400% 400%; /* Makes the gradient larger for smoother animation */
    color: white;
    overflow-x: hidden;
}

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

h2{
    margin-left: 0;
    padding-left: 0;
}

article{
    padding: 0;
    margin: 0;
}

div>p{
    margin-left: 0;
    padding-left: 0;
}

figure{
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
}


img{
    margin-top: 0;
}

article{
    margin-top: 0;
    padding-top: 0;
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

.black-star{
    color: black;
}

footer a:hover{
    color: #BFA14A;
}


.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.mode{
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: bold;
}

.asul-bold {
    font-family: "Asul", serif;
    font-weight: 700;
    font-style: normal;
  }
  
h3{
    text-align: center;
}


.privacy{
    margin-top: 70px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 100px;
}

#link{
    display: inline;
    text-decoration: none;
    color: white;
}

#nightlifeHeading{
    padding-top: 80px;
    font-family: "Bruno Ace SC", sans-serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
}


.club {
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.8), rgba(0, 0, 0, 0.7)); /* Dark gradient for a sophisticated look */
    padding: 20px; /* Padding for a cozy yet chic appearance */
    margin: 15px; /* Space between elements */
    width: 500px; /* Balanced width */
    height: 300px; /* Adjusted height */
    border-radius: 15px; /* Soft corners for elegance */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5); /* Dramatic shadow for depth */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Arial', sans-serif; /* Modern sans-serif font for a sleek look */
    font-weight: 600; /* Semi-bold for impact */
    color: #e0e0e0; /* Light gray for contrast against dark background */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

.club:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.7); /* Enhanced shadow on hover */
}

/* Optional: Additional styles for specific text elements inside .bar */
.club h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; /* Wider spacing to give an airy feel */
    font-family: 'Dancing Script', cursive; /* Cursive font for the title to give it a hand-drawn feel */
    text-shadow: 
    0 0 5px #fff,      /* white glow */
    0 0 10px #ff00ff,  /* pink glow */
    0 0 20px #ff00ff,  /* pink glow */
    0 0 30px #ff00ff,  /* pink glow */
    0 0 40px #ff00ff,  /* pink glow */
    0 0 50px #ff00ff,  /* pink glow */
    0 0 75px #ff00ff;  /* pink glow */
    padding: 5px;

}

.club p {
    font-size: 1em; /* Standard text size */
    opacity: 0.8; /* Slightly transparent for a modern feel */
}

.nightlife{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0; 
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
    flex-shrink: 0;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
}}
