@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz@10..48&family=Comfortaa:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;900&display=swap");

/*font-family: 'Bricolage Grotesque', sans-serif;
font-family: 'Comfortaa', cursive;
font-family: 'Roboto', sans-serif;*/

/* Logo-menu */
.mainMenuBar {
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.876);
  z-index: 9999999;
  top: 0;
}

.mainMenu {
  display: flex;
  justify-content: space-between;
  justify-items: center;
}

.logoImg {
  display: block;
  width: 450px;
  height: auto;
}

.logoImg img {
  width: 100%;
  height: auto;
}

/*menu*/
.menuList {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

.menuList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: end;
}

.menuList ul li {
  display: inline-block;
  width: auto;
  height: auto;
}

.menuList ul li a {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  color: white;
}

.menuList ul li a:hover {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}

.menuList ul li ul {
  visibility: hidden;
  position: absolute;
}

.menuList ul li:hover ul li {
  visibility: visible;
  position: sticky;
  text-align: start;
  display: block;
  width: auto;
  background-color: rgb(0, 0, 0);
  margin-left: 0px;
  padding: 0;
}
.menu {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .menu {
    display: none;
  }
  .iconMenu {
    font-size: 35px;
    color: rgb(255, 192, 5);
    font-weight: bold;
    position: absolute;
    z-index: 9999999999;
    right: 0;
    margin-top: 3rem;
    padding-right: 1.1rem;
    cursor: pointer;
  }

  .iconMenuC {
    font-size: 35px;
    color: rgb(255, 192, 5);
    font-weight: bold;
    position: absolute;
    z-index: 9999999999;
    right: 0;
    margin-top: 3rem;
    padding-right: 1.1rem;
    cursor: pointer;
  }

  .mainMenuBar {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.876);
    z-index: 9999999;
    top: 0;
  }

  .mainMenu {
    display: flex;
    justify-content: space-between;
    justify-items: center;
  }

  .logoImg {
    position: absolute;
    display: block;
    width: 350px;
    height: auto;
  }

  .logoImg img {
    width: 100%;
    height: auto;
  }

  .menuList {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
    right: 0;
    margin-top: 5rem;
  }

  .menuList ul {
    list-style: none;
    display: block;
    /* width: 50%; */
    margin: 0;
    padding: 0;
    text-align: end;
    right: 0;
    position: relative;
  }

  .menuList ul li {
    display: block;
    height: auto;
  }

  .menuList ul li a {
    display: block;
    padding: 0.5rem 0.8rem;
    text-decoration: none;
    color: white;
  }

  .menuList ul li a:hover {
    display: block;
    padding: 0.5rem 0.8rem;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
  }

  .menuList ul li ul {
    visibility: hidden;
    position: absolute;
  }

  .menuList ul li:hover ul li {
    visibility: visible;
    position: relative;
    text-align: end;
    display: block;
    width: auto;
    background-color: rgb(229, 156, 20);
    margin-left: 0px;
    padding: 0;
    /* margin-left: 99px; */
    color: black;
  }
}
