/* Header CSS */
.headerContent div:not(.mainTxt):not(#download-tabs):not(.installBtns):not(.mainTxtInner),
.headerContent canvas,
.headerContent svg {
  position: absolute;
  top: 0; 
} 

.fs {
  width: 100%;
  height: 100vh;
  max-height: 880px;
}
@media screen and (max-height: 750px) {
  .fs {
    height: auto;
    min-height: 100%;
  }
}

.headerContent {
  overflow: hidden;
  position: relative;
  background-color: #000;
  contain: content;
}
/*.headerHide {
  opacity: 0;
}*/

.headingTxt {
  color: #fff;
  width: 100%;
  font-weight: 600;
  font-size: 3.5em;
  pointer-events: none;
  user-select: none;
}

.mainTxt {
  position: relative;
  max-width: 1280px;
  max-width: calc(15vw + 660px);
  margin: auto;
  padding-top: 15vh;
  padding-left: 15vw;
  text-shadow: 1px 1px 2px black;
  
  display: inline-block;
  height: auto;
  position: relative;
  
  padding-bottom: 65px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .mainTxt {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.subHeadingTxt {
  padding-top: 30px;
  width: 100%;
  font-weight: 100;
  font-size: 1.4em;
  line-height: 32px;
  color: #fff;
  pointer-events: none;
  user-select: none;
}

.headerContent .mainNav {
  right: 0;
  top: 50%;
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .headerContent .mainNav {
    top: auto;
    bottom: 10px;
    left: 50%;
    right: auto;
  }
}

.mainGradient {
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.9) 7%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.navPlay {
  opacity: 0;
}

.main {
  background: #000;
}

.dot:not(:first-child) {
  opacity: 0.5;
}

.dot,
.btn {
  cursor: pointer;
}

.mainContent {
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}

#download-tabs pre {
  /* min-width: 340px; */
  width: 100%;
  border-left: 0 !important;
  background-color: rgba(40, 40, 40, 0.5);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,0.3) !important;
  /* background-color: transparent;
  border: 1px solid #989393 !important;
  color: #989393; */
  border-radius: 5px;
  font-family: monospace;
  font-size: 17px;
  padding: 10px 18px;
  text-align: center;
  text-shadow: none;
}
#download-tabs * {
  color: white;
  font-family: "Signika Negative", sans-serif;
}
#download-tabs .installText {
  margin-top: 12px;
  display: inline-block;
}
#download-tabs .installGet {
  font-size: 1.3em;
}
#download-tabs .installMore {
  font-size: 1.1em;
  padding-left: 5px;
}
/*#download-tabs .installBtns {
  margin-bottom: -1px;
}*/
#download-tabs .installBtn {
  background: transparent;
  border: 1px solid transparent;
  border-top: 0;
  font-size: 18px;
  padding: 8px 12px;
  margin: 0px 2px 0;
  cursor: pointer;
  outline: none;
}
#download-tabs .installBtn.active {
  background: transparent;
  background-color: rgba(40, 40, 40, 0.5);
  /* border: 1px solid #989393;
  border-bottom-color: rgb(0,0,0); */
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.3)
}
#download-tabs .installBtn:hover {
  text-decoration: none;
}
#download-tabs a.installBtn,
#download-tabs a.installBtn:hover {
  text-decoration: underline;
}


/* Other CSS */
.workshop-img {
  border: 1px solid #999;
  border-radius: 8px;
  margin-bottom: 15px;
}

.all-access {
  color: #737373;
  font-size: 1.2em;
  font-weight: 300;
  padding: 20px 40px;
  border-bottom: 1px solid #cdcdcd;
}

#join#join {
  font-size: 1em;
  padding: 14px 46px;
}

.main-buttons > * {
  margin-left: 3px;
  margin-right: 3px;
}

.blog-card {
  display: block;
  position: relative;
  padding-bottom: 25px;
}
.blog-card:hover {
  text-decoration: none;
}
.blog-card:hover::after {
  text-decoration: underline;
}
.blog-card::after {
  content: 'Read more';
  position: absolute;
  bottom: 15px;
  right: 15px;
}



#video-overlay {
  width: 100%;
  max-width: 1000px !important;
  padding: 5px 5px 0;
}
#video-overlay > div,
#showreel-overlay > div {
  width: 100%;
  height: 100%;
}
#showreel-overlay {
  max-width: 143.832562vh;
  max-height: 56.3154817vw;
}


.installTitle {
  font-weight: 400;
  vertical-align: middle;
  margin-right: 20px;
}



.featured-image-container .card {
  padding: 10px;
}
.featured-demo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-demo svg {
  width: 100%;
}

.gs_reveal_fromLeft .code-link {
  left: 10px;
}
.gs_reveal_fromRight .code-link {
  right: 10px;
}
.code-link {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  background-color: #FFF;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,.20);
}



@media screen and (max-width: 767px) {
  .feature .ipsType_right {
    text-align: left;
  }
}