
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Thin.woff2') format('woff2'); font-weight: 200; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'); font-weight: 300; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'); font-weight: 600; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Black.woff2') format('woff2'); font-weight: 900; font-style: normal;}
*{
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: "RobotoCond",Sans-serif;
}

.page{
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(56deg,rgba(5, 5, 5, 1) 0%, rgba(74, 61, 71, 1) 100%);
}

.main{
  height: 100vh;
  max-height: 700px;
  background-image: url('/img/hladky.webp');
  background-size: cover;
  background-position: center left;
}

.main a{
  position: absolute;
  bottom: 2vh;
  left: calc(50% - 125px);
  width: 180px;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  color: white;
  letter-spacing: 0.4px;
  font-weight: 100;
  height: 180px;
  border: 1px solid white;
  border-radius: 20px;
  padding-top: 35px;
  line-height: 170%;
  background: rgba(18, 16, 32, 0.6);
}

.info{
  color: white;
  text-align: center;
  padding: 50px 10px;
  font-weight: 100;
  line-height: 160%;
}

.info h1{
  line-height: 150%;
  font-size: 32px;
  padding-bottom: 10px;
}

.info_text{
  max-width: 600px;
  margin: 0px auto;
  font-size: 18px;
  text-align: left;
}

.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 5 */
 .hovicon.effect-5 {
    /*box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);*/
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hovicon.effect-5:after {
    display: none;
}
.hovicon.effect-5:hover {
    background: rgba(255, 255, 255, 0.3);
    
    font-weight: 300;
    color: #fff;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
}
.hovicon.effect-5:hover i {
    color: #fff;
}
.hovicon.effect-5.sub-a:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
.hovicon.effect-5.sub-b:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}
.hovicon.effect-5.sub-c:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
.hovicon.effect-5.sub-d:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


/* responsive */


@media only screen and (max-width: 770px) {
  .main{
    max-height: 92vw;
  }
}
@media only screen and (max-width: 600px) {
  .info{
    padding: 50px 30px;
  }
}