
* {
    margin: 0;
    padding: 0;
    color: white;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


a {
    text-decoration: none;
    color: #ffc107;
}

.zalogowany{
    color: #ffc107;
    padding-left: 16px;
}


.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #424242;
}
@media only screen and (min-width: 992px) {
    .container {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        background-color: #504f4f;
    }
}


.main-content {
    flex: 1;
}

.main-content p{
    padding: 4px 16px;

}

.main-content li {
    font-size: 1.05rem;
    line-height: 1.55;
    font-weight: 400;
    color: #f2f2f2;
}




#toggle-icon {
    color: #ffc107;
}

.logo {
    color: #ffc107;
}

/*
svg.logo {
    color: #ffc107 !important;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    margin-right: 5px;
    display: inline-block;
}

svg.logo path {
    color: #ffc107 !important;
    fill: currentColor !important;
}*/


.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.menu-item {
    width: 100%;
    padding: 16px;
    border-bottom: 1px #6d6d6d solid;
    text-align: center;
    display: none;
}


.expanded > .menu-item {
    display: block;
}


.menu-logo-container,
.menu-toggle {
    display: block;
    padding: 16px 32px;
    font-size: 20px;
}




.footer {
    padding: 8px;
    text-align: center;
}




@media only screen and (min-width: 992px) {/*desktop w tych nawiasach*/
    .menu-toggle {
        display: none;
    }


    .menu-item {
        display: block;
        width: auto;
        border-bottom: 0;
    }


    .menu-logo-container {
        flex: 1;
    }


    /*.main-content,
    .menu {
        align-self: center;
        width: 960px;
    }*/

    .main-content,
    .menu {
        align-self: center;
        width: calc(100% - 360px);
        max-width: 1536px;
    }


}


.jumbotron {
    background-image: url("../img/jumbotron.webp");
    background-position: center;
    background-repeat: no-repeat;
    padding: 2rem;
    text-align: center;
}

.jumbotron-header {
    font-size: 3rem;
    margin: 1rem 0;
}

.jumbotron-description {
    font-size: 1.2rem;
}




.list-heading,
.list-description {
    text-align: center;
    margin: 16px 0;
}

.list-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 32px;
}


.list-heading-details{
    text-align: center;
    margin: 16px 0;
    padding-bottom: 16px;
}


.movie-list {
    list-style-type: none;
}


.movie-list-item {
    margin-bottom: 16px;
    border: 1px #6d6d6d solid;
}



@media only screen and (min-width: 992px) {

    .movie-list-item {
        margin-bottom: 16px;
        display: flex;
        border: 1px #6d6d6d solid;
    }
}


.movie-list-item-poster {
    display: block;
    max-width: 200px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 0px;
    padding-right: 2px;
    transform: scale(1);
    transition: transform 0.3s;
}

.movie-list-item-poster:hover {
    transform: scale(1.15);
}

.movie-list-item-poster-posts {
    display: block;
    max-width: 200px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 0px;
    padding-right: 2px;
    transform: scale(1);
    transition: transform 0.3s;
    cursor: pointer;
    z-index: -1;
}

.movie-list-item-poster-posts:hover {
    transform: scale(1.15);
}




.movie-list-item-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;

}

.movie-list-item-content > * {
    margin: 8px 0;
}

.movie-list-item-title {
    font-size: 1.6rem;
    margin-top: 0px;
}

.movie-list-item-rating {
    font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {
    .movie-list-item-poster {
        display: block;
        max-width: 200px;
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 2px;
        transform: scale(1);
        transition: transform 0.3s;
    }

    .movie-list-item-poster-posts {
        display: block;
        max-width: 500px;
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 2px;
        transform: scale(1);
        transition: transform 0.3s;
        cursor: pointer;
        z-index: -1;
    }

    .movie-list-item-content > * {
        margin: 8px 0;
    }

    .movie-list-item-title {
        font-size: 1.6rem;
        margin-top: 0px;
    }

}



.error-container {
    margin: 32px auto;
}
.error-container > * {
    display: block;
    text-align: center;
}
.error-header,
.error-icon {
    font-size: 2rem;
    margin: 16px 0;
}




textarea {
    font-family: inherit;
}


.mc-form-logow {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}


.mc-form {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.mc-form-fiszki {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}


.mc-form > * {
    margin-top: 8px;
}

.mc-form > input,
.mc-form > textarea,
.mc-form > button,
.mc-form > select,
.mc-form > fieldset
{
    font-size: 1.2rem;
    color: black;
    padding: 8px;
    border-radius: 5px;
    border: solid 1px grey;
}
.mc-form > button {
    margin-top: 16px;
    background-color: white;
    color: #ffc107;
    border: none;
    cursor: pointer;
}

.mc-form-fiszki > button {
    padding: 8px;
    border-radius: 5px;
    font-size: 1.5rem;
    margin-top: 16px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
}

#quizWord {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 16px 0;
    padding: 12px 16px;
}
.toggle-link {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #ffc107;
    cursor: pointer;
    display: inline-block;
    margin: 1px 0;
    padding-left: 16px;
}


/*desktop (i większe tablety)*/
@media only screen and (min-width: 992px) {
    .toggle-link {
        font-size: 1.6rem;
        padding-left: 0;
    }
}



.mc-form-logow > * {
    margin-top: 8px;
}

.mc-form-logow > input,
.mc-form-logow > textarea,
.mc-form-logow > button,
.mc-form-logow > select,
.mc-form-logow > fieldset
{
    font-size: 1.2rem;
    color: black;
    padding: 8px;
    border-radius: 5px;
    border: solid 1px grey;
}
.mc-form-logow > button {
    margin-top: 16px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
}


.notification-bar-positive{
    text-align: center;
    background-color: green;
    padding: 8px 0;
    border-radius: 8px;

}

.notification-bar-negative{
    text-align: center;

    padding: 8px 0;
    color: red;
}


.mc-form > input,
.mc-form > textarea,
.mc-form > button,
.mc-form > select {
    font-size: 1.2rem;
    color: black;
    padding: 8px;
}



.mc-form > input[type=checkbox] {
    transform: scale(1.5);
    margin-left: 5px;
}

.mc-form > input[type=file] {
    color: white;
}

.mc-form option{
    color: black;
}


.mc-form-message {
    color: #ffc107;
    text-align: center;
}


.registration-link {
    text-align: center;
    margin-top: 32px;
}



.row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}

.col-sm-10{
    width:100%;
    min-height:1px;
    padding-bottom: 15px;
}

.col-sm-2{
    width:100%;
    min-height:1px;
    text-align: center;
    padding-bottom: 10px;
}

.col-sm-1{
    width:100%;
    min-height:1px;
    flex: 1;
    text-align: center;
}

.col-sm-111{
    width:100%;
    min-height:1px;
    text-align: center;
    padding-bottom: 10px;
    font-size: x-large;

}

#first{
    text-align: right;
    padding-right: 10px;
}

#last{
    text-align: left;
    padding-left: 10px;
}




.list-border {
    margin: auto;
    list-style: none;
}
.list-border > li {
    font-size: 1.2rem;
    border: 1px #6d6d6d solid;
    padding: 16px;
    text-align: center;
}




p.movie-list-paragraf{
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1.05rem;
    line-height: 1.55;
    font-weight: 400;
    color: #f2f2f2;
}

h3.movie-list-faq{
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 700;
    color: #ffc107;
    margin-top: 32px;
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.heading-bottom{
    margin-bottom: 16px;

}

.list-heading-form{
    padding-left: 16px;
}








.meaning-box {
    width: 93%;
    margin: 16px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.meaning-title {
    background-color: #009879;
    color: white;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 1.2rem;
}

.meaning-option {
    padding: 12px 15px;
    border-bottom: 1px solid #dddddd;
    font-size: 1.2rem;
}

.meaning-option:nth-of-type(even) {
    background-color: #545353;
}











.cookie-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #ffffff;
    padding: 14px 20px;
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.cookie-banner p {
    margin: 0;
}

.cookie-banner a {
    color: #ffd700;
    text-decoration: underline;
}

.cookie-banner button {
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    background: #ffd700;
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}






.menu-item {
    position: relative;
}

.menu-item.active > a {
    color: #ffc107;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 6px;
}

.menu-logo-container.active > a {
    color: #ffc107;
    border-bottom: 3px solid #ffc107;
    padding-bottom: 6px;
}