@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

* {
    font-family: 'poppins', sans-serif;
    padding: 0;
    margin: 0;
}

/*------------------------------------------------------ header ----------------------------------------------------*/

.container-1 {
    background: url(/images/banner-bg.png);
    background-size: cover;
    height: 750px;
}

.container-1 .header {
    background-color: #2b2a29;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
    text-align: center;
    padding: 10px 0px;
    width: 88%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.container-1 .header ul li {
    text-decoration: none;
    display: inline;
    margin: 0px 15px;
}

.container-1 .header ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all 0.3s;
}

.container-1 .header ul li a:hover {
    color: #f26522;
}


/*------------------------------------------------------ brand section ----------------------------------------------------*/

.container-1 .brand {
    text-align: center;
    margin: 20px 0px;
}


/*------------------------------------------------------ Navbar ----------------------------------------------------*/

.container-1 .nav {
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 5px 0px;
}

.container-1 .nav select {
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0px 40px;
}

.container-1 .nav select option {

    background-color: white;
    color: black;
}

.container-1 .nav #cat {
    background-color: #2b2a29;
    color: white;
}

.container-1 .nav input {
    width: 500px;
    height: 50px;
    outline: none;
    border-radius: 5px 0px 0px 5px;
    font-size: 20px;
    padding-left: 10px;
    border: none;
}

.container-1 .nav button {
    height: 50px;
    width: 50px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    font-size: 18px;
    color: white;
    background-color: #f26522;
    cursor: pointer;
}

.container-1 .nav #toggle {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    border: none;
    font-size: 24px;
    color: white;
    background-color: #f26522;
    cursor: pointer;
    margin-right: 20px;
    display: none;
}

.container-1 .nav a {
    font-size: 18px;
    text-decoration: none;
    color: white;
    margin: 0px 10px;
    transition: all 0.4s ease;
}

.container-1 .nav a:hover {
    color: #f26522;
}

.container-1 .nav .sideNavbar {
    background-color: black;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    text-align: center;
    padding-top: 10px;
    display: none;
}

.container-1 .nav .sideNavbar ul li {
    list-style: none;
    font-size: 14px;
    color: white;
    border-bottom: 1px solid rgba(128, 128, 128, 0.385);
    margin: 5px 0px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.container-1 .nav .sideNavbar ul li:hover {
    color: #f26522;
}

.container-1 .nav .sideNavbar .close {
    display: flex;
    justify-content: end;
}

.container-1 .nav .sideNavbar .close button {
    background: transparent;
    color: white;

}



/*------------------------------------------------------ MAIN SECTION ----------------------------------------------------*/

.container-1 .main {
    width: 100%;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 110px;
}

.container-1 .main button {
    font-size: 22px;
    padding: 12px 50px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #2b2a29;
    margin-top: 60px;
    cursor: pointer;
}


/*------------------------------------------------------ fashion products SECTION ----------------------------------------------------*/

.container-product {
    text-align: center;
    padding: 10px 10px;

}

.container-product .product {
    margin: 0px 5px;
}

.container-product h1 {
    width: 100%;
    font-size: 50px;
    color: #30302e;
    text-align: center;
    font-weight: bold;
}

.container-product .products {
    display: flex;
    justify-content: space-evenly;
}

.container-product .products .product {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 420px;
    margin-top: 30px;
}

.container-product .products .product h3 {
    font-size: 24px;
    margin: 20px 0px;
}

.container-product .products .product p {
    font-size: 20px;
    margin-bottom: 50px;
}

.container-product .products .product p span {
    color: #f26522;
}

.container-product .products .product img {
    width: 350px;
}

.container-product .products .img-size img {
    width: 240px;
}

.container-product .product .product_footer a {
    text-decoration: none;
    color: black;
}

.container-product .product .product_footer .buy {
    color: #f26522;
    font-weight: bold;
}

.container-product .product .product_footer {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin: 40px 20px 10px 20px;
}

.mar-top {
    margin-top: 60px;
}

/*------------------------------------------------------ fashion products SECTION ----------------------------------------------------*/


.footer {

    background-color: rgb(30, 30, 30);
    text-align: center;
    padding: 80px 0px 5px 0px;
    color: white;
}

.footer .input {
    border-bottom: 2px solid white;
    width: fit-content;
    margin: auto;
    padding: 10px;
    margin-bottom: 20px;
}

.footer .input input {
    font-size: 24px;
    padding: 8px;
    width: 600px;
    margin-right: 0;
    background: transparent;
    border: none;
    color: white;
    outline: none;
}

.footer .input button {
    font-size: 24px;
    padding: 8px;
    margin-left: 0px;
    border: none;
    background: transparent;
    color: #f26522;
    cursor: pointer;
}

.footer ul li a {
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.footer ul li {
    text-decoration: none;
    display: inline;
    margin: 0px 15px;
}

.footer ul li a:hover {
    color: #f26522;
}

.footer span:hover {
    color: #f26522;
    cursor: pointer;
}


/* ------------------------------------------Media query------------------------ */


@media screen and (max-width: 950px) {

    /* ---------------------header-------------------- */

    .container-1 {
        height: 500px;
    }

    .container-1 .header {
        padding: 0px 0px;
        width: 90%;
    }


    .container-1 .header ul li {
        margin: 0px 10px;
    }

    .container-1 .header ul li a {
        font-size: 16px;
    }

    /* ---------------------brand section-------------------- */
    .container-1 .brand img {
        width: 100px;
    }

    /* ---------------------navbar-------------------- */

    .container-1 .nav select {
        display: none;
    }

    .container-1 .nav input {
        width: 300px;
        height: 40px;
        font-size: 16px;
    }

    .container-1 .nav button {
        height: 40px;
        width: 50px;
    }


    .container-1 .nav a {
        font-size: 16px;
        text-decoration: none;
        color: white;
        margin: 0px 10px 0px 20px;
        transition: all 0.4s ease;
    }

    .container-1 .nav #toggle {
        display: block;
    }

    /*----------------- main secton------------------- */
    .container-1 .main {
        width: 100%;
        font-size: 30px;
        padding-top: 80px;
    }

    .container-1 .main button {
        font-size: 18px;
        padding: 12px 50px;
        border-radius: 5px;
        margin-top: 10px;
    }

    /*----------------- fashion products SECTION------------------- */

    .container-product h1 {
        font-size: 40px;
    }

    .container-product .products .product {
        width: 380px;
        margin-top: 30px;
    }

    .container-product .products .product h3 {
        font-size: 18px;
        margin: 10px 0px;
    }

    .container-product .products .product p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .container-product .products .product img {
        width: 220px;
    }

    .container-product .products .img-size img {
        width: 150px;
    }



    /*----------------- fashion products SECTION------------------- */


    .footer .input {
        padding: 5px;
        margin-bottom: 10px;
    }

    .footer .input input {
        font-size: 18px;
        padding: 8px;
        width: 480px;
        margin-right: 0;
        background: transparent;
        border: none;
        color: white;
        outline: none;
    }
}

@media screen and (max-width: 650px) {

    /* ---------------------header-------------------- */

    .container-1 .header {
        display: none;
    }

    .container-1 {
        height: 360px;
    }

    /* ---------------------brand section-------------------- */
    .container-1 .brand img {
        width: 80px;
    }

    .container-1 .brand {
        margin: 0px;
        padding-top: 10px;
    }

    /* ---------------------navbar-------------------- */

    .container-1 .nav {
        margin-top: 0px;
    }

    .container-1 .nav input {
        width: 200px;
        height: 30px;
        font-size: 16px;
    }

    .container-1 .nav button {
        height: 31px;
        width: 30px;
    }


    .container-1 .nav a {
        font-size: 14px;
        margin: 0px 10px 0px 20px;
    }

    .container-1 .nav #toggle {
        height: 30px;
        width: 30px;
        font-size: 16px;
    }

    /*----------------- main secton------------------- */
    .container-1 .main {
        font-size: 24px;
    }

    .container-1 .main button {
        font-size: 16px;
        padding: 6px 25px;
    }

    /*----------------- fashion products SECTION------------------- */

    .container-product h1 {
        font-size: 30px;
        margin-top: 10px;
    }

    .container-product .products .product {
        width: 200px;
        margin-top: 20px;
    }

    .container-product .products .product h3 {
        font-size: 14px;
        margin: 5px 0px;
    }

    .container-product .products .product p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .container-product .products .product img {
        width: 150px;
    }

    .container-product .products .img-size img {
        width: 100px;
    }

    .container-product .product .product_footer {
        font-size: 12px;
    }



    /*----------------- footer------------------- */

    .footer {
        padding: 30px 0px 5px 0px;
    }

    .footer img {
        width: 80px;
    }

    .footer .input {
        padding: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid white;
        margin-bottom: 5px;
    }

    .footer .input input {
        font-size: 14px;
        padding: 8px;
        width: 350px;
    }

    .footer .input button {
        font-size: 15px;
    }

    .footer ul li a {
        font-size: 12px;
    }
}

