@import url(/styles/index.css);

.aboutContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 107.8rem;
  background-color: var(--medium-blue);
}

.aboutContainer::after {
  content: "";
  position: absolute;
  display: block;
  top: 55.75rem;
  left: -20rem;
  width: 200vw;
  height: 50rem;
  transform-origin: bottom left;
  transform: rotate(6deg);
  background-color: var(--medium-blue);
  z-index: 1;
}

.aboutGrid {
  display: flex;
  width: 100%;
  background-color: var(--off-white);
}

.LongAboutDivSpecial {
  display: flex;
  width: 54rem;
  height: 18rem;
  border-color: rgba(235, 236, 240, 0.25);
  border-style: solid;
  border-width: 0.025rem 0.025rem 0.025rem 0rem;
  background-color: var(--medium-blue);
}

.lg {
  display: none;
}

@media (min-device-width: 1500px) {
  .LongAboutDivSpecial {
    display: flex;
    width: 72rem;
  }

  .lg {
    display: flex;
  }
}

.xl {
  display: none;
}

@media (min-device-width: 1800px) {
  .LongAboutDivSpecial {
    display: flex;
    width: 90rem;
  }

  .xl {
    display: flex;
  }
}

.aboutDivSpecial {
  display: flex;
  width: 18rem;
  height: 18rem;
  border-color: rgba(235, 236, 240, 0.25);
  border-style: solid;
  border-width: 0.025rem 0.025rem 0.025rem 0rem;
  background-color: var(--medium-blue);
}

.aboutDiv {
  position: relative;
  width: 18rem;
  height: 18rem;
}

.blueGridDiv {
  width: 18rem;
  height: 18rem;
  background-color: var(--medium-blue);
  border: 0.05rem solid var(--off-white);
}

.aboutMain {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 119.3rem;
}

.aboutAccent01 {
  position: absolute;
  background-color: var(--off-white);
  opacity: 25%;
  height: 0.025rem;
  width: 100%;
  top: 36rem;
  z-index: 3;
}

.aboutAccent02 {
  position: absolute;
  background-color: var(--off-white);
  opacity: 25%;
  height: 0.025rem;
  width: 100%;
  top: 86.4rem;
  z-index: 3;
}

@media (max-device-width: 600px) {
  .aboutGrid {
    display: none;
  }

  .aboutContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 140rem;
    background-color: var(--medium-blue);
  }

  .aboutContainer::after {
    top: 90rem;
    left: -20rem;
    width: 200vw;
    height: 50rem;
    transform-origin: bottom left;
    transform: rotate(6deg);
    background-color: var(--medium-blue);
    z-index: 1;
  }

  .aboutMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
  }

  .aboutAccent01 {
    top: 16.2rem;
  }

  .aboutAccent02 {
    top: 79rem;
  }

  .aboutAccent04 {
    height: 147.2rem;
    left: initial;
    right: 2.5rem;
  }

  .aboutAccent05 {
    position: absolute;
    background-color: var(--off-white);
    opacity: 25%;
    height: 0.025rem;
    width: 100%;
    top: 91.2rem;
    z-index: 3;
  }

  .aboutAccent06 {
    position: absolute;
    background-color: var(--off-white);
    opacity: 25%;
    height: 0.025rem;
    width: 100%;
    top: 126.9rem;
    z-index: 3;
  }
}

.leftColWrapper {
  width: 67rem;
  height: 68.4rem;
  z-index: 4;
}

.dottedLine01 {
  position: absolute;
  width: 50rem;
  height: 0.2rem;
  left: 34.6rem;
  top: 23.875rem;
  rotate: 90deg;
  z-index: 1;
}

.mobileDottedLine02 {
  display: none;
}

.dottedLine02 {
  position: absolute;
  width: 50rem;
  height: 0.2rem;
  left: 15.1rem;
  top: 5.35rem;
  z-index: 1;
}

.dottedLine03 {
  position: absolute;
  width: 50rem;
  height: 0.2rem;
  left: -19.45rem;
  top: 43.3rem;
  rotate: 90deg;
  z-index: 1;
}

.mobileDottedLine04 {
  display: none;
}

.dottedLine04 {
  position: absolute;
  width: 50rem;
  height: 0.2rem;
  left: -1.025rem;
  top: 62.8rem;
  z-index: 1;
}

.leftColBackground {
  position: absolute;
  width: 53.75rem;
  height: 57.25rem;
  background-color: var(--light-blue);
  top: 8.5rem;
  left: 8.65rem;
}

.greetingContainer {
  position: absolute;
  width: fit-content;
  top: 5.2rem;
  left: 3.1rem;
  overflow: hidden;
  z-index: 2;
}

.greetingMask {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--light-blue);
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.5s linear;
}

.leftColHi {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--off-white);
}

.leftColName {
  position: absolute;
  top: 9.9rem;
  left: 3.1rem;
  font-family: "Poppins", sans-serif;
  width: fit-content;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 14%;
  z-index: 3;
  color: var(--off-white);
}

.leftColText {
  position: absolute;
  width: 45.4rem;
  top: 20.5rem;
  left: 3.1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  z-index: 2;
  color: var(--off-white);
}

#mobileDescription {
  display: none;
}

.splitTextContainer {
  position: absolute;
  width: 45.4rem;
  top: 20.5rem;
  left: 3.1rem;
  z-index: 2;
}

.splitTextLine {
  position: relative;
  overflow: hidden;
}

.splitP {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  color: var(--off-white);
}

.innerDivMask {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--light-blue);
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.5s linear;
}

.highlightLukeShivers {
  position: absolute;
  width: 55.9rem;
  height: 9.4rem;
  top: 8.8rem;
  left: -8.625rem;
  z-index: 2;
  background-color: var(--dark-blue);
}

.highlightSoftwareEngineer {
  position: absolute;
  width: 17.3rem;
  height: 2.6rem;
  top: 20.4rem;
  left: 9.3rem;
  opacity: 0;
  background-color: var(--dark-blue);
  transition: all 0.6s ease-out;
}

.highlightUiuxDesigner {
  position: absolute;
  width: 14.6rem;
  height: 2.6rem;
  top: 20.4rem;
  left: 30.4rem;
  background-color: var(--dark-blue);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.highlightUc {
  position: absolute;
  width: 23.7rem;
  height: 2.6rem;
  top: 31.4rem;
  left: 21.8rem;
  background-color: var(--dark-blue);
  opacity: 0;
  transition: all 0.6s ease-out;
}

@media (max-device-width: 600px) {
  .leftColWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    top: 16.2rem;
    width: 39.8rem;
    height: 62.8rem;
    left: 0;
  }

  .dottedLine01 {
    width: 46.4rem;
    height: 0.2rem;
    left: initial;
    right: -20.5rem;
    top: 22rem;
  }

  .mobileDottedLine02 {
    display: block;
    position: absolute;
    right: -1rem;
    top: 3rem;
    z-index: 1;
  }

  .dottedLine02 {
    display: none;
  }

  .dottedLine03 {
    width: 46.4rem;
    height: 0.2rem;
    left: -20.4rem;
    top: 39.75rem;
  }

  .mobileDottedLine04 {
    display: block;
    position: absolute;
    left: -1.25rem;
    top: 59.7rem;
    z-index: 1;
  }

  .dottedLine04 {
    display: none;
  }

  .leftColBackground {
    position: absolute;
    width: 34.3rem;
    height: 53.9rem;
    background-color: var(--light-blue);
    top: 4.4rem;
    left: 2.8rem;
  }

  .greetingContainer {
    top: 3rem;
    left: 2.5rem;
  }

  .leftColHi {
    font-size: 1.4rem;
  }

  .leftColName {
    top: 7.2rem;
    left: 2.5rem;
    font-size: 3.2rem;
    letter-spacing: 14%;
  }

  .leftColText {
    width: 29.3rem;
    top: 14.1rem;
    left: 2.5rem;
    font-size: 1.4rem;
  }

  #mobileDescription {
    display: block;
  }

  #desktopDescription {
    display: none;
  }

  .splitTextContainer {
    width: 29.3rem;
    top: 14.1rem;
    left: 2.5rem;
  }

  .splitP {
    font-size: 1.4rem;
  }

  .highlightLukeShivers {
    width: 31rem;
    height: 6rem;
    top: 6.6rem;
    left: -2.5rem;
  }

  /* .highlightSoftwareEngineer {
        width: 17.3rem;
        height: 2.6rem;
        top: 20.4rem;
        left: 9.3rem;
    }
    
    .highlightUiuxDesigner {
        width: 14.6rem;
        height: 2.6rem;
        top: 20.4rem;
        left: 30.4rem;
    }
    
    .highlightUc {
        width: 23.7rem;
        height: 2.6rem;
        top: 31.4rem;
        left: 21.8rem;
    } */

  .highlightSoftwareEngineer {
    display: none;
  }

  .highlightUiuxDesigner {
    display: none;
  }

  .highlightUc {
    display: none;
  }
}

.aboutAccent03 {
  background-color: var(--off-white);
  opacity: 25%;
  height: 101rem;
  width: 0.025rem;
  z-index: 3;
}

.aboutAccent04 {
  background-color: var(--off-white);
  opacity: 25%;
  height: 106rem;
  width: 0.025rem;
  z-index: 3;
}

.aboutSocialMediaContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 26.4rem;
  top: 10.5rem;
}

.socialMediaLink {
  transition: all 0.3s ease-out;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  padding: 1.5rem;
  border-radius: 20rem;
}

.socialMediaLink:hover {
  translate: 0 -0.5rem;
  background-color: var(--dark-blue);
}

.aboutLinkedIn {
  width: 2.5rem;
  height: 2.6rem;
}

.aboutGitHub {
  width: 2.6rem;
  height: 2.7rem;
}

.aboutInstagram {
  width: 2.8rem;
  height: 2.8rem;
}

.aboutCodepen {
  width: 2.8rem;
  height: 2.8rem;
}

.selfPortrait {
  position: relative;
  top: 21rem;
  width: 47rem;
  height: 48rem;
  transform-origin: bottom;
}

.rightColWrapper {
  display: flex;
  justify-content: center;
  height: 68.4rem;
  z-index: 2;
}

@media (max-device-width: 600px) {
  .rightColWrapper {
    position: relative;
    top: 16.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 40.884rem;
  }

  .aboutSocialMediaContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 22.4rem;
    top: 6rem;
  }

  .socialMediaLink:hover {
    translate: initial;
    background-color: initial;
  }

  .selfPortrait {
    position: relative;
    top: 15.8rem;
    width: 34rem;
    height: 33.61rem;
  }

  .aboutAccent03 {
    position: absolute;
    width: 100vw;
    height: 0.025rem;
    top: 13.1rem;
  }

  .aboutAccent04 {
    position: absolute;
    width: 100vw;
    height: 0.025rem;
    top: 49.153rem;
    right: initial;
  }
}
