/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Start Css in html*/
.container {
    margin: 0 60px;
}
.header {
    display: inline-block;
    width: 100%;
    float: left;
    padding:  25px 0 20px;
}
.header .logo {
    float: left;
    width: auto;
}
.header .menu {
    float: left;
    margin-left: 70px;
}
.menu ul li {
    display: inline-block;
    margin-right: 15px;
}
.menu ul li a {
    text-decoration: none;
    color: #52576d;
    font-size: 16px;
    font-weight: 600;
}
.header .cart {
    float: right;
}
.slider {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
.slider img {
    max-width: 100%;
}
.slider .slider-text {
    width: 500px;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 60px;
}
.slider .slider-text h1 {
    font-size: 60px;
    color: #222222;
    font-family: Tw Cen MT;
}
.slider .slider-text p {
    font-size: 16px;
    color: #52576d;
    padding: 15px 0;
    line-height: 22px;
}
.slider .slider-text a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600px;
    width: 150px;
    height: 45px;
    color: #fff;
    background-color: #c824f7;
    border-radius: 5px;
}
.slider .slider-text a:hover {
    transition:all 0.5s ease-in-out;
    background-color: black;
}
/*start products*/
.products {
    display: inline-block;
    width: 100%;
    float: left;
}
.heading {
    padding: 60px 0;
    text-align: center;
}
.heading h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: Tw Cen MT;
    color: #222222;
}
.heading p{
    font-size: 16px;
    text-transform: uppercase;
    color: #919191;
}
.product-item {
    display: inline-block;
    width: 100%;
    float: left;
}
.item {
    width: 24%;
    float: left;
    margin: 0 0.5% 50px;
}
.item-image {
    position: relative;
}
.item-image img {
    max-width: 100%;
}
.item-image .item-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 160px 25px;
    width: 0;
    height: 100%;
    background-color: rgba(200, 36, 247, 0.4);
    text-align: center;
    opacity: 0;
}
.item-image .item-button a {
    text-decoration: none;
    color: #c824f7;
    background-color: #fff;
    border-radius: 4px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
.item-button a:hover {
    background-color: #c824f7;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.item-title {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.item-title h5 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 7px;
}
.item-title p {
    font-size: 16px;
    color: #c824f7;
    font-weight: 600;
}
.item-title p del {
    color: #838b8f;
}
.item:hover .item-button {
    width: 100%;
    opacity: 1;
}
.viewall-button {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.viewall-button a {
    text-decoration: none;
    color: #c824f7;
    background-color: #fff;
    border: 1px solid #efbdfb;
    border-radius: 4px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
.viewall-button a:hover {
    text-decoration: none;
    background-color: #c824f7;
    color:#fff;
}
/*Start Section*/
.background1{
    display: inline-block;
    width: 100%;
    float: left;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 25px 0;
    margin-top: 50px;
    text-align: center;
}
.background1 h3 {
    font-size: 50px;
    color: #fff;
    font-family: Tw Cen MT;
    margin: 25px 0;
}
.background1 a {
    text-decoration: none;
    color: #fff;
    background-color: #c824f7;
    border-radius: 4px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
img {
    width: 100%;
}
.background2 {
    display: inline-block;
    width: 100%;
    float: left;
    background-image: url(../images/banner2.jpg);
    background-size: cover;
    background-position: center;
    padding: 25px 0;
    margin-top: 50px;
    text-align: center;   
}
.background2 .brand {
    width: 165px;
    float: left;
    margin: 20px 25px ;
}
/*Start Footer*/
.footer{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    padding: 45px 0;
    margin-top: 40px;
}
.footer-heading {
    padding: 5px 0;
}
.footer-heading h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-heading p {
    font-size: 16px;
    color: #898989;
    line-height: 22px;
}
.supscribe-button {
    padding: 5px 0;
    margin: 35px 0;
}
.supscribe-button .email {
    width: 250px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #c824f7;
    color: #c4c4c4;
    text-align: center;
    background-color: transparent;
    font-weight: 600;
}
.supscribe-button .sub-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #c824f7;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 600;
}
.footer-menu {
    padding: 5px 0;
}
.footer-menu ul li {
    display: inline-block;
    margin: 0 15px;
}
.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
p.copyright {
    color: #898989;
    margin: 30px 0 0;
    font-size: 15;
}
/*Css in Recponsve*/
@media(max-width:576px){
    .header .logo {
        float: left;
        width: auto;
    }
    .header .menu {
        float: left;
        margin: 25px;
        margin-left: 10px;
    }
    .menu ul li {
        display: inline-block;
        margin-right: 15px;
    }
    .menu ul li a {
        text-decoration: none;
        color: #52576d;
        font-size: 22px;
        font-weight: 600;
    }
    .header .cart {
        float: right;
    }
    .slider img {
        height: 300px;
    }
    .slider .slider-text {
        width: 500px;
        position: absolute;
        top: 35%;
        bottom: 0;
        left: 10px;
    }
    .slider .slider-text h1 {
        font-size: 18px;
        color: #222222;
        font-family: Tw Cen MT;
    }
    .slider .slider-text p {
        font-size: 16px;
        color: #52576d;
        padding: 15px 0;
        line-height: 20px;
    }
    .slider .slider-text a {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        line-height: 45px;
        margin-top: -5px;
        font-size: 20px;
        font-weight: 600px;
        width: 150px;
        height: 45px;
        color: #fff;
        background-color: #c824f7;
        border-radius: 5px;
    }
    /*Cart item*/
    .product-item {
        display: inline-block;
        width: 100%;
        float: left;
    }
    .item {
        width: 65%;
        float: left;
        margin: 5px 20% 50px;
    }
    .item-image {
        position: relative;
    }
    .item-image img {
        max-width: 100%;
    }
    .item-image .item-button {
        position: absolute;
        top: 0;
        left: 0;
        padding: 100px 20px;
        width: 0;
        height: 100%;
        background-color: rgba(200, 36, 247, 0.4);
        text-align: center;
        opacity: 0;
    }
    .item-image .item-button a {
        text-decoration: none;
        color: #c824f7;
        background-color: #fff;
        border-radius: 4px;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: inline-block;
        margin-bottom: 15px;
    }
    .item-button a:hover {
        background-color: #c824f7;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }
    .item-title {
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .item-title h5 {
        font-size: 18px;
        color: #222222;
        margin-bottom: 7px;
    }
    .item-title p {
        font-size: 16px;
        color: #c824f7;
        font-weight: 600;
    }
    .item-title p del {
        color: #838b8f;
    }
    .item:hover .item-button {
        width: 100%;
        opacity: 1;
    }
    .viewall-button {
        display: inline-block;
        width: 100%;
        float: left;
        text-align: center;
    }
    .viewall-button a {
        text-decoration: none;
        color: #c824f7;
        background-color: #fff;
        border: 1px solid #efbdfb;
        border-radius: 4px;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: inline-block;
        margin-bottom: 15px;
    }
    .viewall-button a:hover {
        text-decoration: none;
        background-color: #c824f7;
        color:#fff;
    }
    .background2 .brand {
        width: 165px;
        float: left;
        margin: 20px 85px ;
    }
    .footer{
        display: inline-block;
        width: 100%;
        float: left;
        text-align: center;
        background-image: url(../images/footer.jpg);
        background-size: cover;
        background-position: center;
        padding: 45px 0;
        margin-top: 40px;
    }
    .footer-heading {
        padding: 5px 0;
    }
    .footer-heading h3 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 15px;
    }
    .footer-heading p {
        font-size: 16px;
        color: #898989;
        line-height: 22px;
    }
    .supscribe-button {
        padding: 5px 0;
        margin: 35px 0;
    }
    .supscribe-button .email {
        width: 250px;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #c824f7;
        color: #c4c4c4;
        text-align: center;
        background-color: transparent;
        font-weight: 600;
    }
    .supscribe-button .sub-button {
        display: inline-block;
        padding: 12px 25px;
        background-color: #c824f7;
        color: #fff;
        border: none;
        border-radius: 4px;
        margin-left: 10px;
        font-weight: 600;
    }
    .sub-button {
        margin-top: 10px;
    }
    .footer-menu {
        padding: 5px 0;
    }
    .footer-menu ul li {
        display: inline-block;
        margin: 0 15px;
    }
    .footer-menu ul li a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        margin: 50px;
        margin-top: 0;
        
    }
    p.copyright {
        color: #898989;
        margin: 30px 0 0;
        font-size: 15;
    }
}