body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.header {
  position: sticky;
  top: 0;
  background: #222;
  color: #fff;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
.header nav a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
}
.header nav a:hover {
  text-decoration: underline;
}
.content {
  padding: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

.about-hero{
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1490481651871-ab68de25d43d') center/cover;
    color:white;
    text-align:center;
    padding:80px 20px;
}
.about-hero h1{
    font-size:42px;
}
.about-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    padding:60px 10%;
    align-items:center;
}
.about-text h2{
    margin-bottom:15px;
}
.about-text p{
    margin-bottom:15px;
    line-height:1.6;
}
.about-image img{
    width:100%;
    border-radius:10px;
}
.about-values{
    background:#f7f7f7;
    padding:60px 10%;
    text-align:center;
}
.values-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:30px;
    margin-top:40px;
}
.value-box{
    background:white;
    padding:25px;
    border-radius:8px;
}
.about-cta{
    text-align:center;
    padding:60px 20px;
    background:#0b5d88;
    color:white;
}
.about-cta .btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    background:white;
    color:black;
    text-decoration:none;
}
.nav .active{
    border-bottom:2px solid white;
}
@media(max-width:768px){
    .about-content{
        grid-template-columns:1fr;
        text-align:center;
    }
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    background: #0b5d88;
    color: white;
}
.header nav a {
    margin: 0 10px;
    font-size: 14px;
}
.logo {
    font-size: 26px;
    font-weight: bold;
}
.hero {
    height: 90vh;
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),
    url('https://images.unsplash.com/photo-1503341455253-b2e723bb3dbb') center/cover;
    display: flex;
    align-items: center;
    padding-left: 60px;
    color: white;
}
.hero h1 {
    font-size: 48px;
}
.hero p {
    margin: 20px 0;
    font-size: 18px;
}
.btn {
    padding: 12px 25px;
    background: white;
    color: black;
    margin-right: 10px;
    display: inline-block;
}
.btn.outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}
.brands {
    display: flex;
    justify-content: space-around;
    padding: 30px;
    font-weight: bold;
}
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px;
    padding: 50px;
}
.header{
    background:#0b5d88;
    padding:15px 0;
}
.container{
    width:90%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo-area img{
    height:40px;
}
.nav a{
    color:#fff;
    margin:0 12px;
    font-size:14px;
    text-decoration:none;
}
.nav a:hover{
    text-decoration:underline;
}
.header-icons{
    display:flex;
    align-items:center;
    gap:15px;
}
.header-icons img{
    width:20px;
    filter:invert(1);
    cursor:pointer;
}
.price{
    color:#fff;
    font-weight:bold;
}
@media(max-width:768px){
    .container{
        flex-direction:column;
        gap:10px;
    }
    .nav{
        text-align:center;
    }
}
.card {
    height: 350px;
    background-size: cover;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.products {
    padding: 50px;
    text-align: center;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 20px;
    margin-top: 30px;
}
.product img {
    width: 100%;
}
.offer {
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1483985988355-763728e1935b') center/cover;
    padding: 80px;
    color: white;
}
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    padding: 40px;
    text-align: center;
}
.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    padding: 50px;
    background: #f5f5f5;
}
.footer a {
    display: block;
    margin: 8px 0;
    color: black;
}
.copyright {
    text-align: center;
    padding: 15px;
    background: #eee;
}
@media(max-width:768px) {
    .hero {
        padding: 30px;
        text-align: center;
    }
    .hero h1 {
        font-size: 32px;
    }
}
.women-hero{
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1490481651871-ab68de25d43d') center/cover;
    color:white;
    text-align:center;
    padding:80px 20px;
}
.women-hero h1{
    font-size:42px;
}
.women-section{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
    padding:60px 10%;
}
.women-card{
    border:1px solid #ddd;
    padding:15px;
    text-align:center;
}
.women-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}
.women-card button{
    margin-top:10px;
    padding:10px;
    background:#0b5d88;
    color:white;
    border:none;
    cursor:pointer;
}
.nav .active{
    border-bottom:2px solid white;
}
.men-hero{
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1520975918319-7e66b1dcb37d') center/cover;
    color:white;
    text-align:center;
    padding:80px 20px;
}
.men-hero h1{
    font-size:42px;
}
.men-section{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
    padding:60px 10%;
}
.men-card{
    border:1px solid #ddd;
    padding:15px;
    text-align:center;
}
.men-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}
.men-card button{
    margin-top:10px;
    padding:10px;
    background:#0b5d88;
    color:white;
    border:none;
    cursor:pointer;
}
.nav .active{
    border-bottom:2px solid white;
}
.accessories-hero{
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1503342217505-b0a15ec3261c') center/cover;
    color:white;
    text-align:center;
    padding:80px 20px;
}
.accessories-hero h1{
    font-size:42px;
}
.accessories-section{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
    padding:60px 10%;
}
.accessory-card{
    border:1px solid #ddd;
    padding:15px;
    text-align:center;
}
.accessory-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}
.accessory-card button{
    margin-top:10px;
    padding:10px;
    background:#0b5d88;
    color:white;
    border:none;
    cursor:pointer;
}
.nav .active{
    border-bottom:2px solid white;
}
.contact-hero{
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1521791055366-0d553872125f') center/cover;
    color:white;
    text-align:center;
    padding:80px 20px;
}
.contact-hero h1{
    font-size:42px;
}
.contact-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    padding:60px 10%;
}
.contact-info p{
    margin:15px 0;
    line-height:1.6;
}
.contact-form form{
    display:flex;
    flex-direction:column;
}
.contact-form input,
.contact-form textarea{
    padding:12px;
    margin-bottom:15px;
    border:1px solid #ccc;
    font-size:14px;
}
.contact-form button{
    padding:12px;
    background:#0b5d88;
    color:white;
    border:none;
    cursor:pointer;
    font-size:15px;
}
.nav .active{
    border-bottom:2px solid white;
}
@media(max-width:768px){
    .contact-section{
        grid-template-columns:1fr;
        text-align:center;
    }
}
.about-hero{
    background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),
    url('https://images.unsplash.com/photo-1490481651871-ab68de25d43d') center/cover;
    color:white;
    text-align:center;
    padding:80px 20px;
}
.about-hero h1{
    font-size:42px;
}
.about-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    padding:60px 10%;
    align-items:center;
}
.about-text h2{
    margin-bottom:15px;
}
.about-text p{
    margin-bottom:15px;
    line-height:1.6;
}
.about-image img{
    width:100%;
    border-radius:10px;
}
.about-values{
    background:#f7f7f7;
    padding:60px 10%;
    text-align:center;
}
.values-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:30px;
    margin-top:40px;
}
.value-box{
    background:white;
    padding:25px;
    border-radius:8px;
}
.about-cta{
    text-align:center;
    padding:60px 20px;
    background:#0b5d88;
    color:white;
}
.about-cta .btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    background:white;
    color:black;
    text-decoration:none;
}
.nav .active{
    border-bottom:2px solid white;
}
@media(max-width:768px){
    .about-content{
        grid-template-columns:1fr;
        text-align:center;
    }
}
