@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");
body {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Sen", sans-serif;
  font-weight: 300;
  background-color: #f5f5f5;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section {
  box-sizing: border-box;
  padding: 200px 12px;
  width: 100%;
}

.no-copy {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

.gap {
  gap: 80px;
}

.tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.tag p {
  font-size: 16px;
  margin: 0;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8980392157);
}
.tag .material-symbols-Rounded {
  color: #1b1a25;
}

h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: rgba(0, 0, 0, 0.8980392157);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: rgba(0, 0, 0, 0.8980392157);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

p {
  font-size: 16px;
  margin: 0;
  line-height: 200%;
  color: rgba(0, 0, 0, 0.8980392157);
}

.italic {
  font-style: italic;
  font-weight: 600;
}

ol {
  line-height: 200%;
}

ul {
  margin: 0px;
}
ul li {
  margin: 0px;
  list-style-type: none;
}
ul li a {
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8980392157);
  transition: all 0.2s ease;
}
ul li a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 0.5px;
}
ul li a:active {
  color: rgba(0, 0, 0, 0.8980392157);
  text-shadow: 0px 0px 1px;
}

li {
  line-height: 200%;
}

.horizontal-align {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wrap-contents {
  flex-wrap: wrap;
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0px;
}

.grid-align {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.heading-div {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0px;
  width: 100%;
}
.heading-div .border-line {
  width: 248px;
  height: 1px;
  background-color: grey;
}
.heading-div .heading-icon {
  color: rgba(0, 0, 0, 0.6);
  scale: 180%;
}
.heading-div p {
  text-align: center;
  padding: 0px 20px;
}

.text-detail {
  max-width: 620px;
  min-width: 280px;
  margin: 20px;
}

.about-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: auto;
  max-width: 1182px;
  width: 80%;
  padding: 40px 20px;
  margin: 0px 20px;
  gap: 20px;
  background-color: #fcfcfc;
  border-radius: 12px;
  border: solid 1px #C9C9C9;
  overflow: hidden;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.about-container .ul-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
}
.about-container .ul-content .ul-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 30%;
  min-width: 280px;
  max-width: 348px;
}
.about-container .ul-content .ul-column .about-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-height: 546px;
}
.about-container .ul-content .ul-column .about-text h1 {
  font-size: 14px;
}
.about-container .ul-content .ul-column .about-text p {
  font-size: 16px;
}
.about-container .ul-content .ul-column img {
  height: 514px;
  width: 448px;
}
.about-container .ul-content .ul-column .scroll {
  overflow: auto;
}

.pf-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 840px;
  min-width: 280px;
  padding: 20px 12px;
  margin: 0px 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.pf-container ul li {
  list-style-type: circle;
}
.pf-container .pf-column {
  display: flex;
  flex-direction: column;
  justify-items: center;
  width: 45%;
  min-width: 280px;
  padding: 12px;
  gap: 20px;
}
.pf-container .pf-column .pf-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.pf-container .pf-column .skills-text {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 0px 0px 0px 12px;
}
.pf-container .pf-column .skills-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0px 0px 0px 12px;
}
.pf-container .pf-column .experience-text p {
  border-bottom: solid 1px #b9b9b9;
  font-style: italic;
  padding: 0px 24px;
}
.pf-container .pf-column .experience-text ul {
  padding-top: 12px;
}

.socialMediaIcon {
  box-sizing: border-box;
  overflow: hidden;
  border: solid 2px #3b3a46;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8980392157);
  transition-duration: 0.1s;
  scale: 1;
}
.socialMediaIcon img {
  width: 32px;
  border-radius: 4px;
}
.socialMediaIcon:hover {
  transition-duration: 0.1s;
  scale: 1.1;
  background-color: rgba(0, 0, 0, 0.4);
}
.socialMediaIcon:active {
  transition-duration: 0.1s;
  scale: 0.9;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-portfolio {
  display: flex;
  width: 100%;
}

.thumbnail-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 90px 20px 0px;
  max-width: 700px;
  min-width: 320px;
  background: #e9e9e9;
  border: solid 1px rgb(201, 201, 201);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.thumbnail-hero img {
  width: 100%;
}

.pf-page-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 52px 20px;
  min-width: 320px;
}
.pf-page-heading h1 {
  font-size: 28px;
  text-align: center;
}
.pf-page-heading p {
  font-size: 20px;
  text-align: center;
}

.pf-highlight-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 20px;
  justify-content: center;
  justify-items: center;
  text-align: center;
  max-width: 600px;
  width: 80%;
  height: auto;
  background-color: #ebebeb;
  border-radius: 8px;
  border-left: solid 12px #b3b3b3;
  box-shadow: 0px 0px 4px gray;
}
.pf-highlight-box h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wacom {
  background-color: #E7E9F0;
  border-left: solid 12px #0045A9;
}

.stomping-grapes {
  background-color: #F5F5F5;
  border-left: solid 12px #23262E;
}

.ascend {
  background-color: #fcf1f1;
  border-left: solid 12px #EA555F;
}

.bolden-text {
  font-weight: 600;
}

.hero-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-height: 380px;
  max-width: 340px;
  overflow: hidden;
  border-radius: 20px;
}

.product-portfolio {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0px 20px;
}
.product-portfolio .portfolio-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  height: 420px;
  max-width: 320px;
  min-width: 260px;
  background-color: rgb(240, 240, 240);
  border-radius: 12px;
  border: solid 1px #C9C9C9;
  overflow: hidden;
  box-shadow: 0 0 5px 1px 0 0px 4px rgba(0, 0, 0, 0.2);
  translate: 0px 0px;
  transition-duration: 0.1s;
  cursor: pointer;
}
.product-portfolio .portfolio-hero-container:hover {
  translate: 0px -12px;
  transition-duration: 0.2s;
}
.product-portfolio .portfolio-hero-container:hover img {
  opacity: 0.4;
  transition-duration: 0.2s;
}
.product-portfolio .portfolio-hero-container .portfolio-hero-heading {
  background-color: #2c2b32;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-portfolio .portfolio-hero-container .portfolio-hero-heading:hover {
  background-color: #4e4d55;
}
.product-portfolio .portfolio-hero-container .portfolio-hero-heading p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8980392157);
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

.portfolio-other-work {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px;
}
.portfolio-other-work .portfolio-hero-container-small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 252px;
  width: 172px;
  background-color: rgb(240, 240, 240);
  border-radius: 12px;
  border: solid 1px #C9C9C9;
  overflow: hidden;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.portfolio-other-work .portfolio-hero-container-small:hover {
  translate: 0px -12px;
  transition-duration: 0.2s;
}
.portfolio-other-work .portfolio-hero-container-small:hover img {
  opacity: 0.4;
  transition-duration: 0.2s;
}
.portfolio-other-work .portfolio-hero-container-small .portfolio-hero-image {
  height: 100%;
  width: 172px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.portfolio-other-work .portfolio-hero-container-small .portfolio-hero-heading {
  background-color: #2c2b32;
  height: 32px;
  padding: 12px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.portfolio-other-work .portfolio-hero-container-small .portfolio-hero-heading:hover {
  background-color: #4e4d55;
}
.portfolio-other-work .portfolio-hero-container-small .portfolio-hero-heading a {
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8980392157);
  transition: all 0.2s ease;
}
.portfolio-other-work .portfolio-hero-container-small .portfolio-hero-heading a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0px 0px 0.5px;
}
.portfolio-other-work .portfolio-hero-container-small .portfolio-hero-heading a:active {
  color: rgba(255, 255, 255, 0.8980392157);
  text-shadow: 0px 0px 1px;
}
.portfolio-other-work .portfolio-hero-container-small .portfolio-hero-heading {
  cursor: pointer;
}
.portfolio-other-work .portfolio-hero-container-small .portfolio-hero-heading p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8980392157);
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}

@keyframes roleAnimation {
  0% {
    transform: translateY(6px);
  }
  17% {
    transform: translateY(-62px);
  }
  34% {
    transform: translateY(-62px);
  }
  51% {
    transform: translateY(-130px);
  }
  70% {
    transform: translateY(-130px);
  }
  82% {
    transform: translateY(-198px);
  }
  95% {
    transform: translateY(-198px);
  }
  100% {
    transform: translateY(-198px);
  }
}
#role-description {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 60px;
  overflow: hidden;
  border-top: solid 2px #b6b4c3;
  border-bottom: solid 2px #b6b4c3;
}
#role-description .role-wrapper {
  animation-name: roleAnimation;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-direction: initial;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#role-description p {
  font-size: 24px;
  text-align: center;
}

.video-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.video-container .video-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 560px;
  width: 264px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6117647059);
}
.video-container .video-mobile video {
  width: 100%;
}
.video-container .video-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 800px;
  min-height: 220px;
  width: 740px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6117647059);
  margin: 20px;
}
.video-container .video-device video {
  width: 100%;
}
.video-container .tablet-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 348px;
  min-height: 220px;
  width: 540px;
  margin: 20px;
}
.video-container .tablet-device video {
  width: 100%;
}
.video-container .laptop-device {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 348px;
  min-height: 220px;
  width: 600px;
  margin: 20px;
}
.video-container .laptop-device video {
  width: 100%;
}
.video-container video {
  width: 360px;
}
.video-container .deliverables-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 280px;
  padding: 40px 20px;
  text-align: center;
}
.video-container .deliverables-text-long {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 248px;
  max-width: 620px;
  padding: 40px 20px;
  text-align: center;
}

.flex-right {
  flex-direction: row;
}

.flex-left {
  flex-direction: row-reverse;
}/*# sourceMappingURL=General-Styling.css.map */