* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#container {
  width: 100%;
  height: 100vh;
}
.logo img {
  position: absolute;
  left: 150px;
  top: 35px;
  width: 20%;
}

.search_area {
  position: fixed;
  right: 90px;
  top: 50px;
  width: 170px;
  height: 45px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10% 10% 10% 10% / 50% 50% 50%;
  box-shadow: 2px 2px 30px rgba(167, 158, 245, 0.2);
  box-sizing: border-box;
  z-index: 1;
  border: 1px solid rgba(167, 158, 245, 0.1);
}
.search_area input {
  border: none;
  outline: none;
  width: 90px;
  height: 20px;
  background-color: transparent;
  color: #1f1f1f;
  font-size: 1rem;
  padding: 0px 10px;
}
.search_box input::placeholder {
  color: #1d1d1d;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 0.9rem;
  font-family: poppins;
}
.section1 {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(-15%, -50%);
}
.section1 img {
  height: 300px;
}
.section1Button {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-90%, -50);
}
.section1Button h1,
h2 {
  font-family: 'Science Gothic', sans-serif;
  font-weight: bold;
  margin: 0px;
  line-height: 50px;
  font-size: 2.5rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.08);
  letter-spacing: 2px;
  color: #3d3d4a;
  text-transform: uppercase;
}
span {
  color: #7a72ff;
}
.section1Button h1 {
  letter-spacing: 21px;
}
.btn {
  width: 150px;
  height: 40px;
  background-color: #2f2e41;
  color: #fff;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10% 10% 10% 10% / 50% 50% 50% 50%;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  border: transparent !important;
}
.btn:hover {
  background: #7a72ff;
  transition: 0.5s;
}
.icon {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translate(-50%);
  border-radius: 20px;
  background-color: white;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  z-index: 1;
}
.icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
}
.icon a i {
  color: rgba(39, 39, 39, 0.8);
}
#productSection {
  width: 80%;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(167, 158, 245, 0.2);
  /* display: flex; */
  margin: 30px auto;
  /* flex-direction: column; */
  /* align-items: center; */
  /* padding: 40px 20px;
  margin-top: -60px; */
  /* position: relative; */
  background-size: 1000px;
  border-radius: 10px;
}
#productSection > h3 {
  margin: 20px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  font-family: myriod pro;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  font-size: 2.5rem;
  color: #323543;
}
.product {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  gap: 50px;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  justify-content: center;
  /* justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0px;
  width: 100%; */
}
.productBox {
  /* width: 250px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 10px 30px; */
}
.productBox img {
  height: 150px;
}
.productBox p {
  color: #4d4d4d70;
  font-family: myriad pro;
  font-size: 0.9rem;
  letter-spacing: 0.5;
}
.productBox a {
  color: #2c2c2c;
  font-family: myriad pro;
  font-size: 1rem;
}
.buybtn {
  position: absolute;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: calibari;
  left: 45%;
  bottom: -20px;
  transform: translate(-50px);
  border-radius: 15% 15% 15% 15% / 50% 50% 50% 50%;
  background: linear-gradient(120deg, #6b60ec 20%, #a166f4);
  color: white;
  display: none;
  animation: fade 0.5s;
  text-decoration: none;
}
.productBox:hover .buybtn {
  display: flex;
}
.productBox:hover {
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.productBox:hover a:last-child {
  color: white;
  transition: all ease 0.3s;
  border-radius: 15% 15% 15% 15% / 50% 50% 50% 50%;
}
.product div {
  border-radius: 5%;
}

.about {
  display: flex;
  width: 85%;
  margin: 50px auto;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  margin-bottom: 150px;
}
.aboutBox {
  width: 40%;
  font-family: myriad pro;
}
.aboutBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboutBox h1 {
  color: #333;
  font-weight: 700;
  font-size: 3rem;
  margin: 0px;
}
.aboutBox h4 {
  color: #333;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aboutBox p {
  color: #bdbdbd;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.notifaction {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.notifaction h3 {
  font-size: 2rem;
  color: rgba(56, 56, 56);
  font-family: myriad pro;
}
.notifactionButton {
  width: 500px;
  background-color: #fff;
  border-radius: 7% 7% 7% 7% / 50% 50% 50% 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.notifactionButton input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background-color: transparent;
}
button {
  width: 150px;
  height: 50px;
  background-color: #202020;
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  /* box-shadow: 2px 2px 30px rgba(8, 146, 206, 0.1); */
  font-size: 1.5rem;
}
button:hover {
  background: #6b60ec;
  transition: all ease 0.5s;
  border: none;
}
footer p {
  text-align: center;
  color: #f2f2f2;
}
footer {
  background: black;
  padding: 20px;
}

@media screen and (max-width: 850px) {
  .logo img {
    width: 50%;
    left: 10px;
  }
  .search_area .search_area input .search_box input::placeholder {
    width: 50%;
    height: 80px;
    right: 10px;
  }
  .section1 img {
    width: 50%;
    margin-top: 20px;
  }
  .icon {
    position: fixed;
    /* bottom: 100%; */
  }
}
