@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

body {
  text-align: center;
  padding: 0%;
  margin: 0%;
  background-color: black;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.wrapper {
  float: none;
  min-width: 1140px;
  padding: 0 auto;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  /* text-align: center; */
  background: #00000081;
  position: fixed;
  width: 100%;
  /* padding-bottom: 2em; */
}

.header-left {
  text-transform: uppercase;
  margin: 0em 5em;
}
.header-left span {
  color: rgba(240, 248, 255, 0.507);
}

.header-right {
  font-size: 25px;
  text-align: center;
}
.header-right li {
  display: inline;
  float: left;
  padding: 2px 16px;
  margin: 1px;
}
.header-right input {
  background-color: rgba(255, 255, 255, 0);
  height: 25px;
  border: none; 
  border-bottom: 1px solid white;
}
.header-right input::placeholder {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
}
.header-right a{
  text-decoration: none;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}
.header-left a{
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

/* hero-section */

.hero-section {
  background: url(../images-ecormmrece/hero-bg.avif);
  width: 100%;
  background-size: 100% 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hero-section-text {
  padding: 5em;
}
.hero-section-text h1 {
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: aliceblue;
  padding: 5em 2em 0em 2em;
}

/* button */
.hero-section-text a,
.newarrivals-section1 a {
  padding: 8px 22px;
  color: aliceblue;
  font-size: 2em;
  text-decoration: none;
  border: 2px solid white;
}
.hero-section-text a:hover,
.newarrivals-section1 a:hover {
  color: black;
  background-color: white;
}

/* new arrivals */
.newarrivals {
  display: flex;
  flex-wrap: wrap;
}

.newarrivals-section1 {
  float: left;
  width: 50%;
}

.newarrivals-section1 h3 {
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  padding-top: 5em;
  text-align: center;
}

.newarrivals-section2 {
  float: right;
  width: 50%;
  background-image: url(../images-ecormmrece/new-arrivals.avif);
  background-repeat: no-repeat;
  background-size: cover;
  height: 40em;
}

/* gallery */

.gallery {
  display: flex;
  margin: 0px 0px 100px 0px;
}

.img-gallery {
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.img-gallery li {
  flex: 1 1 20px;
  margin: 0 10px;
  display: flex;
}

.img-gallery img {
  width: 100%;
  height: auto;
  background: #f9f9f9;
}

/* sale  */

.sale {
  display: flex;
  flex-direction: column;
  margin:auto;
}

.sale-bag {
  justify-content: space-evenly;
  display: flex;
  width: 100%;
  float: none;
  margin: 0 auto;
  max-width: 70%;
}

.sale-bag img {
  flex: 1 1 20px;
  margin: 0px;
  display: flex;
  width: 100%;
  height: auto;
}

.sale h2 {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
}
.sale-bag h5 {
  font-size: 30px;
  margin: 0px;
  font-weight: 500;
  text-transform: capitalize;
}

/* about us */

.about-section {
  width: 100%;
  height: 45em;
  margin: 6em 0em;
  /* background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d"); */

  /* background: #000000; */
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(140, 140, 140, 0.29) 50%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    url("../images-ecormmrece/about-us.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.about-content {
  margin-right: 20em;
  width: 25%;
  padding: 0em 0em 0em 20em;
  color: #fff;
  text-align: left;
}

.about-content h1 {
  font-size: 3em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 1.2rem;
  line-height: 1.6;
}

/* contacts */

.contact-us {
  width: 100%;
  display: flex;
}
.left-sec {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33em;
}
.signup-form {
  width: 100%;
  max-width: 20em;
}

.input-group {
  display: flex;
  gap: 5px;
}
input[type="text"] {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  font-size: 14px;
}

input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid white;
  border-radius: 6px;
  font-size: 14px;
}

textarea {
  padding: auto;
  width: 25em;
  border: 1px solid white;
  border-radius: 6px;
  height: 8em;
  margin-bottom: 20px;
}

.send {
  margin: 10px 0px 0px 200px;
  text-decoration: none;
  border: 1px solid white;
  color: white;
  padding: 5px 20px;
  font-size: 20px;
}

.right-sec {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 33em;
  padding: 0em 5em;
}

.right-sec h2 {
  font-size: 50px;
  margin: 20px 143px 20px 10px;
  text-transform: uppercase;
}
.right-sec p{
  text-align: justify;
}

/* footer */

.footer {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  background: var(--g-bg);
  color: var(--white);
  padding: 2em 0em;
}

.footer-left p {
  font-size: 16px;
  font-weight: 400;
}

.footer-right li {
  display: inline;
  margin: 0px 20px;
  font-size: 20px;
  color: var(--g-head);
}

/* shop */


.sale a{
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}



/* items */

.product-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  align-items: flex-start;
  padding: 10em 0em 5em 0em;
}

.product-image img {
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
}

.product-info {
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 2em;
  text-transform: uppercase;
}

.rating-num {
  color: gray;
  margin-left: 0.5em;
}

.price {
  font-size: 1.5em;
  display: flex;
  gap: 1em;
  align-items: center;
}

.original {
  text-decoration: line-through;
  color: #999;
}

.discounted {
  color: #fff;
  font-weight: bold;
}

.desc {
  font-size: 1em;
  line-height: 1em;
  color: #ccc;
}

.actions {
  display: flex;
  gap: 1em;
  margin-top: 1em;
}

.add-to-cart {
  flex: 1;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-size: 1em;
  padding: 0.7em;
  cursor: pointer;
}

.wishlist {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-size: 1.2em;
  padding: 0.7em 1em;
  cursor: pointer;
}

.buy-now {
  margin-top: 1em;
  background: white;
  color: black;
  font-size: 1em;
  font-weight: bold;
  border: none;
  padding: 1em;
  cursor: pointer;
}


























/* responsive  */
@media (max-width: 767px) {
  .wrapper {
    min-width: auto;
    padding: 0 1em;
  }

  body {
    font-size: 14px;
  }

  .header {
    flex-direction: column;
    padding: 0em;
    position: relative;
  }
  .header-left {
    margin: 0;
    text-align: center;
  }
  .header-right {
    font-size: 20px;
    text-align: center;
  }
  .header-right li {
    float: none;
    display: block;
    margin: 5px 0;
    padding: 0px;
  }
  .hero-section{
    height: auto;
    width: auto;
  }  

  .hero-section-text h1 {
    font-size: 40px;
    padding: 1em 0em;
  }

  .newarrivals{
    display: flex;
    flex-direction: column;
  }
  .newarrivals-section1, .newarrivals-section2{
    margin: 2em 0em;
    width: 100%;
  }

  .newarrivals-section1 h3 {
    font-size: 28px;
    padding-top: 2em;
  }
  .img-gallery{
    flex-direction: column;
  }

  .sale-bag{
    flex-direction: column;

  }
  .sale h2 {
    font-size: 40px;
  }
  .sale-bag h5 {
    font-size: 20px;
  }
  .about-section{
    display: none;
  }
  .contact-us {
    flex-direction: column;
  }
  .left-sec, .right-sec {
    width: 100%;
    padding: 2em 1em;
  }
  .signup-form {
    max-width: 100%;
  }
  .input-group{
    display: block;
  }

  input[type="email"], input[type="password"] {
    width: 80%;
    padding: 12px;
 

   
}

  .footer {
    flex-direction: column;
    text-align: center;
  }
  .footer-right li {
    margin: 10px 0;
  }
}


