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


body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.site-header .container {

    display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  border: 50px;

    position:fixed;
  width: 100%;
  background: white;
  z-index: 1000;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  
}

.logo {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

.main-nav a,
.nav-icons a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s;
}

.main-nav a:hover,
.nav-icons a:hover {
  color: #a55a5a;
}


.hero {
  height: 100vh;
  background: url('images/bag\ model.png');
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  text-align: center;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero-content h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 30px;
  color: white;
  background: black;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: background 0.3s;
}

.btn:hover {
  background: #453d3d;
}

.curated {
  background:white;
  text-align: center;
  padding: 80px 40px;
}

.curated h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: 2px;
  text-decoration: underline;
}

.curated-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.curated-item {
  text-align: center;

}
.curated-item img:hover{
  transform: scale(1.05);
  
}

.curated-item img {
  width: 100%;
  height: auto;
  flex:1;
}

.curated-item p {
  margin-top: 15px;
  font-size: 14px;
  color: #000;
}
.hero-section {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 93%;
 padding-right: 25vh;
  height: 900px;
  justify-content: center;
  margin-left: 5%;
  overflow: hidden;
}

.hero-item {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero-item{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow: hidden;
    width: 335px;
    justify-content: center;
    width: 50%;
}

.hero-item img {
  object-fit: cover;
  border:white solid 2px;
  transition: transform 0.3 ease;
  box-shadow: 0.3 ease;
  display:grid;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 70px;
}

.hero-item img:hover{
  transform: scale(1.05);
}

.overlay {
  position: relative;
  top: 20px;
  bottom: 50px;
  left: 50vh;
  color: white;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.overlay h2 {
  background: rgba(41, 9, 9, 0.6);
  padding: 6px 20px;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;      
  bottom:110vh;                
  right:50vh;             
}

header h1 {
  font-size: 40px;
  letter-spacing: 4px;
  margin: 0;
}
header h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 40px;
}
.heading{
  justify-content: center;
  margin-left: 88vh;
  margin-bottom: 40px;
  font-size:x-large;
  
}

.services {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  flex-wrap: wrap;
  margin-right:5% ;
}

.service {
  width: 300px;
  text-align: center;
}
.service img {
  width: 100%;
  border-radius: 5px;
}
.service img:hover{
  transform: scale(1.02);
  border-color: #1b1818;
}

.service h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.service p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.service a {
  display: inline-block;
  margin-top: 10px;
  color: black;
  text-decoration: underline;
  font-size: 14px;
}
.footer {
      background-color: black;
      padding: 40px 80px;
    }

    .footer-logo {
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 4px;
      margin-bottom: 30px;
    }

    .footer-top {
      text-align: center;
      margin-bottom: 40px;
    }

    .footer-top h3 {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 15px;
    }

    .footer-top p {
      font-size: 18px;
      line-height: 1.6;
      max-width: 600px;
      margin: 0 auto 20px;
    }

    .subscribe-btn {
      background: none;
      color: #f9f5f5;
      border: 1px solid #fcf7f7;
      padding: 8px 16px;
      text-transform: uppercase;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .subscribe-btn:hover {
      background: #c19797;
      color: #faf5f5;
    }

    .footer-columns {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin-top: 40px;
    }

    .footer-column h4 {
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 15px;
      text-transform: uppercase;
      color: #fbf5f5;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      text-decoration: none;
      color: #f7f1f1;
      font-size: 14px;
      transition: 0.3s;
    }

    .footer-column ul li a:hover {
      color: #3e1f1f;
    }

    .footer-newsletter input {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      border: none;
      outline: none;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      font-size: 12px;
      color: #aaa;
    }
    .gucci-footer {
  background-color:black;
  color: #f8f2f2;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Georgia', serif;
  font-size: 20vh;
}
.footer-top a {
  color: #eeececbd;
  margin: 0 20px;
  text-decoration: none;
  font-size: 12px;
}

.footer-middle {
  margin: 20px 0;
}

.footer-middle img {
  height: 20px;
  margin-bottom: 10px;
  margin-left: 300px;
  text-decoration: solid;
}

.footer-bottom p {
  margin: 5px 0;
  font-size: 12px;
  color: #fbf5f5;
}

    