*{
    text-transform: capitalize;
}
/*start nav1*/
.navbar .navbar-brand{
    width: 25%;
    padding: 0%;
    margin: 0%;
}
.navbar img{
    width: 25%;
    height: 50px;
}
.navbar h1{
    display: inline;
    font-family: 'Anton', sans-serif;
    font-family: 'Newsreader', serif;
    font-weight: 900;
    font-style: italic;
    font-size: 45px;
}
.navbar form{
    width: 50%;
}
.navbar .contact{
    margin-left: 50px;
}
.navbar h4{
    display: inline;
}
.navbar .contact i{
    font-size: 30px;
    color: rgb(158, 46, 106);
}
@media (max-width:776px){
    .navbar .navbar-brand{
        width: 50%;
    } 
    .navbar .navbar-brand img{
        width: 40%;
        height: 60px;
    }
    .navbar form{
        width: 90%;
    }
    .navbar .contact{
        margin-left:0;
        margin-top: 10px;
    }
}
/*end nav1*/
/*start nav2*/
.nav-dark{
    background-color: #000;
    color: #fff;
    list-style: none;
}
.nav-dark .title{
background-color:rgb(158, 46, 106);
width: 90%;
cursor: pointer;
} 
.nav-dark .title h4{
    display: inline;
    font-weight: 300;
}
.nav-dark .title i{
    font-size: 32px;
    padding: 10px;
}
.nav-dark .show{
    display: none;
    outline: none;
    background-color:rgb(158, 46, 106);
}
.nav-dark .show span{
    display:block;
    width: 40px;
    height: 1px;
    padding-top: 5px;
    margin: 5px;
    background-color: #fff;
}
.nav-dark .nav-list{
    text-align: center;
}
.nav-dark .nav-list .itms{
    position: relative;
    display: inline-block;
    padding: 13px 20px 0px 0px;
    
}
.nav-dark .nav-list .itms h5{
    display: inline;
    font-size: 17px;
    font-weight: 200;
}
.nav-dark .nav-list .itms .fas{
    padding-left: 7px;
    font-weight: 100;
}
.nav-dark .social{
    text-align: center; 
}
.nav-dark .social i{
    padding: 13px 20px 0px 0px;
    font-weight: 100;
    font-size: 20px;
}
.nav-dark .nav-list .sub-itms{
    display: none;
}
.nav-dark .nav-list .sub-itms li{
    padding: 20px 0px 0px 0px;

}
.nav-dark .nav-list li:hover .sub-itms{
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.959);
    color: #fff;
    list-style: none;
    left: -20px;
    top: 50px;
    width: 200px;
    height: 300px;
    padding:0;
    z-index: 999;
    font-size: 17px;
}
.nav-dark .nav-list li:hover .pages{
    height: 350px;
}
@media (max-width:991px){
    .nav-dark .nav{
        display: none;
    }
    .nav-dark .show{
        display: block;
    }
}
@media (max-width:776px){
    .nav-dark .title{
        width: 50%;
    }
}
/*end nav2*/
/*start home*/
.home .side-list{
    border: solid rgba(241, 238, 238, 0.575);
    width: 65%;
}
.home .main-list{
    position: relative;
    padding: 0;
}
.home .main-list .l-icon{
    display: inline;
    float: left;
    font-size: 25px;
    padding-right: 20px;
    color: rgba(77, 75, 75, 0.363);
}
.home .main-list .r-icon{
    display: inline;
    float: right;
    font-size: 14px;
}
.home .main-list li{
    list-style: none;
    font-size: 17px;
    padding: 15px;
    color: rgb(95, 93, 93);
    transition: .5s ease;
}
.home .main-list li:hover{
    color: rgb(158, 46, 106);
}
.home .main-list .sub-menu, .sub-menu-1, .sub-menu-2, .sub-menu-3{
    display: none;
}
.home .main-list li:hover .sub-menu{
    display: block;
    display:flex;
    position: absolute;
    width: 500px;
    height: 550px;
    left: 260px;
    top: 20px;
    background: #fff;
    z-index: 999; 
}
.home .main-list li:hover .sub-menu-1{
    display: block;
    display:flex;
    position: absolute;
    width: 500px;
    height: 550px;
    left: 260px;
    top: 70px;
    background: #fff;
    z-index: 999; 
}
.home .main-list li:hover .sub-menu-2{
    display: block;
    display:flex;
    position: absolute;
    width: 500px;
    height: 550px;
    left: 260px;
    top: 120px;
    background: #fff;
    z-index: 999; 
}
.home .main-list li:hover .sub-menu-3{
    display: block;
    display:flex;
    position: absolute;
    width: 500px;
    height: 550px;
    left: 260px;
    top: 170px;
    background: #fff;
    z-index: 999; 
}
.home img{
    position: relative;
    width: 100%;
    padding: 30px;
    height: 600px;
}
.home .slide .offer{
    position: absolute;
    top: 170px;
    left: 70px;
}
.home .slide .offer p{
    font-size: 23px;
}
.home .slide .offer h1{
    font-size: 45px;
    font-weight: 700;
}
.home .slide .offer .shop{
     background:rgb(158, 46, 106);
     border: none;
     width: 150px;
     height: 50px;
     font-size: 20px;
     font-weight: 500;
     margin-top: 20px;
     border-radius: 3px;
     cursor: pointer;
     transition: .5s;
}
.home .slide .offer .shop:hover{
    background: #fff;
    color: rgb(158, 46, 106);
}
@media (max-width:991px) {
    .home .side-list{
        display: none;
    }
    
}
@media (max-width:776px) {
    .home .main-list li:hover .sub-menu{
        display: block;
        position: absolute;
        width: 200px;
        height: 300px;
        left: 0;
        top: 35px;
        background: #fff;
        z-index: 999;
    }
    .home .main-list li:hover .sub-menu-1{
        display: block;
        position: absolute;
        width: 200px;
        left: 0;
        top: 70px;
        background: #fff;
        z-index: 999; 
    }
    .home .main-list li:hover .sub-menu-2{
        display: block;
        position: absolute;
        width: 200px;
        left: 0;
        top: 120px;
        background: #fff;
        z-index: 999; 
    }
    .home .main-list li:hover .sub-menu-3{
        display: block;
        position: absolute;
        width: 200px;
        left: 0;
        top: 170px;
        background: #fff;
        z-index: 999; 
    }
    .home .slide img{
        position: relative;
        width: 100%;
        padding: 5px;
        height: 400px;
    }
    .home .slide .offer{
        position: absolute;
        top: 170px;
        left: 15px;
    }
    .home .slide .offer p{
        font-size: 17px;
    }
    .home .slide .offer h1{
        font-size: 30px;
        font-weight: 500;
    }
    .home .slide .offer .shop{
         background:rgb(158, 46, 106);
         border: none;
         width: 100px;
         height: 30px;
         font-size: 15px;
         font-weight: 400;
         margin-top: 17px;  
    }
}
/*end home*/
/*start product*/
.products .titels{
    margin-top: 15px;
}
.products .titels .active{
    color: rgb(158, 46, 106);
}
.products .titels li{
    display: inline;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.products .titels li:hover{
    color: rgb(158, 46, 106);
}
.products .product .owl-carousel .item .box{
    position: relative;
    margin: 10px;
}
.products .product .owl-carousel .item:hover .overlay{
    opacity: 1;
}
.products .product .owl-carousel img{
    height: 300px;
    padding: 0%;
    position: relative;
}
.products .owl-carousel .owl-nav{
    text-align: center;
    font-size: 45px;
    color: rgb(158, 46, 106);
}
.products .owl-carousel .owl-prev{
    margin-right: 25px;
}
.products .owl-carousel .owl-next{
    margin-left: 25px;
}
.products .product .box .sale{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    height: 30px;
    text-align: center;
    background-color: rgb(2, 65, 23);
    color: #fff;
    font-size: 20px;
}
.products .product .item span{
    display: block;
    color: rgb(158, 46, 106);
    font-weight: 600;
}
.products .product .owl-carousel .item .fa-star, .fa-star-half-alt{
     color: rgb(241, 241, 78);
}
.products .pro-1{
    position: relative;
    display: flex;
    background-color: rgb(238, 170, 212);
    width: 80%;
    height: 100%;
    margin-left: 20%;
}
.products .pro-1 img{
  width: 80%;
  height: 90%;
  margin-left: -29%;
  transition: .5s;
}
.products .pro-1 .about{
position: absolute;
top: 25%;
right: 5%;
} 
.products .pro-1 .about p{
    font-size: 20px;
    font-weight: 600;
    font-style: oblique;
}
.products .pro-1 .about h4{
    font-weight: 700;
    font-size: 33px;
}
.products .pro-1 .about button{
    background: rgb(238, 170, 212);
    border: none;
    border-bottom: 10px solid rgb(243, 138, 203);
    font-size: 22px;
    font-weight: 400;
    font-style: oblique;
    padding: 15px 0 0 0;
}
.products .pro-1 .about button:hover{
    color: rgb(158, 46, 106);
}
.products .pro-1:hover img{
    transform: scale(1.2);
}
.products .pro-2{
    background-color: rgb(177, 238, 238);
    margin-left: 3%;
}
.products .pro-2 .about button{
    background-color: rgb(177, 238, 238);
}
/*end product*/
/*start deal*/

.deal .product .owl-carousel .item .box{
    position: relative;
    margin: 10px;
}
.deal .product .owl-carousel .item:hover .overlay{
    opacity: 1;
}
.deal .product .owl-carousel img{
    height: 300px;
    padding: 0%;
    position: relative;
}
.deal .owl-carousel .owl-nav{
    text-align: center;
    font-size: 45px;
    color: rgb(158, 46, 106);
}
.deal .owl-carousel .owl-prev{
    margin-right: 25px;
}
.deal .owl-carousel .owl-next{
    margin-left: 25px;
}
.deal .product .box .sale{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    height: 30px;
    text-align: center;
    background-color: rgb(2, 65, 23);
    color: #fff;
    font-size: 20px;
}
.deal .product .item span{
    display: block;
    color: rgb(158, 46, 106);
    font-weight: 600;
}
.deal .product .owl-carousel .item .fa-star, .fa-star-half-alt{
     color: rgb(241, 241, 78);
}
.deal .boxs{
    padding: 0%;
    margin: 0%;
}
.deal .boxs .box{
    position: relative;
    padding: 2%;
}
.deal .boxs .box:after{
    content: "";
    position: absolute;
    top:-100%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent,#fff,transparent);
    overflow: hidden;
    transition: .5s;
}
.deal .boxs .box:hover::after{
    top: 100%;
}
.deal .boxs .box img{
  width: 100%;
  height: 100%;
  padding: 0%;
  margin: 0%;
}
.deal .boxs .box .about{
position: absolute;
top: 25%;
right: 50%;
} 
.deal .boxs .right .about{
  right: 10%;  
}
.deal .box .about p{
    font-size: 20px;
    font-weight: 600;
    font-style: oblique;
}
.deal .box .about h4{
    font-weight: 700;
    font-size: 33px;
}
.deal .box .about button{
    background: rgb(238, 170, 212);
    border: none;
    border-bottom: 10px solid rgb(243, 138, 203);
    font-size: 22px;
    font-weight: 400;
    font-style: oblique;
    padding: 15px 0 0 0;
}
.deal .box .about button:hover{
    color: rgb(158, 46, 106);
}



/*end deal*/
/*start cards*/
.feauter .card img{
    height: 150px;
}
/*end cards*/
/*start brands*/
.brands .owl-carousel .brand img{
    width: 90%;
    height: 180px;
}
.brands .owl-nav{
    text-align: center;
    font-size: 40px;
}
/*start sub*/
.sub{
    background-color: #000;
}
.sub .content{
    padding: 3%;
}
.sub .header{
    color: #fff;
}
/*end sub*/
/*end brands*/
/*global*/
ul li{
    list-style: none;
}
.heading{
    margin-left: 50px;
}
.heading h1{
    font-weight: 700;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#69525e7a;
    text-align: center;
    color: white;
    transition: .5s;
    opacity: 0;
}
.overlay .social{
    margin-top: 140px;
    font-size: 28px;
}
.overlay .social i{
    padding: 5px;
}
.overlay i:hover{
    color:rgb(158, 46, 106) ;
}