/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section.intro {
  font-family: oswald;
  position: relative;
  /*height: 100vh;*/
  width: 100%;
  background: #f6f6f6;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #f6f6f6 1%,
    #d3d3d3 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(1%, #f6f6f6),
    color-stop(100%, #d3d3d3)
  );
  /* background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 1%,#d3d3d3 100%); */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    #f6f6f6 1%,
    #d3d3d3 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    #f6f6f6 1%,
    #d3d3d3 100%
  );
  /* background: radial-gradient(ellipse at center, #f6f6f6 1%,#d3d3d3 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d3d3d3',GradientType=1 );
  overflow: hidden;
  z-index: 1;
}

.hextitle {
  color: #716558;
  position: absolute;
  font-weight: 300 !important;
  top: 50px;
}

/********************************************************************************************************************************
                                            Hexagon Intro Blocks
********************************************************************************************************************************/
.intro-block {
  position: relative;
  display: flex;
  align-items: center;
  /*box-shadow: inset 0px 0px 64px 0px rgba(50,50,50,0.75);*/
}

.hex-bg-big-text {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.centerfold-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.hoverblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-notify {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
}

.code-display {
  position: relative;
  color: #f6f6f6;
  width: 600px;
  height: 260px;
}

.code-display::before {
  /*content: "Expertise";*/
  position: absolute;
  top: -70px;
  left: 0;
  font-size: 3rem;
  color: #333;
}

.code-display h1 {
  color: #333;
}

.code-description {
  width: 100%;
  height: 100%;
  color: #333;
}

@media screen and (max-width: 768px) {
  .code-description {
    width: 65%;
  }
}

.code-description * {
  display: none;
}

.code-description > div {
  padding: 0px 40px;
  font-size: 26px;
  border-left: 2px solid #dddddd;
}

.desc-active {
  display: block;
  /*height: 100%;*/
  position: relative;
}

.desc-active > p {
  display: block;
  margin: 0;
}

.desc-active > p > span {
  display: inline-block;
  /* font-weight: bold; */
  width: 125px;
}

p.code-title {
  position: relative;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  p.code-title {
    font-size: 1.5rem;
  }
}

.desc-active::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.2;
  z-index: -1;
}

.backend-desc.desc-active::after {
  background: url(../../images/img/3d-printing-services.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.frontend-desc.desc-active::after {
  background: url(../../images/img/functional_prototyping.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.html-desc.desc-active::after {
  background: url(../../images/img/3dgallery/10.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.css-desc.desc-active::after {
  background: url(../../images/img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.javascript-desc.desc-active::after {
  background: url(../../images/img/3d_scanning.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.gui-desc.desc-active::after {
  background: url(../../images/img/concept-modeling.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.seo-desc.desc-active::after {
  background: url(../../images/img/reverse-engineering.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.hex-master-wrap {
  position: relative;
  /* width: 50%; */
  min-width: 600px;
  height: 460px;
}

/* @media screen and (max-width: 768px) {
  .hex-master-wrap {
    width: 100%;
  }
} */

.border-11,
.border-22,
.border-33 {
  position: absolute;
  width: 100%;
  height: 88px;
  top: 46px;
  left: 0;
  border-left: 3px solid;
  border-right: 3px solid;
  border-radius: 8px;
  z-index: 2;
  border-color: #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.border-22 {
  transform: rotate(60deg);
}

.border-33 {
  transform: rotate(120deg);
}

.border-33::before {
  display: none;
  position: absolute;
  content: "";
  bottom: 10%;
  left: 42px;
  width: 50%;
  height: 83%;
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: white;
  border-radius: 50%;
  visibility: visible;
  z-index: -1;
}

.intro-block .grid-1,
.intro-block .grid-2,
.intro-block .grid-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
  margin-bottom: -50px;
}

.intro-block .grid-3 {
  margin-bottom: -50px;
}

.intro-block .grid-2,
.intro-block .grid-3 {
  margin-top: -50px;
}

.hex-wrap {
  position: relative;
  width: 150px;
  height: 190px;
  margin: 0 1em 0 0;
  border: 0px solid;
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .hex-wrap {
    height: 100px;
  }
  .fa-3x {
    font-size: 2rem;
    margin-top: 20px;
  }
}

.hex-wrap .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 58px;
  color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.hex-wrap .label svg,
.hex-wrap .label img {
  height: 50px;
  width: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hexagon {
  width: 300px;
  height: 150px;
  margin: 15px 0 0 -75px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(90deg);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hex-inner-1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hex-inner-2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  /* background-image: url(http://placekitten.com/240/240); */
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  overflow: hidden;
}

.hex-inner-2::before,
.hex-inner-2::after {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  top: 0;
  left: 0;
  height: 110%;
  width: 110%;
  content: "";
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/**********************************************************************************
                                Hex Hover Area
**********************************************************************************/
.hex-init {
  position: absolute;
  top: 46px;
  left: 0px;
  height: 46%;
  width: 100%;
  z-index: 9;
  -webkit-transform: translate(-60deg);
  transform: rotate(-60deg);
  cursor: pointer;
}

.hex-init::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transform: rotate(-60deg);
}

.hex-init::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transform: rotate(60deg);
}

/** mobile view hexogon **/
.hexshape {
  width: 300px;
  height: 150px;
  margin: 15px 0 0 -75px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(90deg);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  /* @media { */
  .hextitle {
    left: 11px !important;
  }
  /* } */
}

.hextitle {
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: uppercase;
  font-size: 9px !important;
  letter-spacing: 0;
  /* font-weight: bolder !important; */
  font-weight: 300 !important;
}

/* .bg-hex {
  background-color: #333;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 1px solid #333;
} */
