@import url('https://fonts.googleapis.com/css?family=Montserrat');

* { margin: 0; padding: 0; }
.footer, #footer {
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  padding: 10px;
  font-size: 1.5em !important;
  background-color: #f399b7;
  color: #cbde5f;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
body {
  margin:0 auto;
}
.background-image {
  background-size: auto;
}
@keyframes eyeOpen {
  0% {
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
    filter: blur(22px) saturate(0.3) brightness(1.4);
    transform: scale(1.18);
  }
  45% {
    opacity: 1;
    filter: blur(7px) saturate(0.7) brightness(1.15);
  }
  100% {
    opacity: 1;
    clip-path: circle(75% at 50% 50%);
    filter: blur(0) saturate(1) brightness(1);
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .background-image {
    animation: none !important;
    opacity: 1 !important;
    clip-path: none !important;
    filter: none !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 800px) {
  html,body {
      background-color: #cbde5f;
      right:1em;
  }
  img {
    position: absolute;
    right: 2em;
    bottom: 1px;
    width: 15em;
  }
  .bar {
    display: block;
    background-color: #f399b7;
    width: 10em;
    height: 1em;
    border-radius: 5px;
    margin: 2em auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  input[type="checkbox"]:checked ~ label .top {
    -webkit-transform: translateY(0px) rotateZ(145deg);
    -moz-transform: translateY(0px) rotateZ(145deg);
    -ms-transform: translateY(0px) rotateZ(145deg);
    -o-transform: translateY(0px) rotateZ(145deg);
    transform: translateY(0px) rotateZ(145deg);
  }
  input[type="checkbox"]:checked ~ label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-145deg);
    -moz-transform: translateY(-15px) rotateZ(-145deg);
    -ms-transform: translateY(-15px) rotateZ(-145deg);
    -o-transform: translateY(-15px) rotateZ(-145deg);
    transform: translateY(-15px) rotateZ(-145deg);
  }
  input[type="checkbox"]:checked ~ label .middle {
    width: 0;
  }
}
@media only screen and (max-width: 1000px) {
  html,body {
      background-size: cover;
      background-color: #cbde5f;
      right:1em;
  }
  body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: contain;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .background-image {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(eye.svg) no-repeat center center fixed;
    background-size: auto 100%;
    animation: eyeOpen 3.4s cubic-bezier(.16,1,.3,1) 0.8s both;
  }
  img {
    position: absolute;
    right: 2em;
    bottom: 1px;
    width: 15em;
  }
  .bar {
    display: block;
    background-color: #f399b7;
    width: 6em;
    height: 1em;
    border-radius: 2px;
    margin: 1em auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
  }
  input[type="checkbox"]:checked ~ label .top {
    -webkit-transform: translateY(0px) rotateZ(145deg);
    -moz-transform: translateY(0px) rotateZ(145deg);
    -ms-transform: translateY(0px) rotateZ(145deg);
    -o-transform: translateY(0px) rotateZ(145deg);
    transform: translateY(0px) rotateZ(145deg);
  }
  input[type="checkbox"]:checked ~ label .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-145deg);
    -moz-transform: translateY(-15px) rotateZ(-145deg);
    -ms-transform: translateY(-15px) rotateZ(-145deg);
    -o-transform: translateY(-15px) rotateZ(-145deg);
    transform: translateY(-15px) rotateZ(-145deg);
  }
  input[type="checkbox"]:checked ~ label .middle {
    width: 0;
  }
}
@media only screen and (min-width: 1001px) {
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #cbde5f;
  }
  body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: contain;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .background-image {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(eye.svg) no-repeat center center fixed;
    background-size: 100% auto;
    animation: eyeOpen 3.4s cubic-bezier(.16,1,.3,1) 0.8s both;
  }
  img {
    position: absolute;
    right: 2em;
    bottom: 1px;
    width: 15em;
  }
  .bar {
    display: block;
    background-color: #f399b7;
    width: 3em;
    border-radius: 5px;
    margin: 5px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
      width 0.4s ease-in;
    height: 5px;
  }
  input[type="checkbox"]:checked ~ label .top {
    -webkit-transform: translateY(10px) rotateZ(50deg);
    -moz-transform: translateY(10px) rotateZ(50deg);
    -ms-transform: translateY(10px) rotateZ(50deg);
    -o-transform: translateY(10px) rotateZ(50deg);
    transform: translateY(10px) rotateZ(50deg);
  }
  input[type="checkbox"]:checked ~ label .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-50deg);
    -moz-transform: translateY(-10px) rotateZ(-50deg);
    -ms-transform: translateY(-10px) rotateZ(-50deg);
    -o-transform: translateY(-10px) rotateZ(-50deg);
    transform: translateY(-10px) rotateZ(-50deg);
  }
  input[type="checkbox"]:checked ~ label .middle {
    width: 0;
  }
}
body,
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
main {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.aside-section {
  top: 0;
  bottom: 0;
  position: absolute;
}
.aside-left {
  display: none;
  width: 40%;
  left: 0;
  background-color: #73bb6e;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
}
.aside-right {
  width: 100%;
  right: 0;
  background-color: #cbde5f;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
.aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  text-align: left;
  padding-left: 8em;
  max-height: 90vh; /* Adjust the value as needed */
  overflow-y: auto; /* Enables vertical scrolling */
}
.aside-content {
  margin-top: 150px;
  padding: 0 40px;
  position: relative;
  color: white;
  text-align: center;
}
.inline-link,
.inline-link:link,
.inline-link:visited,
.inline-link:hover,
.inline-link:active,
.inline-link:focus {
  color: #f399b7;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
}
.aside-anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #73bb6e;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px;
}
.aside-anchor::before {
  border-radius: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
  height: 3px;
  z-index: 1;
  width: 50%;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.aside-anchor:hover:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.aside-anchor {
  padding-bottom: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  position: relative;
  font-weight: 700;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ aside .aside-left {
  transform: translateY(0%);
}
input[type="checkbox"]:checked ~ aside .aside-right {
  transform: translateX(0%);
}
input[type="checkbox"]:checked ~ label .bar {
  background-color: #fff;
}
.middle {
  margin: 0 auto;
}
label {
  top: 10px;
  display: inline-block;
  padding: 7px 10px;
  background-color: transparent;
  cursor: pointer;
  margin: 20px;
  z-index: 3;
  position: fixed;
}
h1 {
  margin: 0;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
}
h1 span {
  font-size: 20px;
  display: block;
}
p {
  font-size: 30px;
}
.button {
  display: inline-block;
  background-image: none;
  border: none;
  background-color: transparent;
  padding-bottom: 7px;
  border: 3px dashed #fff;
  position: relative;
  cursor: pointer;
  font-size: 5.55em;
  padding: 0.25em;
  margin-right: 1em;
  margin-top: 0.25em;
  color: white;
  float: right;
}
.button:hover {
  color: #cbde5f; 
  background-color: #fff; 
  border: 3px dashed #cbde5f;
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
  .aside-left {
    display: block;
  }

  .aside-right {
    width: 60%;
  }
}
input.form-input, textarea.form-textarea {
  display: inline-block;
  background-image: none;
  border: none;
  background-color: transparent;
  padding-bottom: 7px;
  position: relative;
  cursor: pointer;
  color: #518188;
  padding: 7px 10px;
  border: 3px dashed white;
  min-width: 15em;
  font-size: 1.5em;
  font-family: "Montserrat", sans-serif;
}
textarea.form-textarea {
  min-height: 7.5em;
  max-height: 30em; 
  overflow-y: auto; 
  font-family: "Montserrat", sans-serif;
}
.form-input::placeholder, .form-textarea::placeholder {
  color: white;
  opacity: 1; 
}