*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: montserrat;
}
html,body{
    height: 100%;
    width: 100%;
}
#main{
    height: 100%;
    width: 100%;
}
#main #nav1{
    width: 100%;
    height: 30px;
    background-color: #F5F5F5;
    display: flex;
    padding: 0px 65px;
}
#nav1>#navl{
    width: 50%;
    height: 100%;
}
#nav1>#navr{
    height: 100%;
    width: 50%;
    padding: 6px;
    display: flex;
    justify-content: flex-end;
}
#nav1 #navr a{
    text-decoration: none;
    color: black;
    margin-left: 30px;
    font-size: small;
    font-weight: 550;
}
#nav1 #navr a:hover{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.526);
    margin-left: 30px;
    font-size: small;
    font-weight: 550;
}
#nav2{
    width: 100%;
    height: 61px;
    background-color: white;
    position: relative;
    display: flex;

}
#nav2 #logo{
    padding: 20px 40px;
}
#nav2 #cnav{
    align-content: center;
    margin-left: 170px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
#nav2 #cnav a{
    text-decoration: none;
    color: black;
    font-weight: 550;
    letter-spacing: 0.0px;
    margin: 0px 10px;
}
#nav2 #cnav a:hover{
    border-bottom: 2px solid black;
}
#nav2 #search{
    background-color: #F5F5F5;
    height: 35px;
    width: 150px;
    border-radius: 30px;
    position: absolute;
    right: 12%;
    margin: 13px 0px;
    
}
#nav2 #search i{
    font-size: 20px; 
    position: absolute;
    left: 8px;
    top: 5px;
    
}
#nav2 .carticon{
    position: absolute;
    right: 60px;
    top: 11px;
    font-size: 30px;
}

#main #nav3{
    width: 100%;
    height: 70px;
    background-color: #F5F5F5;
    text-align: center;
    padding: 15px;
}
#main #nav3 p{
    font-weight: 450;
    margin-bottom: 8px;
}

.move{
    position: relative;
    width: 280px;
    left: 39%;
    animation-name: moving;
    animation-duration: 2s;
}

@keyframes moving{
    from{
        left: 39%;
    }
    to{
        left: 1300px;
    }
}
#limg{
    /* background-color: orange; */
    width: 100%;
    height: 800px;
    
}
#limg #img{
    background-image: url(https://images.unsplash.com/photo-1542291026-7eec264c27ff?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    height: 600px;
    width: 95%;
    background-size: cover;
    background-position: center;
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
}
#btext{
    text-align: center;
    line-height: 1;
}
#btext h4{
    margin-top: 20px;
}
#btext h1{
    font-size: 60px;
    font-weight: 1000;
}
#btext p{
    font-weight: 550;
    margin: 15px;
}
#btext a{
    background-color: black;    
    border-radius: 25px;
    display: block;
    height: 40px;
    width: 115px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    position: absolute;
    left: 45%;
    padding-top: 13px;
    margin-top: 12px;
}
#btext a:hover{
    background-color: gray;
}
#main #featured{
    margin-top: 85px;
    width: 100%;
    height: 700px;
    /* background-color: lightgrey; */
}
#featured p{
    font-size: 28px;
    font-weight: 500;
    margin-left: 50px;
}
#featured #imgs{
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}
#featured #imgs .img1{
    height: 500px;
    width: 400px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1603145733223-c266e05422b0?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
}
#featured #imgs .img2{
    height: 500px;
    width: 400px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1556906781-9a412961c28c?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
}
#featured #imgs .img3{
    height: 500px;
    width: 400px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1673542972043-6eec7756e7b4?q=80&w=1964&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
}
#featured #labels{
    display: flex;
    gap: 15px;
    justify-content: center;
    
    margin-top: 30px;
}
#featured #labels .label{
    line-height: 1.8;
    width: 400px;
    font-weight: 550;
    font-size: 17px;
}
#allnew{
    width: 100%;
    height: 560px;
    /* background-color: lightgreen; */
    margin-top: 60px;
}
#allnew p{
    font-size: 30px;
    font-weight: 500;
    margin-left: 50px;
}
#allnew #imgs{
    display: flex;
    gap: 15px;
    justify-content: center;
    
    margin-top: 30px;
}
#allnew #imgs .img1{
    height: 370px;
    width: 400px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1536520807309-1f7bae9f8be5?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
}
#allnew #imgs .img2{
    height: 370px;
    width: 400px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1579298245158-33e8f568f7d3?q=80&w=1790&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}
#allnew #imgs .img3{
    height: 370px;
    width: 400px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1514385295299-4f4327e50847?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}
#allnew #labels{
    display: flex;
    gap: 15px;
    justify-content: center;
    
    margin-top: 30px;
}
#allnew #labels .label{
    line-height: 1.8;
    width: 400px;
    font-weight: 550;
    font-size: 17px;
}
#Classics{
    width: 100%;
    height: 400px;
    /* background-color: lightcoral; */
    margin-top: 60px;
}
#Classics p{
    font-size: 25px;
    font-weight: 500;
    margin-left: 50px;
}
#Classics #imgs{
    display: flex;
    gap: 15px;
    justify-content: center;
    overflow-x: auto;
    margin-top: 30px;
}
#Classics #imgs .img1{
    height: 280px;
    width: 500px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1670105084645-d4e3c9800776?q=80&w=1578&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
}

#Classics #imgs .img2{
    height: 280px;
    width: 500px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1514385295299-4f4327e50847?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}
#Classics #imgs .img3{
    height: 280px;
    width: 500px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1579199265916-436a773ce30b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-position: center;
    background-size: cover;
}
#Classics #imgs .img4{
    height: 280px;
    width: 500px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1515555230216-82228b88ea98?q=80&w=1926&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;
}
#shop{
    width: 100%;
    height: 350px;
    /* background-color: lightseagreen; */
    margin-top: 60px;
    position: relative;
}
#shop p{
    font-size: 25px;
    font-weight: 600;
    margin-left: 80px;
}
#shop #imgs{
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
    
}
#shop #imgs .img1{
    height: 240px;
    width: 390px;
    background-color: red;
    background-image: url(https://images.pexels.com/photos/11429535/pexels-photo-11429535.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
    background-size: cover;
}
#shop #imgs .img2{
    height: 240px;
    width: 390px;
    background-color: red;
    background-image: url(https://images.unsplash.com/photo-1701944696573-5f3572b76ea9?q=80&w=2003&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
}
#shop #imgs .img3{
    height: 240px;
    width: 390px;
    background-color: red;
    background-image: url(https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/ca929f7e-f433-46b7-8d83-1a6171c172ce/NIKE+REVOLUTION+7+EASYON.png);
    background-position: center;
    background-size: cover;
}
#shop #button{
    display: flex;
    gap: 300px;
    justify-content: start;
    position: absolute;
    left: 120px;
    bottom: 100px;
}
#shop #button a{
    height: 37px;
    width: 100px;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50px ;
    color: black;
    font-weight: 630;
    text-decoration: none;
    display: flex;
    gap: 50px;
}
#shop #button a:hover{
    background-color: rgba(255, 0, 0, 0.444);
    color: white;
}
#footer1{
    width: 100%;
    height: 310px;
    /* background-color: lightskyblue; */
    display: flex;
    justify-content: center;
    gap: 110px;
}

#footer1 .colm .list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#footer1 .colm .list a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: large;
    opacity: 0.6;
}
#footer1 .colm .list a:nth-child(1){
    opacity: 5;
    margin-bottom: 15px;
    font-weight: 650;
}
#main hr{
    width: 90%;
    opacity: 0.5;
    margin-left: auto;
    margin-right: auto;
}
#footer2{
    width: 100%;
    height: 500px;
    /* background-color: lightskyblue; */
    display: flex;
    padding-left: 70px;
    gap: 110px;
}

#footer2 .colm .list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#footer2 .colm .list a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: medium;
    opacity: 0.6;
}
#footer2 .colm .list a:nth-child(1){
    opacity: 5;
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: 600;
    font-size: medium;
}
