*{
    margin: 0;
    padding: 0;
}
.icon img{
    height: 100px;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 90px;
    width: 100px;
}
.main{
    height: auto;
}
.navbar{
    height: auto;
    display: flex;
    justify-content: space-between;
    background-color: #043222; 
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}
.icon{
    width: 200px;
    /* float: left; */
    height: 70px;
}
.logo{
    color: #f6e9d9;
    font-size: 35px;
    font-family: "Britney";
    padding-top: 10px;
    padding-left: 20px;
}
.menu ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.menu ul li{
    list-style: none;
    margin-left: 65px;
    margin-top: 27px;
    font-size: 1 rem;
}
.menu ul li a{
    display: block;
    text-decoration: none;
    color: aliceblue;
    font-family: "Quicksand";
    font-weight: bold;
    transition: 0.4s ease-in-out;   
}
.menu ul li a:hover{
    color: #f6e9d9;
    transform: translateY(-2px);
}

.search{
    display: flex;
    width: 330px;
    padding-top: 10px;
    
}
.srch{
    font-family: Arial;
    width: 200px;
    height: 30px;
    background: transparent;
    border: 1px solid white;
    margin-top: 13px;
    color: white;
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 16px;
    padding: 5px;

}
.srchbtn{
    width: 80px;
    height: 41px;
    background: #f6e9d9;
    border: none;
    margin-top: 13px;
    color: #043222;
    padding: 6px;
    font-size: 15px;
    border-bottom-right-radius:5px;
    border-top-right-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.srchbtn:hover{
    cursor: pointer;
}
.btn:focus{
    outline: none;
}
.srch:focus{
    outline: none;
}
.hero-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 85.8vh;
    padding-bottom: 20px;
}
.imgright{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.heroleft{
  background-color: #f6e9d9;
  background: linear-gradient(
        135deg,
        #f6e9d9 0%,
        #ecd1ab 50%,
        #d9b88a 100%
    );
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.05);
  color: #043222;
  
  padding: 30px;
}
.s1{
  font-size: 100px;
  font-family: "Britney", cursive;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1.2;
}
.s2{
  font-size: 100px;
  font-family: "Britney", cursive;
  font-weight: 700;
  margin-left: 160px;
  line-height: 1.2;
}
.s3{
  font-size: 100px;
  font-family: "Britney", cursive;
  font-weight: 700;
  margin-left: 245px;
  line-height: 1.2;
}
.heropara{
  font-size: 17px;
  font-family: "Quicksand", cursive;
  font-weight: 400;
  font-style: normal;
  padding-top: 3px;
  padding-bottom: 70px;
}
.hero-button {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    background-color: #093d24;
    color: #f6e9d9;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    transition: all 0.5s;
}
.hero-button:hover{
    transform: translate(2px,-3px);
    
}
@media (max-width: 900px) {
    .hero-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .imgright {
        height: auto;
    }

    .s1, .s2, .s3 {
        font-size: 50px;
        margin-left: 10px;
    }

    .heropara {
        font-size: 18px;
    }
}
.newarrival{
    display: flex;
    justify-content: space-between;
    padding-top: 9rem;
    padding-bottom: 80px;
}
.nwarrtext{
    font-family: "Britney";
    font-weight: 700;
    font-style: normal;
    padding-right: 20px;
    margin-left: 35px;
    color: #043222;
    font-size: 65px;
}
.nwarrtext p{
    font-family: "Quicksand";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding-top: 2px;
}
.viewtext{
    
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    
}
.viewbtn{
    display: inline-block;
    font-family: "Quicksand";
    background: transparent;
    border: solid #043222;
    border-width: 1px;
    padding: 10px 10px;
    text-decoration: none;
    color: #043222;
    transition: all 0.4s;
    
}
.viewbtn:hover{
    background-color: #043222;
    color: #f6e9d9;
    transform: translateY(-5px);
}
.card-container{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.card{
    height: 400px;
    width: 270px;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.card-image{
    height: 250px;
    margin-bottom: 15px;
}
.c5{
    margin-right: 20px;
    margin-left: 15px;
}
.cimg1{
    background-image: url("Pictures/Screenshot\ 2025-07-08\ 101044.png");
    background-size: cover;
    background-position: -45px;
}
.cimg2{
    background-image: url("Pictures/Screenshot\ 2025-07-08\ 101144.png");
    background-size: cover;
    background-position: -50px;
}
.cimg3{
    background-image: url("Pictures/Screenshot\ 2025-07-08\ 102340.png");
    background-size: cover;
    background-position: -40px;
}
.cimg4{
    background-image: url("Pictures/Screenshot\ 2025-07-08\ 101257.png");
    background-size: cover;
    background-position: -40px;
}
.cimg5{
    background-image: url("Pictures/Screenshot\ 2025-07-08\ 101318.png");
    background-size: cover;
    background-position: -43px;
}
.cardtitle{
    font-family: "Quicksand";
    font-weight: 500;
    font-size: 20px;
}
.infopara{
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 17px;
    color: #626160;
    font-weight: 700;
}
.card a{
    display: inline-block;
    background-color: #043222;
    text-decoration: none;
    padding: 6px;
    color: #f6e9d9;
    border-radius: 0.75rem;
    transition: all 0.5s;
}
.card a:hover{
    transform: translateY(-3px);
}
.empty{
    height: 7rem;
}
.info-image-container{
    height: 780px;
    background-image: url(Pictures/Screenshot\ 2025-07-09\ 092226.png);
    background-size: cover;
    opacity: 85%;
}
.info-head{
     margin-left: 30px;
     padding-top: 150px;
}
.info-head h1{
    font-size: 5rem;
    font-family: "Britney";
    color: aliceblue;
    margin-bottom: 0.5rem;
}
.info-head p{
    font-size: 1rem;
    font-family: "Quicksand";
    color: aliceblue;
    margin-bottom: 4rem;
}
.info-head a{
    display: inline-block;
    font-size: 20px;
    font-family: "Quicksand";
    text-decoration: none;
    padding: 10px;
    background-color:aliceblue;
    color: black;
    border-radius: 5px;
    transition: all 0.7s;
}
.info-head a:hover{
    transform: translateY(-5px);
    background-color: black;
    color: aliceblue;
}
.category-TITLE{
    font-family: "Britney";
    font-weight: 700;
    font-style: normal;
    padding: 30px 0px 25px;
    margin-left: 30px;
    color: #1a1a1a;
    font-size: 65px;
}
.category-container{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-bottom: 7rem;
    padding-right: 60px;
    padding-top: 2rem;
}
.category-info-title{
    font-family: "Britney";
    font-weight: 700;
    font-style: normal;
    padding-top: 7rem;
    padding-bottom: 3rem;
    margin-left: 35px;
    color: #043222;
    font-size: 60px;
}
.category{
    height: 300px;
    width: 270px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cat-image{
    background-color: #f6e9d9;
    height: 350px;
    width: 350px;
    margin-bottom: 7px;
    border-radius: 0.75rem;
}
.category-container a{
    display: inline-block;
    text-decoration: underline;
    font-family: "Quicksand";
    font-size: 1.09rem;
    color: #043222;
    transition: all 0.5s;
}
.category-container a:hover{
    transform: translateY(-3px);
}
.catimg1{
    background-image: url("Pictures/category-img/sneakers.webp");
    background-size: cover;
    background-position: 1px;
}
.catimg2{
    background-image: url("Pictures/category-img/runningshoes.webp  ");
    background-size: cover;
    background-position-y: -110px;
}
.catimg3{
    background-image: url("Pictures/category-img/hightop.webp");
    background-size: cover;
    background-position-y: -70px;
}
.catimg4{
    background-image: url("Pictures/category-img/slipons.webp");
    background-size: cover;
    background-position-y: -40px;
}
.empty-2{
    height: 11rem;
}

.footer-container{
    background-color: #043222;
    color: #f6e9d9;
}
.logo-name{
    display: flex;
    justify-content: center;
    padding-top: 5rem;
    font-family: "Britney";
    font-size: 2.4rem;
}
.links-ul{
    display: flex;
    justify-content: center;
    font-family: "Quicksand";
    list-style: none;
    gap: 50px;
    padding-top: 40px;
}
.links-ul li a{
    text-decoration: none;
    color: #f6e9d9;
    font-size: 18px;
    transition: all 0.4s;
}
.links-ul li a:hover{
    color: #D4AF37;
}
.social-icons{
    display: flex;
    justify-content: center;
    gap: 6rem;
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
    
}
.social-icons a{
    display: inline-block;
    transition: all 0.5s;
}
.social-icons a:hover{
    transform: translateY(5px);
}
.logo-name{
    width: 100px;
    height: 100px;
    place-self: center;
    gap: 10px;
}

/*CONTACT CSS*/

