*{
    margin: 0 0;
    padding: 0 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

header{
    width: 100%;
    height: 20vh;
    background-color: #000;
    display: flex;

}

.logo {

    display: flex;
    align-items: center;
    gap: 10px;
   
    margin-left: 5rem;
    width: 45%;
    
}

.logo-shoe{
    margin-top: 1.2rem;
}
 


.logo-text {

   
    margin-top: 1rem;
    line-height: 0.8;
}

.logo-text span {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: .3rem;
    margin-right: .4rem;
}

.logo-text strong {

    color: #f00;
     font-size: 45px;
    font-weight: 900;
    letter-spacing: -1px;
}

.plug{
    color: #fff;
    margin-top: 4rem;
    width: 25%;
    font-size: 15px;

}

nav{
    width: 30%;
    margin-left: 2rem;
}

ul{
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

ul li{
    list-style: none;
}

ul li a{
    color:  #fff;
    text-decoration: none;
    font-size: 22px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

ul li a:hover{
    cursor: pointer;
    color: #f00;
}

ul li a img{
    width: 20px;
}

.section1{
    height: 50vh;
    width: 100%;
     display: flex;
    justify-content: center;
    padding-top: 5px;
}



.word{
    width: 40%;
    align-items: center;
    margin-top: 4rem;
    margin-right: 1rem;
    
}
.word p{
    color: #f00;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 1rem;
}

.word h1{
    font-size: 90px;
    font-weight: 800;
    line-height: 5.5rem;
    
}

.word h2{
    font-weight: 400;
   font-size: 18px;
   margin-top: 2rem;
   line-height: .1px;
}

.check{
    padding: 15px;
   background-color: #000;
   color: #fff;
   margin-top: 2rem;
   border: none;
   border-radius: 5px;
  
   
}

.check a{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.check a:hover{
    color: #f00;
}

.check img{
    width: 10px;
   
}

.picture{
     width: 45%;
     margin-top: 4rem;
     
    
}
.picture img{
    width: 90%;
    height: 67vh;
    border-radius: 10px;
    margin-left: 3rem;
   
}

.section2{
    margin-top: 18rem;
    padding: 2rem 5rem;
    height: 420vh;
}
.section2 h2{
    color: #f00;
    font-weight: 800;
}

.sneakers{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0;

}
.sneakers1{
    width: 22%;
    margin-bottom: 3rem;
}
.sneakers img{
    width: 100%;
    height: 45vh;
     border-radius: 10px;
}

.sneaktext p{
    font-weight: 800;
}

.sneaktext p span{
    font-weight: 300;
}

.contactus{
    margin-bottom: 3rem;
    background-color: rgb(240, 243, 240);
    padding: 2rem;
}

.call img{
    width: 25px;
    margin-right: .5rem;
    
}

.call {
    text-decoration: none;
    font-size: 25px;
    align-items: center;
   
}

.contactus h2{
    color: #000;
}

.icon{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 4rem;
    width: 40%;

}

.icon a {
    text-decoration: none;
}

.icon a p{
    font-weight: 200;
    margin-top: 1rem;
}

.top{
    padding: 15px;
   background-color: black;
   color: #fff;
   margin-top: .5rem;
   margin-left: 40%;
   border: none;
   border-radius: 5px;
   width: 20%;
   align-items: center;
}

.top a{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}


/* =========================================================
   JONES KICKS RESPONSIVE MEDIA QUERIES
   ========================================================= */


/* =========================================================
   LARGE TABLETS / SMALL LAPTOPS
   1200px AND BELOW
   ========================================================= */

@media screen and (max-width: 1200px) {

    /* ---------------- HEADER ---------------- */

    header {
        height: auto;
        min-height: 120px;
        padding: 15px 4%;
        align-items: center;
    }

    .logo {
        margin-left: 0;
        width: 40%;
    }

    .logo-shoe img {
        width: 60px;
        height: auto;
    }

    .logo-text span,
    .logo-text strong {
        font-size: 38px;
    }

    .plug {
        width: 20%;
        margin-top: 2rem;
        font-size: 13px;
    }

    nav {
        width: 40%;
        margin-left: 0;
    }

    ul {
        margin-top: 2rem;
        gap: 15px;
    }

    ul li a {
        font-size: 18px;
    }


    /* ---------------- HERO ---------------- */

    .section1 {
        height: auto;
        min-height: 600px;
        padding: 40px 5%;
        align-items: center;
    }

    .word {
        width: 48%;
        margin-top: 0;
        margin-right: 20px;
    }

    .word p {
        font-size: 25px;
    }

    .word h1 {
        font-size: 70px;
        line-height: 1;
    }

    .word h2 {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .picture {
        width: 48%;
        margin-top: 0;
    }

    .picture img {
        width: 100%;
        height: 500px;
        margin-left: 0;
        object-fit: cover;
    }


    /* ---------------- COLLECTION ---------------- */

    .section2 {
        margin-top: 5rem;
        padding: 2rem 4%;
       
        
    }

    .sneakers {
        gap: 25px;
        justify-content: flex-start;
    }

    .sneakers1 {
        width: calc(33.333% - 17px);
        margin-bottom: 2rem;
    }

    .sneakers img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }


    /* ---------------- CONTACT ---------------- */

    .icon {
        width: 60%;
    }

    .top {
        width: 25%;
        margin-left: 37.5%;
    }

}


/* =========================================================
   TABLETS
   992px AND BELOW
   ========================================================= */

@media screen and (max-width: 992px) {

    /* ---------------- HEADER ---------------- */

    header {
        flex-wrap: wrap;
        min-height: auto;
        padding: 20px 5%;
    }

    .logo {
        width: 50%;
        margin-left: 0;
    }

    .logo-shoe {
        margin-top: 0;
    }

    .logo-shoe img {
        width: 55px;
    }

    .logo-text {
        margin-top: 0;
    }

    .logo-text span,
    .logo-text strong {
        font-size: 34px;
    }

    .plug {
        display: none;
    }

    nav {
        width: 50%;
        margin-left: auto;
    }

    ul {
        margin-top: 0;
        justify-content: flex-end;
        gap: 20px;
    }

    ul li a {
        font-size: 17px;
    }


    /* ---------------- HERO ---------------- */

    .section1 {
        min-height: 550px;
        padding: 40px 5%;
    }

    .word {
        width: 50%;
    }

    .word p {
        font-size: 22px;
    }

    .word h1 {
        font-size: 58px;
        line-height: 1;
    }

    .word h2 {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
    }

    .check {
        padding: 13px 15px;
        margin-top: 20px;
    }

    .picture {
        width: 50%;
    }

    .picture img {
        height: 450px;
    }


    /* ---------------- COLLECTION ---------------- */

    .section2 {
        margin-top: 4rem;
        padding: 2rem 5%;
    }

    .section2 h2 {
        font-size: 25px;
    }

    .sneakers {
        gap: 20px;
    }

    .sneakers1 {
        width: calc(50% - 10px);
        margin-bottom: 2rem;
    }

    .sneakers img {
        height: 400px;
        object-fit: cover;
    }


    /* ---------------- CONTACT ---------------- */

    .contactus {
        padding: 25px;
    }

    .icon {
        width: 75%;
        gap: 30px;
    }

    .call {
        font-size: 21px;
    }

    .top {
        width: 30%;
        margin-left: 35%;
    }

}


/* =========================================================
   MOBILE DEVICES
   768px AND BELOW
   ========================================================= */

@media screen and (max-width: 768px) {

    /* ---------------- HEADER ---------------- */

    header {
        width: 100%;
        padding: 15px 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .logo {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .logo-shoe {
        margin-top: 0;
    }

    .logo-shoe img {
        width: 55px;
    }

    .logo-text {
        margin-top: 0;
    }

    .logo-text span,
    .logo-text strong {
        font-size: 32px;
    }


    /* NAVIGATION */

    nav {
        width: 100%;
        margin-left: 0;
    }

    ul {
        width: 100%;
        margin-top: 0;

        display: flex;
        justify-content: center;

        flex-wrap: wrap;

        gap: 10px 25px;
    }

    ul li a {
        font-size: 16px;
    }


    /* ---------------- HERO ---------------- */

    .section1 {
        width: 100%;
        height: auto;

        min-height: auto;

        display: flex;
        flex-direction: column;

        padding: 50px 7%;
    }

    .word {
        width: 100%;
        margin: 0;

        text-align: center;

        order: 1;
    }

    .word p {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .word h1 {
        font-size: clamp(45px, 10vw, 65px);
        line-height: 0.95;
    }

    .word h2 {
        font-size: 14px;
        line-height: 1.5;

        margin-top: 20px;
    }

    .check {
        margin-top: 20px;
        padding: 14px 20px;
    }

    .picture {
        width: 100%;
        margin-top: 40px;

        order: 2;
    }

    .picture img {
        width: 100%;
        height: 400px;

        margin-left: 0;

        object-fit: cover;
    }


    /* ---------------- COLLECTION ---------------- */

    .section2 {
        width: 100%;

        margin-top: 2rem;

        padding: 2rem 6%;

    }

    .section2 h2 {
        font-size: 23px;
        text-align: center;
    }

    .sneakers {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 25px 15px;

        padding: 2rem 0;
    }

    .sneakers1 {
        width: 100%;
        margin-bottom: 0;
    }

    .sneakers img {
        width: 100%;
        height: 300px;

        object-fit: cover;

        border-radius: 8px;
    }

    .sneaktext {
        padding-top: 8px;
    }

    .sneaktext p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .sneaktext p span {
        font-size: 12px;
    }


    /* ---------------- CONTACT ---------------- */

    .contactus {
        margin-bottom: 2rem;
        padding: 25px 20px;
    }

    .contactus h2 {
        font-size: 22px;
    }

    .icon {
        width: 100%;

        display: flex;
        justify-content: space-around;

        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }

    .icon a {
        text-align: center;
    }

    .icon a img {
        width: 35px;
        height: auto;
    }

    .icon a p {
        font-size: 13px;
        margin-top: 8px;
    }

    .call {
        display: flex;

        justify-content: center;
        align-items: center;

        font-size: 18px;
    }

    .call img {
        width: 22px;
    }


    /* ---------------- TOP BUTTON ---------------- */

    .top {
        display: block;

        width: 45%;

        margin: 20px auto;

        padding: 13px;
    }

}


/* =========================================================
   SMALL MOBILE
   576px AND BELOW
   ========================================================= */

@media screen and (max-width: 576px) {

    /* ---------------- HEADER ---------------- */

    header {
        padding: 15px 4%;
    }

    .logo-shoe img {
        width: 48px;
    }

    .logo-text span,
    .logo-text strong {
        font-size: 27px;
    }

    ul {
        gap: 8px 15px;
    }

    ul li a {
        font-size: 14px;
    }


    /* ---------------- HERO ---------------- */

    .section1 {
        padding: 40px 6%;
    }

    .word p {
        font-size: 18px;
    }

    .word h1 {
        font-size: 48px;
    }

    .word h2 {
        font-size: 12px;
    }

    .check {
        width: 180px;
        padding: 13px 10px;
    }

    .picture {
        margin-top: 30px;
    }

    .picture img {
        height: 330px;
    }


    /* ---------------- COLLECTION ---------------- */

    .section2 {
        padding: 2rem 5%;
       
    }

    .section2 h2 {
        font-size: 20px;
    }

    .sneakers {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 10px;
    }

    .sneakers img {
        height: 240px;
    }

    .sneaktext p {
        font-size: 12px;
    }

    .sneaktext p span {
        font-size: 10px;
    }


    /* ---------------- CONTACT ---------------- */

    .contactus {
        padding: 20px 15px;
    }

    .contactus h2 {
        font-size: 19px;
    }

    .icon {
        gap: 10px;
    }

    .icon a img {
        width: 30px;
    }

    .icon a p {
        font-size: 11px;
    }

    .call {
        font-size: 16px;
    }

    .call img {
        width: 20px;
    }

    .top {
        width: 55%;
    }

}


/* =========================================================
   VERY SMALL PHONES
   400px AND BELOW
   ========================================================= */

@media screen and (max-width: 400px) {

    /* ---------------- HEADER ---------------- */

    .logo-shoe img {
        width: 42px;
    }

    .logo-text span,
    .logo-text strong {
        font-size: 23px;
    }

    ul {
        gap: 8px 12px;
    }

    ul li a {
        font-size: 12px;
    }


    /* ---------------- HERO ---------------- */

    .section1 {
        padding: 35px 5%;
    }

    .word p {
        font-size: 16px;
    }

    .word h1 {
        font-size: 40px;
    }

    .word h2 {
        font-size: 11px;
    }

    .picture img {
        height: 280px;
    }


    /* ---------------- PRODUCTS ---------------- */

    .sneakers {
        grid-template-columns: 1fr 1fr;
    }

    .sneakers img {
        height: 200px;
    }

    .sneaktext p {
        font-size: 11px;
    }

    .sneaktext p span {
        font-size: 9px;
    }


    /* ---------------- CONTACT ---------------- */

    .icon {
        margin-top: 1.5rem;
    }

    .icon a img {
        width: 25px;
    }

    .icon a p {
        font-size: 10px;
    }

    .call {
        font-size: 14px;
    }

    .top {
        width: 65%;
    }

}