* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear::before {
    content: "";
    display: block;
    clear: both;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    background-color: #fff;
}

/* MENU */

.logo {
    text-align: center;
}

.burger {
    display: block;
    font-size: 30px;
    text-align: center;
    margin: 30px;
}

ol.mainMenu {
    line-height: 40px;
    position: absolute;
    z-index: 3;

}

ol ul,
ol li {
    list-style-type: none;
}

.navbar .trial {
    font-size: 25px;
    text-transform: none;
    text-decoration: none;

}

.mainMenu li a {

    padding: 20px 35px;
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

}

ul.mala li a {
    font-size: 14px;
    padding-left: 50px;
}

@media only screen and (max-width: 1023px) {

    nav .mainMenu {
        transform: translate(0, -140%);
        width: 100vw;
        ;
        background-color: #ffffff;
    }

    nav .mainMenu.active {
        transform: translate(0%);
    }

    .navbar .trial {
        font-size: 22px;
        line-height: 70px;
    }
ol li:last-of-type{
    margin-bottom: 50px;
}
    .mainMenu li a {
        font-size: 18px;
    }
}

@media(min-width:1024px) {
    .burger {
        display: none;
    }

    .logo {
        margin: 50px;
    }

    nav {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        
    }

    ol.mainMenu {
        line-height: 30px;
        list-style: none;
        display: flex;
        justify-content: space-around;
        margin-top: 50px;
        left: 40%;
    }

    .mala,
    .malutka,
    .open{
        position: absolute;
        display: none;
    }

.mainMenu li:hover .malutka,
.mainMenu li:hover .open{
    display:block;
}

.malutka li:hover .submenu,
.submenu2 li:hover .submenu3{
    display: block;
}

.navbar .trial {
    font-size: 20px;
    margin: 0 40px 0 40px;
}

.mainMenu li a {
    list-style: none;
    font-size: 14px;
    padding: 5px;

}
ul.mala li a {
    font-size: 12px;
    padding-left: 10px;
}
.open,
ul.mala li,
ul.malutka li{
     background-color: #fff;
     
}

ul.malutka li a {
    line-height: 20px;
    margin: 15px;
}

.mainMenu a{
    transition: .4s ease;
}
.mainMenu li:hover{
    background-color: rgb(224, 224, 224);
    color:#838383;
}

.submenu3{
    margin-top: 40px;
}
}

/* SECTION */

section {
    height: 40vh;
    position: relative;
    overflow: hidden;
}

.rokoko {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation: slider 15s infinite linear;
}

.rokoko:nth-child(2) {
    animation-delay: 5s;
}

.rokoko:nth-child(3) {
    animation-delay: 10s;
}


@keyframes slider {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1
    }

    33.33% {
        opacity: 1
    }

    38.33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media(min-width:1024px) {
    section {
        height: 80vh;
    }
}

/* MAIN */

h1 {
    margin: 40px 0;
    font: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444444;
}

h2 {
    font-size: 26px;
    color: #323232;
    font-weight: 600;
    padding: 0 20px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0px;
    padding: 0 20px;
    color: #444444;

}
a{
    text-decoration: none;
}

.flagi {
    text-align: center;

}

.flagi img {
    height: 100px;
    margin: 30px 0;

}

@media(min-width:1024px) {
    .szereg {
        display: flex;
        justify-content: space-between;
        margin: 0 100px 0 100px;

    }
}

p {
    text-align: left;
    margin: 20px 20px;
    color: #686868;
    font-size: 20px;
    font-weight: 300;


}

a.stajl {
    text-decoration: none;
    color: #21748c;
    font-weight: 500;
}

strong {
    color: black;
    font-weight: 500;
}

.kursywa {
    font-style: italic;
}

.kursywa li {
    text-align: left;
    font-size: 20px;
    list-style-type: none;
    color: #686868;
}

.srodek {
    margin-top: 30px;
}

.srodek h2,
.srodek p {
    text-align: center;
}

.srodek strong {

    font-size: 20px;
}

/* DIV */

.procenty {
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.skills {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;

}

.skill-name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
}

.skill-bar {
    height: 14px;
    background: #b4b3b3;
    border-radius: 3px;
}

.skill-per {
    height: 14px;
    background: #21748c;
    border-radius: 3px;
    position: relative;
    animation: fillBars 2.5s 1;
}

.skill-per::before {
    content: attr(per);
    position: absolute;
    padding: 4px 6px;
    background: #838383;
    ;
    border-radius: 4px;
    font-size: 12px;
    top: -20px;
    right: 0;
    transform: translateX(50%);
}

.skill-per::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #838383;
    /* top: -20px; */
    right: 0;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}

@keyframes fillBars {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }

}

/* aside */
aside {
    height: 20vh;
    background-image: url("img/parallax-contact.webp");
    background-position: center bottom;
    /*      background-position: 50% 100%;*/
    background-attachment: fixed;
    position: relative;
    /* background-size: cover; */
}

h2.cytat {
    position: absolute;
    bottom: 50px;
    left: 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: 100%;
    padding: 20px 0;
}

@media only screen and (max-width: 1023px) {
    aside {
        height: 40vh;
    }
}

/* INFO */

footer.odstep {
    margin-top: 100px;
    margin-bottom: 100px;
}

footer.odstep p {
    text-align: center;
}

p.small {
    font-size: 14px;
    text-align: center;
}

div.share a:hover {
    border: 1px #868686;
}

div.share {
    text-align: center;
}

div.share a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px #868686 solid;
    margin: 7px;
}

div.share a i {

    line-height: auto;
    padding: 10px 0px;
    color: #868686;
}

main,
footer {
    max-width: 1280px;
    margin: 0 auto;
}

/* MAIN PODSTRONY LISTA MIAST */

main h1.line {
    text-align: center;
    font-size: 38px;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 3vh 0;
}

main h1.line:before {
    content: "";
    position: absolute;
    width: 128px;
    bottom: 0;
    left: calc(50% - 64px);
    border-bottom: 1px solid #21748c;
}

main.first p,
main.first strong {
    text-align: center;
}

.kolumny h2 {
    font-weight: bold;
}

.kolumny img {
    margin-top: 50px;
}
p.podpis{
    font-size: 12px;
    margin:0 0 50px 0;
    
}

.kolumny {
    text-align: center;
    margin-top: 100px;
}

.kolumny div {
    margin: 0 30px;
}

.kolumny strong,
.kolumny p {
    text-align: center;
}

@media(min-width:1024px) {
    .kolumny {
        display: flex;
    }
}

/* MAIN PODSTRONY WYNAJEM BUSA OLSZTYN */

main.second,
.second {
    text-align: center;
}

main.second img {
    width: 100%;
    height: auto;
    margin: 30px 0;
}

/* .second h2{
    margin:20px;
} */

main.second p,
main.second strong {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

main.second li {
    list-style-type: none;
}

@media(min-width:1024px) {
    main.second img {
        width: auto;
        margin: 30px 0;
    }
}

/* ASIDE W KONTAKCIE */

h1.rh{
    margin: 40px 0;
    font: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
}
a.st{
    font-size: 30px;
}


aside {
    height: 130vh;
    background-image: url("img/image.png");
    background-position: center bottom;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 100px;

}

h2.cytat {
    position: absolute;
    bottom: 50px;
    left: 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.7); */
    width: 100%;
    padding: 20px 0;
}

h2.kontakt {
    text-align: center;
}

aside h1.line {
    text-align: center;
    font-size: 38px;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 3vh 0;

}

aside h1.line:before {
    content: "";
    position: absolute;
    width: 128px;
    bottom: 0;
    left: calc(50% - 64px);
    border-bottom: 1px solid #21748c;
}

aside.third p,
aside.third strong {
    text-align: center;
    color: #fff;
}

.mapa {
    margin-top: 100px;
    text-align: center;
}

iframe {
    width: 80%;

}
iframe.blokowy{
    position: static;
    max-width: 1280px;
    margin: 0 auto;
    transform: none;
}

@media(min-width:1024px) {
    aside.third {
        width: 80vw;
        height: 70vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        
    }
}

/* MAPA I PODSTORNY PODSRTON */
.fourth {
    position: relative;
    height: 50vh;
    width: 100%;

}

iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.podstrony {
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0 70px 0;
    font-size: 15px;
}

@media(max-width:1024px) {
    .podstrony {
        padding: 20px;
    }
}
.fifth {
    text-align: center;
    margin-top: 50px;
}

.biel {
    margin-bottom: 200px;
}

main.second img.male {
    width: 300px;
}

.przycisk {
    text-transform: uppercase;
    text-decoration: none;
    color: #7e7b7b;
    background-color: #e5e9e9;
    padding: 10px;
    border-radius: 20px;
}

.przycisk:hover {
    background-color: #cfd3d3;
}

div.woj {
    text-align: left;

}

.woj strong {
    font-weight: bold;
    font-size: 20px;
}

.woj li {
    list-style-type: square;
    line-height: 35px;

}

.woj a {
    font-size: 17px;
    color: #21748c;
    font-weight: 600;

}

.pierwszy {
    margin-top: 50px;
    color: #ffffff00
}

@media(min-width:1024px) {
    div.woj {
        margin-left: 100px;
    }
}

main.drugi {
    line-height: 40px;
}

/* CIEKAWOSTKI W MIASTACH */
div.spam {
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 30px;
    text-align: center;
}
h2.ilejeszcze{
    font-size: 17px;
    margin: 30px 0;
}
br.przerwa{
    margin-top: 30px;
}

/* DJ */
.dj{
margin-top: 50px;
}
.dj p{
    text-align: center;
    font-size: 15px;
}
.dj p a{
    text-decoration: none;
    color: #686868;
}

li.miasto{
font-size: 17px;
color: #21748c;
font-weight: 600;
}

.rabat{
    text-align: center;
}
.rabat img{
    width: 100%;
}
@media(min-width:1024px) {
    .rabat img{
        width: 70%;
    }
}