/* external: https://cdn-vexar.lon1.digitaloceanspaces.com/uploads/templates/sections/9ae5602b-420e-4ec6-a847-b730afe17dbd/style.css */
/* Main CSS Styles */
.vxr_h2_main_box {
font-family: 'Georgia', serif;
    color: #f4f1e8;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.vxr_h2_main_box *,
.vxr_h2_main_box *::before,
.vxr_h2_main_box *::after {
box-sizing: border-box;
}

.vxr_h2_slider {
background: #200e06;
}

/* Header Styles */
.vxr_h2_main_box .vxr_h2_header {
padding: 15px 0;
    background: #281b16;
    transition: all 0.3s ease;
}

.vxr_h2_main_box .vxr_h2_nav {
display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vxr_h2_main_box .vxr_h2_logo_text {
font-size: 28px;
    font-weight: bold;
    color: #ffcf34;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vxr_h2_main_box .vxr_h2_logo_text:hover {
color: #f4e17a;
}

.vxr_h2_main_box .vxr_h2_menu {
display: flex;
    gap: 30px;
}

.vxr_h2_main_box .vxr_h2_menu_link {
color: #f4f1e8;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.vxr_h2_main_box .vxr_h2_menu_link::after {
content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: width 0.3s ease;
}

.vxr_h2_main_box .vxr_h2_menu_link:hover::after {
width: 100%;
}

.vxr_h2_main_box .vxr_h2_telegram_btn {
display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #0088cc, #005599);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.vxr_h2_main_box .vxr_h2_telegram_btn:hover {
transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3);
}

.vxr_h2_main_box .vxr_h2_telegram_icon {
width: 20px;
    height: 20px;
}

/* Slider Styles */
.vxr_h2_main_box .vxr_h2_slider_container {
height: 100vh;
    position: relative;
}

.vxr_h2_main_box .vxr_h2_slide {
height: 100vh;
    display: flex !important;
    align-items: center;
    position: relative;
}

.vxr_h2_main_box .vxr_h2_slide::before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.vxr_h2_main_box .vxr_h2_slide_content {
max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.vxr_h2_main_box .vxr_h2_main_title {
font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #ffcf34;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.vxr_h2_main_box .vxr_h2_slide_title {
font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #d4af37;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.vxr_h2_main_box .vxr_h2_description {
font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px 0;
    color: #f4f1e8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.vxr_h2_main_box .vxr_h2_cta_btn {
display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #ffc300, #cd661c);
    color: #2c1810;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.vxr_h2_main_box .vxr_h2_cta_btn:hover {
transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    background: linear-gradient(135deg, #f4e17a, #d4af37);
}

.vxr_h2_main_box .vxr_h2_btn_icon {
width: 20px;
    height: 20px;
}

.vxr_h2_main_box .vxr_h2_slide_image {
width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.vxr_h2_main_box .vxr_h2_slide_image:hover {
transform: scale(1.02);
}

/* Owl Carousel Custom Styles */
.vxr_h2_main_box .owl-dots {
position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.vxr_h2_main_box .owl-nav {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.vxr_h2_main_box .owl-prev,
.vxr_h2_main_box .owl-next {
position: absolute !important;
    width: 50px !important;
    height: 50px !important;
    background: rgb(221 149 13 / 72%) !important;
    color: #2c1810 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 33px !important;
    transition: all 0.3s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.vxr_h2_main_box .owl-prev {
left: 30px !important;
}

.vxr_h2_main_box .owl-next {
right: 30px !important;
}

.vxr_h2_main_box .owl-prev:hover,
.vxr_h2_main_box .owl-next:hover {
background: #d4af37 !important;
    transform: translateY(-50%) scale(1.1) !important;
}

/* Drag Handle */
.vxr_h2_main_box .drag_h {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: transparent;
    cursor: move;
    z-index: 9999;
}

.owl-theme .owl-dots .owl-dot span {
background: #9f6b0a;
}

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

/* Responsive Design */
@media (max-width: 768px) {
.vxr_h2_main_box .vxr_h2_nav {
        flex-direction: column;
        gap: 15px;
        padding: 15px 20px;
    }

    .vxr_h2_main_box .vxr_h2_menu {
        order: 2;
        gap: 20px;
    }

    .vxr_h2_main_box .vxr_h2_contacts {
        order: 3;
    }

    .vxr_h2_main_box .vxr_h2_slide_content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 0 20px;
    }

    .vxr_h2_main_box .vxr_h2_text_content {
        order: 2;
    }

    .vxr_h2_main_box .vxr_h2_image_content {
        order: 1;
    }

    .vxr_h2_main_box .vxr_h2_main_title {
        font-size: 36px;
    }

    .vxr_h2_main_box .vxr_h2_slide_title {
        font-size: 32px;
    }

    .vxr_h2_main_box .vxr_h2_description {
        font-size: 16px;
    }

    .vxr_h2_main_box .owl-prev,
    .vxr_h2_main_box .owl-next {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .vxr_h2_main_box .vxr_h2_main_title {
        font-size: 28px;
    }

    .vxr_h2_main_box .vxr_h2_slide_title {
        font-size: 24px;
    }

    .vxr_h2_main_box .vxr_h2_description {
        font-size: 14px;
    }

    .vxr_h2_main_box .vxr_h2_cta_btn {
        padding: 12px 25px;
        font-size: 14px;
    }

    .vxr_h2_main_box .vxr_h2_menu {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.vxr_h2_main_box {
position: relative;
            overflow: hidden;
            min-height: 100vh;
}

.vxr_h2_header {
position: relative;
            z-index: 10;
            padding: 15px 0;
            background: rgba(44, 24, 16, 0.95);
            backdrop-filter: blur(10px);
}

.vxr_h2_nav {
display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
}

.vxr_h2_slider_container {
height: 100vh;
            position: relative;
}

.vxr_h2_slide {
height: 100vh;
            display: flex !important;
            align-items: center;
            position: relative;
}

.vxr_h2_slide_img {
width: 100%;
            height: 100vh;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
}

.vxr_h2_slide_content {
max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
}

.vxr_h2_header.vxrE22B3 {
background-color: rgb(28, 14, 3);
}