body {
    background-color: #000;
}

.tel-block li {
    border-color: #D2C1AB;
    background: none;
}

.tel-block .i-call {
    filter: none;
}

header .tel-block a {
    color: #ffffff!important;
}

header .tel-block a:hover {
    color: #D2C1AB!important;
}

.main-footer .tel-block a {
    color: #ffffff!important;
}

.main-footer .tel-block a:hover {
    color: #D2C1AB!important;
}

.image-layer-1 {
    position: relative;
    right: 0;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.image-layer-1::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.3);
}


#reservation {
    max-width: inherit;
    margin: 0;
}

.social-nav {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-nav li a i {
    color: #D2C1AB;
    font-size: 32px;
    transition: transform 0.3s;
}

.social-nav li a i:hover {
    transform: scale(1.2);
    color: #ffffff;
}

.widget_polylang ul a {
    color: #ffffff;
    box-shadow: 0 0 1px 1px #D2C1AB;
    background: none;
}

.widget_polylang ul li.current-lang a {
    box-shadow: 0 0 5px 5px #D2C1AB;
}

a.signin.signin-desktop {
    background-color: transparent;
    border: 1px solid #D2C1AB;
}

a.signin.signin-desktop:hover {
    background-color: #D2C1AB;
}

.modal-content .wpcf7-form .wpcf7-submit {
    background-color: transparent;
    border: 1px solid #D2C1AB;
}

.modal-content .wpcf7-form .wpcf7-submit:hover {
    background-color: #D2C1AB;
}

.main-header.fixed-header {
    background-color: #000;
}

.main-banner-text {
    position: absolute;
    top: 70%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
}

.main-banner-text span {
    font-size: 22px;
    font-weight: 400;
}

.main-banner-text h1 {
    font-size: 72px;
    font-weight: 900;
}

#photos .sec-title h2 {
    color: #ffffff;
    font-family: 'Gilroy Regular' !important;
}

#exampleModalLabel {
    font-family: 'Gilroy Regular' !important;
}

#photos .sec-title h2:after {
    background: #D2C1AB;
}

.banner-carousel .slide-item {
    padding: 0 0 55px 0;
}

#reserv2 {
    padding-top: 55px;
    color: #ffffff;
}

.telephone2 {
    display: none!important;
}

.floating-btn {
    display: none!important;
}

.owl-prev, .owl-next {
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain!important;
    filter: brightness(0) invert(1);
}


.owl-prev {
    background: url(/wp-content/uploads/2025/09/back.png) no-repeat;
}

.owl-next {
    background: url(/wp-content/uploads/2025/09/next.png) no-repeat;
}

.main-footer .footer-bottom .copyright {
    color: #ffffff;
}

.main-footer .footer-bottom .copyright a {
    color: #D2C1AB;
}

.photo-block {
    border: 1px solid #D2C1AB;
    border-radius: 20px;
}

.photo-block img {
    border-radius: 20px;
}

.photo-block h4 {
    color: #ffffff;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}

.photo-block span {
    color: #ffffff;
    font-size: 16px;
}

.car-photo-description {
    padding: 10px;
}

.custom-video-bg-section {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-bg-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.overlay-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
    width: 100%;
    padding: 0 140px;
}

.video-text {
    width: 70%;
}

.video-text span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.video-text h2 {
    font-size: 72px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 80px;
}

.play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    transition: all 0.3s;
}

.play-button:hover {
    border-color: #D2C1AB;
}

.play-button img {
    width: 15px;
    height: 15px;
}


.fancybox-bg {
    background: none;
}

.main-footer {
    border-top: 1px solid #D2C1AB;
    margin-top: 0;
}

.logo-box {
    padding-top: 0;
}

.main-header.header-style-one .logo img {
    filter: brightness(0) invert(1)!important;
}

@media (max-width: 1024px) {
    .main-banner-text {
        left: 25%;
    }
    .main-banner-text h1 {
        font-size: 42px;
    }
    .main-banner-text span {
        font-size: 22px;
    }
    .video-text h2 {
        font-size: 42px;
        line-height: normal;
    }
}

@media (max-width: 768px) {
    .main-banner-text h1 {
        font-size: 32px;
    }
    .main-banner-text span {
        font-size: 16px;
    }
    .main-banner-text {
        left: 35%;
    }
    .fixed-header .social-nav {
        top: 40px;
    }
    .overlay-content {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: column-reverse;
        color: #fff;
        padding: 0 30px;
        align-items: flex-start;
        gap: 30px;
    }
    .video-text h2 {
        font-size: 36px;
        line-height: normal;
    }
    .video-text span {
        margin-bottom: 0;
    }
    .video-text {
        width: 100%;
    }
    #reserv2 {
        padding-bottom: 50px;
    }
    .video-bg-wrapper video {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .fixed-header .social-nav {
        right: 150px;
    }
}