.nav-toggle {
  margin-right: 20px;
  display: block;
  cursor: pointer;
}

.nav-fixed {
  position: fixed;
  display: grid;
  place-content: center;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background-color: rgba(52, 98, 226, 0.6509803922);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.nav-fixed a {
  color: #2A2D7C;
}
.nav-fixed .fixed-nav-links {
  background-color: #f6f9fe;
  border-radius: 10px;
  width: 90vw;
  padding: 20px 10px;
}
.nav-fixed .fixed-nav-links .link {
  padding: 1rem;
}
.nav-fixed .fixed-nav-links .contact-btn {
  background-color: #2A2D7C;
  color: #f6f9fe;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 40vw;
  border-radius: 10px;
  padding: 10px 25px;
}
.nav-fixed .fixed-nav-links .contact-btn a {
  color: #f6f9fe;
}
.nav-fixed .fixed-nav-links .contact-btn img {
  width: 30px;
  height: 30px;
}

.nav-close-btn {
  margin-right: 20px;
  display: none;
  position: relative;
  cursor: pointer;
}/*# sourceMappingURL=mobile.css.map */