/*Colours for this page
 rgba(148, 114, 104, 0.5)Light Brown
 rgba(243, 227, 178, 1)- Light Yellow
 rgba(49, 15, 16, 1)- Dark Brown 
 rgb(197, 177, 116)- Dark Yellow */

@font-face {
    font-family: 'Alfa Slab One';
    src: url('Fonts/AlfaSlabOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('Fonts/CabinetGrotesk-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('Fonts/CabinetGrotesk-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('Fonts/CabinetGrotesk-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('Fonts/CabinetGrotesk-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('Fonts/CabinetGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('Fonts/CabinetGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('Fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('Fonts/CabinetGrotesk-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body{
    background-color: rgba(49, 15, 16, 1);
}


nav{
    width: 100%;
    padding: 1rem 5%;  
    border-bottom: 1.5px solid rgba(243, 227, 178, 1);
     font-family: 'Cabinet Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1{
    font-size: 100px;
    margin-left: 50px;
    margin-top: 10px;
    color: rgba(243, 227, 178, 1);
    text-align: left;
    font-weight: 900;
    font-family: 'Cabinet Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p{
    font-family: 'Cabinet Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    
}

.image-container{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    display:table-row;
    justify-content: left;
    align-items: left;
    color: rgba(243, 227, 178, 1);
}

.description{
    margin-left: 50px;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    color: rgba(243, 227, 178, 1);
    text-align: left;
    font-weight: 400;
    font-family: 'Cabinet Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.image-container-2{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    display: flex;
    justify-content: left;
    align-items: left;
}

h2{
    font-size: 3.5rem;
    color: rgba(243, 227, 178, 1);
    margin: 1rem auto;
    margin-left: 1rem;
    font-family: 'Cabinet Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*.logo{
    font-size: 1.8rem;
    font-weight: 600;
    color: darkolivegreen;
        letter-spacing: 0.5px;
}*/

.nav-links{
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links li a{
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    color: rgba(243, 227, 178, 1);
    transition: 0.3s;
}

.nav-links li a:hover{
    color: rgb(197, 177, 116);
    
}

.title{
    font-size: 80px;
    font-weight: 500;
    margin-left: 80px;
    margin-top: 50px;
     color: rgba(243, 227, 178, 1);
     align-items: center;
    text-align: center
}

.label{
    color: rgba(243, 227, 178, 1);
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Cabinet Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    /*margin-top: 10px*/
}

.about {
    margin-left: 30px;
    margin-top: 50px;
    font-size: 35px;
    max-width: 800px;
    margin-right: auto;
    padding: 0 1rem;
}

.cat-links{
    list-style: none;
    display: flex;
    gap: 2rem;
}

.cat-links li a{
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    color: rgba(243, 227, 178, 1);
    transition: 0.3s;
}

.cat-links li a:hover{
    color: rgb(197, 177, 116);
}

img{
   max-width: 100%;
}

.all-stores{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 1.25rem;
    color: rgba(243, 227, 178, 1);
    font-size: 20px;
    text-align: center;
}

.stores{
     border-radius: 10px; 
    overflow: hidden;
}

.stores a {
    display: block;
}

.stores img {
    display: block;
    border-radius: 10px;
}

.button {
  background-color: rgba(243, 227, 178, 1); 
  border: none;              
  color: rgba(49, 15, 16, 1);             
  padding: 15px 32px;        
  text-align: center;        
  text-decoration: none;     
  display: inline-block;     
  font-size: 16px;           
  margin-left: 50px; 
  margin-top: 10px;          
  cursor: pointer;           
  border-radius: 8px;        
  transition: background-color 0.3s; 
  border-radius: 25px;
  font-family: 'Cabinet Grotesk', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}

.button:hover {
  background-color: rgb(197, 177, 116); /* Darker green on hover */
}

.top-three{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 1.5rem;
    color: rgba(243, 227, 178, 1);

}

#map{
    height: 600px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height: 800px; /* Add height for images to display */
    margin-top: 50px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  height: 100%;
  margin-left: 250px;
}

.mySlides img {
  width: 70%;
  height: 70%;
  object-fit: cover; /* Ensure images fit properly */
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}