* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.dancing-script- {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.sub-nav {
  display: flex;
  justify-content: space-evenly;
  background: #FFC72C;
}
.sub-nav .sub-nav1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: aliceblue;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-bottom: 3px;
}
.sub-nav .sub-nav2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: aliceblue;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-bottom: 3px;
}

.nav-det {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  padding: 20px 30px;
}
.nav-det .nav-det1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.nav-det .nav-det2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.nav-det .nav-det3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.nav-det .nav-det4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px;
  align-items: center;
}
.search .search1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.search .search1 .search1 input {
  border-width: 50px;
}
.search .search3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  background: #fd5c63;
  padding: 20px;
  gap: 10px;
  margin: 20px 100px;
  border-radius: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: white;
  font-style: bold;
}
.nav a {
  text-decoration: none;
  color: white;
}

.banner img {
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: -99;
  margin-top: -50px;
  opacity: 0.8;
}
.banner .bannerchild {
  padding-top: 300px;
}
.banner .bannerchild h1 {
  font-family: Dancing system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 100px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  color: red;
}
.banner .bannerchild h4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: bold;
  text-align: center;
  color: red;
}

.best {
  display: grid;
  grid-template-columns: 25% 25%;
  align-items: center;
  justify-content: center;
  gap: 150px;
  margin-top: 250px;
  border: solid 2px black;
  margin-left: 200px;
  margin-right: 200px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-shadow: 5px black;
}
.best .best1 {
  display: grid;
}
.best .best1 img {
  height: 400px;
}
.best .best2 h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 25px;
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 40px;
}
.best .best2 p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
}

.megasale {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 40px;
  justify-content: center;
  gap: 30px;
  box-shadow: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: bold;
  font-weight: 600;
}

.mega1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-shadow: 2px black;
  gap: 50px;
}
.mega1 P {
  color: #C81D11;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.sale1 img {
  background-color: cyan;
}

.mega3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-shadow: 2px black;
  gap: 50px;
}

.mega2 img {
  width: 350px;
  height: 550px;
}

.mega3 {
  box-shadow: 2px black;
}
.mega3 img {
  width: 255px;
  height: 215px;
}
.mega3 P {
  color: #C81D11;
}

.feat_pro {
  padding-left: 150px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
}

.featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.products img {
  width: 250px;
  height: 200px;
}
.products h3 {
  color: #fd5c63;
}

.special {
  display: grid;
  grid-template-columns: 30% 30%;
  justify-content: center;
  padding-bottom: 30px;
  gap: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.special h2 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
}
.special h4 {
  color: #fd5c63;
  font-style: bold;
}
.special .spl_child1 {
  gap: 20px;
}
.special .spl_child1 img {
  width: 210px;
  height: 190px;
}
.special .spl_child2 {
  gap: 20px img;
  gap-width: 210px;
  gap-height: 190px;
}

.fin_bann img {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: -99;
  filter: blur(2px);
}
.fin_bann h2 {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding-top: 200px;
  color: whitesmoke;
}
.fin_bann p {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: whitesmoke;
}

.footer {
  display: grid;
  grid-template-columns: 15% 15% 15% 16%;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  gap: 30px;
  padding-top: 300px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.footer .foot1 h4 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 20px;
}
.footer .foot1 li {
  list-style-type: circle;
}
.footer .foot2 h4 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 20px;
}
.footer .foot2 li {
  list-style-type: circle;
}
.footer .foot3 h4 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 20px;
}
.footer .foot4 h4 {
  -webkit-text-decoration: underline #fd5c63;
          text-decoration: underline #fd5c63;
  padding-bottom: 20px;
}
.footer .foot4 li {
  list-style-type: none;
}

.foot_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}

.copyright {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.copyright a {
  text-decoration: none;
  color: black;
}/*# sourceMappingURL=style.css.map */