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: #f5f5f5;
    border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb {
    background: #BFA14A;
    border-radius: 50px;
  }

  *{
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
  }


  nav{
    font-size: 1.2em;
    font-family: 'Asul', 'Franklin Gothic Medium', serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    position: fixed;
    top: 0;
    text-decoration: none;
    width: 100%;
    max-height: 30px;
    opacity: 1;
    z-index: 1500;
    justify-content: space-between;
    display: inline-flex;
    flex-direction: row;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 25px;
}

#homelogo{
    width: 100px;
    height: 50px;
    left: 0;
    top: 0;
    position: fixed;
  }

.dropdownButton{
    float: none;
    border: none;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
    background-color: inherit;
    font-family: inherit;
    overflow: visible;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 0;
    right: 10;
    font-size: 1em;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: absolute;
    vertical-align: top;
    justify-items: top;
    padding-right: 20px;
}

.dropdownButton:hover, .dropdownButton:focus{
    color: #BFA14A;
    height: 50px;
    width: 50px;
} 

.dropdown{
    position: relative;
    right: 20;
    top:-15px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    padding-right: 80px;
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    justify-items: content;
}

.dropdownContent{
    display: none;
    position: absolute;
    top: 100%;
    z-index: 0.1;
    background-color: rgba(18, 18, 18, 0.95);
    width: 150px;
    font-size: 0.8em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    float: left;
    box-shadow: 0px 4px 12px 0px rgb(3,0,0);
    color: inherit;
    overflow: visible;
    left: auto;
    right: 0;
    margin-right: 30px;
    margin-top: 20px;
}

.dropdownContent>a{
    color: inherit;
    padding: 15px 15px;
    display: block;
    color: white;
}


.show{
    display: block;
    color: inherit;
}

nav, .dropdownContent{
    display: none;
    text-decoration: none;
    color: inherit;
}

.bar, .dropdownButton{
    display: inline-flex;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 1.2em;
}

nav, .dropdown:hover .dropdownContent{
  display: block;
}

#unit{
    display: inline-flex;
    color: inherit;
    font: white;
    padding: 10px;
    height: 50px;
}

input{
    width: 60%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .restaurant-list, .site-list, .article-list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .restaurant, .site, .article, .properties{
    width: 100%;
    max-width: 900px;
    border-radius: 8px;
  }

  .article a{
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }
  
  .restaurant h2, .site h2{
    font-size: 24px;
    color: #333;
  }
  
  .restaurant p, .site p{
    font-size: 18px;
    color: #666;
  }
  
  .restaurant.hidden, .site.hidden{
    display: none;
  }

.text, .restaurants, .sites, .articles{
    width: 65%;
    float: left;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}


.shopping, .mixeduse+{
    width: 65%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

.mixeduse+{
    width: 65%;
    float: left;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 0%;
    position: static;
}

.cormorant-upright-bold {
    font-family: "Cormorant Upright", serif;
    font-weight: 700;
    font-style: normal;
  }
  .map{
    z-index: 50;
    width: 80%;
    height: 350px;
    padding-top: 100px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 30px;
    margin-top: 0;
    border: none;
    flex-shrink: 0;
    right: 0;
    object-fit: cover;
    margin-right: 0;

}


.images{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20;
}

#advert1{
    z-index: 50;
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 50px;
    align-items: left;
    justify-content: left;
    display: inline-block;
    position: static !important;
    border-radius: 20px;
  }

.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;
}

.imageTwo{
    z-index: 50;
    width: 25%;
    height: 300px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;

}

.imageThree{
    z-index: 0;
    width: 25%;
    height: 200px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageFour{
    z-index: 0;
    width: 25%;
    height: 200px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageFive{
    z-index: 0;
    width: 25%;
    height: 200px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageSix{
    z-index: 0;
    width: 25%;
    height: 200px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageSeven{
    z-index: 0;
    width: 25%;
    height: 300px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageEight{
    z-index: 0;
    width: 25%;
    height: 300px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

.imageNine{
    z-index: 0;
    width: 25%;
    height: 300px;
    right: 0;
    float: right;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-top: 0;
    border-radius: 20px;
    position: static !important;
}

figcaption{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 90px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    width: 270px;
    font-size: 0.9em;
    position: static !important;
}

.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;
}

@keyframes gradientMotion {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

body{
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin: 0;
}

div{
    margin-left: 0;
}

ul{
    margin-left: 0;
    padding-left: 0;
}

ol{
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 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;
}

footer{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 100px;
    text-align: left;
    background-color: rgba(18, 18, 18, 0.95);
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    clear: both;
    display: flex;
}


footer>div>p{
    margin: 0;
    padding: 5px;
}

footer>div>p>a{
    color: white;
}

.flexbox97{
    text-align: left;
    display: inline-flex;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 10px;
}

.flexbox98{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox99{
    text-align: center;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox100{
    text-align: right;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 10px;
}

.flexbox101{
    float: right;    
}

.checked, .fa-star-half-full{
    color: gold;
}

br{
    padding: 0;
    margin: 0;
}

ol{
    padding-left: 20px;
}

a:hover{
    color: #BFA14A;
}

nav div{
    justify-content: space-between;
}

nav>div>a{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.bruno-ace-sc-regular {
    font-family: "Bruno Ace SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  #cuisineSearch, #siteSearch{
    border: solid 1px rgba(255, 215, 0, 0.8);
    outline: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1000;
}

#cuisineSearch:hover, #siteSearch:hover{
    box-shadow: 0 5px 20px 5px rgba(255, 215, 0, 0.8);
}

#cuisineSearch:focus, #siteSearch:focus{
    border: solid thick rgba(255, 215, 0, 0.8);
}

.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;
}

#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: 50px 0; 
}

.map-middle{
    z-index: 0;
    width: 50%;
    height: 350px;
    margin-top: 100px;
    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;
    padding-top: 90px;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 200px;
    margin-bottom: 100px;
}
