body{
    background-image: url(pics/pozadiiii.jpg);
    background-attachment: fixed;
    background-size:cover ; 
    background-position: center;
    font-family: "WDXL Lubrifont TC";
    margin: 0;
}
.obalka{
    margin: 0 auto;
    margin-top: -10px;
}
header{
     position: sticky;
    top: -10px;
    z-index: 1000;
}
.navigacka{
     background-color: black;
    height: 100px;
    margin-bottom: 100px;
}
.navi{
   max-width: 1700px;
  margin: 0 auto; 
  display: flex;
  justify-content: space-between;
}
.navigacka h1 a{
    transition: 1s;
    text-decoration: none;
    color: white;
}
.navigacka h1 a:hover{
    color: #4c08c2;
}
.navi h1{
    transform: scaleY(0.5);
    color: white;
    font-size: 120px;
    letter-spacing: 7px;
    font-family: "Passion one";
    margin: 0;
    margin-top:  -10px;
    cursor: default; 
    transition: 1s;
}
.navi h1:hover{
    color: #4c08c2;
}
.navi nav{
    margin-top: 12px;
}
.navi nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 20px;
margin-right: 25px ;
}
.gr{
     transform: scaleY(0.5);
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 7px;
}
.navi nav ul li{
    background-color: #270365;
    border-radius: 30px;
    height: 45px; 
    text-align: center; 
    transition: 0.8s; 
    
}
.navi nav ul li a {
   padding: 35px;
  font-family: "Passion one";
  color: #ffffff;
  text-decoration: none;
  font-size: 35px;
  transition: 0.8s;
}
.navi nav ul li a:hover{
    padding: 35px;
  font-family: "Passion one";
  color: #ffffff;
  text-decoration: none;
  font-size: 38px;
}
nav ul li:hover{
    background-color: #4c08c2;
    border-radius: 30px;
    height: 50px; 
    text-align: center; 
}
nav ul li.active{
    background-color: #4c08c2;
    border-radius: 30px;
}
nav ul li a.active {
  color: white;
  font-family: "Passion one";
  text-decoration: none;
}
nav ul li a.active:hover{
    color: white;
}
nav ul li:hover{
    background-color: #4c08c2;
    border-radius: 30px;
    height: 50px; 
    text-align: center; 
}
.obrazky img{
    margin-top: 12px;
    width: 70px;
    padding-right: 20px;
    padding-top: 10px;
}
.hlava .item1{
    grid-area: text1;
}
.hlava .item1, .hlava .item4{
    border-radius: 50px;
    background-color:#ff22008f ;
    width: 850px;
    height: 402px;
    cursor: default; 
    filter: brightness(70%);
    transition: 2s;
}
.hlava .item1:hover,.hlava .item4:hover{
    filter:brightness(150%);
}
.hlava .item1 h3, .hlava .item4 h3{
    text-align: center;
    font-family: "Passion one";
    font-size: 50px;
    color: rgb(255, 68, 0);
    letter-spacing: 2px;
    margin: 40px 0 0 0px;
}
.hlava .item1 p, .hlava .item4 p{
    color: white;
    font-family: "Passion one";
    font-size: 38px;
    text-align: center;
    margin:20px 23px ;
}
.hlava .item2{
    grid-area: obr1;
    margin-right: 100px;
    margin-top: 30px;
}
.hlava .item2 img , .hlava .item3 img{
border: solid #7b055d74;
width: 350px;
border-radius: 50px;
transition: 0.8s;
filter: saturate(20%);
filter: blur(3px);
}
.hlava .item2 img:hover, .hlava .item3 img:hover{
    filter: saturate(100%);
    filter: blur(0);
}
.hlava .item3{
    grid-area: obr2;
    margin-left: 80px;
    margin-top: -15px;
}
.hlava .item4{
    grid-area: text2;
    margin-top: -40px;
}
.hlava .grid-container {
  display: grid;
  grid-template-areas: 
  "text1 text1 obr1"
  "obr2 text2 text2";
  gap: 100px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 20px;
  color: #ffffff;
}
.hlava .alba{
    background-color: rgba(34, 3, 70, 0.639);
    text-align: center;
    width: 1400px;
    height: 500px;
    margin: 0 auto;
    border-radius: 40px;
    margin-bottom: 90px;
    cursor: default; 
}
.hlava .pozadi{
    background-color: #7B055E;
    font-size: 80px;
    height: 150px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 40px 40px 0 0;
    transition: 2s;
}
.hlava .alba:hover .pozadi{
    background-color: #ff0062;
}
.hlava .pozadi h2{
   padding: 20px;
   font-family: "Passion one";
   font-weight: 700;
   letter-spacing: 35px;
   color:#270365;
   transition: 3s;
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
.hlava .alba:hover .pozadi h2{
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 10px;
}
.hlava .alba ul{
    padding: 0;
    margin: 0 auto;
}
.hlava .alba ul li{
    display: inline;
    margin: 10px;
    transition: 2s;
}
.hlava .alba ul li a{
    display: inline-block;
    text-decoration: none; 
    font-size: 20px;
    font-family: "Jaro";
    transition: 0.7s;
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
.hlava .alba ul li:hover a{
    filter: blur(5px);
}
.hlava .alba ul li a:hover{
    filter: blur(0px);
    transform:scale(1.04);
}
.hlava .lonely{
    color: rgb(177, 116, 2);
}
.hlava .french{
color: rgb(190, 65, 62);
}
.hlava .cares{
color: rgb(203, 0, 101);
}
.hlava .death{
color: rgb(97, 98, 98);
}
.hlava .night{
color: rgb(1, 150, 150);
}
.hlava .summer{
color: rgb(192, 168, 34);
}
.hlava .faux{
color: rgb(233, 67, 227);
}
.hlava .alba ul li a img{
    margin-bottom: 10px;
    width: 170px;
    height: 170px;
    display: flex;
    border-radius: 20px;   
    transition: 1.5s; 
}
.hlava .alba ul:hover li a img{
    filter: blur(3px);
}
.hlava .alba ul li a img:hover{
    transform: scale(1.03);
   filter: blur(0px);
}
.hlava .pop{
    margin-top: -20px;
   font-family: "Jaro";
   font-weight: 600;
   color:#ffffff;
   transition: 2s;
   text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
   font-size: 45px;
   letter-spacing: 10px;
   transition: 2s;
}
.hlava .cast3{
   display: grid;
  grid-template-areas: 
  "text1 obr text2"
  "text1 obr text2";
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
  cursor: default;
}
.hlava .text1{
    float: left;
    height: 825px;
    width: 500px;
     background-color: #7b055d87;
    border-radius: 50px;
}
.hlava .text1 p,.hlava .text2 p{
    padding: 40px;
    font-size: 40px;
    font-family: "Jaro";
    color: white;
    text-align: center;
    margin: 0;
}
.hlava .obr{
    float: left;
    width: 320px;
    margin-bottom: 50px;
    text-align: center;
    
}
.hlava .obr img{margin: 0 auto;
    transition: 1.5s;
    margin-bottom: 20px;
    width: 250px; 
    filter:grayscale(100%);
    border-radius: 20px;
    
}
.hlava .obr img:hover{
    filter:grayscale(0%);
    transform: scale(1.05);
}
.hlava .text2{
    float: right;
    height: 825px;
    width: 500px;
    border-radius: 50px;
    background-color: #7b055d87;
}
.hlava .cast4{
    width: 1400px;
    margin-top: 20px;
    background-color: #ff66005a;
    margin: 0 auto;
    border-radius: 50px ;
    font-family: "Passion one";
    height: 300px;
    margin-bottom: 70px;
    cursor: default;
    transition: 2s;
}
.hlava .cast4:hover{
    background-color: #ff660084;
    
}
.hlava .cast4 h2{
 transform: scaleY(0.7);
font-size: 150px;
margin: 0;
text-align: center;
color: #ff0062;
}
.hlava .cast4 p{
    text-align: center;
    background-color: #ff006254;
    width: 680px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50px;
    padding-top: 15px;
    transition: 1s;
}
.hlava .cast4 p a{
    text-decoration: none;
    color: #ff0062;
    font-size: 50px;
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
.hlava .cast4 p:hover{
    background-color: #0400ff7c;
    transform: scale(1.03);

}
.historimus .nadpis{
    max-width: 1400px;
    font-family: "Passion one";
    margin: 0 auto;
    cursor: default; 
    margin-top: -100px;
}
.historimus .nadpis h2{
    width: 600px;
    margin-top: 160px;
    margin-bottom: 0;
    transform: scaleY(0.7);
    font-size: 180px;
    color: orangered;
    transition: 1.5s;
}
.historimus .nadpis h2:hover{
    color: #ff0062;
}
.historimus .mensi{
    transform: scaleY(0.5);
    font-size: 120px;
    font-family: "Passion one";
    cursor: default; 
    color: orangered;
    margin-top: -70px;
    margin-left: 20px;
    transition: 2s;
    width: 600px;
    margin-bottom: 140px;
}
.historimus .mensi:hover{
    color: #4c08c2;
}
.historimus .item1{
    grid-area: text1;
    margin-bottom: 20px;
}
.historimus .item2{
    grid-area: text2;
}
.historimus .item3{
    grid-area: obr;
    max-height: 830px;
}
.historimus .obr1 img{
margin-bottom: 97px;
margin-top: 14px;
}
.historimus .obr1 img,.historimus .obr2 img{
   height: 350px;
    width: 350px; 
    border-radius: 50px;
    transition: 1.5s;
}
.historimus .obr1 img:hover,.historimus .obr2 img:hover{
    transform: scale(1.05);
}
.historimus .item1, .historimus .item2{
    height: 380px;
    border-radius: 80px;
    background-color:#ff22005e ;
    cursor: default; 
    color: white;
    width: 1000px;
    transition: 1.5s;
}
.historimus .item1:hover, .historimus .item2:hover{
    transform: scale(1.05);
    background-color: #ff2200a8;
}
.historimus .item1 p, .historimus .item2 p{
    color: white;
    font-family: "Jaro";
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 65px;
}
.historimus .alba{
    background-color: black;
    margin-bottom: 150px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.historimus .alba ul{
    width: max-content;
    display: flex;
    padding: 0;
    margin: 0 auto;
    animation: scrollX 100s linear infinite;
}
@keyframes scrollX {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.historimus .alba ul li{
    flex: 0 0 auto;
    display: inline;
    margin: 10px;
    transition: 2s;
    
}
.historimus .alba ul li a img{
    flex-shrink: 0;
    margin: 30px 0;
    width: 170px;
    height: 170px;
    border-radius: 20px;   
    transition: 1.5s; 
     display: block;
}
.historimus .alba ul li a img:hover{
    transform: scale(1.03);
   filter: blur(0px);
}
.historimus .grid-container {
  display: grid;
  grid-template-areas: 
  "text1 text1 obr"
  "text2 text2 obr";
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 150px;
}
.historimus .grid1{
    grid-area: alba;
    width: 400px;
    background-color: #4c08c284;
    border-radius: 40px;
    text-align: center;
    color: #ff00bfbc;
    transition: 2s;
}
.historimus .grid1:hover{
    background-color: #4c08c2c3;
    color: #ff00bf;
    transform: scale(1.05);
    filter:brightness(150%);
}
.historimus .grid1 h3{
    color: #4c08c2;
    background-color: #ff00bf;
    border-radius: 40px 40px 0 0 ;
    font-size: 70px;
    font-family: "Passion one";
    margin: 0 auto;
    padding: 20px;
}
.historimus .grid1 p{ 
    padding: 0 10px;
    font-size: 40px;
    font-family: "Passion one";
}
.historimus .grid2{
    grid-area: interview;
    width: 500px;
    background-color: #ff006285;
    color: rgb(255, 93, 35);
    border-radius: 40px;
    transition: 2s;
}
.historimus .grid2:hover{
    transform: scale(1.05);
    background-color: #ff0062ae;
    color: rgb(255, 68, 0);
    filter:brightness(150%);
}
.historimus .grid2 h3{
    font-size: 70px;
    font-family: "Passion one";
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
.historimus .grid2 p{
    margin:0;
    text-align: center;
    padding: 0 20px;
    font-size: 42px;
    font-family: "Passion one";
}
.historimus .grid3{
    grid-area: songs;
    width: 400px;
    background-color: #ff22007c;
    color: #bf008f;
    border-radius: 40px;
    transition: 2s;
}
.historimus .grid3:hover{
    background-color: #ff220092;
    transform: scale(1.05);
    color: #ff00bf;
    filter:brightness(150%);
}
.historimus .grid3 h3{
    font-size: 60px;
    font-family: "Passion one";
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.historimus .grid3 p{
    margin:0;
    text-align: center;
    padding: 30px 20px;
    font-size: 50px;
    font-family: "Passion one";
}
.historimus .grid4{
    grid-area: fotka1;
    width: 400px;
    text-align: center;
}
.historimus .grid5{
    grid-area: fotka2;
    width: 400px;
    text-align: center;
}
.historimus .grid4 img,.historimus .grid5 img{
    filter: brightness(10%);
    width: 400px;
    height: 250px;
    border-radius: 40px;
    transition: 2s;
}
.historimus .grid4 img:hover,.historimus .grid5 img:hover{
    transform:scale(1.1);
    filter:brightness(150%);
    filter: brightness(40%);
}
.historimus .grid-container3 {
  display: grid;
  grid-template-areas: 
  "alba interview fotka1"
  "alba interview songs"
  "fotka2 interview songs";
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 200px;
  color: white;
   cursor: default; 
}


.osoby .yum{
    max-width: 1400px;
    margin: 0 auto;
}
.osoby .yum h1{
    width: 500px;
    text-align: left;
    margin-bottom: 120px;
    font-family: "Passion one";
    color: rgb(217, 51, 0);
    font-size: 150px;
    transform: scaleY(0.7);
    cursor: default;
    letter-spacing: 10px;
    animation: pohyb 10s ease-in-out 0s infinite;
    position: relative;
    transition: 2s;
}
@keyframes pohyb{
    0%, 100% {left: 10%;} 50% {left: 15%;} 
}
.osoby .yum h1:hover{
    color: white;
}
.osoby .hlavni{
    max-width: 1200px;
    margin: 0 auto;
    color: white;
    font-family: "Passion one";
    cursor: default;
}   
.osoby .img1, .osoby .img2,.osoby .img3{
    width: 350px;
    border-radius: 30px;
    background-size: cover;
}
.osoby .img1{
    background-image: url(pics/IMG_0170.JPG);
}
.osoby .img2{
    background-image: url(pics/jason.png);
    height: 524px;
}
.osoby .img3{
    background-image: url(pics/IMG_0172.JPG);
}
.osoby .vpravo{
    width: 650px;
    margin: 0 auto;
    grid-area: vpravo;
    margin-left: -20px;
}
.osoby .brad, .osoby .wyatt{
    display: grid;
    grid-template-areas:
    "obr vpravo vpravo";
}
.osoby .jason{
    display: grid;
    grid-template-areas:
    "vlevo vlevo img";
}
.osoby .img2{
    margin: -535px 0 0 0;
    grid-area: obr;
}
.osoby .vlevo{
    width: 650px;
    margin: 0 auto;
    grid-area: vlevo;
}
.osoby .img1, .osoby .img3{
    margin: 38px;
    grid-area: obr;
}
.osoby .brad h2, .osoby .jason h2, .osoby .wyatt h2{
    transform: scaleY(0.7);
    font-size: 95px;
    margin: 25px 0;
    transition: 2s;
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
.osoby .brad:hover h2{
    color: #ff0048;
}
.osoby .jason:hover h2{
    color: orangered;
}
.osoby .wyatt:hover h2{
    color: #ff00e6;
}
.osoby .brad p, .osoby .jason p, .osoby .wyatt p{
    margin: 0;
    width: 700px;
}
.osoby .brad, .osoby .jason, .osoby .wyatt{
    border-radius: 50px;
    margin: 100px 0;
    height: 600px;
    transition: 3s;
}
.osoby .brad:hover, .osoby .jason:hover, .osoby .wyatt:hover{
    transform: scale(1.05);
}
.osoby .brad{
    background-color: #ff006267; 
    font-size: 45px;
}
.osoby .jason{
    background-color: rgba(255, 81, 0, 0.524);   
    font-size: 48px;
}
.osoby .wyatt{
    background-color: rgba(255, 0, 234, 0.524); 
    font-size: 50px;
}



section .galerie {
    max-width: 1400px;
    margin: 0 auto;
}
section .galerie h2{
    margin-top: 0;
    margin-left: 90px;
    margin-bottom: 120px;
   text-align: center;
    font-family: "Passion one";
    color: white;
    font-size: 180px;
    transform: scaleY(0.7);
    cursor: default;
    letter-spacing: 30px;
    transition: 5s;
}
section .galerie h2:hover{
    letter-spacing: 100px;
}
.galerie .flex-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    gap: 50px;
    margin-bottom: 130px;
}
.galerie .box img {
    border-radius: 30px;
    width: 400px;
    height: 400px;
    transition: 0.8s;
}
.galerie .box img:hover {
    filter: contrast(110%);
    border-radius: 30px;
  transform: scale(1.05);
}
.galerie .vice{
    margin-top: 100px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #270365;
    font-size: 50px;
    width: 470px;
    height: 80px;
    padding-top: 23px;
    transition: 2s;
    margin-bottom: 150px;
}
.galerie .vice a{
    letter-spacing: 2px;
    font-family: "Passion one";
    text-decoration: none;
    color: white;
    transition: 2s;
}
.galerie .vice:hover{
    transform: scale(1.05);
}
.galerie .vice a:hover{
    color: #640dfc;
}




.zbozi .obrazky{
    width: 185px;
}
.zbozi .obrazky img{
    margin-top: 12px;
    width: 70px;
    padding-left: 90px;
    padding-top: 10px;
}
.zbozi section{
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 120px;
}
.zbozi section h2{
    width: 350px;
    margin: 0 auto;
    margin-left: 450px;
    font-family: "Passion one";
    font-size: 130px;
    color: white;
    text-shadow: -15px -5px 0px #BE015D;
    transition: 3s;
    transform: scaleY(0.8);
}
.zbozi section h2:hover{
    text-shadow: 15px 5px 0px #BE015D;
}
.zbozi .flex-container{
    max-width: 1300px;
    gap: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Passion one";
    margin: 150px 0;
}
.zbozi .box{
    height: 500px;
    width: 600px;
    background-color: #be015c9f;
    padding-top: 25px;
    border-radius: 60px;
    transition: 2s;
}
.zbozi .box1 img, .zbozi .box2 img, .zbozi .box3 img, .zbozi .box4 img{
    margin: 33px 0 33px 10px;
    width: 420px;
    height: 265px;
}
.zbozi .horni{
    width: 550px;
    height: 330px;
    background-color: white;
    border-radius: 50px 50px 0 0;
    margin: 0 auto;
    text-align: center;
}
.zbozi .cara3{
    height: 3px;
    background-color: white;
}
.zbozi .dolni h4{
    text-align: center;
    font-size: 32px;
    margin: 0 auto;
    padding-top: 15px;
    letter-spacing: 2px;
    grid-area: nadpis;
    cursor: default;
}
.zbozi .cena{
    grid-area: cena;
    border-radius: 30px;
    text-align: center;
    font-size: 30px;
    margin-left: 80px;
    height: 45px;
    padding-top: 13px;
    width: 150px;
    transition: 1s;
    cursor: default;
}
.zbozi .pridat{
    border-radius: 30px;
    grid-area: pridat;
    text-align: center;
    font-size: 30px;
    margin-left: -50px; 
    width: 200px;
    height: 45px;
    padding-top: 13px;
    transition: 1s;
}
.zbozi .box .pridat a{
    text-decoration: none;
    color: black;
    transition: 1s;
}
.zbozi .box:hover{
transform: scale(1.03);
}
.zbozi .box1 .pridat,.zbozi .box1 .cena{
    background-color: #7E7E7E;   
}
.zbozi .box1 h4{
    color: #7E7E7E;
    text-shadow: -5px -2px 4px rgba(0, 0, 0, 0.844)
}
.zbozi .box1 .pridat:hover, .zbozi .box1 .cena:hover {
    background-color: black;
    color: #7E7E7E;
}
.zbozi .box1 .pridat:hover a{
color: #7E7E7E;
}
.zbozi .box .pridat:hover,.zbozi .box .cena:hover{
    transform: scale(1.04);
}
.zbozi .box2 .pridat,.zbozi .box2 .cena{
    background-color: #0C4EAD;   
}
.zbozi .box2 h4{
    color: #0C4EAD;
    text-shadow: -5px -2px 4px rgba(0, 0, 0, 0.844)
}
.zbozi .box2 .pridat:hover, .zbozi .box2 .cena:hover {
    background-color: black;
    color: #0C4EAD;
}
.zbozi .box2 .pridat:hover a{
color: #0C4EAD;
}
.zbozi .box3 .pridat,.zbozi .box3 .cena{
    background-color: #B85241;   
}
.zbozi .box3 h4{
    color: #B85241;
    text-shadow: -5px -2px 4px rgba(0, 0, 0, 0.844)
}
.zbozi .box3 .pridat:hover, .zbozi .box3 .cena:hover {
    background-color: black;
    color: #B85241;
}
.zbozi .box3 .pridat:hover a{
color: #B85241;
}
.zbozi .box4 .pridat,.zbozi .box4 .cena{
    background-color: #B22F8A;   
}
.zbozi .box4 h4{
    color: #B22F8A;
    text-shadow: -5px -2px 4px rgba(0, 0, 0, 0.844)
}
.zbozi .box4 .pridat:hover, .zbozi .box4 .cena:hover {
    background-color: black;
    color: #B22F8A;
}
.zbozi .box4 .pridat:hover a{
color: #B22F8A;
}
.zbozi .box5 img, .zbozi .box6 img, .zbozi .box7 img, .zbozi .box8 img{
    height: 300px;
    margin-top: 10px;
}
.zbozi .box5 .pridat,.zbozi .box5 .cena{
    background-color: #F2EAD7;   
}
.zbozi .box5 h4{
    color: #F2EAD7;
    text-shadow: -5px -2px 4px rgba(0, 0, 0, 0.844)
}
.zbozi .box5 .pridat:hover, .zbozi .box5 .cena:hover {
    background-color: black;
    color: #F2EAD7;
}
.zbozi .box5 .pridat:hover a{
color: #F2EAD7;
}
.zbozi .box6 .pridat,.zbozi .box6 .cena{
    background-color: #0C4EAD;   
}
.zbozi .box6 h4{
    color: #0C4EAD;
    text-shadow: -5px -2px 4px rgba(0, 0, 0, 0.844)
}
.zbozi .box6 .pridat:hover, .zbozi .box6 .cena:hover {
    background-color: black;
    color: #0C4EAD;
}
.zbozi .box6 .pridat:hover a{
color: #0C4EAD;
}
.zbozi .box7 .pridat,.zbozi .box7 .cena{
    background-color: black;   
    color: white;
}
.zbozi .box7 .pridat a{
    color: white;
}
.zbozi .box7 h4{
    color: black;
    text-shadow: -5px -2px 4px rgba(255, 255, 255, 0.844)
}
.zbozi .box7 .pridat:hover, .zbozi .box7 .cena:hover {
    background-color: white;
    color: black;
}
.zbozi .box7 .pridat:hover a{
color: black;
}
.zbozi .box8 .pridat,.zbozi .box8 .cena{
    background-color: #272729;   
    color: white;
}
.zbozi .box8 .pridat a{
    color: white;
}
.zbozi .box8 h4{
    color: #272729;
    text-shadow: -5px -2px 4px rgba(255, 255, 255, 0.844)
}
.zbozi .box8 .pridat:hover, .zbozi .box8 .cena:hover {
    background-color: white;
    color: #272729;
}
.zbozi .box8 .pridat:hover a{
color: #272729;
}
.zbozi .dolni{
    height: 140px ;
    width: 550px;
    margin: 0 auto;
    background-color: #BE015D;
    border-radius: 0 0 50px 50px;
    grid-template-areas:
    "nadpis nadpis"
    "cena pridat";
    display: grid;
}
.zbozi .vice{
    margin: 100px 400px 150px 400px;
    border-radius: 50px;
    text-align: center;
    background-color: #82013f;
    font-size: 50px;
    width: 470px;
    height: 80px;
    padding-top: 23px;
    transition: 2s;
}
.zbozi .vice a{
    letter-spacing: 2px;
    font-family: "Passion one";
    text-decoration: none;
    color: white;
    transition: 2s;
}
.zbozi .vice:hover{
    transform: scale(1.05);
}
.zbozi .vice a:hover{
    color: black;
}
.pata{
    background-color: black;
    padding-top: 30px;
}
.konec{
    max-width: 1400px;
    margin: 0 auto;
}
.konec h2{
    font-family: "Passion one";
    color: white;
    font-size: 100px;
    margin: 0;
    padding: 0;
}
.vec1{
    grid-area: vec1;
}
.vec1 p input{
    width: 700px;
    height: 70px;
    padding-left: 15px;
    border-radius: 50px;
    font-size: 25px;
    font-family: "Passion one";
    color: white;
    background-color: rgba(255, 255, 255, 0.316);
}
.vec1 p input::placeholder{
    font-size: 25px;
    font-family: "Passion one";
    color: white;
    
}
.vec2{grid-area: vec2;}
.vec2 select{
     width: 720px;
    height: 70px;
    padding-left: 15px;
    border-radius: 50px;
    font-size: 25px;
    font-family: "Passion one";
    color: white;
    background-color: rgba(255, 255, 255, 0.316);
}
.vec2 select option{
    background-color: rgba(255, 255, 255, 0.316);
    color: black;
}
.vec3{grid-area: vec3;}
.vec3 p{
    color: white;
    font-family: "Passion one";
    font-size: 35px;
    margin: 15px 0 35px 0;
}
.vec3 label{
    font-size: 25px;
    letter-spacing: 1px;
    font-family: "Passion one";
}
.vec3 label input{
    transform: scale(2.5);
    margin: 20px;
    
}
.formm{
    display: grid;
    grid-template-areas: 
    "vec1 vec3"
    "vec2 vec3";
    max-width: 1400px;
    gap: 30px;
    margin: 0 auto;
    color: #ffffff;
}
.odeslat p input{
    width: 120px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 25px;
    font-family: "Passion one";
    color: white; 
    padding: 0; 
    margin-left: 5px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.316);
    margin-bottom: 50px;
}
.odeslat p input:hover{
    background-color: #ff0062;
}
.cara{
    height: 3px;
    background-color: #270365;
    margin-top: -62px;
}
.cara2{
   height: 1px;
    background-color: #ff0062;
    margin-top: -10px; 
}
.copyr{
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-family: "Barrio";
    font-size: 30px;
    color: #4c08c2;
}

