header button, #privacy button, header a, #privacy a, footer a {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

header button, #privacy button {
  background-color: #0060de;
  display: block;
  padding: 12px 32px;
  font-size: 18px;
  color: white;
  font-weight: 400;
  border: none;
  outline: none;
}

header button:hover, #privacy button:hover {
  outline: none;
  background-color: #024eb1;
}

*::-moz-selection {
  background-color: orangered;
}

*::selection {
  background-color: orangered;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

header {
  background-color: #20123a;
  padding-bottom: 30px;
  background-image: url(../../images/headerbg.svg);
  background-repeat: no-repeat;
  background-position: top right -400px;
  background-attachment: scroll;
  background-size: auto 100%;
  min-height: 88vh;
  color: white;
  min-height: 300px;
  overflow: hidden;
}

header .container-fluid {
  width: 87%;
  margin: 0 auto;
}

header .logo {
  max-width: 45%;
  margin-top: 75px;
}

header h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 1.2px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: 'Inter', sans-serif;
}

header h2 {
  font-size: 45px;
  font-family: 'Long Cang', cursive;
  font-weight: 100;
}

header .privacy {
  text-decoration: underline;
  color: white;
  font-size: 11px;
  padding: 8px 8px;
  letter-spacing: 1.6px;
  text-decoration: none;
  display: block;
  margin-bottom: 80px;
}

header .privacy:hover {
  text-decoration: underline;
}

header a {
  text-decoration: underline;
  color: white;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.3px;
  line-height: 2.5em;
}

header a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: white;
}

header .browser {
  margin-top: 75px;
  max-width: 100%;
}

@media (max-width: 768px) {
  header {
    background-image: none;
    text-align: center;
    width: 100%;
  }
  header .logo {
    max-width: 90%;
  }
  header button {
    width: auto;
    margin: 0 auto;
  }
  header ul {
    margin: -50px;
  }
}

#icons {
  padding-top: 100px;
  padding-bottom: 30px;
}

#icons .item {
  max-width: 300px;
  min-height: 300px;
  margin: 0 auto;
}

#icons img {
  min-width: 100px;
  margin-bottom: 35px;
}

#icons h3 {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}

#icons p {
  font-size: 16px;
  max-width: 350px;
  margin: 0 auto;
  font-weight: 400;
}

#privacy {
  color: white;
  background-color: #20123a;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: top right -400px;
  background-attachment: scroll;
  background-size: auto 100%;
  margin: 0 auto;
}

#privacy .container-fluid {
  width: 87%;
  margin: 0 auto;
}

#privacy .oval {
  background-color: #20123a;
  padding-top: 100px;
  background-image: url(../../images/oval.svg);
  background-repeat: no-repeat;
  background-position: top left -100px;
  background-attachment: scroll;
  margin-top: -100px;
}

#privacy .logo-icon {
  max-width: 12%;
}

#privacy h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1.4px;
  padding-top: 10px;
  font-family: 'Inter', sans-serif;
}

#privacy span {
  font-size: 17px;
  font-weight: 400;
}

#privacy button {
  margin: 35px 0 25px 0;
}

#privacy a {
  text-decoration: underline;
  color: white;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.3px;
  padding-bottom: 100px;
}

#privacy a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: white;
}

@media (max-width: 768px) {
  #privacy {
    background-image: none;
    text-align: center;
    width: 100%;
  }
  #privacy .logo-icon {
    max-width: 15%;
  }
  #privacy h3 {
    font-size: 35px;
  }
  #privacy span {
    margin-bottom: 20px;
    display: block;
  }
  #privacy button {
    width: auto;
    margin: 15px auto;
  }
  #privacy .oval {
    display: none;
  }
}

#cards {
  padding-top: 100px;
}

#cards .itemaya {
  margin: 0 40px 0 40px;
}

#cards img {
  max-width: 100%;
  display: block;
}

#cards span {
  display: block;
}

@media (max-width: 768px) {
  #cards {
    text-align: center;
  }
  #cards img {
    margin: 0 auto;
  }
  #cards p {
    margin-bottom: 30px;
    display: block;
  }
}

#mind {
  padding-top: 100px;
  padding-Bottom: 100px;
}

#mind .container-fluid {
  background-color: #ededf0;
  width: 85%;
  padding: 0 100px 0 100px;
}

#mind img {
  display: block;
  position: relative;
  bottom: 70px;
}

#mind h2 {
  font-size: 40px;
  padding-top: 70px;
  font-weight: 500;
}

#mind p {
  font-size: 30px;
  font-family: 'Long Cang', cursive;
  font-weight: 100;
}

#mind a {
  text-decoration: underline;
  font-weight: bold;
  color: #024eb1;
}

@media (max-width: 992px) {
  #mind {
    padding-Bottom: 0;
    text-align: center;
  }
  #mind .container-fluid {
    width: 100%;
    padding: 0;
  }
  #mind img {
    display: none;
  }
  #mind h2 {
    font-size: 30px;
  }
  #mind p {
    font-size: 26px;
  }
  #mind a {
    padding-Bottom: 80px;
    display: block;
  }
}

footer {
  background-color: #1f123a;
}

footer h4 {
  font-size: 20px;
  color: white;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  text-decoration: underline;
}

footer a {
  display: block;
  color: white;
  font-weight: 200;
}

footer a:hover {
  color: white;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

footer .footerend {
  padding-top: 70px;
}

footer .footerend h2 {
  color: white;
  font-size: 14px;
  font-weight: 200;
  margin: auto;
  background-color: #000000;
  width: 100%;
  text-align: center;
  padding: 5px;
}
/*# sourceMappingURL=style.css.map */