/* ============================================
   IMPORTS
   ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&display=swap");

/* ============================================
   BASE & GLOBAL
   ============================================ */
body {
  background-color: #dcc5ab;
}

h2 {
  font-family: "coustard", serif;
  font-weight: 900;
  color: #104730;
  text-decoration: underline;
  font-size: 24px;
  text-align: center;
  padding-top: 0px;
}

h3 {
  font-family: "coustard", serif;
  font-weight: 900;
  color: #104730;
  text-decoration: none;
  font-size: 30px;
  text-align: center;
  padding-top: 0px;
  margin-top: 0px;
}

/* ============================================
   HEADER
   ============================================ */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  font-family: "coustard", serif;
  font-size: 36px;
  color: #104730;
  background-color: #2b332b;
  border-radius: 10px;
}

header img {
  width: 200px;
  margin-top: 0%;
}

.header_spacer {
  width: 30px;
  flex-shrink: 0;
}

.menu_button {
  height: 20px;
  width: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.menu_button_span {
  border: #6d9775;
  width: 100%;
  height: 3px;
  background-color: #dcc5ab;
  border-radius: 5px;
}

/* ============================================
   NAVIGATION
   ============================================ */
nav ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-family: "coustard", serif;
  list-style-type: none;
  font-weight: 900;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

nav ul a {
  text-decoration: none;
  color: #104730;
  padding: 10px;
}

.dropdown-menu {
  font-family: "coustard", serif;
  display: none;
  position: absolute;
  margin-top: 10px;
  margin-left: 9px;
  padding: 10px;
  list-style: none;
  background-color: #6d9775;
  border-radius: 5px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  line-height: 40px;
  font-family: "coustard", serif;
}

.dropdown-menu li a {
  font-family: "coustard", serif;
  color: #ffffff;
  text-decoration: none;
  font-weight: lighter;
}

.side_nav_class {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 7.7px;
  bottom: 7.7px;
  background-color: #2c332b;
  overflow-x: hidden;
  padding-top: 30px;
  border-radius: 5px;
  transition: 0.5s;
}
#welcome_message {
  font-family: coustard, serif;
  padding: 8px 8px 8px 32px;
  font-size: 15px;
  color: #dbc4aa;
  display: block;
}

.side_nav_class a {
  font-family: coustard, serif;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #dbc4aa;
  display: block;
  transition: 0.3s;
}

.slide_nav_image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  display: block;
}

.passport_nav {
  display: flex;
  justify-content: center;
  gap: 0px;
  font-family: "coustard", serif;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding: 0%;
  margin: 0%;
}

.passport_list {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.passport_button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* ============================================
   MAIN CONTENT
   ============================================ */
.welcome_heading {
  font-family: "coustard", serif;
  color: #104730;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.welcome_message {
  font-family: "coustard", serif;
  color: #104730;
  font-size: 14px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.introduction {
  display: block;
  font-family: "coustard", serif;
  color: #104730;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
}

.two_columns {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 70%;
  margin: 0 auto;
  margin-top: 0px;
}

.two_columns_text {
  font-family: "coustard", serif;
  color: #104730;
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
  padding: 0px;
}

/* ============================================
   CARDS
   ============================================ */
#cardGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 90%;
  margin: 10px auto;
}

.card {
  background-color: #2b332b;
  border-radius: 5px;
  padding: 5px;
  width: calc(30% - 20px);
  text-decoration: none;
  margin-top: 0px;
  padding-top: 5px;
}

.card:hover {
  transform: scale(1.03);
}

.card_img {
  width: 100%;
  height: 200px;
  height: 160px;
  object-fit: cover;
  border-radius: 5px;
}

.card_h3 {
  color: #d0c59a;
  font-size: 18px;
  font-family: "coustard", serif;
  padding: 0px;
}

.card_p {
  color: #d0c59a;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  font-family: coustard, serif;
  padding: 0px;
}

/* ============================================
   SIGN UP FORM
   ============================================ */
.signup_form_container {
  display: flex;
  justify-content: center;
}

.signup_form {
  background-color: #2b332b;
  border-radius: 12px;
  padding: 36px 40px;
  width: 320px;
  font-family: coustard, serif;
}

.register_field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.sign_up_items {
  color: #dcc5ab;
  font-size: 13px;
  font-weight: 900;
  font-family: coustard, serif;
  letter-spacing: 0.04em;
}

.signup_form input {
  background-color: #1c6045;
  border: 1.5px solid #6d9775;
  border-radius: 6px;
  color: #dcc5ab;
  font-family: coustard, serif;
  font-size: 14px;
  padding: 9px 12px;
  outline: none;
}

.signup_form input:focus {
  border-color: #dcc5ab;
}

.signup_button {
  width: 100%;
  margin-top: 8px;
  background-color: #a67b5c;
  color: #dcc5ab;
  border: none;
  border-radius: 6px;
  padding: 11px;
  font-family: coustard, serif;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.signup_button:hover {
  background-color: #8f6449;
}

.terms_acceptance {
  font-family: coustard, serif;
  color: #dcc5ab;
  font-size: 15px;
  margin-top: 8px;
  text-decoration: none;
}
.terms_acceptance_link {
  color: #dcc5ab;
  text-decoration: underline;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  font-family: "coustard", serif;
  color: #104730;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer {
  font-family: "coustard", serif;
  color: #104730;
  font-size: 10px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
  margin: 5px;
}
