@font-face {
    font-family: 'PaluiSPDemo';
    src: url('/static/font/PaluiSPDemo-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'RUBEBASNEUE';
    src: url('/static/font/RUBEBASNEUE.ttf') format('opentype');
}

@font-face {
    font-family: 'Unbounded-Light';
    src: url('/static/font/Unbounded-Light.ttf') format('opentype');
}

@font-face {
    font-family: 'Unbounded-Regular';
    src: url('/static/font/Unbounded-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Unbounded-Black';
    src: url('/static/font/Unbounded-Black.ttf') format('opentype');
}


@font-face {
    font-family: 'Unbounded-ExtraLight';
    src: url('/static/font/Unbounded-ExtraLight.ttf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/static/font/Montserrat-Light.ttf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/static/font/Montserrat-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/static/font/Montserrat-Medium.ttf') format('opentype');
}

button {
    letter-spacing: 0.1rem;
}

textarea {
    resize: none;
}

header {
    position: sticky;
    top: 0;
    background: rgba(251, 251, 251, 0.2);
    z-index: 999;
    backdrop-filter: blur(10px);
    transition: background 0.3s;
    height: 135px;
    display: none;
}

.image_logo {
    width: 115px;
    height: 115px;
}

.header_navbar {
    height: 135px;
}

.header_navbar_mobile {
    height: 100px;
}

.header_navbar_icons {
    height: 30px;
    width: 30px;
}

.content-wrapper {
    min-height: calc(100vh - 430px);
}

body {
    margin: 0;
    background-color: #232323;
    color: #1d1d1f;
    overflow-x: hidden;
    /*line-height: 1.6;*/
    /*letter-spacing: 0.1rem;*/
}


video {
    border-radius: 1rem;
    height: auto;
    width: 100%;
}

/* РЕКЛАМА ИМИДЖЕВЫЕ ВИДЕО ПРЕЗЕНТАЦИОННЫЕ РОЛИКИ СВАДЕБНАЯ ВИДЕОСЪЕМКА LOVE STORY */


.card {
    border-radius: 3rem;
    border: 0px;
    background: linear-gradient(180deg, rgba(36, 36, 36, 1) 13%, rgba(70, 68, 68, 0.6) 100%);
}

.form-check-input[type=checkbox] {
    height: 25px;
    width: 25px;
    margin-right: 0.75rem;
    border: 1px solid lightgray;
}

.form-check-input:checked {
    color: white;
    background-color: #FB2F46;
    border-color: #FB2F46;
    box-shadow: 0 0 0 0.25rem rgba(251, 47, 70, 0.25);
}

.form-check-input[type=checkbox]:focus {
    box-shadow: 0 0 0 0.25rem rgba(251, 47, 70, 0.25);
}

.button_order:disabled {
    color: black;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}


/* Плавное появление элементов */
.fade-in {
    opacity: 0;
    transform: translateY(75px);
    animation: fadeInUp 2s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Стиль кнопок навигации */
button.nav-btn {
    background: transparent;
    border: none;
    font-family: 'RUBEBASNEUE';
    font-weight: 600;
    font-size: 1.2em;
    cursor: pointer;
    color: #1d1d1f;
    padding: 0.5rem 0.5rem;
    transition: background 0.2s, color 0.2s;
    transform: scale(1);
}

button.nav-btn:hover {
    border-bottom: 1px #FB2F46 solid;
}

.section_about_img {
    height: 75%;
    position: absolute;
    right: 5rem;
    top: 12.5%;
    opacity: 0.85;
    width: 15%
}

footer {
    height: 300px;
}

.footer_contacts_icons {
    width: 40px;
    height: 40px;
}

.div_alert_order_danger {
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    justify-content: center;
}

.alert-danger {
    background: linear-gradient(180deg, rgba(36, 36, 36, 1) 13%, rgba(70, 68, 68, 1) 100%);
    border-color: #FB2F46;
    color: #FB2F46;
    max-width: 750px;
    margin: 0 auto;
    width: max-content;
}

.div_alert_order_success {
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    justify-content: center;
}

.alert-success {
    margin: 0 auto;
    border-color: #fff;
    color: #fff;
    background: linear-gradient(180deg, rgba(36, 36, 36, 1) 13%, rgba(70, 68, 68, 1) 100%);
    max-width: 750px;
    width: max-content;
}

/* new design */
.btn-outline-danger:hover {
    background-color: #FFF;
}

.header_navbar_icons_text {
    font-family: 'Unbounded-Regular';
    font-size: 20px;
    color: white;
    font-weight: 100;
    line-height: 25px;
}


.pe-6 {
    padding-right: 5rem !important;
}

.ps-6 {
    padding-left: 5rem !important;
}

.section_first_image {
    background-image: url('/static/img/section_back_1.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    border-radius: 3rem
}

.section_first_background {
    height: 620px;
    background: linear-gradient(180deg, rgba(36, 36, 36, 1) 13%, rgba(70, 68, 68, 0.6) 100%);
    border-radius: 3rem;
    opacity: 0.7;
}

.section_first_text {
    font-family: 'Unbounded-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    position: absolute;
    top: 5rem;
}

.div_first_arrow {
    background-image: url('/static/img/arrow_bottom_gray.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    width: 52px;
}

.btn-outline-danger:hover {
    background-color: rgba(0, 0, 0, 0);
}

.section_main_image {
    background-image: url('/static/img/section_back_main.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: auto;
    border-radius: 3rem
}

.section_main_background {
    height: 620px;
    background: linear-gradient(180deg, rgba(16, 16, 16, 1) 13%, rgb(70, 68, 68, 0.6) 100%);
    border-radius: 3rem;
    opacity: 1;
}

.section_main_title {
    font-family: 'Unbounded-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    text-align: right;
    color: #FB2F46;
}

.section_main_text {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    text-align: right;
    color: #FBFBFB;
    font-family: 'Montserrat-Light';
}

.section_main_button {
    color: #FB2F46;
    border-radius: 45px;
    font-family: 'Unbounded-Light';
    font-size: 20px;
}


.section_about_image {
    background-image: url('/static/img/section_back_about.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto;
    border-radius: 3rem;
    right: -3rem
}

.section_about_background {
    height: 645px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 13%, rgba(70, 68, 68, 0.6) 100%);
    border-radius: 3rem;
    opacity: 0.8;
}

.section_about {
    position: absolute;
    top: 2rem;
}

.section_about_title {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    color: #FBFBFB;
    font-family: 'Unbounded-Light';
    text-align: left;
}

.section_about_text {
    color: #FBFBFB;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    text-align: left;
    font-family: 'Montserrat-Light';
}

.section_about_text_2 {
    color: #FBFBFB;
    font-style: normal;
    font-weight: 200;
    font-size: 30px;
    line-height: 37px;
    text-align: left;
    font-family: 'Unbounded-ExtraLight';
}

.section_about_text_2_span {
    color: #FB2F46;
}

.section_works_title {
    color: #FBFBFB;
    font-family: 'Unbounded-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.section_services_background {
    height: 620px;
    background: linear-gradient(180deg, rgb(36, 36, 36) 13%, rgba(70, 68, 68, 0.6) 100%);
    border-radius: 3rem;
    opacity: 0.7;
}

.section_services_container {
    position: absolute;
    left: 2rem;
    top: 3rem;
}

.section_services_title {
    color: #FBFBFB;
    font-family: 'Unbounded-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    padding-bottom: 3rem;

}

.section_about_text_white {
    color: #FBFBFB;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-family: 'Montserrat-Regular';
}

.section_about_text_red {
    color: #FB2F46;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-family: 'Montserrat-Regular';
}

.section_movies_text {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Unbounded-Black';
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 27px;
}

.div_second_arrow {
    background-image: url('/static/img/arrow_bottom_red.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    width: 52px;
}

.header_title {
    font-family: 'PaluiSPDemo';
    font-size: 30px;
}

.section_order_background {
    height: 1435px;
    background-color: rgba(56, 55, 55, 1);
}

.section_about_text_span {
    color: #FBFBFB;
    border-radius: 2rem;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    width: 300px;
    background-color: rgba(251, 251, 251, 0.1);
    padding: 2rem;
}

.section_about_text_label::placeholder {
    color: #FBFBFB;
    text-align: left;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
}

.section_about_text_label {
    background-color: rgba(251, 251, 251, 0);
    border-radius: 2rem;
    padding: 2rem;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #FBFBFB;
}

.section_about_text_label_checkbox {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #FBFBFB;
}

.section_about_text_label_link {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #FB2F46;
}

.section_about_text_label_link:hover {
    color: rgba(251, 47, 70, 0.75);
}

.section_order_title {
    color: #FBFBFB;
    font-family: 'Unbounded-Light';
    font-size: 40px;
    text-align: center;
    padding-bottom: 3rem;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
}

.section_order_button {
    color: #FB2F46;
    border-radius: 45px;
    font-family: 'Unbounded-Light';
    font-size: 25px;
    padding: 1rem;
}

.form-control:focus {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #FBFBFB;
    padding: 2rem;
    background-color: rgba(251, 251, 251, 0);
    border-color: #FB2F46;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(251, 47, 70, 0.25);
}

.footer_image {
    background-image: url('/static/img/footer.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto;
    border-radius: 3rem;
    right: -3rem
}

.footer_background {
    height: 600px;
    background: rgb(70, 68, 68, 0.6);
    border-radius: 3rem;
}

.footer_row {
    position: absolute;
    top: 3rem;
    width: 100%;
    padding: 3rem;
}

.footer_title {
    color: #FBFBFB;
    font-family: 'Unbounded-Light';
    font-size: 40px;
    text-align: center;
    padding-bottom: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
}

.footer_text_regular {
    color: #FBFBFB;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer_text_light {
    color: #FBFBFB;
    font-family: 'Montserrat-Light';
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.video-js {
    width: 100%;
    height: 469px;
}

.video-js .vjs-poster picture {
    display: inline-block;
    overflow: hidden;
}

.video-js .vjs-poster picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .4s;
}

.video-js .vjs-poster picture:hover img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
    filter: brightness(25%)
}

.video-js:hover .vjs-poster picture img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
    filter: brightness(25%)
}


.title_movie {
    pointer-events: none;
    display: none;
}

.video-js:hover ~ .title_movie {
    display: block;
}

.vjs-has-started:hover ~ .title_movie {
    display: none;
}

.video-js .vjs-big-play-button {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: rgba(251, 47, 70, 0.75);
    border: 0px solid black;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FB2F46;
}


@media (max-width: 424.98px) {
     .container_nav_header {
        min-width: 100vw;
    }

    .video-js {
        height: 135px;
    }

    nav {
        width: 50vw;
    }

    .header_navbar, header {
        height: 85px;
    }

    .header_navbar_icons {
        height: 13px;
        width: 13px;
    }

    button.nav-btn {
        padding: 0.3rem 0rem;
    }

    .gap-2 {
        gap: 0.25rem !important;
    }

    .image_logo {
        width: 26px;
        height: 26px;
    }

    .footer_contacts_icons {
        height: 30px;
        width: 30px;
    }

    .m-5 {
        margin: 0.15rem !important;
    }

    .mt-5 {
        margin-top: 1.1rem !important;
    }

    .pt-5 {
        padding-top: 1.1rem !important;
    }

    .mb-5 {
        margin-bottom: 1.1rem !important;
    }

    .pb-5 {
        padding-bottom: 1.1rem !important;
    }

    .pe-6 {
        padding-right: 0rem !important;
    }

    .ps-6 {
        padding-left: 0rem !important;
    }

    .section_about_text_span, .section_about_text_label, .section_about_text_label::placeholder,
    .section_about_text_label_checkbox, .section_about_text_label_link, .form-control:focus {
        font-size: 8px;
    }

    .header_navbar_icons_text {
        font-size: 7px;
    }

    .section_order_button, .section_main_button {
        font-size: 10px;
    }

    .section_first_background, .section_main_background, .section_about_background {
        height: 420px;
    }

    .section_services_background {
        height: 820px;
    }

    .section_about_text_span {
        width: 125px;
    }

    .section_order_background {
        height: 850px;
    }

    .section_first_image, .section_about_image {
        background-size: cover;
    }

    .section_first_text, .section_main_title, .section_about_title, .section_works_title, .section_services_title,
    .section_order_title, .footer_title {
        font-size: 13px;
    }

    .section_services_title {
        padding-bottom: 1rem;
    }

    .footer_title {
        padding-top: 1.15rem;
    }

    .section_main_text, .section_about_text, .section_about_text, .section_about_text_2, .footer_text_regular, .footer_text_light {
        font-size: 11px;
    }

    .section_main_image {
        background-size: cover;
    }

    .section_first_text div, .section_about {
        min-width: 100%;
    }

    .footer_row .row .col {
        min-width: 100%;
    }

    .section_about_text_white, .section_about_text_red, .header_title {
        font-size: 8px;
    }

    .footer_background {
        height: 650px;
    }

    .div_first_arrow, .div_second_arrow {
        height: 36px;
        width: 32px;
    }

    .form-check-input[type=checkbox] {
        height: 20px;
        width: 20px;
    }
}

@media (min-width: 425px) and (max-width: 767.98px) {
    .container_nav_header {
        min-width: 100vw;
    }

    .video-js {
        height: 200px;
    }

    nav {
        width: 50vw;
    }

    .header_navbar, header {
        height: 85px;
    }

    .header_navbar_icons {
        height: 15px;
        width: 15px;
    }

    button.nav-btn {
        padding: 0.5rem 0rem;
    }

    .image_logo {
        width: 50px;
        height: 50px;
    }

    .m-5 {
        margin: 0.25rem !important;
    }

    .mt-5 {
        margin-top: 1.25rem !important;
    }

    .pt-5 {
        padding-top: 1.25rem !important;
    }

    .mb-5 {
        margin-bottom: 1.25rem !important;
    }

    .pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .pe-6 {
        padding-right: 0rem !important;
    }

    .ps-6 {
        padding-left: 0rem !important;
    }

    .section_about_text_span, .section_about_text_label, .section_about_text_label::placeholder,
    .section_about_text_label_checkbox, .section_about_text_label_link, .form-control:focus {
        font-size: 10px;
    }

    .header_navbar_icons_text {
        font-size: 9px;
    }

    .section_order_button, .section_main_button {
        font-size: 15px;
    }

    .section_first_background, .section_main_background, .section_about_background {
        height: 420px;
    }

    .section_services_background {
        height: 820px;
    }

    .section_about_text_span {
        width: 125px;
    }

    .section_order_background {
        height: 950px;
    }

    .section_first_image, .section_about_image {
        background-size: cover;
    }

    .section_first_text, .section_main_title, .section_about_title, .section_works_title, .section_services_title,
    .section_order_title, .footer_title {
        font-size: 20px;
    }

    .footer_title {
        padding-top: 1.25rem;
    }

    .section_main_text, .section_about_text, .section_about_text, .section_about_text_2, .footer_text_regular, .footer_text_light {
        font-size: 13px;
    }

    .section_main_image {
        background-size: cover;
    }

    .section_first_text div, .section_about {
        min-width: 100%;
    }

    .footer_row .row .col {
        min-width: 100%;
    }

    .section_about_text_white, .section_about_text_red, .header_title {
        font-size: 10px;
    }

    .footer_background {
        height: 650px;
    }

    .div_first_arrow, .div_second_arrow {
        height: 36px;
        width: 32px;
    }

    .form-check-input[type=checkbox] {
        height: 20px;
        width: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    nav {
        width: 50vw;
    }

    .video-js {
        height: 300px;
    }

    .container_nav_header {
        min-width: 100vw;
    }

    .header_navbar_icons_text, .section_about_text_span, .section_about_text_label, .section_about_text_label::placeholder,
    .section_about_text_label_checkbox, .section_about_text_label_link, .form-control:focus {
        font-size: 15px;
    }

    .section_order_button {
        font-size: 20px;
    }

    .section_first_background, .section_main_background, .section_about_background, .section_services_background {
        height: 520px;
    }

    .section_order_background {
        height: 1250px;
    }

    .section_first_image, .section_about_image {
        background-size: contain;
    }

    .section_first_text, .section_main_title, .section_about_title, .section_works_title, .section_services_title,
    .section_order_title, .footer_title{
        font-size: 25px;
    }

    .section_main_text, .section_about_text, .section_about_text, .section_about_text_2 {
        font-size: 20px;
    }

    .header_title {
        font-size: 15px;
    }

    .image_logo {
        width: 80px;
        height: 80px;
    }

    .section_main_image {
        background-size: cover;
    }

    .section_first_text div, .section_about {
        min-width: 100%;
    }

    .section_about_text_white, .section_about_text_red {
        font-size: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .section_first_text, .section_main_title, .section_about_title, .section_works_title, .section_services_title,
    .section_order_title {
        font-size: 30px;
    }

    nav {
        width: 50vw;
    }

    .video-js {
        height: 225px;
    }

    .container_nav_header {
        min-width: 100vw;
    }

    .header_title {
        font-size: 25px;
    }

    .section_main_text, .section_about_text, .section_about_text_2, .section_about_text_2_span {
        font-size: 20px;
    }

    .section_about_text_white, .section_about_text_red {
        font-size: 15px;
    }
}

@media (min-width: 1440px) and (max-width: 1919.98px) {
    .video-js {
        height: 330px;
    }
}

@media (min-width: 1920px) and (max-width: 2559.98px) {
    .video-js {
        height: 469px;
    }
}


@media (min-width: 2048px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1820px;
    }
}


@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0);
    }
}

.element_bounce {
    animation: bounce 1s infinite;
}


.pulse-button {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.975);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.975);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}