html {

scroll-behavior: smooth;

}

img {

max-width: 100%;
height: auto;

}



.slider-wrapper {

position: relative;
width: 100%;
margin: 0 auto;



}

.slider {

display: flex;
aspect-ratio: 16 / 9;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
border-radius: 0.5rem;
width: 100%;




}

.slider img {

flex: 1 0 100%;
scroll-snap-align: start;
object-fit: cover;
width: 100%;
height: auto;



}



.slider-nav {

display: flex;
column-gap: 1rem;
position: absolute;
bottom: 1.25rem;
left: 50%;
transform: translateX(-50%)


}

.slider-nav a {

width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background-color: #fff;
opacity: 0.75;
transition: opacity ease 250ms;


}

.slider-nav a:hover {

opacity: 1;

}

.popup {

position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0, 0, 0.8);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
z-index: 1000;
padding: 20px;


}

.popup-content {

background: rgb(255, 229, 229);
padding: 20px;
text-align: center;
border-radius: 10px;
box-shadow: 0px 0px 10px rgb(255, 255, 255, 01.25rem);



}

.popup-content h2 {

margin-top: 0;


}


.popup-content p {

color: #000000;
font-family: 'Times New Roman', Times, serif;

}

button {

margin: 10px;
padding: 10px 20px;
border: none;
cursor: pointer;
border-radius: 5px;

}

#over18 {

background: rgb(255, 124, 179);
color: black;
font-weight: bold;



}

#under18 {

background: red;
color: black;
font-weight: bold;


}


body {

align-items: center;
justify-content: center;
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(to right, #ffd1dc, #fff);
}


.hamburger {

background:transparent;
color:#000000;
cursor: pointer;
z-index: 10;


}

#menu-toggle {

display: none;

}

.menu-icon {

display: none;
justify-content: space-around;
align-items: center;
background-color: #ff0e9f;
color: #f4f4f4;
text-align: center;


}


.navbar {

display:flex;
justify-content: space-between;
align-items: center;
padding: 15px 30px;
color: rgb(255, 185, 209);
flex-wrap: wrap;
text-align: right;
max-width: 100%;
width: 100%;

}

.nav-links {

list-style: none;
display: flex;
gap: 20px;
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;


}

@media screen and (max-width: 768px) {

.nav-links {

display: none;
flex-direction: column;
text-align: center;
width: 100%;


}


.menu-icon {

display: block;

}

#menu-toggle:checked + .menu-icon + .nav-links {

display: flex;

}

}

.nav-links li {

position: relative;
font-weight: bold;

}

.nav-links a {

color: rgb(0, 0, 0);
text-decoration: none;
font-size: 18px;
padding: 10px;
transition: 0.3s;

}

.nav-links a:hover {

background: #ffade5;
border-radius: 5px;

}



@media screen and (max-width: 768px) {

.nav-links {

display: none;
flex-direction: column;
position: absolute;
top: 60px;
right: 0;
background: #fee9e9;
width: 100%;
padding: 10px;
text-align: center;
border-radius: 5px;
}

.nav-links.active {

display: flex;    
}

.nav-links li {

    padding: 10px 0;
      
    }



    
    .input {
    
    padding: 5px;
    display: flex;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    
    
    
    }

    

}

.vyhledavani {

display: flex;
justify-content: center;
align-items: center;



}

.logo {

display: flex;
font-weight: bolder;
color: rgb(255, 57, 176);
font-family:Verdana, Geneva, Tahoma, sans-serif

}

form #look_for {

    display: block;
    cursor: pointer;
    float: right;
    width: 70px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: deeppink;
    background: #ffaeae;
    border: none;
    
    }



.hr_ruze {

justify-content: center;
display: flex;
margin-top: 20px;


}


#footer {

padding: 20px 0;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 0px;
padding-left: 20px;
display: block;
margin: 0 auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background: #000000;
color: rgb(255, 255, 255);
box-shadow: 0 1.5rem 3rem -0.75rem rgb(255, 0, 144);

}




.autogram {

color: #ff0e9f;

}


.container, .content {

width: 90%;
max-width: 1200px;
margin: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;


}

.text-content {

max-width: 500px;
text-align: center;
font-size: 1.2rem;

}

@media screen and (max-width: 768px) {

.container {

flex-direction: column;
align-items: center;


}

.text-content {

font-size: 1rem;

}

}

.container {

width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
transform-style: preserve-3d;
transform: perspective(1000px);


}

.container .itemik {

width: 10rem;
height: 20rem;
cursor: pointer;
transition: 0.5s;
filter: brightness(0);
margin-bottom: 50px;


}

.container .itemik:hover {

filter: brightness(1);
transform: translateZ(200px);


}

.itemik img {

width: 100%;
height: 100%;
object-fit: cover;


}

* {

margin: 5;
padding: 20;
box-sizing: border-box;


}

.container .itemik:hover + *{

filter: brightness(0.6);
transform: translateZ(150px) rotateY(40deg);



}

.container .itemik:hover + * + *{

    filter: brightness(0.4);
    transform: translateZ(70px) rotateY(20deg);
    
    
    
    }

.container .itemik:has(+ *:hover) {

filter: brightness(0.6);
transform: translateZ(150px) rotateY(-40deg);


}

.container .itemik:has(+ * + *:hover) {

    filter: brightness(0.4);
    transform: translateZ(70px) rotateY(-20deg);
    
    
    }

.header {

display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 30px;

}

nav {

display: flex;
align-items: center;

}

.nav-links {

list-style: none;
display: flex;


}


:root {

--primary: #fff;
--bg-color: pink;
--bg-envelope-color: #f5edd1;
--envelope-tab: #ecdeb8;
--envelope-cover: #e6cfa7;
--shadow-color: rgba(0, 0, 0, 0.2);
--txt-color: #444;
--heart-color: rgb(252, 8, 231);

}

.container_letter {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 350px;
    height: auto;
    position: relative;
   
   
   
   
    }
   
   
    .container_letter {
   
   
    background: var(--bg-envelope-color);
    box-shadow: 0 0 40px var(--shadow-color);
    width: 100%;
    height: 100%;
   
   
    }
   
   
    .envelope_wrapper {
   
   
        background: var(--bg-envelope-color);
        box-shadow: 0 0 40px var(--shadow-color);
       
        }
   
   
    .container_letter {
   
   
    position: relative;
    width: 300px;
    height: 230px;
   
   
    }
   
   
    .envelope_wrapper {
   
   
        position: relative;
        width: 300px;
        height: 230px;
       
       
        }
   
   
     .envelope {
   
   
            position: relative;
            width: 300px;
            height: 230px;
           
            }
   
   
   
   
    .envelope::before {
   
   
    content: " ";
    position: absolute;
    z-index: 1;
    border-top: 130px solid var(--envelope-tab);
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
    top: 0;
    transform-origin: top;
    transition: all 0.5s ease-in-out 0.7s;
   
   
   
    }
   
   
    .envelope::after {
   
   
    content: " ";
    position: absolute;
    z-index: 2;
    border-top: 130px solid transparent;
    border-left: 150px solid var(--envelope-cover);
    border-right: 150px solid var(--envelope-cover);
    border-bottom: 100px solid var(--envelope-cover);
    bottom: 0;
   

    }
   
   
    .letter {
   
   
    position: absolute;
    right: 20%;
    bottom: 0;
    width: 60%;
    height: 80%;
    background: var(--primary);
    transition: all 1s ease-in-out;
    padding: 20px 10px;
    box-shadow: 0 0 10px var(--shadow-color);
    z-index: 0;
   
   
    }
   
   
    .text {
   
   
    font-family:'Times New Roman', Times, serif;
    font-size: 10px;
    color: var(--txt-color);
    text-align: left;
    line-height: 1.2;
   

    }
   
   
   
   
    .heart {
   
   
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: var(--heart-color);
    z-index: 4;
    transform: translate(-50%, -20%) rotate(45deg);
    transition: transform 0.5s ease-in-out 1s;
    box-shadow: 0 0 10px var(--shadow-color);
    cursor: pointer;
   
   
    }
   
   
    .heart::before,
    .heart::after {
   
   
    content: " ";
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--heart-color);
    border-radius: 50%;
   
    }
   
   
    .heart::before {
   
   
    top: -7.5px;
    }
   
   
    .heart::after {
   
   
    right: 7.5px;  
   
    }

.flap > .envelope::before {

z-index: 0;
transform: rotateX(180deg);


}

.flap > .envelope .letter {

bottom: 100px;
transform: scale(1.5);
transition-delay: 1s;

}

.flap > .heart {

transform: rotate(90deg);
transition-delay: 0.4s;


}

.upoutavka {

display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
padding: 50px;
flex-wrap: wrap;
gap: 40px;
max-width: 1200px;
margin: auto;

}

.content {

display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 30px;
max-width: 1200px;
width: 100%;
padding: 20px;


}

.tequila_rose img {

max-width: 550px;

}

.text_content {

max-width: 500px;
text-align: left;
color: #ff1493;
font-size: 24px;
font-family: 'Times New Roman', Times, serif;
text-align: left;
line-height: 1.8;



}



@media screen and (max-width: 768px) {

.content {

flex-direction: column;
text-align: center;

}


.tequila_rose img {

max-width: 500px;

}

.reklamni_text {

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


}

.text_content {

text-align: center;

}

}


.reklamni_text {

font-family: 'Times New Roman', Times, serif;
font-weight: 300;
font-size: 3rem;
color: #ff1493;
text-shadow: 2px 2px 8px rgba(255, 20, 147, 0.5);
text-align: left;
margin-bottom: 10px;
line-height: 1.6;




}



@media screen and (max-width: 768px) {

.upoutavka {

flex-direction: column;
text-align: center;

}

.tequila_rose img {

max-width: 280px;

}

.reklamni_text {

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

}

.text_content {

text-align: center;   
}

}


h2 {

text-align: center;
color: #ff34bb;

}

h3 {

text-align: left;
color: #ff0e9f;

}




@media (max-width: 480px) {

#kontakt {

padding: 10px;

}

.kontaktni_udaje h2 {

font-size: 1.5em;

}

.kontaktni_udaje h3 {

font-size: 1em;

}

.kontaktni_udaje p {

font-size: 0.85em;

}

}

#kontakt {

 margin-bottom: 20px;


}

#kontakt h3 {

font-size: 1.2em;
color: #ff34bb;

}

#kontakt p {

font-size: 1em;
color: #555;


}

.kontaktni_udaje h2 {

text-align: left;
justify-content: left;
font-size: 34px;
color: #ff34bb;




}