
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    background-color: #EEEEEE;
    overflow-x: hidden;
}

 /*  */
nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #222831;
    height: 10vh;
    position: fixed;
    z-index: 99;
}
nav ul{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: space-around;
    width: 50%;
    align-items: center;
}
.kontakt{
    color: #FFD369;
}
nav ul li a{
    font-weight: 300;
    text-decoration: none;
    font-size: 110%;
    color: #EEEEEE;
    display: inline-block;
    position: relative;
}
nav ul li a img{
    width: 30px;
}
nav ul li a::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFD369;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
  
nav ul li a:hover::after{
    transform: scaleX(1);
    transform-origin: bottom left;
}
.text br {
    margin-bottom: 2%;
}
.logo{
    font-size: 130%;
    color: #FFD369;
    height: 90%;
}

#domov{
    height: 100vh;
    
}
.nadpis{
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    height: 90vh;
    justify-content: center;
    margin-left: 10%;
    
}
h1{
    color: #FFD369;
    font-size: 300%;
    margin: 0;
    font-weight: 700;
}
.nadpis h2{
    color: #EEEEEE;
    font-size: 200%;
    margin: 0;
    font-weight: 400;
}
.buttons{
    display: flex;
    flex-direction: row;
    width: 100%;
    
}

.buttons button {
    width: 30%;
    height: 45px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    margin-top: 5%;
    letter-spacing: 1px;
    font-weight: 300;
}

.btn1{
    border: 2px solid #EEEEEE;
    color: #EEEEEE;
    font-weight: bold;
    background: none;
    background-image: -webkit-linear-gradient(30deg, #FFD369 50%, transparent 50%);
    background-image: linear-gradient(30deg, #FFD369 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 100%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.btn2{
    margin-left: 3%;
    border: 2px solid #FFD369;
    color: #222831;
    font-weight: bold;
    background: none;
    background-image: -webkit-linear-gradient(30deg, #FFD369 50%, transparent 50%);
    background-image: linear-gradient(30deg, #FFD369 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.btn1:hover{
    background-position: 0%;
    color: #222831;
    border: 2px solid #FFD369;
}
.btn2:hover{
    background-position: 100%;
    color: #EEEEEE;
    border: 2px solid #EEEEEE;
}



.overlay{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -99;
   }
    
   .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: slider 12.5s infinite;
   }
    
   .slider .slide:nth-child(1) {
      background-image: url('../img/bg6.jpeg');
      animation-delay: 0s;
   }
   
   .slider .slide:nth-child(2) {
      background-image: url('../img/bg2.jpg');
      animation-delay: -2.5s;
   }
   
   .slider .slide:nth-child(3) {
      background-image: url('../img/bg3.jpg');
      animation-delay: -5s;
   }
   
   .slider .slide:nth-child(4) {
      background-image: url('../img/bg4.jpg');
      animation-delay: -7.5s;
   }
   
   .slider .slide:nth-child(5) {
      background-image: url('../img/bg5.jpg');
      animation-delay: -10s;
   }

   .slider .slide:nth-child(6) {
    background-image: url('../img/bg6.jpg');
    animation-delay: -10s;
 }
   
   @keyframes slider {
    0%, 16%, 100% {
      transform: translateX(0);
      animation-timing-function: ease;
    }
    20% {
      transform: translateX(-100%);
      animation-timing-function: step-end;
    }
    96% {
      transform: translateX(100%);
      animation-timing-function: ease;
    }
   }


#onas{
    height: 80vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: url('../img/onas-bg.jpg');
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;

}
#onas .text{
    display: flex;
    flex-direction: column;
    width: 40%;
    
     
}
#onas .text h2{
    margin: 0;
    font-size: 200%;
    font-weight: 900;
    
}
#onas .text hr{
    height: 5px;
    width: 100%;
    background-color: #FFD369;
    border: none;
    margin: 0;
    width: 12.5%;
}
#onas .text p{
    text-align: justify;
    letter-spacing: 1px;
    line-height: 130%;
}

.hodnoty{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.hodnoty div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33%;
}
.hodnoty div h3{
    font-size: 175%;
    font-weight: 800;
    background-color: #FFD369;
    width: 75px;
    height: 75px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}
.hodnoty div p{
    font-size: 80%;
    
    
}
.hodnoty div:nth-child(2){
    margin-left: 5%;
}
.obrazok{
    width: 40%;
    height: auto;
    box-shadow: 10px 10px 0px #FFD369;
}
.text .buttons button{
    background-color: white;
    color: black;
    border: none;
}
#ponuka{
    width: 100%;
    height: 90vh;
    background-image: url('../img/ponuka-bg.jpg');
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
#ponuka .karty div h2{
    color: #222831;
    font-weight: 700;
    
}
#ponuka h2{
    color: #EEEEEE;
    font-size: 200%;
    font-weight: 900;
    
}

.karty{
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}
.karty div {
    margin-top: 3%;
    margin-bottom: 3%;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 2%;
    box-shadow: 10px 10px 0px #FFD369;
    transition: .4s;
}
.karty div:hover{
    box-shadow: 20px 20px 0px #FFD369;
}
.karty div img{
    width: 30%;
    padding-bottom: 2%;
   
}
.karty div p span{
   font-size: 120%;
    font-weight: 800;
}
.karty div p{
    font-size: 90%;
    line-height: 140%;
    letter-spacing: 1px;
    text-align:center;
    padding: 2%;
}
.hide {
    display: none;
  }
.show{
    display: flex;
}

.galeria{
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    flex-wrap: wrap;
    margin: 2% 0;
    background-image: url('../img/fotogaleria-bg.jpg');
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.galeria h2{
    font-size: 160%;
    font-weight: 900;
    width: 60%;
    color: #222831;
    margin: 3% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
    text-align: center;

}
.back{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
    border: 2px solid #FFD369;
    background-color: #FFD369;
    width: 10%;
    justify-content: center;
    margin-top: 1%;
}
.back:hover{
    background-color: #FFD369;
    color: white;
}
.back p{
    font-size: 100%;
}
.fa-arrow-left{
    
    font-size: 200%;
    padding:  0 5%;
}
.row{
    
    
    margin-top: 1%;
    display: flex;
    flex-direction: row;
   
}

.slide-container h3{
    font-size: 36px;
}
.column{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    flex: 25%;
    gap: 10px;
}
.column a{
    width: 25%;
    object-fit: cover;
}
.column a img{
    flex: 1 1 160px;

    width: 100%;
    object-fit: cover;
}
.seven .row .column img{
    height: 400px;
}
  
 
#fotogaleria{
    position: relative;  
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
    background-image: url('../img/fotogaleria-bg.jpg');
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

#fotogaleria h2{
    font-size: 200%;
    font-weight: 900;
    color: #222831;
    margin: 0;
}
.container {
    width: 80%;
    height: 80%;
    
  }
  .slide-container {
    height: 80%;
    overflow: hidden;
    width: 80%;
    margin-left: 5%;
    padding: 0 5%;
    margin-top: 4%;
  }
  .card {
    background: #222831;
    box-shadow: 10px 10px 0px #393E46;
    
  }
  .card h3{
    color: #FFD369;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    
    width: 90%;
    
  }
  .jablona h3, .bora h3{
    font-size: 20px;
  }
  .card .image-box {
    height: 50%;
    width: 100%;
    object-fit: cover;
  }
  .card .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
  }
  .card .profile-details {
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
 
  .swiper-navBtn {
    --swiper-theme-color: #222831  ;
    height: 40px;
    width: 40px;
    
    
  }

  .swiper-pagination-bullet {
    --swiper-theme-color: #FFD369 ;
  }
  @media screen and (max-width: 768px) {
    .swiper-navBtn {
      display: none;
    }
  }
 



#kontakt{
    height: 80vh;
    background-image:linear-gradient(0deg, rgba(57, 62, 70, 0.7), rgba(57, 62, 70, 0.7)), url('../img/kontakt-bg.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#kontakt h2{
    font-size: 200%;
    color: #EEEEEE;
    font-weight: 900;
    text-align: center;
}
.kontakt-kontent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
}
 
.menu{
    padding: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}
.kontakt-logo{
    width: 60%;
}
.menu ul{
    list-style: none;
    width: 40%;
    padding: 0;
    
    margin: 0;
}
.menu ul li{
    margin-top: 5%;
    color: rgb(196, 196, 196);
}
.menu ul li span{
    font-weight: 700;
    font-size: 120%;
}
.menu ul li a {
    color: #757575;
    letter-spacing: 2px;
    text-decoration: none;
    transition: .4s;
}
.menu ul li a:hover {
    color: #ffffff;
   
    
}
.icons{
    width: 30%;
}
.icon{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.icon i{
    width: 80px;
    text-align: center;
    color: #FFD369;
    font-size: 400%;
}

.tcisla {
    width: 70%;
 }
.icon h4{
    width: 100%;
    color: #cacaca;
    font-weight: 700;
    font-size: 120%;
    padding-left: 2%;
}
.socky{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.socky img{
    width: 75px;
}
.adresa{
    margin: 2% 0;
}
.adresa h3{
    
    text-align: center;
    color: #EEEEEE;
}
.adresa h3:nth-child(1){
    font-size: 150%;
    color: #FFD369;
}
footer{
    background-color: #222831  ;
    display: flex;
    justify-content: center;
    align-content: center;
}
footer h3{
    color: rgb(98, 98, 98);
    font-size: 70%;
    font-weight: 300;
}
@media screen and (max-width: 1209px){
    nav ul li a{
        font-size: 80%;
    }
    .hodnoty{
        flex-direction: column;
    }
    .hodnoty div:nth-child(2){
        margin-left: 0;
        margin-top: 3%;
    }
    #ponuka h2{
        margin-top: 0;
    }
    .karty{
        width: 100%;
    }
    .karty div{
        width: 25%;
    }
    .container {
        width: 100%;
        height: 400px;
       
    }
    .slide-container{
        width: 70%;
        margin-left: 10%;
        
    }
     
    .card{
        height: 500px;  
    }
    .card h3{
        font-size: 80%;
    }
    .kontakt-kontent{
        flex-direction: column;
    }
    .back{
        width: 40%;
    }
    #kontakt{
        height: auto;
    }
    
    .icons{
        width: 90%;
        flex-direction: column;
        align-items: center;
    }
    .icon{
        width: 50%;
        
    }
    .icon:nth-child(2){
        margin-top: 2%;
    }
    .icon div img{
        width: 50px;
    }
    .icon div{
        width: 70px;
        height: 70px;
    }
    .icon h4{
        font-size: 100%;
    }
    .socky{
        flex-direction: row;
        margin-top: 5%;
    }
    .socky div{
        margin: 5%;
    }
    #kontakt{
        height: auto;
        padding: 5vh 0;
        background-position: center; 
    }
    .kontakt-kontent{
        flex-direction: column;
        
    }
    .menu, .icons, .socky{
        width: 90%;
        align-items: center;
        justify-content: center;
    }
    .menu{
        display: none;
    }
    .icons{
        display: flex;
        flex-direction: column;
        margin: 5vh 0;
        height: auto;
    }
   
    .icon{
        width: 100%;
        justify-content: space-around;
        
    }
    .icon i{
        width: 60px;
        font-size: 250%;
    }
    .icon div{
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .icon div h4{
        font-size: 120%;
        width: 100%;
        margin: 1%;
    }
    .socky a{
        padding: 0 5%;
    }
    .socky img{
        width: 48px;
    }
}
@media screen and (max-width: 768px) {
    html{
        overflow-x: hidden;
    }
    body{
        overflow-x: hidden;
    }
    section{
        height: auto;
    }
    nav{
        width: 100%;
        padding: 2%;
        flex-direction: column;
    }
    nav ul{
        width: 100%;
        padding: 0;
    }
    nav ul li a{
        font-size: 50%;
    }
    .logo {
        height: 40px;
        padding-top: 5%;
        margin-bottom: -2%;
    }
    h1{
        font-size: 200%;
    }
    #domov{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh;
    }
    .nadpis h2{
        font-size: 135%;
    }
    .nadpis{
        height: auto;
        
    }
    #onas{
        flex-direction: column;
        height: auto;
        padding: 5vh 0;
    }
    #onas .text{
        width: 90%;
    }
    .hodnoty{
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .hodnoty div h3{
        font-size: 150%;
        width: 75px;
        height: 75px;
       
    }
    .hodnoty div p{
        font-size: 100%;
        
    }
    .hodnoty div:nth-child(2){
        margin-left: 0;
        margin-top: 1%;
    }
    .text .buttons{
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .obrazok{
        width: 80%;
        margin-top: 2%;
    }
    #ponuka{
        height: auto;
        padding: 5vh 0;
    }
    .karty{
        width: 90%;
    }
    #ponuka .karty{
        flex-direction: column;
        
    }
    #fotogaleria{
        height: auto;
        padding: 6vh 0;
    }
    .karty div {
        width: 90%;
        margin-top: 5%;
    }
    .container {
        width: 100%;
        height: 400px;
       
    }
    .slide-container{
        width: 70%;
        margin-left: 10%;
        
    }
     
    .card{
        height: 500px;  
    }
    .card h3{
        font-size: 80%;
    }
    .galeria h2{
        font-size: 100%;
        width: 80%;
    }
    .row{
        flex-direction: column;
        width: 80%;
    }
    .column{
        flex-direction: column;
        width: 100%;
    }
    .column a img {
        width: 100%;
        margin-top: 1%;
    }
    .column a {
        width: 100%;
    }
    #kontakt{
        height: auto;
        padding: 5vh 0;
        background-position: center; 
    }
    .kontakt-kontent{
        flex-direction: column;
        
    }
    .menu, .icons, .socky{
        width: 90%;
        align-items: center;
        justify-content: center;
    }
    .menu{
        display: none;
    }
    .icons{
        display: flex;
        flex-direction: column;
        margin: 5vh 0;
        height: auto;
    }
   
    .icon{
        width: 100%;
        justify-content: space-around;
        
    }
    .icon i{
        width: 60px;
        font-size: 250%;
    }
    .icon div{
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .icon div h4{
        font-size: 120%;
        width: 100%;
        margin: 1%;
    }
    .socky a{
        padding: 0 5%;
    }
    .socky img{
        width: 48px;
    }
}
