* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 
body {
    max-width: 1200px;
    margin: 0 auto;
} */

/*    Cookies    */

.cookies-eu-banner {
    background: #093a71;
    color: #fff;
    padding: 6px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    height: 150px;
    line-height: 50px;
    width: 100%;
    z-index: 510;
    clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%);
    border: 3px solid #0a0635;
  }
  
.cookies-eu-banner button {
    text-decoration: none;
    background: #290ebf;
    color: #fff;
    border: 1px solid #0a0635;
    border-radius: 10px;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
    animation: btncookie 1s infinite alternate linear;
  }
  
  .cookies-eu-banner button:hover {
    background: #fff;
    color: #222;
  }

  .hidden {
    display: none;
  }

/* Header */

header {
    /* border: 5px solid red; */
    min-height: 90vh;
    background: linear-gradient(rgba(197, 197, 224, 0.449),rgba(194, 194, 220, 0.416))
                ,url(../img/bg-blinds.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-attachment: fixed;

    display: flex;
    flex-direction: column;
    justify-content: center; /*hlavna os*/
    align-items: center; /*vedlajsia*/
}

.akcia p {
    position: relative;
    top: -120px;
    color: rgb(0, 255, 4);
    font-family: monospace;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .15em;
    text-shadow: 2px 2px 1px rgb(19, 5, 5);
    overflow: hidden;
    border-right: .15em solid blue;
    white-space: nowrap;
    margin: 0 auto;
    animation: 
            typing 4.5s infinite steps(30, end),
            blink-caret 0.5s infinite step-end alternate;
}

header img {
    width: 350px;
    transform: rotate(-10deg);
    animation: floating 3s alternate infinite linear; /*infinite pojde do nekonecna od 0-100, alternate to da do plynula aby sa aj vracal k nule */
}

header h1 {
    font-size: 70px;
    color: #16210b;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 5px 6px 20px rgb(255, 255, 255);
    -webkit-text-stroke: white 0.1px;  /* okraj pismen */
}

header nav {
    display: none;
}
header nav ul  {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    /* background-color: #16210b; */
    height: 40px;
    flex-grow: 1;
    position: absolute;
    right: 40px;
    justify-content:center;
    align-items: center;
    top: 5px;
    
   }

.menu-icon {
    display: flex;
    top: 12px;
    right: 20px;
    position: absolute;
    
}

header ul li a {
    padding:5px 15px;
    margin: 20 30px;
    width: 70px;
    /* background: #093a71; */
    border-radius: 15px;
    text-decoration: none;
    color: black;
    /* text-shadow: 1px 1px 1px rgb(240, 239, 243); */
    font-size: 20px;
    /* box-shadow: 1px 1px 2px rgb(18, 4, 83); */
    transition: all 0.3s linear;
}

header ul li a:hover {
    color: rgb(172, 151, 151);
    /* background: #093a718d; */
    background: #093a71;
    /* text-shadow: 1px 1px 1px rgb(29, 26, 26); */
    box-shadow: 1px 1px 8px rgb(193, 200, 206);
    /* text-decoration:underline;
    border-bottom: #16210b; */
    box-shadow: 1px 1px 2px rgb(18, 4, 83);
    transition: all .5s linear;
}

/* *** form result *** */

.form-result {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}


.success {
	background-color: lightgreen;
}

.error {
	background-color: red;
}


/* Main */
main{
    background-color: rgba(24, 19, 176, 0.256);
}

.main1 {
    max-width: 1300px;
    margin: 0 auto;
    
}

.blog {
    text-align: center;
    font-size: 26px;
    padding: 30px 100px;
        }

.blog a {
    text-decoration: none;
    color: #0a0635;
}

.blog a:hover {
    
    color: #0a0635b4;
}

.blogimg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 50%;
    border-radius: 25px;
    margin: 30px 0;
    
}

.zoznam {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.list {
    background: linear-gradient(#093a71,rgb(3,4,6));
    color: rgb(145, 188, 220);
    font-size: 23px;
    padding: 15px 40px;
    max-width: 100vh;    
    margin: 10px auto;
    box-shadow: 5px 5px 20px #2c5c92;
    text-align: left;
    position: relative;
    border-radius: 20px;
    }
.nadpisgal {
    text-align: center;
    position: relative;
    top: -100px;
    font-size: 28px;
    text-shadow: 5px 6px 10px black;
    font-family: roboto;
}
.nadpisgal a{
    text-decoration: none;
    background-color: #0a0635;
    padding: 5px 25px;
    color: antiquewhite;
    font-size: 25px;
    border-radius: 10px;
    margin-top: 50px;
}
.nadpisgal a:hover{
    background-color: #0a0635c1;
}

.gal {
	margin-left: 1%;
	margin-right: 1%;
    text-align: center;
    position: relative;
    top: -50px;
}

.gal img {
	/* width: 50%; */
	max-width: 300px;
	margin: 5px 5px;
	display: inline-block;
	border-radius: 10px;
    box-shadow: 5px 5px 5px grey;
}
.about-us, .about-us2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    }

.about-us-text {
    background: linear-gradient(#093a71,rgb(3,4,6));
    color: rgb(145, 188, 220);
    font-size: 20px;
    padding: 15px;
    max-width: 70vh;
    
    margin: 10px auto;
    box-shadow: 5px 5px 20px #2c5c92;
    text-align: center;
    position: relative;
    top: -50px;
}   
.about-us-text h2 {
    font-size: 25px;
}
.about-us-text a {
    /* text-decoration:none; */
    color: rgb(145, 188, 220);
}
.about-us-text a:hover {
    /* text-decoration:none; */
    color: rgb(145, 220, 213);
}
.photo-gallery {
    
    margin-top: 20px;
}
.gohome1 {
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    position: relative;
    top: -10px;
}
.gohome {
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    position: relative;
    top: -100px;
}
.images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.one-image {
    padding: 0 20px 20px;

}

.one-image img {
    max-width: 350px;
    max-height: 260px;
    transform: scale(1.0);
    transition: all 0.5s linear;
    box-shadow: 5px 5px 20px #2c5c92;
    border-radius: 15px;
}

.one-image img:hover {
    transform: scale(1.15);
}

#contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #093a713f;
    margin-top: 40px;
}
.map {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    box-shadow: 5px 5px 20px blue;
    margin-top: 0px;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.form {
    margin: 20px;
}

.contForm {
    padding: 5px;
    margin: 5px;
    width: 200px;
    border: 1px solid blue;
    border-radius: 5px;
    box-shadow: 2px 2px 5px blue;
}

.contForm:hover {
    width: 205px;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 2px 2px 5px black;
}

.contSubmit {
    padding: 5px;
    margin: 5px;
    width: 150px;
    border: 1px solid blue;
    border-radius: 15px;
    box-shadow: 2px 2px 5px blue;
}

.contSubmit:hover {
    color: #2c5c92;
    width: 160px;
    border: 1px solid black;
    background: black;
}

.table {
    padding: 5px;
    margin: 5px;
    width: 280px;
    box-shadow: 5px 5px 20px blue;
    border-radius: 5px;
    background: white;
}
#companyName {
    font-size: 14px;
    padding: 15px 0;
    color: #093a71;
    margin: 0 auto;
}

.table tr {
    font-size: 17px;
    padding: 15px;
}

.table tr a:hover {
    box-shadow: 5px 5px 20px blue;
    padding: 3px;
}

footer {
    background: #2c5c92;
    /* margin-top: 40px; */
    height: 50px;
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 18%, 100% 85%, 70% 100%, 30% 100%, 0 82%, 0 18%); */
    }

footer p {
    color: rgb(151, 159, 212);
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
footer a {
    color: rgb(151, 159, 212);
}

/* Keyframes */

@keyframes floating {
    0%{
        transform: translateY(-70px);
    }
    33%{
        transform: translateX(-20px);
    }
    66%{
        transform: translateX(+20px);
    }
    100%{
        transform: translateY(-70px);
    }
}

@keyframes typing {
    0% {width: 0; }
    100% {width: 100%;}
}

@keyframes blink-caret {
    from, to {border-color: transparent;}
    50% {
        border-color: rgb(21, 0, 255);
    }
}

@keyframes btncookie {
    0%{

    }
    100%{
        border: 1px solid #635bc1;
    }
}