* {
    margin: 0%;
    padding: 0%;
    font-family: system-ui;
}


.p {
    position: relative;
}


nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: white;
    width: 100%;
    height: 10%;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    transition: 0, 5S;
    color: black;
    border-bottom: 2px black solid;
}

.k {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin-left: 18%;
}

body {
    height: 1000px;
}

#sec1 {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px #F5F5F5 solid;
    background-image: url(https://static.nike.com/a/images/w_2880,h_1410,c_fill,f_auto/b8ae1f74-3e53-476b-94e7-faa16f6d5ae4/image.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: sticky;
    padding-top: 60px;
    padding-bottom: 40px;
}

h1 {
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    padding-top: 20px;
}

h3 {
    width: 100%;
    color: #c4bebe;
    font-weight: 700;
    padding: 10px;
}

p {
    color: #cbc4c4;
}

.a,
.b,
.c {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    border: 1px #F5F5F5 solid;
    border-radius: 10px;
    box-shadow: 4px 4px 7px;
    text-align: center;
}

.a {
    background-image: url(https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/c44f61aa-a794-4bc5-8e94-18952eaa1a58/ZM+SUPERFLY+10+ELITE+KM+FG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.b {
    background-image: url(https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/ed1eef35-fa8c-4249-803a-5a9639232d0b/ZM+VAPOR+16+ELITE+KM+FG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.c {
    background-image: url(https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/c9064cdf-5f77-45b6-9ef3-b2b9e5dd96c2/ZM+VAPOR+16+PRO+KM+FG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.c:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.a:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.b:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#i {
    border: none;
    color: #707072;
    background-color: #F5F5F5;
    padding: 6px;
    border-radius: 7px;
    text-align: center;
    outline: none;
}

#o {
    border-radius: 10px;
}

.p button {
    background-color: #F5F5F5;
    border-radius: 60%;
    border: 1px #F5F5F5 solid;
    padding: 4px;
    position: absolute;
}

button:hover {
    color: #cbc5c5;
    transition: 0.5s;
}

#e {
    padding: 8px;
    border: 1px #F5F5F5 solid;
    border-radius: 10px;
}

#e:hover {
    color: #cbc5c5;
    transform: scale(1.1);
    transition: 0.5s;
}

.w {
    display: flex;
    gap: 15px;
}

#sec2 {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px #F5F5F5 solid;
    box-shadow: 4px 4px 4px;
    background-color: #F5F5F5;
    background-image: url(https://pixelz.cc/wp-content/uploads/2018/07/nike-logo-uhd-4k-wallpaper.jpg);
    background-size: 100% 100%;
    background-repeat: repeat;
    position: sticky;
    padding-top: 60px;
    padding-bottom: 40px;
}

#sec2 button {
    padding: 8px;
    border: 1px #F5F5F5 solid;
    border-radius: 10px;
}

#sec2 button:hover {
    color: #cbc5c5;
    transform: scale(1.1);
    transition: 0.5s;
}

#a,
#b,
#c {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    border: 1px #F5F5F5 solid;
    border-radius: 10px;
    box-shadow: 4px 4px 7px;
    text-align: center;
}

#a {
    background-image: url(https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/6a037ea0-f101-48f6-ab4f-1c0129524262/ZM+VAPOR+16+ELITE+FG+VJR.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 260px;
}

#b {
    background-image: url(https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/1ea25ad5-d001-490d-aa86-a7b4ed96808d/MERCURIAL+VAPOR+1+RGN+SE+FG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 260px;
}

#c {
    background-image: url(https://static.nike.com/a/images/t_PDP_1728_v1/f_auto,q_auto:eco/b16739dd-0f2a-4180-90bf-fb9324ea74b8/ZM+VAPOR+16+ELITE+AM+95+SE+FG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 260px;
}

#a:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#b:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#c:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.footer {
    background-color: white;
    color: black;
    padding: 40px 20px 20px;
    font-family: 'Arial', sans-serif;
    margin-top: 50px;
    
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.footer-section {
    flex: 1 1 250px;
    text-align: center;
}

.footer-section h3 {
    color: black;
    margin-bottom: 15px;
    font-size: 18px;
    display: inline-block;
}

.footer-section p,
.footer-section ul,
.footer-section li {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
    list-style: none;
    color: black;
}

.footer-section a {
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: black;
}

.socials a {
    font-size: 27px;
    color: black;
    transition: color 0.3s;
    text-align: center;
    margin: 30px;
}

.socials a:hover {
    color: black;
}

.footer-bottom p {
    color: black;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    border-top: 1px solid #333;
    padding-top: 15px;
}
