header {
    background-color: rgb(255, 250, 221);
    height: 120px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 100;
}

#fakenaglowek {
    width: 100%;
    height: 120px;
}

header img {
    height: auto;
    width: 120px;
    margin-left: 70px;
}

#prawyheader {
    margin-right: 100px;
}

header a {
    margin-right: 70px;
    font-size: 1.2em;
    transition: color 0.2s ease-out;
    text-decoration: none;
    color: black;
    position: relative;
    display: inline-block;
}

header a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #fce253;
    transition: width 0.3s ease;
}

header a:hover::after {
    width: 100%;
}

header a:hover {
    color: #fce253;
    cursor: pointer;
}


body {
    font-family: 'Calibri';
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    font-size: 1.2em;

    
}

footer {
    bottom: 0;
    background-color: rgb(30, 30, 30);
    color: white;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: 200px;
    align-content: space-between;
}

#stopka1 {
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#stopka2 {
    background-color: black;
    height: 20%;
    width: 100%;
    padding: 10px;
    align-content: center;
    bottom: 0;
}

footer ul {
    list-style: none;
    line-height: 30px;
}

/*---------------------------------------*/

section p {
    font-size: 1.2em;
}

section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

#zdjecietlo {
    width: 100%;
    position: absolute;
    background-image: url('zdjecia/tlo.webp');
    background-size: 100%;
    background-position: center -500px;
    background-repeat: no-repeat;
    height: 100%;
    filter: blur(2px);
    z-index: 1;
}

#napisy1 {
    width: 70%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

#napisy2 {
    width: 50%;
    height: 300px;
    background-color: #fffcef;
    color: black;
    border-radius: 50px;
    padding: 20px;
    z-index: 99;
}

#napisy2 p:nth-of-type(1) {
    text-align: center;
    font-size: 1.3em;
    color: rgb(36, 36, 36);
    font-weight: bold;
    z-index: 99;
}

#napisy2 hr {
    margin: 0 auto;
    padding: 0;
    height: 2px;
    margin-top: -20px;
    width: 50%;
    background-color: #ccbb22;
    z-index: 1;
    border: 0;
}

#contact-form hr {
    margin: 0 auto;
    padding: 0;
    height: 2px;
    margin-top: -20px;
    width: 50%;
    background-color: #ccbb22;
    z-index: 1;
    border: 0;
}

#google hr {
    margin: 0 auto;
    padding: 0;
    height: 2px;
    margin-top: -40px;
    width: 13%;
    background-color: #ccbb22;
    z-index: 1;
    border: 0;
}

#napisy2 p:nth-of-type(2) {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 99;
}

#napisy2 p:nth-of-type(3) {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 99;
}

#napisy2 p:nth-of-type(4) {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 99;
}



#zdjecia {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 0px 5px black;
    align-content: center;
    z-index: 99;
}

form {
    margin-top: 30px;
    width: 45%;
    background-color: #fff59b6b;
    height: auto;
    padding: 35px;
    border: none;
    border-radius: 28px;
    display: flex;
    flex-wrap: wrap;
    z-index: 99;
}

input {
    width: 60%;
    height: 15px;
    border-radius: 7px;
    padding: 8px;
    font-family: Arial;
    border: none;
    z-index: 99;
}

input:hover, textarea:hover {
    box-shadow: 0px 0px 5px black;
    transition: box-shadow 0.2s ease-in-out;
}

textarea {
    border: none;
    width: 90%;
    height: 100px;
    border-radius: 7px;
    resize: none;
    padding: 8px;
    font-family: Arial;
    z-index: 99;
}

#przycisk {
    background-color: #e4d54d;
    width: 20%;
    height: 40px;
    font-size: 1em;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

#przycisk:hover {
    background-color: rgb(99, 99, 99);
    width: 20%;
    height: 40px;
    font-size: 1em;
    color: white;
    box-shadow: 0px 0px 10px black;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 99;
}

#formularz {
    width: 65%;
    z-index: 99;
}

#zdjecie {
    width: 30%;
    height: auto;
    z-index: 99;
}

img[alt="manekin"] {
    width: 120%;
    height: auto;
    margin-top: 50px;
    z-index: 99;
}

#kontakty {
    width: 35%;
    align-self: center;
    height: 300px;
    margin-top: 40px;
    z-index: 99;
}


#kontakty ul {
    list-style: none;
    line-height: 40px;
    font-size: 1.2em;
    z-index: 99;
}

#kontakty li {
    display: flex;
    align-items: center;
    z-index: 99;
}

.ikony {
    margin-top: 10px;
    width: 50px;
    margin-right: 10px;
    z-index: 99;
}

form p {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    margin-top: 5px;
    z-index: 99;
}


#google {
    height: 750px;
    width: 100%;
    margin-top: 50px;
    background-color: #fffcef;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    z-index: 99;
}

#google p {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    z-index: 99;
}


iframe {
    border-radius: 1px;
    border: 3px solid #ccbb22;
    z-index: 99;
}
