*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.less {
  display: none; }

.more,
.less {
  font-size: 1rem;
  text-decoration: none;
  font-weight: bolder;
  color: #6ea3c2; }
  .more:visited,
  .less:visited {
    color: #6ea3c2; }

.certificate {
  font-weight: bolder; }
  .certificate:hover {
    cursor: pointer; }

body {
  font-family: 'Gotu', sans-serif; }

.lpmain {
  position: relative;
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center; }

.card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  width: 75rem;
  height: 35rem;
  max-width: 55rem; }
  .card__front {
    width: 75rem;
    height: 35rem;
    max-width: 55rem;
    background-image: linear-gradient(to bottom right, #d3d3d3, #696969);
    border-radius: 1rem;
    transform: rotateX(0);
    transition: all 1s ease;
    backface-visibility: hidden;
    box-shadow: 0.1rem 0.2rem 0.7rem 0.1rem rgba(0, 0, 0, 0.2), -0.2rem -0.1rem 0.7rem 0.1rem rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    .card__front--name {
      font-size: 5rem; }
    .card__front--ocupation, .card__front--hobby {
      letter-spacing: 0.2rem; }
    .card__front--hobby {
      color: #d3d3d3; }
  .card__back {
    width: 75rem;
    height: 35rem;
    max-width: 55rem;
    background-image: linear-gradient(to bottom right, #696969, #d3d3d3);
    border-radius: 1rem;
    transform: rotateX(180deg);
    transition: all 1s ease;
    backface-visibility: hidden;
    box-shadow: 0.1rem 0.2rem 0.7rem 0.1rem rgba(0, 0, 0, 0.2), -0.2rem -0.1rem 0.7rem 0.1rem rgba(0, 0, 0, 0.2);
    position: relative;
    top: -100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .card__back .logo-side {
      width: 57%;
      height: inherit;
      background-image: linear-gradient(to top, #696969, #d3d3d3);
      clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
      border-radius: 1rem 0 0 1rem; }
      .card__back .logo-side::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 56%;
        height: inherit;
        background-color: #494949;
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
        border-radius: 1rem 0 0 1rem; }
      .card__back .logo-side__logo img {
        display: block;
        position: relative;
        top: -50%;
        left: 50%;
        transform: translate(-50%, 50%); }
    .card__back .info-side {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      padding-right: 8rem; }
      .card__back .info-side__btn {
        width: 12rem;
        text-align: center;
        background-color: #494949;
        color: #d3d3d3;
        padding: 1rem;
        margin: 1rem 0;
        border-radius: 1rem;
        text-decoration: none;
        font-size: 1.2rem;
        box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(0, 0, 0, 0.5);
        transition: 1s ease; }
        .card__back .info-side__btn:hover, .card__back .info-side__btn:active {
          color: white;
          background-color: black;
          box-shadow: 0.05rem 0.05rem 0.5rem 0.1rem rgba(0, 0, 0, 0.5); }
      .card__back .info-side .cta {
        background-color: #e2e2e2;
        color: #494949;
        transition: 1s ease; }
        .card__back .info-side .cta:hover, .card__back .info-side .cta:active {
          color: white;
          background-color: black;
          box-shadow: 0.05rem 0.05rem 0.5rem 0.1rem rgba(0, 0, 0, 0.5); }
  .card:hover .card__front {
    transform: rotateX(180deg); }
  .card:hover .card__back {
    transform: rotateX(0); }

@media (max-width: 700px) {
  .card {
    transform: scale(0.6); } }

html {
  font-size: 10px;
  scroll-behavior: smooth; }

body {
  width: 100vw;
  height: 100vh;
  text-align: center; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2;
  background-color: #f8f8f8;
  padding: 0 3rem;
  min-height: 7rem;
  flex-wrap: wrap; }
  .header__logo {
    width: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6rem; }
    .header__logo img {
      padding: 1rem;
      width: 100%; }
  .header__menu {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    .header__menu--item {
      margin: 0 2rem;
      font-size: 1.3rem; }
      .header__menu--item a {
        text-decoration: none;
        color: #383838;
        transition: all 0.5s ease; }
        .header__menu--item a:hover {
          color: #6ea3c2;
          border-bottom: 1px solid #6ea3c2; }
      .header__menu--item:first-of-type {
        margin-left: 0; }
      .header__menu--item:last-of-type {
        margin-right: 0; }

@media (max-width: 990px) {
  .header__menu {
    display: none;
    background-color: red; } }

#popup {
  position: fixed;
  display: none;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: rgba(13, 150, 155, 0.815);
  z-index: 10000000; }
  #popup #greeting {
    padding: 1.5rem 0; }
    #popup #greeting a {
      font-size: 1.5rem;
      text-decoration: none;
      color: white;
      font-weight: bolder; }
      #popup #greeting a:hover, #popup #greeting a:active {
        color: black;
        cursor: pointer; }
    #popup #greeting #naughty {
      color: red; }
    #popup #greeting #nice {
      color: green; }
  #popup #close-greeting {
    padding: 1.5rem 0;
    font-size: 1.5rem;
    color: green;
    font-weight: bold; }
    #popup #close-greeting:hover, #popup #close-greeting:active {
      cursor: pointer;
      color: red; }

@media (max-width: 700px) {
  #popup {
    height: 12rem;
    flex-direction: column;
    padding: 1rem; } }

.header__hamburger {
  display: none; }

.pgmain {
  width: 100vw;
  background-color: #f8f8f8;
  margin-top: 7rem; }
  .pgmain__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: inherit;
    height: 80vh;
    background-color: #f8f8f8; }
    .pgmain__header__pic {
      position: absolute;
      transform: translateY(-10vh);
      width: inherit;
      height: 70vh;
      background: linear-gradient(rgba(110, 163, 194, 0.6), rgba(110, 163, 194, 0.6)), url(../pics/mainPic.png);
      background-size: cover;
      background-position-y: 80%; }
    .pgmain__header__card {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 45vw;
      background-color: rgba(209, 209, 209, 0.8);
      z-index: 1;
      box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5); }
      .pgmain__header__card--left {
        width: 50%;
        margin-bottom: -5px; }
        .pgmain__header__card--left img {
          width: 100%; }
      .pgmain__header__card--right {
        width: 50%;
        text-align: center; }
        .pgmain__header__card--right .card__pic img {
          width: 20%; }
        .pgmain__header__card--right .card__name {
          font-size: 5rem; }
        .pgmain__header__card--right .card__info {
          font-size: 1.6rem; }
          .pgmain__header__card--right .card__info a {
            text-decoration: none;
            color: inherit; }
        .pgmain__header__card--right .job {
          font-size: 1.6rem;
          font-weight: bolder;
          margin-bottom: 3rem; }
        .pgmain__header__card--right .card__btn {
          display: block;
          text-decoration: none;
          color: #383838;
          width: 10.5rem;
          margin: 2rem auto;
          font-size: 1.2rem;
          box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5);
          border-radius: 1rem;
          border: none;
          padding: .8rem;
          font-family: inherit;
          transition: all .8s ease;
          background-color: #6ea3c2; }
          .pgmain__header__card--right .card__btn:hover, .pgmain__header__card--right .card__btn:active {
            background-color: #f8f8f8;
            box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5); }
  .pgmain .hamburger__menu {
    display: none; }
  .pgmain__section {
    width: 45vw;
    text-align: center;
    margin: 10rem auto;
    padding: 5rem;
    background-color: white;
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5); }
    .pgmain__section__title {
      font-size: 3rem;
      margin-top: 5rem;
      margin-bottom: 5rem; }
  .pgmain .pgmain__section__description {
    font-size: 1.4rem; }
    .pgmain .pgmain__section__description:nth-of-type(2) {
      margin-top: 5rem; }
    .pgmain .pgmain__section__description:last-of-type {
      margin-top: 5rem; }
  @media (max-width: 1600px) {
    .pgmain .pgmain__section {
      width: 65vw; } }
  @media (max-width: 990px) {
    .pgmain .pgmain__section {
      width: 95vw; } }
  @media (max-width: 500px) {
    .pgmain .pgmain__section {
      margin-top: 5rem;
      padding-top: 10rem 0; }
      .pgmain .pgmain__section__title {
        transform: scale(0.95);
        padding-top: 5rem; }
      .pgmain .pgmain__section__description {
        transform: scale(0.95); }
        .pgmain .pgmain__section__description:nth-of-type(2) {
          margin-top: 2rem; }
        .pgmain .pgmain__section__description:last-of-type {
          margin-top: 2rem;
          padding-bottom: 2rem; } }
  .pgmain .pgmain__section__entries {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    height: fit-content; }
    .pgmain .pgmain__section__entries__entry {
      padding-top: 2rem;
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: flex-start; }
      .pgmain .pgmain__section__entries__entry--left {
        width: 40%;
        font-size: 1.4rem; }
      .pgmain .pgmain__section__entries__entry--mid-bullet {
        margin-left: auto;
        margin-right: auto;
        margin-top: .7rem;
        width: .8rem;
        height: .8rem;
        border-radius: 1rem;
        background-color: #696969; }
      .pgmain .pgmain__section__entries__entry--right {
        width: 50%;
        text-align: justify; }
        .pgmain .pgmain__section__entries__entry--right-title {
          text-indent: 3rem;
          font-size: 1.6rem; }
        .pgmain .pgmain__section__entries__entry--right-description {
          margin-top: 1rem;
          font-size: 1.4rem; }
          .pgmain .pgmain__section__entries__entry--right-description__list {
            display: none;
            text-indent: 5rem; }
            .pgmain .pgmain__section__entries__entry--right-description__list--item {
              font-size: 1.4rem;
              list-style: disc; }
          .pgmain .pgmain__section__entries__entry--right-description__actual-certificate {
            position: fixed;
            display: none;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(209, 209, 209, 0.8);
            z-index: 2; }
            .pgmain .pgmain__section__entries__entry--right-description__actual-certificate img {
              display: block;
              max-width: 80%;
              max-height: 80rem;
              margin: 5rem auto; }
  @media (max-width: 850px) {
    .pgmain .pgmain__section__title {
      margin-bottom: 0; }
    .pgmain .pgmain__section__entries__entry {
      display: inline-block;
      width: 90%;
      text-align: center; }
      .pgmain .pgmain__section__entries__entry--left {
        width: 100%;
        text-align: left;
        padding-top: 5rem;
        font-style: italic; }
      .pgmain .pgmain__section__entries__entry--right {
        width: 100%;
        text-align: justify; }
        .pgmain .pgmain__section__entries__entry--right-title {
          padding-top: 2rem; }
      .pgmain .pgmain__section__entries__entry--mid-bullet {
        display: none; } }
  .pgmain #skills {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    background: linear-gradient(rgba(110, 163, 194, 0.6), rgba(110, 163, 194, 0.6)), url(../pics/concrete-bkg.jpg);
    background-position: center;
    background-size: contain; }
  .pgmain .pgmain__section__title {
    grid-column: 1/span 3; }
  .pgmain .pgmain__section__skill {
    padding: 1rem;
    margin: 1.5rem;
    background-color: rgba(209, 209, 209, 0.8);
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5); }
  @media (max-width: 1200px) {
    .pgmain #skills {
      display: grid;
      grid-template-columns: repeat(2, minmax(250px, 1fr)); }
    .pgmain .pgmain__section__title {
      grid-column: 1/span 2; }
    .pgmain #skills-title {
      order: 0 !important; } }
  @media (max-width: 600px) {
    .pgmain #skills {
      display: flex;
      flex-direction: column; } }
  .pgmain__section {
    width: 45vw;
    text-align: center;
    margin: 10rem auto;
    padding: 5rem;
    background-color: white;
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5); }
    .pgmain__section__title {
      font-size: 3rem;
      margin-top: 5rem;
      margin-bottom: 5rem; }
  .pgmain .pgmain__section__hobbies {
    display: grid;
    position: relative;
    grid-template-columns: 25rem 25rem;
    grid-template-rows: 21rem 21rem;
    row-gap: 5rem;
    column-gap: 10%;
    justify-content: center; }
    .pgmain .pgmain__section__hobbies__hobby {
      box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5); }
      .pgmain .pgmain__section__hobbies__hobby:hover .pgmain__section__hobbies__hobby--text {
        opacity: 1;
        height: 21rem; }
      .pgmain .pgmain__section__hobbies__hobby--name {
        padding-top: 1rem; }
      .pgmain .pgmain__section__hobbies__hobby--text {
        opacity: 0;
        position: absolute;
        transform: translateY(-20rem);
        width: 25rem;
        height: 0;
        padding: 2rem;
        font-size: 1.8rem;
        font-weight: bolder;
        background-color: rgba(110, 163, 194, 0.95);
        transition: 1s ease; }
  @media (max-width: 600px) {
    .pgmain .pgmain__section__title {
      padding-top: 7rem; }
    .pgmain .pgmain__section__hobbies {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .pgmain .pgmain__section__hobbies__hobby {
        margin: 3rem 0;
        width: 25rem;
        height: 21rem; } }
  .pgmain #portfolio {
    width: 90%;
    background: linear-gradient(rgba(110, 163, 194, 0.6), rgba(110, 163, 194, 0.6)), url(../pics/portf-bkg.jpg);
    background-position: center;
    background-size: cover;
    height: 70rem; }
  .pgmain .pgmain__section__header {
    color: #f8f8f8;
    padding-top: 18rem;
    font-size: 7rem; }
  .pgmain .pgmain__section__subheader {
    color: #f8f8f8;
    font-size: 4rem; }
    .pgmain .pgmain__section__subheader a {
      text-decoration: none;
      color: inherit;
      background-color: rgba(110, 163, 194, 0.6);
      border-radius: 2rem;
      padding: 1rem;
      box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5);
      transition: all 1s ease; }
      .pgmain .pgmain__section__subheader a:active, .pgmain .pgmain__section__subheader a:hover {
        background-color: #6ea3c2;
        box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5); }
  @media (max-width: 600px) {
    .pgmain .pgmain__section__header {
      font-size: 4rem; }
    .pgmain .pgmain__section__subheader {
      font-size: 2rem; } }
  .pgmain #contact {
    width: 90%;
    display: grid;
    grid-template-columns: 50% 35%;
    justify-content: center;
    column-gap: 5rem; }
  .pgmain .pgmain__section__form {
    display: grid;
    justify-content: center;
    grid-template-columns: 15rem 25rem;
    column-gap: 5rem;
    row-gap: 2rem;
    padding: 5rem;
    justify-content: right; }
    .pgmain .pgmain__section__form__label {
      text-align: right;
      font-size: 1.6rem; }
    .pgmain .pgmain__section__form__input {
      font-family: inherit;
      border-radius: .5rem;
      border: 1px solid #6ea3c2; }
      .pgmain .pgmain__section__form__input:hover, .pgmain .pgmain__section__form__input:focus {
        background-color: #6ea3c2;
        border: none; }
    .pgmain .pgmain__section__form__textarea {
      font-family: inherit;
      border-radius: .5rem;
      border: 1px solid #6ea3c2; }
    .pgmain .pgmain__section__form__input--btn {
      width: 35%;
      grid-column: 1/span 2;
      margin: 0 auto;
      box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.5);
      border-radius: 1rem;
      border: none;
      padding: .5rem;
      font-family: inherit;
      transition: all .8s ease; }
      .pgmain .pgmain__section__form__input--btn:hover, .pgmain .pgmain__section__form__input--btn:active {
        background-color: #6ea3c2;
        box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.5); }
  .pgmain .pgmain__section__contacts {
    text-align: left;
    padding: 5rem;
    background: linear-gradient(to bottom, rgba(110, 163, 194, 0.7), 60%, white); }
    .pgmain .pgmain__section__contacts__info {
      font-size: 1.8rem;
      color: #f8f8f8; }
      .pgmain .pgmain__section__contacts__info a {
        text-decoration: none;
        color: inherit; }
      .pgmain .pgmain__section__contacts__info--name {
        color: #f8f8f8;
        font-size: 3rem;
        font-weight: bolder; }
      .pgmain .pgmain__section__contacts__info--ocupation {
        color: #f8f8f8;
        font-size: 2.2rem;
        margin-bottom: 5rem; }
      .pgmain .pgmain__section__contacts__info--line {
        margin-top: 3rem;
        border: 0.5px solid rgba(110, 163, 194, 0.3);
        box-shadow: none; }
      .pgmain .pgmain__section__contacts__info--social {
        width: 3rem;
        margin-top: 3rem;
        text-align: left; }
        .pgmain .pgmain__section__contacts__info--social img {
          width: 100%; }
  .pgmain .g-recaptcha {
    margin-left: auto;
    margin-right: auto;
    grid-column: 1/span 2; }
  @media (max-width: 1200px) {
    .pgmain #contact {
      display: flex;
      flex-direction: column-reverse;
      align-items: center; }
    .pgmain .pgmain__section__title {
      order: 1; }
    .pgmain .pgmain__section__contacts {
      width: 90%;
      text-align: center; }
    .pgmain .pgmain__section__contacts__info--social {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 600px) {
    .pgmain .pgmain__section {
      padding: 0; }
    .pgmain .pgmain__section__form {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 80%;
      padding: 5rem 0; }
      .pgmain .pgmain__section__form__label {
        margin-top: 2rem; }
      .pgmain .pgmain__section__form__input, .pgmain .pgmain__section__form__textarea {
        width: 100%; }
      .pgmain .pgmain__section__form__input--btn {
        width: 150px; }
    .pgmain .g-recaptcha {
      margin-top: 3rem;
      margin-bottom: 4rem; }
    .pgmain .pgmain__section__contacts {
      width: 100%;
      padding: 5rem 0; } }
  @media (max-width: 400px) {
    .pgmain .g-recaptcha {
      transform: scale(0.6);
      text-align: left; } }

.footer {
  width: 100%;
  margin: 0;
  background-color: #6ea3c2;
  text-align: center; }
  .footer__logo {
    width: 10rem;
    margin: 0 auto;
    padding: 2rem; }
    .footer__logo img {
      width: 100%; }
  .footer__social {
    width: 3rem;
    margin: 0 auto;
    text-align: left; }
    .footer__social img {
      width: 100%; }
  .footer__text {
    padding: 3rem 0; }

@media (max-width: 1600px) {
  .pgmain__header__card {
    width: 65vw; } }

@media (max-width: 990px) {
  .pgmain__header__card {
    width: 75vw; }
  .header__hamburger {
    position: relative;
    display: flex;
    width: 6rem;
    height: 6rem;
    justify-content: center;
    align-items: center; }
    .header__hamburger__line {
      border: 3px solid #6ea3c2;
      border-radius: 1rem;
      height: 5px;
      width: 80%; }
      .header__hamburger__line::before, .header__hamburger__line::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        height: 5px;
        width: 80%;
        border: 3px solid #6ea3c2;
        border-radius: 1rem; }
      .header__hamburger__line::before {
        transform: translateX(-50%) translateY(-16px); }
      .header__hamburger__line::after {
        transform: translateX(-50%) translateY(10px); }
  .hamburger__menu {
    display: none;
    position: fixed;
    padding: 7rem 0;
    z-index: 3;
    width: 100vw;
    height: 100vh;
    background-color: #f8f8f8;
    overflow-y: scroll; }
    .hamburger__menu__list {
      list-style: none; }
      .hamburger__menu__list--item a {
        text-decoration: none;
        color: #383838;
        font-size: 2rem; } }

@media (max-width: 830px) {
  .pgmain__header__card {
    width: 95vw; } }

@media (max-width: 600px) {
  .pgmain__header__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 80vw; }
    .pgmain__header__card--left {
      width: 100%;
      text-align: center; }
      .pgmain__header__card--left img {
        width: 50%; }
    .pgmain__header__card--right {
      width: 100%; } }

@media (max-width: 370px) {
  .pgmain__header__card--right .card__name {
    font-size: 4rem; } }

.portfolio__landing {
  position: relative;
  width: 100vw;
  height: 90vh;
  margin-top: 7.5rem;
  background-color: #6ea3c2;
  transition: all 1s; }
  .portfolio__landing__main {
    width: 75vw;
    height: inherit;
    position: absolute; }

.por-3d {
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(248, 248, 248, 0.2), rgba(248, 248, 248, 0.8)), url(../pics/3dwork-pic.jpg);
  background-size: cover;
  background-position: top;
  clip-path: polygon(0 0, 100% 0, 35% 101%, 0 101%);
  transition: all 1s; }
  .por-3d:hover, .por-3d:active {
    width: 100vw; }
    .por-3d:hover .por-3d--title, .por-3d:active .por-3d--title {
      text-shadow: 0.5rem 0.5rem 0.5rem #6ea3c2; }
  .por-3d:hover + .por-frend,
  .por-3d:active + .por-frend {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 11% 100%); }
    .por-3d:hover + .por-frend .por-frend--title,
    .por-3d:active + .por-frend .por-frend--title {
      opacity: 0; }
  .por-3d--title {
    position: absolute;
    top: 20%;
    left: 15%;
    color: #383838;
    font-size: 10rem;
    text-shadow: 0.5rem 0.5rem 1rem rgba(248, 248, 248, 0.8);
    transition: all 1s;
    opacity: 1; }

.por-frend {
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(248, 248, 248, 0.2), rgba(248, 248, 248, 0.8)), url(../pics/fr-end.jpeg);
  background-size: cover;
  background-position: bottom;
  clip-path: polygon(65% 0, 100% 0, 100% 101%, 0 101%);
  transition: all 1s; }
  .por-frend:hover, .por-frend:active {
    width: 100vw;
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 0 101%); }
    .por-frend:hover .por-frend--title, .por-frend:active .por-frend--title {
      text-shadow: 0.5rem 0.5rem 0.5rem #6ea3c2; }
  .por-frend--title {
    position: absolute;
    bottom: 15%;
    right: 5%;
    color: #f8f8f8;
    font-size: 10rem;
    text-shadow: 0.5rem 0.5rem 1rem rgba(56, 56, 56, 0.8);
    transition: all 1s; }

@media (max-width: 1200px) {
  .por-3d--title,
  .por-frend--title {
    font-size: 5rem; } }

@media (max-width: 800px) {
  .portfolio__landing__main {
    width: inherit;
    height: 50vh;
    position: absolute; }
  .por-3d {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .por-3d:hover, .por-3d:active {
      height: 70vh; }
      .por-3d:hover .por-3d--title, .por-3d:active .por-3d--title {
        text-shadow: 0.5rem 0.5rem 0.5rem #6ea3c2; }
    .por-3d:hover + .por-frend,
    .por-3d:active + .por-frend {
      clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%); }
    .por-3d--title {
      top: 15%;
      left: 50%;
      transform: translateX(-50%);
      font-size: 4rem; }
  .por-frend {
    top: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .por-frend:hover, .por-frend:active {
      height: 70vh;
      top: 25%;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
      .por-frend:hover .por-frend--title, .por-frend:active .por-frend--title {
        text-shadow: 0.5rem 0.5rem 0.5rem #6ea3c2; }
    .por-frend--title {
      bottom: 25%;
      right: 50%;
      transform: translateX(50%);
      font-size: 4rem; } }

.page-content {
  width: 60vw;
  border: 1px solid red; }
