* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.container {
  width: 100%;
  height: 100vh;
}
.logo {
  position: absolute;
  top: 50px;
  left: 90px;
}
.sectionSearch {
  position: fixed;
  top: 50px;
  right: 90px;
  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;
}
.firstSectinImage {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(-15%, -50%);
}
.firstSectinImage img {
  height: 400px;
}
.firstSectionHeading {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-40%, -50%);
}
.firstSectionHeading h1 {
  font-family: roboto, arial, helvetica;
  font-weight: bold;
  margin: 0px;
  line-height: 60px;
  font-size: 2.4rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  color: #3d3d4a;
  text-transform: uppercase;
}
.letterSpacing {
  letter-spacing: 7px;
}
.firstSectionHeading span {
  color: #5b53ff;
}
.btnBuyNow {
  width: 150px;
  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: 10% 10% 10% 10% / 50% 50% 50% 50%;
  margin-top: 20px;
  color: #fff;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  border: transparent !important;
}
.btnBuyNow:hover {
  color: #fff;
  background-color: #5b53ff;
  transition: all ease 0.5s;
}
.mediaIcons {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  padding: 1px 2px;
  z-index: 1;
}
.mediaIcons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  text-decoration: none;
}
.mediaIcons a i {
  color: rgba(39, 39, 39, 0.8);
}
.mediaIcons a:hover .fa-facebook-f {
  color: #5078cf;
}
.mediaIcons a:hover .fa-twitter {
  color: #00acee;
}
.mediaIcons a:hover .fa-instagram {
  color: #fd9217;
}
.mediaIcons 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-family: monospace;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  font-size: 2rem;
  color: #323543;
}
.productSection span {
  color: #5b53ff;
}
.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-family: monospace;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.productBox a {
  color: #2c2c2c;
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  text-decoration: none;
}
.btnCart {
  position: absolute;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  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;
  animation: fade 0.2s;
}
.productBox:hover .btnCart {
  display: flex;
  color: #fff;
}
.productBox:hover {
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.aboutCompany {
  width: 85%;
  display: flex;
  margin: 50px auto;
  justify-content: space-around;
  align-items: center;
  padding: 30px;
  margin-bottom: 100px;
}
.aboutCompany span {
  color: #5b53ff;
}
.aboutBox {
  width: 40%;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.aboutBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aboutBox h1 {
  color: #333333;
  font-weight: 700;
  font-size: 3rem;
  margin: 0;
}
.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;
}
.newsletter {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}
.newsletter h3 {
  font-size: 2rem;
  color: #565656;
}
.inputEmail {
  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;
}
.inputEmail input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background-color: transparent;
}
.btnSend {
  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;
}
.btnSend:hover {
  background-color: #6b60ec;
  transition: all ease 0.5s;
}
.footerSection {
  background-color: #201f1f;
  padding: 30px;
}
.footerSection a {
  display: flex;
  text-decoration: none;
  font-size: 0.8rem;
  justify-content: center;
  align-items: center;
  color: rgb(197, 195, 195);
}

footer {
  width: 100%;
  height: 200px;
  background-color: #201f1f;
  background-size: cover;
  position: relative;
}

#footerContanier {
  width: 1526px;
  margin: auto;
  position: relative;
}

#footerContanier #footerLogoLeft {
  font-family: 'Pacifico', cursive;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  left: 60px;
  display: inline-block;
}

#footerContanier #footerSocialIcon {
  position: relative;
  top: 100px;
  left: -220px;
  display: inline-block;
}

#footerContanier #footerSocialIcon img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#footerContanier #footerSocialIcon img:hover {
  transform: scale(1.1);
}

#footerContanier #footerCenter {
  width: 430px;
  position: absolute;
  top: -10px;
  left: 545px;
  color: #ffffff;
  text-align: center;
}

#footerContanier #footerCenter h3,
#footerRight h3 {
  font-size: 40px;
  font-family: 'Righteous';
  border-bottom: 2px solid red;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#footerRight input:focus {
  border: 2px solid blue;
}

#footerContanier #footerCenter p {
  line-height: 30px;
}

#footerContanier #footerCenter p span {
  color: red;
  font-weight: 400;
  text-indent: 10px;
  margin-right: 10px;
}

#footerContanier #footerRight {
  width: 400px;
  left: 1030px;
  display: inline-block;
  position: absolute;
  top: -10px;
  color: white;
  text-align: center;
}

#footerContanier #footerRight p {
  padding: 10px;
  line-height: 30px;
  padding-bottom: 20px;
}

#footerContanier #footerRight input {
  margin-top: 10px;
  width: 280px;
  height: 28px;
  text-align: center;
  font-size: 15px;
}