@media (max-width: 420px) {
  .header_container {
    height: 90vh;
  }
  .header_content h1 {
    font-size: 2.5rem;
    margin-right: 20px;
  }
  .button_slide {
    margin-left: 0px;
  }
  .home-social-icons {
    margin-left: 50px;
  }
  .typed-text {
    font-size: 26px;
    margin-left: 55px;
  }

  .book-btns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hexagon-gallery {
    display: none;
  }

  /* yoga page  */
  .yoga-day-content h1 {
    font-size: 43px;
  }
  .yoga-asan-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 477px) {
  #header {
    padding: 10px 30px;
  }
  .nav-bar {
    padding: 10px 30px;
  }
  .yoga-day-sec {
    padding: 0px 30px !important;
  }
}
@media (max-width: 375px) {
  .header_content h1 {
    font-size: 2rem;
    margin-left: 15px;
  }
  .home-social-icons {
    margin-left: 45px;
  }
  .button_slide {
    margin-left: 0px;
  }
  .typed-text {
    margin-left: 50px;
  }
  .yoga-day-sec .yoga-main img {
    height: 338px !important;
    width: 100%;
  }
  .yoga-day-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  #overlay {
    width: 100%;
    height: 100%;
  }

  .popup-image img {
    display: none;
  }
  .pop-para {
    display: none;
  }

  .typed-text {
    color: #333;
  }
  /* new added code  */

  .hexagon-gallery {
    width: 100%;
    height: 650px;
  }
  .hexagon-gallery .hexagon .hex {
    width: 125px;
    height: 150px;
    margin: 128px 7px;
  }

  /* contact page   */
  .contact .contact-form {
    width: 100%;
    margin: 0 auto;
  }
  .yoga-left-content {
    padding-right: 0px;
  }
}

@media (max-width: 992px) {
  .book-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* yoga page  */
  .yoga-day-sec {
    padding: 0px 80px;
  }
  .yoga-day-sec .yoga-main img {
    height: 476px;
    width: 65%;
  }
  .yoga-main {
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
  }
  .yoga-left-content {
    /* padding-right: 40px; */
    margin-top: 7px;
  }
  .yoga-left {
    padding: 0px 17px;
    padding: 0px 20px;
  }

  /* activities page  */
  .act_img {
    margin: auto;
  }
  .act_txt {
    padding: 0px 20px;
  }
  .yoga-day-content {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  /* yoga page  */
  .yoga-main {
    margin-left: 0px;
    margin-top: 22px;
  }
  .yoga-day-sec .yoga-main img {
    height: 398px;
    width: 100%;
  }
  #overlay {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .tab {
    display: none;
  }
  #navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    /* right: -300px; */
    /* height: 100vh; */
    background-color: #e3e6f3;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
    padding: 80px 0 0 10px;
    transition: 0.3s;
  }
  #navbar li {
    margin-bottom: 20px;
  }
  #navbar .active {
    right: 0px;
  }
  #mobile {
    display: block;
    align-items: center;
  }
  #mobile i {
    color: #1a1a1a;
    font-size: 24px;
    padding-left: 20px;
  }
  #close {
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #222;
  }
  #lg-bag {
    display: none;
  }
  .logo {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  #overlay {
    width: 100%;
    height: 100%;
  }

  .popup-image img {
    height: auto;
  }
  .pop-para {
    display: none;
  }

  /* navbar section  */
  .logo {
    font-size: 22px;
  }
  #navbar li {
    padding: 0 15px;
  }
  #navbar li a {
    font-size: 14px;
  }
}
