/* Importing Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    height: 100vh;
    background-position: center;
    background-size: cover;
}



 .carousel{
 	height: 37vh;
 	margin-top: 3rem;
 	margin-bottom: 3rem;    
 }
 .carousel-item{
 	height: 100%;
 	width: 75%;
 	margin-right: 1rem;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	border-radius: 5px;
 	padding: 2rem 3rem;
 }
 .carousel-item img{
 	width: 100%;
 	height: auto;
 }
 .carousel-info{
 	color: #fff;
 	padding: 0rem 2.5rem;
 }
 .carousel-image{
 	width:80%;
 }
  .carousel-item:first-child {
 	background: #90edeb;
 }
  .carousel-item:nth-child(2){
 	background: #3b4da5;
 }
 .carousel-item:nth-child(3){
 	background: #303133;
 }
.carousel-info h1{
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 2.5rem;
}
.carousel-info p{
	line-height: 1rem;
	margin-bottom: 2.5rem;
}
.carousel-info a{
	background: #fff;
	color: #6a6b6d;
	padding: 1rem 1.3rem;
	border-radius: 3px;
}
 .carousel .flickity-prev-next-button.previous {
	left: 170px;
}
.carousel .flickity-prev-next-button.next {
	right: 170px;
}
.populer{
	padding: 0rem 3.5rem;
	margin-bottom: 5rem;
}
.populer h5{
    color: #6a6b6d;
    margin-bottom: 10px;
}
.single-item{
	width: 180px;
	margin-right: 0.2rem;
	background: rgba(253,178,53,0.2);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}
.single-item .img{
	height: auto;
	width: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.single-item .info{
	padding: 0.1rem;
	text-align: center;
	background: rgba(253,178,53,0.2);
}
.info h6{
    	font-size:15px;
}
.info p{
	text-align: center;
	margin-bottom: 0.2rem;
	font-size:10px;
}
.rating{
    font-size:8px;
}
.item-flex{
	display: flex;
	justify-content: space-between;
}
.price{
    margin:2px;
}
.price h6{
	font-size: 15px;
	font-family: sans-serif;
    vertical-align: bottom;
}
.price p{
	font-size: 15px;
}
.price s{
	font-size: 10px;
}
li h6{
	font-size: 15px;
}

.deals{
	background: #090b24;
	color: #fff;
	padding: 3.5rem 3REM;
  margin-top: 50px;
  border-radius: 10px;
}
.deals-inner{
	display: grid;
	grid-template-columns: 25% 75%;
	grid-gap: 0rem 2rem;
}
.timer{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0rem 2rem;
	text-align: center;
}
.timer h1{
	font-size: 2.3rem;
	margin-bottom: 1rem;
}
.timer h3{
	font-size: 1.9rem;
}
.deals-carousel .single-item{
	width: 30% !important;
	height:235px;
}
.deals-carousel .single-item .img{
	height:150px;
	width: 150px;
}
.deals-carousel .flickity-prev-next-button.previous {
	left: -30px;
}
.deals-carousel .flickity-prev-next-button.next {
	right: -15px;
}
.card-brand {
	padding: 1rem;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 0rem 3rem;
}
.single-card {
	height: 120px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0,3);
}
@media only screen and (max-width: 980px){
    .sidebar {
    width: 11%;
    
}
   .carousel{
        height:auto;
    }
    .carousel-item{
        display:block;
        width:100%;
        height:310px;
    }
    .carousel-info{
        display:block;
    }
    .carousel-image{
        display:block;
        width:140px;
        height:150px;
        margin-left:150px;
        margin-top:-67px;
    }
    .single-item{
        width: 180px;
    }
    .deals-item .single-item{
        width: 20% !important;
    }
    .deals-inner{
        display:block;
    }
    .timer{
        margin-bottom: 1rem;
    }
  }
@media only screen and (max-width: 768px){
    .sidebar {
    width: 11%;
    
}
    .single-item{
     width: 180px;
}
    .card-brand{
        display:block;
    }
    .deals-carousel .single-item{
        width: 40% !important;
    }
    .single-card{
        margin-bottom:1rem;
    }
}
@media only screen and (max-width: 586px){
.deals-carousel .single-item{
        width: 30% !important;
    }
}
@media only screen and (max-width: 540px){
    .sidebar {
    width: 11%;
    
}
    .single-item{
     width: 180px;
}
    .single-item .img{
	height: 180px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.single-item .info{
	padding: 0rem;
	text-align: center;
}
.deals-carousel .single-item{
        width: 60% !important;
    }
    .carousel .flickity-prev-next-button.previous {
	left: 10px;
}
    .carousel .flickity-prev-next-button.next {
	right: 10px;
}
}
@media only screen and (max-width: 340px){
.deals-carousel .single-item{
        width: 80% !important;
    }
}
.blog-posts{
  width: min(1200px, 100%);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
  text-decoration: none;
}
.post{
  width: calc(33% - 10px);
  overflow: hidden;
  text-decoration: none;
}
.post-img{
  height:200px;
  width: 100%;
  border-radius: 6px;
  transition: .3s linear;
}
.post-content{
  background-color: #ffffffdd;
  margin: 0 20px;
  padding: 30px;
  border-radius: 6px;
  transform: translateY(-60px);
  transition: .3s linear;
  text-decoration: none;
}
.post-content h3{
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: none;
}
.date{
  font-size: 15px;
  font-style: italic;
  color: #e77f67;
}
.post:hover .post-img{
  transform: translateY(20px);
  text-decoration: none;
}
.post:hover .post-content{
  transform: translateY(-80px);
  text-decoration: none;
}
@media screen and (max-width: 1200px){
  .sidebar {
    width: 30%;
    
}
  .blog-posts{
    justify-content: center;
  }
  .post{
    width: min(600px, 100%);
  }
}
.blogs{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog{
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.blog img{
  width: 100%;
  height: 100%;
}
.blog-description{
  position: absolute;
  bottom: -40px;
  background: #333333ca;
  width: 100%;
  padding: 40px;
  transition: .3s linear;
}
.blog:hover .blog-description{
  bottom: 0;
}
.categorie{
  display: inline-block;
  color: #e77f67;
  font-size: 18px;
  position: relative;
  padding: 0 22px;
}
.categorie::before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background: #e77f67;
  left: 0;
  top: 13px;
}
.categorie::after{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background: #e77f67;
  right: 0;
  top: 13px;
}
.title{
  color: #fff;
  font-weight: 500;
  margin: 5px 0;
}
.date{
  font-style: italic;
  color: #e77f67;
  margin-bottom: 20px;
}
.btn{
  display: inline-block;
  color: #e77f67;
  text-decoration: none;
  border: 1px solid #e77f67;
  padding: 6px 20px;
  opacity: 0
  transition: .3s linear;
}
.blog:hover .btn{
  opacity: 1;
}
.btn:hover{
  color: #fff;
  background: #e77f67;
}
.owl-stage{
  display: flex !important;
}
.box{
  cursor: pointer;
}
.box:hover {
  animation-play-state: paused;
}
@keyframes flipV{
  50%{
    transform: rotateX(180deg);
  }
  to{
    transform: rotateX(360deg);
  }
}
@keyframes flipH{
  50%{
    transform: rotateY(180deg);
  }
  to{
    transform: rotateY(360deg);
  }
}
.img:hover, .img:active {box-shadow: 10px 10px 5px grey;}
.img{background:url('/../../cadreJVGVHe1.jpeg');
     background-size: 100% 100%;
     background-repeat: no-repeat;
}
.middle{
    width: 100%;
}
.counting-sec{
  padding: 40px 0;
  width: 100%;
  background: linear-gradient(90deg,#3c6382,#82ccdd);
}
.inner-width{
  max-width: 1200px;
  margin: auto;
  display: flex;
}
.col{
  flex: 1;
  text-align: center;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
}
.col i{
  font-size: 40px;
  color: #333;
}
.num{
  font-size: 40px;
  margin: 20px 0;
}










.hi-slidee { position: relative;width: 754px;  height: auto; margin: 5px auto 0; }
.hi-slidee .hi-next,
.hi-slidee .hi-prev 
            { position: absolute;
              top: 50%; 
              width: 40px;
              height: 40px; 
              margin-top: -20px;     
              border-radius: 50px; 
              line-height: 40px;
              text-align: center; 
              cursor: pointer;
              background-color: #fff; 
              color: black;               
              transition: all 0.6s;
              font-size: 20px; 
              font-weight: bold;
            }
           .hi-slidee .hi-nextt:hover, 
           .hi-slidee .hi-prevv:hover 
            {
            opacity: 1; 
            background-color: #fff;  
            }
           .hi-slidee .hi-prev { left: 260px;position: relative; margin-top:5px;}
           .hi-slidee .hi-prev::before { content: '<'; }
           .hi-slidee .hi-next { right: -460px;position: relative;  margin-top:-40px; }
           .hi-slidee .hi-next::before { content: '>'; }
           .hi-slidee > ul
                    { 
                        list-style: none; 
                        position: relative;
                        width: 754px; 
                        height: 292px; 
                        margin: 0;
                        padding: 0;
            }
        .hi-slidee > ul > li {
            overflow: hidden; 
            position: absolute; 
            z-index: 0; 
            left: 377px;
            top: 146px; 
            width: 0; 
            height: 0; 
            margin: 0; 
            padding: 0;
            border: 3px solid #fff;              
            background-color: #333; 
            cursor: pointer; }
        .hi-slidee > ul > li > img { width: 100%; height: 100%; background-position: center;}
        
    










    
 .w3-main{
  right: 0;
  width:89%;
  position: static;
 }       
 @media screen and (max-width: 1104px){
  .w3-main{
   width:89%;
 }    
}
@media screen and (max-width: 378px){
  .w3-main{
   width:89%;
 }    
}       
        
  .w3-mainar{
float:right;
margin-right:0px;
 }       
 @media screen and (max-width: 1104px){
  .w3-mainar{
   width:89%;
 }    
}              
        
        

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 11%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color:#DFE4E8;
    backdrop-filter: blur(17px);
    --webkit-backdrop-filter: blur(17px);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: width 0.3s ease;
    z-index: 1;
}

.sidebar:hover {
    width: 250px;
}

.sidebar .logo {
    color: #000;
    display: flex;
    align-items: center;
    padding: 25px 10px 15px;
}

.logo img {
    width: 63px;
}

.logo h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-left: 15px;
    display: none;
    margin-top:18px;
    margin-left:-3px;
}

.sidebar:hover .logo h2 {
    display: block;
}

.sidebar .links {
    list-style: none;
    margin-top: 20px;
    overflow-y: auto;
    scrollbar-width: none;
    height: calc(100% - 140px);
}

.sidebar .links::-webkit-scrollbar {
    display: none;
}

.links li {
    display: flex;
    border-radius: 4px;
    align-items: center;
}

.links li:hover {
    cursor: pointer;
    background: #fff;
}

.links h4 {
    color: #222;
    font-weight: 500;
    display: none;
    margin-bottom: 10px;
}

.sidebar:hover .links h4 {
    display: block;
}

.links hr {
    margin: 10px 8px;
    border: 1px solid #4c4c4c;
}

.sidebar:hover .links hr {
    border-color: transparent;
}

.links li span {
    padding: 12px 10px;
}

.links li a {
    padding: 10px;
    color: #000;
    display: none;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.sidebar:hover .links li a {
    display: block;
}

.links .logout-link {
    margin-top: 20px;
}






.sidebarar {
    position: fixed;
    top: 0;
    right: 0;
    width: 11%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color:#DFE4E8;
    backdrop-filter: blur(17px);
    --webkit-backdrop-filter: blur(17px);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: width 0.3s ease;
    z-index: 1;
    text-align: right;
}

.sidebarar:hover {
    width: 260px;
}
.sidebarar:hover .linksar li {
    float: right;
    margin-right: 5px;
}
.sidebarar:hover .linksar h4 {
    float: right;
}

.sidebarar .logo {
    color: #000;
    display: flex;
    align-items: center;
    padding: 25px 10px 15px;
}

.logo img {
    width: 43px;
}

.logo h2 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-left: 15px;
    display: none;
}

.sidebarar:hover .logo h2 {
    display: block;
}
.sidebarar .linksar {
    list-style: none;
    margin-top: 20px;
    overflow-y: auto;
    scrollbar-width: none;
    height: calc(100% - 140px);
}

.sidebarar .linksar::-webkit-scrollbar {
    display: none;
    }

.linksar li {
    display: flex;
    border-radius: 4px;
   }

.linksar li:hover {
    cursor: pointer;
    background: #fff;
    right: 0;
}

.linksar h4 {
    color: #222;
    font-weight: 500;
    display: none;
    margin-bottom: 10px;
}

.sidebarar:hover .linksar h4 {
    display: block;
    margin-top: 20px;
    margin-bottom:20px ;
    margin-right: 7px;
}

.linksar hr {
    margin: 10px 8px;
    border: 1px solid #4c4c4c;
}

.sidebarar:hover .linksar hr {
    border-color: transparent;
}

.linksar li span {
    padding: 12px 10px;
    
}

.linksar li a {
    padding: 10px;
    color: #000;
    display: none;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.sidebarar:hover .linksar li a {
    display: block;
}

.linksar .logout-link {
    margin-top: 20px;
    
}








.input-box {
  position: relative;
  height: 76px;
  max-width: 900px;
  width: 100%;
  background: #fff;
  margin: 0px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-box i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}
.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #4070f4;
  cursor: pointer;
}
.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0px;
  }
  .input-box i {
    left: 12px;
    font-size: 25px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}













.slider{
	
	height: 150px;
	margin: auto;
	position: relative;
	width: 90%;
	display: grid;
	place-items: center;
	overflow: hidden;
	
}



.slide-track{
	
	display: flex;
	width: calc(200px * 16);
	animation: scroll 40s linear infinite;
	
}


.slide-track:hover{
	animation-play-state: paused;
}


@keyframes scroll{
	
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-200px * 12));
	}
}

.slide{
	height: 150px;
	width: 150px;
	display: flex;
	align-items: center;
	padding: 15px;
	perspective: 100px;
	
}

img{
	width: 100%;
	transition: transform 1s;
	
}


img:hover{
	transform: translateZ(20px);
}












.sliderr{
	
	height: 150px;
	margin: auto;
	position: relative;
	width: 90%;
	display: grid;
	place-items: center;
	overflow: hidden;
	
}



.slide-trackk{
	
	display: flex;
	width: calc(200px * 16);
	animation: scrolLl 20s linear infinite;
	
}


.slide-trackk:hover{
	animation-play-state: paused;
}


@keyframes scrolLl{
	
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-150px * 3));
	}
}

.slidee{
	height: 150px;
	width: 150px;
	display: flex;
	align-items: center;
	padding: 15px;
	perspective: 100px;
	
}

img{
	width: 100%;
	transition: transform 1s;
	
}


img:hover{
	transform: translateZ(20px);
}





















.container{

  width: 100%;

  padding: 0 40px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

}



.title{

  background-color: #e77f67;

  display: flex;

  color: #fff;

  padding: 20px;

  cursor: pointer;

  text-transform: uppercase;

  font-size: 14px;

  font-weight: 600;

  align-items: center;

  justify-content: space-between;

}



.icon{

  position: relative;

  width: 14px;

}



.icon::before, .icon::after{

  content: "";

  position: absolute;

  width: 14px;

  height: 3px;

  background-color: #fff;

  top: -1.5px;

}



.icon::after{

  transform: rotate(90deg);

  transition: .5s linear;

}



.text{

  background-color: #ffffff60;

  color: #000;

  line-height: 26px;

  margin: 6px 0;

  opacity: 0;

  height: 0;

}



.item:target .text{

  height: auto;

  opacity: 1;

  padding: 20px;

  margin: 12px 0;

}



.item:target .icon::after{

  transform: rotate(0);

}



@media screen and (max-width:960px){

  .container{

    max-width: 600px;

  }



}









.box{

  cursor: pointer;

}




.box:hover {

  animation-play-state: paused;

}





@keyframes flipV{

  50%{

    transform: rotateX(180deg);

  }

  to{

    transform: rotateX(360deg);

  }

}



@keyframes flipH{

  50%{

    transform: rotateY(180deg);

  }

  to{

    transform: rotateY(360deg);

  }

}







.img:hover, .img:active {box-shadow: 10px 10px 5px grey;border-color: #fab327;}





















  
  .myimage{
  
    width: 100%;
    height: auto;
    background:url('/../../carree pro.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;"
  }
  
  .nav{
  
    text-align: center;
  }
  
  .nav img{
  
    width: 80px;
    height: 50px;
    border: 1px solid #ddd;
    margin: 8px 2px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .nav img:hover{
  
    border-color: #fab327;
  }
  
 
  .product-info{
  
    padding: 24px;
  }
  
  .button1 {
  
    background-color:#F0C353; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
  }
  
  .button1:hover{
  
   background-color:#F0C353; /* Green */
   border: 3px;
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  }
  
  .button2 {
  
    background-color:#F0C353; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }
  
  .button2:hover{
      
   background-color:#F0C353; /* Green */
   border: 3px;
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  }
  
  .button3 {
      
    background-color:#00E676; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }

  .button3:hover{
      
   background-color:#00E676; /* Green */
   border: 3px;
   box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  
  }




































