body {
    margin: 0;
    padding: 0;
    font-family: "Gabarito", sans-serif;
    background-color: #111; 
    color: white;
    overflow-x: hidden;
}

/* Centered 1200px container */
.container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

/* === Navigation === */

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 350px 0px;
  margin-top: -600px;
  margin-left: 30px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 10px;
    padding: 0px;
   font-size: 20px;
}

.main-nav a {
    color: #EEE982;
    text-decoration: none;
    font-weight: 500;
}

.main-nav a:hover {
    opacity: 0.6;
}


/* === Hero Section === */

.hero-section {
    width: 110%;
    height: 810px; 
    background-image: url("Background_img.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-text h1 {
    font-family: "Tilt Warp", sans-serif;
    font-size: 70px;
    margin: 0;
  margin-left: 185px;
   color: #ADFFC0;
}

.hero-text h2 {
    font-family: "Gabarito", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-top: -10px;
  margin-left: 175px;
   color: #8CEDD1;
}
/* === Second Section === */
.info-box {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 0 auto;  /* centers the rectangle */
    background-color: #9A9300;
    padding: 80px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
  margin-right: 40px; 
  box-shadow: 0 0 25px 10px rgba(82, 124, 92, 0.6); /* color + strength */
}

.info-box h2 {
    font-size: 32px;
    color: #8CEDD1;
    margin-bottom: -20px;
    text-align: center;
}

.info-box h3 {
    font-size: 20px;
    color: #BDE9C8;
    margin-bottom: 20px;
    text-align: center;
}

.info-box p {
  margin-top: 50px;
    color: white;
    line-height: 1.5;
    margin-bottom: 100px;
  text-align: left;
  margin-left: 100px;
  font-family: "Gabarito", sans-serif;
  font-weight: 400; 
}

.img1-row {
    display: flex;
    flex-wrap: wrap;
  width: 100%;
}

.img1-row img {
    width: 80%;
height: 260px;
    border-radius: 12px;
    object-fit: cover;
  margin-top: -350px;
  margin-left: 600px;
}
/* === Third Section === */
.green-section {
  background-color: #527C5C;
  padding: 20px;
  width: 1500px;
  max-width: 1500px;
  height: 700px;
  box-sizing: border-box;
}

/* Title – Tilt Warp */
.section-title {
 font-size: 38px;
    color: #8CEDD1;
    margin-bottom: -20px;
    text-align: center;
  margin-right: 50px;
}

/* Subtitle – Gabarito */
.section-subtitle {
    font-size: 22px;
    color: #BDE9C8;
    margin-bottom: 20px;
    text-align: center;
  margin-right: 50px;
}

/* Paragraph – Gabarito */
.section-paragraph {
   margin-top: 100px;
    color: white;
    line-height: 1.5;
    margin-bottom: 50px;
  text-align: left;
  margin-left: 100px;
  font-family: "Gabarito", sans-serif;
  font-weight: 500; 
}

/* Two Images Side-by-Side */

.image1 {
  width: 35%;
  border-radius: 12px;
  margin-left: 600px;
  margin-top: -400px;
  rotate: 9deg;
}

.image2 {
  margin-top: -400px;
  width: 45%;
  margin-left: 800px;
  border-radius: 12px;
}
/* Section 3 */
.mint-section {
  background-color: #BCECC2; 
  padding: 30px 40px;
  width: 100%;
  height: 430px;
  margin-top: -50px;
}

/* Title */
.big-title {
  font-family: "Tilt Warp", sans-serif;
  font-size: 80px;
  margin: 0;
  line-height: 1;
  color: #4A8272;
}

/* Subtitle */
.subtitle {
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  margin: 0px 0 40px;
  color: #556A53;
  font-weight: 700;
}

/* Layout for the 2 boxes */
.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  margin-top: 20px;
}

/* Small left box */
.small-box {
  background-color: #4F7A5A;
  padding: 30px;
  width: 200px;
  color: white;
  font-family: "Gabarito", sans-serif;
  text-align: center;
  border-radius: 14px;
  border: 5px solid #8ED7B0;
  font-size: 18px;
  line-height: 1.5;
}

/* Contact box */
.contact-box {
  background-color: #3D5F4A;
  padding: 40px;
  width: 460px;
  height: 200px;
  border-radius: 16px;
  border: 6px solid #8FD8B1;
  color: #F9F8DD;
}

/* Contact Title */
.contact-title {
  font-family: "Tilt Warp", sans-serif;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFE998;
}

/* Contact info lines */
.info-line {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
  color: white;
}

.icon {
  font-size: 26px;
}

/* Bottom line inside box */
.line {
  height: 6px;
  width: 100%;
  background-color: #DCC56E;
  border-radius: 4px;
  margin-top: 25px;
}

/* Food & Places CSS Style Rules */
/* Archive Section */
.archive-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

/* Section Title */
.archive-main-title {
    font-family: "Tilt Warp", sans-serif;
    font-size: 36px;
    color: #EEE982;
    margin-bottom: 30px;
}

/* Green container */
.archive-container {
    background-color: #527C5C;
    border-radius: 20px;
    padding: 40px 20px;
    margin-bottom: 50px;
    border: 4px solid #EEE982;
}

/* Container title */
.archive-container-title {
    font-family: "Tilt Warp", sans-serif;
    font-size: 28px;
    color: #EEE982;
    margin-bottom: 30px;
}

/* Row of images */
.archive-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

/* Single item */
.archive-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%; /* three items per row */
}

/* Image styling */
.archive-image {
    width: 100%;
    border-radius: 12px;
    margin: 10px 0;
    object-fit: cover;
}

/* Title above image */
.item-title {
    font-family: "Gabarito", sans-serif;
    font-size: 20px;
    color: #8CEDD1;
    margin-bottom: 10px;
}

/* Subtitle below image */
.item-subtitle {
    font-family: "Gabarito", sans-serif;
    font-size: 18px;
    color: #8CEDD1;
    margin-top: 5px;
}

.contactpage {
  font-family: "Gabarito", sans-serif;
    font-size: 60px;
    color: #8CEDD1;
    margin-top: -500px;
  margin-left: 400px;
}