*{
    margin: 0;
    padding: 0;
}
body{
    font-family:Georgia, 'Times New Roman', Times, serif;
    overflow-x: hidden;
}
header{
    height: 90px;
    background-color: rgb(202, 212, 205);
    box-shadow: 0 0 10px #ddd;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
header button{
    border-radius: 30px;
    float: right ;
    width:90px ;
    height: 30px;
    cursor: pointer;
    background-color: rgb(138, 163, 155);
 }
header i{
    display :inline-block;
    margin-right: 50px;
}
header img{
    width: 150px;
    height: 70px;
    margin-top: 20px;
  /* margin-left: 10px;*/
    float: left;
}
.li1{
    position: relative;
}
header .head{
    list-style-type: none;
   /* float: left ;*/
    margin-left: -300px;
    margin-top: 50px;
    position: relative;
}
header ul .li1{
    margin-right: 95px;
}
header li{
    display: inline;
    margin-top: 55px;
    position: relative;
}
header ul li .head-overlay{
    position: relative;
    text-decoration: none;
    color: rgb(101, 101, 97);
    transition: 0.3s;
    display: inline-block;
    padding: 3px 5px;
}

.li1::before , .li1::after{
    content: "";
    position: absolute;
    border-style: solid;
    left: 0;
    top: 0;
    transition: transform 0.2s;
    text-align: center;
}
.li1::before{
    border-width: 0 2px;
    height: 150%;
    width: 96%;
    transform: scale3d(1,0,1);
    margin-top: -5px;
}
.li1:hover::before{
    transform: scale3d(1,1,1);
}
.li1::after{
    border-width: 2px 0;
    height: 140%;
    width: 98%;
    transform: scale3d(0,1,1);
    transform-origin: left;
    margin-top: -5px;
}
.li1:hover::after{
    transform: scale3d(1,1,1);
    transition-delay: .2s;
}

.analog{
    position: absolute;
    width: 1000px;
    height: 400px;
    background-color: rgb(239, 239, 239);
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 2px 3px 3px 5px rgb(238, 238, 238) ;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
  }
  .clothing{
    position:absolute ;
    width: 1000px;
    height: 400px;
    background-color: rgb(239, 239, 239);
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    box-shadow: 2px 3px 3px 5px rgb(238, 238, 238) ;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
  }
  .Objects{
    position:absolute ;
    width: 1000px;
    height: 350px;
    background-color: rgb(239, 239, 239);
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    box-shadow: 2px 3px 3px 5px rgb(239, 239, 239) ;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
  }
.analog  .content{
     width: 300px;
     margin-top: 70px;
     height: 300px;
     margin-left: 10px; 
     text-transform: capitalize;
     padding-top:40px;
     
  }
 .b{
    width: 180px;
    height: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    margin-top: 5px;
    background-color: rgb(173, 202, 183);
    margin-left: 1px;
 }
.images1{
    width: 300px;
     margin-top: 70px;
     height: 300px;
    position: relative;
    margin-left: 10px;
}
.images2{
    width: 300px;
    margin-top: 70px;
    height: 300px;
    position: relative;
   margin-left: 10px;
}
.images3{
    width: 300px;
    margin-top: 20px;
    height: 300px;
    position: relative;
  margin-left: 10px;
}
.images4{
    width: 300px;
    margin-top: 20px;
    height: 300px;
    position: relative;
    margin-left: 10px;
}

.b1{
    width: 150px;
    height: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    position: absolute;
    margin-top: 260px;
    margin-left: 50px;
    background-color: rgb(230, 223, 165);
}
.ima1{
    position: absolute;
    width: 300px;
    height: 300px;
}
.ima2{
    position: absolute;
    width: 300px;
    height: 300px;
}
.b2{
    width: 150px;
    height: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    position: absolute;
    margin-top: 260px;
    margin-left: 50px;
    color: white;
    background-color:rgb(1, 1, 1);
}
.cloth-content a , .obj-content a{
    text-decoration: none;
    color: rgb(32, 32, 32);
  }
  .cloth-content .li3 , .obj-content .li4{
    list-style-type: none;
  }
 .clothing .content {
    width: 100px;
    margin-top: 70px;
    height: 300px;
   margin-left: 50px; 
    text-transform: capitalize;
    padding-top:40px;
  }
  .Objects .content{
    width: 100px;
    margin-top: 20px;
    height: 300px;
   margin-left: 50px; 
    text-transform: capitalize;
    padding-top:40px;
  }
.li1:hover .analog{
    opacity: 0.9;
    visibility: visible;
}
.li1:hover .clothing{
    opacity: 1;
    visibility: visible;
}
.li1:hover .Objects{
    opacity: 0.9;
    visibility: visible;
}
button:hover{
    color: white;
    background-color:rgb(1, 1, 1);
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
main{
    position: relative;
}
main  img{
    height: 80vh;
    width: 100%;
    position: absolute;
    z-index: -1;
}
main .content{
    text-transform: capitalize;
    position: absolute;
    top: 280px;
    left: 90px;
   z-index: -1;
}
main h2{
    color: rgb(29, 29, 29);
}
main p{
    color:  rgb(42, 50, 46);;
}
button{
    border-radius: 30px; 
    width:155px ;
    height: 35px;
    cursor: pointer;
    background-color: rgb(138, 163, 155);
    border: 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
section{
  overflow: auto;
  position: relative;
 
}
.container{
    width: 80%;
    margin: auto;
}
.nav1{
   margin-top: 700px;
}
.nav1 h2{
    text-align: center;
    text-transform: capitalize;
}
.line{
    width: 100px;
    height: 3px;
    background-color: rgba(43, 43, 43, 0.385);
    margin:auto ;
    margin-top: -0.3px;
}
.content1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
   
}
.content1 .info{
    padding-top: 20px;
    text-align:left ;
    text-transform: capitalize;
}
.nav1 .image{
    width: 280px;
    height: 350px;
    background-color: rgb(237, 240, 240);
    box-shadow: 2px 2px 4px 4px  rgb(237, 240, 240);
}

.image p i{
    background-color: rgb(138, 163, 155);
    margin-left: 190px;
    text-align: center;
    color: white;
    width: 25px;
    height: 25px;
    padding-top: 7px;
    opacity: 0;
    visibility: hidden;
}
.image .ic i {
    background-color: rgb(138, 163, 155);
    margin-left: 172px;
    text-align: center;
    color: white;
    width: 25px;
    height: 25px;
    padding-top: 7px;
    opacity: 0;
    visibility: hidden;
}
.image:hover i{
    opacity: 1;
    visibility: visible;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.nav2{
   /* overflow: auto;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 60px;
}
.over1{
    text-transform: capitalize;
    width: 520px;
    height: 350px;
    overflow: auto;
    box-shadow: 1px 1px  5px 5px rgb(238, 240, 237);  /* rgb(108, 146, 108)
    /*background-color: rgba(101, 101, 97,0.2);  rgb(101, 128, 101)*/
    background-color: rgb(237, 240, 240);
}
.over2{
    width: 280px;
    height: 350px;
    text-transform: capitalize;
    position: relative;
}
.over2 img{
    position: absolute;
}
.over3{
    width: 280px;
    height: 350px;
    text-transform: capitalize;
    position: relative;
}
.over3 img{
    position: absolute;
}
.discound{
    margin-top: 10px;
    position: absolute;
}
.discound1{
    margin-top: 10px;
    position: absolute;
}
.offer{
    display: flex;
    margin-top: 50px;
}
.content2{
    margin-top: 15px;
}
.nav2 i{
    font-size: 60px;
    color: rgb(138, 163, 155);
    margin: 0 3px;
}
.para{
    padding-top: 30px;
    padding-left: 2px;
}
.lines{
    margin-top: 60px;
    margin-left: 140px;
  
}
.line1{
    width: 70px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.385);
    margin:auto ;
    margin-top: -1px;
    margin-left: 140px;
}
.line2{
    width: 70px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.385);
    margin:auto ;
    margin-top: -2px;
    margin-left: 220px;
}
.line3{
    width: 70px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.385);
    margin:auto ;
    margin-top: -3px;
    margin-left: 300px;
}
.discound i{
    font-size: 20px;
}
.discound1 i{
    font-size: 20px;
}
.over3 img:hover{
    transform: scale(1.2,1.1);
}
.over2 img:hover{
    transform: scale(1.2,1.1);
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.nav3{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 80px;
}
.ship-text{
    padding-top: 10px;
}
.icons{
    background-image: url(image/icones.jpeg);
    height: 55px;
    background-repeat: no-repeat;
}
.icon1{
    background-position:center 5px;
    transition:  0.5s;
}
.icon1:hover{
    background-position:center -90px;
}
.icon2{
    background-position:center -180px;
    transition:  0.5s;
}
.icon2:hover{
    background-position:center -270px;
}
.icon3{
    background-position:center -360px;
    transition:  0.5s;
}
.icon3:hover{
    background-position:center -450px;
}
.icon4{
    background-position:center -540px;
    transition:  0.5s;
}
.icon4:hover{
    background-position:center -640px;
}
.icon5{
    background-position:center -730px;
    transition:  0.5s;
}
.icon5:hover{
    background-position: center -820px;
}
.ship{
    width: 200px;
    height: 120px;
    border-right:2px solid rgb(34, 42, 38);
    text-align: center;
    text-transform: capitalize;
}
.ship1{
    width: 200px;
    height: 120px;
    text-align: center;
    text-transform: capitalize;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.nav4{
    margin-top: 60px;
    text-transform: capitalize;
}
.ul1{
    margin-top: 30px;
    list-style-type: none;
    margin-left: 220px;
}
.ul1 li{
   display:inline-block ;
   margin-left: 80px;
   text-align: center;
}
h2{
    font-size: 35px;
    text-align: center;
     color: rgb(42, 42, 42);
}
.product{
  
    position: relative;
}
.product-overlay{
    position: absolute;
    top: 0;
    left: 0;
    transform: scalex(0);
    opacity: 1;
    transition: transform 0.2s;
}
.product:hover .product-overlay{
    transform: scalex(1);
}

.product-content{
   list-style-type: none;
} 
.product-overlay ul li i{
   line-height: 30px;
    color: white;
    
}
.product-overlay ul li{
    width: 30px;
    height: 30px;
    font-size: 25px;
    background-color: rgb(138, 163, 155);
    display: inline-block;
    text-align: center;
}
.product-overlay ul{
    position: absolute;
    top: 50%;
    left: 50%;
   transform: translate(-50%,-50%);
}
.feature-info ul li{
    width: 20px;
    height: 20px;
    font-size: 15px;
    color: rgb(236, 236, 146);
    display: inline-block;
    text-align: center;
}
.feature{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{
    width: 100vw;
    height: 400px;
    background-image: url(image/new-card_fac38fb1-b9bd-42a6-a7f7-c8c95397e90f_1800x.gif);
    background-size: cover;
    margin-top: 70px;
 }
 .footer-h2{
     font-size: 30px;
     color: rgb(1, 1, 1);
     padding-left: 500px;
 }
 .footer-p{
     color: rgb(12, 11, 11);
     padding-left: 650px;
 }
 .fe{
     color: rgb(230, 237, 234);
     font-size: 40px;
     padding-left: 30px;
     translate: 850px;
 }
 .fe:hover{
     font-size: 20px;
 }