.app-div a,.app-div a:hover{
  color: #fff;
}
.header-section::after {
  content: url("./../image/8daf74866a7a9bc3fe572242400d5cdb.png");
  position: absolute;
  max-width: 100%;
  display: -webkit-inline-box;
  top: 0;
  right: 0;
}
.header-section h1 {
  font-size: 1rem;
  background-color: #ffffff40;
  width: fit-content;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px #ffffff82;
  margin-bottom: 40px;
}
.header-section h1::before {
  content: "•";
  font-size: 2rem;
  color: var(--secondary-color);
  padding-left: 5px;
  line-height: 0;
}
.header-section p {
  font-weight: 900;
  font-size: 2rem;
  word-spacing: 5px;
  margin: 0;
  line-height: 2;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
}
.image-div {
  position: relative;
  z-index: 0;
}
.image-div::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  width: 65%;
  height: 75%;
  border: solid 20px rgba(255, 255, 255, 0.199);
  z-index: -1;
}
.languege-section {
  background-color: #fff;
  position: relative;
  margin-top: -80px;
  box-shadow: rgb(0 0 0 / 18%) 0 19px 55px;
  z-index: 1;
  border-radius: 5px;
}
.languege-swiper span {
  margin-top: 10px;
}
.newsletter-section {
  margin-top: 30px;
}
.margin-section {
  margin: 30px 0;
}
.why-us-div {
  background: var(--primary-color1);
  background: linear-gradient(
    90deg,
    var(--primary-color1) 0%,
    var(--primary-color2) 100%
  );
  border-radius: 5px;
  color: #fff;
  margin-top: 30px;
}
.why-us-div div {
  padding: 0 20px;
  display: grid;
  text-shadow: rgb(104 104 104 / 45%) 1px 1px 3px;
}
.why-us-div div:not(:last-child) {
  border-left: solid 1px #fff6;
}
.why-us-div i {
  font-size: 3rem;
  margin-bottom: 15px;
}
.why-us-div p {
  font-size: 0.8rem;
  text-align: justify;
}
.teacher-swiper h3,
.news-section h3 {
  margin-bottom: 5px;
  margin-top: 10px;
  color: #000;
}
.comment-section {
  border-radius: 5px;
  background-color: var(--primary-color3);
  margin-bottom: 60px;
  margin-top: 110px;
}
.comment-section .description,
.comment-section h2 {
  padding: 0 50px;
}
.comment-section .description {
  padding-bottom: 20px;
}
.comment-section img {
  margin-top: -80px;
}
.news-section {
  text-align: center;
}
.news-section a {
  text-align: justify;
}
.show-all {
  padding: 8px 20px;
  display: inline-block;
}
.app-div {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
  color: #fff;
}
.app-div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  padding: 10px;
  border-radius: 5px;
  gap: 5px;
  font-size: 0.8rem;
}
.app-div i{
  font-size: 1.4rem;
}
.box-div{
  background-color: #fff;
  position: relative;
  box-shadow: rgb(0 0 0 / 18%) 0 0px 15px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 1.5rem;
}
.box-div strong{
  display: block;
  margin: 10px 0;
  padding: 0 10px;
}
.box-div p{
  font-size: 0.8rem;
  text-align: justify;
  color: var(--text-color2);
  padding: 0 10px;
}

@media (max-width: 992px) {
  .languege-section {
    text-align: center;
    margin-top: 30px;
    box-shadow: none;
  }
  .header-section h1 {
    width: auto;
    margin-bottom: 25px;
  }
  .header-section p {
    font-size: 1.5rem;
    word-spacing: 4px;
  }
  .header-section {
    padding-bottom: 30px;
  }
  h2 {
    text-align: center;
  }
  .why-us-div {
    text-align: center;
  }
  .why-us-div div {
    margin: 20px 0;
  }
  .why-us-div div:not(:last-child) {
    border-left: none;
  }
  .app-div {
    flex-direction: column;
  }
  .app-div > div {
    width: 100%;
    font-size: 1.2rem;
  }
}
