
.movie-page {
    /*background: #F9EBCB;*/
    border-radius: 25px;
    padding-top: 10px;
    /*background: #f9ebcb; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left, #f9ebcb 0%, #f7f1e3 98%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #f9ebcb 0%, #f7f1e3 98%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #f9ebcb 0%, #f7f1e3 98%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ebcb', endColorstr='#f7f1e3', GradientType=1);*/

}

.movie-main-title {
    padding: 10px;
    color: red;
    line-height: 1.5em;
    text-align: center;
    font-size: 30px;
    font-family: "p22-mackinac-pro", serif;
    font-weight: 700;
    font-style: normal;
}


.movie-window-click {
    width: auto;
    max-width: 600px;
    height: 358px;
    margin-top: 30px;
    background: #FAF4E8;

    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: 0px 0px 34px 8px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 34px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 34px 8px rgba(0, 0, 0, 0.27);
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}
.movie-desc2 {
    padding: 10px;
    color: red; line-height: 1.5em;
    text-align: center;
    font-size: 30px;
    color: #E01E26;
    font-weight: bold;;
}

.movie-window-click-iskierka {
    background-image: url('https://santimikolaj.pl/image/bg_iskierka_3.jpg');
}

.movie-window-click-santa {
    background-image: url('https://santimikolaj.pl/image/DSCF5703.jpg');
}


.movie-window-click-sleights {
    background-image: url('https://santimikolaj.pl/image/background.jpg');
}


.movie-window-click-santa2022 {
    background-image: url('https://santimikolaj.pl/image/19_min.jpg');
}

.movie-window-click-santa2023 {
    background-image: url('https://santimikolaj.pl/image/main_2023_v1.png');
}

.movie-window-click-phone {
    background-image: url('https://santimikolaj.pl/image/main_4.jpg');
}

.movie-window-click-phone2022 {
    background-image: url('https://santimikolaj.pl/image/8.jpg');
}

.movie-window-click-adult {
    background-image: url('https://santimikolaj.pl/image/a_bg.jpg');
}

.small-movie-title {

    font-family: "p22-mackinac-pro", serif;
    font-weight: 700;

    font-size: 20px;
}

.button-get-movie {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #fff;
    padding: 15px;

}

.movie-element-ul-list {
    font-size: 1.1rem;
    line-height: 1.5em; margin-left:10px;
    margin-top: 15px;"
}

.button-get-movie .btn-santa3 {

    float: right;
    bottom: 5px;
}

.button-get-movie {
    border-radius: 0 0 25px 25px;
}


.santa-movie-play-button {
    font-size: 120px;
    color: #fff;
    position: absolute;
    top: 140px;
    top: 40%; /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.santa-movie-play-button:hover {
    font-size: 120px;
    color: #fff;
    position: absolute;
    top: 140px;
    top: 40%;
    left: 50%;

    transform: translate(-50%, -50%);
    opacity: 0.9;
    filter: alpha(opacity=70);
    cursor: pointer;
}

.movie-element-div-list {
    display: block;
}

.movie-desc {
    padding: 20px;
    margin-top: 30px;
}

.modal-dialog {
    /*position: relative;*/
    /*width: auto;*/
    /*margin: .5rem;*/
}

.modal-header {
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.modal-title {
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.movie-modal-close {
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.youtube-video1 {
    width: 100%;
    height: 300px;

}
.modal-body {
    padding: 0px;
}


.order-modal-text {
    padding: 10px;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    line-height: 1.5em;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.modal-footer {
    display: block;
}

.btn-buy-movie-from-modal {
    background: #C5AC59;
    width: 360px;
    font-size: 18px;
    color: #fff;
    height: 60px;
    line-height: 2em;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #fff;
    text-align: center;
    font-weight: bold;


    line-height: 55px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    text-underline: none;
}

.btn-buy-movie-from-modal:hover {
    opacity: 0.9;
    filter: alpha(opacity=70);
    cursor: pointer;
    text-decoration: none;
    text-underline: none;
}

a.btn-buy-movie-from-modal {
    text-decoration: none;
    text-underline: none;
}


@media screen and (max-width: 992px) {





    .movie-element-div-list {
        display: none;
    }

    .button-get-movie {
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: #fff;
        padding: 10px;

    }


    .container-content {
        padding: 0px;
    }

    .movie-page {
        /*background: #F9EBCB;*/
        border-radius: 10px;
        padding-top: 10px;

    }


    .movie-window-click {
        width: auto;
        max-width: 450px;
        height: 300px;
        margin-top: 30px;
        background: #FAF4E8;

        border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.27);
        -moz-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.27);
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.27);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        position: relative;
        display: block;
        margin: auto;
        margin-top: 30px;
    }

    .button-get-movie {
        border-radius: 0 0 10px 10px;
    }

    .movie-window-click-iskierka {
        background-image: url('https://santimikolaj.pl/image/grafika3-656x500.jpg');
    }

    .movie-window-click-santa {
        background-image: url('https://santimikolaj.pl/image/grafika3-656x500.jpg');
    }

    .movie-window-click-phone2022 {
        background-image: url('https://santimikolaj.pl/image/8.jpg');
    }
    .movie-window-click-sleights {
        background-image: url('https://santimikolaj.pl/image/background.jpg');
    }


    .movie-window-click-phone {
        background-image: url('https://santimikolaj.pl/image/main_4.jpg');
    }
    .movie-window-click-adult {
        background-image: url('https://santimikolaj.pl/image/a_bg.jpg');
    }

    .movie-window-click-santa2022 {
        background-image: url('https://santimikolaj.pl/image/19_min.jpg');
    }

    .santa-movie-play-button {
        font-size: 80px;
        color: #fff;
        position: absolute;
        top: 140px;
        top: 40%; /* position the top  edge of the element at the middle of the parent */
        left: 50%; /* position the left edge of the element at the middle of the parent */

        transform: translate(-50%, -50%);
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: pointer;
    }

    .santa-movie-play-button:hover {
        font-size: 80px;
        color: #fff;
        position: absolute;
        top: 140px;
        top: 40%;
        left: 50%;

        transform: translate(-50%, -50%);
        opacity: 0.9;
        filter: alpha(opacity=70);
        cursor: pointer;
    }

    .youtube-video1 {
        width: 100%;

        height: 210px;
    }
}


@media screen and (max-width: 330px) {
    .movie-page {
        /*background: #F9EBCB;*/
        border-radius: 10px;
        padding-top: 10px;

    }

    .small-movie-title {

        font-family: "p22-mackinac-pro", serif;
        font-weight: 700;
        font-size: 16px;
    }


}
@media screen and (max-width: 570px) {
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 0rem;
    }

}
