.bg-image {
  position: absolute;
  z-index: -1000;
  min-height: 200px;
}
.bgdivcoverpage {
  width: 250px;
  position: absolute;
  z-index: -100;
  justify-content: left;
  object-fit: fill;
}

.section {
  min-height: fit-content;
}

.background-cover-page {
  width: 100%;
  height: 270px;
}
.container {
  max-width: 70%;
}

.Page-Logo {
  position: absolute;
  max-width: 180px;
  top: 9%;
  left: 2%;
}

.PageHeading {
  color: var(--text-color);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  font-size: 50px;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  text-align-last: center;
}

.content-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.043em;
  font-weight: 200;
}

.Headerbox {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  align-content: center;
  max-width: 800px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-width: 5px;
  text-align: center;
}

.headerlink {
  font-size: 14pt;
  font-style: normal;
  font-weight: 100;
  font-family: Poppins, sans-serif;
  color: #1900ff;
}

.text-start {
  margin-bottom: 50px;
  margin-top: 0px;
  max-width: 80%;
  text-align: justify;
  font-size: 20px;
}

.text-paragraph {
  margin-bottom: 45px;
}

.text-center {
  text-align: justify;
  font-size: 20px;
}

.page-header {
  padding-top: 0px;
  height: 500px;
}

.header-content {
  padding-top: 100px;
  height: 300px;
}

@media (max-width: 900px) {
  .content {
    justify-items: center !important;
  }
  .Headerbox {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    align-content: center !important;
    max-width: 300px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-width: 5px;
    text-align: center !important;
  }
  .PageHeading {
    color: rgb(0, 0, 0);
    font-size: 30px;
    padding: 10px;
    font-family: "Poppins", sans-serif;
    text-align-last: center !important;
  }
  .text-start {
    margin-bottom: 50px;
    max-width: 80%;
    text-align: justify !important;
    font-size: 16px;
  }

  .text-center1 {
    justify-items: center !important;
    justify-content: center !important;
    align-self: center;
    justify-self: center;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .bgdivcoverpage {
    align-items: center;
  }
  .Page-Logo {
    position: absolute;
    max-width: 180px;
    top: 9%;
  }
}

@media (max-width: 1200px) {
  .text-center1 {
    margin-left: 10%;
  }
}

@media (max-width: 500px) {
  .content p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.043em;
    font-weight: 200;
  }

  .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
