/*------------------------------------------------------------------

[Master Style]

Organization     : Flamecore 
Organization URI : http://flamecore.pro
Name Project     : Hexagonal Template
Version          : 1.0.0
Author           : Andika Chamberlin
Author URI       : http://andikachamberlin.github.io

-------------------------------------------------------------------*/
*,
*::after,
*::before {
	cursor: none!important;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.5);
}

body{
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  overflow: hidden;
}

._e-container{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/bg.jpg");
}

._e-container:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
}

._e-animation{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

._e-content{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-height: 636px){
  ._e-footer{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
  }
  
  ._e-footer-box{
    position: relative;
    height: 150px;
    width: 150px;
    text-align: center;
    color: #fff;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 50% 100%, 0 100%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 50% 100%, 0 100%, 0% 25%);
    background-image: -webkit-radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
    background-image: -o-radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
    background-image: radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
    opacity: 0.85;
  }
  
  ._e-footer-desc{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 47px);
  }

}

._e-author{
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
}

@media (max-width: 1280px){
  ._e-author{
    display: none;
  }
}


@media (max-height: 635px){
  ._e-footer{
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 20px;
    color: #fff;
  }
  ._e-content{
    position: relative!important;
    height: 630px;
  }
  ._e-animation{
    overflow-y: auto;
  }
}

._e-header{
  text-align: center;
}

@media (min-height: 636px){
  
  ._e-header-logo{
    height: 150px;
    width: 150px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
    background-image: -webkit-radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
    background-image: -o-radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
    background-image: radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
    display: inline-block;
  }

  ._e-header{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
  }

  ._e-header-logo img{
    padding-top: 25%;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
            filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
    width: 60px;
  }

}

@media (max-height: 635px){
  ._e-header{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 100;
  }
}

._e-hexagonal-container{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

._e-hexagonal-middle{
  position: relative;
  height: 150px;
  width: 150px;
}

._e-hexagonal{
  position: relative;
  height: 150px;
  width: 150px;
  -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%);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

._e-hexagonal-desc{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 150px;
  background-image: -webkit-radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
  background-image: -o-radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
  background-image: radial-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.1));
  opacity: 0.85;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

._e-hexagonal-desc:hover{
  opacity: 1;
}

._e-hexagonal-child{
  position: absolute;
  height: 150px;
  width: 150px;
  -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%);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

._e-topright{
  top: -120px;
  right: -80px;
}

._e-topright._e-topright-active{
  top: 0;
  right: 0;
}

._e-bottomright{
  bottom: -120px;
  right: -80px;
}

._e-bottomright._e-bottomright-active{
  bottom: 0;
  right: 0;
}

._e-topleft{
  top: -120px;
  left: -80px;
}

._e-topleft._e-topleft-active{
  top: 0;
  left: 0;
}

._e-bottomleft{
  bottom: -120px;
  left: -80px;
}

._e-bottomleft._e-bottomleft-active{
  bottom: 0;
  left: 0;
}

._e-middleright{
  right: -160px;
  top: 0;
}

._e-middleright._e-middleright-active{
  top: 0;
  right: 0;
}

._e-middleleft{
  left: -160px;
  top: 0;
}

._e-middleleft._e-middleleft-active{
  top: 0;
  left: 0;
}


@media (max-width: 500px){
  ._e-hexagonal,
  ._e-hexagonal-middle,
  ._e-hexagonal-child{
    height: 100px;
    width: 100px;
  }
  ._e-hexagonal-desc{
    line-height: 100px;
    font-size: 12px;
  }
  ._e-topright{
    top: -80px;
    right: -52px;
  }
  ._e-bottomright{
    bottom: -80px;
    right: -52px;
  }
  
  ._e-topleft{
    top: -80px;
    left: -52px;
  }
  ._e-bottomleft{
    bottom: -80px;
    left: -52px;
  }
  
  ._e-middleright{
    right: -105px;
    top: 0;
  }
  
  ._e-middleleft{
    left: -105px;
    top: 0;
  }
}

.warpdrive{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

._e-hexagonal-push{
  position: fixed;
  top: 16px;
  right: 16px;
  bottom: 16px;
  width: 50%;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0% 75%, 0% 25%);
}

/* load */

.i-raindrop:nth-child(1){
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.5);
	-webkit-animation: scaleOne 4s infinite cubic-bezier(0, 0.47, 1, 1);
	        animation: scaleOne 4s infinite cubic-bezier(0, 0.47, 1, 1);
}

@-webkit-keyframes scaleOne{
	100%{
		width: 300px;
		height: 300px;
		border-radius: 50%;
		border-color: rgba(255,255,255,0);
		border-width: 0px;
	}
}

@keyframes scaleOne{
	100%{
		width: 300px;
		height: 300px;
		border-radius: 50%;
		border-color: rgba(255,255,255,0);
		border-width: 0px;
	}
}

.i-raindrop:nth-child(2){
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.5);
	-webkit-animation: scaleTwo 3s infinite cubic-bezier(0, 0.47, 1, 1);
	        animation: scaleTwo 3s infinite cubic-bezier(0, 0.47, 1, 1);
}

@-webkit-keyframes scaleTwo{
	100%{
		width: 200px;
		height: 200px;
		border-radius: 50%;
		border-color: rgba(255,255,255,0);
		border-width: 0px;
	}
}

@keyframes scaleTwo{
	100%{
		width: 200px;
		height: 200px;
		border-radius: 50%;
		border-color: rgba(255,255,255,0);
		border-width: 0px;
	}
}
.i-raindrop:nth-child(3){
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.5);
	-webkit-animation: scaleThree 2s infinite cubic-bezier(0, 0.47, 1, 1);
	        animation: scaleThree 2s infinite cubic-bezier(0, 0.47, 1, 1);
}

@-webkit-keyframes scaleThree{
	100%{
		width: 100px;
		height: 100px;
		border-radius: 50%;
		border-color: rgba(255,255,255,0);
		border-width: 0px;
	}
}

@keyframes scaleThree{
	100%{
		width: 100px;
		height: 100px;
		border-radius: 50%;
		border-color: rgba(255,255,255,0);
		border-width: 0px;
	}
}
/* end load */

._e-hexagonal-hide{
  opacity: 0;
  width: 0;
  height: 0;
}

/* dt */
._dt-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 180px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
}

._dt-content a{
  margin-top: 6px;
  padding: 6px 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.1)));
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.3),rgba(255,255,255,0.1));
  background-image: -o-linear-gradient(left, rgba(255,255,255,0.3),rgba(255,255,255,0.1));
  background-image: linear-gradient(to right, rgba(255,255,255,0.3),rgba(255,255,255,0.1));
  opacity: 0.85;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

._dt-content a:nth-child(odd){
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

._dt-content a:hover{
  opacity: 1;
}

._dt-content._dt-content-active{
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0)
}