:root {
      --btn-primary: #fff;
      --btn-secondary: #000;

}
body {
      font-family: 'SoDo Sans', sans-serif;
      background-color: #fff;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
}
header {
      display: flex;
      justify-content: space-between;
      padding: 0px 140px;
      height: 6rem;
      box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
}
.header-left {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      align-items: center;
      
}
.header-right {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      margin-right: 90px;
      
}
.store-link {
      margin-right: 40px;
      font-size: 14px;
      text-decoration: none;
      color: #000;
      font-weight: 600;
}
.store-link i {
      margin-right: 12px;
      font-size: 20px;
}
.store-link:hover {
      color: #00754A;
}
.top-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
}
.top-nav a{
      font-size: 15px;
      text-decoration: none;
      color: #000;
      font-weight: 700;
      letter-spacing: 1px;
      transition: 0.2s ease-in-out;
}
.top-nav a:hover {
      color: #00754A;
}
.head-btn {
      font-size: 14px;
      font-family: 'Noto Sans', sans-serif;
      font-weight: 600;
      padding: 6px 12px;
      border-radius: 50px;
      border: none
}
#btn-signin {
      background-color: #fff;
      border: 1px solid #000;
}
#btn-signin:hover{
      background-color: #eeeeee;
      cursor: pointer;
}
#btn-signup {
      background-color: #000;
      color: #fff;
      padding: 6px 15px;
      border: 1px solid #000;
}
#btn-signup:hover{
      background-color: #3b3b3b;
      cursor: pointer;
}

#logo {
      width: 50px;
}

.main-section {
      padding: 35px 232px;
}

.card {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      border: 1px solid #ccc;
      margin-bottom: 32px;
      align-items: stre;
      transition: 0.2s ease-in-out;
      

}
.card.reverse {
      flex-direction: row-reverse;
}
.card-image,
.card-content {
      flex: 1;
      min-height: 66vh;
      height: auto;
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
      

      
}
.card:hover {
      transform: translateY(-2px);
}

.card-image.small,
.card-content.small {
      min-height: 45vh;
}
.card-content.small h1 {
      font-size: 23px;
}
.card-content.small p {
      font-size: 18px;
      margin-bottom: 28px;
}
.card-content.small a {
      color: #32462F;
      border: 1px solid #32462F;
}



.card-content {
      flex-direction: column;
      text-align: center;
      color: white;
}

.card-content h1 {
      font-size: 46px;
      font-weight: 700;
      margin-bottom: 12px;
      letter-spacing: 2px;
      
}
.card-content p {
      font-size: 24px;
      max-width: 550px;
      font-weight: 500;
      line-height: 1.6;
      

}

.button {
      padding: 8px 16px;
      background: transparent;
      border: 1px solid #fff;
      border-radius: 50px;
      color: white;
      font-size: 16px;
      font-weight: 650;
      transition: 0.2s ease-in-out;
}
.button:hover {
      transform: translateY(-2px);
      
      color: #32462F;
      background-color: #fff;
}

.card-content.small a:hover {
      background-color: #32462F;
      color: #D0D0A9;
}

/* background color for card */
.green {background-color: #32462F;}
.tan {background-color: #D0D0A9; color: #32462F}
.lightgreen {background-color: #006242;}

.info-card {
      padding: 0px 230px;
      margin-bottom: 40px;
      box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
}
.main-info {
      padding: 20px 400px;
}
.main-info p {
      font-weight: 500;
      text-align: center;
      font-size: 14px;
      line-height: 1.7;
}


.footer {
      padding: 20px 230px;
      font-family: 'Noto Sans', sans-serif;
}
.footer-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
}
.footer-column {
      flex: 1;
      min-width: 180px;
      margin-right: 20px;
}
.footer-column h4 {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 40px;
}
.footer-column ul {
      list-style: none;
      padding: 0;
}
.footer-column ul li {
      margin-bottom: 24px;
}
.footer-column ul li a {
      font-weight: 500;
      text-decoration: none;
      color: #444;
      font-size: 15px;
      transition: 0.2s ease-in-out;
}
.footer-column ul li a:hover {
      transform: translateY(-2px);
      color: #000;
}
hr.solid {
      border-top: 1px solid #ccc;
}

.bottom-footer {
      padding: 10px 230px 60px;
      font-family: 'Noto Sans', sans-serif;
}
.social-icons {
      display: flex;
      gap: 20px;
      margin-bottom: 24px;
}

.social-icons a {
      width: 35px;
      height: 35px;
      background-color: #000;
      color: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      text-decoration: none;
      transition: transform 0.2s ease;
      margin-bottom: 12px;

}

.social-icons a:hover {
      box-shadow: 0 0 0 8px rgb(0, 0, 0, 0.1);
      transform: scale(1.1);
}

.policy-links {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 24px;
}

.policy-links a {
      text-decoration: none;
      color: #000;
      font-size: 15px;
      margin-bottom: 6px;
      font-weight: 500;
}
.policy-links a:hover {
      text-decoration: underline;
}

.copyright {
      font-size: 15px;
      color: #808080;
}