﻿

.div-banner {
    background-image: url('../Images/Banner/B1.jpg');
    background-repeat: no-repeat;
    height: 480px;
    background-size: cover;
    position: relative;
    top: 0;
    z-index: 100;
    background-position: left top;
    background-color: #420212;
    border-bottom: solid 2px #ffffff;
}

.div-banner h2 {
    position: absolute;
    bottom: 110px;
    right: 7%;
    color: #fed973;
    font-size: 25px;
    animation-name: bannertxt_animate;
    animation-duration: 2s;
}

.div-banner p {
    background-image: url('../Images/Bannertext.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    display: block;
    position: absolute;
    height: 80px;
    width: 20%;
    bottom: 20px;
    right: 6.5%;
    animation-name: bannertxt_animate;
    animation-duration: 1s;
}

@keyframes bannertxt_animate {
    from {
        right:-100%;
    }

    to {
       right :7%;
    }
}



.div-aboute-home {
    background-position: 80% center;
    padding-right: 55%;
    padding-left:10%;
    min-height: 400px;
    background-image: url('../Images/Aboutpic.png');
    background-repeat: no-repeat;
    background-size: 25%;
    font-size: 14px;
    box-sizing:border-box;

}

.div-product-home {
    background-color: rgba(80, 10, 28, 0.93);
    background-image: url('../Images/Backsliderpic.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 20px;
}

/*-------------------slider product--------------------------*/
.div-Slider {
    height:auto;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    direction: ltr;
    margin-top: 5px;
    overflow: hidden;
}

.content-sliderss{
	list-style: none outside none;
	padding-left: 0;
    margin: 0;
}
        
.content-sliderss li{ 
	text-align: center;
	color: #FFF;
    height:300px;
    background-color:transparent;
}


.content-sliderss div {
	width:100%;
	height:99%;
    border-radius:10px;
    background-color:#ffffff;
    border:solid 1px #ffffff;
    overflow:hidden;
    position:relative;
            
}

.content-sliderss div:hover {
    background-color:transparent;
}
.content-sliderss li div > a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;   
}


.content-sliderss li div > a img {
     width:100%;
     border-top-left-radius:10px;
     border-top-right-radius:10px;
}

/*.imgproduct {
     width:60%!important;
     margin-top:40px;
}*/

.content-sliderss em {
    display:block;
    height:130px;
    width:100px;
    position:absolute;
    margin-top:-290px;
    background-image: url('../images/exterapic.png');
    background-repeat: no-repeat;
    background-size:90%;
}

.content-sliderss label {
    text-align:center;
    color:#ffffff;
    height:35px;
    display:block;
    position:relative;
    z-index:999;
    width:100%;
    background-color:rgb(0, 0, 0);
    position:absolute;
    bottom:0;

}
.content-sliderss li div > a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.content-sliderss li div p:nth-of-type(1) {
    background-position: right 5px;
    text-align: right;
    padding-right: 2%;
    height: 45px;
    color: rgba(255, 255, 255, 1.00);
    font-size: 16px;
    margin: 0px;
    background-image: url('../images/bool2.png');
    background-repeat: no-repeat;
    margin-right: 7px;
    background-color: rgba(84, 3, 31, 0.90);
    position: absolute;
    bottom: 60px;
    width: 100%;
    box-sizing:border-box;
}

.content-sliderss li div p:nth-of-type(2) {
    color: #045496;
    height: 60px;
    text-align: right;
    padding-right: 2%;
    margin-top: 7px;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color:#272727;
}
.content-sliderss span {
    display:block;
    width:100%;
    height:21px;
    color:#eba61f;
           
}

.content-sliderss li div p a {
    position:absolute;
    bottom:10px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-left: 15px;
    width: 80px;
    height: 25px;
    padding-bottom:6px;
    background-color: #54033b;
    color: #FFFFFF;
    transition: all 0.5s;
}

.content-sliderss li div p a:after {
    content: '\00bb';
    position: absolute;
    opacity: 1;
    margin-top: 1px;
    margin-left: 10px;
    transition: 0.5s;
         
}
.content-sliderss li div p a:hover {
    padding-right: 15px;
    background-color:#7d033f;
}

