* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

/* HEADER */

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #72727e;
  color: #ffffff;
}

.menu-list {
  display: none;
}

.menu-title {
  font-weight: 300;
  font-size: 15px;
}

.menu-item {
  font-weight: 300;
  font-size: 15px;
}

.fa-bars {
  font-size: 15px;
  color: #ffffff;
}

.nav {
  display: flex;
  flex-direction: column-reverse;
}

.nav__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding-top: 100px;
}

.nav-trigger {
  background-color: #72727e;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.nav__item {
  padding: 20px 0;
}

.nav__link {
  text-decoration: none;
  color: #ffffff;
}

.nav {
  display: flex;
  justify-content: flex-end;
  width: 0;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #b4b4b4ee;
  opacity: 92%;
  overflow-x: hidden;
  transition: 0.5s;
}

.nav-close {
  height: 60px;
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0 0 85%;
  background-color: #b4b4b4ee;
  opacity: 92%;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

@media all and (min-width: 1200px) {
  .nav-trigger {
    display: none;
  }

  .nav {
    display: none;
  }

  .header-container {
    justify-content: space-between;
    height: 80px;
  }

  .menu-list {
    display: flex;
    list-style: none;
  }

  .menu-title {
    font-size: 20px;
    padding: 0 30px;
  }

  .menu-item {
    font-size: 20px;
    padding: 0 30px;
  }

  a {
    text-decoration: none;
    color: #ffffff;
  }
}

/* LANDING SECTION */
.landing {
  height: 100%;
  background-color: #b4b4b4ee;
}

.landing-photo {
  margin-top: 58px;
  width: 100%;
}

@media all and (min-width: 1200px) {
  .landing {
    background-color: #ffffff;
  }

  .landing-photo {
    margin-top: 80px;
  }
}

/* TEACHER SECTION */

.sectionteacher-container {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 50px;
}

.bhagwan-pic {
  width: 100%;
}

.teacher-title {
  display: none;
}

.teacher-title__mobile {
  text-align: center;
  font-weight: 300;
  padding: 20px 10px 20px 10px;
  font-size: 18px;
  background-color: rgb(190, 190, 199);
}

.teacher-text {
  padding-top: 30px;
}

.teacher-paragraph {
  padding: 0 25px 10px 25px;
  font-weight: 300;
  text-align: justify;
}

.teacher-emphasise {
  font-weight: 600;
}

.item-greeting {
  padding: 0 25px;
  font-weight: 300;
}

@media all and (min-width: 1200px) {
  .sectionteacher-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 50px 50px 80px 50px;
  }

  .bhagwan-pic {
    margin-top: 50px;
    width: 400px;
    height: 330px;
  }

  h2::before {
    display: block;
    content: " ";
    margin-top: -140px;
    height: 140px;
    visibility: hidden;
    pointer-events: none;
  }

  .teacher-title {
    display: block;
    font-weight: 300;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(201, 201, 206);
  }

  .teacher-title__mobile {
    display: none;
  }

  .infoteacher {
    padding-left: 50px;
  }
  .teacher-paragraph {
    padding-top: 20px;
  }
  .teacher-paragraph {
    width: 650px;
    padding: 0 0 10px 0;
  }

  .item-greeting {
    padding: 0;
  }
}

/* YOGA SECTION */

.sectionyoga-container {
  background-color: #cad8de;
  color: #777777;
  padding: 50px 25px;
}

.yoga-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.section-title {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  color: #777777;
}

.sectionyoga-subtitle {
  padding: 20px 0;
  text-align: center;
  font-weight: 300;
}

.yogalist-title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  padding: 40px 0 20px 0;
}

.yogalist-paragraph {
  font-weight: 300;
  text-align: justify;
}

@media all and (min-width: 1200px) {
  .sectionyoga-container {
    padding: 80px 50px;
  }

  .yoga-box {
    width: 400px;
    margin: 0 80px;
  }
}

/* CONTACT SECTION */

.section-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1200px;
  padding: 50px 25px;
  background-color: #cad8de;
}

.contact-box {
  justify-content: center;
  width: 100%;
}

.map {
  width: 270px;
  height: 300px;
  padding-top: 20px;
}

.address {
  color: #777777;
  margin: 50px 50px 0 0;
}

.placename {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

@media all and (min-width: 1200px) {
  .section-contact {
    height: 800px;
    padding: 80px 0;
  }

  .contact-box {
    display: flex;
    width: 100%;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    width: 500px;
    padding-top: 40px;
    color: #777777;
    margin-left: 200px;
  }

  .button_send {
    width: 130px;
    height: 40px;
    border: none;
    font-size: 15px;
    color: #ffffff;
    border-radius: 50px;
    background-color: #759eb8;
    margin: 20px 0 0 375px;
  }

  .map {
    width: 400px;
    height: 300px;
    padding-top: 20px;
  }

  .address {
    color: #777777;
    margin: 50px 150px 0 0;
    padding-left: 30px;
  }

  .placename {
    font-size: 20px;
    font-weight: 300;
  }
}
