@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: capitalize;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}


/* ------------------------------ header section starts -----------------------  */

.header{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1.5rem 7%;
    border-bottom: .1rem solid #555;
}

.header .logo{
    color: #000;
    font-size: 3.5rem;
    text-transform: uppercase;
    font-family: 'Roboto Mono', monospace;
}

.header .logo span{
    color: #dc3545;
    text-transform: uppercase;
}

.header form{
    display: flex;
    align-items: center;
    width: 40rem;
    border-radius: 5.5rem;
    height: 4rem;
    background: #f8f9fa;
    overflow: hidden;
}

.header form input{
    width: 100%;
    height: 100%;
    background: none;
    color: #555;
    padding: 0 2rem;
    text-transform: none;
    border: none;
    outline: none;
}

.header form label{
    font-size: 2rem;
    padding-right: 2rem;
    color: #555;
    cursor: pointer;
}

.header form label:hover{
    color: #dc3545;
}

.header .icons a{
    color: #555;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.header .icons a i{
    margin-right: .5rem;
    font-size: 2rem;
}

.header .icons a i:hover{
    color: #dc3545;
}

/* ------------------------------ header section ends -----------------------  */


/* ---------------------------------- nav section starts -------------------  */

.navbar{
    background: #555;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 7%;
    border-bottom: .1rem solid #fafafa;
    position: relative;
}

.navbar .links a{
    font-size: 2rem;
    color: #fff;
    margin-right: 3rem;
}

.navbar .links a:hover{
    color: #dc3545;
    letter-spacing: .1rem;
    transition: .5s linear;
}

.navbar .menu-icon a{
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    background: #eee;
    text-align: center;
    font-size: 2rem;
    border-radius: .3rem;
    cursor: pointer;
}

.navbar .menu-icon a:hover{
    background: #dc3545;
    color: #fff;
    transition: .3s linear;
    transform: scale(1.1);
}
 

/* ---------------------------------- nav section ends -------------------  */


/* ------------------------------------ home section starts ------------------- */

section{
    padding: 2rem 7%;
}

.home{
    min-height: 100vh;
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('image/bg-1.webp');
    background-position: center;
    background-size: cover;
    display: grid;
    padding-top: 15rem;
}

.home .content h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'Roboto Mono', monospace;
}

.home .content h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1.5rem;
}

.home .content p{
    color: #ccc;
    font-size: 1.5rem;
    font-size: 600;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2.5rem;
}

.home .content .home-btn{
    margin-top: 4rem;
}

.home .content .home-btn a{
    padding: 1.5rem 4.5rem;
    background: #fff;
    margin-top: 2rem;
    font-size: 2rem;
    color: #000;
    font-weight: normal;
    border: .1rem solid #fff;
    margin-right: 1rem;
    border-radius: 5rem;
    text-transform: uppercase;
    font-family: sans-serif;
}

.home .content .home-btn .btn-1{
    background: none;
    color: #fff;
}

.home .content .home-btn .btn-1:hover{
    color: #000;
    background: #fff;
    transition: .2s linear;
}

.home .content .home-btn .btn-2:hover{
    color: #fff;
    background: none;
    transition: .2s linear;
}

/* ------------------------------------ home section ends ------------------- */

/* ------------------------------------- box-container section starts ---------------  */

.box-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eee;
    width: 100%;
    flex-wrap: wrap;
}

.box-container .box{
    display: flex;
    align-items: center;
    padding: 1.5rem;
    flex-basis: 33%;
}

.box-container .box h2{
    font-size: 2.5rem;
    margin-left: 1.5rem;
    color: #000;
    font-weight: bolder;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.box-container .box:nth-child(2){
    background: #f51167;
}

/* ------------------------------------- box-container section ends ---------------  */

/* -------------------------------- last product section starts -------------------------   */


.last-product{
    padding: 100px 50px;
    text-align: center;
}

.last-product h2{
    position: relative;
    font-size: 3.5rem;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2rem;
}

.last-product .product-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.5rem;
    padding-top: 4rem;
}

.last-product .product-container .product-box{
    flex-basis: 22%;
    background: #fafafa;
    margin: 0 1rem;
    margin-top: 1rem;

}

.last-product .product-container .product-box .image{
    position: relative;
}

.last-product .product-container .product-box img{
    width: 100%;
}

.last-product .product-container .product-box .overlay{
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.last-product .product-container .product-box .overlay a{
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    margin-left: .5rem;
    background: #fff;
    font-size: 2rem;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.last-product .product-container .product-box .overlay a:hover{
    color: #fff;
    background: #f51167;
    transition: .5s linear;
}


.last-product .product-container .product-box .content{
    display: flex;
    justify-content: space-between;
    padding: 2rem .5rem;
}

.last-product .product-container .product-box .content p{
    font-size: 1.5rem;
    font-family: 'Roboto',sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    color: #000;
}

.last-product .product-container .product-box .content span{
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto' ,sans-serif;
}

/* -------------------------------- last product section ends -------------------------   */

/* --------------------------------------- selling product section starts ------------------- */

.selling{
    padding-top: 0;
}

.selling h2{
    padding-bottom: 2rem;
}

.selling .selling-links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.selling .selling-links a{
    background: #eee;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'Roboto' ,sans-serif;
    color: #000;
    padding: 1rem 2rem;
    margin: 0 1.7rem;
    border-radius: 5rem;
    margin-bottom: .5rem;
}

.selling .selling-links a:hover{
    background: #f51167;
    color: #fff;
    transition: .5s linear;
}

.selling .btn{
    padding-top: 4rem;
}

.selling .btn a{
    color: #000;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 1.5rem 2rem;
    border-radius: 5rem;
    border: .1rem solid #000;
    cursor: pointer;
}

.selling .btn a:hover{
    background-color: #f51167;
    color: #fff;
    transition: .5s;
    border-color: #fff;
    transition: .5s linear;
}


/* --------------------------------------- selling product section ends ------------------- */

/* ---------------------------------------- strip shirt section starts --------------------  */

.strip-shirt .container{
    background: url('image/banner-1.webp');
    background-repeat: no-repeat;
    padding: 5rem 2.5rem;
    position: relative;
    background-position: center;
    background-size: cover;
}

.strip-shirt .container h4{
    font-size: 2rem;
    color: #555;
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1rem;
}

.strip-shirt .container h2{
    font-size: 6rem;
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .1rem;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2rem;
}

.strip-shirt .container button{
    outline: none;
    background: #f51167;
    border: none;
    padding: 1.5rem 4rem;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 5rem;
}

.strip-shirt .container button:hover{
    background: #50e550;
    transition: .3s linear;
}

.strip-shirt .container span{
    position: absolute;
    top: 7%;
    right: 3%;
    background: #50e550;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 1rem 3rem;
    border-radius: 5rem;
}

/* ---------------------------------------- strip shirt section ends --------------------  */

/* ----------------------------------------- footer section starts --------------------------  */

.footer{
    background: #000;
    margin-top: 100px;
    color: #fff;
    padding-top: 80px;
}

.footer .footer-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer .footer-container .footer-box{
    flex-basis: 23%;
}

.footer .footer-container .footer-box h2{
    font-size: 2.5rem;
    color: #fafafa;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3rem;
}


.footer .footer-container .footer-box .text{
    font-size: 1.5rem;
    color: #808080;
    line-height: 1.5;
    margin: 3rem 0;
    font-family: 'Roboto', sans-serif;
}

.footer .footer-container .footer-box .footer-links a{
    display: block;
    color: #fff;
    font-size: 2rem;
    margin: 1.5rem;
}

.footer .footer-container .footer-box .footer-links a:hover{
    color: #f51167;
    letter-spacing: .1rem;
    transition: .3s linear;
}

.footer .footer-container .footer-box .footer-links a i{
    margin-right: 1.5rem;
    color: #f51167;
}

.footer .footer-container .footer-box .box1{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.footer .footer-container .footer-box .box1 .content{
    margin-left: 1.5rem;
}

.footer .footer-container .footer-box .box1 .content h3{
    font-size: 1.5rem;
    color: #ccc;
    margin-bottom: .5rem;
    font-family: 'Roboto', sans-serif;
}

.footer .footer-container .footer-box .box1 .content p{
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
}

.footer .footer-container .footer-box .box1 .content a{
    color: #dc3545;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.footer .footer-container .footer-box .box1 .content a:hover{
    color: #f51167;
    letter-spacing: .1rem;
    transition: .3s linear;
}

.footer .credit{
    border-top: .1rem solid #fff;
    text-align: center;
    padding: 2rem 0;
    font-size: 2rem;
    letter-spacing: .1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.footer .credit span{
    color: #f51167;
}

/* ----------------------------------------- footer section ends --------------------------  */














/* ---------------------------- media queries section starts ------------------------- */

@media (max-width: 991px){

    html{
        font-size: 55%;
    }

    .header{
        padding: 1.5rem;
    }

    .navbar{
        padding: 1rem 1.5rem;
    }

    .last-product{
        padding: 100px 25px;
    }

}


/* for 825px  */

@media (max-width: 825px){

    .header{
        display: block;
        text-align: center;
    }

    .header form{
        margin: 2rem auto;
        width: 50rem;
    }

    section{
        padding: 2rem;
    }

    .home .content{
        text-align: center;
    }

    .box-container .box{
        flex-basis: 50%;
    }

    .last-product .product-container .product-box{
        flex-basis: 45%;
        margin-top: 1.5rem;
    }

    .footer .footer-container .footer-box{
        flex-basis: 45%;
    }
    
    .footer .footer-container {
        padding: 0 20px;
    }

}

/* for 600px  */

@media (max-width: 600px){

    .navbar .links{
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        border-bottom: .1rem solid #ccc;
        border-top: .1rem solid #fafafa;
        background: #555;
        display: none;
    }

    .navbar .links a{
        display: block;
        padding: 1.5rem;
        margin: 1.5rem;
        border: .1rem solid #fafafa;
        background: #808080;
        border-radius: .5rem;
    }

    .navbar .menu-icon{
        margin-left: auto;
    }

    .navbar .links.active{
        display: inline-block;
    }

    .box-container .box{
        flex-basis: 100%;
    }

    .last-product{
        padding: 100px 15px;
    }

}


/* for 450px  */

@media (max-width: 450px){

    html{
        font-size: 50%;
    }

    .header form{
        width: 35rem;
    }

    .home .content .home-btn a{
        display: block;
    }


    .last-product .product-container .product-box{
        flex-basis: 100%;
    }

    .footer .footer-container .footer-box{
        flex-basis: 100%;
        margin-top: 4rem;
    }

}














