* {
  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;
}

.section-breaker {
  border: 1px solid #ffffff1c;
  width: 60%;
  height: 1px;
  align-self: center;
}

.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;
}

.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%);
}

/* ////////////////////// */

.areesh-section {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 85%;
  align-self: center;
}

.areesh-h1 {
  font-size: 7rem;
  font-weight: 900;
  margin-bottom: -1rem;
  /* padding-bottom: 2rem; */
}

.ceo-founder {
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  padding-bottom: 1rem;
  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);
}

.areeshalam-container {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
  /* padding-left: 3rem;
  padding-right: 3rem; */
  /* margin-top: 3rem; */
  align-self: center;
}

.ceo-areesh-header {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.areeshalam-h1 {
  display: flex;
  max-width: max-content;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;

  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.areesh-details {
  display: flex;
  column-gap: 10rem;
  align-items: end;
}

.text-areesh {
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  height: 100%;
  /* width: 50%; */
  align-self: center;
  padding: 3rem;
  line-height: 2;
  border-radius: 20px;
  /* background-color: rgba(255, 255, 255, 0.01); */
}

.areesh-pic {
  max-width: 30%;
  /* height: 100%; */
}

.areesh-about-h3 {
  font-size: 1.2rem;
  text-align: justify;
  line-height: 2.5;
  font-weight: 300;
  width: 100%;
  padding: 4rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.05);
}

.areesh-about-h1 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 1rem;
}

.areesh-paragraph {
  line-height: 2;
}

.why-delayment {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 3rem;
}

.reason-for-platform-delayment {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-top: 1rem;
}

.areesh-buttons {
  display: flex;
  column-gap: 2rem;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}

.social-icons {
  font-weight: 300;
  font-size: 1.8rem;
  color: #fff;

  cursor: pointer;
}

.social-x,
.social-web {
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.social-x:hover,
.social-web:hover {
  background-color: #fff;
  font-weight: 900;
  color: #181818;
}

/* /////////////////////////////////////// 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%);
}
