* {

margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Times New Roman', Times, serif;
text-decoration: none;

}

html {

font-size: 16px;
scroll-behavior: smooth;

}

body {

background-color: #ecd8d8;
color: #161616;
font-size: 20px;


}

img {

max-width: 100%;
height: auto;
display: block;


}

h1 {

font-size: 2.5rem;
text-align: center;

}

@media (max-width: 1024px) {

h1 {

font-size: 2rem;

}

}

@media (max-width: 768px) {

h1 {

font-size: 1.75rem;

}

}

@media (max-width: 480px) {

html {

font-size: 14px;

}

h1 {

font-size: 1.5rem;

}

p {

font-size: 0.9rem; 
}

}

header {

position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 30px 100px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 10000;


}

#nadpis {

font-size: 98px;
cursor: pointer;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);


}

@keyframes shake {

0% { transform: translateX(0); }
15% { transform: translateX(-5px); }
30% { transform: translateX(5px); }
45% { transform: translateX(-4px); }
60% { transform: translateX(4px); }
75% { transform: translateX(-2px); }
90% { transform: translateX(2px); }
100% { transform: translateX(0); }


}

.shake {

animation: shake 0.6s;


}

.content h2 {

font-weight: 700;


}

.content p {

font-weight: 600;



}

header .logo {

font-size: 25px;
color: #000000;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;


}

.logo:hover {

color: #EEE7D8;

}

p {

line-height: 30px;
font-size: 1rem;




}

header .toggle {

position: relative;
width: 100px;
height: 100px;
background: url(obr/hunter_logo.png);
background-position: center;
background-repeat: no-repeat;
background-size: 150px;
cursor: pointer;

}



.slider {

position: relative;
width: 100%;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: flex-end;
background: #000000;

}

.slider .imgBx {

position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 100px;
display: flex;
justify-content: center;
align-items: center;
transition: 0.5s;
transition-delay: 0s;
z-index: 1;
clip-path: circle(0px at center);



}


.slider input[type="radio"]:checked + .imgBx {

z-index: 10;
clip-path: circle(1000px at center);
transition-delay: 0.75s;


}


.slider .imgBx img {

position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;



}

.slider .imgBx .content {

position: relative;
text-align: center;
max-width: 800px;



}

.slider .imgBx .content h2 {

font-size: 6em;
line-height: 1em;
color: #000000;


}

.slider .imgBx .content p {

font-size: 1.1em;
color: #000000;


}

.slider .imgBx .content a {

position: relative;
display: inline-block;
background: #fff;
padding: 10px 30px;
color: #111;
font-weight: 500;
margin-top: 20px;
text-decoration: none;



}

.slider input[type="radio"] {

position: relative;
z-index: 1000;
margin: 5px;
margin-bottom: 40px;
outline: none;
cursor: pointer;



}

@media (max-width: 768px) {

header {

padding: 20px 40px;

}

.slider .imgBx {

padding: 40px;

}

.slider .imgBx .content h2 {

font-size: 3em;


}

.slider .imgBx .content p {

font-size: 1em;
margin-top: 10px;

}


}

.snd-header {

height: 100vh;
display: flex;
justify-content: center;
align-items: center;


}

@keyframes spin {

0% { transform: translateX(0); }
15% { transform: translateX(-5px); }
30% { transform: translateX(5px); }
45% { transform: translateX(-4px); }
60% { transform: translateX(4px); }
75% { transform: translateX(-2px); }
90% { transform: translateX(2px); }
100% { transform: translateX(0); }
}

.snd-header h1 {

display: inline-block;
animation: shake 1.5s ease-in-out infinite;

}

.middle {

position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);


}

.card {

cursor: pointer;
width: 340px;
height: 480px;


}

.front, .back {

width: 100%;
height: 100%;
overflow: hidden;
backface-visibility: hidden;
position: absolute;
transition: transform .6s linear;



}

.front img {

height: 100%;


}

.front {


transform: perspective(600px) rotateY(0deg);

}


.back {

background: #a5a5a5;
transform: perspective(600px) rotateY(180deg);

}

.back-content {

color: #111;
text-align: center;
width: 100%;


}

.sm {

margin: 20px 0;

}

.sm a {

display: inline-flex;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
color: #111;
font-size: 18px;
transition: 0.4s;
border-radius: 50%;


}

.sm a:hover {

background: #111;
color: #ffffff;


}

.card:hover > .front {

transform: perspective(600px) rotateY(-180deg);


}
.card:hover > .back {

transform: perspective(600px) rotateY(0deg);

    
}

#footer {

background: #000000;
display: block;
padding: 30px 0;
padding-top: 25px;
padding-right: 0;
padding-left: 25px;
padding-bottom: 25px;
margin: auto;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
color: #e0d8c8;



}


.kontakt img {

width: 400px;
height: 150px;
display: block;
padding-left: 25px;



}

.mapka {

width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;



}


.closerlook {

width: 80%;
height: 500px;



}

a {

text-decoration: none;
color: #c80000;

}

.left {

float: left;
color: #4b4b4b;

}

.right {

float: right;
padding-right: 20px;
color: rgb(113, 0, 51);

}




.kontakt-layout {

display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 30px;
padding: 0 5vw;
flex-wrap: wrap;



}

.sipka-left {

flex: 0 0 auto;
margin-left: 40px;

}

.sipka-right {

flex: 0 0 auto;
margin-right: 40px;

}

.sipka {

width: 120px;
height: auto;
transform: rotate(0deg);

}

.kontakt-info {

max-width: 600px;
text-align: center;
flex: 1 1 300px;


}

.kontakt-info h2 {

font-size: 40px;
padding-bottom: 15px;



}

.kontakt-info h3 {

color: #EEE7D8;
font-size: 24px;

}

.kontakt-info p {

color: #b1b1b1;

}

.prava-cast {

display: flex;
flex-direction: column;
text-align: right;


}

.contactus {

font-weight: bold;
color: #EEE7D8;
font-size: 24px;
margin-bottom: 10px;


}

.kont_udaje h3 {

margin: 10px 0 5px;
font-size: 18px;

}

.kont_udaje p {

margin: 0;
font-size: 16px;


}

@media (max-width: 768px) {

.kontakt_layout {

flex-direction: column;
align-items: center;
padding: 20px;

}

.sipka {

margin: 10px 0;    
}

.kontakt-info {

text-align: center;

}

.kontakt-info h2 {

font-size: 26px;

}

.kontekt-info h3 {

font-size: 18px;

}

.kontakt-info p {

font-size: 14px;

}

.closerlook {

height: 300px;

}

.left, .right {

text-align: center;

}


}
