
:root {
    --bg-dark: #121212;
    --primary-yellow: #FFC107;
    --text-light: #f5f5f5;
    --surface-dark: #1e1e1e;
    --border-color: #333;
}

#about, 
#process-steps, 
#products, 
#cart-section {
    scroll-margin-top: -100px;
}

.logo { 
    font-size: 1.8em;
    font-weight: bold; 
    color: #fff; 
    text-decoration: none; 
    font-family: 'Amatic SC', cursive;
    display: flex;         
    align-items: center;   
    gap: 10px; 
 }

 .logo-img {
    height: 20px; 
    width: auto;
}

body {
    font-family: 'Amatic SC', cursive;
    margin: 0;
    padding: 0;
    color: var(--text-light);
    background-color: var(--bg-dark);
    overflow-x: hidden;
    font-size: 1.2rem; 
}


.content-section {
    position: relative;
    z-index: 2;
    background-color: var(--bg-dark); 
}
.honeycomb-bg {
    background-image: url("images/background.svg");
}

section {
    padding: 100px 5%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

h1, h2, h3 { color: var(--text-light); font-weight: 700; }
h1 { font-size: 6em; } 
h2 {
    font-size: 4.5em;
    margin-bottom: 20px;
    position: relative;
}
h2::after {
    content: ''; display: block; width: 80px; height: 3px;
    background-color: var(--primary-yellow);
    margin: 20px auto 50px;
}
h3 { font-size: 2.5em; }
p { line-height: 1.7; max-width: 800px; margin: 0 auto 20px; font-size: 1.5rem; }

.btn {
    display: inline-block;
    background-color: var(--primary-yellow);
    color: var(--bg-dark);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-family: 'Helvetica', sans-serif; 
}

.btn:hover { 
    background-color: #fff; transform: translateY(-3px); 
}

a {
    color: var(--primary-yellow); 
    text-decoration: none;       
    transition: color 0.3s;     
}
.footer-links a {
    color: #cccccc; 
    text-decoration: none; 
    margin: 0 15px; 
    transition: color 0.3s ease; 
    font-family: 'Amatic SC', cursive;
}


.footer-links a:hover {
    color: var(--primary-yellow); 
}

.navbar {
    background: rgba(18, 18, 18, 0.8);
    backdrop-filter: blur(10px);
    padding: 10px 5%;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    z-index: 1000;
    font-family: 'Helvetica', sans-serif;
}

.menu-toggle {
    display: none; 
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: var(--text-light);
    transition: all 0.3s ease-in-out;
}

.menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.navbar .container { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.logo { 
    font-size: 1.8em; 
    font-weight: bold; 
    color: #fff; 
    text-decoration: none; 
    font-family: 'Amatic SC', cursive; 
}

.logo span { 
    color: var(--primary-yellow); 
}

.nav-links { 
    display: flex; 
    align-items: center; 
    gap: 25px; 
}

.nav-links a { 
    color: var(--text-light); 
    text-decoration: none; 
    font-weight: bold; 
}

.nav-links a:hover { 
    color: var(--primary-yellow); 
}
.cart-icon-link { 
    display: flex; 
    align-items: center; 
    position: relative; 
}

#cart-item-count {
    position: absolute; 
    top: -8px; 
    right: -12px; 
    background: var(--primary-yellow);
    color: var(--bg-dark); 
    border-radius: 50%; 
    width: 20px; 
    height: 20px;
    font-size: 0.8em; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.video-background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
    background-color: var(--bg-dark);
}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 120vh;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease-in-out;
}
#video2-bg { opacity: 0; }

#hero, #video-parallax {
    min-height: 100vh;
    display: flex; 
    align-items: center; 
    justify-content: center;
    position: relative;
    background-color: transparent;
    z-index: 2;
}

#video-parallax { min-height: 80vh; 
}

.overlay {
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 1;
}

#hero .content, #video-parallax .content { 
    position: relative; 
    z-index: 2; 
}

.bemutatkozo-szoveg {
    max-width: 800px;
    margin: 40px auto 0; 
    text-align: center;
}

.idezet {
    font-size: 2.2em;      
    font-style: italic;  
    font-weight: 400;
    color: var(--primary-yellow); 
    margin-bottom: 40px;    
    padding: 0 20px;
    border-left: 4px solid var(--border-color); 
    text-align: left;
}

.uzenet-box {
    height: 370px;      
    resize: vertical;  
}


.steps-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 40px; 
    margin-top: 50px; 
}

.step .material-icons { 
    font-size: 60px; 
    color: var(--primary-yellow); 
}

.slideshow-container { 
    position: relative; 
    max-width: 100%; 
    margin: auto; 
    overflow: hidden; 
}

.product-slider { 
    display: flex; 
    transition: transform 0.5s ease-in-out; 
}

.product-card { 
    flex: 0 0 33.333%; 
    box-sizing: border-box; 
    padding: 20px; 
    text-align: center; 
}

.product-card-inner { 
    background: var(--surface-dark); 
    padding: 20px; 
    border-radius: 8px; 
}

.product-card img { 
    width: 100%; 
    height: 250px; 
    object-fit: cover; 
    border-radius: 5px; 
    cursor: pointer; 
}

.product-card h3 { 
    color: var(--primary-yellow); 
    margin: 20px 0 10px; 
}

.price { 
    font-weight: bold; 
    font-size: 1.8em; 
    color: var(--text-light); 
}

.slide-arrow { 
    cursor: pointer; 
    position: absolute; 
    top: 50%; 
    width: auto; 
    margin-top: -22px; 
    padding: 16px; 
    color: white; 
    font-weight: bold; 
    font-size: 18px; 
    transition: 0.3s; 
    user-select: none; 
    background-color: rgba(0,0,0,0.5); 
    border: none; z-index: 10; 
}

.prev { 
    left: 0; 
}

.next { 
    right: 0; 
}

.slide-arrow:hover { 
    background-color: var(--primary-yellow); 
    color: var(--bg-dark); 
}

#cart-items { 
    background: var(--surface-dark); 
    border: 1px solid var(--border-color); 
    padding: 20px; border-radius: 8px; 
    margin-bottom: 20px; 
    text-align: left; 
}

.cart-item { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 10px 0; 
    border-bottom: 1px solid var(--border-color); 
    font-size: 1.3rem; 
}

.cart-item:last-child { 
    border-bottom: none; 
}

#cart-total { 
    text-align: right; 
    font-size: 2em; 
    font-weight: bold; 
}

#order-form { 
    max-width: 600px; 
    margin: 40px auto ; 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
    text-align: left; 
}

#order-form input, #order-form textarea, #contact-form input, #contact-form textarea { 
    padding: 15px; 
    border: 1px solid var(--border-color); 
    border-radius: 5px; font-size: 1em; 
    background-color: var(--surface-dark); 
    color: var(--text-light); 
    font-family: 'Helvetica', sans-serif; 
}

#order-form a { 
    color: var(--primary-yellow); 
}

.contact-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 50px; text-align: left; 
    margin-top: 50px; 
    align-items: flex-start; 
}

.contact-info p { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
    font-size: 1.3rem; 
    margin-bottom: 25px; 
}

.contact-info .material-icons { 
    color: var(--primary-yellow); 
    font-size: 2rem; 
}

.map-container { 
    margin-top: 30px; 
    border-radius: 8px; 
    overflow: hidden; 
    border: 2px solid var(--border-color); 
}

#contact-form { 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
}

.modal { 
    display: none; 
    position: fixed; 
    z-index: 2000; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.8); 
    align-items: center; 
    justify-content: center; 
}

.modal-content { 
    background-color: var(--surface-dark); 
    margin: auto; padding: 40px; 
    border: 1px solid var(--border-color); 
    border-radius: 10px; width: 80%; 
    max-width: 600px; 
    position: relative; 
    animation: fadeIn 0.5s; 
}

@keyframes 
    fadeIn { 
        from {opacity: 0; transform: scale(0.9);} to {opacity: 1; transform: scale(1);} 
    }

.close-button { 
    color: #aaa; 
    position: absolute; 
    top: 15px; 
    right: 25px; 
    font-size: 28px; 
    font-weight: bold; 
    cursor: pointer; 
    font-family: 'Helvetica', sans-serif; 
}

#modal-img { 
    width: 100%; 
    height: 300px; 
    object-fit: cover; 
    border-radius: 5px; 
    margin-bottom: 20px; 
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.cart-icon-link.shake .material-icons {
    animation: shake 0.5s ease-in-out;
}

.footer { 
    background: #000; 
    padding: 40px 5%; 
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    position: relative;
    z-index: 5;
}

.footer-content {
    display: flex;  
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap; 
    gap: 20px; 
    margin-bottom: 30px;
}
.footer-logo { 
    font-size: 1.5em; 
    font-family: 'Amatic SC', cursive; 
}

.footer-logo span { color: var(--primary-yellow); }

.footer-links a { color: #ccc; margin: 0 15px; text-decoration: none; }

.footer-links a:hover { color: var(--primary-yellow); }

.footer p { 
    font-size: 0.9em; 
    color: #888;
    font-family: 'Amatic SC', cursive;
 }

.bee-controls { 
    display: flex; 
    gap: 30px; 
    justify-content: center; 
    margin-bottom: 20px; 
    align-items: center; 
}

.control-switch { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 8px; 
    font-size: 2em; 
    color: #ccc; 
    font-family: 'Amatic SC', cursive;
}
.switch { 
    appearance: none; 
    -webkit-appearance: none; 
    width: 50px; height: 26px; 
    background-color: var(--surface-dark); 
    border-radius: 13px; 
    position: relative; 
    cursor: pointer; 
    transition: background-color 0.3s; 
}

.switch::before { 
    content: ''; 
    position: absolute; 
    width: 20px; 
    height: 20px; 
    border-radius: 50%; 
    background-color: white; 
    top: 3px; 
    left: 3px; 
    transition: transform 0.3s; 
}

.switch:checked { background-color: var(--primary-yellow); }

.switch:checked::before { transform: translateX(24px); }

.webkoll-logo { 
    padding: 2px;
    font-size: 0.5em; 
    color: #888;
}

.logo-webkoll{
    margin-left: 8px; 
    height: 40px; 
    width: auto;
    vertical-align: middle;
}

.full-width-line {
    border: none; 
    height: 1px;  
    background-color: var(--border-color);    
    margin: 100px 0;
}

@keyframes fly-left-to-right-wavy {
    0%   { transform: translate(-10vw, 2vh); }
    5%   { transform: translate(0vw, -1vh); }
    10%   { transform: translate(3vw, 4vh); }
    15%   { transform: translate(10vw, -2vh); }
    20%   { transform: translate(15vw, 6vh); }
    25%   { transform: translate(18vw, -2vh); }
    30%   { transform: translate(20vw, 2vh); }
    35%  { transform: translate(23vw, -3vh); }
    40%   { transform: translate(30vw, 2vh); }
    45%   { transform: translate(35vw, -6vh); }
    50%   { transform: translate(40vw, 2vh); }
    55%   { transform: translate(45vw, -2vh); }
    60%  { transform: translate(50vw, 3vh); }
    65%  { transform: translate(55vw, -4vh); }
    70%  { transform: translate(60vw, 2vh); }
    75%   { transform: translate(65vw, -2vh); }
    80%  { transform: translate(70vw, 3vh); }
    85%  { transform: translate(75vw, -4vh); }
    90%  { transform: translate(90vw, 2vh); }
    95% { transform: translate(100vw, -1vh); }
    100% { transform: translate(110vw, 1vh); }
}

@keyframes fly-right-to-left-wavy {
    0%   { transform: translate(110vw, 3vh) scaleX(-1); }
    25%  { transform: translate(75vw, -2vh) scaleX(-1); }
    50%  { transform: translate(50vw, 5vh) scaleX(-1); }
    75%  { transform: translate(25vw, 0vh) scaleX(-1); }
    100% { transform: translate(-10vw, 2vh) scaleX(-1); }
}

.bee {
    position: fixed;
    top: 50%; 
    left: 0;
    width: 60px;
    height: auto;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    filter: brightness(0) invert(1);
    will-change: transform;
}

.bee.hidden-bee { display: none !important; }

.bee-left-to-right.fly-in {
    opacity: 1;
    animation: fly-left-to-right-wavy 12s linear infinite;
}

.bee-right-to-left.fly-in {
    opacity: 1;
    animation: fly-right-to-left-wavy 14s linear infinite;
}

@keyframes chaos-fly-1 {
    0% { transform: translate(-10vw, 0vh); opacity: 1; }
    25% { transform: translate(25vw, -15vh); }
    50% { transform: translate(60vw, 10vh); }
    75% { transform: translate(90vw, -10vh); }
    100% { transform: translate(110vw, 5vh); opacity: 1; }
}

@keyframes chaos-fly-2 {
    0% { transform: translate(110vw, 10vh) scaleX(-1); opacity: 1; }
    33% { transform: translate(70vw, -5vh) scaleX(-1); }
    66% { transform: translate(30vw, 20vh) scaleX(-1); }
    100% { transform: translate(-10vw, 0vh) scaleX(-1); opacity: 1; }
}

@keyframes chaos-fly-3 {
    0% { transform: translate(-10vw, 20vh); opacity: 1; }
    50% { transform: translate(50vw, -20vh); }
    100% { transform: translate(110vw, 20vh); opacity: 1; }
}

@keyframes chaos-fly-4 {
    0% { transform: translate(110vw, -5vh) scaleX(-1); opacity: 1; }
    100% { transform: translate(-10vw, 5vh) scaleX(-1); opacity: 1; }
}

.chaos-bee {
    width: 40px;
}

@media (max-width: 992px) { 
    .contact-grid { grid-template-columns: 1fr; }
 }

@media (max-width: 768px) {

    h1 { font-size: 4em;
        text-align: center;
     }

    h2 { font-size: 3em;
        text-align: center;

    }

    .product-card { flex: 0 0 100%; 
    }

    .nav-links { 
        display: none; 
        flex-direction: column; 
        position: absolute; 
        top: 60px; left: 0; 
        background: var(--bg-dark); 
        width: 100%; 
        padding: 20px 0; 
    }
    .nav-links.active { 
        display: flex; 
    }
    .menu-toggle { 
        display: block; 
    }
    .footer-content { 
        flex-direction: column; 
    }
    .honeycomb-bg {
        background-size: 700px;
    }
    p{
        text-align: center;
    }
    #hero .content {
    text-align: center;
}
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 10px 0;
}

.social-icon {
    font-size: 25px; /* Méret beállítása betűméretként */
    color: #cccccc;  /* Az ikon színe (legyen szürke) */
    transition: color 0.3s ease, transform 0.3s ease; /* Finom animáció */
}

.social-icon:hover {
    color: var(--primary-yellow); /* Színváltás a sárga színre */
    transform: scale(1.30); /* Kicsit megnagyobbodik */
}

