.vxr_header12_main_box {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vxr_header12_main_box .vxr_header12_video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vxr_header12_main_box .vxr_header12_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vxr_header12_main_box .vxr_header12_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 44, 44, 0.5);
    z-index: 2;
}

.vxr_header12_main_box .vxr_header12_content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 20px;
    max-width: 800px;
}

.vxr_header12_main_box .vxr_header12_logo {
    font-size: 64px;
    font-weight: 700;
    color: ivory;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.vxr_header12_main_box .vxr_header12_description {
    font-size: 18px;
    color: ivory;
    margin-bottom: 40px;
    line-height: 1.6;
    opacity: 0.9;
}

.vxr_header12_main_box .vxr_header12_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 253, 240, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 253, 240, 0.3);
    color: ivory;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.vxr_header12_main_box .vxr_header12_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 253, 240, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.vxr_header12_main_box .vxr_header12_btn_text {
    position: relative;
    z-index: 1;
}

.vxr_header12_main_box .vxr_header12_btn:hover {
    background: rgba(255, 253, 240, 0.25);
    border-color: rgba(255, 253, 240, 0.6);
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 253, 240, 0.3);
}

.vxr_header12_main_box .vxr_header12_btn:hover::before {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .vxr_header12_main_box {
        min-height: 500px;
    }

    .vxr_header12_main_box .vxr_header12_logo {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .vxr_header12_main_box .vxr_header12_description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .vxr_header12_main_box .vxr_header12_btn {
        width: 150px;
        height: 150px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .vxr_header12_main_box .vxr_header12_logo {
        font-size: 32px;
    }

    .vxr_header12_main_box .vxr_header12_description {
        font-size: 14px;
    }

    .vxr_header12_main_box .vxr_header12_btn {
        width: 130px;
        height: 130px;
        font-size: 13px;
    }
}

.vxr_header12_overlay.vxrB4E87 {
    background-color: rgba(54, 37, 13, 0.62);
}

.vxr8E9C1 {
    height: 368px;
}