@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #202046;
  line-height: 1.5;
  text-align: center;
  background-image: url(../images/pattern-bg.svg), url(../images/pattern-curve.svg), url(../images/pattern-quotes.svg);
  background-position: 0 0rem, 0 98%, 50% 56%;
  background-repeat: no-repeat;
  background-size: 100vw, 100vw, 10vw;
}

.img-container {
  width: 255px;
  height: 255px;
  margin: 2rem auto 3rem auto;
  position: relative;
  -webkit-box-shadow: 0 30px 30px -30px #202046;
          box-shadow: 0 30px 30px -30px #202046;
}

.img-container img {
  width: 100%;
  height: 100%;
}

.img-container .btn-container {
  width: 80px;
  height: 40px;
  border-radius: 3rem;
  background: white;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.img-container .btn-container button {
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  background: transparent;
  border: none;
  outline: none;
}

section h2 {
  font-weight: 300;
  font-size: 1rem;
  padding: 0 1rem;
}

section div p:first-child {
  font-weight: 700;
  margin-top: 0.5rem;
}

section div p:last-child {
  font-weight: 500;
  color: #babacf;
}

.attribution {
  width: 100%;
  font-size: 11px;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.attribution .attribution a {
  color: #3e52a3;
}

@media (min-width: 375px) {
  body {
    font-size: 1.1rem;
    background-position: 1rem 1.7rem, 0 95%, 50% 52%;
    background-size: 90vw, 100vw, 16vw;
  }
  .img-container {
    margin: 60px auto 4rem auto;
  }
  section h2 {
    padding: 0 2rem;
  }
}

@media (min-width: 375px) and (min-height: 812px) {
  body {
    font-size: 1.1rem;
    background-position: 1rem 1.7rem, 0 95%, 50% 46%;
    background-size: 90vw, 100vw, 16vw;
  }
  section {
    margin-top: 6rem;
  }
  section h2 {
    font-size: 1.1rem;
  }
  section div {
    margin-top: 2rem;
  }
}

@media (min-width: 414px) {
  body {
    font-size: 1.1rem;
    background-position: 2rem 3rem, 0 93%, 50% 51%;
    background-size: 80vw, 100vw, 16vw;
  }
  .img-container {
    margin: 80px auto 5rem auto;
  }
  section h2 {
    font-size: 1.1rem;
    padding: 0 2rem;
  }
  section div {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
    background-position: 3rem 1.3rem, 0 95%, 50% 64%;
    background-size: 85vw, 100vw, 13vw;
  }
  .img-container {
    margin: 80px auto 7rem auto;
    width: 510px;
    height: 510px;
  }
  section h2 {
    font-size: 1.5rem;
    padding: 0 4rem;
  }
}

@media (min-width: 1024px) and (min-height: 800px) {
  body {
    font-size: 1.8rem;
    background-position: 20rem 5rem, 0 100%, 15% 25%;
    background-size: 65vw, 70vw, 10vw;
    position: relative;
  }
  .img-container {
    margin: 0 2rem 0 0;
    width: 510px;
    height: 510px;
    position: absolute;
    top: 50%;
    right: 4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section {
    z-index: 1;
    width: 60%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section h2 {
    font-size: 1.8rem;
  }
  section div {
    margin-left: 4rem;
  }
}

@media (min-width: 1024px) and (min-height: 1366px) {
  body {
    background-position: 21rem 23rem, 0 100%, 15% 35%;
    background-size: 64vw, 70vw, 10vw;
    position: relative;
  }
  body section {
    margin: 0;
  }
}

@media (min-width: 1440px) {
  body {
    font-size: 2rem;
    background-position: 40rem 5rem, 0 100%, 15% 25%;
    background-size: 46vw, 50vw, 8vw;
    position: relative;
  }
  .img-container {
    margin: 0 8rem 0 0;
  }
  section div {
    margin-top: 2rem;
    margin-left: 0;
    padding: 0 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section div p:first-child {
    font-weight: 700;
    margin: 0 1rem 0 0;
  }
  section div p {
    padding: 0;
  }
}

@media (min-width: 1920px) {
  body {
    background-position: 62rem 6rem, 0 100%, 21% 35%;
    background-size: 40vw, 50vw, 7vw;
    position: relative;
  }
  .img-container {
    margin: 0 2rem 0 0;
    width: 600px;
    height: 600px;
    right: 10%;
  }
  section {
    left: 10%;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */