* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
  outline: 0;
}

body {
  background: #1B182B;
}

.button {
  z-index: 1;
  position: relative;
  top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  border: 1px solid rgba(6, 197, 216, 0.13);
  background: radial-gradient(70.97% 70.97% at 50% 0%, rgba(6, 197, 216, .6) 0.01%, rgba(6, 197, 216, 0.2) 100%);
  color: #DBFCFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4px;
  padding: 16px 32px;
  text-decoration: none;
}

.gradient {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  top: -50%;
  border-radius: 8px;
  background: radial-gradient(50% 100% at 50% 0%, #1B182B 0%, #242E59 0.01%, #1B182B 100%);
}

@media screen and (max-width: 598px) {
  .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer {
    width: 100%;
    background: linear-gradient(180deg, rgba(27, 24, 43, 0) 0%, #1B182B 100%);
    position: fixed;
    bottom: -1px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .footer__text {
    position: absolute;
    top: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-family: Inter;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.25px;
    text-transform: uppercase;
  }
  .footer__logo {
    height: 75px;
    width: 153px;
  }
  .header {
    width: 70%;
    display: flex;
    justify-content: center ;
  }
  .header__logo {
    z-index: 1;
    height: 130px;
    width: 200px;
  }
  .content {
    width: 70%;
    height: 50vh;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
  }
  .content__wrapper {
    position: relative;
  }
  .description {
    color: #FFF;
    width: 276px;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1.5px;
  }
  .description__blue {
    color: #05C2D4;
  }
  .desktop {
    display: none;
  }
  .woman {
    position: fixed;
    width: 698px;
    height: 698px;
    left: -50px;
    bottom: -95px;
    z-index: 0;
    mix-blend-mode: lighten;
  }
}
@media screen and (min-width: 599px) {
  .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header {
    display: flex;
    padding: 64px 0px;
    width: 60%;
  }
  .footer {
    width: 100%;
    background: linear-gradient(180deg, rgba(27, 24, 43, 0) 0%, #1B182B 100%);
    position: fixed;
    bottom: -1px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .footer__text {
    position: absolute;
    top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-family: Inter;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.25px;
    text-transform: uppercase;
  }
  .footer__logo {
    height: 75px;
    width: 153px;
  }
  .content {
    width: 60%;
    height: 50vh;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content__wrapper {
    position: relative;
  }
  .description {
    color: #FFF;
    font-family: Nunito;
    width: 60%;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1.5px;
  }
  .description__blue {
    color: #05C2D4;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: inline;
  }
  .button {
    width: 40%;
  }
  .woman {
    position: fixed;
    width: 698px;
    height: 698px;
    right: -50px;
    bottom: -110px;
    z-index: 0;
    mix-blend-mode: lighten;
  }
}
@media screen and (min-width: 996px) {
  .header {
    display: flex;
  }
  .footer__text {
    top: 5px;
  }
  .footer__logo {
    height: 75px;
    width: 153px;
  }
  .woman {
    position: fixed;
    width: 700px;
    height: 700px;
    z-index: 0;
    mix-blend-mode: lighten;
  }
}
@media screen and (min-width: 1279px) {
  .wrapper {
    display: flex;
    flex-direction: column;
  }
  .header {
    width: 70%;
    max-width: 1280px;
  }
  .footer__text {
    top: 5px;
  }
  .footer__logo {
    height: 75px;
    width: 153px;
  }
  .desktop {
    display: inline;
  }
  .mobile {
    display: none;
  }
  .content {
    width: 70%;
  }
  .content__wrapper {
    position: relative;
  }
  .description {
    position: relative;
    font-size: 46px;
    width: 70%;
  }
  .description__blue {
    color: #05C2D4;
  }
  .button {
    width: 60%;
    font-size: 14px;
  }
  .woman {
    position: fixed;
    height: 800px;
    width: 800px;
    z-index: 1;
    mix-blend-mode: lighten;
  }
}
@media screen and (min-width: 1601px) {
  .header {
    width: 70%;
    max-width: 1280px;
  }
  .footer__text {
    top: 5px;
  }
  .footer__logo {
    height: 75px;
    width: 153px;
  }
  .content__wrapper {
    position: relative;
    width: 80%;
  }
  .description {
    font-size: 46px;
  }
  .button {
    width: 70%;
    font-size: 14px;
  }
  .woman {
    position: fixed;
    right: -70px;
    z-index: 1;
    mix-blend-mode: lighten;
  }
}
/*# sourceMappingURL=style.css.map */