@font-face {
  font-family: 'quisas_standardregular';
  src: url("./src/fonts/quisasstandard-regular-webfont.woff2") format("woff2"), url("./src/fonts/quisasstandard-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'graphik_bold';
  src: url("./src/fonts/GraphikBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'graphik_regular';
  src: url("./src/fonts/GraphikRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  background: white;
  perspective: 1px; }

html {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */ }

.container {
  max-width: 1920px;
  margin: auto; }
  @media screen and (min-width: 900px) {
    .container {
      padding: 0 40px; } }

.game-icon {
  background-image: url("./src/img/icons/game-icon.svg"); }

.books-icon {
  background-image: url("./src/img/icons/books-icon.svg"); }

.laptop-icon {
  background-image: url("./src/img/icons/laptop-icon.svg"); }

.science-icon {
  background-image: url("./src/img/icons/science-icon.svg"); }

.shopping-icon {
  background-image: url("./src/img/icons/shopping-icon.svg"); }

.realstate-icon {
  background-image: url("./src/img/icons/realstate-icon.svg"); }

.home-icon {
  background-image: url("./src/img/icons/home-icon.svg"); }

.sport-icon {
  background-image: url("./src/img/icons/sport-icon.svg"); }

.travel-icon {
  background-image: url("./src/img/icons/travel-icon.svg"); }

.pets-icon {
  background-image: url("./src/img/icons/pets-icon.svg"); }

.food-icon {
  background-image: url("./src/img/icons/food-icon.svg"); }

.skate-icon {
  background-image: url("./src/img/icons/skate-icon.svg"); }

/*                                                                                      *
 *                                         LOGO                                         *
 *                                                                                      */
.logo {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 30px; }
  @media screen and (min-width: 900px) {
    .logo {
      margin-bottom: 80px; } }
  .logo img {
    width: 200px;
    display: block;
    margin: auto;
    height: auto; }
    @media screen and (min-width: 600px) {
      .logo img {
        width: 350px; } }

/*                                                                                      *
 *                                  MAIN SECTION GLOBAL                                 *
 *                                                                                      */
.section-content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative; }

/*                                                                                      *
 *                                     WELCOME TEXT                                     *
 *                                                                                      */
.welcome-text {
  width: 100%;
  margin-bottom: 25px;
  z-index: 11; }
  @media screen and (min-width: 900px) {
    .welcome-text {
      width: 45%;
      margin: 0; } }
  .welcome-text .sub, .welcome-text p {
    font-family: "graphik_regular", sans-serif; }
  .welcome-text .sub, .welcome-text p, .welcome-text h1 {
    font-family: "graphik_regular", sans-serif;
    text-align: center;
    max-width: 350px;
    margin: auto;
    display: block;
    padding-right: 0px; }
    @media screen and (min-width: 600px) {
      .welcome-text .sub, .welcome-text p, .welcome-text h1 {
        max-width: 700px;
        padding-right: 5vw;
        padding-left: 5vw; } }
    @media screen and (min-width: 900px) {
      .welcome-text .sub, .welcome-text p, .welcome-text h1 {
        text-align: left;
        padding-left: 3vw;
        margin: 0; } }
    @media screen and (min-width: 1920px) {
      .welcome-text .sub, .welcome-text p, .welcome-text h1 {
        padding-right: 0px; } }
  .welcome-text .sub {
    font-size: 10px;
    letter-spacing: 2px;
    color: #929DA7; }
    @media screen and (min-width: 600px) {
      .welcome-text .sub {
        font-size: 20px; } }
    @media screen and (min-width: 900px) {
      .welcome-text .sub {
        color: #474747;
        letter-spacing: 4px; } }
  .welcome-text h1 {
    font-family: "graphik_bold", sans-serif;
    font-size: 30px;
    font-weight: unset;
    line-height: 100%;
    margin: 10px auto;
    padding-bottom: 3px;
    background: linear-gradient(90deg, #de5b6d 0%, #e9765b 50%, #de5b6d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; }
    @media screen and (min-width: 600px) {
      .welcome-text h1 {
        font-size: 48px; } }
    @media screen and (min-width: 900px) {
      .welcome-text h1 {
        font-size: 34px;
        margin: 20px 0; } }
    @media screen and (min-width: 1200px) {
      .welcome-text h1 {
        font-size: 48px; } }
  .welcome-text p {
    font-size: 15px;
    color: #474747;
    font-family: "graphik_regular", sans-serif; }
    @media screen and (min-width: 600px) {
      .welcome-text p {
        font-size: 30px;
        line-height: 1.3; } }
    @media screen and (min-width: 900px) {
      .welcome-text p {
        font-size: 19px; } }
    @media screen and (min-width: 1200px) {
      .welcome-text p {
        font-size: 30px;
        padding-right: 5vw; } }

/*                                                                                      *
 *                                     MOBILE MOCKUP                                    *
 *                                                                                      */
@keyframes mobile {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(150%); }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0); } }
.mobile-section {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
  padding-bottom: 30px; }
  @media screen and (min-width: 900px) {
    .mobile-section {
      width: 50%;
      padding-left: 112px; } }
  .mobile-section .mobile-frame {
    width: 186px;
    position: relative;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateX(150%);
    animation-name: mobile;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    animation-iteration-count: 1;
    pointer-events: none; }
    @media screen and (min-width: 600px) {
      .mobile-section .mobile-frame {
        width: 100%;
        max-width: 310px; } }
    @media screen and (min-width: 900px) {
      .mobile-section .mobile-frame {
        max-width: 280px;
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      .mobile-section .mobile-frame {
        max-width: 310px; } }
    .mobile-section .mobile-frame .mobile-container {
      transform: translateX(0%) translateY(0%);
      transition: transform 0.3s linear;
      -webkit-transition: transform 0.3s linear;
      -moz-transition: transform 0.3s linear;
      -o-transition: transform 0.3s linear; }
      .mobile-section .mobile-frame .mobile-container:after {
        position: absolute;
        content: "";
        top: 2%;
        left: 2%;
        width: 95%;
        height: 95%;
        background: transparent;
        border-radius: 30px;
        box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.7);
        z-index: -1; }
        @media screen and (min-width: 600px) {
          .mobile-section .mobile-frame .mobile-container:after {
            width: 95%;
            height: 93%;
            top: 10px;
            left: 10px;
            box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.7); } }
    .mobile-section .mobile-frame img {
      width: 100%;
      height: auto; }

/*                                                                                      *
 *                                   BACKGROUND IMAGES                                  *
 *                                                                                      */
.bg-image {
  position: absolute;
  z-index: -1;
  transition: transform 0.3s linear; }

.girl-position {
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (min-width: 600px) {
    .girl-position {
      transform: translateX(-75%);
      bottom: 360px; } }
  @media screen and (min-width: 900px) {
    .girl-position {
      left: 70%;
      bottom: 300px; } }
  @media screen and (min-width: 1200px) {
    .girl-position {
      left: 75%;
      bottom: 320px;
      transform: translateX(-50%); } }
  @media screen and (min-width: 1400px) {
    .girl-position {
      left: 70%; } }
  @media screen and (min-width: 1600px) {
    .girl-position {
      left: 67%; } }
  @media screen and (min-width: 1800px) {
    .girl-position {
      left: 65%; } }

.girl-illustration {
  background-image: url("./src/img/girl-illustration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translateY(0) translateX(0);
  width: 220px;
  height: 198px;
  visibility: hidden;
  opacity: 0;
  animation-name: inline-udy3anv3k;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  animation-iteration-count: 1; }
@keyframes inline-udy3anv3k {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%); }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(-90%); } }
  @media screen and (min-width: 600px) {
    .girl-illustration {
      width: 420px;
      height: 379px;
      animation-name: inline-udy3anv3o;
      animation-duration: 0.3s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-delay: 0.6s;
      animation-iteration-count: 1; }
    @keyframes inline-udy3anv3o {
      0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-50%) translateX(-50%); }
      100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(-50%) translateX(-85%); } } }
  @media screen and (min-width: 1200px) {
    .girl-illustration {
      animation-name: inline-udy3anv3w;
      animation-duration: 0.3s;
      animation-timing-function: ease-in-out;
      animation-fill-mode: forwards;
      animation-delay: 0.6s;
      animation-iteration-count: 1; }
    @keyframes inline-udy3anv3w {
      0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-50%) translateX(-50%); }
      100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(-50%) translateX(-105%); } } }

/*                                                                                      *
 *                                         TAGS                                         *
 *                                                                                      */
@keyframes tags {
  0% {
    transform: translateX(200%);
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(110%); } }
.tags {
  bottom: 0.9em;
  right: 50%;
  opacity: 0;
  visibility: hidden;
  font-size: 305px;
  max-width: 1em;
  min-width: 1em;
  display: flex;
  flex-wrap: wrap;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  animation-name: tags;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-iteration-count: 1; }
  @media screen and (min-width: 600px) {
    .tags {
      font-size: 495px; } }
  @media screen and (min-width: 900px) {
    .tags {
      right: 24%;
      bottom: 0.7em; } }
  @media screen and (min-width: 1200px) {
    .tags {
      right: 35%;
      bottom: 0.8em; } }

.tag {
  background-color: #F3F3F3;
  padding: 0.5em 0.8em;
  color: #474747;
  font-family: "graphik_regular", sans-serif;
  font-size: 0.032em;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 2em;
  margin-right: 0.6em;
  margin-bottom: 0.6em; }
  .tag:nth-child(1) {
    margin-left: 4em; }
  .tag:nth-child(4) {
    margin-left: 2em; }
  .tag .icon {
    width: 1.4em;
    height: 1.4em;
    background-size: contain;
    margin-right: 0.6em; }
  .tag.selected {
    background: linear-gradient(180deg, #de5b6d 0%, #e9765b 100%);
    color: white; }
  .tag p {
    padding-top: 0.2em; }

/*                                                                                      *
 *                                        BUBBLES                                       *
 *                                                                                      */
.ellipse {
  background: linear-gradient(180deg, #de5b6d 0%, #e9765b 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden; }

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60%;
  height: 100%; }

.bubble1 {
  left: 7%;
  bottom: 43%; }
  @media screen and (min-width: 900px) {
    .bubble1 {
      left: inherit;
      right: 40%;
      bottom: 60%; } }
  @media screen and (min-width: 1200px) {
    .bubble1 {
      right: 45%; } }
  @media screen and (min-width: 600px) {
    .bubble1 .sphere {
      font-size: 104px; } }
  .bubble1 .ellipse1 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv45;
    animation-delay: 0s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv45 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 0.4788em;
    height: 0.4788em;
    opacity: 1;
    visibility: visible; } }
  .bubble1 .ellipse2 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv4b;
    animation-delay: 0.1s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv4b {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 0.718em;
    height: 0.718em;
    opacity: 0.3;
    visibility: visible; } }
  .bubble1 .ellipse3 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv4k;
    animation-delay: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv4k {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 1em;
    height: 1em;
    opacity: 0.1;
    visibility: visible; } }
.bubble2 {
  left: 50%;
  transform: translateX(80%);
  bottom: 120px; }
  @media screen and (min-width: 900px) {
    .bubble2 {
      left: inherit;
      right: 5%;
      transform: translateX(0%);
      bottom: 120px; } }
  @media screen and (min-width: 1200px) {
    .bubble2 {
      right: 10%; } }
  .bubble2 .sphere {
    font-size: 102px; }
    @media screen and (min-width: 600px) {
      .bubble2 .sphere {
        font-size: 167px; } }
  .bubble2 .ellipse1 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv4p;
    animation-delay: 0.2s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv4p {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 0.4788em;
    height: 0.4788em;
    opacity: 1;
    visibility: visible; } }
  .bubble2 .ellipse2 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv4s;
    animation-delay: 0.3s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv4s {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 0.718em;
    height: 0.718em;
    opacity: 0.3;
    visibility: visible; } }
  .bubble2 .ellipse3 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv50;
    animation-delay: 0.4s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv50 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 1em;
    height: 1em;
    opacity: 0.1;
    visibility: visible; } }
.bubble3 {
  left: 100%;
  bottom: 30%; }
  @media screen and (min-width: 900px) {
    .bubble3 {
      left: inherit;
      right: 10%;
      bottom: inherit;
      top: 10%; } }
  @media screen and (min-width: 1200px) {
    .bubble3 {
      right: 20%; } }
  .bubble3 .sphere {
    font-size: 102px; }
  .bubble3 .ellipse1 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv52;
    animation-delay: 0.4s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv52 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 0.4788em;
    height: 0.4788em;
    opacity: 1;
    visibility: visible; } }
  .bubble3 .ellipse2 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv54;
    animation-delay: 0.5s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv54 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 0.718em;
    height: 0.718em;
    opacity: 0.3;
    visibility: visible; } }
  .bubble3 .ellipse3 {
    animation-fill-mode: forwards;
    animation-name: inline-udy3anv5c;
    animation-delay: 0.6s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }
@keyframes inline-udy3anv5c {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden; }
  100% {
    width: 1em;
    height: 1em;
    opacity: 0.1;
    visibility: visible; } }
.ellipse1 {
  width: 0;
  height: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.ellipse2 {
  width: 0;
  height: 0;
  border-radius: 50%; }

.ellipse3 {
  width: 0;
  height: 0;
  border-radius: 50%; }

.sphere {
  font-size: 71px;
  position: relative;
  width: 1em;
  max-width: 1em;
  height: 1em;
  max-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s linear;
  transform: translateX(0) translateY(0); }

/*                                                                                      *
 *                                        FOOTER                                        *
 *                                                                                      */
footer {
  background-image: url("./src/img/waves-v2.svg");
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position-x: -500px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  padding-top: 210px;
  padding-left: 5vw;
  width: 100%;
  top: 630px; }
  @media screen and (min-width: 600px) {
    footer {
      padding-top: 350px;
      top: 1100px; } }
  @media screen and (min-width: 900px) {
    footer {
      padding-top: 200px;
      top: 750px;
      background-position-x: 0%; } }
  @media screen and (min-width: 1200px) {
    footer {
      top: 780px; } }
  @media screen and (min-width: 1920px) {
    footer {
      background-size: 100%; } }
  footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding-right: 0; }

.text {
  font-family: "quisas_standardregular", sans-serif;
  font-size: 27px;
  color: #474747;
  line-height: 71.5%; }

/*                                                                                      *
 *                                         MAIL                                         *
 *                                                                                      */
.mail-container {
  width: 100%;
  padding-left: 120px; }
  @media screen and (min-width: 900px) {
    .mail-container {
      width: 50%;
      order: 2;
      margin-top: auto; } }
  .mail-container .mail {
    font-size: 10px;
    font-family: "sf_pro_displaymedium", sans-serif;
    max-width: 320px;
    max-height: 96px;
    margin-left: auto;
    position: relative;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px 0 0 10px; }
    @media screen and (min-width: 600px) {
      .mail-container .mail {
        width: 100%;
        max-width: 821px;
        max-height: 200px;
        height: 100%;
        font-size: 20px; } }
    @media screen and (min-width: 900px) {
      .mail-container .mail {
        max-height: 227px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
        margin-bottom: 20px;
        margin-left: 0; } }
    @media screen and (min-width: 1200px) {
      .mail-container .mail {
        margin-bottom: 160px; } }
    @media screen and (min-width: 1920px) {
      .mail-container .mail {
        border-radius: 10px 10px 10px 10px; } }
    .mail-container .mail:after {
      content: "";
      position: absolute;
      background-image: url("./src/img/Illustration2.png");
      background-repeat: no-repeat;
      background-size: contain;
      right: 5px;
      top: -85px;
      width: 120px;
      height: 120px;
      z-index: -1; }
      @media screen and (min-width: 600px) {
        .mail-container .mail:after {
          width: 326px;
          height: 342px;
          top: -200px; } }
      @media screen and (min-width: 900px) {
        .mail-container .mail:after {
          width: 200px;
          height: 209px;
          top: -160px; } }
      @media screen and (min-width: 1200px) {
        .mail-container .mail:after {
          width: 270px;
          height: 280px;
          top: -175px; } }
    .mail-container .mail .text {
      text-align: center;
      position: absolute;
      max-width: 193px;
      top: -75px;
      left: -90px; }
      @media screen and (min-width: 600px) {
        .mail-container .mail .text {
          font-size: 50px;
          max-width: 40vw;
          top: -170px;
          left: -10%; } }
      @media screen and (min-width: 900px) {
        .mail-container .mail .text {
          top: -135px;
          font-size: 35px;
          text-align: left;
          max-width: calc(100% - 195px);
          left: 3px; } }
      @media screen and (min-width: 1200px) {
        .mail-container .mail .text {
          font-size: 50px;
          max-width: calc(100% - 250px); } }
      @media screen and (min-width: 755px) {
        .mail-container .mail .text {
          left: -10px;
          top: -160px; } }
      @media screen and (min-width: 1490px) {
        .mail-container .mail .text {
          max-width: 380px; } }
      .mail-container .mail .text:after {
        position: absolute;
        content: "";
        background-image: url("./src/img/left-arrow-desktop.png");
        background-repeat: no-repeat;
        background-size: contain;
        top: 90%;
        right: 60%;
        width: 22px;
        height: 63px;
        z-index: 2;
        transform: rotateZ(-20deg); }
        @media screen and (min-width: 600px) {
          .mail-container .mail .text:after {
            background-image: url("./src/img/left-arrow-desktop.png");
            left: -30px;
            top: 60%;
            width: 70px;
            height: 190px;
            transform: rotateZ(-20deg); } }
        @media screen and (min-width: 900px) {
          .mail-container .mail .text:after {
            left: -60px;
            transform: rotateZ(0deg); } }
    .mail-container .mail .header {
      background-color: #478BA2;
      color: white;
      padding: 5px 20px;
      border-radius: 10px 0 0 0; }
      @media screen and (min-width: 600px) {
        .mail-container .mail .header {
          padding: 15px 30px; } }
      @media screen and (min-width: 1920px) {
        .mail-container .mail .header {
          border-radius: 10px 0px 0px 0px; } }
    .mail-container .mail .content {
      background-color: #EAF3F5;
      color: #478BA2;
      padding: 5px 20px;
      padding-right: 0;
      border-radius: 0 0 0 10px; }
      @media screen and (min-width: 600px) {
        .mail-container .mail .content {
          padding: 15px 30px; } }
      @media screen and (min-width: 1920px) {
        .mail-container .mail .content {
          border-radius: 0px 0px 0 10px; } }
      .mail-container .mail .content .input {
        border-bottom: 1px #478BA2 solid;
        margin: 10px 0; }
        @media screen and (min-width: 600px) {
          .mail-container .mail .content .input {
            border-bottom: 2px #478BA2 solid;
            padding: 10px 0px; } }
      .mail-container .mail .content a {
        color: #474747;
        font-family: "quisas_standardregular", sans-serif;
        font-size: 18px;
        margin-left: 10px;
        text-decoration: none;
        display: inline-block;
        transform: translateY(0%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
        @media screen and (min-width: 600px) {
          .mail-container .mail .content a {
            font-size: 40px; } }
        .mail-container .mail .content a:hover {
          transform: translateY(-5px); }

/*                                                                                      *
 *                                      SCREENSHOT                                      *
 *                                                                                      */
.rrss-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 30px;
  padding-top: 40px;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 900px) {
    .rrss-container {
      width: 50%;
      align-items: end;
      padding-left: 0;
      justify-content: left; } }
  .rrss-container .text {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .rrss-container .text {
        max-width: 387px;
        width: 50%; } }
    .rrss-container .text .contact-title {
      display: none;
      font-family: "graphik_regular", sans-serif;
      font-size: 20px;
      letter-spacing: 2px;
      padding-bottom: 39px; }
      @media screen and (min-width: 900px) {
        .rrss-container .text .contact-title {
          display: block;
          font-size: 15px;
          padding-bottom: 25px; } }
      @media screen and (min-width: 1200px) {
        .rrss-container .text .contact-title {
          font-size: 20px;
          padding-bottom: 39px; } }
    .rrss-container .text p {
      margin-left: auto;
      text-align: right;
      max-width: 210px; }
      @media screen and (min-width: 600px) {
        .rrss-container .text p {
          font-size: 50px;
          line-height: 71.5%;
          max-width: 387px; } }
      @media screen and (min-width: 900px) {
        .rrss-container .text p {
          text-align: left;
          margin: 0;
          margin-left: auto;
          font-size: 35px; } }
      @media screen and (min-width: 1200px) {
        .rrss-container .text p {
          font-size: 50px;
          line-height: 71.5%;
          max-width: 387px; } }

.screenshot {
  font-size: 220px;
  width: 1em;
  background-color: white;
  border-radius: 0.0363em 0.0363em 0 0;
  padding: 0.068em;
  display: flex;
  flex-wrap: wrap;
  color: #474747;
  font-family: sans-serif;
  transform: rotateZ(10deg) translateY(0.181em);
  box-shadow: 0 0.068em 0.136em rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 600px) {
    .screenshot {
      font-size: 486px; } }
  @media screen and (min-width: 900px) {
    .screenshot {
      font-size: 350px;
      order: 3; } }
  @media screen and (min-width: 1200px) {
    .screenshot {
      font-size: 486px; } }
  .screenshot .profile-pic {
    width: 0.227em;
    height: 0.227em;
    border-radius: 0.113em;
    background: linear-gradient(180deg, #de5b6d 0%, #e9765b 100%); }
  .screenshot .profile-data {
    width: 70%;
    font-size: 0.036em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    text-align: center; }
    .screenshot .profile-data .data-num {
      font-weight: 600; }
  .screenshot .profile-name {
    font-weight: 600;
    font-size: 0.045em;
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .screenshot .description {
    font-size: 0.036em; }
    .screenshot .description a {
      color: #24596B;
      display: inline-flex;
      transition: color 0.3s ease-in-out;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out; }
      .screenshot .description a:hover {
        color: #DE5B6D; }
  .screenshot .buttons {
    border-bottom: 0.125em #474747 solid;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.036em; }
    .screenshot .buttons .screenshot-button {
      color: white;
      background: #1898F3;
      width: 48%;
      text-align: center;
      padding: 1em;
      border-radius: 0.625em;
      margin: 1.25em 0;
      display: flex;
      justify-content: center;
      font-weight: 600;
      display: inline-block; }
      .screenshot .buttons .screenshot-button.message {
        background-color: white;
        border: 0.125em #474747 solid;
        color: #474747; }

/*                                                                                      *
 *                                    SOCIAL NETWORKS                                   *
 *                                                                                      */
.rrss {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 150px;
  justify-content: space-evenly;
  position: relative; }
  @media screen and (min-width: 600px) {
    .rrss {
      max-height: 200px; } }
  @media screen and (min-width: 900px) {
    .rrss {
      flex-direction: row;
      justify-content: center;
      order: 2;
      min-width: 170px;
      width: 40%;
      height: auto; } }
  .rrss:after {
    content: "";
    position: absolute;
    display: none;
    background-image: url("./src/img/circle.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 158px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (min-width: 900px) {
      .rrss:after {
        display: block; } }

.button {
  background-color: white;
  border-radius: 17px;
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease; }
  @media screen and (min-width: 600px) {
    .button {
      width: 54px;
      height: 54px;
      min-width: 54px;
      min-height: 54px;
      border-radius: 27px;
      padding: 12px;
      margin-right: 10px; } }
  @media screen and (min-width: 900px) {
    .button {
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
      border-radius: 22px; } }
  @media screen and (min-width: 1200px) {
    .button {
      width: 54px;
      height: 54px;
      min-width: 54px;
      min-height: 54px;
      border-radius: 27px; } }
  .button svg {
    transition: fill 0.3s ease-in-out;
    -webkit-transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    fill: #478BA2; }
  .button svg path, .button svg circle {
    transition: fill 0.3s ease-in-out;
    -webkit-transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    fill: #478BA2; }
  .button:hover path, .button:hover circle {
    fill: #DE5B6D; }

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