.gold-event-hero {
    position: relative;
    /* min-height: 720px;*/
    height:100vh;
    overflow: hidden;
    color: #fff;
    background-image: url(../images/bz-bg.jpg);
    background-position:left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gold-event-hero:after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background:
        radial-gradient(circle at 82% 45%, rgba(190, 130, 35, .13), transparent 28%),
        radial-gradient(circle at 10% 85%, rgba(184, 120, 20, .08), transparent 25%),
        #050505; */
background: linear-gradient(90deg, rgba(18, 20, 21, 0.911) 0%, rgb(0 0 0) 50%, rgb(21 19 1) 100%);
}
.gold-hero-container {
    width: min(1180px, 90%);
    /*min-height: 720px;*/
    margin: auto;
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
}

.gold-hero-content {
    position: relative;
    z-index: 10;
    padding-top: 10px;
}

.gold-event-hero  .event-badge {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 17px;
    border: 1px solid rgba(219, 164, 57, .45);
    border-radius: 50px;
    color: #e8b54f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, .015);
}

.gold-event-hero  .event-badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e9ae3c;
    box-shadow:
        0 0 8px #e9ae3c,
        0 0 18px rgba(233, 174, 60, .5);
    animation: badgePulse 2s infinite;
}

@keyframes badgePulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .5;
        transform: scale(.7);
    }

}


.gold-event-hero  .gold-hero-content h1 {
    margin: 32px 0 28px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -3px;
    color: #f8f3e8;
}

.gold-event-hero  .gold-hero-content h1 strong {
    font-weight: 500;
    background: linear-gradient(
        120deg,
        #fff1c9,
        #d99b32,
        #ffe5a0
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.gold-event-hero  .gold-hero-content h3 {
    margin: 0 0 20px;
    color: #f2f2f2;
    font-size: 21px;
    font-weight: 400;
}


.gold-event-hero  .gold-hero-content p {
    max-width: 570px;
    margin: 0;
    color: #9c9c9c;
    font-size: 14px;
    line-height: 1.9;
}

.gold-event-hero  .hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 34px;
}

.gold-event-hero .hero-buttons a {
    min-width: 145px;
    padding: 16px 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: .3s ease;
}

.gold-event-hero .btn-book {
    color: #090909;
    background: linear-gradient(
        135deg,
        #f8cc68,
        #d89524
    );

    box-shadow: 0 10px 30px rgba(207, 145, 35, .15);
}

.gold-event-hero .btn-about {
    color: #eab64f;
    border: 1px solid #76531e;
    background: rgba(255, 255, 255, .01);
}

.gold-event-hero .btn-book:hover {
    transform: translateY(-2px);
}

.gold-event-hero .btn-about:hover {
    border-color: #d9a63e;
}



.gold-event-hero .ticket-price {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 38px;
}

.gold-event-hero .ticket-line {
    width: 45px;
    height: 1px;
    background: #b9872e;
}

.gold-event-hero .ticket-price span {
    display: block;
    margin-bottom: 5px;
    color: #8d8d8d;
    font-size: 27px;
    letter-spacing: 2px;
}

.gold-event-hero .ticket-price strong {
    display: block;
    color: #f0b843;
    font-size: 32px;
    line-height: 1;
}

.gold-event-hero .ticket-price small {
    display: block;
    margin-top: 6px;
    color: #9a9a9a;
    font-size: 14px;
}


.gold-event-hero .market-visual {
    position: relative;
    height: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.gold-event-hero .visual-glow {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(218, 155, 42, .12),
        transparent 68%
    );

    filter: blur(10px);
    animation: glowPulse 5s ease-in-out infinite;
}

@keyframes glowPulse {

    0%, 100% {
        transform: scale(.95);
        opacity: .6;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }

}


.gold-event-hero .market-card {
    position: relative;
    z-index: 4;
    width: 492px;
    height: 404px;
    padding: 30px;
    border: 1px solid rgba(214, 160, 54, .4);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(48, 42, 30, .78),
            rgba(13, 13, 13, .93)
        );

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .55),
        inset 0 1px rgba(255, 255, 255, .04);

    transform: rotate(-1deg);
    animation: cardFloat 6s ease-in-out infinite;
}

@keyframes cardFloat {

    0%, 100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-8px) rotate(-1deg);
    }

}

.gold-event-hero .market-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a6a6a6;
    font-size: 11px;
}

.gold-event-hero .live-market {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 20px;
    background: rgba(189, 141, 47, .12);
    color: #e8b44a;
    font-size: 9px;
}

.gold-event-hero .live-market i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7ed36e;
    box-shadow: 0 0 8px #7ed36e;
    animation: liveBlink 1.3s infinite;
}

@keyframes liveBlink {

    50% {
        opacity: .3;
    }

}


.gold-event-hero .market-title {
margin-top: -132px;
    margin-left: 52px;
    color: #f5d37c;
    font-size: 35px;
    font-weight: 700;
    width: 326px;
}
.gold-event-hero .market-title img{
    width: 100%;
}
.gold-event-hero .market-subtitle {
    margin-top: 8px;
    color: #d39b34;
    font-size: 11px;
}


.gold-event-hero .candle-chart {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 145px;
    bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    opacity: .65;
}

.gold-event-hero .candle {
    position: relative;
    width: 9px;
    background: #43b875;
    animation: candleMove 2.5s ease-in-out infinite alternate;
}

.gold-event-hero .candle::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: currentColor;
}

.gold-event-hero .candle span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    background: currentColor;
}

.c1 {
    height: 60px;
    color: #46b77c;
}

.c2 {
    height: 95px;
    color: #e0a83b;
}

.c3 {
    height: 45px;
    color: #dc6452;
}

.c4 {
    height: 115px;
    color: #4bbb7d;
}

.c5 {
    height: 72px;
    color: #e0aa42;
}

.c6 {
    height: 135px;
    color: #48bd7b;
}

.c7 {
    height: 82px;
    color: #d85d4e;
}

.c8 {
    height: 125px;
    color: #49ba79;
}

.c9 {
    height: 100px;
    color: #e0aa42;
}

.c10 {
    height: 145px;
    color: #49b979;
}

.c11 {
    height: 120px;
    color: #dc6250;
}

.c12 {
    height: 155px;
    color: #53c281;
}


.candle:nth-child(odd) {
    background: #45b979;
}

.candle:nth-child(even) {
    background: #dca43a;
}

.candle:nth-child(3n) {
    background: #db5c4d;
}


@keyframes candleMove {

    0% {
        transform: scaleY(.72);
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(1.18);
        transform-origin: bottom;
    }

}



.candle:nth-child(2) {
    animation-delay: -.4s;
}

.candle:nth-child(3) {
    animation-delay: -.9s;
}

.candle:nth-child(4) {
    animation-delay: -1.3s;
}

.candle:nth-child(5) {
    animation-delay: -.6s;
}

.candle:nth-child(6) {
    animation-delay: -1.7s;
}

.candle:nth-child(7) {
    animation-delay: -.2s;
}

.candle:nth-child(8) {
    animation-delay: -1s;
}

.candle:nth-child(9) {
    animation-delay: -1.5s;
}

.candle:nth-child(10) {
    animation-delay: -.7s;
}

.candle:nth-child(11) {
    animation-delay: -1.8s;
}


.market-graph {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 160px;
    width: calc(100% - 60px);
    height: 170px;
    z-index: 5;
    overflow: visible;
}

.graph-line {
    fill: none;
    stroke: url(#goldLine);
    stroke-width: 4;
    stroke-linecap: round;
    /* stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation:
        graphDraw 4s linear infinite,
        graphGlow 2s ease-in-out infinite; */
}

/* @keyframes graphDraw {

    0% {
        stroke-dashoffset: 1000;
    }

    70% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }

}

@keyframes graphGlow {

    0%, 100% {
        filter: drop-shadow(0 0 2px rgba(255, 190, 65, .5));
    }

    50% {
        filter: drop-shadow(0 0 9px rgba(255, 190, 65, .9));
    }

} */

.graph-dot {
    fill: #ffe09a;

    filter:
        drop-shadow(0 0 5px #f6c75c)
        drop-shadow(0 0 12px #f6c75c);

    animation: dotPulse 1.5s infinite;
}

@keyframes dotPulse {

    50% {
        r: 9;
        opacity: .6;
    }

}


.volume-bars {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 22px;
    height: 45px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    opacity: .25;
}

.volume-bars i {
    flex: 1;
    min-height: 8px;
    background: linear-gradient(
        to top,
        #a26d1e,
        #e2ae43
    );

    animation: volumePulse 1.8s ease-in-out infinite alternate;
}

.volume-bars i:nth-child(2) {
    animation-delay: -.4s;
}

.volume-bars i:nth-child(3) {
    animation-delay: -.8s;
}

.volume-bars i:nth-child(4) {
    animation-delay: -1.2s;
}

.volume-bars i:nth-child(5) {
    animation-delay: -.6s;
}

.volume-bars i:nth-child(6) {
    animation-delay: -1.5s;
}

@keyframes volumePulse {

    from {
        transform: scaleY(.65);
        transform-origin: bottom;
    }

    to {
        transform: scaleY(1);
        transform-origin: bottom;
    }

}


/* =========================================
   GOLD / SILVER COINS
========================================= */

.metal-coin {
    position: absolute;

    z-index: 8;

    width: 90px;
    height: 90px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;

    font-family: Georgia, serif;

    box-shadow:
        0 15px 30px rgba(0, 0, 0, .5),
        inset 5px 5px 12px rgba(255, 255, 255, .5),
        inset -7px -7px 15px rgba(0, 0, 0, .2);

    animation: coinFloat 4s ease-in-out infinite;
    display: none;
}

.metal-coin span {
    font-size: 34px;
    font-weight: 600;
}

.gold-coin {
    top: 105px;
    right: 5px;

    color: #8b5c19;

    background:
        radial-gradient(
            circle at 30% 25%,
            #fff3b6,
            #eab34c 35%,
            #bc7819 75%,
            #8a5414
        );
}

.silver-coin {
    left: 18px;
    bottom: 105px;

    width: 78px;
    height: 78px;

    color: #666;

    background:
        radial-gradient(
            circle at 30% 25%,
            #fff,
            #d8d8d8 40%,
            #999 75%,
            #666
        );

    animation-delay: -1.5s;
}

@keyframes coinFloat {

    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-13px) rotate(4deg);
    }

}


/* =========================================
   ARROWS
========================================= */

.market-arrow {
    position: absolute;

    z-index: 9;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(217, 161, 51, .3);

    border-radius: 10px;

    background: rgba(25, 25, 25, .8);

    font-size: 29px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
}

.up-arrow {
    top: 95px;
    left: 80px;

    color: #48c17d;

    animation: arrowUp 2.5s ease-in-out infinite;
    display: none;
}

.down-arrow {
    right: 0;
    bottom: 130px;

    color: #df6551;

    animation: arrowDown 2.5s ease-in-out infinite;
     display: none;
}

@keyframes arrowUp {

    0%, 100% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-10px);
    }

}

@keyframes arrowDown {

    0%, 100% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(10px);
    }

}


/* =========================================
   ORBITS
========================================= */

.orbit {
    position: absolute;

    border: 1px solid rgba(209, 156, 46, .2);

    border-radius: 50%;

    pointer-events: none;
}

.orbit-one {
    width: 430px;
    height: 430px;

    transform: rotate(25deg);

    animation: orbitRotate 18s linear infinite;
}

.orbit-two {
    width: 500px;
    height: 240px;

    transform: rotate(-20deg);

    border-color: rgba(226, 171, 60, .13);

    animation: orbitRotateReverse 22s linear infinite;
}

@keyframes orbitRotate {

    to {
        transform: rotate(385deg);
    }

}

@keyframes orbitRotateReverse {

    to {
        transform: rotate(-380deg);
    }

}


/* =========================================
   ABOUT SECTION
========================================= */

/* =========================================
   ABOUT SECTION
========================================= */

.event-about {
    padding: 50px 0;

    background: #0b0b0b;

    color: #fff;
    position: relative;

}

.event-about:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(18 21 21) 0%, rgb(0 0 0) 50%, rgb(133 97 53 / 39%) 100%);
}

.manthan-img .mob_img {
    display: flex;
    justify-content: center;
}

.manthan-img .mob_img img {
    animation: sec-mob 5s ease-in-out infinite;
}

@keyframes sec-mob {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10%) rotate(-10deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.bas_img {
    position: relative;
    top: -41px;
}

.bas_img img {
    width: 100%;
}

.man_consec {
    margin-top: 195px;
}

.about-container {
    width: min(1400px, 90%);
    margin: auto;
    position: relative;
    z-index: 10;
}
.section-label {
    color: #dba63d;

    font-size: 11px;
    letter-spacing: 3px;
}

.about-container h2 {
    max-width: 700px;

    margin: 18px 0;

    font-family: Georgia, serif;

    font-size: 48px;
    line-height: 1.05;
    font-weight: 500;
}

.about-container h2 span {
    color: #dba63d;
}

.about-intro {
    max-width: 650px;

    color: #888;

    line-height: 1.8;
border-left: 2px solid #e8a438;
    padding-left: 10px;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-top: 55px;
}

.about-box {
    position: relative;

    padding: 35px;

    min-height: 220px;

    border: 1px solid rgba(213, 159, 51, .18);

    background: #111;

    transition: .3s ease;
}

.about-box:hover {
    border-color: rgba(213, 159, 51, .5);

    transform: translateY(-5px);
}

.box-number {
    color: #c89534;

    font-size: 12px;
    letter-spacing: 2px;
}

.about-box h3 {
    margin: 30px 0 12px;

    font-size: 21px;
}

.about-box p {
    color: #888;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .gold-hero-container {
        grid-template-columns: 1fr;

        padding: 90px 0 70px;
    }

    .gold-event-hero {
        min-height: auto;
    }

    .gold-hero-content {
        text-align: center;
    }

    .event-badge,
    .hero-buttons,
    .ticket-price {
        margin-left: auto;
        margin-right: auto;
    }

    .gold-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .market-visual {
        height: 570px;
        margin-top: 20px;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .gold-hero-container {
        width: 92%;
        padding-top: 60px;
    }

    .gold-hero-content h1 {
        font-size: 49px;
        letter-spacing: -2px;
    }

    .gold-hero-content h3 {
        font-size: 18px;
    }

    .gold-hero-content p {
        font-size: 13px;
    }

    .hero-buttons {
        flex-direction: column;

        width: 100%;
        max-width: 280px;
    }

    .hero-buttons a {
        width: 100%;
    }

    .market-visual {
        height: 450px;

        transform: scale(.78);
        transform-origin: center;
        margin-top: -35px;
        margin-bottom: -50px;
    }

    .market-card {
        width: 360px;
    }

    .about-container h2 {
        font-size: 37px;
    }
}



























.ticker {
    position: relative;
    width: 100%;
    height: 52px;

    display: flex;
    align-items: center;

    background: linear-gradient(90deg, #1a1001 0%, #0d0d0d 50%, #30220a 100%);

    border-top: 1px solid rgba(212, 167, 67, 0.35);
    border-bottom: 1px solid rgba(212, 167, 67, 0.35);

    overflow: hidden;
    white-space: nowrap;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 8px 25px rgba(0, 0, 0, 0.35);
}

 .event-ticker{
    position: absolute;
    left: 0;
    top: auto;
    z-index: 10;
    right: 0;
    bottom: 10px;
} 
/* --------------------------------
   GOLD SHINE LINE
-------------------------------- */

.ticker::before {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 1px;

    background: linear-gradient(90deg,
            transparent,
            #9c7020,
            #f4d47c,
            #9c7020,
            transparent);

    opacity: 0.8;
}


/* --------------------------------
   LEFT FADE
-------------------------------- */

.ticker::after {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 110px;

    z-index: 3;

    pointer-events: none;

    background: linear-gradient(90deg,
            #050505 0%,
            rgba(5, 5, 5, 0.85) 35%,
            transparent 100%);
}


/* --------------------------------
   TRACK
-------------------------------- */

.ticker__track {
    display: inline-flex;
    align-items: center;

    width: max-content;

    will-change: transform;

    animation: tickerScroll 28s linear infinite;
}


/* --------------------------------
   EACH ITEM
-------------------------------- */

.ticker__item {
    display: inline-flex;
    align-items: center;

    flex-shrink: 0;

    position: relative;

    padding: 0 42px;

    height: 52px;

    color: #d8d2c5;

    font-family: inherit;

    font-size: 18px;
    font-weight: 500;

    letter-spacing: 0.045em;

    text-transform: none;
}


/* --------------------------------
   GOLD TITLE
-------------------------------- */

.ticker__item b {
    color: #f4d47c;

    font-weight: 700;

    letter-spacing: 0.06em;

    margin-right: 5px;

    text-shadow:
        0 0 12px rgba(216, 173, 69, 0.18);
}


/* --------------------------------
   GOLD SEPARATOR
-------------------------------- */

.ticker__item::after {
    content: "◆";

    position: absolute;

    right: -4px;
    top: 50%;

    transform: translateY(-50%);

    color: #c99b35;

    font-size: 7px;

    opacity: 0.9;
}


/* --------------------------------
   MARKET STYLE EXTRA COLORS
-------------------------------- */

.ticker__up {
    color: #8fb996;
}

.ticker__down {
    color: #c17d6f;
}


/* --------------------------------
   CONTINUOUS MOVEMENT
-------------------------------- */

@keyframes tickerScroll {

    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }

}


/* --------------------------------
   HOVER PAUSE
-------------------------------- */

.ticker:hover .ticker__track {
    animation-play-state: paused;
}


/* --------------------------------
   MOBILE
-------------------------------- */

@media (max-width: 767px) {

    .ticker {
        height: 46px;
    }

    .ticker__track {
        animation-duration: 22s;
    }

    .ticker__item {
        height: 46px;

        padding: 0 28px;

        font-size: 11.5px;

        letter-spacing: 0.035em;
    }

    .ticker__item::after {
        right: -3px;
        font-size: 6px;
    }

    .ticker::after {
        width: 70px;
    }
}
/*************************************/
/********* responsive start ***********/
/*************************************/

@media (min-width:1200px) and (max-width:1399px) {
    .gold-event-hero .event-badge {
        font-size: 10px;
    }

    .gold-event-hero .gold-hero-content h1 {
        font-size: 47px;
    }

    .gold-event-hero .gold-hero-content h3 {
        margin: 0 0 15px;
        font-size: 19px;
    }

    .gold-event-hero .ticket-price span {
        font-size: 20px;
    }

    .gold-event-hero .ticket-price strong {
        font-size: 26px;
    }

    .gold-hero-container {
        width: min(1180px, 80%);
    }

    .gold-event-hero .market-card {
        width: 400px;
        height: 350px;
    }

    .gold-event-hero .market-title {
        margin-top: -97px;
        margin-left: 44px;
        width: 245px;
    }

    .gold-event-hero .hero-buttons a {
        min-width: 130px;
        padding: 12px 20px;
    }
}

@media (min-width:1901px) and (max-width:3000px) {
    .gold-hero-container {
        width: min(1600px, 90%);
    }

    .gold-event-hero .event-badge {
        font-size: 15px;
    }

    .gold-event-hero .gold-hero-content h1 {
        font-size: 65px;
    }

    .gold-event-hero .gold-hero-content h3 {
        font-size: 26px;
    }

    .gold-event-hero .ticket-price span {
        font-size: 32px;
    }

    .gold-event-hero .ticket-price strong {
        font-size: 42px;
    }

    .gold-event-hero .ticket-price small {
        font-size: 20px;
    }

    .gold-event-hero .hero-buttons a {
        min-width: 187px;
        font-size: 22px;
    }

    .gold-event-hero .market-card {
        width: 625px;
        height: 462px;
    }

    .gold-event-hero .market-title {
        margin-top: -132px;
        margin-left: 107px;
    }

    .market-graph {
        top: 232px;
    }

    .ticker {
        height: 78px;
    }

    .ticker__item {
        font-size: 20px;
    }



}