/*

Theme Name: Ccity Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by CyberCity 

Author: CyberCity

Author URI: https://cybercity.co.il/

Template: hello-elementor

Version: 1.0.1

Text Domain: cybercity-hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* */
@import url("../hello-elementor/style.css");

.underline-gold h2{
      text-decoration-color: #d4af6ab0 !important;
}

.hero-grid{
    position: absolute !important;
    inset: 0;
    background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    opacity: 0.5;
}

.bg-gold{
        background: linear-gradient(135deg, var(--gold), transparent 40%, var(--gold) 100% 100%);
}

.l-d-r, .l-d-r::after{
    background: #ff0000;
}

.l-d-g, .l-d-g::after{
    background: #e8c988;
}

.live-dot {
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-inline-start: 8px;
    vertical-align: middle;
    animation: liveBlink 1.4s infinite ease-in-out;
}

.live-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: livePulse 1.4s infinite ease-out;
  z-index: -1;
}

@keyframes liveBlink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

@keyframes livePulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}

        .wdp-brands-marquee {
            width: 100%;
            overflow: hidden;
            background: #071423;
            border-top: 1px solid rgba(214, 167, 94, 0.35);
            border-bottom: 1px solid rgba(214, 167, 94, 0.35);
            padding: 28px 0;
            direction: ltr;
        }

        .wdp-brands-track {
            display: flex;
            width: max-content;
            animation: wdp-marquee 50s linear infinite;
        }

        .wdp-brands-track span {
            display: flex;
            align-items: center;
            font-size: 26px;
            font-weight: 700;
            letter-spacing: 2px;
            color: #d7cbb2;
            white-space: nowrap;
            padding: 0 35px;
        }

        .wdp-brands-track span::after {
            content: "•";
            color: #d6a75e;
            margin-left: 55px;
        }

        @keyframes wdp-marquee {
            from {
                transform: translateX(-50%);
            }

            to {
                transform: translateX(0%);
            }
        }

        @media (max-width: 767px) {
            .wdp-brands-marquee {
                padding: 18px 0;
            }

            .wdp-brands-track span {
                font-size: 18px;
                padding: 0 22px;
            }

            .wdp-brands-track span::after {
                margin-left: 35px;
            }
        }


.video-embed {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

/* Instagram */
.video-embed-instagram {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.video-embed-instagram .instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
}

/* Instagram iframe */
.video-embed-instagram iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block !important;
}

/* YouTube / Vimeo */
.video-embed-oembed {
    width: 100%;
    height: 100%;
}

.video-embed-oembed iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
}

/* Fallback */
.video-embed-fallback {
    padding: 20px;
    text-align: center;
    background: #f5f5f5;
}

.video-embed-fallback a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}

.post-avatar-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #c9a24f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.post-avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.post-avatar-initial span {
    color: #0d1b2d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.e-n-accordion-item-title{
    padding: 20px 10px !important;
}

.elementor-widget-n-accordion .e-n-accordion-item:first-child > .e-n-accordion-item-title {
    border: none !important;
}



.main-header {
    position: fixed !important;
    top: 0;
    z-index: 9998;
    transition: transform .35s ease, opacity .25s ease;
    will-change: transform, opacity;
}

.main-header.hide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}


.sticky-header {
        backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .35s ease, opacity .25s ease, visibility 0s linear .35s;
    will-change: transform, opacity;
}

.sticky-header.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform .35s ease, opacity .25s ease, visibility 0s;
}



/*

.grid-gold-bg {
    position: relative;
    overflow: hidden;

    background-image:
        radial-gradient(
            ellipse at center,
            rgba(212,175,55,0.10) 0%,
            rgba(212,175,55,0.05) 32%,
            transparent 68%
        ),

        linear-gradient(rgba(212,175,55,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212,175,55,0.08) 1px, transparent 1px);

    background-size:
        100% 100%,
        96px 96px,
        96px 96px;

    background-position:
        center,
        center,
        center;

    background-repeat: no-repeat, repeat, repeat;

    mask-image: radial-gradient(ellipse at center, #000 0%, #000 38%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, #000 38%, transparent 72%);
}*/
