* {
  margin: 0px;
  padding: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body{
  height: 100%;
}
/* ======== underline animation ======== */

#footer ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #12284c;
  font-size: 0.8889em;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1.8px solid transparent;
  padding-bottom: 0.125em;
  transition: border-bottom-color 50ms linear 0s;
}

#footer ul li a:hover {
  background-color: rgba(255, 245, 255, 0.2);
  border-bottom-color: #12284c;
  transition: all 0.5s;
}


#footer {
  border-top: 0.001rem solid #DCDCDC;
  width: 100%;
  height: 18rem;
  display: flex;
  margin-bottom: 3rem;
}

#mainfooter {
  width: 28%;
  gap: 2rem;
  padding: 1rem 1.5rem;
  display: grid;
}

#socialmedia {
  padding: 1rem 1rem;
}

#emailbox {
  padding: 0.4rem 6rem 0.4rem 0.5rem;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #12284c;
}

#emailbtn {
  padding: 0.3rem 1rem;
  background-color: #ffffff;
  border: 0px;
  font-size: large;
  margin-left: -3rem;
  z-index: 100;
}

#social_media_div2 {
  width: 60%;
}

/* ===== gird area ====== */
#gridpro {
  padding: 1rem 1rem;
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: auto;
}

#Productsdiv ul li {
  list-style: none;
}

#Productsdiv ul li a {
  list-style: none;
  color: #8d97a9;
}

/* === social media area ======= */

#socialmedia {
  padding: 0rem 3rem 0rem 0rem;
}
#socialmedia #social_media_div2,
#socialmedia input,
#socialmedia p {
  margin-top: 1rem;
}

#social_media_div2 {
  display: flex;
  justify-content: space-between;
  margin-left: 0.5rem;
}

#Productsdiv {
  width: 60%;
}
