/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770195839
Updated: 2026-02-04 10:03:59

*/


/* ============================================
Vizard Productions - Styles
============================================ */

:root {
    --bg-dark: #1D1D1D;
    --bg-section: #1D1D1D;
    --text-white: #ffffff;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    background: var(--bg-dark);
    color: var(--text-white);
    min-height: 100vh;
    overflow-x: hidden;
}

/* ============================================
Hero Section
============================================ */

.hero-section {
    position: relative;
    overflow: hidden;
    background: var(--bg-section);
    z-index: 100;
}
.hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
    z-index: 2;
}

.hero-section .hero-container {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    gap: 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 50px;
}

.hero-section .hero-background {
    position: absolute;
    inset: 0;
}

.hero-section .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    object-fit: fill;
    z-index: 1;
}

.hero-section .mobile_video {
    display: none;
}

.hero-section .transition-inner {
    z-index: 9999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%
}

.hero-section .transition-inner {
    display: flex;
}

.hero-section .transition-container {
    flex-flow: column;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden
}

.hero-section .transition-column {
    background-color: #1D1D1D;
    perspective-origin: 100%;
    transform-origin: 100%;
    width: 100%;
    height: 100%
}

.hero-section .hero-content {
    z-index: 10;
    text-align: center;
}

.hero-section .hero-tagline {
    font-family: var(--font-sans);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    max-width: 931px;
    color: var(--text-white);
    margin: 0 auto;
}

.hero-section .hero-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    width: 100%;
}

.hero-section .hero-label {
    font-family: var(--font-sans);
    font-size: 30px;
    font-weight: 400;
    line-height: 2;
    color: var(--text-white);
    z-index: 2;
}

.hero-section .hero-label-left {
    position: absolute;
    left: 5%;
    top: -20%;
}

.hero-section .hero-label-right {
    position: absolute;
    right: 5%;
    top: -20%;
}

.hero-section .hero-title-section {
    width: 100%;
    position: relative;
}

.hero-section .hero-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 62px;
    mix-blend-mode: exclusion;
    z-index: 10;
    position: relative;
}

.hero-section .hero-title {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 217.73px;
    line-height: 0.38;
    letter-spacing: -0.11em;
    color: var(--text-white);
}

.hero-section .hero-subtitle {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 132.57px;
    line-height: 0.85;
    color: var(--text-white);
}

/* ============================================
Footer - Info Section
============================================ */

footer {
    background: var(--bg-section);
    padding: 200px 50px 60px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

footer .info-section {
    text-align: center;
}

footer .info-email {
    display: inline-block;
    color: var(--text-white);
    text-decoration: none;
    margin-bottom: 2rem;
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

footer .info-email:hover {
    text-decoration: underline;
}

footer .info-description {
    max-width: 948px;
    margin: 0 auto 180px;
    color: var(--text-white);
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
footer .info-description span {
    font-family: var(--font-serif);
    font-weight: 500;
}

/* ============================================
Footer - Navigation
============================================ */

footer .footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    gap: 1rem;
}

footer .nav-link {
    text-transform: uppercase;
    color: var(--text-white);
    text-decoration: none;
    transition: opacity 0.2s ease;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

footer .nav-link:hover {
    text-decoration: underline;
}

/* ============================================
Responsive - Breakpoints
Laptop Large: 1440px
Laptop: 1366px
Laptop: 1200px
Tablet: 1024px
Tablet: 880px
Mobile: 767px
Mobile: 575px
Small Mobile: 480px
============================================ */

/* Laptop Large - 1440px */
@media (max-width: 1440px) {
    .hero-section .hero-container {
        padding: 80px 60px;
        gap: 75px;
    }

    .hero-section .hero-tagline {
        font-size: 28px;
        max-width: 900px;
    }

    .hero-section .hero-label {
        font-size: 28px;
    }

    .hero-section .hero-title {
        font-size: 190px;
    }

    .hero-section .hero-subtitle {
        font-size: 115px;
    }

    .hero-section .hero-title-block {
        gap: 55px;
    }

    footer {
        padding: 180px 60px 65px;
    }

    footer .info-description {
        margin-bottom: 160px;
    }
}

/* Laptop - 1366px */
@media (max-width: 1366px) {
    .hero-section .hero-container {
        padding: 70px 55px;
        gap: 68px;
    }

    .hero-section .hero-tagline {
        font-size: 26px;
        max-width: 850px;
    }

    .hero-section .hero-label {
        font-size: 26px;
    }

    .hero-section .hero-title {
        font-size: 175px;
    }

    .hero-section .hero-subtitle {
        font-size: 106px;
    }

    .hero-section .hero-title-block {
        gap: 50px;
    }

    footer {
        padding: 160px 55px 60px;
    }

    footer .info-email {
        font-size: 23px;
    }

    footer .info-description {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 150px;
    }

    footer .nav-link {
        font-size: 16px;
    }
}

/* Laptop - 1200px */
@media (max-width: 1200px) {
    .hero-section .hero-container {
        padding: 65px 50px;
        gap: 60px;
    }

    .hero-section .hero-tagline {
        font-size: 25px;
        max-width: 800px;
    }

    .hero-section .hero-label {
        font-size: 24px;
    }

    .hero-section .hero-title {
        font-size: 155px;
    }

    .hero-section .hero-subtitle {
        font-size: 94px;
    }

    .hero-section .hero-title-block {
        gap: 45px;
    }

    footer {
        padding: 140px 50px 55px;
    }

    footer .info-email {
        font-size: 22px;
    }

    footer .info-description {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 130px;
    }

    footer .nav-link {
        font-size: 16px;
    }
}

/* Tablet - 1024px */
@media (max-width: 1024px) {
    .hero-section .hero-container {
        padding: 58px 42px;
        gap: 52px;
    }

    .hero-section .hero-tagline {
        font-size: 24px;
        max-width: 720px;
        line-height: 1.25;
    }

    .hero-section .hero-label {
        font-size: 22px;
    }

    .hero-section .hero-title {
        font-size: 138px;
    }

    .hero-section .hero-subtitle {
        font-size: 84px;
    }

    .hero-section .hero-title-block {
        gap: 38px;
    }

    footer {
        padding: 110px 42px 50px;
    }

    footer .info-email {
        font-size: 21px;
    }

    footer .info-description {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 110px;
    }

    footer .nav-link {
        font-size: 15px;
    }
}

/* Tablet - 880px */
@media (max-width: 880px) {
    .hero-section .hero-container {
        padding: 52px 36px;
        gap: 46px;
    }

    .hero-section .hero-tagline {
        font-size: 23px;
        max-width: 640px;
    }

    .hero-section .hero-label {
        font-size: 20px;
    }

    .hero-section .hero-title {
        font-size: 120px;
    }

    .hero-section .hero-subtitle {
        font-size: 73px;
    }

    .hero-section .hero-title-block {
        gap: 32px;
    }

    footer {
        padding: 95px 36px 45px;
    }

    footer .info-email {
        font-size: 20px;
    }

    footer .info-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 95px;
    }

    footer .nav-link {
        font-size: 15px;
    }
}

/* Mobile - 767px */
@media (max-width: 767px) {
    .hero-section .mobile_video {
        display: block;
    }
    .hero-section .desktop_video {
        display: block;
    }
    .hero-section .hero-container {
        padding: 18px 20px 45px;
        gap: 90px;
        flex-direction: column-reverse;
    }
    .hero-section .hero-title-section {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hero-section .hero-tagline {
        font-size: 20px;
        max-width: 100%;
        line-height: 1.4;
    }

    .hero-section .hero-branding {
        justify-content: space-between;
    }

    .hero-section .hero-label {
        font-size: 16px;
        position: unset;
    }

    .hero-section .hero-title {
        font-size: 118.8px;
    }

    .hero-section .hero-subtitle {
        font-size: 72.34px;
    }
    .hero-section .transition-inner {
        flex-direction: column;
    }
/* html {
scroll-snap-type: y mandatory;
timeline-scope: --section;
scroll-behavior: smooth;
}

main {
view-timeline: --main;

scroll-snap-type: y mandatory;
scroll-padding-top: 0;
}

.mobile_full_section {
scroll-snap-align: start;
scroll-snap-stop: normal;
view-timeline: --section;
height: 100dvh;
}

.mobile_full_inner {
margin: 0 !important;
animation-name: smooth-scroll;
animation-fill-mode: both;
animation-timeline: --section;
will-change: transform;
}

@keyframes smooth-scroll {
0% {
transform: translate3d(0%, 100%, 0);
}

50% {
transform: none;
}

100% {
transform: translate3d(0%, -100%, 0);
}
}*/
/*.mobile_full_inner {
margin: 0 !important;
}*/
.hero-section .hero-title-block {
    gap: 20px;
}
footer {
/*position: unset;*/
padding: 70px 28px 40px;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.hero-section .transition-container {
    flex-flow: row;
}
footer .info-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .info-email {
    font-size: 18px;
}

footer .info-description {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 75px;
}

footer .footer-nav {
    gap: 47px;
}

footer .nav-link {
    font-size: 14px;
}
}

/* Mobile - 575px */
@media (max-width: 575px) {
    .hero-section .hero-container {
        padding: 18px 20px 45px;
        gap: 90px;
    }

    .hero-section .hero-tagline {
        font-size: 18px;
    }

    .hero-section .hero-label {
        font-size: 14px;
    }

    footer {
        padding: 58px 24px 36px;
    }

    footer .info-email {
        font-size: 17px;
        margin-bottom: 1.5rem;
    }

    footer .info-description {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 60px;
    }

    footer .nav-link {
        font-size: 13px;
    }
}

/* Small Mobile - 480px */
@media (max-width: 480px) {
    .hero-section .hero-container {
        padding: 18px 20px 45px;
        gap: 90px;
    }

    .hero-section .hero-tagline {
        font-size: 16px;
        line-height: 1.45;
    }

    .hero-section .hero-label {
        font-size: 12px;
    }

    footer {
        padding: 48px 20px 32px;
    }

    footer .info-email {
        font-size: 16px;
    }

    footer .info-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 48px;
    }

    footer .nav-link {
        font-size: 12px;
    }
}





