* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.container {
  width: 1250px;
  height: auto;
  margin: auto;
}
.top {
  width: 1250px;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: small;
  background: rgb(247, 247, 247);
  font-weight: 600;
}

.header {
  width: 1250px;
  height: 70px;
  display: flex;
  font-weight: 600;
}
.logo {
  width: 175px;
  height: 70px;
  display: flex;
}
.zwear {
  width: 70px;
  height: 70px;
}
.zwear > img {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  padding-left: 15px;
}
.strong {
  width: 105px;
  height: 70px;
}
.strong > h2 {
  padding-top: 15px;
  padding-left: 8px;
}
.middle {
  width: 900px;
  height: 40px;
	margin-top:15px;
}
.middle > ul {
  list-style: none;
}
.middle > ul > li {
  float: left;
   position: relative;
}


.middle > ul > li > a {
  text-decoration: none;
  display: block;
  width: 110px;
  height: 31px;
	padding-top:9px;
  text-align: center;
  color: black;
  font-size: small;
}

.middle>ul>li>ul{list-style: none; position: absolute; visibility: hidden; z-index:999; }
.middle>ul>li>ul>li { line-height:40px;}
.middle>ul>li>ul>li>a{text-decoration: none; color: black; padding:5px 15px; font-size: small;}
.middle>ul>li>ul>li>a:hover{color: grey;}
.middle>ul>li:hover>ul{visibility: visible; background: white;}

.middle > ul > li > a:hover {
  color: grey;
}

.active {
  color: grey !important;
}

.icons {
  width: 175px;
  height: 70px;
  display: flex;
}
.loginicon {
  width: 55px;
  height: 45px;
  padding-top: 25px;
  padding-left: 15px;
}
.login {
  width: 95px;
  height: 46px;
  padding-top: 24px;
  padding-left: 10px;
}
.login > a {
  text-decoration: none;
  color: black;
}
.login > a:hover {
  text-decoration: none;
  color: grey;
}
.homebanner {
  width: 1250px;
  height: 500px;
}
.aboutheading {
  width: 1250px;
  height: 80px;
  text-align: center;
}
.aboutheading > h2 {
  font-size: 40px;
  padding-top: 10px;
}
.aboutcontent {
  width: 1150px;
  height: 265px;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 30px;
  font-weight: 300;
}
.specialilty {
  width: 1250px;
  height: 500px;
  background: rgb(237, 243, 255);
  display: flex;
}
.photo {
  width: 375px;
  height: 400px;
  margin: 50px;
  border-radius: 20px;
 background: url("clothing images/photo.jpg");
}


.text-overlay {
  width: 375px;
  height: 400px;
  color: white;
}
.text-overlay > h3 {
  font-size: 22px;
  padding-left: 20px;
  padding-top: 50px;
}
.text-overlay > p {
  padding-right: 40px;
  padding-top: 20px;
   padding-left: 20px;
}
.contactbutton {
  margin-left: 20px;
  width: 130px;
  height: 30px;
  background: white;
  margin-top: 45px;
  text-align: center;
  padding-top: 8px;
  text-decoration: none;
  color: black;
  display: block;
  border-radius: 20px;
  border: 2px solid transparent;
}
.contactbutton:hover {
  border: 2px solid white;
  background: transparent;
  color: white;
  font-weight: 500px;
}

.special {
  width: 725px;
  height: 400px;
  background: white;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 50px;
  border-radius: 20px;
  display: flex;
}
.special > h2 {
  font-size: 35px;
  padding-left: 30px;
  padding-top: 20px;
}
.special > p {
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 300px;
  font-weight: 300px;
}
.special > h4 {
  padding-left: 30px;
  padding-top: 50px;
  color: rgb(153, 0, 0);
}
.stand {
  width: 362px;
  height: 400px;
  font-size: 22px;
}

.stand > h2 {
  padding-top: 30px;
  padding-left: 20px;
}
.stand > p {
  padding-left: 20px;
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
}
.stand > h5 {
  color: red;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
}
.try {
  width: 363px;
  height: 400px;
}
.try > p {
  padding-top: 50px;
  padding-left: 20px;
}
.try > h3 {
  padding-left: 20px;
  padding-top: 30px;
  font-size: 40px;
}
.try > h5 {
  padding-top: 2px;
  padding-left: 20px;
}

.mobile {
  width: 1250px;
  height: 250px;
  display: flex;
}

.mainmobile1 {
  width: 25px;
  height: 250px;
}

.mmobile1 {
  width: 250px;
  height: 200px;
  margin: 25px;
}
.mmobile1 > h2 {
  font-size: 40px; 
  padding-top: 50px;
}
.mmobile1 > p {
  font-weight: 600;
}

.mmobile2 {
  width: 250px;
  height: 200px;
  margin: 25px;
}
.mmobile2 > h2 {
  font-size: 40px; 
  padding-top: 50px;
}
.mmobile2 > p {
  font-weight: 600;
}

.mmobile3 {
  width: 250px;
  height: 200px;
  margin: 25px;
}
.mmobile3 > h2 {
  font-size: 40px; 
  padding-top: 50px;
}
.mmobile3 > p {
  font-weight: 600;
}

.mmobile4 {
  width: 250px;
  height: 200px;
  margin: 25px;
}
.mmobile4 > h2 {
  font-size: 40px; 
  padding-top: 50px;
}
.mmobile4 > p {
  font-weight: 600;
}

.mainmobile2 {
  width: 25px;
  height: 250px;
}

.findmore {
  width: 200px;
  height: 30px;
  background: black;
  margin-left: 525px;
  text-align: center;
  padding-top: 8px;
  text-decoration: none;
  color: white;
  display: block;
  border: 2px solid transparent;
}
.findmore:hover {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 500px;
}

.productwedo {
  width: 1250px;
  height: 100px;
  text-align: center;
  font-size: 30px;
}
.productwedo > h3 {
  padding-top: 40px;
}

.products {
  width: 1250px;
  height: 600px;
  display: flex;
}
.spaceb10 {
  width: 25px;
  height: 600px;
  position: relative;
}

.appearl {
  width: 350px;
  height: 550px;
  margin: 25px;
  overflow: hidden;
  position: relative;
}
.appearl > img {
  transform: scale(1);
  transition: all;
  transition-duration: 1s;
  position: absolute;
}

.appearl > .block {
  width: 350px;
  height: 550px;
  background: black;
  opacity: 40%;
  position: absolute;
  bottom: 550px;
  transition: all;
  transition-duration: 1s;
}
.appearl:hover > .block {
  bottom: 0px;
}
.overlay-text {
  width: 150px;
  height: 40px;
  background: white;
  position: absolute;
  top: 50%;
  left: 25%;
  color: black;
  margin-left: 20px;
}
.overlay-text > a {
  text-decoration: none;
  color: black;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.homeconcepts {
  width: 350px;
  height: 550px;
  margin: 25px;
}
.homeconcepts {
  width: 350px;
  height: 550px;
  margin: 25px;
  overflow: hidden;
  position: relative;
}
.homeconcepts > img {
  transform: scale(1);
  transition: all;
  transition-duration: 1s;
  position: absolute;
}

.homeconcepts > .block {
  width: 350px;
  height: 550px;
  background: black;
  opacity: 40%;
  position: absolute;
  bottom: 550px;
  transition: all;
  transition-duration: 1s;
}
.homeconcepts:hover > .block {
  bottom: 0px;
}
.overlay-text {
  width: 150px;
  height: 40px;
  background: white;
  position: absolute;
  top: 50%;
  left: 25%;
  color: black;
  margin-left: 20px;
}
.overlay-text > a {
  text-decoration: none;
  color: black;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.spaceb20 {
  width: 25px;
  height: 600px;
  position: relative;
}
.khali {
  width: 1250px;
  height: 35px;
}
.backgroundimage {
  width: 1250px;
  height: 350px;
  background: url(clothing\ images/background.jpg);
  background-size: auto;
  background-attachment: fixed;
}
.backgroundimage > p {
  font-size: 35px;
  text-align: center;
  padding-top: 150px;
}
.khali1 {
  width: 1250px;
  height: 60px;
}

.designbox {
  width: 1250px;
  height: 600px;
  display: flex;
}
.designimage {
  width: 625px;
  height: 600px;
}
.designcontent {
  width: 625px;
  height: 600px;
}
.designcontent > h3 {
  padding-top: 50px;
  padding-left: 100px;
  font-size: 30px;
}
.designcontent > p {
  padding-top: 20px;
  padding-left: 100px;
  line-height: 30px;
}

.aboutdesign {
  width: 300px;
  height: 40px;
  background: black;
  position: relative;
  left: -321px;
  top: 440px;
  padding-top: 15px;
  text-decoration: none;
  text-align: center;
  color: white;
  display: block;
  border: 2px solid transparent;
}

.aboutdesign:hover {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 500px;
}

.wear {
  width: 1250px;
  height: 550px;
  display: flex;
}
.space5 {
  width: 25px;
  height: 550px;
}
.clothwearing1 {
  width: 600px;
  height: 550px;
}
.clothimage {
  width: 575px;
  height: 325px;
  border-radius: 16px;
  margin-left: 25px;
  margin-top: 25px;
}
.clothimage > img {
  border-radius: 16px;
}
.clothcontent {
  width: 571px;
  height: 185px;
  border-radius: 16px;
  margin-top: 15px;
  margin-left: 25px;
  text-align: center;
  border: 2px solid black;
}
.getmore {
  width: 150px;
  height: 30px;
  background: black;
  border-radius: 8px;
  margin-left: 210px;
  text-align: center;
  padding-top: 8px;
  text-decoration: none;
  color: white;
  display: block;
  border: 2px solid transparent;
}
.getmore:hover {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 500px;
}

.clothcontent > h3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.clothwearing2 {
  width: 600px;
  height: 550px;
}
.clothcontent2 {
  width: 556px;
  height: 175px;
  border-radius: 16px;
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 15px;
  text-align: center;
  border: 2px solid black;
}
.clothcontent2 > h3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.clothimage2 {
  width: 560px;
  height: 335px;
  border-radius: 16px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 25px;
}
.clothimage2 > img {
  border-radius: 16px;
}

.space6 {
  width: 25px;
  height: 550px;
}

.sustainablilty {
  width: 1250px;
  height: 550px;
  background: url(clothing\ images/sustainabliliy.jpg);
  background-size: auto;
  background-attachment: fixed;
  padding-top: 50px;
}
.sustainbox {
  width: 500px;
  height: 500px;
  background: white;
  margin-left: 375px;
  text-align: center;
}
.sustainbox > h3 {
  padding-top: 50px;
  text-align: center;
  font-size: 25px;
}
.sustainbox > p {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 80px;
  line-height: 30px;
}
.learnmore {
  width: 150px;
  height: 30px;
  background: black;
  border-radius: 8px;
  margin-left: 170px;
  text-align: center;
  padding-top: 8px;
  text-decoration: none;
  color: white;
  display: block;
  border: 2px solid transparent;
}
.learnmore:hover {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 500px;
}

.customers {
  width: 1250px;
  height: 50px;
  text-align: center;
  font-size: 30px;
}
.reviews {
  width: 1250px;
  height: 250px;
  display: flex;
}
.spaceb3 {
  width: 25px;
  height: 250px;
}

.person1 {
  width: 350px;
  height: 200px;
  margin: 25px;
  border-radius: 16px;
  border: 2px solid black;
}
.customerdetail {
  width: 350px;
  height: 80px;
  display: flex;
}
.customerphoto {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: 4px;
  margin-top: 4px;
}
.customername {
  width: 270px;
  height: 80px;
}
.customername > h4 {
  margin-left: 20px;
  margin-top: 10px;
}
.customerreview {
  width: 345px;
  height: 110px;
  padding-top: 10px;
  padding-left: 5px;
}
.customerphoto > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.spaceb4 {
  width: 25px;
  height: 250px;
}

.footer {
  width: 1250px;
  height: 375px;
  background: rgb(237, 243, 255);
  margin-top: 30px;
  display: flex;
}

.spaceb1 {
  width: 25px;
  height: 375px;
  background: rgb(237, 243, 255);
}

.headerb1 {
  width: 350px;
  height: 325px;
  margin: 25px;
}

.headerb1 > p {
  font-size: 16px;
}

.logoimg {
  height: 70px;
  width: 70px;
  float: left;
}

.logoimg > img {
  height: 70px;
  width: 70px;
}

.Aaarad {
  height: 70px;
  width: 280px;
  float: left;
}

.Aaarad > h3 {
  padding-left: 20px;
  padding-top: 25px;
}

.headerb2 {
  width: 300px;
  height: 325px;
  margin: 25px;
  padding-left: 50px;
  color: black;
}

.headerb2 > h3 {
  margin-top: 25px;
  margin-bottom: 13px;
}

.headerb2 > ul {
  list-style: none;
}

.headerb2 > ul > li > a {
  text-decoration: none;
  line-height: 35px;
  color: black;
}

.headerb3 {
  width: 350px;
  height: 325px;
  margin: 25px;
}

.headerb3 > h3 {
  margin-top: 25px;
  margin-bottom: 13px;
}

.headerb3 > ul {
  list-style: none;
}

.headerb3 > ul > li {
  line-height: 35px;
}

.headerb3 > ul > li > a {
  text-decoration: none;
  line-height: 35px;
  color: black;
}

.spaceb2 {
  width: 25px;
  height: 375px;
  background: rgb(237, 243, 255);
}

.copy {
  width: 1250px;
  height: 20px;
  text-align: center;
  background: rgb(237, 243, 255);
  padding-top: 10px;
}

.aboutbanner {
  width: 1250px;
  height: 400px;
}
.aboutcontentb {
  width: 1250px;
  height: 300px;
}
.aboutcontentb > h3 {
  font-size: 32px;
  text-align: center;
}
.aboutcontentb > p {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  font-size: 18px;
  line-height: 25px;
}
.aboutcontentb > h4 {
  text-align: center;
  font-size: 18px;
  padding-top: 30px;
}

.serv1 {
  width: 1250px;
  height: 450px;
  display: flex;
}

.spacers1 {
  width: 50px;
  height: 450px;
}
.servicesrn1 {
  width: 1150px;
  height: 450px;
  display: flex;
}

.imge {
  width: 450px;
  height: 450px;
}

.conte {
  width: 700px;
  height: 450px;
}
.conte > h2 {
  font-size: 28px;
  padding-left: 50px;
  padding-top: 35px;
}
.conte > p {
  padding-left: 50px;
  padding-top: 20px;
  font-size: 18px;
  padding-right: 50px;
  padding-bottom: 40px;
}
.ourstory {
  width: 170px;
  height: 35px;
  background: black;
  margin-left: 50px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  padding-top: 10px;
  border: 2px solid black;
}
.ourstory:hover {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 500px;
}

.spacers2 {
  width: 50px;
  height: 450px;
}

.serva {
  width: 1250px;
  height: 450px;
  display: flex;
}
.spacers10 {
  width: 50px;
  height: 450px;
}

.servicesrn10 {
  width: 1150px;
  height: 450px;
  display: flex;
}
.imge0 {
  width: 450px;
  height: 450px;
}

.conte0 {
  width: 700px;
  height: 450px;
}
.subservicea {
  width: 700px;
  height: 150px;
}
.subservicea > h2 {
  padding-left: 50px;
  padding-top: 40px;
  font-size: 30px;
}
.subserviceb {
  width: 700px;
  height: 150px;
  display: flex;
}
.subservicec {
  width: 700px;
  height: 150px;
}
.subservicec > h2 {
  padding-left: 50px;
  padding-top: 20px;
}
.subservicec > p {
  padding-top: 10px;
  padding-left: 50px;
}

.servicesubsuba {
  width: 350px;
  height: 150px;
}
.servicesubsuba > h2 {
  padding-left: 50px;
  padding-top: 20px;
}
.servicesubsuba > p {
  padding-top: 10px;
  padding-left: 50px;
}

.servicesubsubb {
  width: 350px;
  height: 150px;
}
.servicesubsubb > h2 {
  padding-left: 50px;
  padding-top: 20px;
}
.servicesubsubb > p {
  padding-top: 10px;
  padding-left: 50px;
}

.conte0 > h2 {
  font-size: 28px;
  padding-top: 35px;
}
.conte0 > p {
  padding-top: 20px;
  font-size: 18px;
  padding-right: 80px;
  padding-bottom: 50px;
}
.ourvalues {
  width: 170px;
  height: 35px;
  background: black;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  padding-top: 10px;
  border: 2px solid black;
}
.ourvalues:hover:hover {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 500px;
}

.spacers20 {
  width: 50px;
  height: 450px;
}

.head {
  text-align: center;
  padding-top: 5px;
  font-size: 24px;
  padding-bottom: 10px;
}

.head > p {
  font-size: 18px;
  text-align: justify;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
}
.capabilitybanner {
  width: 1250px;
  height: 400px;
}
.capabilitybanner > img {
  width: 1250px;
  height: 400px;
}

.designcontentb {
  width: 1250px;
  height: 220px;
}
.designcontentb > p {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  padding-top: 50px;
}

.contactsection {
  width: 1250px;
  height: 800px;
  display: flex;
}
.subcontacta {
  width: 800px;
  height: 800px;
}
.subcontactb {
  width: 450px;
  height: 800px;
  text-align: center;
}
.subcontactb > h3 {
  padding-top: 30px;
  font-size: 25px;
  padding-bottom: 20px;
}
.sai {
  font-weight: 500;
  padding-bottom: 10px;
  font-size: 24px;
}
.subcontactb > p {
  padding-bottom: 20px;
}

.inquire {
  width: 200px;
  height: 30px;
  background: black;
  margin-left: 130px;
  text-align: center;
  padding-top: 8px;
  text-decoration: none;
  color: white;
  display: block;
  border: 2px solid transparent;
}
.inquire:hover {
  border: 2px solid black;
  background: white;
  color: black;
  font-weight: 500px;
}

.somes {
  width: 1250px;
  height: 670px;
}
.parta {
  width: 525px;
  height: 570px;
  float: left;
  margin: 50px;
}

.bold {
  text-align: center;
  padding-bottom: 20px;
}

.names {
  width: 520px;
  height: 30px;
  margin-bottom: 30px;
}
.require {
  margin-bottom: 30px;
  resize: none;
}
.book {
  width: 523px;
  height: 37px;
  background: black;
  border-radius: 4px;
  color: white;
  text-align: center;
  padding-top: 15px;
  font-size: 18px;
}
.book > a {
  text-decoration: none;
  display: block;
  color: white;
}

.partb {
  width: 525px;
  height: 570px;
  float: left;
  margin: 50px;
}
.partb > h3 {
  margin-bottom: 10px;
}

.mainboxs {
  width: 1250px;
  height: 380px;
  display: flex;
}

.mainbox3 {
  width: 25px;
  height: 380px;
}

.mbox5 {
  width: 250px;
  height: 330px;
  margin: 25px;
}

.mbox5 > img {
  border-radius: 20px;
}
