.has-fade {
  visibility: hidden;
}

@-webkit-keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 600ms ease-in-out forwards;
          animation: fade-in 600ms ease-in-out forwards;
}

@-webkit-keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

.fade-out {
  -webkit-animation: fade-out 600ms ease-in-out forwards;
          animation: fade-out 600ms ease-in-out forwards;
}

/*Fade in items in portfolio*/
#cardHide {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  background-color: #292B38;
  color: white;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
}

.container--pall {
  padding-top: 4.375rem;
  padding-right: 1.5rem;
  padding-bottom: 4.375rem;
  padding-left: 1.5rem;
}

.container--py {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.container--px {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.container--pt {
  padding-top: 4.375rem;
}

.container--pr {
  padding-right: 1.5rem;
}

.container--pb {
  padding-bottom: 4.375rem;
}

.container--pl {
  padding-left: 1.5rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-c {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.flex-ai-c {
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}

.header {
  position: relative;
  z-index: 1;
}

.header.open .header__toggle > span:first-child {
  -webkit-transform: rotate(405deg) translate(-8px, 6px);
          transform: rotate(405deg) translate(-8px, 6px);
}

.header.open .header__toggle > span:nth-child(2) {
  opacity: 0;
}

.header.open .header__toggle > span:last-child {
  -webkit-transform: rotate(-405deg) translate(-8px, 6px);
          transform: rotate(-405deg) translate(-8px, 6px);
}

.header .overlay {
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#292B38), to(transparent));
  background-image: linear-gradient(#292B38, transparent);
}

.header nav {
  position: relative;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.header__toggle {
  margin-top: 3rem;
  float: right;
  padding-right: 3rem;
}

.header__toggle > span {
  display: block;
  width: 65px;
  height: 3px;
  background-color: chocolate;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform-origin: 2px 5px;
          transform-origin: 2px 5px;
}

@media (max-width: 39.9375em) {
  .header__toggle > span {
    width: 40px;
    height: 2px;
  }
}

.header__toggle > span:not(:last-child) {
  margin-bottom: 8px;
}

.header__menu {
  position: absolute;
  width: calc(45% - 3rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  margin-top: 8rem;
  padding: 1.625rem;
  border-radius: 10px;
}

@media (max-width: 39.9375em) {
  .header__menu {
    padding: 0.8rem;
  }
}

.header__menu a {
  display: block;
  padding: 0.625rem;
  color: black;
  text-align: center;
  font-size: x-large;
}

@media (max-width: 39.9375em) {
  .header__menu a {
    font-size: small;
  }
}

.header__navlinks a {
  position: relative;
  font-size: larger;
  color: black;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.header__navlinks a:not(:last-child) {
  margin-right: 5rem;
}

.header__navlinks a:hover {
  color: #292B38;
}

.header__navLink {
  text-decoration: none;
  font-size: 22px;
  color: #eee;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding: 3px 0;
}

@media (max-width: 39.9375em) {
  .header__navLink {
    padding: 0;
    font-size: 14px;
  }
}

.header__navLink::before, .header__navLink::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: chocolate;
  position: absolute;
  left: 0rem;
  right: 0rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.header__navLink::after {
  bottom: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.header__navLink::before {
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.header__navLink:hover::before, .header__navLink:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (min-width: 64em) {
  .movieHUB {
    padding: 3rem;
    text-align: center;
  }
}

.movieHUB__items {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.movieHUB__items .movieHUB__gif {
  height: 15rem;
  width: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 5rem;
}

@media (min-width: 40em) {
  .movieHUB__items .movieHUB__gif {
    height: 25rem;
    width: 30rem;
    margin-left: 10rem;
  }
}

@media (min-width: 64em) {
  .movieHUB__items .movieHUB__gif {
    height: 40rem;
    width: 60rem;
    margin-left: 0;
  }
}

.movieHUB__item {
  border-radius: 0.5125rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 12px rgba(124, 121, 121, 0.15);
          box-shadow: 0px 3px 12px rgba(124, 121, 121, 0.15);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none;
  max-width: 50rem;
  max-height: 50rem;
  margin: 0 auto;
  margin-top: 0rem;
}

@media (min-width: 40em) {
  .movieHUB__item {
    max-width: 80rem;
    max-height: 60rem;
    margin: 0 auto;
  }
}

.movieHUB__item h1 {
  text-align: center;
  font-size: 18px;
}

@media (min-width: 40em) {
  .movieHUB__item h1 {
    font-size: 24px;
  }
}

@media (min-width: 64em) {
  .movieHUB__item h1 {
    font-size: 48px;
  }
}

.movieHUB__item p {
  text-align: center;
  font-size: 12px;
}

@media (min-width: 40em) {
  .movieHUB__item p {
    font-size: 16px;
  }
}

@media (min-width: 64em) {
  .movieHUB__item p {
    font-size: 20px;
  }
}

.movieHUB__item h3 {
  text-align: center;
  font-size: 16px;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (min-width: 40em) {
  .movieHUB__item h3 {
    font-size: 12px;
  }
}

@media (min-width: 64em) {
  .movieHUB__item h3 {
    font-size: 24px;
    padding-left: 2em;
    padding-right: 2rem;
  }
}

.movieHUB__item .githubLink {
  font-size: 50px;
  text-decoration: none;
  color: white;
}

.movieHUB__item .githubLink:hover {
  color: chocolate;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40vh;
  letter-spacing: 4px;
}

@media (min-width: 64em) {
  .container {
    height: 45vh;
  }
}

.container h2 {
  font-size: 30px;
  margin-left: 5rem;
  line-height: 100px;
  margin-top: -100px;
  position: relative;
  text-align: center;
  top: 50%;
  width: 100%;
}

.container h2 .i {
  position: relative;
}

.container h2 .i::after {
  content: '.';
  position: absolute;
  bottom: -0.6em;
  left: 0;
}

@media (min-width: 40em) {
  .container h2 .i::after {
    bottom: .375em;
  }
}

@media (min-width: 40em) {
  .container h2 .i::after {
    bottom: .575em;
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-0.25em);
            transform: translateY(-0.25em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-0.25em);
            transform: translateY(-0.25em);
  }
}

.container h2 .bouncing::after {
  -webkit-animation: bounce 0.65s infinite alternate cubic-bezier(0, 0, 0.1, 1);
          animation: bounce 0.65s infinite alternate cubic-bezier(0, 0, 0.1, 1);
}

.container p {
  padding-top: 1rem;
  font-size: 12px;
  margin-left: 5rem;
  line-height: 100px;
  margin-top: -100px;
  position: relative;
  text-align: center;
  top: 50%;
  width: 100%;
}

@media (min-width: 40em) {
  .container h2 {
    font-size: 75px;
    margin-left: 5rem;
  }
  .container p {
    font-size: 30px;
    margin-left: 5rem;
  }
}

@media (min-width: 64em) {
  .container h2 {
    font-size: 120px;
    margin-left: 5rem;
  }
  .container p {
    font-size: 50px;
    margin-left: 5rem;
  }
}

.bothButtons a {
  font-size: 10px;
  margin-top: 1rem;
  position: absolute;
  top: 55%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  width: 200px;
  line-height: 60px;
  text-align: center;
  font-family: verdana;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@media (min-width: 40em) {
  .bothButtons a {
    font-size: 16px;
    margin-top: 4rem;
  }
}

@media (min-width: 64em) {
  .bothButtons a {
    font-size: 24px;
    margin-top: 5rem;
  }
}

.bothButtons a:before {
  content: '';
  height: 90px;
  width: 200px;
  position: absolute;
  top: -15px;
  left: 0;
  border-left: 2px solid chocolate;
  border-right: 2px solid chocolate;
  -webkit-transition: 2s;
  transition: 2s;
}

.bothButtons a:after {
  content: '';
  height: 60px;
  width: 230px;
  position: absolute;
  top: 0;
  left: -15px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transition: 2s;
  transition: 2s;
}

.bothButtons a:hover:before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.bothButtons a:hover:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border-top: 2px solid chocolate;
  border-bottom: 2px solid chocolate;
}

/* Fixed/sticky icon bar -- > For SOCIAL MEDIA */
.icon-bar {
  position: fixed;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 63.9375em) {
  .icon-bar {
    top: 35%;
  }
}

/* Styled the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 3vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 2vh;
}

@media (max-width: 63.9375em) {
  .icon-bar a {
    padding: 1.5vh;
  }
}

@media (max-width: 39.9375em) {
  .icon-bar a {
    padding: 0.5vh;
  }
}

/* Styled the social media icons with color*/
.icon-bar a:hover {
  background-color: #000;
}

.github {
  background: #696e78;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.article__content {
  padding-left: 3em;
}

@media (min-width: 40em) {
  .article__content {
    padding: 8rem;
  }
}

@media (min-width: 64em) {
  .article__content {
    padding: 13rem;
  }
}

.article__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 3.875rem;
}

@media (min-width: 40em) {
  .article__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.article__item {
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px black;
          box-shadow: 0 0 15px black;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  visibility: visible;
  text-decoration: none;
  max-width: 15.375rem;
  max-height: 30rem;
  margin: 0 auto;
  margin-top: 5rem;
}

@media (min-width: 40em) {
  .article__item {
    max-width: 25rem;
    max-height: 25em;
  }
}

@media (min-width: 64em) {
  .article__item {
    margin-top: 0;
    max-width: 25rem;
    max-height: 25.5em;
  }
}

.article__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  display: block;
  -webkit-box-shadow: 0 0 40px black;
          box-shadow: 0 0 40px black;
}

.article__image {
  height: 14.75em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.article__text {
  background-color: white;
  padding: 1.87rem 1.875rem 2.5rem 1.875rem;
  color: black;
  text-align: center;
}

@media (min-width: 40em) {
  .article__text {
    padding: 0.875rem 1.5625rem;
  }
}

.article__title {
  line-height: 1.1;
  font-size: 2.0625rem;
  color: black;
  margin-bottom: 0.5rem;
  font-weight: bolder;
  text-decoration: none;
}

.article__title span {
  font-size: 15px;
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
}

.article__description {
  font-size: 1.0125rem;
  margin-bottom: 1rem;
}

#hideText {
  display: none;
  font-size: 38px;
  text-align: center;
  font-weight: 500;
  padding: 7rem;
  color: black;
  background-color: black;
  color: #fff;
  padding: 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#cardHide:hover #hideText {
  display: block;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.text {
  padding: 3rem;
}

.text__items {
  text-align: center;
  margin-top: 8rem;
}

.text #typeitspan {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.text p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.text span {
  font-size: 0.8rem;
}

@media (min-width: 40em) {
  .text {
    padding: 4rem;
  }
  .text__items {
    text-align: center;
    margin-top: 8rem;
  }
  .text #typeitspan {
    font-size: 3em;
    letter-spacing: 2px;
  }
  .text p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }
  .text span {
    font-size: 1rem;
  }
}

@media (min-width: 64em) {
  .text {
    padding: 5rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .text__items {
    text-align: center;
    margin-top: 10rem;
  }
  .text #typeitspan {
    font-size: 5em;
    letter-spacing: 4px;
  }
  .text p {
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin-bottom: 1rem;
  }
  .text span {
    font-size: 2rem;
  }
}

.links {
  font-weight: bolder;
  text-decoration: none;
  color: whitesmoke;
}

.links:hover {
  color: chocolate;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 95%;
  color: white;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */