#header {
  top: 0;
  width: 100%;
  z-index: 1050;
  background: linear-gradient(rgba(0, 0, 0, 0.8352941176) 3%, transparent);
  transition: -webkit-backdrop-filter 2s ease-in-out;
  transition: backdrop-filter 2s ease-in-out;
  transition: backdrop-filter 2s ease-in-out, -webkit-backdrop-filter 2s ease-in-out;
  position: fixed;
  padding: 0.5em 0;
  transition: top 1s ease-in;
}
#header nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5em 1em;
}
#header nav section:nth-child(1) .navLogo a {
  display: block;
}
#header nav section:nth-child(1) .navLogo a .logoText {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0.2em 0.2em 0.2em 0;
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
}
#header nav section:nth-child(1) .navLogo a .logoText sup {
  font-size: 0.5rem;
  margin: 0 0 0 0.2em;
}
#header nav section:nth-child(2) #nav {
  display: flex;
}
#header nav section:nth-child(2) #nav li {
  list-style: none;
}
#header nav section:nth-child(2) #nav li a {
  color: #ffffff;
  font-size: 0.9rem;
  display: block;
  padding: 0.25em 0.4em 0.25em 0.4em;
  margin: 0 0.6em;
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Nunito", sans-serif;
}
#header nav section:nth-child(2) #nav li a.active {
  display: inline-block;
  position: relative;
}
#header nav section:nth-child(2) #nav li a.active:after {
  content: "";
  position: absolute;
  width: 40%;
  transform: scaleX(0);
  height: 0.12em;
  bottom: 0;
  left: 0.4em;
  background-color: #0087ca;
  transform-origin: left;
  transition: transform 0.35s ease-out;
  border-radius: 3em;
  transform: scaleX(1);
  transform-origin: left;
}
#header nav section:nth-child(3) #signUp {
  display: flex;
}
#header nav section:nth-child(3) #signUp li {
  list-style: none;
  margin: 0 0.4em;
}
#header nav section:nth-child(3) #signUp li:first-child a {
  border: 0.12em solid #fff;
  color: #ffffff;
}
#header nav section:nth-child(3) #signUp li:first-child a:hover {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
}
#header nav section:nth-child(3) #signUp li:nth-child(2) {
  margin-right: 0;
}
#header nav section:nth-child(3) #signUp li:nth-child(2) a {
  background: #ffffff;
  border: 0.12em solid #fff;
  color: #000000;
}
#header nav section:nth-child(3) #signUp li:last-child {
  display: none;
}
#header nav section:nth-child(3) #signUp li a {
  font-size: 0.92rem;
  display: block;
  padding: 0.52em 0.9em;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0.4em;
}
#header nav section:nth-child(3) #signUp li a i {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0 0.1em 0 0;
}
#header nav section:nth-child(3) #signUp li a:hover i {
  animation: wiggle 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#header nav section:nth-child(3) #navBtn {
  display: none;
}
#header.hide {
  box-shadow: 0 0 0.5em 0.01em rgba(0, 0, 0, 0.8078431373);
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
  transition: top 30s ease-in-out;
  top: -99999px;
}
#header.myBackground {
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
}

#footer {
  background: linear-gradient(rgba(0, 0, 0, 0.7333333333), rgba(0, 0, 0, 0.6980392157)), url("../images/pexels-kostiantyn-stupak-599982.jpg") no-repeat center/cover fixed;
  position: relative;
}
#footer #scrollToTop {
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: fixed;
  right: 6%;
  bottom: 6em;
  z-index: 99;
}
#footer #scrollToTop i {
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  cursor: pointer;
  padding: 0.6em 0.6em;
  color: #1D2671;
  border-radius: 0.6em;
  box-shadow: 0 0 0.45em 0 rgba(0, 0, 0, 0.5254901961);
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  color: white;
}
#footer #scrollToTop.show {
  visibility: visible;
  opacity: 1;
}
#footer #footerWrapper {
  padding: 3em 0;
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
}
#footer #footerWrapper .footerWrapper {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
#footer #footerWrapper .footerWrapper section {
  width: -moz-fit-content;
  width: fit-content;
}
#footer #footerWrapper .footerWrapper section:nth-child(1) {
  width: 38%;
}
#footer #footerWrapper .footerWrapper section h3 {
  font-size: 1.16rem;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  padding: 0 0 1em;
  font-family: "Roboto Condensed", sans-serif;
}
#footer #footerWrapper .footerWrapper section ul li {
  list-style: none;
  padding: 0.6em 0;
}
#footer #footerWrapper .footerWrapper section ul li a {
  text-transform: capitalize;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.8470588235);
  font-family: "Roboto Condensed", sans-serif;
}
#footer #footerWrapper .footerWrapper section ul li a:hover {
  color: #ffffff;
}
#footer #footerWrapper .footerWrapper section ul li a:hover i {
  animation: wiggle 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#footer #footerWrapper .footerWrapper section ul li a i {
  padding: 0 0.3em 0 0;
  font-size: 0.85rem;
}
#footer #footerWrapper .footerWrapper section:nth-child(1) ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
#footer #footerWrapper .footerWrapper section:nth-child(3) ul li ul {
  display: flex;
  padding: 0;
}
#footer #footerWrapper .footerWrapper section:nth-child(3) ul li ul li {
  padding: 0;
}
#footer #footerWrapper .footerWrapper section:nth-child(3) ul li ul li:hover {
  animation: wiggle 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
#footer #footerWrapper .footerWrapper section:nth-child(3) ul li ul li a {
  font-size: 1.03rem;
  padding: 0 0.8em 0 0;
}
#footer #footerWrapper .footerWrapper section:nth-child(3) ul li ul li a i {
  padding: 0;
}
#footer #footerWrapper .footerAddon {
  width: 90%;
  margin: auto;
}
#footer #footerWrapper .footerAddon section:nth-child(1) {
  width: 80%;
  margin: 1.3em auto 1.1em;
}
#footer #footerWrapper .footerAddon section:nth-child(1) .footerLine {
  height: 0.01em;
  background: rgba(255, 255, 255, 0.3647058824);
}
#footer #footerWrapper .footerAddon section:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 0.86rem;
}
#footer #footerWrapper .footerAddon section:nth-child(2) .copyright {
  color: #ffffff;
  padding: 0.5em 0.9em;
  font-size: 0.9rem;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Nunito", sans-serif;
}
#footer #footerWrapper .footerAddon section:nth-child(2) .copyright span {
  color: #fff;
}
#footer #footerWrapper .footerAddon section:nth-child(2) li {
  list-style: none;
  padding: 0.5em 0.9em;
}
#footer #footerWrapper .footerAddon section:nth-child(2) li a {
  color: rgba(255, 255, 255, 0.8470588235);
  text-transform: capitalize;
  display: inline-block;
  font-size: 0.95rem;
  font-family: "Roboto Condensed", sans-serif;
}
#footer #footerWrapper .footerAddon section:nth-child(2) li a:hover {
  color: #fff;
}

@media all and (max-width: 1024px) {
  #header nav {
    position: relative;
    justify-content: space-between;
  }
  #header nav section:nth-child(2) #nav {
    flex-direction: column;
    position: absolute;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    top: 5em;
    left: 1em;
    opacity: 0;
    visibility: hidden;
    padding: 1em 0.6em 0.9em;
    border-radius: 0.4em;
    transition: all 0.6s ease-in-out;
    box-shadow: 0.1em 0 1.4em 0 rgba(0, 0, 0, 0.8078431373);
    backdrop-filter: blur(0.8em) saturate(180%);
    -webkit-backdrop-filter: blur(1em) saturate(180%);
  }
  #header nav section:nth-child(2) #nav li {
    list-style: none;
  }
  #header nav section:nth-child(2) #nav li:first-child a {
    position: relative;
  }
  #header nav section:nth-child(2) #nav li:first-child a i {
    opacity: 0;
    visibility: hidden;
  }
  #header nav section:nth-child(2) #nav li:first-child a::before {
    content: "Home";
    position: absolute;
    left: 0;
    bottom: 1%;
    padding: inherit;
  }
  #header nav section:nth-child(2) #nav li a {
    color: #ffffff;
    font-size: 0.96rem;
    padding: 0.35em 0.4em;
    margin: 0 0 0.4em;
    width: -moz-fit-content;
    width: fit-content;
  }
  #header nav section:nth-child(2) #nav.open {
    opacity: 1;
    visibility: visible;
  }
  #header nav section:nth-child(2) #nav.myBackground {
    backdrop-filter: blur(0.8em) saturate(180%);
    -webkit-backdrop-filter: blur(1em) saturate(180%);
    transition: -webkit-backdrop-filter 2s ease-in-out;
    transition: backdrop-filter 2s ease-in-out;
    transition: backdrop-filter 2s ease-in-out, -webkit-backdrop-filter 2s ease-in-out;
  }
  #header nav section:nth-child(3) {
    display: flex;
    align-items: center;
  }
  #header nav section:nth-child(3) #navBtn {
    position: relative;
    display: flex;
    width: 2em;
    height: 2em;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0.5em;
  }
  #header nav section:nth-child(3) #navBtn #navBtnHam {
    width: 1.2em;
    height: 0.21em;
    background: #fff;
    border-radius: 10em;
    box-shadow: 0 0.1em 0.2em rgba(156, 133, 125, 0.9);
    transition: all 0.5s ease-in-out;
  }
  #header nav section:nth-child(3) #navBtn #navBtnHam::before, #header nav section:nth-child(3) #navBtn #navBtnHam::after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 0.2em;
    background: #fff;
    border-radius: 10em;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0.1em 0.2em rgba(156, 133, 125, 0.9);
  }
  #header nav section:nth-child(3) #navBtn #navBtnHam::before {
    transform: translateY(-0.53em);
  }
  #header nav section:nth-child(3) #navBtn #navBtnHam::after {
    transform: translateY(0.53em);
  }
  #header nav section:nth-child(3) #navBtn.open #navBtnHam {
    transform: translateX(-0.9em);
    background: transparent;
    box-shadow: none;
  }
  #header nav section:nth-child(3) #navBtn.open #navBtnHam::before {
    transform: rotate(45deg) translate(0.7em, -0.7em);
    width: 1.5em;
  }
  #header nav section:nth-child(3) #navBtn.open #navBtnHam::after {
    transform: rotate(-45deg) translate(0.7em, 0.7em);
    width: 1.5em;
  }
}
@media all and (max-width: 880px) {
  #footer #footerWrapper .footerWrapper {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #footer #footerWrapper {
    padding: 3em 1.5em 1.5em;
    backdrop-filter: blur(0.8em) saturate(180%);
    -webkit-backdrop-filter: blur(1em) saturate(180%);
  }
  #footer #footerWrapper .footerWrapper {
    width: 99.2%;
    flex-wrap: wrap;
  }
  #footer #footerWrapper .footerWrapper section {
    width: 100%;
    margin: 0 0 3em;
  }
  #footer #footerWrapper .footerWrapper section:nth-child(1) {
    width: 100%;
  }
  #footer #footerWrapper .footerWrapper section:nth-child(3) {
    margin: 0;
  }
}
@media all and (max-width: 520px) {
  #header nav section:nth-child(3) #signUp {
    display: flex;
  }
  #header nav section:nth-child(3) #signUp li {
    list-style: none;
    margin: 0 0.4em;
  }
  #header nav section:nth-child(3) #signUp li:first-child, #header nav section:nth-child(3) #signUp li:nth-child(2) {
    display: none;
  }
  #header nav section:nth-child(3) #signUp li:last-child {
    display: block;
    margin-right: 0;
    position: relative;
  }
  #header nav section:nth-child(3) #signUp li:last-child i {
    font-weight: 300;
    color: #ffffff;
    font-size: 1.15rem;
  }
  #header nav section:nth-child(3) #signUp li:last-child #dropNav {
    position: absolute;
    padding: 0.35em;
    width: 100px;
    margin: 0.5em 0 0;
    right: 0;
    border-radius: 0.4em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in;
    box-shadow: 0.1em 0 1.4em 0 rgba(0, 0, 0, 0.8078431373);
    backdrop-filter: blur(0.8em) saturate(180%);
    -webkit-backdrop-filter: blur(1em) saturate(180%);
  }
  #header nav section:nth-child(3) #signUp li:last-child #dropNav li {
    display: block;
    margin: 0 0 0.2em;
  }
  #header nav section:nth-child(3) #signUp li:last-child #dropNav li a {
    padding: 0.5em 0.5em;
    width: 100%;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.92rem;
    border: none;
    background: none;
  }
  #header nav section:nth-child(3) #signUp li:last-child #dropNav li a i {
    font-size: 0.85em;
    color: #ffffff;
    font-weight: 600;
    display: none;
  }
  #header nav section:nth-child(3) #signUp li:last-child #dropNav.open {
    opacity: 1;
    visibility: visible;
  }
  #header nav section:nth-child(3) #navBtn {
    margin: 0 0 0 0.8em;
  }
}/*# sourceMappingURL=layout.css.map */