/* body {
    background-image: linear-gradient(to left, #3333ff, #536dc8);
    height: 100vh;
}

* {
    box-sizing: border-box;
} */
/* .nav-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
} */

[class^='menu-top-menu-'][class$='-container'] li.request-link {
	  border-radius: 23px !important;
  padding: 0 !important;
  border-bottom: solid 2px #3333ff;
  margin: 10px;
  border: solid 2px #3333ff;
  font-weight: 500;
  color: #3333ff;
  line-height: 3;
  text-align: center;
	}

.menu-top-menu-container li.request-link {
  border-radius: 23px !important;
  padding: 0 !important;
  border-bottom: solid 2px #3333ff;
  margin: 10px;
  border: solid 2px #3333ff;
  font-weight: 500;
  color: #3333ff;
  line-height: 3;
  text-align: center;
}
.menu-navigation {
  overflow: hidden;
}
.nav-global-wrapper {
  width: 100%;
}
.logo-wrapper {
  top: 20px;
  position: absolute;
}
.open .menu {
  position: absolute;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
  width: 101%;
  top: 50px;
  left: 0;
  z-index: 9;
  background-color: #ffffff;  
}
.menu-icon-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9;
}

.menu-icon-toggle {
  top: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: black;
  transform: translate(0, -50%);
  transition: opacity 0.3s 0.3s;
}

.home:not(.open) .menu-icon-toggle span {
  background-color: black;
}

.menu-icon-toggle::before,
.menu-icon-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: black;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
}

.menu-icon-toggle::before {
  top: 6px;
}

.menu-icon-toggle::after {
  bottom: 6px;
}

.open {
  overflow: hidden;
  /* position: fixed; */
}

.open .menu-icon-toggle span {
  opacity: 0;
  transition: opacity 1s;
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
  background-color: black;
}

.open .menu-icon-toggle::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.open .menu-icon-toggle::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

.open .menu-icon-toggle::before,
.open .menu-icon-toggle::after {
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}

.menu-background {
  visibility: hidden;
  width: 300%;
  height: 330px;
  position: fixed;
  left: -130%;
  background-color: #fff;
  /* transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s; */
  /* width: 300%;
    height: 100vh;
    position: absolute;
    left: -100%; */
}

.open .menu-background {
  visibility: visible;
  /* transition: background-position 0.5s, transform 0.5s 0.5s; */
}
/* 
.menu-background.top {
  transform: rotate(-45deg) translateY(-150%);
  background: linear-gradient(to top, #3333ff 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: -100% 100%;
}

.open .menu-background.top {
  transform: rotate(-45deg) translateY(-49%);
  background-position: 0 0;
}

.menu-background.middle {
  transform: rotate(-45deg) translateY(50%) scaleY(0);
  background: #fff;
}

.open .menu-background.middle {
  transform: rotate(-45deg) translateY(50%) scaleY(1);
}

.menu-background.bottom {
  transform: rotate(-45deg) translateY(250%);
  background: linear-gradient(to bottom, #fff 50%, #3333ff 50%);
  background-size: 100% 200%;
  background-position: 0 -100%;
}

.open .menu-background.bottom {
  transform: rotate(-45deg) translateY(149%);
  background-position: 0 0;
} */

.menu {
  /* position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  visibility: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 99999;
  width: 100%; */
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.open .menu {
  visibility: visible;
  transition: all 1s;
}

/* .menu {
  transition: all 0.3s;
  width: 100%;
  overflow: hidden;
} */
.menu li {
  opacity: 0;
  margin-bottom: 5px;
  /* transform: translateX(25px);
  transition: all 0.3s; */
}
/* 
.menu li:nth-child(5) {
  transition-delay: 0.1s;
}

.menu li:nth-child(5) span {
  transition-delay: 0.1s;
}

.menu li:nth-child(4) {
  transition-delay: 0.2s;
}

.menu li:nth-child(4) span {
  transition-delay: 0.2s;
}

.menu li:nth-child(3) {
  transition-delay: 0.3s;
}

.menu li:nth-child(3) span {
  transition-delay: 0.3s;
}

.menu li:nth-child(2) {
  transition-delay: 0.4s;
}

.menu li:nth-child(2) span {
  transition-delay: 0.4s;
}

.menu li:nth-child(1) {
  transition-delay: 0.5s;
}

.menu li:nth-child(1) span {
  transition-delay: 0.5s;
} */

.open .menu li {
  opacity: 1;
  /* transform: translateX(0); */
  backface-visibility: hidden;
}
/* 
.open .menu li:nth-child(1) {
  transition-delay: 1.1s;
}

.open .menu li:nth-child(1) span {
  transition-delay: 1.1s;
}

.open .menu li:nth-child(2) {
  transition-delay: 1.2s;
}

.open .menu li:nth-child(2) span {
  transition-delay: 1.2s;
}

.open .menu li:nth-child(3) {
  transition-delay: 1.3s;
}

.open .menu li:nth-child(3) span {
  transition-delay: 1.3s;
}

.open .menu li:nth-child(4) {
  transition-delay: 1.4s;
}

.open .menu li:nth-child(4) span {
  transition-delay: 1.4s;
}

.open .menu li:nth-child(5) {
  transition-delay: 1.5s;
}

.open .menu li:nth-child(5) span {
  transition-delay: 1.5s;
} */

.menu a {
  /* position: relative;
  font-size: 24px;
  text-decoration: none;
  color: #3333ff !important; */
}

/* .menu a::before {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: #3333ff;
  transform: translateY(-50%);
  transition: width 0.3s;
} */

.menu a:hover::before {
  width: 15px;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s 1s;
}

.open .content {
  opacity: 0;
  transition: all 0.3s 1s;
}

@media (min-width: 600px) {
  .menu-background {
    height: 500px !important;
  }
}
