* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

body {
  background: #ffffff; }
.landing-gif{
    background: url(../images/bg-video.gif);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-size: cover;
    z-index: -4;
    opacity: 0.08;
}
.title {
  font-family: freight-display-pro, serif;
  font-style: normal;
  font-size: 64px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 1.2px;
  text-align: center; }

h1 {
  font-family: freight-display-pro, serif;
  font-style: normal;
  font-size: 64px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0; }

.gallery {
  background: #Ffffff;
  padding-top: 96px;
  margin: 0 auto; }
  .gallery h1 {
    margin: 0 auto;
    text-align: center; }

.gallery-grid {
  width: calc(100% - 144px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  margin: 12px auto 120px auto; }

.gallery-cell {
  align-items: center;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  height: 320px;
  position: relative; }
  .gallery-cell img {
    height: 55%; }

.gallery-cell-info {
  bottom: 0px;
  color: #111111;
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0 0 12px 0px; }

h4 {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  letter-spacing: 0; }

.about_me {
  /*background: yellow;*/
  display: flex; }

.your-company {
  border: 1px dashed #111111;
  border-radius: 2px;
  color: #111111;
  padding: 0 4px; }

.about_me p {
  /*background: orange;*/
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0;
  line-height: 22px;
  width: calc(50%-6px); }

.about_me p:nth-child(1) {
  margin-right: 12px; }

.fullname {
  margin-top: 180px;
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0;
  opacity: .4;
  text-align: center;
  position: relative; }

.subtitle {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  letter-spacing: 0;
  opacity: 50%;
  text-align: center;
  line-height: 21px;
  width: 360px; }

.play {
  margin-top: 12px;
  margin-bottom: 120px;
  cursor: pointer; }

#playbtn, #pausebtn {
  width: 100%; }

#pausebtn {
  display: none; }

.play-circle {
  background: #111111;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin: 0 auto;
  transition: background .4s; }

.skills-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 64px; }

.skills-visual {
  /*background:aqua;*/
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.hexagon {
  width: 80%;
  max-width: 420px; }

.skills-list {
  /*background: #00A362;*/
  width: 50%; }

.tag {
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid #111111;
  color: #111111;
  display: inline-block;
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  margin: 0 8px 8px 0;
  padding: 8px;
  position: relative; }

.tag.learning {
  background: transparent;
  border: 2px dashed #111111;
  color: #111111; }

h2 {
  font-family:'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: 600;
  font-size: 24px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0; }

.subheader {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 24px;
  opacity: .6;
  width: 640px; }

.background-video {
  background: #ffffff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
  background-size: cover;
  overflow: hidden; }

#the_video {
  display: none;
  object-fit: cover;
  position: relative;
  width: 100vw;
  height: 100vh; }

.video-bg {
  object-fit: cover;
  opacity: .24;
  width: 100vw;
  height: 100vh; }

.main {
  /*background:pink;*/
  position: relative;
  margin: 0 72px 240px 72px; }

.center {
  margin-left: auto;
  margin-right: auto; }

.nav a {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #111111; }

.nav .contact_me {
  background: #ffffff;
  border-radius: 24px;
  border: 4px solid #eeeeee;
  color: #111111;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 8px 16px;
  text-align: right;
  transition: background .6s; }
  .nav .contact_me:hover {
    background: #fafafa;
    transition: background .2s; }

.position-list {
  list-style: none; }

.positions {
  margin-top: 80px; }

.position {
  /*background:yellow;*/
  display: flex;
  margin-bottom: 48px; }

.position-details {
  width: calc(100% - 134px); }

.position-date {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  letter-spacing: 0;
  width: 110px;
  margin-right: 24px; }

.position-title {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 4px; }

.position-location {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #111111;
  margin-bottom: 12px;
  opacity: .5; }

.position-bullet {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #111111;
  max-width: 560px;
  margin-bottom: 12px; }

.nav .logo {
  font-family: freight-display-pro, serif;
  font-style: normal;
  font-size: 33px;
  font-style: italic;
  color: #111111;
  letter-spacing: 0;
  width: 120px; }

.bottom-bar {
  width: 100vw;
  height: 40px;
  background: #2cefee;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 36%, #ffffff 100%);
  bottom: 0px;
  position: fixed;
  z-index: 100; }

.nav {
  align-items: center;
  background: #d6c8c3;
  background: linear-gradient(180deg, #ffffff 36%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  height: 48px;
  position: fixed;
  padding: 16px 24px;
  top: 0;
  width: calc(100% - 48px);
  z-index: 2;
  justify-content: space-between; }

.nav-toggle {
  display: flex;
  width: 130px;
  justify-content: space-around; }
  .nav-toggle a {
    opacity: .4;
    padding: 0 12px; }
  .nav-toggle .active {
    opacity: 1; }

/*-------- Project --------*/
.project {
  background: #ffffff; }
  .project .nav {
    background: linear-gradient(180deg, #ffffff 36%, rgba(255, 255, 255, 0) 100%); }

.project-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
  width: 100%; }

.preject-short {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  color: #111111;
  opacity: .6; }

.project-main {
  max-width: 800px;
  margin: 0 auto; }

.section {
  margin-bottom: 72px; }
  .section h2 {
    margin-bottom: 8px; }
  .section p {
    font-family:  'Proxima Nova','Helvetica',Arial,sans-serif;
    font-size:16px;
    font-style: normal;
    color: #555555;
    line-height: 24px;
    max-width: 560px;
     }

.beacon2 .block-image {
  background: #ECE8F8; }
.appTalks .block-image {
  background: #FFECCF; }

.bliss .block-image {
  background: #C1FFDF; }

.drexel .block-image {
  background: #D8E7FA; }

.freshEbt .block-image {
  background: #F7FFF7; }
  
  .hod .block-image{
      background: #C9EAE2;
  }

.motion .block-image {
  background: #F0D0CB; }

.quidd .block-image {
  background: #F8E5FF; }

.tiempo .block-image {
  background: #EEFAFF; }

.varick .block-image {
  background: #F4F5FF; }

.wforce .block-image {
  background: #E3EFFF; }

.block-image {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 24px;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 40px 0; }
  .block-image img {
    max-width: 600px;
    width: 100%; }

.phone-wrapper {
  background: url(../images/white-iphone.png);
  height: 446px;
  width: 220px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .phone-wrapper img {
    width: 80%;
    display: block;
    margin: 0;
    border: 2px solid #F3F3F3; }

.next {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 80px 0; }
  .next a {
    color: #111111;
    text-decoration: none; }

.next-button {
  align-items: center;
  border: 2px solid #111111;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  font-family:  'Proxima Nova','Helvetica',Arial,sans-serif;
  justify-content: center;
  padding: 16px 64px;
  position: relative; }

.next-label {
  
  font-style: normal;
  font-size: 13px;
  margin-bottom: 4px; }

.next-title {
  font-size: 20px; }

.middle {
  align-items: center;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  position: relative; }
  .middle .play {
    margin-top: 0;
    margin-bottom: 0; }

footer {
  padding-bottom: 24px; }
  footer .main {
    margin-bottom: 0px; }

.signoff {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  color: #111111;
  max-width: 420px; }
  .signoff p {
    margin-bottom: 16px; }

.signature {
  max-width: 64px;
  margin-bottom: 12px; }

.footer-buttons {
  display: flex;
  position: relative; }
.mini-video{
    border-radius: 12px;
    max-width: 80%;
}
.footer-button {
  font-family: 'Proxima Nova','Helvetica',Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #eeeeee;
  border-radius: 12px;
  color: #111111;
  display: inline-block;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  width: calc(50% - 6px); }
  .footer-button:hover {
    border: 2px solid #111111; }

.footer-button:nth-child(1) {
  margin-right: 12px; }

@media only screen and (max-width: 1220px) {
  .gallery-grid {
    width: calc(100% - 144px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px; } }
@media only screen and (max-width: 660px) {
  .about_me {
    flex-direction: column; }

  .about_me p {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px; }

  .gallery-grid {
    grid-template-columns: 1fr 1fr; }

  .main {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100%-48px;); }

  .wrapper {
    flex-direction: column; }

  .right {
    width: 100%;
    overflow: unset; }

  .left {
    width: 100%;
    min-height: 600px; }

  .skills-wrapper {
    flex-direction: column; }

  .skills-visual {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px; }
    .skills-visual img {
      width: 50%; }

  .skills-list {
    width: 100%; }

  .subheader {
    width: 80%; } }
@media only screen and (max-width: 780px) {
  .gallery-grid {
    width: calc(100% - 48px);
    grid-template-columns: 1fr 1fr; } }
@media only screen and (max-width: 480px) {
  .gallery-grid {
    width: calc(100% - 24px);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px; } }
/* Animations */
@keyframes loadin {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes nameAnimation {
  0% {
    opacity: 0;
    padding-top: 10px; }
  25% {
    opacity: 0; }
  75% {
    padding-top: 0px; }
  100% {
    opacity: .5; } }
@keyframes paragraphAnimation {
  0% {
    opacity: 0;
    margin-top: 220px; }
  10% {
    opacity: 0; }
  80% {
    margin-top: 0px; }
  100% {
    opacity: 1; } }
@keyframes toggleAnimation {
  0% {
    margin-top: -150px; }
  66% {
    margin-top: 0px; }
  100% {
    margin-top: 0px; } }
@keyframes logoAnimation {
  0% {
    margin-left: -150px; }
  66% {
    margin-left: 0px; }
  100% {
    margin-left: 0px; } }
@keyframes contactAnimation {
  0% {
    margin-right: -150px; }
  66% {
    margin-right: 0px; }
  100% {
    margin-right: 0px; } }
.name-animation {
  animation: nameAnimation 0.5s cubic-bezier(0.1, 0, 0.3, 1) forwards; }

.paragraph-animation {
  opacity: 0;
  animation: paragraphAnimation 1.8s cubic-bezier(0.1, 0, 0.3, 1) forwards;
  animation-delay: .4s; }

.loadin {
  opacity: 0;
  animation: loadin 0.75s ease-in forwards;
  animation-delay: 0.01s; }

.loadin:nth-child(2) {
  animation-delay: 0.1s; }

.loadin:nth-child(3) {
  animation-delay: 0.2s; }

.loadin:nth-child(4) {
  animation-delay: 0.2s; }

.toggle-animation {
  animation: toggleAnimation 0.8s cubic-bezier(0.1, 0, 0.3, 1) forwards;
  animation-delay: 0.4s;
  margin-top: -150px; }

.logo-animation {
  animation: logoAnimation 1s cubic-bezier(0.1, 0, 0.3, 1) forwards;
  animation-delay: 0.5s;
  margin-left: -150px; }

.contact-animation {
  animation: contactAnimation 1s cubic-bezier(0.1, 0, 0.3, 1) forwards;
  animation-delay: 0.5s;
  margin-right: -150px; }

/*gallery Animations*/
@keyframes galleryTitle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.gallery-title {
    font-size: 32px;
  animation: galleryTitle .4s ease-in forwards;
  opacity: 0; }

.gallery-grid {
  animation: galleryTitle 0.4s ease-in forwards;
  opacity: 0; }

.project-top {
  animation: galleryTitle 1.2s ease-in forwards;
  opacity: 0; }

.project-main {
  animation: galleryTitle 0.4s ease-in forwards;
  opacity: 0;
  animation-delay: 0.3s; }

/*# sourceMappingURL=style.css.map */
