* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
 /* float: left;*/
 /* width:  500px;*/
 height: 500px;
  object-fit: cover;
  width: 100%;
  pointer-events: none; /*prevents dragging images*/
  
  }
/* header*/

  .header {
      background-color:black;
      max-width:100%;
      }
  
      .slides {
    position:absolute;
    top:0;
  }
  
    .logo {
      display: inline-block;
      width: 100%;
  
  height: auto;
      
      }
  
  
  h1{
    color: white;
    font-size: 80px;
    display:inline-block;
    
    margin-left:1rem;
    
    
    
  }
  .topnav {
    overflow: hidden;
    background-color:black;
    
  }
  
  .topnav a {
    float: right;
    display:block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    top: 0px;
    margin-right: 2rem;
    font-size: 20px;
     }
  
  .topnav a:hover {
    background-color: rgb(34, 34, 34);
    color: black;

  }
  
  .topnav ,a.active {
    background-color: black;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }

  
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) 
    {display: none;}
    .topnav a.icon {
      float: rights;
      display:block;
    }
    
    
  }
  
 
  @media screen and (max-width: 600px) {
    .topnav.responsive {position:relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top:0;
      }
    .topnav.responsive a {
      float: none;
      display:block;
      text-align: left;
      
    }
   
  }

 
  .main{
    
    font-size: 86px;
    color: rgb(10, 0, 0);
    margin-left: 8rem;
    margin-top: 30rem;
    
  }
  
/* header slide show */
.slowFade {
    display: flex;
    align-items:flex-start;
    margin-top: 0px;
    background: #fff;
    height: 90vh;
    overflow: hidden;
    position: relative;
   
}
.slowFade .slide img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    background: hsla(0, 0%, 0%, 0.998);
    
    -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
    opacity: 0;
    transform: scale(1.5) rotate(15deg);
    -webkit-animation: slowFade 32s infinite;
            animation: slowFade 32s infinite;
}


.slowFade .slide:nth-child(1) img {
  -webkit-animation-delay: 8s;
          animation-delay: 0s;
}

.slowFade .slide:nth-child(2) img {
    -webkit-animation-delay: 16s;
            animation-delay: 8s;
}
.slowFade .slide:nth-child(3) img {
    -webkit-animation-delay: 24s;
            animation-delay: 16s;
}
.slowFade .slide:nth-child(4) img {
    -webkit-animation-delay: 32s;
            animation-delay: 24s;
}
@keyframes slowFade {
    25% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
    40% {
        opacity: 0;
    }
}
/*--------- feature products--------*/

.feature_h2 {
    color: black;
    padding-left: 3rem;
}


.scrollmenu {
  background-color:black;
  overflow: auto;
  white-space: nowrap;
  
}

.w3-card-4{
  display: inline-block;
  
  color: black;
  text-align: center;
  gap:10rem;
  text-decoration: none;
 /* border-radius: 10px;*/
  
}
.w3-card-4 {
 border-radius: 5px;
  border-style: solid;
  border-width: 10px;
  border-color: white;
}
.w3-container .w3-center{
color: white;

}

.w3-card-4, img:hover {
  
   /*opacity: 0.7;*/
		transform: scale(0.97);

}

.w3-container{
    
    align-items: center;
    padding: 1rem;
    justify-content:space-evenly ;
    font-size: 20px;
    color:black;
    font-weight:bold;

}

.view{
    color: black;
    padding-left: 8rem;
    font-size: 30px;
    }
    .view:hover {
      opacity: 0.5;
    }
    
/*------------------------flipcard-------------------------*/
.flip-card {
  background-color: black;
  width:380px;
  height: 380px;
  perspective: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-style: double;
  border-width: 15px;
  
  object-fit: cover;
 /* border-color: white;*/
}



.flip-card-inner {
  position:relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  font-size: 15px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  object-fit: cover;
}

.flip-card-back {
  background-color: white;
 
  color: rgb(7, 7, 7);
  transform: rotateY(180deg);
  font-weight: bold;
  
  font-size: 15px;
}
/* -------------------contact ous---------------*/

.mySlides  {display: none;}
 

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border-style:double;
  border-width:20px;
  /*border-color: white;*/
  background-color: black;
  }



/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.mfade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes mfade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

 .bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(8, 7, 7, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  font-size: 18px;
  
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 400px;

  padding:20px;
  text-align: center;
  margin-left:50%;
  margin-bottom:50%;
   position: absolute;
   
  top: 50%;
}
    
    
    
    .h3_contact
    {
        padding: 10px;
        text-align: center;
        
        
    }
    
 .footer {
  padding: 10px;
  text-align: center;
  color: white;
  background-color:black;
   }

   
   
/*///////////   main  shop //////////    */
/*all products*/
 
    .all-produtflex {
      display: -webkit-flex;
      display: flex;
      background-color: black;
    }

    .all-produtflex,.nav_allproduct{

 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 background:black;
 padding: 20px;
 margin-top: 20px;
 margin-right: 0px;
 margin-top: 0;
 font-size: 25px;

}
.nav_allproduct ,li{
    
  list-style: none;
  
  
  }
  .nav_allproduct,li,a{
    list-style: none;
   padding: 0;
     color: white;
     text-decoration: none;
     list-style: none;
     font-size: 25px;
  }

  .allproduct{
   
    -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #f1f1f1;
  padding: 10px;
     
}
.allproduct,h2{
    color: black;
    font-size: 30px;
    padding-left: 1rem;
    padding-bottom: 2rem;
}
h5{
  padding-top: 1rem;
  padding-bottom: 1rem;
}


section::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 600px) {
  section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}



/*//////// product card shopping/////////////*/


.card button{

  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color:black;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  border-radius: 10px;
  
  margin-bottom: 1rem;
}

.card button:hover {
  opacity: 0.7;
}

/* column styling for products*/


  
/* Float four columns side by side */
.column {
  float: left;
  /*width: 33.334%;*/
  width: 50%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}


/*-------------------------------PRODUCT DISCRIPTION PAGES-------------------------*/



section {
  display: -webkit-flex;
  display: flex;
  
}
nav{

  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background:white;
  padding: 15px;
  
  
  
}

article {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background-color:white;
  padding: 10px;
}

@media (max-width: 600px) {
  section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

img {
			max-width: 100%;
			/*filter: drop-shadow(1px 1px 3px);*/
      
		}

/* ----- Product Section ----- */







/* --------Slideshow container----------- */
.mySlidesp{
  
  display: none;
}
  

img {vertical-align: middle;}


.slideshowcontainer {
  max-width: 1000px;
  position: relative;
  margin: auto;
  
 
}


/* Next & previous buttons */
.prevp, .nextp {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}

/* Position the "next button" to the right */
.nextp {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevp:hover, .nextp:hover {
  background-color: rgba(25, 24, 24, 0.8);
}




/* Number text (1/3 etc) */
.notext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dotp {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dotp:hover {
  background-color: #717171;
}

/* Fading animation */
.fadep {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fadep {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prevp, .nextp {font-size: 11px}
}




/* ----- Informations Section ----- */
.product__info {
	padding: 0.8em 0;
  margin: left 2em;
}

.title {

	
		margin-left: 2em;
		color: black;
		font-size: 1.5em;
		font-weight: 900;
    
}

    
    
     .title, span {
		font-size: 1em;
		margin-left: .3em ;
    
	}



.variant {
  margin-left: 2em;
}

.price {
	margin: 1.5em 1.5em;
	color: black;
	font-size: 1.2em;
}

.varian,h3 {
		margin-left: -2em;
  }

	

.description {
	clear: left;
	margin: 2em 2em;
  margin-left:2em;
}
	.description ,h3 {
		margin-bottom: 1em;
    margin-left:1em;
  }

	.description,ul {
		font-size: 15px;
		list-style: disc;
		
	}

	.description,ul,li {
		/*text-indent: -0.6em;*/
		margin-bottom: 2em;
    margin-left:1em;
  }
	


.buy--btn {
	padding: 1.5em 3.1em;
  margin-left: 2em;
	border: none;
	border-radius: 7px;
	font-size: .6em;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: #fff;
	background-color: rgb(6, 6, 6);
	box-shadow: 2px 2px 25px -7px rgb(6, 6, 6);
	cursor: pointer;
}

  .buy--btn:hover {
    opacity: 0.7;
		/*transform: scale(0.97);*/
	}







 .mySlides {
        display: none;
      }
      img {
        vertical-align: middle;
        
      }
      .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
        
      }
      /* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }
      /* Caption text */
      .text {
        color: #ffffff;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
      }
      /* Number text (1/3 etc) */
      .numbertext {
        color: #ffffff;
        font-size: 12px;
        padding: 8px 12px;
        position: relative; /*chang*/
       top: 0;
       
      }
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #999999;
        border-radius: 50%;
        display:inline-block;
        transition: background-color 0.6s ease;
        
      }
      .active,
      .dot:hover {
        background-color: #111111;
      }
      /* Fading animation */
      .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
      }
      @-webkit-keyframes fade {
        from {
          opacity: .4
        }
        to {
          opacity: 1
        }
      }
      @keyframes fade {
        from {
          opacity: .4
        }
        to {
          opacity: 1
        }
      }
      /* On smaller screens, decrease text size */
      @media only screen and (max-width: 300px) {
        .prev,
        .next,
        .text {
          font-size: 11px
        }
      }

     
      



















