/*************/
/* = BASE
/************/
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 1440px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #00252e; }
  @media (min-width: 425px) {
    body {
      font-size: 18px; } }

desktop-design {
  max-width: 1440px;
  width: 100%;
  height: auto; }

/*************/
/* = KEYFRAMES
/************/
@keyframes slide-from-right {
  from {
    transform: translateX(300px); }
  to {
    transform: translate(0px); } }
@keyframes slide-from-left {
  from {
    transform: translateX(-300px); }
  to {
    transform: translate(0px); } }
@keyframes opacity-reveal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*************/
/* = BUTTONS
/************/
.btn {
  border-radius: 24px;
  border: 0;
  box-shadow: 0px 2px 12px #e3e3e3;
  font-size: 14px;
  scale: 1;
  transition: all 150ms ease-in-out; }
  .btn:hover {
    transform: scale(1.03); }

.btn-primary {
  width: 280px;
  line-height: 56px;
  background-color: #ff52bf;
  color: white;
  font-weight: 600;
  border-radius: 28px; }
  .btn-primary--larger {
    max-width: 400px;
    line-height: 70px;
    border-radius: 38px; }

.btn-second {
  width: 200px;
  line-height: 48px;
  background-color: white;
  font-weight: 700; }
  @media (max-width: 768px) {
    .btn-second {
      width: 100px;
      line-height: 28px;
      background-color: white;
      font-weight: 700;
      font-size: 12px; } }

/*************/
/* = PAGE HEAD
/************/
.logo {
  width: 197px;
  height: 30px; }
  @media (max-width: 768px) {
    .logo {
      width: 97px;
      height: auto; } }

.page-head {
  background: url("../images/bg-hero-desktop.svg");
  background-color: #f0fcff;
  background-repeat: no-repeat;
  background-size: cover; }

.wrapper {
  display: block; }
  @media (min-width: 768px) {
    .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

.resume {
  padding: 4.4vw 5.69vw 4.8vw 5.4vw; }
  .resume__body {
    box-sizing: border-box;
    padding-right: 58px;
    padding-top: 12px;
    animation: slide-from-left  1s , opacity-reveal 1s; }
    @media (max-width: 768px) {
      .resume__body {
        padding: 0;
        text-align: center;
        padding-bottom: 32px;
        margin-top: 80px; } }
  .resume__title {
    font-size: 2.2em;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0; }
  .resume__content {
    margin: 28px 0 36px 0;
    line-height: 28px; }
  .resume__img {
    width: 100%;
    animation: slide-from-right  1s , opacity-reveal 1s; }
    @media (min-width: 768px) {
      .resume__img {
        min-width: 54.5%; } }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.3vw 5.5vw 0 5.5vw;
  animation: opacity-reveal 2000ms; }

/*************/
/* = FEATURES
/************/
.features-box {
  margin: 150px 7.22vw; }

.features {
  border-radius: 14px;
  box-shadow: 0px 0px 14px #eceaea;
  margin-bottom: 30px;
  color: #808d99;
  display: block;
  text-align: center;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .features {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 32px;
      min-height: 444px;
      text-align: unset; } }
  .features__title {
    color: #00252e;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .features__title {
        padding-top: 26px; } }
  .features__img {
    max-width: 408px;
    width: 50%;
    padding-left: 6.66vw; }
    @media (max-width: 768px) {
      .features__img {
        padding-top: 26px; } }
  @media (min-width: 768px) {
    .features__body {
      padding-left: 6.25vw;
      max-width: 490px; } }
  .features__body--reverse {
    order: -1; }
  .features__description {
    line-height: 28px; }
    @media (max-width: 768px) {
      .features__description {
        padding-top: 26px;
        padding-bottom: 26px; } }

/*************/
/* = GET STARTED
/************/
.get-started {
  max-width: 820px;
  height: 280px;
  box-shadow: 0px 0px 14px rgba(108, 108, 108, 0.175);
  border-radius: 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 100px;
  background-color: white; }
  @media (max-width: 872px) {
    .get-started {
      max-width: 95%; } }
  .get-started__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .get-started__title {
        font-size: 20px;
        text-align: center; } }

/*************/
/* = FOOTER
/************/
.footer {
  background-color: #00252e;
  color: #c7c7c7;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  padding-bottom: 100px;
  padding-top: 200px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 768px) {
    .footer {
      display: block; } }
  .footer__contact {
    max-width: 320px;
    font-size: 16px; }
  .footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 425px) {
      .footer__links {
        grid-template-columns: 1fr; } }
  .footer__links-group {
    max-width: 33vw;
    display: flex;
    flex-direction: column; }
    .footer__links-group a {
      color: #ebfbff;
      text-decoration: none;
      padding-bottom: 18px; }
  .footer__social {
    max-width: 33vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 8vw; }
    @media (max-width: 425px) {
      .footer__social {
        padding-left: 0;
        text-align: center;
        margin: auto;
        max-width: 60%; } }
    .footer__social a {
      color: #ebfbff;
      border: solid white 1px;
      border-radius: 100%;
      padding: 3px;
      margin-right: 0.4vw; }
    .footer__social .fab {
      width: 1.2em;
      text-align: center;
      font-size: 1.2em; }

.footer__contact,
.footer__links {
  padding-left: 8vw; }

.contact-items {
  display: grid;
  grid-template-columns: 38px 1fr;
  justify-content: center; }
  .contact-items_icon {
    padding-top: 4px; }

.footer div {
  margin-bottom: 16px; }

.copyright {
  font-size: 11px; }

/*# sourceMappingURL=style.css.map */
