@media screen and (min-width: 1025px){
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  ::-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;
}

#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;
}

.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: #f2f0e6;
    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;
}

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;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.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;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 400px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 340px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

#title{
    font-size: 1.2em;
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Adjust font size for readability */
    text-align: center;
    overflow-y: hidden; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
    
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.5rem;
    width: 100%;}

.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}
@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;
}

  ::-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;
}

#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;
}

.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: #f2f0e6;
    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;
}

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;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.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;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 400px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 340px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Adjust font size for readability */
    text-align: center;
    overflow-y: auto; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.5rem;
    width: 100%;
}
.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}

@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;
}

  ::-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;
}

#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;
}

.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: #f2f0e6;
    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;
}

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;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.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;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 400px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 340px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Adjust font size for readability */
    text-align: center;
    overflow-y: auto; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.5rem;
    width: 100%;
}
.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}

@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;
}

  ::-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;
}

#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;
}

.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: #f2f0e6;
    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;
}

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;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.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;
    gap: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 400px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 340px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 16px; /* Adjust font size for readability */
    text-align: center;
    overflow-y: auto; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2.5rem;
    width: 100%;
}
.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
  /* Each figure */
  .figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 320px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
    overflow-y: visible;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}

 @media screen and (max-width: 480px){
h1{
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    margin-top: 0;
}

  ::-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;
}

#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;
}

.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: #f2f0e6;
    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;
}

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;
}


#link{
    display: inline;
    text-decoration: none;
    color: white;
}

.map-middle{
    z-index: 0;
    width: 70%;
    height: 350px;
    margin-top: 20px;
    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: 100px;
}

.sub-article{
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Coffee cup styling */
.coffee-cup {
    position: relative;
    width: 360px; /* Cup width */
    height: 380px; /* Cup height */
    background-color: #D1B28C; /* Cup color (light beige) */
    border-radius: 10% 10% 10% 10%; /* Rounded top for the cup */
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    padding-top: 40px; /* Padding for content space */
    overflow: visible; /* Prevent content overflow outside the cup */
}

/* Coffee liquid inside the cup */
.coffee-liquid {
    position: absolute;
    bottom: 30px; /* Adjust the liquid position */
    left: 10px;
    right: 10px;
    height: 320px; /* Reduced height for text */
    background-color: #3E2723; /* Dark brown coffee color */
    border-radius: 0 0 20% 20%; /* Curved bottom for the liquid */
    z-index: 2000; /* Coffee liquid behind the text */
}

.coffee-handle {
    position: absolute;
    top: 35%; /* Adjust vertical positioning */
    right: 40px; /* Position it outside the cup on the right */
    width: 70px; /* Width of the handle */
    height: 70px; /* Height of the handle */
    border: 12px solid #D1B28C; /* Handle color same as cup */
    border-radius: 50%;
    transform-origin: 100% 50%; /* Set the pivot point for the rotation to the right edge */
    transform: rotate(-180deg); /* Rotate the handle outward */
    z-index: 2; 
    visibility: visible;
    color:rgb(128, 0, 0);
}

/* Optional: Steam above the coffee */
.coffee-steam {
    position: absolute;
    top: -40px; /* Position steam above the cup */
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: steam 1.5s ease-in-out infinite;
    z-index: 3; /* Ensure steam is on top of the cup */
}

/* Steam animation */
@keyframes steam {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-40px);
        opacity: 0;
    }
}

/* Content inside the cup (text) */
.coffee-content {
    position: absolute;
    top: 50px; /* Position text inside the cup */
    bottom: 40px; /* Ensure text doesn't overlap the coffee liquid */
    left: 10px;
    right: 10px;
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 0.8em; /* Adjust font size for readability */
    text-align: center;
    overflow-y: hidden; /* Allow text overflow */
    padding: 10px;
    line-height: 1.5;
    z-index: 4000; /* Ensure text stays above the coffee */
}

.parlours, .cafes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
    margin: 0 auto;
    width: 70%;
    padding: 50px 0; 
}

#cafesTitle{
    color: #6F4F37;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    font-family: "Bruno Ace SC";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 2rem;
    width: 100%;
}
.gallery-container {
    position: relative;
    width: 90%; 
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 10px;
    overflow-y: visible;
  }
  
  /* The actual gallery */
  .gallery {
    display: flex;
    justify-content: flex-start; /* start from the left */
    align-items: center;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    flex-wrap: nowrap;
  }
  
.figure {
    flex: 0 0 auto; /* don't stretch */
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Images inside figure */
  .figure img {
    width: 280px;  /* uniform width */
    height: 300px; /* uniform height */
    object-fit: cover; /* no distortion */
    display: block;
  }
  
  /* Captions */
  .figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
    width: 100%;
    display: block;
  }



  
  /* Arrows */
  .arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }
}
