.about_morayo{
    padding-top: 180px;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #F5F5DC;


}
.about_morayo_title{
    font-size: 30px;
    /* text-align: center; */
    color: #E2725B;
}
.about_morayo_content{
    /* padding-left: 150px; */
    /* inline-size: 800px; */
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.624);
    /* text-align: center; */
}
.about_dolly{
    padding-top: 50px;
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
    gap: 100px;
    justify-content: center;
    /* background-color: #F5F5DC; */
    margin-top: 30px;
    padding-bottom: 30px;
}
.about_lolly_content{
    inline-size: 500px;
    line-height: 33px;
    text-align: justify;
    text-justify: inter-word;
}
.about_dolly aside img{
    width: 400px;
    /* height: 600px; */
    object-fit: cover;
    /* border: 3px solid #025925; */
    border-radius: 10px;
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.331); */
}
.about_dolly_name{
    font-size: 30px;
    color: #025925;
}
.about_dolly_title{
    color: rgba(0, 0, 0, 0.579);
}
.book_now_button_about{
    margin-top: 40px; 
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #E2725B;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.book_now_button_about a{
    color: white;
    text-decoration: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 45px;
    right: 40px;
    z-index: 9999;
  }
  .hamburger div {
    width: 30px;
    height: 4px;
    background-color: #333;
    margin: 3px 0;
  }
  .img_1{
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.218);
  }
@media (max-width: 768px) {
    .nav {
      display: none;
      flex-direction: column;
      gap: 20px;
      padding-bottom: 40px;
      background-color: #ffffff;
      color: white ;
      position: absolute;
      top: 82px;
      right: 0px;
      width: 100%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .content_footer p{
      inline-size: 330px;
      font-size: 24px;
      text-align: center !important;
      padding-left: 0px !important;
      margin: 0 auto;
      margin-left: -30px;
    }
    .content_footer button{
      margin-left: 12%;
    }
    .footer{
      display: flex;
      flex-direction: column;
      gap: 50px;
    }
    .nav_links{
      margin-left: -35px;
    }
    .footer_img{
      width: 100%;
    }
    .about_morayo_content{
        padding: 30px;
    }
    .about_dolly{
        display: flex;
        flex-direction: column;
        /* padding-left: 40px; */
        align-items: center;
    }
    .about_lolly_content{
        inline-size: 300px;
    }
    .about_dolly_name{
        text-align: center;
    }
    .content_footer p{
        inline-size: 330px;
        font-size: 24px;
        text-align: center !important;
        padding-left: 0px !important;
        margin: 0 auto;
        margin-left: -30px;
      }
      .content_footer button{
        margin-left: 12%;
      }
      .footer{
        display: flex;
        flex-direction: column;
        gap: 50px;
      }
      .nav_links{
        margin-left: -35px;
      }
      .footer_img{
        width: 100%;
      }
    .nav a{
      margin-left: 50px;
      /* color: white; */
    }
    .nav.active {
      display: flex;
    }
    .hamburger {
      display: flex;
    }
    .number_outter{
      display: none;
    }
    .header{
      background-color: white !important;
      height: 80px;
    }
    .Logo{
      width: 70px;
    }
  }