* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Lato;
}

header>* {
    position: absolute;
}


/* BURGER */
.burger {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 35px;
    line-height: 50px;
    transition: .3s linear;
    z-index: 9;
}

.burger:hover {
    cursor: pointer;
}

aside {
    position: fixed;
    bottom: 100%;
    width: 100%;
    background-color: #fa255ede;
    transition: .3s linear;
    z-index: 8;
    padding-top: 20px;

}

aside p {
    text-align: center;
    margin: 10px auto;

}

div a {
    text-decoration: none;
    font-family: 'Lora';
    color: #f8e5e5;
    font-size: 18px;

}

.fa-solid.fa-heart {
    font-size: 10px;
    padding: 3px;
}

.flags img {
    height: 30px;
    margin: 5px 10px;
}


.fas {
    display: none;
    color: white;
}

div.menu {
    opacity: 0;
    transition: 1s;
}

div.menu.show {
    opacity: 1;
}

i.show {
    display: block;
}

aside.show {
    position: fixed;
    top: 0;
    bottom: 25%;
}

.fas.fa-times {
    color: #f8e5e5;

}

.fa-solid.fa-phone,
.fa-solid.fa-envelope {
    padding-right: 5px;
}

@media (orientation: portrait) and (min-height: 740px) {

    div a {
        font-size: 22px;

    }
}

@media (orientation: portrait) and (min-width: 390px) {

    .burger {
        top: 20px;
    }

    aside p {
        margin: 20px auto;
    }

}

@media (orientation: portrait) and (min-width: 430px) {
    div a {
        font-size: 24px;

    }
}

@media (orientation: portrait) and (min-width: 768px) {

    .burger {
        top: 50px;
        right: 50px;
        font-size: 60px;
    }

    .menu {
        margin-top: 40px;
    }

    div a {
        font-size: 32px;
    }

    .flags img {
        height: 50px;
        margin: 5px 20px;
    }
}

@media (orientation: portrait) and (min-width: 820px) {

    .burger {
        top: 45px;
        right: 60px;
        font-size: 70px;
    }

    .menu {
        margin-top: 50px;
    }

    div a {
        font-size: 34px;
    }

    .flags img {
        height: 60px;
        margin: 5px 20px;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {

    .burger {
        top: 60px;
        right: 50px;
        font-size: 90px;
    }


    div a {
        font-size: 40px;
    }

    aside.show {
        bottom: 50%;
    }
}


@media (orientation: landscape) and (min-width: 640px) {
    aside.show {
        bottom: 0;
    }
}


@media (orientation: landscape) and (min-width: 1024px) {

    .burger {
        display: none;
    }

    aside {
        display: flex;
        justify-content: flex-end;
        position: fixed;
        top: 0;
        height: 100px;
        width: 100%;
        background-color: transparent;
        transition: .3s linear;
        z-index: 8;
        padding: 0;
        opacity: 1;
    }

    aside .hidden {
        opacity: 0;
    }

    div.menu {
        margin: 0;
        opacity: 1;
        display: flex;
        align-items: center;
        width: 800px;
    }

    div.menu p {
        display: flex;
        padding: 10px 10px;
        transition: .3s linear;
        color: white;
        border-bottom: 1px solid transparent;
    }

    div.menu p:hover {
        border-bottom: 1px solid white;
    }

    div.menu p:last-of-type {
        transition: none;
    }

    div.menu p:last-of-type:hover {
        border-bottom: none;
    }

    div.menu p:nth-of-type(even) {
        display: none;
    }


    div a {
        font-size: 16px;
        color: white;
        transition: .3s linear;

    }


    .flags img {
        height: 20px;
        margin: auto 5px;
        transition: transform .3s ease;
    }

    .flags img:hover {
        transform: scale(1.5);

    }

    .fa-solid.fa-heart {
        display: none;
    }

    .fa-solid.fa-phone,
    .fa-solid.fa-envelope {
        padding-right: 5px;
        font-size: 20px;
    }

}





/* HEADER */

h1 {
    font-family: 'Lora';
    font-weight: 400;
    font-size: 35px;
}

h2 {
    font-family: 'Lora';
    font-weight: 400;
    font-size: 30px;
}



header {
    position: relative;
    height: 100vh;
}

.hedimg {
    background-image: url('img/banner768x1024.jpg');
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.logo-bg {
    position: fixed;
    height: 85px;
    width: 100%;
    background-color: #fa255ede;
    z-index: 8;

}

.logo {
    position: fixed;
    width: 160px;
    top: 15px;
    left: 30px;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.hidden {
    opacity: 0;
}

header h1 {
    top: 340px;
    left: 30px;
    color: white;
}

header h2 {
    top: 390px;
    left: 30px;
    color: white;
}

.ornament-banner {
    width: 172px;
    top: 440px;
    left: 30px;
}

header p {
    top: 490px;
    left: 30px;
    color: white;
    font-size: 18px;
}

@media (orientation: portrait) and (min-width: 390px) {
    .logo {
        top: 20px;
    }

    header h1 {
        font-size: 40px;
        top: 450px;
    }

    header h2 {
        font-size: 35px;
        top: 500px;
    }

    .ornament-banner {
        width: 200px;
        top: 560px;
    }

    header p {
        top: 610px;
        font-size: 20px;
    }
}

@media (orientation: portrait) and (min-width: 768px) {

    .hedimg {
        background-image: url('img/banner768x1024.jpg');
    }

    .logo-bg {
        height: 160px;

    }

    .logo {
        top: 30px;
        left: 50px;
        width: 300px
    }

    header h1 {
        font-size: 58px;
        top: 650px;
        left: 50px;
    }

    header h2 {
        font-size: 53px;
        top: 720px;
        left: 50px;
    }

    .ornament-banner {
        width: 300px;
        top: 810px;
        left: 50px;
    }

    header p {
        top: 890px;
        left: 50px;
        font-size: 30px;
    }
}

@media (orientation: portrait) and (min-width: 820px) {

    .logo-bg {
        height: 160px;

    }

    .logo {
        top: 30px;
        left: 50px;
        width: 300px
    }

    header h1 {
        font-size: 64px;
        left: 60px;
    }

    header h2 {
        font-size: 59px;
        left: 60px;
    }

    .ornament-banner {
        width: 350px;
        top: 820px;
        left: 60px;
    }

    header p {
        top: 920px;
        left: 60px;
        font-size: 35px;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {

    .logo-bg {
        height: 220px;

    }

    .logo {
        top: 40px;
        left: 60px;
        width: 400px;
    }

    header h1 {
        font-size: 70px;
        top: 900px;
        left: 60px;
    }

    header h2 {
        font-size: 65px;
        top: 990px;
        left: 60px;
    }

    .ornament-banner {
        width: 400px;
        top: 1090px;
        left: 60px;
    }

    header p {
        top: 1200px;
        left: 60px;
        font-size: 40px;
    }
}

@media (orientation: landscape) and (min-width: 640px) {

    .hedimg {
        background-image: url('img/banner812x375.jpg');
        top: 85px;
    }

    header h1 {
        top: 150px;
    }

    header h2 {
        top: 195px;
    }

    .ornament-banner {
        width: 200px;
        top: 250px;
    }

    header p {
        top: 300px;
    }
}


@media (orientation: landscape) and (min-width: 1024px) {

    #bg {
        position: absolute;
        top: -25%;
        width: 100%;
        height: 100%;
        background: #fff url(img/heart.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100px;
        mix-blend-mode: screen;
    }

    header {
        height: 200vh;

    }

    .hedimg {
        background-image: url('img/banner1920x1080.jpg');
        background-position: top;
        top: 60px;
    }

    .logo-bg {
        height: 100px;
        width: 100%;
        background-color: #fa255e;

    }

    .logo {
        top: 15px;
        left: 100px;
        width: 200px;
    }


    header h1 {
        top: 700px;
        left: 100px;
        font-size: 40px;
    }

    header h2 {
        top: 750px;
        left: 100px;
        font-size: 35px;
    }

    .ornament-banner {
        top: 810px;
        left: 100px;
        width: 200px;
    }

    header p {
        top: 860px;
        left: 100px;
        font-size: 20px;
    }
}




















/* PIENA */

.piena {
    background-color: #f8e5e5;
}

.piena-text {
    padding: 30px;
}

.piena-text h2 {
    text-align: center;
}

.piena-text p {
    padding-bottom: 20px;
}

.ornament {
    position: relative;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px auto;
}

.piena-img {
    background-image: url(img/piena-500.jpg);
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (orientation: portrait) and (min-width: 390px) {

    .piena-text p {
        font-size: 18px;
    }

}

@media (orientation: portrait) and (min-width: 768px) {

    .piena-img {
        background-image: url(img/piena-750.jpg);
    }

    .piena-text {
        padding: 50px;
    }


    .piena-text h2 {
        font-size: 50px;
    }

    .piena-text p {
        font-size: 25px;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {

    .piena-text {
        padding: 60px;
    }


    .piena-text h2 {
        font-size: 60px;
    }

    .piena-text p {
        font-size: 35px;
    }
}

@media (orientation: landscape) and (min-width: 640px) {

    .piena-img {
        background-image: url(img/piena-750.jpg);
        background-position: bottom;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {
    .piena-img {
        background-image: url(img/piena-1000.jpg);
    }

    .piena-text {
        padding: 50px;
    }


    .piena-text h2 {
        font-size: 50px;
    }

    .piena-text p {
        font-size: 25px;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {

    .piena {
        display: flex;
        width: 100%;
    }

    .piena-text {
        width: 65%;
        padding: 50px 100px;
    }

    .piena-text h2 {
        font-size: 30px;
    }

    .piena-text p {
        font-size: 16px;
    }

    .piena-img {
        position: relative;
        background-image: url(img/piena-1000.jpg);
        background-repeat: no-repeat;
        background-size: 35%;
        background-position: right -100%;
        background-attachment: fixed;
        width: 35%;
        height: 80vh;
    }
}




/* O NAS */

.about {
    padding: 30px;
    background-color: white;
}

.about h2 {
    text-align: center;
}

.photo {
    width: 100%;
}

.profile {
    display: flex;
    flex-direction: column;
}

.monika,
.anna {
    margin-bottom: 20px;
}

.data p:first-child {
    font-family: 'Lora';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 40px;
}

.data p:nth-child(2) {
    font-family: 'Lora';
    font-size: 18px;
}

.opis {
    padding-top: 15px;
}

.data {
    padding: 15px;
}

.about-text p {
    padding-bottom: 20px;
}

@media (orientation: portrait) and (min-width: 390px) {

    .about-text p {
        font-size: 18px;
    }

}

@media (orientation: portrait) and (min-width: 768px) {


    .about {
        padding: 50px;
    }


    .about h2 {
        font-size: 50px;
    }


    .monika,
    .anna {
        margin-bottom: 40px;
    }

    .data p:first-child {
        font-size: 30px;
        line-height: 60px;
    }

    .data p:nth-child(2) {
        font-family: 'Lora';
        font-size: 28px;
    }

    .data p:last-child {
        font-size: 25px;
    }

    .data {
        padding: 25px;
    }

    .about-text p {
        font-size: 25px;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {
    .about {
        padding: 60px;
    }

    .about h2 {
        font-size: 60px;
    }


    .monika,
    .anna {
        margin-bottom: 60px;
    }

    .data p:first-child {
        font-size: 50px;
        line-height: 70px;
    }

    .data p:nth-child(2) {
        font-family: 'Lora';
        font-size: 40px;
    }

    .data p:last-child {
        font-size: 35px;
    }

    .data {
        padding: 30px;
    }

    .about-text p {
        font-size: 35px;
    }
}

@media (orientation: landscape) and (min-width: 640px) {

    .profile {
        margin: 0 30px;
    }

    .photo {
        width: 50%;
        left: 50%;
        transform: translateX(50%);
    }
}

@media (orientation: landscape) and (min-width: 1024px) {
    .about h2 {
        font-size: 50px;
    }

    .profile {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .photo {
        height: 400px;
        width: 400px;
        left: 0;
        transform: none;
    }


    .monika,
    .anna {
        flex-direction: column-reverse;
    }

    .data p:first-child {
        font-size: 35px;
        line-height: 60px;
    }

    .data p:nth-child(2) {
        font-size: 30px;
    }

    .data p:last-child {
        font-size: 25px;
    }

    .data {
        padding: 30px 20px;
    }

    .about-text {
        padding: 50px;
    }

    .about-text p {
        font-size: 25px;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {

    .about {
        padding: 50px 150px;
    }

    .about h2 {
        font-size: 30px;
    }

    .profile {
        display: flex;
        flex-direction: row;
        justify-content: space-around;

    }

    .photo {
        height: 300px;
        width: 300px;
        transition: filter 0.3s ease;


    }

    .photo:hover {
        filter: blur(3px);
    }


    .monika,
    .anna {
        flex-direction: column-reverse;
        text-align: center;
    }


    .data p:first-child {
        font-size: 25px;
        line-height: 60px;
    }

    .data p:nth-child(2) {
        font-size: 20px;
    }

    .data p:last-child {
        font-size: 16px;
    }

    .about-text {
        display: flex;
        justify-content: space-around;
        padding: 0;
    }


    .about-text p {
        width: 300px;
        font-size: 15px;
        text-align: center;
        padding-top: 20px;
    }
}






/* OKAZJE */


.okazje {
    padding: 30px;
    background-color: #f8e5e5;
}

.okazje h2 {
    text-align: center;
}

.kolumny-okazje {
    display: flex;
    flex-direction: column;
}

.okazja {
    display: flex;
    align-items: center;
}

.okazja p {
    text-transform: uppercase;
    font-family: Lora;
}

.okazja img {
    width: 100px;
    padding: 15px;
}


@media (orientation: portrait) and (min-width: 768px) {

    .okazje h2 {
        font-size: 50px;
    }

    .okazja img {
        width: 200px;
        padding: 25px;
    }

    .okazja p {
        font-size: 30px;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {

    .okazje h2 {
        font-size: 60px;
        padding-top: 30px;
    }


    .okazja img {
        width: 250px;
        padding: 30px;
    }

    .okazja p {
        font-size: 35px;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {

    .okazje {
        padding: 50px;
    }

    .okazje h2 {
        font-size: 50px;
    }

    .kolumny-okazje {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .okazja {
        flex-direction: column;
    }

    .okazja img {
        width: 250px;
        padding: 30px;
    }

    .okazja p {
        font-size: 23px;
        text-align: center;
    }

}

@media (orientation: landscape) and (min-width: 1024px) {

    .okazje {
        padding: 50px 200px;
    }

    .okazje h2 {
        font-size: 30px;
    }

    .okazja img {
        width: 150px;
        padding: 30px;
    }

    .okazja {
        width: 250px;
        transition: transform 0.3s ease;
    }

    .okazja:hover {
        transform: scale(1.1);

    }

    .okazja p {
        font-size: 20px;
    }
}








/* REPERTUAR */

.repertuar {
    padding: 30px;
    background-color: #fa255eec;
    background-repeat: no-repeat;
    background-size: cover;
}

.repertuar h2 {
    text-align: center;
    color: #f8e5e5;
}

.kolumny-repertuar {
    margin-bottom: 20px;
    margin-left: 40px;
}

.col-rep {
    font-family: 'Lora';
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    color: #f8e5e5;
}

.fa-music {
    font-size: 16px;
    padding-right: 10px;
}

.repertuar button {

    font-family: 'Lora';
    font-size: 16px;
    background-color: #f8e5e5;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-style: none;
    border-radius: 25px;
    cursor: pointer;
}

.repertuar button a {
    text-decoration: none;
    color: #000;
}


@media (orientation: portrait) and (min-width: 768px) {

    .repertuar {
        padding-bottom: 50px;
    }

    .repertuar h2 {
        font-size: 50px;
    }

    .kolumny-repertuar {
        margin-left: 100px;

    }

    .col-rep {
        font-size: 30px;
        line-height: 68px;
    }

    .fa-music {
        font-size: 26px;
        padding-right: 30px;
    }


    .repertuar button {
        font-size: 26px;
        padding: 20px 30px;
    }
}


@media (orientation: portrait) and (min-width: 1024px) {

    .repertuar {
        padding-bottom: 60px;
    }

    .repertuar h2 {
        font-size: 60px;
    }

    .kolumny-repertuar {
        margin: 60px 120px;

    }

    .col-rep {
        font-size: 40px;
        line-height: 88px;
    }

    .fa-music {
        font-size: 36px;
        padding-right: 40px;
    }


    .repertuar button {
        font-size: 36px;
        padding: 30px 40px;
    }

}




@media (orientation: landscape) and (min-width: 1024px) {


    .repertuar h2 {
        font-size: 50px;
    }

    .kolumny-repertuar {
        margin: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .col-rep {
        margin: 20px;
        width: 400px;
        text-align: center;
        font-size: 23px;
    }

    .fa-music {
        font-size: 20px;
        padding-right: 20px;
    }

    .repertuar button {
        font-size: 26px;
        padding: 25px 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

@media (orientation: landscape) and (min-width: 1024px) {


    .repertuar h2 {
        font-size: 30px;
    }

    .kolumny-repertuar {
        margin: 0 160px;
    }

    .col-rep {
        font-size: 18px;
        margin: 20px;
        width: 350px;
        text-align: center;
        transition: transform 0.3s ease;
    }

    .col-rep:hover {
        transform: scale(1.1);

    }

    .repertuar button {
        font-size: 16px;
        padding: 15px 25px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

.repertuar button:hover {
    text-decoration: underline;
}










/* KONTAKT */

.kontakt {
    background-color: #f8e5e5;
}

.kontakt-text {
    padding: 20px;
    margin-bottom: 20px;
}

.kontakt-text h2 {
    text-align: center;
}


.ornament {
    position: relative;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px auto;
}

ul li {
    list-style: none;
    line-height: 36px;
    padding-left: 10px;
}

ul li a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    padding-left: 10px;
    font-size: 16px;
}

.kontakt-img {
    position: relative;
    height: 30vh;
    background-image: url(img/kontakt-1000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


@media (orientation: portrait) and (min-width: 768px) {

    .kontakt-text h2 {
        font-size: 50px;
        padding: 20px;
    }

    ul {
        margin: 30px 100px;
    }

    ul li a {
        line-height: 60px;
        padding-left: 20px;
        font-size: 28px;
    }

    ul li i {
        font-size: 30px;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {
    .kontakt-text h2 {
        font-size: 60px;
        padding: 20px;
    }

    ul li a {
        line-height: 60px;
        padding-left: 20px;
        font-size: 35px;
    }
}

@media (orientation: landscape) and (min-width: 640px) {
    .kontakt-img {
        height: 70vh;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {
    .kontakt-text h2 {
        font-size: 50px;
        padding: 20px;
    }

    ul {
        margin: 30px 100px;
    }

    ul li a {
        line-height: 60px;
        padding-left: 0;
        font-size: 30px;
    }

    ul li i {
        font-size: 30px;
        padding-right: 20px;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {

    .kontakt {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;

    }

    .kontakt-text {
        width: 80%;
    }

    ul {
        margin-top: 0;
        margin-left: 130px;
    }

    ul li a {
        font-size: 18px;
        border-bottom: 1px solid transparent;
        transition: 0.3 linear;
    }

    ul li a:hover {
        font-size: 18px;
        border-bottom: 1px solid black;
    }


    .kontakt-text h2 {
        font-size: 30px;
        padding: 0;
    }

    .fa-solid.fa-envelope.kon,
    .fa-solid.fa-phone.kon {
        padding-right: 20px;
    }

    .fa-brands.fa-facebook-messenger {
        font-size: 20px;
    }

    .kontakt-img {
        position: relative;
        background-image: url(img/kontakt-1000.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        background-attachment: fixed;
        width: 90%;
        height: 80vh;
    }
}










/* FOOTER  */

footer {
    background-color: #fa255e;
}

.footer {
    display: flex;
}

.footer p {
    display: flex;
    justify-content: space-around;
    flex-basis: 50%;
    color: white;
    line-height: 10vh;
    font-size: 14px;
}

.footer p a {
    font-size: 14px;
    font-family: 'Lato';
}

@media (orientation: portrait) and (min-width: 768px) {

    .footer p,
    .footer p a {
        font-size: 24px;
    }
}

@media (orientation: portrait) and (min-width: 1024px) {

    .footer p,
    .footer p a {
        font-size: 28px;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {

    .footer p,
    .footer p a {
        font-size: 22px;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {

    .footer p,
    .footer p a {
        font-size: 14px;
    }
}