About Page
.sub-page {
  background: #0d1117;
  color: #ffffff;
  overflow-x: hidden;

  
  
}

.about-section {
  font-family: 'Times New Roman', Times, serif;
  /* padding: 10rem 2rem; */
  max-width: 900px;
  margin: 0 auto;
  text-align: center;



  /*background: url('../img/1.png') center/contain;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 2px 10px blue ) ;
  z-index: -1;
  transition: transform 0.4s ease-out;
  -webkit-filter: drop-shadow(1px 2px 10px blue ) ;
   */
  
}

.about-section h1 {
  padding: 1rem ;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}

.about-section h4 {
  font-weight: 500;
  color: #0d00ff;
  margin-bottom: 1.5rem;
}

.about-section h6 {
  font-size: 30px;
}

.about-section ul {
  font-size: 30px;
  list-style: none;
  padding: 0;
  margin-top: 0.5rem;
  text-align: left;

  display: flex;
  align-items: center;
}

.about-section ul li {
  margin: 0.3rem 0;
}

.about-section p {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  text-align: left;
}

.about-section a {
  color: #0d00ff;
  text-decoration: none;
}

.about-section a:hover {
  text-decoration: underline;
}

.social-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-links a {
  color: #ccc;
  font-weight: 500;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #0d00ff;
}

@media (max-width: 768px) {


  .about-section {
  font-family: 'Times New Roman', Times, serif;
  /* padding: 0rem 2rem; */
  padding: 0;
  padding-top: 4em;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;

  font-size: 30px;

  
  /* background: url('../img/1.png') center/contain; */
  /* background-repeat: no-repeat;
  filter: drop-shadow(1px 2px 10px blue ) ;
  z-index: -1;
  transition: transform 0.4s ease-out;
  -webkit-filter: drop-shadow(1px 2px 10px blue ) ; */
}


.about-section h1 {
  font-size: 2rem;
  color: #fff;
}

.about-section h4 {
  font-weight: 500;
  color: #0d00ff;
  /* margin-bottom: 1.5rem; */
  
}

.about-section ul {
  font-size: 30px;
  list-style: none;
  padding: 0;
  margin-top: 0.5rem;
  text-align: center;
  display: block;
}

.about-section ul li {
  margin: 0.3rem 0;
}

.about-section p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 35px;
  
  text-align: center;


  font-weight: 700;
  color: #ffffff;
  /* line-height: 1; */
  /* margin-bottom: 1.5rem; */
  /* text-align: left; */
}
.toolong {
  display: none;
}

.about-section a {
  color: #6c63ff;
  text-decoration: none;
}

.about-section a:hover {
  text-decoration: underline;
}

.social-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  text-align: center;
}

.social-links a {
  text-align: center;
  color: #ccc;
  font-weight: 500;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #0d00ff;
}






}




/* For Bigger Devices */

@media (min-width: 769px) {

  .about-section {
  font-family: 'Times New Roman', Times, serif;
  padding: 2rem 2rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;



  /*background: url('../img/1.png') center/contain;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 2px 10px blue ) ;
  z-index: -1;
  transition: transform 0.4s ease-out;
  -webkit-filter: drop-shadow(1px 2px 10px blue ) ;
   */
  
}
}
