.menu {
  display: flex;
  text-decoration: none;
  list-style-type: none;
  justify-content: center;
  align-items: center;

}

.menu li {
  text-decoration: none;
  text-transform: uppercase;
  color: black !important;

}

.menu li {
  float: left;
  margin-right: 0.5em;
  color: black !important;
}

.menu li a {
  padding: 0.25em 1em;
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.menu li a:hover,
.menu li a:focus {
  color: #ffc8fb !important;
  background-color: white;
  font-weight: bold;
}


.sub-menu {
  display: none;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  text-decoration: none;
  list-style-type: none;
  color: #595758;


}

.sub-menu li a {
  font-size: 16px;
  text-decoration: none;

}

.menu-container .upper-border {
  display: none;
}
.menu-item-has-children>a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 22px;
  margin-left: 0;
  background-image: url('../images/dropdown.svg');
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.menu-item-has-children:hover>a::after {
  transform: rotate(180deg);
}



.mobile-logo {
  display: none;
}
/* .logo-anchor{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
} */

.menu-container .upper-border {
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  text-align: center;
  padding: 2rem 0;
}



header .logo {
  height: 7rem;
  border-radius: 50%;
  margin-block: 5px;

  /* display: flex;
  justify-content: center;
  align-items: center; */
}

@media screen and (min-width: 990px) {

  .menu-item-has-children:hover>.sub-menu {

    display: grid;
    grid-template-columns: auto auto auto;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);

    z-index: 1;
    left: 0;
    padding-top: 2rem;
    right: 0;
    list-style: none;
    color: #595758;
    column-gap: 4rem;
    row-gap: .5rem;
    place-content: center;
    text-indent: center;


  }

  /* .menu-container {
    background: none !important;
  } */
}

@media (max-width: 989px) {

  .logo-anchor{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    width: fit-content;
    margin-inline: auto;
  }

  .menu-item-has-children>a::after{
    display: none;
  }
  .menu-item-has-children:hover>.sub-menu {
    display: flex;

  }

  .menu li {
    text-align: center;
  }

  .menu-container .upper-border {
    display: flex;
  }


.upper-border .float-border a{
  text-decoration: none;
}
  .header-menu .sub-menu li {
    list-style-type: none;
  }

  .sub-menu {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  /* .menu-item-has-children:hover>.sub-menu {

    display: none;
    justify-content: center;
    align-items: center;
    text-align: justify;
    flex-direction: column;
    font-size: 4rem;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);

    z-index: 1;
    left: 0;
    padding-top: 2rem;
    right: 0;
    list-style: none;
    color: #595758;

    text-indent: center;


  } */

  header .logo {
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .hamburger {
    display: block;
    height: 2.5rem;
    width: 2.5rem;

  }

  .menu-container {
    display: none;
  }

  .menu-primary-menu-container {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .menu {
    flex-direction: column;
    gap: 0;
  }

  .menu-container.show-mobile {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    background: white;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    padding: 1rem 0 3rem 0;
    z-index: 100;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: auto;
  }

  .menu-container.show-mobile .menu-primary-menu {
    color: #000;
    flex-direction: column;
    align-items: center;
    gap: 0;
    flex: 1;
  }

  .menu-container.show-mobile .close-icon {
    display: block;
    text-align: end;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 10
  }

  .menu-container.show-mobile .menu-item>a {
    color: #595758 !important;
    font-weight: 300;
    font-size: 12px;
  }

  .menu-container.show-mobile .current_page_item>a {
    color: #ff92c2;
  }

  .menu-container.show-mobile .foot {
    display: flex;
  }

  .dropbtn svg {
    display: none;
  }

  .foot {
    justify-content: space-around;
    padding: 0 3rem 3rem;
  }

  .foot .title {
    text-align: left;
  }

  .foot .open-hour,
  .foot .contact-info {
    /* width: 50%; */
    flex: 1
  }

  .menu-container .upper-border {
    font-size: 16px;

  }

  .menu-header-menu-container ul {
    padding-left: 5px;
  }


  .mobile-logo {
    border-radius: 50%;
    /* flex: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: relative;
    align-self: center;
    text-align: center;
    object-fit: scale-down;
    height: 5rem;
    /* padding-top: 2rem; */
    /* margin-block: -50px; */
    /* padding-top: 60px; */
}
  .sub-menu li a {
    color: #595758 !important;
    font-size: 14px;
    text-decoration: none;

  }

  .sub-menu::before {
    content: "";
    display: block;
    border-top: 1px solid #000;
    margin-bottom: 10px;
    width: 90%;
  }

  .sub-menu::after {
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    margin-top: 10px;
    width: 90%;
  }

  .sub-menu {
    gap: 1rem;
    height: 100%;
  }

  .menu {
    gap: 1rem;
  }

}

@media only screen and (max-width: 480px) {
  .foot {
    padding: 0;
  }

  .foot .title {
    font-size: 1.25rem;
  }

  .foot .open-hour,
  .foot .contact-info {
    flex: 1;
  }

  .logo-cont {
    /* padding-left: ; */
  }

  .menu-container .upper-border {
    font-size: 16px;

  }

  .mobile-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: relative;
    align-self: center;
    text-align: center;
    object-fit: scale-down;
    border-radius: 50%;

  }

  .sub-menu li a {
    color: #595758 !important;
    font-size: 14px;
    text-decoration: none;

  }

  .sub-menu::before {
    content: "";
    display: block;
    border-top: 1px solid #000;
    margin-bottom: 10px;
    width: 90%;
  }

  .sub-menu::after {
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    margin-top: 10px;
    width: 90%;
  }

  .sub-menu {
    gap: 1rem;
  }

  .menu {
    gap: 1rem;
  }
}





header .menu-item a:hover {
  color: #ffc8fb;
}

.menu .current_page_item>a {
  color: #ffc8fb;
}

.top-head {
  display: flex;
  padding: 0 1rem;
  align-items: center;
}

.logo-cont {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger {
  display: none;
}

header .foot {
  display: none
}

.menu-container .close-icon {
  display: none;
}