@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Neue-Montreal";
  src: url("/website/assets/font/NeueMontreal-Regular.otf");
}
:root {
  --primary_color: #006b4f !important;
  --secondary_color: #ee2d43 !important;
  --border_color: #ccc9c9 !important;
  --white_color: #ffffff !important;
  --text_color: #333 !important;
  --red_color: #ce2e28 !important;
  --green_color: #00312d !important;
  --lightGreen_color: #94d227;
  --yellow_color: #daac50;
  --primary_font: "Poppins" !important;
  --secondary_font: "Inter" !important;
  --tarnary_font: "Neue-Montreal" !important;
}

.aboutHeroSection {
  width: 100%;
  height: 349px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.aboutHeroSection-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutHeroSectionContainer {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.aboutHeroSectionContainer h1 {
  margin: 0;
  margin-top: 4rem;
  font-size: 50px;
  font-weight: 400;
  font-family: var(--tarnary_font);
  color: var(--white_color);
}
.aboutHeroSectionContainer p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--secondary_font);
  color: var(--white_color);
}
/* ============== */
.aboutSecHead {
  margin-top: -3rem;
  position: relative;
  background-color: var(--white_color);
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.aboutSecHead h2 {
  margin: 0;
  font-size: 50px;
  font-family: var(--primary_font);
  font-weight: 600;
}
.aboutSecHead h3 {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 30px;
  font-weight: 600;
}
.aboutSecHead p.lead {
  margin: 0;
  margin-top: 0.5rem;
  font-family: var(--secondary_font);
  font-size: 16px;
  font-weight: 400;
}
.aboutSecHead img {
  border-radius: 10px;
  width: 100%;
}
/* ================== */
.aboutSecMid {
  margin: 4rem 6rem;
}
.aboutSecMid h2 {
  margin: 0;
  font-family: var(--tarnary_font);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.aboutSecMid p {
  margin: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  color: #666666;
  margin-bottom: 2rem;
  margin-top: 6px;
}
.aboutSecMid .card {
  flex-direction: row;
  border-radius: 15px;
  border: none;
  padding: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.aboutSecMid .card img {
  width: 60px;
  height: 60px;
}
.aboutSecMid .card-body {
  padding: 0 0.5rem !important;
}
.aboutSecMid .card h5 {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.aboutSecMid .card-body p {
  text-align: left !important;
  font-family: var(--secondary_font);
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
}
/* ==================== */
.aboutSecBtm {
  margin: 6rem 0;
}
.aboutSecBtm h3 {
  margin-bottom: 2rem;
  font-family: var(--tarnary_font);
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
}
.text-section {
  background-color: var(--white_color);
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.text-lead {
  font-family: var(--secondary_font);
  font-size: 16px;
  font-weight: 400;
  color: var(--text_color);
}
.sections h4 {
  font-family: var(--secondary_font);
  font-size: 18px;
  font-weight: 500;
  color: var(--text_color);
}
.sections p {
  font-family: var(--secondary_font);
  font-size: 16px;
  font-weight: 400;
  color: var(--text_color);
}

@media screen and (max-width: 1440px) {
  .aboutSecMid {
    margin: 3rem !important;
  }
  .aboutSecMid .card img {
    width: 50px;
    height: 50px;
  }
  .aboutSecMid .card h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .aboutSecHead h2 {
    font-size: 40px;
  }
  .aboutSecHead h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .aboutSecMid .card {
    flex-direction: column;
  }
  .aboutSecMid h2,
  .aboutSecBtm h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .aboutSecHead h2 {
    font-size: 30px;
  }
  .aboutSecHead h3 {
    margin-top: 0.5rem !important;
    font-size: 24px;
  }
  .aboutSecHead p.lead {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .aboutSecMid h2,
  .aboutSecBtm h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .aboutHeroSection {
    height: 250px;
  }
  .aboutHeroSectionContainer h1 h1 {
    margin-top: 3rem;
    font-size: 34px;
  }
  .aboutHeroSectionContainer h1 p {
    font-size: 16px;
  }
  .aboutSecMid h2,
  .aboutSecBtm h3 {
    font-size: 28px;
  }
  .aboutSecMid p{
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .aboutSecHead {
    margin-top: 0rem;
  }
  .aboutHeroSection {
    height: 200px;
  }
  .aboutHeroSectionContainer {
    padding: 1rem;
  }
  .aboutHeroSectionContainer h1 {
    font-size: 24px;
  }
  .aboutHeroSectionContainer p {
    font-size: 14px;
  }
  .aboutHeroSectionContainer p br {
    display: none;
  }
  .aboutSecHead h2 {
    font-size: 24px;
  }
  .aboutSecHead h3 {
    margin-top: 0.8rem !important;
    font-size: 20px;
  }
  .aboutSecMid {
    margin: 4rem 6rem;
  }
}
@media screen and (max-width: 400px) {
  .aboutSecHead h2 {
    font-size: 20px;
  }
  .aboutSecHead h3 {
    font-size: 18px;
  }
  .aboutSecMid h2,
  .aboutSecBtm h3 {
    font-size: 24px;
  }
}
