@media only screen and (max-device-width: 480px) {
  .header__container {
    background-color: #fff4eb;
    border-bottom: 1px solid #867b7b78;
    box-shadow: 4px 5px 10px 1px #32656063;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 80px;
    z-index: 30;
    justify-content: space-between;
  }

  .sec05__content-right,
  .sec05__content-right p {
    text-align: left;
  }

  .header-right {
    margin-top: 20px;
  }


  .ham-btn {
    height: 50px;
    width: 80px;
    margin-left: auto;
    position: relative;
  }

  .ham-btn span {
    height: 5px;
    width: 50px;
    background-color: #048387fd;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
  }

  .ham-btn span:nth-child(1) {
    top: 25%;

  }

  .ham-btn span:nth-child(3) {
    top: 75%;
  }

  .ham-btn.active span:nth-child(1) {
    top: 55%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .ham-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .ham-btn.active span:nth-child(3) {
    top: 45%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }


  .logo {
    background-color: #048387;
    padding: 10px 20px;
    width: 15%;

  }

  .header-right {
    display: block;
  }


  .main_menu {
    display: none;
  }

  .map {
    padding: 0 30px;
  }

  .main_menu.active {
    display: block;
    position: fixed;
    background-color: #048387;
    top: 96px;
    left: 0;
    right: 0;
    animation: slide-on 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 normal forwards;
    bottom: 0;
    padding-top: 50px;
    margin: 0;
  }


  @keyframes slide-on {
    0% {
      transform: scaleY(0);
      transform-origin: 100% 0%;
    }

    100% {
      transform: scaleY(1);
      transform-origin: 100% 0%;
    }
  }

  @keyframes myAnim {
    0% {
      opacity: 1;
      transform: translateY(0);
    }

    100% {
      opacity: 0;
      transform: translateY(-50px);
    }
  }



  .main_menu hr {
    display: none;
  }


  .main_menu p {
    padding: 15px 50px 10px;
    color: white;
    line-height: 2.8rem;
    font-size: 15px;
    text-align: center;
  }


  .fade {
    display: flex;
    margin-top: 200px;
    background-color: #eabf91;
    padding: 20px 0 50px;
  }

  .slick__img img {
    border-radius: 5px;
  }

  .paw {
    position: absolute;
    width: 10px;
    /* text-align: center; */
    z-index: 3;
    top: -1.5rem;
    margin: 0 5px 0 auto;
    height: 20px;
  }

  .paw img {
    position: absolute;
    width: 5rem;
    top: 0;
    right: 0;
  }

  .bg {
    display: none;
  }

  .bg img {
    display: none;
  }

  .slick-dots {
    bottom: 5px;
  }

  .slick__container {
    transform: translateY(0);
  }

  .trans-top {
    transform: translateY(-50px);
  }

  .mr-none {
    margin-bottom: 0px;
    margin-top: 10rem;
  }

  .Sec01 {
    margin: 0;
  }

  .sec01__container-img {
    padding: 0 40px;
  }

  .sec01__container-img img {
    width: 100%;
  }

  .Sec01 p {
    padding: 0 40px;
  }

  .sec01__MV {
    margin-top: 89px;
    padding: 0 30px;
  }

  .divider {
    width: 20%;
    margin: 20px auto 0px;
  }

  .Sec02 {
    height: auto;
    margin: 40px 0 0;
    padding: 0 40px;
  }

  .Sec02__container-flex,
  .Sec02__container-flex1 {
    position: relative;

    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between;
    transform: translateY(0);
  }

  .Sec03 {
    height: auto;
    margin-top: 80px;
  }

  .dogleft {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    height: 0;
    width: 70%;
    margin: auto;
    z-index: -1;
    padding-top: 60px;
  }

  .sec03__container {
    padding-bottom: 60px;
  }

  .sec03__container-img {
    padding: 80px 0 100px;
    width: 20%;
    margin: auto;
  }

  .Sec04 {
    padding: 80px 0;
  }

  .sec04__container-img {
    margin: auto;
    width: 30%;
    padding: 40px 40px 100px 40px;
  }

  .sec04__container-img img {
    width: 100%;
  }

  .sticky {
    position: fixed;
    top: 100px;
    right: 0;
    display: flex;
    flex-direction: column;
    opacity: 1;
    z-index: 10;
    gap: 25px;
  }

  .sticky a img {
    width: 28px
  }




  .Sec05 {
    margin-top: 80px;
    padding: 0 20px;
  }

  .slide_facility {
    width: 100%;
  }

  .Sec05_1 {}

  .sec05__flex1 {
    flex-direction: column;
  }

  .sec05__flex2 {
    flex-direction: column;
  }


  .Sec06 {}

  .Sec07__header img,
  .Sec08__header img {
    width: 200px;
  }

  .Sec07__content {
    margin: 60px 0 0;
    padding: 20px;
  }

  .Sec07__info p {
    font-weight: 400;
    font-size: 14px;
  }

  .Sec08__content {
    flex-direction: column;
    /* align-items: center; */
    padding: 20px 20px 20px 35px;
  }

  .bg02 img {
    object-fit: cover;
    height: 150px;
    object-position: 20%;
  }


  .pricing__container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .pricing__container-left {
    align-items: center;
  }

  .paw-list {
    display: none;
  }

  .line-dash {
    width: 50px;
  }

  .right-container h1 {
    width: 100%;
  }

  .video {
    padding: 40px 0px 0px;
    width: 80%;
  }

  .pricing-left__container h1 {
    width: 90%;
    margin: auto;
    margin: 30px auto;
  }

  .price-list {
    justify-content: space-between;
    padding: 0 20px;
  }

  .price-list h3 {
    margin-left: 50px;
  }

  .price-list h2 {
    width: 120px;
  }

  .pricing-left__container small {
    padding: 0 20px;
  }

  .pricing-img {
    padding: 0 20px;
    width: 90%;
  }

  .Sec09__header {
    width: auto;
    margin: auto;
    padding: 0 60px;
  }



  .Sec10__info h2 {
    flex-direction: column;
    align-items: baseline;
  }


  .contact {
    padding: 0 20px;
  }
















  footer {}

  .ft-sec01 {
    background: none;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .ft-sec01__container {
    display: flex;
    justify-content: center;
    transform: translateY(0);
    flex-direction: column;
    padding: 20px 0;
  }

  .rt-img_container img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lt-img_container img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lt-img_container,
  .rt-img_container {
    position: relative;
    padding: 10px 0;
    background-color: #ca700b66;
    margin: 10px 0;
  }

  .line {
    padding: 50px;
  }

  .instagram__img img {
    width: 150px;
  }

  .footer__nav p {
    padding: 10px;
  }

  hr {
    height: 10px;
    width: 10px;
    border-left: none;
  }

  .footer__nav {
    flex-direction: column;
    margin-top: 100px;
  }
}