* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins;
  color: #fff;
}

html {
  font-size: 14px;
}

body {
  background: #00161f;
  background-image: linear-gradient(#00151e, #00080b);

  /* padding: 20px; */
}

a {
  font-style: normal;
  text-decoration: none;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 3rem;
}

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.wereform-logo-container {
  max-width: 10%;
}

.wereform-logo {
  /* max-width: 20rem; */
  width: 100%;
  align-self: center;
  justify-content: center;
}

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.wereform-logo-container {
  max-width: 10%;
}

.wereform-logo {
  /* max-width: 20rem; */
  width: 100%;
  align-self: center;
  justify-content: center;
}

.navigation {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.nav-btn {
  height: 3rem;
  background: none;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.nav-btn:hover {
  cursor: pointer;
  transform: scale(102%);
}

/* ////////////////////// */

.contact-us-section {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 85%;
  align-self: center;
}

.contact-us-h1 {
  font-size: 7rem;
  font-weight: 900;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.email-h1 {
  font-size: 5rem;
  font-weight: 900;

  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.contactus-container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 5rem;
  border-radius: 3rem;
  background-color: rgb(255, 255, 255, 0.05);
}

.contact-container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 5rem;
}

.wereform-contact {
  margin-top: 2rem;
}

.contact-h3 {
  font-size: 3rem;
  font-weight: 900;
}

.wereform-links,
.begenone-links {
  display: flex;
  flex-direction: column;
  /* row-gap: 3rem; */
}

.links-container {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.general-inquiries-container {
  padding-top: 2rem;
  border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.links-heading {
  font-weight: 800;
  font-size: 1.6rem;
}

.links-email {
  font-weight: 300;
  font-size: 1.6rem;
}

/* /////////////////////////////////////// FOOTER ////////////////////////////////////// */

.footer {
  display: flex;
  justify-content: space-between;
  padding: 8rem;
  /* padding-top: 8rem;
  padding-bottom: 8rem; */
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.05); */
  background-color: rgba(255, 255, 255, 0.02);
  margin-top: 15rem;
}

.company-details {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  max-width: 20%;
}

.wereform-logo-footer {
  max-width: 20rem;
}

.copyright-text,
.ABN-wereform {
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
}

.abn-number {
  font-weight: 800;
}

.about-section,
.links-section,
.major-links {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.about-h1,
.link-h1 {
  font-weight: 900;
  font-size: 2.2rem;
  color: #fff;
}

.about-links,
.links-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}

/* .links-list-item {
  padding: 1rem;
} */

.about-link,
.links-list-item {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  transition: all 0.2s ease-in-out;
}

.about-link:hover,
.links-list-item:hover {
  cursor: pointer;
  transform: scale(101%);
}

.major-links {
  justify-content: center;
}

.privacy-policy,
.contact-us,
.campaign {
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.privacy-policy:hover,
.contact-us:hover,
.campaign:hover {
  cursor: pointer;
  transform: scale(101%);
}
