/* Fonts */
@font-face {
  font-family: "Avenir Next Bold";
  src: url("../fonts/avenir/bf69b9412d90c2a017d27cf7fe6f6c67.eot");
  /* IE9*/
  src: url("fonts/bf69b9412d90c2a017d27cf7fe6f6c67.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/bf69b9412d90c2a017d27cf7fe6f6c67.woff2") format("woff2"), url("../fonts/avenir/bf69b9412d90c2a017d27cf7fe6f6c67.woff") format("woff"), url("../fonts/avenir/bf69b9412d90c2a017d27cf7fe6f6c67.ttf") format("truetype"), url("../fonts/avenir/bf69b9412d90c2a017d27cf7fe6f6c67.svg#Avenir Next Bold") format("svg");
  /* iOS 4.1- */
}

/*@import url("//hello.myfonts.net/count/38c544");*/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/38C544_0_0.eot");
  src: url("../fonts/gilroy/38C544_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/38C544_0_0.woff2") format("woff2"), url("../fonts/gilroy/38C544_0_0.woff") format("woff"), url("../fonts/gilroy/38C544_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica/Helvetica-Light.eot");
  src: url("../fonts/helvetica/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/Helvetica-Light.woff2") format("woff2"), url("../fonts/helvetica/Helvetica-Light.woff") format("woff"), url("../fonts/helvetica/Helvetica-Light.ttf") format("truetype");
}

::-webkit-scrollbar {
  width: 0px;
}

@media only screen and (min-width: 901px){
    #Smallchat>iframe{
        position:absolute !important;
    }
}

body {
  margin: 0px;
  overflow: hidden;
  height: 102vh;
    margin: 0px;
    overflow: hidden;
    overscroll-behavior-y: none;
}

/* Gideon Wislang Animation Intro */
#intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #1c1b20;
  font-family: "Gilroy" !important;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

#intro > h1 {
  max-width: 50%;
  overflow: hidden;
}

#intro-highlight {
  font-weight: 500;
  font-size: 32px;
  position: relative;
  top: 57px;
  white-space: nowrap;
}

#intro-highlight::after {
  background: #ff5851;
  bottom: 0%;
  content: "";
  height: 90%;
  left: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 800ms;
  transition: all 800ms;
  width: 0%;
}

#intro-highlight::before {
  background: #ff5851;
  bottom: 0%;
  content: "";
  opacity: 0.35;
  height: 45%;
  left: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 900ms, opacity 1300ms;
  transition: all 900ms, opacity 1300ms;
  width: 0%;
}

.highlight-underline::before {
  width: calc(100% + 20px) !important;
  opacity: 0 !important;
}

.intro-hide-top {
  top: 57px !important;
  -webkit-transition: top 400ms;
  transition: top 400ms;
}

.intro-hide-anim {
  max-width: 0% !important;
  top: 57px !important;
}

.intro-hide {
  top: 0px;
  opacity: 1;
  overflow: hidden;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-transition: max-width 0.7s, top 0.3s;
  transition: max-width 0.7s, top 0.3s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
  position: relative;
}

/* Main Content */
#main-container {
  position: fixed;
  top: 0;
  height:100%;
  right: 0;
  left: 0;
  z-index: 95;
  font-family: "Gilroy";
  font-weight: normal;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f9f9;
  overflow: hidden;
  -webkit-transition: 1000ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 1000ms cubic-bezier(0.7, 0, 0.3, 1);
}

#full-stack {
  max-width: 50%;
  background-color: #f9f9f9;
  color: #1c1b20;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.full-stack-exit {
  -webkit-transform: translateY(200px) !important;
  transform: translateY(200px) !important;
  opacity: 0 !important;
}

#full-stack > h1,
#scroll-intro > h1 {
  font-size: 100px;
  font-weight: 500;
  line-height: 90px;
  margin: 0px;
}

#full-stack > h2,
#scroll-intro > h2 {
  font-size: 48px;
  font-weight: 500;
  margin-top: 0.4em;
  letter-spacing: 5px;
  overflow-y: hidden;
}

#full-stack > h1 > span {
  display: inline-block;
  overflow-y: hidden;
}

#full-stack > h1 > span > span {
  -webkit-transition: top 800ms;
  transition: top 800ms;
  top: 0px;
}

.full-stack-hide > h1 > span > span {
  top: 126px !important;
}

#sub-head {
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  bottom: 40px;
  right: 60px;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  margin: 0px;
  position: absolute;
  font-family: "Libre Baskerville", serif;
  color: #ff5851;
  font-size: 12px;
  letter-spacing: 1px;
}

.sub-head-right {
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
  opacity: 1 !important;
}

#logo {
  overflow: hidden;
  font-size: 28px;
  position: absolute;
  top: 30px;
  margin: 0px;
  left: 50px;
  color: #1c1b20;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Gilroy" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

#logo-enter {
  top: -38px;
  position: relative;
  -webkit-transition: top 400ms;
  transition: top 400ms;
}

#stack,
#full {
  position: relative;
  white-space: nowrap;
  color: #1c1b2000;
}

#stack > span,
#full > span,
#scroll-intro > * > span,
#scroll-intro > * > span > span {
  display: inline-block;
}

#stack::before,
#full::before {
  background: #1c1b20;
  opacity: 1;
  bottom: 12px;
  content: "";
  height: 83%;
  left: 0px;
  position: absolute;
  -webkit-transition: all 800ms;
  transition: all 800ms;
  width: 0%;
}

#scroll-intro {
  left: 70px;
  position: absolute;
  color: #1c1b20;
}

#scroll-intro > h1 > span {
  overflow-y: hidden;
}

#scroll-intro > h1 > span > span {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.scroll-intro-enter > h1 > span > span {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

#gideonwislang {
  position: relative;
  top: 60px;
  white-space: nowrap;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  font-size: 40px !important;
  letter-spacing: 5px;
}

#gideonwislang > span {
  position: relative;
  white-space: nowrap;
  z-index: 5;
}

#gideonwislang > span:before {
  background: #ff5851;
  bottom: 12px;
  content: "";
  height: 40%;
  left: -10px;
  position: absolute;
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  z-index: -1;
}

.gideonwislang-enter {
  top: 0px !important;
}

.gideonwislang-enter > span:before {
  width: calc(100% + 7px) !important;
}

.full-width::before {
  width: 100% !important;
}

.full-right,
.stack-left {
  -webkit-transition: all 800ms, color 0s;
  transition: all 800ms, color 0s;
  color: #1c1b20 !important;
}

.stack-left::before {
  left: 0px !important;
  right: initial !important;
}

#stack::before {
  right: 0px;
  left: initial;
}

#dev {
  position: relative;
  white-space: nowrap;
  z-index: 5;
}

#dev:before {
  background: #ff5851;
  bottom: 12px;
  content: "";
  height: 40%;
  left: -10px;
  position: absolute;
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  z-index: -1;
}

.dev:before {
  width: calc(100% + 7px) !important;
}

#developer {
  position: relative;
  top: 60px;
  white-space: nowrap;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.developer-enter {
  top: 0px !important;
}

#red {
    z-index:99999;
  position: fixed;
  right: -50vw;
  bottom: 0;
  left: 100vw;
  top: 0;
  background: #ff5851;
  -webkit-transition: 1000ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 1000ms cubic-bezier(0.7, 0, 0.3, 1);
}

#red > p {
  font-family: "helvetica", sans-serif;
  color: white;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 70px;
  line-height: 41px;
}

#red > p > span {
  position: relative;
  display:inline-block;
}

#red > p > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0%;
  width: 100%;
  background: white;
  opacity: 0.3;
  -webkit-transition: height 700ms;
  transition: height 700ms;
  z-index: -1;
}

#red > h4 {
  font-family: "Gilroy" !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-style: normal;
  color: #ffffff;
  position: absolute;
  right: 60px;
  bottom: 30px;
  cursor: pointer;
}

#red > h4 > a {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 1;
}

#red > h4 > a:hover {
  color: white;
  opacity: 0.6;
}

button {
  -webkit-transition: all 400ms !important;
  transition: all 400ms !important;
}

button:hover {
  opacity: 0.6;
}

.back {
  background: none;
  border: none;
  top: 40px;
  left: 40px;
  position: absolute;
}

.back::hover {
  opacity: 0.7;
}

#red.about-highlight > p > span:before {
  height: 45%;
}

.progress-bar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #ff5851;
  height: 0%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 99;
}

#scroll {
  -webkit-transition: all 1000ms !important;
  transition: all 1000ms !important;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: -30px;
  opacity: 0;
  left: calc(50% - 21px);
  font-size: 12px;
  letter-spacing: 2px;
}

.scroll-down {
  bottom: 70px !important;
  opacity: 1 !important;
}

.half-view-left {
  right: 50vw !important;
}

.half-view-right {
  right: 0vw !important;
  left: 50vw !important;
}

@media only screen and (max-width: 634px) {
  #intro > h1,
  #full-stack {
    max-width: 100%;
  }
}

@media only screen and (max-width: 530px) {
  #intro > h1,
  #full-stack {
    max-width: 100%;
  }
  #sub-head {
    bottom: calc(50vh - 150px);
  }
}

@media only screen and (max-width: 900px) {
  .half-view-left {
    height:50% !important;
    right: 0 !important;
  }
  #red {
    right: 0;
    bottom: -50vh;
    left: 0;
    top: 100vh;
  }
  .half-view-right {
    bottom: 0vh !important;
    top: 50vh !important;
    right: 0vw !important;
    left: 0vw !important;
  }
  .progress-bar {
    right: 0;
    left: 0;
    bottom: 0;
    height: 5px;
    top: initial;
  }
}

@media only screen and (max-height: 880px) {
  #scroll-intro {
    top: 15vh;
  }
  #scroll-intro > h1 {
    font-size: 70px;
    line-height: 60px;
  }
  #gideonwislang {
    font-size: 30px;
  }
  #gideonwislang > span:before {
    bottom: 11px;
    height: 35%;
    left: -10px;
  }
  #full-stack {
    background-color: rgba(249, 249, 249, 0);
  }
}

@media only screen and (max-width: 525px) {
  #red > p {
    padding: 30px 50px;
  }
  #scroll-intro {
    left: 50px;
  }
}

@media only screen and (max-width: 469px) {
  #gideonwislang {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 417px) {
  #red > p {
    font-size: 20px;
    line-height: 37px;
    padding: 10px 30px;
  }
  #scroll-intro {
    left: 30px;
  }
  #logo {
    left: 30px;
    top: 20px;
  }
}

@media only screen and (max-width: 385px) {
  #red > p {
    font-size: 18px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 360px) {
  #scroll-intro > h1 {
    font-size: 55px !important;
    line-height: 45px !important;
  }
  #gideonwislang {
    font-size: 25px !important;
  }
  #gideonwislang > span:before {
    bottom: 9px !important;
  }
  #scroll-intro > h2 {
    font-size: 20px;
  }
  #dev:before {
    bottom: 7px;
  }
  #full-stack > h1 {
    font-size: 70px;
    line-height: 60px;
  }
  #full-stack > h2 {
    font-size: 28px;
  }
  #sub-head {
    bottom: calc(50vh - 110px);
    right: 40px;
  }
  #scroll,
  #sub-head {
    font-size: 11px;
  }
  #red > p {
    font-size: 16px;
    line-height: 30px;
  }
  #red > h4 {
    right: 30px;
    bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */