body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'gnc-header2', sans-serif;
  color: #3E3D95;
}

@font-face {
  font-family: 'gncheader';
  src: url('assets/fonts/gncheader.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gnc-header2';
  src: url('assets/fonts/gnc-header2.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.main-image {
  position: relative;
  width: 67%;
  height: 90vh;
  background: transparent url('assets/img/golden-fish-background.png') center / cover no-repeat;
}

.logo {
  position: absolute;
  top: 2vw;
  left: 2vw;
}

.logo-image {
  width: 20vw;
}

.logo-text {
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FF6E34;
  /* color: transparent;
  -webkit-text-stroke: 2px #FF6E34; */
  font-size: 2vw;
  font-family: 'gncheader', sans-serif;
}

.overlay-text {
  position: absolute;
  top: 70%;
  transform: translateY(-30%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: transparent;
  -webkit-text-stroke: 2px #FBF181;
  font-family: 'gncheader', sans-serif;
}

.drink-face {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 15vw;
}

.right-side {
  position: absolute;
  top: 0;
  right: 0;
  height: 90vh;
  z-index: -1;
}

.top-right {
  background-color: #ED7645;
  height: 65%;
  padding: 1.5vw;
  position: relative;
  overflow: hidden;
}

.bottom-right {
  background-color: #E9EEB3;
  height: 35%;
  padding: 1.5vw;
  max-height: 300px;
}

.location-header {
  font-size: 2vw;
  font-weight: bold;
}

.location {
  font-size: 1.5vw;
}

.big-phone a {
  font-size: 4vw;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-top: 0.5vh;
  text-decoration: none;
  color: #3E3D95;
}

footer {
  position: relative;
  width: 98%;
  height: 15vh;
  background: #3E3D95;
  color: white;
  /* text-align: left; */
  padding: 1vw;
  /* display: flex; */
  /* justify-content: space-between;
  align-items: center; */
  font-size: 1vw;
}
.footer-content {
  position: absolute;
  font-size: 1vw;
  left: 5%;
  top: 5%;
}

.hours {
  position: absolute;
  left: 40%;
  top: 5%;
  margin: 0 1vw;
  font-size: 1.3vw;
}

.find-us {
  position: absolute;
  left: 70%;
  top: 5%;
  margin: 0 1vw;
  font-size: 2.2vw;
}

a {
  /* font-size: 1.5vw; */
  color: #E9EEB3;
}

.location a {
  color: #3E3D95;
}

/* Chips */
.chips {
  position: absolute;
  height: 100%;
  /* width: auto; */
}

.chip-1 { position: relative; top: -5%; left: 0%; width: 15vw; }
.chip-2 { position: relative; top: 2%; left: 0%; width: 10vw; }
.chip-3 { position: relative; top: -12%; left: 75%; width: 12vw; }
.chip-4 { position: relative; top: 10%; left: -40%; width: 9vw; }
.chip-5 { position: relative; top: 0%; left: 40%; width: 20vw; }
/* mobile chips */
.chip-6 { position: relative; top: 50%; left: 5%; width: 13vw; }
.chip-7 { position: relative; top: 10%; left: 0%; width: 20vw; }

.promotion-text{
  position: absolute;
  top: 30%;
  color: #E9EEB3;
  padding: 10px;
  font-size: 3vw;
  font-family: 'gncheader', sans-serif;
  z-index: 2;
}

.fish-drinking {
  /* position: relative;
  top: 5%;
  padding-bottom: 30%;
  padding-top: 10%; */
  position: absolute;
  right: -19%;
  padding-top: 5%;
  z-index: 0;
  top: 75%;
}

  .overlay-text {
    font-size: 3.5vw; /* Larger text on smaller screens */
    left: 10%;
  }
  
  .drink-face-image {
    width: 20vw; /* Smaller face on mobile */
  }
  
  .right-side {
    width: 33%; /* More space for text and images */
  }
  
  .top-right, .bottom-right {
    padding: 5%; /* More padding on smaller devices */
  }
    
  .fish-drinking-image {
    width: 70%; /* Dynamically size the fish image */
  }

  .social-image {
    width: 3vw;
    padding-right: 1.5vw;
  }
