*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  background-color: #363636;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
  width: 85%;
  margin: 0 auto;
}
h1 {
  font-size: 5rem;
}
.logo {
  text-align: center;
}
.logo img {
  width: 30rem;
  height: 30rem;
}
.banner {
  background: url("https://res.cloudinary.com/dnp7nm4iy/image/upload/v1681724858/IMG_6822_Kopie_3_mll8qg.jpg")
    no-repeat center/cover;
  height: 60rem;
  border-radius: 10px;
  position: relative;
}
.banner-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 10rem;
  left: 5rem;
  width: 60rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #cfa528;
}
.banner-content ul {
  color: grey;
  background-color: white;
  padding: 1rem 2rem;
}
.banner-content li {
  margin-left: 2.5rem;
  font-size: 2rem;
  margin-top: 1.5rem;
}
h3 {
  font-size: 2.5rem;
}
.banner-content > a {
  background-color: #cfa528;
  color: white;
  margin-top: 1rem;
  text-align: center;
  padding: 2rem 0;
  text-decoration: none;
  font-size: 2rem;
  text-transform: uppercase;
}
main {
  width: 80%;
  margin: 0 auto;
}
h2 {
  font-size: 3.5rem;
}
section {
  margin-top: 4rem;
}
.about {
  display: flex;
}
.about h2 {
  margin-bottom: 2rem;
}
.about_text > * {
  margin-bottom: 2rem;
  width: 80%;
}
.about_text p {
  font-size: 1.8rem;
  line-height: 3rem;
}
h4 {
  font-size: 2.3rem;
}
.about iframe {
  margin-top: 2rem;
  width: 32rem;
  height: 30rem;
}
.teacher p {
  margin: 2rem 0;
  font-size: 1.8rem;
}
.teacher-images {
  display: flex;
  justify-content: space-evenly;
}
.teacher-images > div {
  width: 50%;
  text-align: center;
}
.teacher-images > div img {
  width: 40rem;
  height: 40rem;
  object-position: top;
  object-fit: cover;
}
.contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact_form {
  width: 50%;

  height: 120rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 86%);
}

.footer_container {
  width: 50%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer {
  height: 8rem;
  margin-bottom: 0.7rem;
}
.footer_container a:not(:last-of-type) {
  margin-right: 2rem;
}
.footer_container a {
  color: white;
  text-decoration: none;
}

.price_list_container {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
  flex-wrap: wrap;
}

.price_card {
  padding: 5rem 3rem;
  min-height: 45rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-around;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  flex-wrap: wrap;
  width: 32rem;
}
.price_card h4 span {
  text-transform: uppercase;
  color: white;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}
.price_card h4 {
  color: #c2a560;
  font-size: 4rem;
}
.price_details {
  text-align: left;
}
.price_desc {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.price_details li {
  margin-bottom: 2rem;
  display: flex;
}
.price_details li p {
  margin-left: 1rem;
  font-size: 1.45rem;
}
.price_details li i {
  color: #c2a560;
}
.price_list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contract_link {
  display: block;
  background-color: #c2a560;
  color: white;
  width: 30rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: 5rem auto;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.5s;
}
.contract_link:hover {
  background-color: #9b8145;
}
.link_home {
  color: #cfa528;
  font-weight: bold;
  text-decoration: none;
}
.home_link {
  background-color: transparent;
  border: #cfa528 2px solid;
  font-weight: bold;
}
.home_link i {
  color: #cfa528;
}
@media (max-width: 920px) {
  #contact_form {
    width: 100%;
  }

  .teacher-images {
    flex-direction: column;

    text-align: center;
  }
  .teacher-images > div {
    width: 100%;
  }
  .teacher-images > div img {
    object-position: top;
    max-width: 100%;
  }
  .about {
    flex-direction: column;
    text-align: center;
  }
  .about_text > * {
    width: 100%;
  }
  .banner-content {
    left: 50%;
    transform: translateX(-50%);
    max-width: 75%;
  }
  .banner-content h3 {
    font-size: 2rem;
    text-align: center;
  }
  .banner-content a {
    font-size: 1.5rem;
  }
  li {
    font-size: 1.5rem;
  }
  .about iframe {
    margin-top: 2rem;
    width: 100%;
    height: 30rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .about p {
    font-size: 1.6rem;
  }
  .price_list-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .price_card {
    height: auto;
    margin-bottom: 3rem;
    width: 32rem;
    height: 40rem;
  }

  .price_card h4 {
    font-size: 3.5rem;
  }

  .price_desc {
    font-size: 1.8rem;
  }

  .price_details li {
    margin-bottom: 1rem;
  }
}
