*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

        font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
header{
    top: 0;
    position: fixed;
    min-width: 100%;
    min-height: 100px;
    background:linear-gradient(45deg,rgb(208, 38, 42) 0%,rgb(208, 38, 42) 21.5%, rgb(107, 11, 11) 100% );
      z-index: 1000;

}

nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;


}

nav ul{
    display: flex;
    flex-direction: row;
    justify-content: right;
}

nav ul li{
    list-style: none;
    margin-right: 15px;
}

nav ul li a{
    text-decoration: none;
    font-size: 17.5px;
    font-weight: bold;
    color: white;

}

nav ul li a:hover{
    color: coral;
    text-decoration: underline;
}
.logo{
    flex-grow: 1;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 25px;
    

}
.logo a{
    font-size: 45px;
    font-family: Georgia, sans-serif;



}


.logo a span{
    font-size: 45px;
    font-family: "ITC Benguiat Book Condensed", sans-serif;

                                                

}
.logo a, .logo a span{
    text-decoration: none;
    color:white;
    text-shadow: 1px 1px  1px black;

}
.secretMenu{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ham_menu, .cross_menu{
    display: none;
    cursor: pointer;
}

.ham_menu img, .cross_menu img{
width: 25px;
}



main{
    margin-top: 100px;
    min-height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/sada/4.png");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.mainUpper{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

}

footer{
        background:linear-gradient(45deg,rgb(208, 38, 42) 0%,rgb(208, 38, 42) 21.5%, rgb(107, 11, 11) 100% );
        min-height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
}
.firmData{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.sidlo, .vyrobna{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:0px 75px 0px 75px;
    color: white;
}

.visitka{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
        background-color: white;
        margin: 50px;
        border: 0.5px solid black;
        box-shadow: 5px 5px 5px black;
}

.visitParagraph{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 35px 0px 35px;
    font-size: 17.5px;

}

.visitEmail a, .visitPhone a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.gordon{
    margin-top: 20px;
}
.gordon a{
    text-decoration: none;
    color: white;

}

.firstPart{
    display: flex;
    width: 100%;
    height: 100vh;
}

.stPartLeft, .stPartRight {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stPartRight{
/* background-color: rgb(247, 244, 239); */
background: linear-gradient(45deg,rgb(247, 244, 239), rgb(246, 225, 186));
display: flex;
flex: 0 0 40%;
justify-content: center;
align-items: center;
}

.stPartRight h2{
    font-family: "Benguiat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.stPartLeft{
background-color: rgb(247, 244, 239);
display: flex;
flex: 0 0 60%;
justify-content: center;
align-items: center;
}
.stPartLeft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stPartRight h2{
    font-size: 55px;
    text-align: center;
    padding: 25px;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.427);
}

.secondPart{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background-color: rgba(247, 244, 239, 0.605);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.secondPart h2{
    position: absolute;
    white-space: nowrap;
    font-size: 40px;
    animation: slideText 20s linear forwards;
        text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.427);

}

@keyframes slideText {
    0% {transform: translateX(400%);}
    20% {transform: translateX(-50%);}
    80% {transform: translateX(-50%);}
    100% {transform: translateX(-500%);}
}

.thirdPart{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    height: 40vh;
    /* background-color: rgb(247, 244, 239); */
    background: linear-gradient(45deg, rgb(247, 244, 239), rgb(246, 225, 186));
}

.rdPartMidlle{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.rdPartText h2{
    font-size: 30px;
    text-shadow: 2px 2px 2px black;
}



/* FAQ page*/

.allFaq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 25px 250px 25px 250px;
    /* background-color: blanchedalmond; */
    padding: 10px 30px 10px 30px;

    font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;

    display: grid;       
  gap: 16px;
 

}

.startFaq{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.814);
    border-radius: 25px;
        box-shadow: 10px 10px 10px black;

}

.oneFaq{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        margin-top: 30px;
            background-color: rgba(255, 255, 255, 0.677);
    border-radius: 25px;
    padding: 12.5px;
    text-align: center;
    border: 2px solid black;
    box-shadow: 10px 10px 10px black;

  z-index: 0;
  opacity: 0;
  transform: translateX(-100px);
  animation: flyIn 500ms ease forwards;
  animation-delay: calc(var(--i) * 360ms);

}

@keyframes flyIn{
  from { opacity:0; transform: translateX(-100px); }
  to   { opacity:1; transform: none; }
}
@media (prefers-reduced-motion: reduce){
  .oneFaq{ animation: none; opacity: 1; transform: none; }
}

.oneFaq h3{
        font-size: 30px;

}
.oneFaq p{
    font-size: 20px;
}

.allFaq p, .startFaq p, .oneFaq p{
    text-align: center;
    margin-top: 10px;
}

.allRecepty {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
            margin: 15px 250px 15px 250px;


}

.startRecetpy{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.791);
    border: 10px solid black;
    padding: 0px 0px 0px 15px;

}


.titleRecepty h1{
    text-shadow: 10px 10px 10px black;
}


.oneRecepty{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 10px 15px 50px 15px;
    background-color: white;
    margin: 10px 0px 10px 0px;
    border: 0.10px solid black;
    box-shadow: 10px 10px 10px black;

    width: 100%;
    

}

.oneRecepty h3{
margin-top: 15px;
font-size: 30px;
}

.oneRecepty p{
margin-top: 15px;
font-size: 20px;
font-style: italic;
}

.primeContacts, .orders, .email, .phone, .contact, .invoiceContact, .workspaceContact, .elPadrino{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.email a, .phone a{
    text-decoration: none;
    color: green;
    font-weight: bold;
}

.primeContacts{
    background-color: white;
    padding: 25px;
    border-radius: 15px;
    border: 3px solid black;
    box-shadow: 10px 10px 10px black;
    margin-top: 15px;
}

.mainOffer{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 15px 0px 15px 0px;
    background-color: rgba(255, 255, 255, 0.799);
    padding: 25px;
    border: 3px solid black;
    box-shadow: 10px 10px 10px black;
}

.packOffer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.packOffer ul{
    list-style: none;

}

.packOffer ul li a{
    text-decoration: none;
    color: black;
    font-weight: bold;

}

.containsOffer{
    width:250px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button{
    margin: 15px;
}

.button a{
    text-decoration: none;
    color: white;
    background-color: rgb(208, 38, 42);
    padding: 5px 15px 5px 15px; 
    border-radius: 15px;
    font-weight: bold;
    box-shadow: 5px 5px 5px black;
    

}

.button a:hover{
    color:black;
    background-color: white;
    box-shadow: 5px 5px 5px rgb(208, 38, 42);


}

.allStars{
    margin: 15px;
    background-color: white;
    border: 3px solid black;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-shadow: 5px 5px 5px black;
}

.star{
    margin: 5px;
 

}

.star table{
    width: 750px;
    display: flex;
    justify-content:center;
    align-items: center;
    
}

table tr{
    border: 0.5px solid black;
}

.star h3{
    text-align: center;
    margin: 5px;
}

.firstTD{
    text-align: left;
    padding-left: 10px;
    width: 375px;
}

.secondTD{
    width: 375px;
}
