* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  
  /* nav1 */
  .nav1 {
    background: black;
    font-size: 16px;
    text-align: center;
    color: white;
    text-decoration: none;
    height: 28px;
    padding-top: 8px;
  }
  
  
  
  
  
  
  
  
  /* navigation2 */
  #nav2 {
    margin-top: 20px;
    width: 100%;
    height: 10vh;
    background-color: rgb(239, 227, 203);
    margin-top: -0.10%;
  }
  
   .navrap2 {
    width: 80%;
    margin: auto;
  }
  
  .logo {
    position: absolute;
    margin-left: 32%;
  }
  
  .logo img {
    margin-top: 8%;
  } 
  
   .menu1 {
    float: right;
  }
  
  .menu1 ul {
    margin-top: 15px;
  }
  
  .menu1 ul li {
    display: inline;
    margin: auto;
  }
  
  .menu1 ul li a i {
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding-right: 18px;
    margin-top: 5%;
  }
  
  .menu2 {
    float: left;
    margin-top: 10px;
  
  }
  
  .menu2 ul {
    margin-top: 5px;
  } 
  
  
  .menu3 li a:hover {
    color: rgb(88, 82, 82);
    text-decoration: underline;
   }
   
  
  
  .menu2 ul li {
    display: inline;
  }
  
  .menu2 ul li a i {
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding-left: 18px;
    margin-top: 5%;
  }
  
  
  
  /* navigation3 */
   #nav3 { 
    margin-top: 20px;
    width: 100%;
    height: 8vh;
    background-color: rgb(239, 227, 203);
    margin-top: -0.10%;
  }
  
  .navrap3 {
    width: 80%;
    margin: auto;
  }
  
  
  .menu3 {
    float: left;
    margin-top: 10px;
    margin-left: 20%;
  }
  
  .menu3 ul {
    margin-top: 5px;
  } 
  
   .menu3 ul li {
    display: inline;
  }
  
  .menu3 ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 40px;
    margin-top: 5%;
  } 
  









  
/* banner */
/* .ban {
    width: 100%;
    background-image: url(depu1.png);
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
} */

/* .banrap { */
    /* width: 100%; */
    /* height: 50%; */
    /* background-color: rgba(0, 0, 0, 0.2); */
/* } */



* {
  padding: 0;
  margin: 0;
}

/* html { */
  /* background-color: #f0ede5; */
/* } */

.box_container {
  width: 100%;
  height: 400px;
  background-color: white;
  display: flex;
  flex-direction: row;
  position: absolute;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, 10%);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -1%;
}

.box1 {
  height: 100%;
  width: 30%;
  border-radius: 10px;
  position: relative;
  margin-left: 10px;
  margin-right: 5px;
}

.box1:hover {
  width: 80%;
  transition: all 0.5s;
}

.box2 {
  height: 100%;
  width: 30%;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.box2:hover {
  width: 80%;
  transition: all 0.5s;
}

.box3 {
  height: 100%;
  width: 30%;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.box3:hover {
  width: 80%;
  transition: all 0.5s;
  border-radius: 10px;
}

.box4 {
  height: 100%;
  width: 30%;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 10px;
}

.box4:hover {
  width: 80%;
  transition: all 0.5s;
  border-radius: 10px;
}


.img_box1,
.img_box2,
.img_box3,
.img_box4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}








.catagory{
    /* border: 2px solid black; */
    width: 40%;
    text-align: center;
    margin-left: 30%;
    margin-top: 25%;
}

.catagory h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 40px;
}





.bandhgala{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 2%;
}



.bandhgala h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 28px;
  color: rgb(88, 84, 84);
}






.bandh {
  width: 100%;
  padding-left: 120px;
  margin-top: 4%;
  /* background-color:rgb(239, 227, 203) ; */
}



.bandhrap {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 1px; */
  height: 85vh;
}


.bandhimg h1{
  font-size: 15px;
  padding-top: 2%;
}



.bandhimg img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.bandhimg a{
  color: black;
  text-decoration: none;
}






.jacket{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 2%;
}



.jacket h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 28px;
  color: rgb(88, 84, 84);
}



.jacket1 {
  width: 100%;
  padding-left: 120px;
  margin-top: 4%;
  /* background-color:rgb(239, 227, 203) ; */
}



.jacketrap1 {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 1px; */
  height: 85vh;
}


.jacketimg1 h1{
  font-size: 15px;
  padding-top: 2%;
}



.jacketimg1 img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.jacketimg1 a{
  text-decoration: none;
  color: black;
}





.sherwanis{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 2%;
}



.sherwanis h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 28px;
  color: rgb(88, 84, 84);
}







.sherwani {
  width: 100%;
  padding-left: 120px;
  margin-top: 4%;
  /* background-color:rgb(239, 227, 203) ; */
  height: 175vh;
}



.sherwanirap {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 1px; */
  height: 85vh;
}


.sherwaniimg h1{
  font-size: 15px;
  padding-top: 2%;
}

.sherwaniimg h4{
  height: 10vh;
}



.sherwaniimg img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.sherwaniimg a{
  text-decoration: none;
  color: black;
}

  



.saree{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 2%;
}



.saree h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 28px;
  color: rgb(88, 84, 84);
}




.saree1 {
  width: 100%;
  padding-left: 120px;
  margin-top: 4%;
  /* background-color:rgb(239, 227, 203) ; */
}



.sareerap1 {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 1px; */
  height: 85vh;
}


.sareeimg1 h1{
  font-size: 15px;
  padding-top: 2%;
}

.sareeimg1 h4{
  height: 10vh;
}



.sareeimg1 img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.sareeimg1 a{
  color: black;
  text-decoration: none;
}







.collections{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 45%;
}

.collections h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 40px;
}





.bursa2{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 3%;
}



.bursa2 h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 28px;
  color: rgb(88, 84, 84);
}





.buchap {
  width: 100%;
  padding-left: 120px;
  margin-top: 4%;
  /* background-color:rgb(239, 227, 203) ; */
}



.buchaprap {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 1px; */
  height: 85vh;
}


.buchapimg h1{
  font-size: 15px;
  padding-top: 2%;
}

.buchapimg h4{
  height: 10vh;
}



.buchapimg img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.buchapimg a{
  text-decoration: none;
  color: black;
}








.chevron{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 3%;
}



.chevron h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 28px;
  color: rgb(88, 84, 84);
}







.chev {
  width: 100%;
  padding-left: 120px;
  margin-top: 4%;
  /* background-color:rgb(239, 227, 203) ; */
}



.chevrap {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 1px; */
  height: 85vh;
}


.chevimg h1{
  font-size: 15px;
  padding-top: 2%;
}

.chevimg h4{
  height: 10vh;
}



.chevimg img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.chevimg a{
  text-decoration: none;
  color: black;
}






.accessories{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 3%;
}

.accessories h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 40px;
}




.safa{
  /* border: 2px solid black; */
  width: 40%;
  text-align: center;
  margin-left: 30%;
  margin-top: 2.5%;
}



.safa h1{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 28px;
  color: rgb(88, 84, 84);
}





.safas {
  width: 100%;
  padding-left: 120px;
  margin-top: 4%;
  /* background-color:rgb(239, 227, 203) ; */
}



.safasrap {
  display: grid;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 1px; */
  height: 85vh;
}


.safasimg h1{
  font-size: 15px;
  padding-top: 2%;
}

.safasimg h4{
  height: 10vh;
}



.safasimg img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}




.safasimg a{
  text-decoration: none;
  color: black;
}









.aboutpic{
  padding-left: 300px;
  margin-top: 5%;
}


.abouttext{
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: -6%;
  height: 20vh;
}


.abouttext h1{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  font-size: 20px;
  text-decoration: underline;
}


.abouttext h1:hover {
  /* color: rgb(88, 82, 82); */
  text-decoration: underline;
 }


.abouttext h1 a{
  color: white;
}





/* footer */
.footer {
  width: 100%;
  height: 10vh;
  margin-top: 1%;
  border-top: 1px solid gray;
}

.footrap {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto ;
  grid-column-gap: 20px;
  padding-top: 10px;
}

.boxx {
  padding: 10px;
}

.boxx1 h1 {
  text-align: center;
  font-size: 18px;
}



.boxx2 {
  padding: 10px;
}

.boxx2 h1 {
  text-align: center;
  font-size: 18px;

}


.boxx3 {
  padding: 10px;
}

.boxx3 h1 {
  text-align: center;
  font-size: 18px;
}



.boxx4 {
  padding: 10px;
}

.boxx4 h1 {
  text-align: center;
    font-size: 18px;
}

.jjv{
  text-align: center;
  height: 12vh;
}


.jjv h1{
  font-size: 20px;
  margin-top: 3%;
}


.jjv1{
  padding-left: 40px;
}

.jjv1 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv1 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 10vh;
}


.jjv2{
  padding-left: 40px;
}

.jjv2 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv2 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 10vh;
}





.jjv3{
  padding-left: 40px;
}

.jjv3 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv3 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 18vh;
}




.jjv4{
  padding-left: 40px;
}

.jjv4 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv4 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 15vh;
}





.jjv5{
  padding-left: 40px;
}

.jjv5 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv5 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 20vh;
}






.jjv6{
  padding-left: 40px;
}

.jjv6 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv6 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 20vh;
}






