 /****************************************** FONT ******************************************/
  
@font-face {
    font-family: 'Nippo-Extralight';
    src: url('../fonts/Nippo-Extralight.woff2') format('woff2'),
         url('../fonts/Nippo-Extralight.woff') format('woff'),
         url('../fonts/Nippo-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Nippo-Light';
    src: url('../fonts/Nippo-Light.woff2') format('woff2'),
         url('../fonts/Nippo-Light.woff') format('woff'),
         url('../fonts/Nippo-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Nippo-Regular';
    src: url('../fonts/Nippo-Regular.woff2') format('woff2'),
         url('../fonts/Nippo-Regular.woff') format('woff'),
         url('../fonts/Nippo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Nippo-Medium';
    src: url('../fonts/Nippo-Medium.woff2') format('woff2'),
         url('../fonts/Nippo-Medium.woff') format('woff'),
         url('../fonts/Nippo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Nippo-Bold';
    src: url('../fonts/Nippo-Bold.woff2') format('woff2'),
         url('../fonts/Nippo-Bold.woff') format('woff'),
         url('../fonts/Nippo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: 'Nippo-Variable';
    src: url('../fonts/Nippo-Variable.woff2') format('woff2'),
         url('../fonts/Nippo-Variable.woff') format('woff'),
         url('../fonts/Nippo-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
  }
  @import url('nippo.css');
/****************************************** FONT ******************************************/
.line-up {
  animation: 2s anim-lineUp ease-out ;
}
@keyframes anim-lineUp{
  0% {
      opacity: 0;
      transform: translateY(80%);
  }20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
}
/******************* Hlavicka ****************************/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif  ;
}
html{
  scroll-behavior: smooth;
}
body{
  margin: 0px;
  padding: 0px;
  background-color: aliceblue;
}
svg{
  margin: 0px;
  padding: 0px;
}
/************************* animce *********************/
.line-up {
  animation: 2s anim-lineUp ease-out ;
}
.btn-stred{
  display: flex;
  justify-content: center;
}
@keyframes anim-lineUp{
  0% {
      opacity: 0;
      transform: translateY(80%);
  }20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
}
/******************* Hlavicka ****************************/
header{ 
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content:space-between ;
  align-items:center ;
  padding: 20px 100px;
  transition: 0.6s;
  z-index: 3;
    }
header .logo{
  font-family:Georgia, 'Times New Roman', Times, serif ;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 60px;
  cursor: pointer;  
  color: aliceblue;
  transition-duration: 2s;
}
header ul{
  float: right;
  margin-right: 20px;
  padding: 0 100px;
   color: aliceblue; 
}
header ul li{
  display: inline-block;
  margin: 0 5px;
  line-height: 60px;
  list-style: none;
  position: relative;
}
header ul li a{
  font-size: 16px;
  font-weight: 500;
  padding: 7px 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: aliceblue;
  transition-duration: 2s; 
}
header ul li a:hover{
  font-weight: bold;
  color: aliceblue;
}
/******************* Sticky ****************************/
header.Sticky{
  padding: 12px 100px;
  background: transparent;
  box-shadow: 2px 5px 7px rgba(14, 63, 47, 0.2);
  
}
header.Sticky ul li a{
  transition-duration: 2s;
  color: #272727;
  font-weight: 500;
}
header.Sticky ul li a:hover{
  font-weight: bolder;
}
header.Sticky .logo{
  transition-duration: 2s;
  color:#272727 ;
}
.banner-container{
  
  width: 100%;
  height: 100vh;
  background-image: url(forest.jpg);
  background-repeat:no-repeat;
  background-size: cover;
  
}

.banner{
  display: flex;
  justify-content: center;
  width: 100%;
  top: 50%;
  position: absolute;
  padding-left: 3%;
  transform: translateY(-50%);
  color: aliceblue;
}
.banner h1{
  justify-content: center;
  font-size: 50px;
  font-weight: 600;
}
.banner p{
  padding-top: 2%;
  justify-content: center;
 text-align: center;
  font-weight: 500;
  line-height: 25px;
}

.btn{
width: 200px;
padding: 15px 0;
margin: 30px 10px;
background: transparent;
color: aliceblue;
font-weight: bold;
text-align: center;
border: 3px solid whitesmoke;
border-radius: 25px;
cursor: pointer;
overflow: hidden;
}

/***************** O produktu *******************/
.about{
  width: 100%;
  padding: 50x 0;
 background-color: aliceblue;
  justify-content: right;
  align-items: center;
  flex: 1;
}
.about-img{
  flex: 2;
  margin-right: 12%;
}
.about-img img{
  width: 500px;
  height: 500px;
}
.main{
  max-width:95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-right: 13%;
  
}

.about-text h2 {
  color: #272727;
  font-size: 50px;
  font-weight: 100 ;
  text-align: center;
  text-transform: capitalize;
  
}
.about-text p{
  padding-top: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #272727;
  text-align: center;
  margin-bottom: 45px;
  
}


/***************** Karty *****************/
.kurzy{
min-height: 70vh ;
width: 100%;
background:aliceblue ;
padding: 50px 0;
}

.title h2{
width: 1130px;
font-size: 40px;
color: #272727;
text-align: center;
margin: 30px auto;
padding-bottom: 50px;
}
.box{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-bottom: 100px;
}
/***************** ************************************************Karty1 *********************************************************************************/
.card1{
  height: 390px;
  width: 335px;
  padding: 20px 35px;
  border-radius: 20px;
  margin:50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-repeat:no-repeat;
  background-size: cover;
  
  border-bottom: 7px solid rgb(60, 60, 60) ;
  box-shadow: rgba(87, 87, 87, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), 
                       rgba(0, 0, 0, 0.5)), url("travel.png")
}
a {
  font-size: 16px;
  font-weight: 500;
  padding: 7px 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: aliceblue;
  transition-duration: 2s; 
  }
  


/***************** ************************************************Karty2 *********************************************************************************/
.card2{
  height: 390px;
  width: 335px;
  padding: 20px 35px;
  border-radius: 20px;
  margin:50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 7px solid rgb(60, 60, 60) ;
  box-shadow: rgba(87, 87, 87, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), 
                       rgba(0, 0, 0, 0.5)), url("catch.jpeg")
}

/***************** ************************************************Karty3*********************************************************************************/
.card3{
  height: 390px;
  width: 335px;
  padding: 20px 35px;
  border-radius: 20px;
  margin:50px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 7px solid rgb(60, 60, 60) ;
  box-shadow: 0 10px 18px;
  background-repeat:no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), 
  rgba(0, 0, 0, 0.5)), url("lvling.jpeg")

}

.recenze{
display: flex;
background-color: aliceblue;
}

.recenzeS{
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  
}
  .recenzeS h1{
      font-size: 40px;
      margin-bottom: 75px;
  }
.clovekArticle{
  flex: 1;
  padding: 75px;
  margin: 25px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 25px;

}
.clovekArticle p{
  padding-top: 35px;
}
.clovekDiv{
  display: flex;
  margin-bottom: 10px;
}
  .clovekDiv img{
      width: 50px;
  }
  .clovekDiv h2{
      align-self: center;
  }

/********************************** Footer **********************************/
footer{
  position: relative;
  width: 100%;
  height: 300px;
  background:aliceblue;
  display: flex;
  flex-direction:row ;
  justify-content: space-around;
}
.row{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}
.cara{
  display: flex;
  justify-items: center;
  align-self: center;
}
footer p:nth-child(1){
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 50px;
  color: #272727;
  margin-bottom: 20px;
  font-weight: bold;
}
footer p:nth-child(2){
  color: #272727;
  font-size: 17px;
  width: 800px;
  text-align: center;
  line-height: 26px;
}
.social-icons{
 display: flex;
 justify-content: center;
 align-items: center;
}
.social-icons a{
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #272727;
  background: transparent;
  border-radius: 50%;
  margin: 22px 10px;
  color: #272727;
  text-decoration: none;
  font-size: 20px;
}
.social-icons a:hover{
  transform: scale(1.3);
  transition: .3s;
}
.end{
  display: flex;
  position: absolute;
  color: #272727;
  bottom: 35px;
  font-size: 10px;
  font-weight: 200;
  justify-items: center;
  align-self: center;
}
.footObr img{
  margin-bottom: 50px;
}
.footObrs img{
  height: 300px;

}
.pls{
  padding-left: 500px;
}