
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', Arial, sans-serif;
  color: #0d0d0d;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

input {
  font-family: inherit;
}

/* Layout components */
.main-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.top-banner {
  background-color: #0d0d0d;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
}

.banner-text {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 14px;
  color: #edf3ca;
  text-transform: capitalize;
}

/* Header */
.header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  background-color: transparent; 
}


.logo {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

.nav-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-item {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.nav-item.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}

.nav-dropdown {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dropdown-icon {
  width: 10px;
  height: 6px;
}


.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.action-icon {
  width: 16px;
  height: 18px;
}

.icons {
  color: white;
}

.user-icon {
  width: 24px;
  height: 24px;
}

.divider {
  width: 1px;
  height: 44px;
  background-color: #bdbdbd;
}

.cart-icon {
  width: 18px;
  height: 20px;
}

.cart-text {
  background-color: transparent;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 19px;
  color: #ffffff;
  margin-left: 6px;
}

.cart-text .bold {
  font-weight: 700;
}

.hamburger {
  display: block;
  color: #ffffff;
  font-size: 24px;
}

/* Hero section */
.hero {
  position: relative;
  height: 903px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0 16px;

}

.hero-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 76px 60px 70px;
  max-width: 793px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-card h2 {
  font-family: 'Amiri', serif;
  font-weight: 700;
  font-size: 68px;
  line-height: 89px;
  color: #0d0d0d;
  margin-bottom: 35px;
}

.hero-card p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #5e5e5e;
  margin-bottom: 35px;
  max-width: 351px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background-color: #95a986;
  border-radius: 60px;
  padding: 28px 38px;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

.cta-button span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 92px;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  color: #0d0d0d;
}

.cta-button:hover svg {
  transform: translateX(5px);
}

.hero-indicator {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d1b5b57c;
  opacity: 0.5;
}

.dot.active {
  opacity: 1;
}

/* About section */
.about-section {
  width: 100%;
  padding: 80px 16px;
}

.about-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.section-label {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #95a986;
  margin-bottom: 8px;
}

.section-title {
  font-size: 32px;
  font-family: 'Amiri', serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 16px;
}

.title-underline {
  width: 64px;
  height: 20px;
  margin-bottom: 20px;
}

.about-paragraph {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #5d5d5d;
  margin-bottom: 16px;
}

.about-images {
  flex-shrink: 0;
  position: relative;
  width: 640px;
  height: auto;
}

.about-image-main {
  width: 320px;
  height: auto;
  border-radius: 20px;
  display: block;
}

.about-image-overlay {
  position: absolute;
  top: 40px;
  left: 260px;
  width: 303px;
  height: 435px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Advantages section */
.advantages-section {
  width: 100%;
  padding: 80px 16px;
  background-color: #ffffff;
}

.advantages-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.advantages-header {
  margin-bottom: 48px;
}

.advantages-title {
  font-size: 32px;
  font-family: 'Amiri', serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  margin-top: -10px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 48px;
}

.advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.advantage-icon {
  width: 80px;
  height: 80px;
  background-color: #95a986;
  border: 12px solid rgba(149, 169, 134, 0.2);
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.advantage-icon img {
  width: 40px;
  height: 50px;
}

.advantage-title {
  font-size: 20px;
  font-family: 'Amiri', serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2b2b2b;
}

.advantage-description {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
}

/* Mission section */
.mission {
  padding: 100px 0;
  background-color: #f6f6f6;
}

.mission-content {
  display: flex;
  align-items: center;
  gap: 130px;
}

.mission-image {
  flex: 1;
  max-width: 738px;
}

.mission-image img {
  width: 100%;
  height: 634.34px;
  object-fit: cover;
  border-radius: 20px;
}

.mission-text {
  flex: 1;
  max-width: 580px;
}

.mission-text h2 {
  font-family: 'Amiri', serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 20px;
}

.mission-text .decorative-line {
  justify-content: flex-start;
  margin-bottom: 40px;
}

.mission-text p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #5e5e5e;
  margin-bottom: 30px;
}

.mission-text p:last-child {
  margin-bottom: 0;
}

/* Footer */
.footer {
  width: 100%;
  padding: 40px 16px 20px;
}

.footer-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.footer-newsletter {
  grid-column: 1;
}

.footer-title {
  font-size: 20px;
  font-family: 'Amiri', serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 8px;
}

.footer-line {
  width: 60px;
  height: 1px;
  background-color: #0d0d0d;
  margin-bottom: 16px;
}

.footer-description {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #5d5d5d;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-input {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #aeaeae;
  background-color: #ffffff;
  border: 1px solid rgba(134, 134, 134, 0.5);
  border-radius: 26px;
  padding: 14px 22px;
  width: 100%;
}

.newsletter-button {
  background-color: #95a986;
  color: #0d0d0d;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  padding: 12px 34px;
  border-radius: 26px;
  width: fit-content;
}

.footer-links {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 2.5;
  color: #5d5d5d;
   text-decoration: none;
}

.social-icons {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

.social-icon {
  width: 18px;
  height: 18px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 32px 0 16px;
}

.copyright {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #5d5d5d;
  text-align: center;
}

/* Responsive media queries */
@media (max-width: 1023px) {
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 250px;
    background-color: #0d0d0d;
    flex-direction: column;
    padding: 100px 20px;
    gap: 24px;
    transition: right 0.3s ease;
    z-index: 999;
  }

  .nav-menu.active {
    right: 0;
  }

  .hamburger {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    color: #ffffff;
    z-index: 1000;
  }
}

@media (max-width: 1200px) {
  .hero-card {
    padding: 50px 40px;
    max-width: 600px;
  }

  .hero-card h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .mission-content {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 600px;
  }

  .hero-content {
    padding: 0 20px;
  }

  .hero-card {
    max-width: 100%;
    width: 100%;
    padding: 30px 16px;
    box-sizing: border-box;
  }

  .hero-card h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .cta-button {
    padding: 20px 30px;
    flex-direction: column;
    gap: 10px;
  }

  .mission {
    padding: 60px 0;
  }

  .mission-content {
    flex-direction: column;
    gap: 40px;
  }

  .mission-image img {
    height: 400px;
  }

  .mission-text h2 {
    text-align: center;
    font-size: 36px;
    line-height: 45px;
  }

  .mission-text .decorative-line {
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .banner-text {
    font-size: 14px;
  }

  .logo {
    font-size: 32px;
    line-height: 38px;
  }

  .nav-item {
    font-size: 16px;
  }

  .section-title {
    font-size: 38px;
  }

  .advantages-title {
    font-size: 38px;
  }

  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .about-images {
    flex-direction: row;
    justify-content: center;
  }

  .mission-content {
    flex-direction: row;
    align-items: center;
  }

  .mission-text {
    order: 1;
    flex: 1;
  }

  .mission-images {
    order: 2;
    flex: 1;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .header {
    padding: 16px 32px;
  }

  .hero-content {
    padding: 64px 32px;
  }

  .hero-card {
    padding: 38px;
  }

  .about-section,
  .advantages-section,
  .mission-section {
    padding: 100px 32px;
  }

  .about-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }

  .about-text {
    flex: 1.2;
  }

  .about-images {
    flex: 0.8;
  }

  .section-title {
    font-size: 45px;
  }

  .advantages-title {
    font-size: 45px;
  }

  .footer {
    padding: 50px 32px 30px;
  }

  .footer-content {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }

  .nav-menu {
    display: flex;
  }

  .header {
    padding: 16px 48px;
  }

  .logo {
    font-size: 40px;
    line-height: 47px;
  }

  .hero-card h2 {
    font-size: 68px;
    line-height: 120px;
  }

  .hero-content {
    padding: 100px 48px;
  }

  .about-section,
  .advantages-section,
  .mission-section {
    padding: 120px 48px;
  }

  .advantages-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
  }

  .advantage-title {
    font-size: 24px;
  }

  .advantage-description {
    font-size: 16px;
  }

  .footer {
    padding: 60px 48px 40px;
  }
}

@media (min-width: 1280px) {
  .header {
    padding: 16px 100px;
  }

  .hero-content {
    padding: 120px 100px;
  }

  .about-section,
  .advantages-section,
  .mission-section {
    padding: 140px 100px;
  }

  .footer {
    padding: 80px 100px 50px;
  }
}