@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
*,
:after,
:before {
  margin: 0;
  padding: 0;
  font-size: 70%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  --primary: #4c7a89;
  --accent: #a24f3d;
  --highlight: #e91e63;
  --text: #2c3e50;
  --light-bg: #eef1f8;
  --white: #ffffff;
  --gray: #606060;
}
body {
  text-size-adjust: 100%;
  font-family: "Noto Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  background-color: var(--light-bg);
  line-height: 1.6;
  color: var(--text);
}
.header {
  padding: 2rem;
  margin: 5rem 0rem 0.5rem;
  text-align: center;
}

.logo {
  width: 100%;
}

.subtitle {
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--accent);
  margin: 2rem 0;
  line-height: 1.3;
}
.custom-btn {
  font-size: 2rem;
  color: #fff;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  background: #4c7a89;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a24f3d;
  transition: all 0.3s ease;
}
.btn-9:hover {
  background: transparent;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
/* ===== Member Counter ===== */
.faeu-member-section {
  margin-top: 0rem;
  padding: 2rem 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.faeu-member-count {
  color: #2c3e50;
  font-weight: bold;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-left: 0.4rem;
}
.container {
  max-width: 1170px;
  margin: auto;
}
.fa-brands,
.fab {
  font-weight: 400;
  font-size: 3rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style: none;
}

.aboutus-section {
  padding: 1rem 1.5rem;
  text-align: center;
}
.aboutus-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
  color: #0000009e;
}

.aboutus-title::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: var(--highlight);
}

.aboutus-text {
  font-size: 1.6rem;
  color: var(--gray);
  max-width: 1000px;
  font-weight: normal;
  margin: 0 auto 4rem;
  line-height: 1.8;
}

.footer {
  background-color: #4c7a89;
  padding: 40px 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}
.fa-solid {
  font-size: 2rem;
  margin-right: 1rem;
}
/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .header {
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 8rem 8rem 0rem 5rem;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "grd img"
      "grd img";
    margin: 0 auto;
    max-width: 1200px;
  }
  .aboutus-title {
    text-align: center;
  }
  .aboutus-title::after {
    left: 48%;
  }
  .newGrid {
    grid-area: grd;
  }
  .logo {
    grid-area: img;
  }
  .aboutus-section {
    padding: 2rem 4rem;
    text-align: center;
  }
  .aboutus-text {
    text-align: center;
    font-size: 20px;
    text-align: unset;
    padding: 0rem 3rem;
  }
}
@media (min-width: 1097px) {
  .header {
    padding-top: 8rem;
    padding-right: 12rem;
  }
  .aboutus-text {
    text-align: center;
    font-size: 20px;
    padding: 0rem 3rem;
  }
}
@media (min-width: 1200px) {
  .header {
    padding-top: 6rem;
    padding-right: 15rem;
  }
  .aboutus-text {
    text-align: center;
    font-size: 20px;
    padding: 0rem;
  }
}
