.main-event {
  display: flex;
  justify-content: center;
}
.other-content{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.main-imgs {
  display: flex;
  justify-content: center;
}
.main-info {
  display: grid;
  place-items: center;
  border: 1px solid black;
  padding: 20px;
  background-color: rgb(80, 200, 120);
}
.one{
  display: none;
}
.main-imgs > img {
  width: 300px;
}
.pic{
  width: 300px;
}
.Reger,.Ten{
  color: white;
  font-size: 25px;
}
.Date{
  font-size: 20px;
}
.reg-now{
  margin-top: 10px;
}
.reg-now > a{
  border: 1px solid black;
  padding: 5px;
  color: white;
  text-decoration: none;
  background-color: rgb(45, 48, 151);
}

@media (width > 650px) {
  .informations {
    padding-top: 20dvh;
    padding-bottom: 30dvh;
  }
  .Resourcess {
    padding: 10dvh;
  }
  .infor {
    padding-top: 0;
    padding-bottom: 250px;
  }
  
  .other-content{
    flex-wrap: wrap;
    display: flex;
    margin: 20px;
  }
}
@media (width < 720px) {
  .subs.active > .sub-menu {
    width: 100%;
  }
  .infor {
    padding-bottom: 250px;
  }
  .infor > h2 {
    font-size: 30px;
  }
  .infor > h3 {
    font-size: 25px;
  }
  .infor > p {
    font-size: 20px;
  }
  .navham {
    display: block;
    z-index: 2;
  }

  .navham.active .bar:nth-child(2) {
    opacity: 0;
  }
  .navham.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .navham.active .bar:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
  .navbar li {
    display: block;
    padding-left: 4rem;
  }
  .navlist {
    opacity: 1;
    position: fixed;
    top: -100%;
    background-color: var(--main-color);
    width: 50%;
    height: 100%;

    transition: 0.5s;
    z-index: 0;
    right: 0;
  }

  .navlist.active {
    top: 99px;
  }

  .contents {
  }
  .details > h1 {
    text-align: center;
    font-size: 20px;
  }
  .details > p {
    font-size: 15px;
  }
  .img-content > img {
    width: 380px;
  }
  .more {
    display: flex;
    justify-content: center;
    margin: px;
  }
  .more > a {
    margin: 5px;
  }
  .button {
    color: white;
  }
  .scroller__inner > img {
    width: 60px;
  }
  .logo > a > img {
    margin-left: 0px;
    width: 280px;
  }
  br {
    display: none;
  }
  .introduction {
    text-align: justify;
    font-size: 15px;
  }

  .informations {
    padding-bottom: 35dvh;
  }
  .imgs {
    display: none;
  }

  .contains {
    margin: 10px;
    flex-wrap: wrap;
  }
  .mission,
  .vision,
  .core-values {
    text-align: justify;
    width: 100%;
    padding: 10px;
  }
  .content {
    flex-wrap: wrap;
  }
  .main-element {
    display: flex;
    justify-content: space-evenly;
  }
  .numbers {
    padding-top: 20px;
  }
  .regis-imgs > img {
    width: 390px;
  }
  .open-imgs > img {
    width: 400px;
  }
  .main-imgs {
      height: 216px;
      width: 180px;
  }
  .pic {
      height: 216px;
      width: 180px;
  }
  .other-content{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    margin: 20px;
    font-size: 70%;
  }
  .Reger, .Ten, .Date{
      font-size: 16px;
  }
}

@media (width < 420px) {
  .logo > a > img {
    margin-left: 0px;
    width: 300px;
  }
  .img-content > img {
    width: 350px;
  }
  .more > a {
    margin: 2px;
  }
  .main-imgs {
      height: 180px;
      width: 120px;
  }
  .pic {
      height: 180px;
      width: 120px;
  }
  .other-content{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
  }
  
  .Reger, .Ten, .Date{
      font-size: 11px;
  }
}


