* {
  font-family: Poppins;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.container {
  width: 100%;
  height: 100vh;
}
.logo {
  position: absolute;
  left: 90px;
  top: 20px;
}
.logo a {
  text-shadow: 2px, 2px, 30px rgb(0, 0, 0, 0.2);
  font-weight: bold;
  color: #2f2e41;
  font-size: 2rem;
  letter-spacing: 1;
}
.searchArea {
  position: fixed;
  right: 90px;
  top: 20px;
  width: 170px;
  height: 45px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10% 10% 10% 10% / 50% 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);
}
.searchBox input {
  width: 90px;
  height: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #1f1f1f;
  font-size: 1rem;
  padding: 0px 10px;
}
.searchBox input:placeholder {
  color: #1d1d1d;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 0.8rem;
}
.imageSection {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(-15%, -50%);
}
.imageSection img {
  height: 300px;
}
.tittleSection {
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-90%, -50%);
}
.tittleSection h1,
h2 {
  font-weight: bold;
  margin: 0px;
  line-height: 60px;
  font-size: 4rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.08);
  letter-spacing: 3px;
  color: #3d3d4a;
  text-transform: uppercase;
}
span {
  color: #7a72ff;
}
.tittleSection h1 {
  letter-spacing: 25px;
}
.tittleSection button {
  width: 140px;
  height: 40px;
  background-color: #2f2e41;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15% 15% 15% 15% / 50% 50% 50% 50%;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  border: transparent !important;
}
.tittleSection button:hover {
  color: #ffffff;
  background-color: #6e64ff;
  transition: all ease 0.5s;
}
.sideBar {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  padding: 5px 0px;
  z-index: 1;
}
.sideBar a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
}
.sideBar a i {
  color: rgba(39, 39, 39, 0.8);
}

.sideBar a:hover .fa-facebook-f {
  color: #3c00ff;
}
.sideBar a:hover .fa-twitter {
  color: #00b7ff;
}
.sideBar a:hover .fa-instagram {
  color: #a90033;
}
.sideBar a:hover .fa-youtube {
  color: #ff0000;
}
.productSection {
  width: 85%;
  background-color: #ffffff;
  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-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  font-size: 2rem;
  color: #323543;
}
.product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0px;
  width: 100%;
}

.product {
  display: flex;
  justify-content: center;
  align-items: 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;
  border-radius: 8px;
  position: relative;
  margin: 10px 30px;
}

.productBox img {
  height: 180px;
}

.productBox p {
  color: #4d4d4d70;
  font-size: 0.9rem;
  letter-spacing: 0.5;
}
.productBox a {
  color: #2c2c2c;
  font-size: 1rem;
}

.BuyBtn {
  position: absolute;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-radius: 15% 15% 15% 15% / 50% 50% 50% 50%;
  background: linear-gradient(120deg, #6b60ec 20%, #a166f4);
  color: #ffffff;
  display: none;
  animation: fade 0.2s;
}

.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: #fff;
  transition: all ease 0.3s;
}
.about {
  display: flex;
  width: 85%;
  margin: 50px auto;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  margin-bottom: 150px !important;
}

.aboutBox {
  width: 40%;
}

.aboutBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aboutBox h1 {
  color: #333333;
  font-weight: 700;
  font-size: 3rem;
  margin: 0px;
}
.aboutBox h4 {
  color: #333333;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.aboutBox p {
  font-size: 1rem;
  color: #bdbdbd;
  letter-spacing: 0.5px;
}
.Notification {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Notification h3 {
  font-size: 2rem;
  color: rgb(56, 56, 56);
}

.NotificationInput {
  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;
}

.NotificationInput input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background-color: transparent;
}

.NotificationButton {
  width: 120px;
  height: 40px;
  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(0, 0, 0, 0.1);
  font-size: 1rem;
}
.NotificationButton:hover {
  background-color: #6b60ec;
  transition: all ease 0.5s;
}

footer {
  background-color: black !important;
  padding: 20px;
}
footer p {
  text-align: center;
  color: #f2f2f2;
}
