.about-name {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  /* Adjusted from 52% */
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  z-index: 1;
  padding: 20px;
  /* Added padding for better readability */
  text-align: center;
  /* Center the text horizontally */
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.blink p,
.blink p span {
  animation: blinker 15s linear infinite;
  color: w;
  font-weight: 700;
  font-size: 45pt;
  text-align: center;
  overflow: hidden;
  letter-spacing: 2px;
  padding-top: 230px;
  color: white;
}



.established p {
  font-weight: 500;
  font-size: 12pt;
  text-align: center;
  margin-top: 0;
  margin-bottom: 70px;
  letter-spacing: 1px;
  color: white;
}

#caption {
  font-size: 10pt
}

#top-view {
  margin-top: 0px;
  position: relative;
  width: 100%;
  margin: auto;
  height: 610px;
  overflow: hidden;
  background: url("/Image/a-z-of-elearning.jpg");
  background-size: 100% 730px;
  background-attachment: fixed;
}

.looe {
  margin-top: -25px;
  z-index: 1;
  position: absolute;
  background-color: white;
  height: 27px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 100%;
}


.video-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.video-container .video {
  height: 18rem;
  width: 28rem;
  margin: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}

.video-container .video h1 {
  font-size: 16px;
}

.video-container .video p {
  font-size: 12px;
}

.video-container .video p .you-tube {
  cursor: pointer;
}

.video-container .video video-1 {
  height: 80%;
  width: 80%;
  object-fit: cover;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.video-container .video iframe:hover {
  transition: .2s linear;
  transform: scale(1.1);
}

.video-1 {
  margin-top: 30px;
}

.video-container .video video-1:hover {
  transition: .2s linear;
  transform: scale(1.3);
}

@media (min-width:801px) and (max-width:1200px) {
  #top-view {
    height: 500px;
    background-size: 100% 550px;
  }

  .looe {
    margin-top: -25px;
    z-index: 1;
    position: absolute;
    background-color: white;
    height: 25px;
    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 100%;
  }

}

@media (min-width:406px) and (max-width:800px) {

  .about-name {

    .blink p,
    .blink p span {
      font-size: 18pt;
      padding-top: 150px;
    }

    .established p {
      font-weight: 500;
      font-size: 6pt;
      text-align: center;
      margin-top: 0;
      margin-bottom: 70px;
      letter-spacing: 1px;
      color: white;
    }
  }

  #top-view {
    height: 400px;
    background-size: 100% 450px;
  }

  .looe {
    margin-top: -25px;
    z-index: 1;
    position: absolute;
    background-color: white;
    height: 25px;
    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 100%;
  }

  .video-container .video {
    width: 95%;
    margin: 0rem;
    margin-bottom: 15px;
  }

}

@media screen and (max-width:405px) {
  .paragraph.about {
    font-size: 9pt;
    margin-left: 10px;
    width: 92%;
    margin-top: 30px;
    margin-bottom: 480px;
  }

  .paragraph.aboutus {
    width: 95%;
  }

  .about-name {

    .blink p,
    .blink p span {
      font-size: 18pt;
      padding-top: 150px;
    }

    .established p {
      font-weight: 500;
      font-size: 6pt;
      text-align: center;
      margin-top: 0;
      margin-bottom: 70px;
      letter-spacing: 1px;
      color: white;
    }
  }

  .video-container {
    padding: 0;
  }

  .video-container .video {
    width: 95%;
    margin: 0rem;
    margin-bottom: 15px;
  }

  .you-tube {
    font-size: 8pt;
  }

  #top-view {
    height: 400px;
    background-size: 100% 450px;
  }

  .looe {
    margin-top: -25px;
    z-index: 1;
    position: absolute;
    background-color: white;
    height: 25px;
    width: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 100%;
  }
}