@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Oleo+Script&family=Open+Sans&family=Poppins:wght@400;700&display=swap");

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-image: radial-gradient(rgba(241, 175, 52, 0.692), #0eb5ec, #ff10af);
  vertical-align: middle;
}

.logo img {
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero img {
  width: 30%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20%;
  opacity: 1;
  min-width: 18rem;
}

.highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 10%;
  color: lightgreen;
  text-shadow: 5px 3px deeppink;
  font-style: italic;
  text-align: center;
  font-family: 'Dela Gothic One';
}

/* .nes img {
  width: 70%;
  height: 70%;
  border-radius: 20%;
  opacity: 1;
  -webkit-box-shadow: 4px 4px 4px 4px rgba(243, 25, 189, 0.863), 0px 6px 20px 0 rgba(16, 230, 183, 0.829);
          box-shadow: 4px 4px 4px 4px rgba(243, 25, 189, 0.863), 0px 6px 20px 0 rgba(16, 230, 183, 0.829);
} */

.img {
  border-radius: 5px;
  width: 8rem;
  height: 8rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 10%;
  color: lightgreen;
  font-style: italic;
  text-align: center;
  font-family: 'Dela Gothic One';
  border-radius: 19%;
}

.containernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 2.5em;
  color: lightgreen;
  font-style: italic;
  text-align: center;
  font-family: 'Dela Gothic One';
  border-radius: 1rem;
  z-index: 200;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0em 2em 2em;
  letter-spacing: 3px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  font-weight: lighter;
  list-style: none;
  z-index: 200;
}

.nav :hover {
  color: rgba(255, 0, 234, 0.699);
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}

.menu {
  text-transform: uppercase;
  font-display: bold;
  padding: 0px 0px 2px 0px;
  letter-spacing: 2px;
  color: rgba(150, 125, 59, 0.568);
  font-size: 34px;
  text-shadow: 2px 2px 5px rgba(151, 148, 148, 0.938), 1px 0 black, 0 1px black, 1px 0 black, 0 1px black;
  cursor: pointer;
}

.nav li {
  list-style: none;
}

.nav a {
  color: bisque;
  text-decoration: none;
  letter-spacing: 3px;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  font-weight: bold;
  font-size: 14px;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 30px;
  height: 2px;
  background-color: #4c2850;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo img:hover {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.6s ease-in-out .2s;
  transition: 0.6s ease-in-out .2s;
}

.logo img:hover-off {
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}

@media screen and (max-width: 1024) {
  .nav {
    width: 60%;
  }
}

@media screen and (max-width: 1100px) {
  body {
    overflow-x: hidden;
  }
  .nav {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 10rem;
    background-color: rgba(171, 73, 236, 0.623);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    z-index: 200;
    -webkit-transform: translatex(100%);
            transform: translatex(100%);
    -webkit-transition: -webkit-transform 0.8s ease-in;
    transition: -webkit-transform 0.8s ease-in;
    transition: transform 0.8s ease-in;
    transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  }
  .logo img {
    width: 5rem;
    height: 5rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .nav li {
    opacity: 0;
    margin-right: 30vh;
  }
  .burger {
    display: block;
  }
  .logo img:hover {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

@media screen and (max-width: 736px) {
  body {
    overflow-x: hidden;
  }
  .nav {
    position: absolute;
    right: 0px;
    top: 11.4rem;
    background-color: rgba(171, 73, 236, 0.623);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42%;
    z-index: 200;
    -webkit-transform: translatex(100%);
            transform: translatex(100%);
    -webkit-transition: -webkit-transform 0.8s ease-in;
    transition: -webkit-transform 0.8s ease-in;
    transition: transform 0.8s ease-in;
    transition: transform 0.8s ease-in, -webkit-transform 0.8s ease-in;
  }
  .logo img {
    width: 5rem;
    height: 5rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .burger {
    display: block;
    margin-right: 15px;
  }
  .burger .line3 {
    height: 2.2px;
  }
  .nav li {
    opacity: 0;
    margin-right: 30vh;
  }
  .logo img:hover {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .modal-content {
    height: 580px;
    position: absolute;
    background-color: rgba(52, 165, 241, 0.692);
    margin: 20% auto;
    /* 15% from the top and centered */
    padding: 10px;
    min-height: 500px;
    border: 100% solid #888;
    width: 80%;
    height: 300px;
    font-size: 25px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }
}

.nav-active {
  -webkit-transform: translatex(0%);
          transform: translatex(0%);
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translatex(50px);
            transform: translatex(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translatex(50px);
            transform: translatex(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-12.5px, 5px);
          transform: rotate(-45deg) translate(-12.5px, 5px);
  opacity: 0.3;
  -webkit-transition: 0.18s ease-in-out;
  transition: 0.18s ease-in-out;
}

.toggle .line2 {
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  -webkit-transform: translateX(-590px);
          transform: translateX(-590px);
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-12.5px, -5px);
          transform: rotate(45deg) translate(-12.5px, -5px);
  opacity: 0.3;
  -webkit-transition: 0.18s ease-in-out;
  transition: 0.18s ease-in-out;
}
/*   
section {
  padding: 5em;
  background-color: none;
}


.footer.logo img {
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flexbox;
  margin-left: 380%;
}

.footer.logo img:hover-off {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.footer.logo img:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.6s ease-in-out .2s;
  transition: 0.6s ease-in-out .2s;
}

.footercont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: center;
  width: 100%;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 5px;
  margin: 10%;
  color: lightgreen;
  font-style: italic;
  font-family: 'Dela Gothic One';
  border-radius: 1rem;
}

.footer li {
  list-style: none;
  margin: 0 3rem;
}

.footer-nav {
  padding: 2px;
  margin-right: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.secfooter-nav {
  padding: 2px;
  margin-left: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}

.footer-nav li {
  float: left;
  padding: 0 4px;
  margin-bottom: 2px;
  margin-right: 8rem;
  font-size: 16px;
  height: 20px;
  width: 60%;
}

.footer-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5ef151;
}

.secfooter-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5ef151;
}

.secfooter-nav li {
  float: right;
  padding: 0 4px;
  margin-bottom: 2px;
  margin-left: 4rem;
  font-size: 16px;
  height: 20px;
  width: 60%;
}

.footer a:hover {
  color: #c1ee1f;
}

@media screen and (max-width: 793.5px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    height: 4em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
    background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
    padding: 5px;
    margin: 2%;
    color: lightgreen;
    font-style: italic;
    font-family: 'Dela Gothic One';
    border-radius: 10px;
  }
  .footer-nav li {
    padding: 0 4px;
    margin-bottom: 2px;
    margin-right: 40px;
    font-size: 16px;
    height: 20px;
    width: 100%;
  }
  .secfooter-nav li {
    padding: 0 4px;
    margin-bottom: 2px;
    margin-left: 10px;
    font-size: 16px;
    height: 20px;
    width: 100%;
  }
  .logo img {
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flexbox;
    margin-left: 220%;
  }
} */
/*# sourceMappingURL=style.css.map */