@font-face {
    font-family: "Next Bravo";
    src: url("font/Next_Bravo.eot?") format("eot"), url("font/Next_Bravo.woff") format("woff"), url("font/Next_Bravo.ttf") format("truetype"), url("font/Next_Bravo.svg#NextBravo") format("svg");
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #6f20bf;
    --dark-color: #0f0f0f;
    --darker-color: #151515;
    --light-dark: #1a1a1a;
    --text-light: #cccccc;
    --white: #ffffff;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--dark-color);
    color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: var(--white);
}

a {
    text-decoration: none;
    color: var(--white);
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

/* Header Styles */
header {
    background-color: rgba(15, 15, 15, 0.95);
    position: fixed;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.logo.logo_top a {
    font-family: "Next Bravo",'Montserrat', sans-serif;
    color: var(--white);
    text-decoration: none;
}
.logo_wrapper {
    display: flex;
    align-items: stretch;
    padding: 10px 10px 10px 5px;

}
.logo_top_img {
    /*max-height: 40px;*/
}
.logo_top_img img {
    max-width: 100%;
    max-height: 65px;
}
.logo_text {
    margin-left: 10px;
    padding-top: 3px;
    font-size: 22px;
    letter-spacing: 1.5px;
    text-align: left;
    line-height: 30px;
}
.logo_text span {
    color: var(--primary-color);
}

/* Menu Styles */
.site-menu {
    list-style: none;
    display: flex;
}
.menu-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 15px;
}

/* End Menu Styles */

/* Top Navbar Section */
.navbar_section {
    display: flex;
    align-items: center;
}
.top_navbar_section {
    display: flex;
    width: 100%;
}
.site-header__menu.site-menu {
    margin-bottom: 0;
}
.navbar-contact {
    /*display: flex;*/
    /*align-items: center;*/
}
.top_contact_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;
}
.top_contact_info .worker_shedule{
    font-size: 12px;
}
/* End Top Navbar Section */

/* Section Styles */
section:not(.hero) {
    padding: 100px 0;
}
.section-title {
    font-size: 42px;
    margin-bottom: 60px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(111, 32, 191, 0.3);
}

.btn-primary:hover {
    background-color: #5a1a99;
    border-color: #5a1a99;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(111, 32, 191, 0.4);
}

/* End Section Styles */

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Fallback for browsers that don't support video */
.hero-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.hero h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: var(--white);
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--text-light);
}

/* End Hero Section */


/* About Section */

.about {
    padding: 100px 0;
    background-color: var(--darker-color);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.about.show {
    opacity: 1;
    transform: translateY(0);
}

.about h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.about p {
    color: var(--text-light);
    margin-bottom: 15px;
}

.about-image img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
    display: block;
}

.about-image img:hover {
    transform: scale(1.05);
}
/* End About Section */

/* Footer */
footer {
    background-color: #0a0a0a;
    padding: 60px 0 30px;
    border-top: 1px solid #2a2a2a;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.footer {
    background-color: #0a0a0a;
    padding: 60px 0 30px;
    border-top: 1px solid #2a2a2a;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

footer.show {
    opacity: 1;
    transform: translateY(0);
}

.footer-column h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
}

.footer-column p,
.footer-links li a {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a:hover {
    color: var(--primary-color);
}

.footer-logo p {
    font-size: 12px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: var(--light-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #2a2a2a;
    color: #666;
    font-size: 14px;
}
/* End Footer */

/* Lazy loading styles */
.lazy {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazy.loaded {
    opacity: 1;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    animation: fadeInUp 0.8s ease forwards;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}
/* End Lazy loading styles */