body {
  color: #f0e3ef;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  background-color: #ab75cc;
}

.titleContent {
  display: none;
}

.navigation {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: transparent;
  transition: all 0.5s ease;
  background-color: #4a374e;
  padding: 12px 0;
  border-bottom: 3px solid #f0e3ef;
}

.logo {
  width: 160px;
  height: 36px;
}

.navigation a {
  text-decoration: none;
  color: #f0e3ef;
  font-size: 1.5em;
}

.abt {
  font-size: 1.5em;
  font-weight: 800;
  margin: 0px 32px;
}

.abt:hover {
  color: #ab60bd;
  transition: 0.5s ease;
}

.ctct {
  font-size: 1.5em;
  font-weight: 800;
  margin: 0px 32px;
}

.ctct:hover {
  color: #ab60bd;
  transition: 0.5s ease;
}

.navbar a {
  color: #f0e3ef;
  font-size: 1.5em;
  font-weight: 800;
  padding: 5px 0;
  margin: 0px 32px;
  transition: all 0.5s ease;
}

.navbar a:hover {
  color: #ab60bd;
  transition: 0.5s ease;
}

.navbar {
  display: flex;
  list-style-type: none;
}

.navbar .active {
  color: #ab60bd;
}

.download1 {
  font-weight: 800;
  padding: 10px 24px;
  background-color: #ab60bd;
  border-radius: 25px;
  filter: drop-shadow(0px 4px 4px #f0e3ef (0, 0, 0, 0.25));
}

.menu {
  background-image: url(/images/menu.svg);
  width: 32px;
  height: 32px;
  display: none;
}

.submit {
  text-decoration: none;
  color: #f0e3ef;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  padding: 15px 48px;
  font-weight: 800;
  background-color: #ab60bd;
  border-radius: 25px;
}

.CTA {
  background-image: url("../images/headerimg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 84px;
  height: 600px;
  display: flex;
  justify-content: space-between;
}

.ctaText {
  position: relative;
  left: 128px;
  top: 212px;
  width: 624px;
}

h1 {
  font-size: 3em;
  font-weight: 800;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}

h2 {
  font-size: 1.75em;
  font-weight: 400;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}

.dlBtn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4a374e;
  font-weight: 800;
  width: 152px;
  height: 48px;
  margin-top: 40px;
  border-radius: 25px;
  filter: drop-shadow(0px 4px 13px rgba(0, 0, 0, 0.5));
}

.mockup {
  position: absolute;
  width: 320px;
  right: 128px;
  top: 152px;
}

.information {
  margin-top: 250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #4a374e;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top: 3px solid #f0e3ef;
  border-bottom: 3px solid #f0e3ef;
  width: 100%;
}

.title {
  font-size: 2em;
  font-weight: 800;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}

.text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 630px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}

.text:hover {
  color: #ab60bd;
  transition: 0.5s ease;
}

.explanation {
  margin-top: 96px;
  margin-left: 128px;
  margin-right: 128px;
}

.explanation img {
  filter: drop-shadow(0px 0px 44px rgba(0, 0, 0, 0.5));
}

h5 {
  font-size: 3em;
  font-weight: 800;
  text-align: center;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
}

h6 {
  text-align: center;
  font-weight: 400;
  font-size: 1.5em;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
  line-height: 36px;
}

.expText {
  width: 600px;
}

.exps {
  margin-bottom: 256px;
}

.exp1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}

.exp2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}

.exp3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}

footer {
  font-weight: 800;
  padding: 24px 12px;
  background-color: #4a374e;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  border-top: 3px solid #f0e3ef;
}

.contact {
  margin-top: 120px;
  margin-bottom: -3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #4a374e;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 3px solid #f0e3ef;
  border-bottom: 3px solid #f0e3ef;
}

.contact input {
  width: 288px;
  height: 40px;
  margin-right: 16px;
  margin-bottom: 24px;
  border-radius: 8px;
  border: 0;
}

.contact input::placeholder {
  color: #4a374e;
  font-weight: 900;
  opacity: 50%;
}

.contact input:focus {
  outline: #f0e3ef;
}

.contact .msg {
  width: 600px;
  height: 64px;
}

.contactTitle {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 48px;
}

.screens13 {
  margin-right: 96px;
}

.screen2 {
  margin-left: 96px;
}

@media (max-width: 1250px) {
  .mockup {
    top: 120px;
    width: 280px;
    right: 64px;
  }

  h1 {
    font-size: 1.75em;
    width: 500px;
  }

  h2 {
    font-size: 1.25em;
    width: 450px;
  }

  .information {
    margin-top: 130px;
  }

  .navigation a {
    font-size: 1.25em;
  }

  .abt {
    font-size: 1.25em;
  }

  .ctct {
    font-size: 1.25em;
  }

  .navigation {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
    transition: all 0.5s ease;
    background-color: #4a374e;
    border-bottom: 3px solid #f0e3ef;
  }

  .CTA {
    margin-top: 82px;
  }

  .ctaText {
    left: 64px;
  }
}

@media (max-width: 890px) {
  .mockup {
    top: 216px;
    width: 200px;
  }

  h5 {
    font-size: 1.5em;
    font-weight: 800;
    text-align: center;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
  }

  h6 {
    text-align: center;
    font-weight: 400;
    font-size: 1em;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
    line-height: 36px;
  }

  .expText {
    width: 600px;
    margin-top: 48px;
  }

  .navigation {
    padding: 0;
  }

  .CTA {
    margin-top: 58px;
  }

  .title {
    font-size: 1.5em;
  }

  .text {
    font-size: 1em;
  }

  .information {
    padding: 0px;
  }

  .contactTitle {
    font-size: 1.5em;
    margin-bottom: 16px;
  }

  .contact {
    margin-top: 120px;
    margin-bottom: -3px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4a374e;
    padding: 0;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #f0e3ef;
    border-bottom: 3px solid #f0e3ef;
  }
}

@media (max-width: 770px) {
  .navbar {
    display: none;
  }

  .download1 {
    display: none;
  }

  .logo {
    width: 100px;
    margin-left: 24px;
  }

  .CTA {
    margin-top: 42px;
  }

  .navigation {
    justify-content: center;
  }

  .CTA {
    height: 400px;
  }

  .ctaText {
    left: 24px;
    top: 88px;
  }

  .mockup {
    right: 24px;
    top: 56px;
  }

  .information {
    margin-top: 48px;
  }

  .expText {
    display: none;
  }

  .screen2 {
    margin: 0 172px;
  }

  .screens13 {
    margin: 0;
  }

  .screen1 {
    padding-left: 280px;
  }

  .screen3 {
    padding-right: 280px;
  }

  .exp1 {
    padding: 0;
    margin: 0;
  }

  .exp2 {
    padding: 0;
    margin: 0;
  }

  .exp3 {
    padding: 0;
    margin: 0;
  }

  .explanation {
    padding: 0;
    padding-top: 96px;
    padding-bottom: 64px;
    padding-left: 756px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow-x: scroll;
  }

  .contact {
    margin-top: 0;
  }

  .titleContent {
    display: inline;
    color: #f0e3ef;
    font-size: 1.5em;
    font-weight: 800;
    width: 400px;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 788px;
    left: 185px;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 756px) {
  .CTA {
    background-image: url("../images/headerimg.svg");
    width: 756px;
  }

  h1 {
    font-size: 1.5em;
    width: 350px;
  }

  h2 {
    font-size: 1em;
    width: 350px;
  }

  .information {
    position: relative;
    width: 100%;
  }

  .contact {
    width: 100%;
  }

  footer {
    width: 100%;
    margin-right: 0;
    padding: 12px 0;
    border-top: 0;
  }

  .creator {
    padding-left: 8px;
  }

  .rights {
    padding-right: 8px;
  }

  .title {
    font-size: 1em;
  }

  .text {
    font-size: 0.75em;
    width: 350px;
  }

  .titleContent {
    top: 740px;
  }

  .contact input {
    width: 160px;
    height: 32px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .contact .msg {
    width: 336px;
    height: 64px;
  }

  input::placeholder {
    font-size: 0.75em;
  }

  .submit {
    text-decoration: none;
    color: #f0e3ef;
    font-family: "Lexend", Arial, Helvetica, sans-serif;
    padding: 7px 40px;
    font-weight: 800;
    background-color: #ab60bd;
    border-radius: 15px;
  }
}

@media (max-width: 620px) {

  .mockup {
    top: 48px;
    width: 150px;
  }

  h1 {
    font-size: 1.25em;
    width: 296px;
  }

  h2 {
    font-size: 0.75em;
    width: 272px;
  }

  .dlBtn2 {
    width: 128px;
    height: 36px;
    margin-top: 16px;
  }

  .download2 {
    font-size: 0.75em;
  }

  .CTA {
    height: 336px;
  }

  .information {
    margin-top: 0;
  }

  .titleContent {
    font-size: 1em;
    position: static;
    display: block;
    width: 100%;
    margin-top: -32px;
    margin-bottom: 16px;
    padding: 0;
  }

  .explanation img {
    width: 140px;
    transition: all 0.5s ease;
  }
  
  .screens13 {
    margin: 0;
    padding: 0;
  }
  
  .screen2 {
    margin: 32px 0;
    padding: 0;
  }

  .explanation {
    background-color: #ab60bd;
    background-image: url("../images/expimg.svg");
    background-repeat: no-repeat;
    height: 1056px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    padding-top: 16px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 16px;
    margin: 0;
  }

  .contact {
    margin-top: 0;
  }

  .exp1 {
    display: flex;
    justify-content: center;
  }

  .exp2 {
    display: flex;
    justify-content: center;
  }

  .exp3 {
    display: flex;
    justify-content: center;
  }

  .explanation img:hover {
    width: 188px;
    transition: all 0.5s ease;
    filter: drop-shadow(0px 0px 44px rgba(180, 173, 234, 1));
  }
}

@media (max-width: 520px) {

  .mockup {
    width: 120px;
    top: 88px;
  }

  h1 {
    font-size: 1em;
    width: 230px;
  }

  h2 {
    font-size: 0.6em;
    width: 220px;
  }

  .title {
    font-size: 0.75em;
  }

  .text {
    font-size: 0.6em;
    width: 220px;
  }

  .explanation {
    background-image: url("../images/expimg.svg");
    background-repeat: no-repeat;
    height: 1056px;
  }
}