html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;        
  box-sizing: border-box;
  font-family: sans-serif;
  background: white;   
}

*, *::before, *::after {
  box-sizing: inherit;
}

/* Mobile first */
body {
  max-width: 430px;    
  margin: 0 auto;
}

/* 네비게이션 바 Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* logo css */
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.logo-img{
    width:137px;
    height:56px;
}
.topnav a {
  color: black;
  padding: 14px 16px;
  font-family: 'Segoe UI', 'sans-serif';
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/* ------- hamburger menu ends ---------- */

.hero {
    position: relative;
}
.hero-img {
    width: 100%;
    display: block;
    border-radius: 0 0 32px 32px;

}
.hero-text {
    position: absolute;
    bottom: 2750px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    width: 80%;
}
.main-btn {
    padding: 12px 24px;
    background: #fff;
    border: 2px solid #222;
    border-radius: 24px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.drinks {
    padding: 24px 16px;
}
.drinks h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2D3A32;
    margin: 0 0 16px 0;
    line-height: 1.1;
    letter-spacing: -1px;
    font-family: 'Inter', Arial, sans-serif;
    text-align: left;
    padding: 0 0 0 16px;
    display: block;
    white-space: pre-line;
}
.drink-card {
    padding: 16px;
    margin-bottom: 16px;
    text-align: center;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.drink-card img {
    width: 80%;
    border-radius: 16px;
    margin-bottom: 8px;
}
.drink-card h3 {
    font-size: 18px;
    margin: 8px 0;
}
.drink-card ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #555;
}
.secondary-btn {
    display: block;
    margin: 24px auto;
    padding: 10px 24px;
    background: #eaeaea;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
}
.events {
    padding: 24px 16px;
}
.events h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2D3A32;
    margin: 0 0 16px 0;
    line-height: 1.1;
    letter-spacing: -1px;
    font-family: 'Inter', Arial, sans-serif;
    text-align: left;
    padding: 0 0 0 16px;
    display: block;
    white-space: pre-line;
}
.event-img {
    width: 100%;
    border-radius: 16px;
}
footer {
    background: #E8F5FF; 
    padding: 24px 16px;
    text-align: left;
    margin-top: 24px;
}

.footer-img{
    width:165px;
    height:72px;
}
.contact-title{
    font-size: 30px;
    padding-bottom: -15px;
    margin-top: -5px;
    margin-bottom: -10px;
}

.contact-text{
    font-size: 18px;
}


.fa-facebook-f, .fa-instagram{
    margin-top: 18px;
    color: #0C98FE;
    font-size: 40px;
    padding-right: 15px;
}