@font-face {
  font-family: "Code Bold";
  src: url("../fonts/code_bold-webfont.woff"); }

@font-face {
  font-family: "Code Light";
  src: url("../fonts/code_light-webfont.woff"); }

@font-face {
  font-family: "Open Sans Light";
  src: url("../fonts/OpenSans-Light.ttf"); }

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf"); }

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.ttf"); }

@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf"); }

@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf"); }

* {
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto; }

body {
  margin: 0;
  padding: 0;
  overflow: hidden; }

p #highlight {
  background-color: #fff170;
  color: #333333;
  padding: 5px; }

p #underline {
  text-decoration: underline #fff170; }

.button1 {
  width: max-content;
  height: auto;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border: 2px solid white;
  margin: 10px;
  border-radius: 5px !important;
  box-sizing: border-box;
  text-decoration: none !important;
  text-align: center;
  transition: all 0.2s;
  opacity: 0;
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 3s; }
  .button1 p {
    font: 25px "Poppins Medium";
    font-size: 25px;
    color: white; }
  .button1:hover {
    background-color: white;
    cursor: pointer; }
    .button1:hover p {
      color: black;
      font-weight: bold; }

.button2, .header #resume-btn-container .resume-btn, .more-info-btn, .hide-info-btn {
  background-color: #16abf0;
  font-weight: bolder;
  font: 25px "Poppins Medium";
  color: white;
  border-radius: 25px;
  box-shadow: 3px 0px 10px black;
  margin: 0 0 50px 0;
  padding: 10px;
  height: 50px;
  width: 175px;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out; }
  .button2 p, .header #resume-btn-container .resume-btn p, .more-info-btn p, .hide-info-btn p {
    display: inline;
    margin: 10px; }
  .button2:hover, .header #resume-btn-container .resume-btn:hover, .more-info-btn:hover, .hide-info-btn:hover {
    background-color: white;
    color: black;
    box-shadow: 3px 0px 10px #16abf0;
    cursor: pointer; }
    .button2:hover p, .header #resume-btn-container .resume-btn:hover p, .more-info-btn:hover p, .hide-info-btn:hover p {
      display: none; }
    .button2:hover::after, .header #resume-btn-container .resume-btn:hover::after, .more-info-btn:hover::after, .hide-info-btn:hover::after {
      content: "Click me"; }

.bg-template, #recent-work #bg, #portfolio #bg, #contact #bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 20%;
  width: auto; }

.content-template, #about, #recent-work, #portfolio, #contact {
  z-index: 0;
  position: relative; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0;
    left: 100%; } }

@keyframes secBlock {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0;
    left: 100%; } }

@keyframes mainFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0; }
  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px; }
  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px; }
  80% {
    width: 10px;
    height: 10px;
    bottom: 20px; }
  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px; } }

@keyframes secFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

@keyframes top {
  0% {
    opacity: 0;
    bottom: -80px; }
  100% {
    opacity: 1;
    bottom: 0px; } }

@keyframes icon {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1.3) rotate(-2deg); }
  100% {
    opacity: 1;
    bottom: 0px; } }

.section {
  align-items: center;
  height: 100%;
  width: auto !important;
  position: relative;
  justify-content: center;
  display: flex;
  padding-bottom: 50px;
  flex-direction: column; }

#about {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%); }
  #about video {
    position: fixed !important;
    height: auto !important;
    right: 0; }
  #about #video-container {
    display: flex;
    width: 100%;
    height: 100%; }
  #about #title {
    width: 100%; }
  #about #bg {
    background-image: linear-gradient(to bottom, rgba(2, 8, 48, 0.52), #16abf0);
    position: relative;
    height: 100%;
    width: auto; }
    #about #bg .section {
      padding: 200px; }
      #about #bg .section #summary {
        margin: 200px; }

#recent-work #bg {
  background-color: white; }
  #recent-work #bg .section #summary #title {
    margin: 0px; }
    #recent-work #bg .section #summary #title p {
      color: black; }

#portfolio {
  clip-path: polygon(0% 0%, 100% 6%, 100% 100%, 0 100%); }
  #portfolio #bg {
    background-image: linear-gradient(to bottom, rgba(2, 8, 48, 0.52), #fff170), url("../images/iphone-notebook-pen-working-34578.jpg"); }

#contact {
  text-align: center; }
  #contact #contact-tag {
    font: 75px "Poppins Bold";
    margin: 40px;
    font-size: 250%;
    color: #fff564; }
  #contact #bg {
    background-color: black; }
    #contact #bg .section {
      padding: 10px 0 50px 0; }
  #contact #license {
    font: 25px "Poppins Light";
    color: gray; }

#menu-btn {
  color: white;
  position: fixed;
  display: flex;
  right: 0;
  padding: 0;
  top: 0;
  margin: 15px;
  text-decoration: none;
  z-index: 50; }
  #menu-btn i {
    font-size: 30px;
    text-shadow: 2px 2px 8px black; }
  #menu-btn:hover {
    -webkit-filter: invert(100%) !important;
    filter: invert(0%);
    transition: 0.2s ease-in-out;
    cursor: pointer; }

#menu-window {
  right: 0;
  position: fixed;
  z-index: 49;
  opacity: 0;
  padding: 0 10px 0 10px;
  transition: 0.2s ease-in-out;
  text-align: end; }
  @media screen and (max-width: 1024px) {
    #menu-window {
      width: 100%;
      display: flex; } }
  #menu-window .menu-item {
    font: 25px "Poppins Medium";
    font-size: x-large;
    font-weight: bold;
    text-shadow: 1px 1px 4px black;
    color: white;
    margin: 15px;
    display: none;
    text-decoration: none; }
    #menu-window .menu-item p:hover {
      font-size: xx-large;
      font-weight: bold; }

#profile-pic-container {
  display: flex;
  justify-content: center; }
  #profile-pic-container #profile-pic {
    position: relative;
    height: 120px;
    width: 120px;
    margin: 25px 0 25px 0; }
    #profile-pic-container #profile-pic:hover {
      cursor: pointer; }
      #profile-pic-container #profile-pic:hover #jc-pic {
        opacity: 0; }
      #profile-pic-container #profile-pic:hover #git-pic {
        opacity: 1; }
    #profile-pic-container #profile-pic img {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 120px;
      height: 120px;
      opacity: 1;
      transition: .5s ease;
      border-radius: 50%; }
    #profile-pic-container #profile-pic #jc-pic {
      opacity: 1; }
    #profile-pic-container #profile-pic #git-pic {
      opacity: 0; }

#summary {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #summary #title {
    margin: 50px;
    align-content: center;
    display: flex; }
    #summary #title p {
      color: white;
      font: 75px "Poppins Bold"; }
  #summary #name {
    margin: 10px;
    align-content: center;
    display: flex; }
    #summary #name p {
      color: white;
      font: 60px "Poppins Regular"; }

.header {
  font: 75px "Poppins Bold";
  color: rgba(10, 59, 82, 0.73);
  font-weight: bolder;
  text-align: center;
  padding: 50px 50px 150px 50px;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to top, #fff170, white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 77%); }
  .header p {
    font: 25px "Poppins Light"; }
  .header #resume-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .header #resume-btn-container p {
      margin: 50px 5px 50px 50px;
      font: 25px "Poppins Light"; }
    .header #resume-btn-container a {
      text-decoration: none; }
    .header #resume-btn-container .resume-btn {
      width: 300px;
      display: flex;
      margin: 50px 50px 50px 5px; }
      @media screen and (max-width: 1024px) {
        .header #resume-btn-container .resume-btn {
          height: 75px;
          width: 160px; } }
      .header #resume-btn-container .resume-btn p {
        font: 25px "Poppins Medium"; }

.details-slide {
  display: none;
  flex-direction: column;
  align-items: center; }
  .details-slide i {
    font-size: 50px; }

.img-icon {
  height: 30px;
  width: 30px; }

#details {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 25px 0 25px;
  padding: 50px;
  transition: 0.5s ease-in-out; }
  @media screen and (max-width: 1620px) {
    #details {
      flex-direction: column;
      padding: 10px;
      margin: 10px; } }
  #details img {
    height: fit-content;
    width: auto; }
  #details p {
    color: white;
    font: 25px "Poppins Medium"; }

#job-header {
  display: inline;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 40px 0 40px; }
  #job-header #work-info {
    display: flex;
    justify-content: center; }
    #job-header #work-info #company-name {
      font: 60px "Poppins Regular";
      color: rgba(49, 49, 49, 0.52); }
    #job-header #work-info #job-title {
      font: 75px "Poppins Bold";
      padding: 20px 0 10px 0;
      font-weight: bolder;
      color: black;
      text-align: center; }

#job-tag {
  margin: 20px; }
  #job-tag p {
    font: 25px "Poppins Light";
    font-weight: bolder;
    color: black; }

#skills {
  list-style-type: none; }
  #skills li {
    display: flex;
    margin-bottom: 10px;
    color: black; }
    #skills li p {
      color: #505050;
      font: 25px "Poppins Light";
      font-weight: bold;
      margin-left: 20px; }

.active {
  background-color: #717171 !important; }

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }
  .dot:hover {
    background-color: #717171; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }
  .fade:not(.show) {
    opacity: 1; }

.navbar #nav-btn {
  font-size: xx-large;
  color: black;
  font-size: xx-large;
  margin: 0 25px 0 25px;
  user-select: none;
  padding: 50px; }
  .navbar #nav-btn:hover {
    color: white;
    text-shadow: 2px 2px 8px black;
    cursor: pointer; }
  .navbar #nav-btn i {
    font-size: xx-large;
    color: #292929;
    text-shadow: 4px 2px 4px lightgray; }

.more-info-btn {
  display: flex; }

.hide-info-btn {
  display: none; }

.more-info {
  display: none;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .more-info p {
    font: 25px "Poppins Medium";
    font-weight: bolder;
    margin: 10px; }

#info-table {
  margin: 20px;
  padding: 0; }
  #info-table #info-row {
    background-color: white;
    border-style: solid;
    border-width: 3px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-color: #16abf0;
    border-radius: 25px;
    box-shadow: 2px 2px 8px black;
    display: flex;
    flex-direction: row;
    margin: 20px;
    padding: 20px;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      #info-table #info-row {
        flex-direction: column; } }

#info-row-header {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0; }
  @media screen and (max-width: 648px) {
    #info-row-header {
      width: 50%; } }
  #info-row-header p {
    font: 25px "Poppins Medium";
    font-weight: bolder;
    margin: 10px;
    text-align: left; }

#info-row-content {
  width: 75%;
  height: 25%;
  list-style-type: square; }
  #info-row-content li {
    font: 25px "Poppins Light";
    margin: 10px;
    text-align: left; }

.contact-info {
  margin: 30px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .contact-info #phone-number {
    font: 25px "Poppins Light";
    color: white; }
  .contact-info #email-address {
    font: 25px "Poppins Light";
    color: white; }

.icon-list {
  margin: 20px; }
  .icon-list #icon {
    font-size: 50px;
    color: white;
    margin: 10px; }
    .icon-list #icon:hover {
      cursor: pointer;
      text-shadow: 2px 2px 8px #fff170; }

.container {
  height: 100%; }
  .container .box {
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .container .box .title {
      position: relative;
      display: flex;
      align-items: center;
      height: auto;
      width: max-content; }
      .container .box .title .block {
        width: 0%;
        height: 100%;
        background: #16abf0;
        position: absolute;
        animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
        display: flex; }
      .container .box .title h1 {
        font: 75px "Poppins Bold";
        font-size: 100px;
        color: #fff;
        -webkit-animation: mainFadeIn 2s forwards;
        -o-animation: mainFadeIn 2s forwards;
        animation: mainFadeIn 2s forwards;
        animation-delay: 1.6s;
        opacity: 0;
        display: flex;
        align-items: baseline;
        position: relative; }
        .container .box .title h1 span {
          width: 0px;
          height: 0px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: #ffb510;
          -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation-delay: 2s;
          margin-left: 5px;
          margin-top: -10px;
          position: absolute;
          bottom: 13px;
          right: -12px; }
    .container .box .role {
      position: relative;
      display: flex;
      align-items: center;
      height: auto;
      margin-top: -10px; }
      .container .box .role .block {
        width: 0%;
        height: 100%;
        background: #fff170;
        position: absolute;
        animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
        animation-delay: 2s;
        display: flex; }
      .container .box .role p {
        animation: secFadeIn 2s forwards;
        animation-delay: 3.2s;
        opacity: 0;
        font-weight: 400;
        font: 25px "Poppins Light";
        color: white;
        text-transform: uppercase;
        letter-spacing: 5px; }
