/* Main Menu Styling */
.maincatgory{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.maincatgory1{
    background: linear-gradient( to left, rgba(0, 0, 50, .3), rgba( 0, 0, 50,.3)), url("../asset/images/slide-1.jpg");
    background-repeat: no-repeat;
}

.maincatgory2{
    background: linear-gradient( to left, rgba(0, 0, 50, .3), rgba( 0, 0, 50,.3)), url("../asset/images/slide-2.jpg");
    background-repeat: no-repeat;
}

.maincatgory3{
    background: linear-gradient( to left, rgba(0, 0, 50, .3), rgba( 0, 0, 50,.3)), url("../asset/images/slide-3.jpg");
    background-repeat: no-repeat;
}
.maincatgory > div{
    margin-left: var(--ms100);
    margin-top: var(--mt100);
    color: var(--white);
}

.mainsubcatagory{
    width: 100%;
    height: 190px;
    /* padding-top: var(--pt50); */
    padding-top: 20px;
    padding-left: var(--ps50);
}

.mainsubcatagory1{
    background: linear-gradient( to left, rgba(0, 0, 50, .3), rgba( 0, 0, 50,.3)), url("../asset/images/b1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;

}

.mainsubcatagory2{
    background: linear-gradient( to left, rgba(0, 0, 50, .3), rgba( 0, 0, 50,.3)), url("../asset/images/b2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.mainsubcatagory3{
    background: linear-gradient( to left, rgba(0, 0, 50, .3), rgba( 0, 0, 50,.3)), url("../asset/images/slide-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.mainsubcatagory h3{
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

/* Product Portion Styling */
#product{
    margin: var(--mt50) 0px;
}
#product> .container > h2{
    text-align: center;
    margin: var(--m50);
}
#product > .container > p{
    text-align: center;
    margin: var(--m50);
    margin-top: -20px;
}
/* Product Card */

.item{
    border: 1px solid var(--lightgray);
}
.productcard{
    position: relative;
    
}
.image-back{
    position: absolute;
    opacity: 0;
    z-index: 5;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.productcard:hover .image-back {
    opacity: 1;
}

.productcarddetail{
    width: inherit;
    text-align: center;
}
.productcarddetail a > h3,
.productcarddetail h3{
    margin-top: 20px;
    color: var(--darkgray) !important;
    font-weight: 400 !important;
}
.productcarddetail a > h3:hover,
.productcarddetail h3{
    color: var(--green) !important;
}

/* Product Heading and Icon Styling */

.productiocn > span.ptitle{
    position: absolute;
    top: 20px;
    background-color: var(--green);
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    color: var(--white);
    z-index: 10;
}

.productiocn > a > span.icon{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--lightgray) !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    display: none;
}

.productiocn > a > span.icon:hover > i{
    color: var(--green);
}

/* Product Button Styling */
.productbutton{
    width: inherit;
    display: flex;
    display: none;
}
.productbutton a.button{
    margin: 20px auto;
    
}
.item:hover .productbutton,
.item:hover span.icon{
    display: flex;
    
}


/* Info Section */
.info{
    margin: 20px 0px;
}
.info > i{
    font-size: 30px;
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}
.info > h3{
    color: var(--darkgray) !important;
    font-weight: bold !important;
    text-align: center;
}
.info > p{
    text-align: center;
}



/* Filter Div Code */
.filterDiv {
    display: none;
}

.show {
    display: block;
}

.filterlink{
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.filterlink > li{
    margin: 0px 20px;
    cursor: pointer;
}
.filterlink > li:hover{
    color: var(--green);
}

/* Product Card */
.productitem{
    position: relative;
    border: 1px solid var(--lightgray);
    margin: 20px 0px;
}
.productcard{
    position: relative;
    
}

.productitem:hover span.icon{
    display: flex;
}

/* Blog Section */
#blog > .container >h2{
    text-align: center;
    margin: var(--m50);
}

.blogdiv{
    margin-bottom: var(--m50);
    
}
.blogdiv> div > img{
    width: 100%;
}
.blogdiv > div > div > h3{
    color: var(--green);
    font-weight: bold !important;
    text-align: center;
    margin: 20px;
}
.blogdiv > div > div > p{
    text-align: center;
}
.blogdiv > div > div > a{
    margin-bottom: 20px;
    color: var(--green) !important;
    display: flex;
    justify-content: center;
}
.blogdiv > div > div > a:hover{
    text-decoration: underline !important;
}

/* Newsetter Styling*/
#newsletter{
    background-color: grey;
}

.newsdiv > h2{
    text-align: center;
    color: var(--white) !important;
}
.newsdiv > h3{
    text-align: center;
}
.newsdiv > button{
    text-align: center;
    width: 200px !important;
    margin: 20px 0px 30px 0px;
}
.newsdiv:nth-child(1){
    padding: 30px 0px;
}
.newsdiv{
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}










