@font-face {
    font-family: satoshi-l;
    src: url('../font/Satoshi-Light.otf') format('opentype');
}

@font-face {
    font-family: satoshi;
    src: url('../font/Satoshi-Regular.otf') format('opentype');
}

@font-face {
    font-family: satoshi-m;
    src: url('../font/Satoshi-Medium.otf') format('opentype');
}

@font-face {
    font-family: satoshi-b;
    src: url('../font/Satoshi-Bold.otf') format('opentype');
}

@font-face {
    font-family: satoshi-black;
    src: url('../font/Satoshi-Black.otf') format('opentype');
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: satoshi, sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}



/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FFF2A9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


body {
    background-color: #101010;
    color: #fff;
}


.title {
    font-weight: 900;
    font-size: 70px;
    line-height: 82%;
    letter-spacing: -0.03em;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff2a9), to(#fff9fc));
    background: -o-linear-gradient(bottom, #fff2a9 0%, #fff9fc 100%);
    background: linear-gradient(0deg, #fff2a9 0%, #fff9fc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: satoshi-black, sans-serif;
}


.para {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
}

.small-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #fff;
}


.heading {
    font-family: satoshi-b, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 112%;
    letter-spacing: -0.03em;
    color: #fff;
}


.upper-text {
    font-weight: 300;
    font-size: 22px;
    line-height: 258%;
    letter-spacing: -0.03em;
    color: #fff;
}


.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    -webkit-backdrop-filter: blur(94.99476623535156px);
    backdrop-filter: blur(94.99476623535156px);
    background: rgba(255, 255, 255, 0.15);
    font-family: satoshi-b, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: auto;
    letter-spacing: -0.03em;
    color: #fff;
    position: relative;
    border-radius: 0;
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0px;
    padding: 1.5px;
    padding-left: 2.5px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(215, 215, 215, 0.44)), to(#fff));
    background: -o-linear-gradient(left, rgba(215, 215, 215, 0.44) 0%, #fff 100%);
    background: linear-gradient(90deg, rgba(215, 215, 215, 0.44) 0%, #fff 100%);
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #15056d)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #c90a0a));
    -webkit-mask:
        linear-gradient(#15056d 0 0) content-box,
        linear-gradient(#c90a0a 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}



.btn:hover {
    background-color: #fff;
    color: #000;
}



.btn-2 {
    font-family: satoshi-black, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 474%;
    letter-spacing: -0.03em;
    color: #101010;
    background: #fff;
    width: 159px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-2:hover {
    background-color: #FFF2A9;
}


.card-heading {
    font-family: satoshi-black, sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: -0.03em;
    color: #fff;
}

.card-heading-small {
    font-family: satoshi-b, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #fff;
}

.card-heading-small1 {
    font-family: satoshi-b, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #d6d6d6;
}


.m-para {
    font-family: satoshi-m, sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #fff;
}

.ease {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.effect:hover {
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
}

.padding {
    padding: 100px 0;
}


.offcanvas {
    width: 50vw !important;
    background-color: #1f1f1f;
    color: #fff;
}

.offcanvas-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


header nav {
    -webkit-backdrop-filter: blur(109.5px);
    backdrop-filter: blur(109.5px);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    width: 0px;
    height: 0px;
    opacity: 0;
    padding-right: 10px;
    padding-left: 30px;
    overflow: hidden;
    -webkit-animation: nav 1s ease forwards;
    animation: nav 1s ease forwards;
}

header svg {
    cursor: pointer;
    opacity: 0;
    -webkit-animation: nav_content 0.5s ease 1.8s forwards;
    animation: nav_content 0.5s ease 1.8s forwards;
}

header svg:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

header svg:hover circle {
    fill: #FFF2A9;
}

header svg:hover path {
    stroke: #000;
}

header a {
    font-weight: 400;
    font-size: 20px;
    white-space: nowrap;
    opacity: 0;
    -webkit-animation: nav_content 0.5s ease 1s forwards;
    animation: nav_content 0.5s ease 1s forwards;
}

header .logo {
    opacity: 0;
    -webkit-animation: nav_content 0.5s ease 1.5s forwards;
    animation: nav_content 0.5s ease 1.5s forwards;
}


header a:hover {
    color: #FFF2A9 !important;
}

@-webkit-keyframes nav {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 746px;
        height: 81px;
        opacity: 1;
    }
}

@keyframes nav {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 746px;
        height: 81px;
        opacity: 1;
    }
}

@-webkit-keyframes nav_content {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nav_content {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}




/* ---------------------- hero ----------------- */

section.banner {
    height: 100vh;
    background-image: url('../assets/home_banner-min.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last baseline;
    -ms-flex-align: last baseline;
    align-items: last baseline;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


section.about {
    background-image: url('../Images/about-banner.webp');
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



section.metaverse .video-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

section.metaverse video {
    width: 100%;
    height: 90vh;
    -o-object-fit: cover;
    object-fit: cover;
}

section.metaverse .size {
    width: 101vw;
    position: absolute;
    height: 91vh;
}

section.metaverse .video-box .small-para:hover {
    color: #fff2a9;
}

section.metaverse .top {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
}


section.feature .card {
    background-color: transparent;
    background: #1f1f1f;
    padding: 20px;
    height: 100%;
}

section.feature .card .img-box {
    margin-top: -68px;
}

section.feature .row>div {
    margin-bottom: 60px
}


section.music .card {
    background: #1b1b1b;
    padding: 15px;
    height: calc(100% + 60px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;

}

section.music .card:hover {
    background: #e6c71a;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    border: 1px solid #ededed;
}

section.music .card:hover h4,
section.music .card:hover p {
    color: #ffffff !important;
}


section.music .card h4 {
    margin: 20px 0;
    height: 60px;
}


.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFF2A9;
}

section.recog ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    gap: 10px;
    border-bottom: 0.2px solid #4F4F4F;
    padding: 30px 0;
}

section.recog ul li:last-child {

    border-bottom: 1px solid transparent;

}

section.recog .row {
    background-color: #1B1B1B;
}

section.news .card-img-overlay {
    top: auto;
    bottom: 20px;
}

section.video .card {
    background-color: #1B1B1B;
    padding: 15px;
    height: 100%;
}

section.video .card .small-para {
    height: 100px;
}


footer {
    background-color: #000;
}

footer li {
    font-size: 16px;
    margin-bottom: 10px;
}

footer iframe {
    width: 100%;
    height: 200px;
}

footer .social a:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#dialog-content {
    max-width: 70%;
}

/* Modal container */
#imageModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    /* Black with opacity */
    justify-content: center;
    align-items: center;
}

/* Modal content (image) */
#imageModal img {
    width: 90%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

/* Close button */
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}

/* For smaller screens */
@media (max-width: 600px) {
    .close {
        font-size: 40px;
    }
}

.padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
}

a,
a:active,
a:focus {
    /* color: #828282; */
    color: inherit;
}

/* .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.popup-content img {
    width: 100%;
    height: auto;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.close-button:hover {
    background-color: rgba(255, 255, 255, 1);
} */


@font-face {
    font-family: satoshi-l;
    src: url('../font/Satoshi-Light.otf') format('opentype');
}

@font-face {
    font-family: satoshi;
    src: url('../font/Satoshi-Regular.otf') format('opentype');
}

@font-face {
    font-family: satoshi-m;
    src: url('../font/Satoshi-Medium.otf') format('opentype');
}

@font-face {
    font-family: satoshi-b;
    src: url('../font/Satoshi-Bold.otf') format('opentype');
}

@font-face {
    font-family: satoshi-black;
    src: url('../font/Satoshi-Black.otf') format('opentype');
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: satoshi, sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}



/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FFF2A9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


body {
    background-color: #101010;
    color: #fff;
}


.title {
    font-weight: 900;
    font-size: 70px;
    line-height: 82%;
    letter-spacing: -0.03em;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff2a9), to(#fff9fc));
    background: -o-linear-gradient(bottom, #fff2a9 0%, #fff9fc 100%);
    background: linear-gradient(0deg, #fff2a9 0%, #fff9fc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: satoshi-black, sans-serif;
}


.para {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
}

.small-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #fff;
}


.heading {
    font-family: satoshi-b, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 112%;
    letter-spacing: -0.03em;
    color: #fff;
}


.upper-text {
    font-weight: 300;
    font-size: 22px;
    line-height: 258%;
    letter-spacing: -0.03em;
    color: #fff;
}


.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    -webkit-backdrop-filter: blur(94.99476623535156px);
    backdrop-filter: blur(94.99476623535156px);
    background: rgba(255, 255, 255, 0.15);
    font-family: satoshi-b, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: auto;
    letter-spacing: -0.03em;
    color: #fff;
    position: relative;
    border-radius: 0;
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0px;
    padding: 1.5px;
    padding-left: 2.5px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(215, 215, 215, 0.44)), to(#fff));
    background: -o-linear-gradient(left, rgba(215, 215, 215, 0.44) 0%, #fff 100%);
    background: linear-gradient(90deg, rgba(215, 215, 215, 0.44) 0%, #fff 100%);
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #15056d)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #c90a0a));
    -webkit-mask:
        linear-gradient(#15056d 0 0) content-box,
        linear-gradient(#c90a0a 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}



.btn:hover {
    background-color: #fff;
    color: #000;
}



.btn-2 {
    font-family: satoshi-black, sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 474%;
    letter-spacing: -0.03em;
    color: #101010;
    background: #fff;
    width: 159px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-2:hover {
    background-color: #FFF2A9;
}


.card-heading {
    font-family: satoshi-black, sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: -0.03em;
    color: #fff;
}

.card-heading-small {
    font-family: satoshi-b, sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #fff;
}

.card-heading-small1 {
    font-family: satoshi-b, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #d6d6d6;
}


.m-para {
    font-family: satoshi-m, sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #fff;
}

.ease {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.effect:hover {
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
}

.padding {
    padding: 100px 0;
}


.offcanvas {
    width: 50vw !important;
    background-color: #1f1f1f;
    color: #fff;
}

.offcanvas-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


header nav {
    -webkit-backdrop-filter: blur(109.5px);
    backdrop-filter: blur(109.5px);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    width: 0px;
    height: 0px;
    opacity: 0;
    padding-right: 10px;
    padding-left: 30px;
    overflow: hidden;
    -webkit-animation: nav 1s ease forwards;
    animation: nav 1s ease forwards;
}

header svg {
    cursor: pointer;
    opacity: 0;
    -webkit-animation: nav_content 0.5s ease 1.8s forwards;
    animation: nav_content 0.5s ease 1.8s forwards;
}

header svg:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

header svg:hover circle {
    fill: #FFF2A9;
}

header svg:hover path {
    stroke: #000;
}

header a {
    font-weight: 400;
    font-size: 20px;
    white-space: nowrap;
    opacity: 0;
    -webkit-animation: nav_content 0.5s ease 1s forwards;
    animation: nav_content 0.5s ease 1s forwards;
}

header .logo {
    opacity: 0;
    -webkit-animation: nav_content 0.5s ease 1.5s forwards;
    animation: nav_content 0.5s ease 1.5s forwards;
}


header a:hover {
    color: #FFF2A9 !important;
}

@-webkit-keyframes nav {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 746px;
        height: 81px;
        opacity: 1;
    }
}

@keyframes nav {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 746px;
        height: 81px;
        opacity: 1;
    }
}

@-webkit-keyframes nav_content {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nav_content {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}




/* ---------------------- hero ----------------- */

section.banner {
    height: 100vh;
    background-image: url('../assets/home_banner-min.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last baseline;
    -ms-flex-align: last baseline;
    align-items: last baseline;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


section.about {
    background-image: url('../Images/about-banner.webp');
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



section.metaverse .video-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

section.metaverse video {
    width: 100%;
    height: 90vh;
    -o-object-fit: cover;
    object-fit: cover;
}

section.metaverse .size {
    width: 101vw;
    position: absolute;
    height: 91vh;
}

section.metaverse .video-box .small-para:hover {
    color: #fff2a9;
}

section.metaverse .top {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
}


section.feature .card {
    background-color: transparent;
    background: #1f1f1f;
    padding: 20px;
    height: 100%;
}

section.feature .card .img-box {
    margin-top: -68px;
}

section.feature .row>div {
    margin-bottom: 60px
}


section.music .card {
    background: #1b1b1b;
    padding: 15px;
    height: calc(100% + 60px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;

}

section.music .card:hover {
    background: #e6c71a;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    border: 1px solid #ededed;
}

section.music .card:hover h4,
section.music .card:hover p {
    color: #ffffff !important;
}


section.music .card h4 {
    margin: 20px 0;
    height: 60px;
}


.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFF2A9;
}

section.recog ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    gap: 10px;
    border-bottom: 0.2px solid #4F4F4F;
    padding: 30px 0;
}

section.recog ul li:last-child {

    border-bottom: 1px solid transparent;

}

section.recog .row {
    background-color: #1B1B1B;
}

section.news .card-img-overlay {
    top: auto;
    bottom: 20px;
}

section.video .card {
    background-color: #1B1B1B;
    padding: 15px;
    height: 100%;
}

section.video .card .small-para {
    height: 100px;
}


footer {
    background-color: #000;
}

footer li {
    font-size: 16px;
    margin-bottom: 10px;
}

footer iframe {
    width: 100%;
    height: 200px;
}

footer .social a:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#dialog-content {
    max-width: 70%;
}

/* Modal container */
#imageModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    /* Black with opacity */
    justify-content: center;
    align-items: center;
}

/* Modal content (image) */
#imageModal img {
    width: 90%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

/* Close button */
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}

/* For smaller screens */
@media (max-width: 600px) {
    .close {
        font-size: 40px;
    }
}

.padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
}

a,
a:active,
a:focus {
    /* color: #828282; */
    color: inherit;
}

/* .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.popup-content img {
    width: 100%;
    height: auto;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.close-button:hover {
    background-color: rgba(255, 255, 255, 1);
} */

/* Ticker Section Styles */
.ticker-section {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    padding: 18px 0;
    overflow: hidden;
    border-bottom: 2px solid #FFF2A9;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.ticker-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 242, 169, 0.1) 50%, transparent 100%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.ticker-section:hover {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-bottom-color: #fff;
}

.ticker-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ticker-content {
    display: flex;
    animation: ticker-scroll 30s linear infinite;
    white-space: nowrap;
}

.ticker-text {
    color: #FFF2A9;
    font-size: 16px;
    font-weight: 600;
    margin-right: 50px;
    padding: 5px 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    font-family: satoshi-m, sans-serif;
    letter-spacing: 0.5px;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Video Showcase Section Styles */
.video-showcase {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    position: relative;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.video-info {
    color: #fff;
}

.video-features {
    margin: 20px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    color: #ccc;
    font-size: 14px;
}

.feature-item i {
    color: #FFF2A9;
    font-size: 18px;
    transition: color 0.3s ease;
}

.feature-item:hover i {
    color: #fff;
}

/* Video Preview Container */
.video-preview-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-preview-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

.video-preview {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-thumbnail {
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-preview:hover .video-thumbnail {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 242, 169, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(255, 242, 169, 0.3);
}

.play-button i {
    color: #000;
    font-size: 24px;
    margin-left: 4px;
}

.video-preview:hover .play-button {
    background: rgba(255, 242, 169, 1);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 25px rgba(255, 242, 169, 0.5);
}

.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 30px 20px 20px;
    color: #fff;
    z-index: 1;
}

.video-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.video-description {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

/* Video Popup Styles */
.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.video-popup-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.video-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.video-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ticker-text {
        font-size: 14px;
        margin-right: 30px;
    }
    
    .video-thumbnail {
        height: 250px;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
    }
    
    .play-button i {
        font-size: 20px;
    }
    
    .video-popup-content {
        width: 95%;
        margin: 20px;
    }
}