/* @import url("https://fonts.googleapis.com/css2?family=Chela+One&family=Fasthand&family=Lobster&display=swap"); */

#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 0;
  background-color: #000;
  overflow: hidden;
  z-index: 999;
  transition: width 1s;
}

#menu.open {
  width: 100%;
}

#menu .menu-content {
  display: flex;
  height: 100%;
  background-color: #000;
  transition: ease-in 0.5s;
}

#menu .menu-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#CollageImages {
  transform: translate(0px, 100px);
  background-image: url(../Collage.png);
  position: relative;
  background-size: cover;
  /* transform: translateY(130px); */
  width: 40%;
  height: 500px;
  background-position: center;
  /* transform: translateY(130px); */
  border-radius: 5%;
}

#menu .menu-column.left {
  background-color: #000;
  /* background-image: url(pic2.jpg); */
}

#menu .menu-column.right {
  background-color: #000;
  /* background-image: url(BEAUTY.jpg);
    background-position: center;
    background-repeat: no-repeat; */
}

#menu .menu-item {
  margin: 10px;
  /* padding: 20px 60px; */
  /* background-color: #fff; */
  /* border-radius: 60px; */
  cursor: pointer;
  transition: background-color 0.3s;
  color: #818181;
  /* font-weight: 600; */
  font-size: 28px;
  /* animation: wave-text 2s ease-in-out 2; */
  /* font-weight: lighter !important;
  font-family: "Chela One", cursive !important;
  font-family: "Fasthand", cursive !important;
  font-family: "Lobster", cursive !important; */

  /* font-style: italic; */
}
@keyframes wave-text {
  00% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(-0.6em);
  }
  100% {
    transform: translateY(0em);
  }
}

#menu .menu-item:hover {
  color: #fff !important;
  font-size: 29px;
  /* text-decoration: underline; */
  transition: ease 0.3s;
}
#menuHover:hover {
  font-size: 28px !important;
}

#close-menu-button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  /* background-color: #f1f1f1; */
  color: white;
  /* border-radius: 5px; */
  cursor: pointer;
  /* z-index: 1000; */
  font-size: 30px;
  font-weight: 600;
}
.mainLogo {
  position: absolute;
  top: 50px;
  left: 40px;
}
#list-menu-button {
  position: absolute;
  bottom: 20px;
  right: 50px;
  /* padding: 10px; */
  /* background-color: #f1f1f1; */
  /* border-radius: 5px; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Adjust the height as needed */
}

/* CSS for the background image */
/* #background-image {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background-image: url(pic2.jpg);
    width: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 998;
    transition: width 0.5s;
  } */

#background-image.open {
  width: 100%;
}

#open-menu-button {
  position: fixed;
  top: 20px;
  left: 20px;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Adjust the height as needed */
}

.icon-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-list li {
  margin: 0 10px; /* Adjust the margin as needed */
  color: #818181;
  animation: wave-text 2s ease-out 2;
}
.icon-list li a:hover {
  color: white;
}
.hide-scrollbar {
  /* Hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}
