.bg-about-One{
    background-image: url(../image/bg-about-1.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}
.bg-about-two{
      background-image: url(../image/bg-about-2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0px;
}
#HeroAboutPage {
  margin-top: -200px;
  height: 105vh;
  display: flex;
  text-align: center;
  align-items: center;
  color: var(--scound);
  height: 105vh;
  
}

#HeroAboutPage-Content {
  width: 100%;
  margin-top: 320px;
}
.pageTitle{
  font-size: 56px;
  margin-bottom: 50px;
}
#HeroAboutPage-Content h1{
  font-size: 28px;
}
#HeroAboutPage-Content h1 span{
  font-size: 33px;
  color: var(--primum);
}
#HeroAboutPageEndContent {
  height: 33vh;
  align-items: end;
  text-align: center;
  width: 100%;
}
#HeroAboutPageEndContent h5{
  font-size: 16px;
}

#subTitle{
  font-size: 60px;
}

.StorySection{
  padding-bottom: 80px;
}
.StorySection p{
    font-size: 24px;
    color: var(--scound);
    word-spacing: 0.1rem;
    font-weight: 100;
    letter-spacing: 0.1rem;
    width: 455px;
}
.glassy-bacground{
  background: linear-gradient(rgba(255, 255, 255, 0.03),rgba(59, 59, 59, 0.018),rgba(255, 255, 255, 0.027),rgba(255, 255, 255, 0.08));
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);  
  border: solid 1px #d4d4d45b;
  border-radius: 34px;
  margin-top: 80px;
}
.glassy-bacground h4{
  color: var(--primum);
  font-size: 58px;
  font-weight: 400;
  max-width: 600px; 
  padding-bottom: 30px;
  border-bottom: solid 1px #fff;
}
.glassy-bacground p{
  margin-top: -20px;
  font-size: 30px;
}
.glassy-bacground span{
  color: var(--primum);
  font-size: 30px;
}
.vision{
  width: 830px;
  height: 300px;
  padding: 10px;
  color: var(--scound);
}
.mission{
  width: 900px;
  height: 350px;
  padding: 10px;
  color: var(--scound);
}
.values{
  width: 900px;
  height: 800px;
  padding: 20px;
  padding-top: 30px;
  color: var(--scound);
}
.values p{
    padding-bottom: 40px;
}


/* ================= Responsive Design ================= */

/* Extra Small Devices (phones, <576px) */
@media (max-width: 575.98px) {
  #HeroAboutPage {
    margin-top: -80px;
    height: auto;
    flex-direction: column;
    padding: 20px 10px;
  }
  #HeroAboutPage-Content {
    margin-top: 80px;
  }
  .pageTitle {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #HeroAboutPage-Content h1 {
    font-size: 18px;
    line-height: 1.4;
  }
  #HeroAboutPage-Content h1 span {
    font-size: 20px;
  }
  #HeroAboutPageEndContent h5 {
    font-size: 12px;
  }
  #subTitle {
    font-size: 28px;
  }

  .StorySection {
    padding-bottom: 40px;
  }
  .StorySection p {
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
    line-height: 1.6;
  }

  .glassy-bacground {
    margin-top: 40px;
    border-radius: 20px;
    padding: 15px;
  }
  .glassy-bacground h4 {
    font-size: 22px;
    padding-bottom: 15px;
    max-width: 100%;
  }
  .glassy-bacground p,
  .glassy-bacground span {
    font-size: 16px;
  }

  .vision,
  .mission,
  .values {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .values p {
    padding-bottom: 20px;
  }
}

/* Small Devices (tablets, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .pageTitle { font-size: 32px; }
  #HeroAboutPage-Content h1 { font-size: 20px; }
  #HeroAboutPage-Content h1 span { font-size: 24px; }
  #subTitle { font-size: 36px; }

  .StorySection p { font-size: 18px; width: 100%; }
  .glassy-bacground h4 { font-size: 28px; }
  .glassy-bacground p,
  .glassy-bacground span { font-size: 18px; }

  .vision,
  .mission,
  .values {
    width: 100%;
    height: auto;
    padding: 15px;
  }
}

/* Medium Devices (small laptops, ≥768px and <1024px) */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pageTitle { font-size: 40px; }
  #HeroAboutPage-Content h1 { font-size: 24px; }
  #HeroAboutPage-Content h1 span { font-size: 28px; }
  #subTitle { font-size: 48px; }

  .StorySection p { font-size: 20px; width: 80%; }
  .glassy-bacground h4 { font-size: 36px; }
  .glassy-bacground p,
  .glassy-bacground span { font-size: 20px; }

  .vision,
  .mission,
  .values {
    width: 90%;
    height: auto;
    padding: 20px;
  }
}

/* Large Devices (desktops, ≥1024px) */
@media (min-width: 1024px) {
  .pageTitle { font-size: 56px; }
  #HeroAboutPage-Content h1 { font-size: 28px; }
  #HeroAboutPage-Content h1 span { font-size: 33px; }
  #subTitle { font-size: 60px; }

  .StorySection p { font-size: 24px; width: 455px; }
  .glassy-bacground h4 { font-size: 58px; }
  .glassy-bacground p,
  .glassy-bacground span { font-size: 30px; }

  .vision { width: 830px; height: 300px; }
  .mission { width: 900px; height: 350px; }
  .values { width: 900px; height: 800px; }
}
