
 body{
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;;
 }
 span{
    color: aqua;
 }
 nav{
    background: #111111;
    color: white;
    padding: 20px 50px;
 }
 .navTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
 }
 .search{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: grey;
    padding: 10px 20px;
    cursor: pointer;
 }
.search input{
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    color: rgb(2, 88, 23);
    cursor: pointer;
   
}
 
 .SearchInput::placeholder{
    color: lightgray;
 }
 .limmtedOffer{
    font-size: 24px;
    border-bottom: 4px solid rgb(12, 196, 12);
    cursor: pointer;
 }
 .navBottom{
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .MenuItem{
    margin-right: 50px;
    color: lightgrey;
    cursor: pointer;
    font-weight: 400;
 }
 .MenuItem:hover{
    transition: all 0.5s linear;
    opacity: 0.6;
       text-decoration: underline;
 }
.slider{
    background: url(img/bgcimg.png);
    color: white;
   clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
   overflow: hidden;
}
.slider-wrapper{
    display: flex;
    width: 500vw;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-in-out;
}
.slider-item{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sliderTitle{
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 1px  #db18d1;
    z-index: 1;
}
.sliderPrice{
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    -webkit-text-stroke: 1px  #b7db18;
    border: 1px solid lightgrey;
    border-radius: 10px 7px;
    z-index: 1;
}

.sliderPrice span{
    color: rgb(255, 174, 23);
}
.slider-img{
   
    z-index: 1;
}
.sliderbg{
   
    width: 700px;
    height: 700px;
    background-color: #b7db18;
    border-radius: 50%;
    position: absolute;
}
.buyButton{
    position: absolute;
    top: 50%;
    right:10%;
    border: 1px solid white;
    outline: none;
    cursor: pointer;
    border-radius: 12px;
    background-color: white;
    outline: none;
    font-size: 17px;
  font-weight: 700;
    padding: 10px;
    z-index: 1;
    transition: all 0.5s ease;
}
.buyButton:hover{
    background-color: #295208;
    color: white;
}
#bg-color-0 {
    background-color: red;
  }
  
  #bg-color-1 {
    background-color: #4CAF50;
  }
  
  #bg-color-2 {
    background-color: #03A9F4;
  }
  
  #bg-color-3 {
    background-color: #FF9800;
  }
  #four:hover{
   background-color:#FF9800;
  }
  #three:hover{
    background-color: #03A9F4;
  }
  #two:hover{
    background-color: #4CAF50;
  }
  #one:hover{
    background-color: red;
  }
 #five:hover{
    background-color: yellow;
    color: black;
 }
.features{
   display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  cursor: pointer;
}
.feature{
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
}
.featurTitlt{
   margin: 20px;
   font-weight: 600;
   color: black;
   font-size: 20px;
}
.featurDis{
   color: gray;
   width: auto;
   height: 100px;
}
.featurimg{
   width: 50px;
   height: 50px;
}
.products{
   height: 100vh;
   background-color: whitesmoke;
   position: relative;
   clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}
.productimg{
   width: 50%;
}
.productDeatiles{
   position: absolute;
   top: 10%;
   width: 40%;
   padding: 50px;
   right: 0;
}
.prodcutTitle{
   font-size: 55px;
   font-weight: 900;
}
.productprice{
   color: #18db4c;
   font-weight: 700;
}
.PayBtn{
   left: 0;
   right: 10%;
}
.productDes{
   font-size: 24px;
   color: gray;
}
.colors,.sizes{
   display: flex;
   margin-bottom: 20px;
}
.color{
   width: 32px;
   height: 32px;
   border-radius: 5px;
   background-color: #111111;
   margin-right: 10px;
   cursor: pointer;
}
.color:last-child{
   background-color: darkblue;
}
.size{
   padding: 5px 20px;
   border: 1px solid  gray;
   margin-right: 10px;
   cursor: pointer;
   font-size: 20px;
   border-radius: 10px;
   outline: none;
}
.size:hover{
   background-color: gray;
   transition: all ease-in 0.5s;
}
.PayBtn{
   padding: 10px 20px;
   float: right;
   background-color: #00000043;
   border-radius: 10px;
   outline: none;
   border: none;
   font-size: 17px;
   font-weight: 600;
   cursor: pointer;
}
.PayBtn:hover{
   background-color: #000000c9;
   color: white;
   transition: all ease-in 0.6s;
}
.payment{
   transition: all ease 0.7s;
   transform: translateY(5%);
   width: 500px;
   height: 500px;
   position: absolute;
   background-color: #fff;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   padding: 20px 50px;
   display: none;
   flex-direction: column;
   -webkit-box-shadow: 0px -3px 27px 7px rgba(22,128,34,1);
-moz-box-shadow: 0px -3px 27px 7px rgba(22,128,34,1);
box-shadow: 0px -3px 27px 7px rgba(22,128,34,1);
border-radius: 10px;
}
.paymentTitle{
   color: lightgray;
   font-size: 20px;
   text-align: center;
   text-transform: uppercase;
}
label{
   font-size: 15px;
   font-weight: 450;
   
}
.paymentinput{
   padding: 10px;
   border: none;
   border-bottom: 1px solid gray;
   font-size: 14px;
  margin: 5px;
}
.paymentinput::placeholder{
   color: lightgray;
}
.cartIcons{
   display: flex;
   justify-content: space-around;
   align-items: center;
   
}
.cardIcon{
    
      cursor: pointer;
}
.cardIcon:hover{
   border: 1px solid lightgray;
   border-radius: 50%;
   transition: all ease 0.6s;
}
.sm{
   width: 26%;
}
.PayBtnn{
   border: none;
   outline: none;
   text-align: center;
   padding: 10px 50px;
   margin-top: 10px;
   background-color: rgba(48, 186, 36, 0.41);
   color: black;
   font-size: 15px;
   font-weight: 600;
   width: 100%;
   
   border-radius: 12px 10px;
}
.PayBtnn:hover{
   background-color:green;
   transition: all ease 0.7s;
   cursor: pointer;
   color: white;
}
.Close{
   width: 20px;
   height: 20px;
   background-color:rgba(255, 24, 24, 0.31);
   color: white;
   
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 10px;
   right: 10px;
   cursor: pointer;
   font-weight: 700;
   padding: 2px;
}
.Close:hover{
   background-color: red;
   transition: all ease 0.7s;
}
.gallery{
   padding: 50px;
   display: flex;
   text-align: center;
}
.galleryItem{
   flex:1;
   padding: 50px;
}
.galleryImg{
   width: 100%;
}
.galleryImg:hover{
   transform: rotate3d(1, 1, 0, 40deg);
   transition: all ease 0.8s;
   border-radius: 10px;
}
.newSeason{
   display: flex;
   clip-path: polygon(14% 1%, 100% 0, 100% 100%, 16% 100%, 0% 50%);


}
.nsItem{
   flex: 1;
   background-color: #000;
   color: white;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   flex-direction: column;
}
.nsImg{
   width: 100%;
   height: 500px;
}
.nsTitle{
   font-size: 40px;
}
.nsbtn{
   text-align: center;

   background-color: rgba(211, 211, 211, 0.269);
   color:#ffffff90;
   font-size: 16px;
   outline: none;
   border: 1px solid white;   
   padding: 8px;
   cursor: pointer;
   font-weight: 600;
}
.nsbtn:hover{
   background-color: grey;
   transition: all ease 0.7s;
   color: white;
}
footer{
   margin-top: 20px;
   display: flex;
   clip-path: polygon(2% 51%, 0 0, 100% 0, 91% 47%, 100% 100%, 0 100%);



    background-color: lightgray;
}
.footerleft{
   flex: 2;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 50px;
}

.ftitle{
   font-size: 17px;
}
.menulist{
   padding: 0;
   list-style: none;

}
.flistItem{
   margin-bottom: 10px;
   cursor: pointer;
   color: gray;
}
.footerright{
   flex: 1;
   padding: 50px;
   margin-top: 10px;
  
}
.footerrightMenu{
  
 
}
.fIcons{
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin: 20px 0px;
  
}
.rightinput{
   padding: 8px;
   outline: none;
   border: 1px solid lightgray;
   
}

.ficon1,.ficon2,.ficon3,.ficon4{
   width: 30px;
   height: 30px;
   margin-right: 80px;
   cursor: pointer;
}
.ficon1:hover{
   background-color: rgba(64, 64, 189, 0.668);
   border-radius: 10px;
   padding: 10px;
   transition: all ease 0.7s;
}
.ficon2:hover{
   background-color: rgba(232, 24, 207, 0.837);
   border-radius: 10px;
   padding: 10px;
   transition: all ease 0.7s;
}
.ficon3:hover{
   background-color: rgba(204, 26, 41, 0.837);
   border-radius: 10px;
   padding: 10px;
   transition: all ease 0.7s;
}
.ficon4:hover{
   background-color: rgba(24, 232, 24, 0.837);
   border-radius: 10px;
   padding: 10px;
   transition: all ease 0.7s;
}

.righttitle{
   color: rgb(0, 0, 0);
  font-size: 18px;
  margin: 30px 0px;
}
.fbtn{
   text-align: center;
   
   background-color: rgba(0, 0, 0, 0.269);
   color:#00000090;
   font-size: 16px;
   outline: none;
   border: 1px solid white;   
   padding: 8px;
   cursor: pointer;
   font-weight: 600;
}
.fbtn:hover{
   background-color: rgb(0, 0, 0);
   transition: all ease 0.7s;
   color: white;
   
}
.copyright{
   
   font-size: 17px;
   font-weight: 500;
   color: black;
}

/* Media Querirs for Resposnsiveness */
@media only screen and (max-width: 480px) {
nav{
 padding: 20px;
}
.search{
   display: none;
   
}
.limmtedOffer{
   font-size: 20px;
   margin-right: 30px;

   
}
.navBottom{
   flex-wrap: wrap;
}
.MenuItem{
   margin: 20px;
   font-size: 25px;
   font-weight: 700;
}
.slider{
   clip-path: none;
}
.slider-img{
   width: 100%;
}
.sliderbg{
   width: 100%;
   height: 100%;
}
.sliderTitle{
   font-size: 20px;
   right: 12%;
}
.sliderPrice{
   top:0;
   left: 5;
   font-size: 14px;
}
.buyButton{
   top: 90%;
   right: 5;
   font-size: 12px;
   padding: 5px;
}
.features{
   flex-direction: column;
}
.products{
   clip-path: none;
   display: flex;
   flex-direction: column;
   height: 100%;
   align-items: center;
}
.productDeatiles{
   width: 100%;
   padding: 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   position: relative;
   top: 0;
}
.prodcutTitle{
   font-size: 50px;
   margin: 0;
}
.productimg{
   width: 80%;
}
.payment{
   width: auto;
   height: 400px;
   margin: 0;
}
.paymentTitle{
   font-size: 15px;
}
label{
   font-size: 12px;
   font-weight: 300;
}
.paymentinput{
   padding: 4px;
   margin: 5px;
}

.gallery{
   display: flex;
   flex-direction: column;
}
.newSeason{
   display: flex;
   flex-direction: column;
   clip-path: none;
   padding: 8px;
   
}
.nsImg{
   width: 100%;
   height: 250px;
}
.nsTitle{
   font-size: 20px;
}
.nsbtn{
   font-size: 10px;
   padding: 5px;
   margin-bottom: 10px;

}
footer{
   clip-path: none;
   display: flex;
   flex-direction: column;
}
.ftitle{
   font-size: 12px;
}
.flistItem{
   margin: 7px;
   font-size: 10px;
}
.footerright{
   padding: 10px;
}
.fIcons{
   display: flex;
   
   align-items: center;
}
.ficon1,.ficon2,.ficon3,.ficon4{
   width: 20px;
   height: 20px;
}
.copyright{
   text-align: center;
   margin-top: 4px;
}
}


