/* HEADER ON HOME PAGE  */
.home-banner {
    background: #000000;
    height: 100vh;
    height: calc(100vh + 92px);
    margin-top: -92px;
}

.header-inner-plus-icon {
    cursor: pointer;
    width: 31px;
    height: 31px;
    border-radius: 60px;
    background: #ffffff30;
    display: flex;
    align-items: center;
    justify-content: center;    /* transition: all 0.05s ease; */
}

.header-inner-main p {
    max-width: 215px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
}

.header-inner-main::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #444444 100%);
    background-blend-mode: multiply;
    top: 0;
    left: 0;
    width: 100%;
    height: 127px;
    z-index: -1;
    opacity: 50%;
}

.header-inner-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 25px;
    position: relative;
}

.header-inner-plus-icon:hover {
    background: #ffffff;
    transform: scale(1.065);
    transition: all 0.05s ease;
}

.header-inner-plus-icon:hover svg {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.header-inner-plus-icon:hover svg path {
    stroke: #000000;
    transition: all 0.3s ease;
}

.header-expanded-menu-main .hdr-tg-rt-txt {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
}

.header-expanded-menu-main {
    background: #000000;    /* height: 100vh;
        overflow: hidden; */
}

.home-header-expanded-menu-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.1s ease;
}

.open-menu .home-header-expanded-menu-top {
    opacity: 1;
}

.header-expanded-menu-close-logo-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1c1c1c;
    padding: 6px 11px 6px 21px;
    border-radius: 50px;
}

.open-menu {
    overflow: hidden;
}

.open-menu .header-expanded-menu-main {
    height: 100vh;
    max-height: 100vh;
    background: #000000;
    top: 0;
    padding: 15px 25px 20px;
    z-index: 2;
    visibility: visible;
}

.header-expanded-menu-main {

    /* max-height: 0; */
    height: 0;
    overflow: hidden;
    color: white;
    transition: height 0.5s ease;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    width: 100vw;
    padding: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.5s ease;
}

.site-header {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
}

.home-page-page .site-header {
    position: relative;
}

.open-menu.home-page-page .site-header {
    position: fixed;
}

.menu-hover-view img {
    border-radius: 7px;
}

.header-expand-bg-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.header-expand-bg-video video {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.header-expanded-bottom {
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: 100%;
    max-width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-expanded-bottom * {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
}

.header-expanded-bottom .tm-txt span {
    position: relative;
    top: -6px;
    left: -2px;
    font-size: 6px;
}

.header-expanded-bottom a:hover {
    text-decoration: underline;
    text-underline-offset: 1px;
}

.site-header nav.main-navigation .menu-item {
    text-align: center;
    line-height: 0;
}

.site-header .main-navigation .main-menu {
    display: flex;
    flex-flow: column;
    gap: 180px;
    justify-content: center;
    align-items: center;
}

.site-header nav.main-navigation .menu-item a {
    font-size: 168px;
    line-height: 0;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}

.site-header .menu-main-menu-container {
    transform: rotate(-90deg);
}

.site-header nav.main-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* temp css */
.menu-hover-view img {
    position: absolute;
    border-radius: 7px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    pointer-event: none;
    transition: all 0.3s ease;
}

.menu-hover-view img:nth-child(1) {
    top: 40%;
    left: -20%;
}

.menu-hover-view img:nth-child(2) {
    top: 20%;
    left: 50%;
}

.menu-hover-view img:nth-child(3) {
    top: 20%;
    left: -30%;
}

.menu-hover-view img:nth-child(4) {
    top: 50%;
    left: -50%;
}

.menu-hover-view img:nth-child(5) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-animation-link {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.hover-animation-link.dimmed {
    opacity: 0.2;
}

.hovered-image.active {
    opacity: 1;
}

.jobs-page .site-header {
    position: relative;
}

.cmn-hdr-inner-main {
    display: flex;
    justify-content: center;
    padding: 15px 25px;
}

.info-page .cmn-hdr-inner-main, .jobs-page .cmn-hdr-inner-main, .contact-page .cmn-hdr-inner-main {
    justify-content: space-between;
}

.cmn-hdr-inner-main.cmn-hdr-inner-work-dt {
    justify-content: center;
}

.cmn-hdr-inner-main .cmn-hdr-top-left {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
}

.cmn-hdr-inner-main .hdr-tg-rt-txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
}

.info-page .cmn-hdr-inner-main {
    position: fixed;
    left: 0;
    right: 0;
}

.info-page .cmn-hdr-inner-main .cmn-hdr-top-left, .contact-page .cmn-hdr-inner-main .cmn-hdr-top-left, .info-page .cmn-hdr-inner-main .hdr-tg-rt-txt, .contact-page .cmn-hdr-inner-main .hdr-tg-rt-txt {
    color: #fff;
}

.cmn-hdr-inner-main.cmn-hdr-inner-work-dt {
    justify-content: center;
    gap: 5px;
}

.inr-pg-hdr-info .work-dt-info-btn {
    cursor: pointer;
    padding: 12px 19px;
    background: #000000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0 7px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    height: 100%;
}

.news-page .site-header, .work-page .site-header {
    pointer-events: none;
}

.work-page .site-header .inr-pg-center-logo, .news-page .site-header .inr-pg-center-logo, .work-page .site-header .header-expanded-menu-main, .news-page .site-header .header-expanded-menu-main {
    pointer-events: auto;
}

.news-page .footer-global-scroll {
    /* z-index: 1; */
    display: none !important;
}

html body.open-sw-info .footer-global-scroll {
    opacity: 0;
    visibility: hidden;
    transition: all 0.01s ease;
    transition-duration: 0.4s;
}

@media only screen and (max-width:1299px) {
    .site-header nav.main-navigation .menu-item a {
        font-size: 130px;
    }

    .menu-hover-view img:nth-child(3) {
        top: 33%;
        left: -30%;
        width: 80%;
    }

}

@media only screen and (max-width:1199px) {
    .site-header .main-navigation .main-menu{
        gap: 160px;
    }
    .site-header nav.main-navigation .menu-item a {
        font-size: 120px;
    }

}

@media only screen and (max-width:1023px) {
    .site-header .main-navigation .main-menu{
        gap: 120px;
    }
}

@media only screen and (max-width:991px) {
    .site-header nav.main-navigation .menu-item a {
        font-size: 100px;
    }

}

@media only screen and (max-width:800px) {
    .site-header .main-navigation .main-menu{
        gap: 100px;
    }
    .site-header .menu-main-menu-container {
        transform: rotate(0);
    }

    .menu-hover-view img:nth-child(2) {
        top: 50%;
        left: 40%;
    }

    .menu-hover-view img:nth-child(3) {
        top: 8%;
        left: 6%;
        width: 90%;
    }

    .menu-hover-view img:nth-child(4) {
        top: 20%;
        left: -40%;
    }

}

@media only screen and (max-width:767px) {
    .site-header .main-navigation .main-menu{
        gap: 10px;
    }
    .inr-pg-center-logo .inr-page-ct-logo {
        padding: 6px 11px 6px 21px;
        gap: 0 6px;
    }

    .inr-ct-page-nm .inner-page-close-menu {
        top: 0px;
    }

    .menu-hover-view img:nth-child(4) {
        top: 25%;
        left: -50px;
        max-width: 90%;
    }

    .menu-hover-view img:nth-child(5) {
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 80%;
    }

    .menu-hover-view img:nth-child(2) {
        top: 40%;
        left: 25%;
        max-width: 90%;
    }

    .menu-hover-view img:nth-child(1) {
        top: 30%;
        left: -20%;
        max-width: 90%;
    }

    .header-inner-plus-icon {
        height: 31px;
        width: 31px;
        padding: 9px;
    }

    .header-inner-main {
        padding: 15px 20px;
    }

    .cmn-hdr-inner-main .hdr-tg-rt-txt, .cmn-hdr-inner-main .cmn-hdr-top-left {
        font-size: 10px;
    }

    .inr-page-ct-logo svg, .header-expanded-menu-close-logo-btn a img {
        max-width: 68px;
        max-height: 14px;
    }

    .inr-page-ct-logo a {
        line-height: 0;
    }

    .site-header nav.main-navigation .menu-item a {
        font-size: 80px;
        line-height: 115px;
    }

    .header-expanded-bottom * {
        font-size: 12px;
    }

    .header-expanded-menu-close-logo-btn {
        padding: 6px 11px 6px 12px;
        background: #ffffff4d;
    }

    .header-inner-plus-icon {
        background: #ffffff4d;
    }

    .work-with-us-section {
        padding: 35px 24px 60px;
    }

    .menu-hover-view {
        display: none;
    }

    .footer-global-lt-txt, .footer-global-rt-txt {
        display: none;
    }

    .inr-pg-hdr-info .work-dt-info-btn {
        background: #000000CC;
    }

    .single-work-caption .cnt-nm {
        text-transform: uppercase;
    }

    body.news-page .inr-pg-center-logo .inr-ct-page-nm {
        color: #ffffff;
    }

    body.news-page .inr-pg-center-logo .header-inner-plus-icon {
        background-color: #000000;
    }

    body.news-page .inr-pg-center-logo svg {
        filter: brightness(1) invert(1);
    }

    body.news-page .inr-pg-center-logo, body.work-page.tile-open .inr-pg-center-logo {
        background-color: #40404060;
    }

    body.news-page .inr-pg-center-logo .inr-page-ct-logo, body.work-page.tile-open .inr-pg-center-logo .inr-page-ct-logo, .home-sticky-hdr .inr-page-ct-logo {
        background-color: #15151570;
    }

    body.work-page .inr-pg-center-logo {
        background-color: #d5d5d560;
    }

    body.work-page .inr-pg-center-logo .inr-page-ct-logo, .home-sticky-hdr .inr-page-ct-logo {
        background-color: #f4f4f4;
    }

}

@media only screen and (max-width:575px) {
    .inr-pg-center-logo .inr-ct-page-nm {
        gap: 0 7px;
        font-size: 12px;
        padding: 0 12px 0 10px;
    }

    .inr-ct-page-nm .inner-page-close-menu svg {
        width: 9px;
    }

}

@media only screen and (max-width:480px) {
    .cmn-hdr-inner-main .hdr-tg-rt-txt, .cmn-hdr-inner-main .cmn-hdr-top-left, .header-expanded-menu-main .hdr-tg-rt-txt, .header-expanded-bottom p:first-child, .header-expanded-bottom a {
        display: none;
    }

    .inr-pg-center-logo, .header-expanded-menu-close-logo-btn, .header-expanded-bottom p:nth-child(2) {
        margin: auto;
    }

    .site-header nav.main-navigation .menu-item a {
        font-size: 58px;
        line-height: 87px;
        margin-bottom: 4px;
    }

}

@media only screen and (max-width:389px) {
    .site-header nav.main-navigation .menu-item a {
        font-size: 55px;
        line-height: 80px;
    }

}

@media only screen and (max-width:359px) {
    .inr-pg-center-logo .inr-page-ct-logo {
        padding: 8px 7px 8px 8px;
    }

    .inr-page-ct-logo svg, .header-expanded-menu-close-logo-btn a img {
        max-width: 68px;
    }

    /* .header-inner-plus-icon {
        width: 22px;
        height: 22px;
    } */
}

/* footer scroll text design start */
.footer-global-scroll {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    transform: translateY(100%);
    z-index: 102;
    opacity: 0;
}

.footer-global-scroll.visible {
    transform: translateY(0);
    opacity: 1;
}

.footer-gb-scr-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 2px;
}

.footer-gb-scr-btm * {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.footer-gb-scr-btm .footer-global-ct-txt {
    position: relative;
    left: 15px;
}

.footer-global-rt-card {
    display: flex;
    align-items: flex-end;
    background: #000000;
    opacity: 0.8;
    width: fit-content;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    margin-left: auto;
    margin-bottom: 13px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    will-change: transform, opacity;
    backdrop-filter: blur(4px) brightness(1);
    -webkit-backdrop-filter: blur(4px) brightness(1);
}

/* Slide-out animation */
.footer-global-rt-card.slide-out {
    transform: translateX(200%);
    opacity: 0;
    pointer-events: none;
}

/* Thumbnail wrapper */
.footer-global-rt-card .card-thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 17px;
    position: relative;
    cursor: pointer;
}

.footer-global-scroll+.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.3);    /* semi-transparent red for debug */
    z-index: 10;
    cursor: pointer;
}

/* Video styling */
.footer-global-rt-card .card-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text next to video */
.footer-global-rt-card .card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 40px;
}

/* NOW PLAYING label */
.footer-global-rt-card .card-now {
    font-size: 9px;
    letter-spacing: -0.32px;
    margin-bottom: 6px;
    color: #FFFFFF;
    line-height: 100%;
}

/* Title (e.g., Showreel 2025) */
.footer-global-rt-card .card-title {
    font-size: 19px;
    line-height: 100%;
    white-space: nowrap;
    color: #fff;
    letter-spacing: -0.32px;
}

/* Close button (×) */
.footer-global-rt-card .card-close {
    background: #6B6B6B;
    padding: 7px;
    border: none;
    border-radius: 100%;
    font-size: 16px;
    cursor: pointer;
    align-self: flex-start;
    width: 23.27px;
    height: 23.27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay */
.video-popup-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 79px 63px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.video-popup-show {
    overflow: hidden;
}

.video-popup-show .site-header {
    display: none;
}

.video-popup-show .video-popup-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.footer-global-scroll+div .video-popup-show {
    overflow: hidden;
}

/* Popup content */
.footer-global-scroll+div .video-popup-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-popup-content video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 7px;
    object-fit: cover;
}

/* Close button */
.footer-global-scroll+div.video-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

.footer-global-scroll+div .video-popup-content .card-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #6B6B6B;
    padding: 7px;
    border: none;
    border-radius: 100%;
    font-size: 16px;
    cursor: pointer;
    align-self: flex-start;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1199px) {
    .footer-global-rt-card .card-thumb {
        margin-right: 12px;
    }

    .footer-global-rt-card .card-text {
        margin-right: 20px;
    }

    .footer-global-rt-card .card-thumb {
        width: 80px;
        height: 80px;
    }

    .video-popup-overlay {
        padding: 60px 30px;
    }

}

@media (max-width:992px) {
    .footer-global-rt-card .card-title {
        font-size: 16px;
    }

    .footer-global-rt-card .card-text {
        margin-right: 12px;
    }

    .footer-global-rt-card .card-thumb {
        width: 66px;
        height: 66px;
    }

    .footer-global-rt-card {
        padding: 10px;
    }

    .footer-global-scroll {
        padding: 15px;
    }

}

@media (max-width:768px) {
    .video-popup-content video {
        width: 100%;
        height: 100%;
    }

}

@media (max-width:767px) {
    .footer-gb-scr-btm {
        flex-flow: column;
    }

    .video-popup-overlay {
        padding: 60px 15px;
    }

    .hover-animation-link.dimmed {
        opacity: 1 !important;
    }

    .footer-gb-scr-btm .footer-global-ct-txt {
        left: 0;
    }

    .header-inner-main p {
        font-size: 12px;
        line-height: 1;
        max-width: 136px;
    }

    .work-page-layout-setup-switch .work-page-layout-setup-switch-label {
        display: none;
    }

    .work-page-layout-setup-switch-slider {
        width: 40px;
        height: 22px;
    }

    .work-page-layout-setup-switch-slider::before {
        height: 16px;
        width: 16px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .work-page-layout-setup-switch-input:checked+.work-page-layout-setup-switch-slider::before {
        transform: translate(18px, -50%);
    }

    .tile-open button.load-more-grey-btn {
        display: none !important;
    }

    .inr-pg-center-logo .inr-ct-page-nm {
        padding: 0 11px 0 9px;
        gap: 0 12px;
    }

    .tile-open .work-page-dropdown-selected {
        background: transparent;
    }
    body.jobs-page .footer-global-scroll{
        display: none;
    }
    .header-expand-bg-video video{
        height: 100%;
    }
    .footer-gb-scr-btm{
        display: none;
    }
    .footer-global-rt-card{
        margin-bottom: 0;
    }
    .home-page-page.open-menu .home-header-expanded-menu-top .home-img{
        position: absolute;
    }
}

body.info-page .footer-gb-scr-btm {
    color: #fff;
}

.tile-open .footer-global-scroll {
    display: none;
}

body.default-scrolltext:not(.scroll-top) .footer-global-scroll {
    transform: none;
    opacity: 1;
}

body.default-scrolltext:is(.df-footer) .footer-global-scroll {
    opacity: 0;
    transform: translateY(100%);
}

body.default-scrolltext.single-work:not(.scroll-top) .footer-global-scroll .footer-gb-scr-btm {
    color: #fff;
}

.info-page .inr-pg-center-logo .inr-page-ct-logo, .contact-page .inr-pg-center-logo .inr-page-ct-logo, .tile-open .inr-pg-center-logo .inr-page-ct-logo {
    background: rgba(21, 21, 21, 0.7);
    color: #fff;
}

.info-page .inr-pg-center-logo .inr-page-ct-logo svg path, .contact-page .inr-pg-center-logo .inr-page-ct-logo svg path, .tile-open .inr-pg-center-logo .inr-page-ct-logo svg path {
    fill: #fff;
}

.info-page .inr-pg-center-logo .header-inner-plus-icon, .contact-page .inr-pg-center-logo .header-inner-plus-icon, .tile-open .inr-pg-center-logo .header-inner-plus-icon {
    background: #000;
}

.info-page .inr-pg-center-logo .header-inner-plus-icon svg path, .contact-page .inr-pg-center-logo .header-inner-plus-icon svg path, .tile-open .inr-pg-center-logo .header-inner-plus-icon svg path {
    stroke: #fff;
}

.info-page .inr-pg-center-logo, .contact-page .inr-pg-center-logo, .tile-open .inr-pg-center-logo {
    background: rgba(64, 64, 64, 0.6);
    color: #fff !important;
    backdrop-filter: blur(34px);
}

.info-page .inr-pg-center-logo .inr-ct-page-nm, .contact-page .inr-pg-center-logo .inr-ct-page-nm, .tile-open .inr-pg-center-logo .inr-ct-page-nm {
    color: #fff;
}

.info-page .inr-pg-center-logo .inr-ct-page-nm svg path, .contact-page .inr-pg-center-logo .inr-ct-page-nm svg path, .tile-open .inr-pg-center-logo .inr-ct-page-nm svg path {
    stroke: #fff;
}

.info-page .inr-pg-center-logo .header-inner-plus-icon:hover, .contact-page .inr-pg-center-logo .header-inner-plus-icon:hover, .tile-open .inr-pg-center-logo .header-inner-plus-icon:hover {
    background: #fff;
}

.info-page .inr-pg-center-logo .header-inner-plus-icon:hover svg path, .contact-page .inr-pg-center-logo .header-inner-plus-icon:hover svg path, .tile-open .inr-pg-center-logo .header-inner-plus-icon:hover svg path {
    stroke: #000;
}

.inr-ct-page-nm .inner-page-close-menu svg {
    transition: all 0.2s ease;
}

.inr-ct-page-nm .inner-page-close-menu:hover svg {
    transform: scale(1.1);
}

body.contact-page .footer-global-scroll {
    display: none;
}

a.hdr-tg-rt-txt:hover {
    text-decoration: underline;
}

.inr-pg-center-logo .inr-ct-page-nm:hover {
    text-decoration: underline;
}

.inr-pg-center-logo span.inr-ct-page-nm:hover {
    text-decoration: none;
}

.open-sw-info .inr-pg-hdr-info:hover .work-dt-info-btn {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.open-sw-info .inr-pg-hdr-info:hover .work-dt-info-btn svg path {
    stroke: #000;
}

.swi-topbar .swi-info-close:hover i {
    background: #000;
    color: #fff;
}

.swi-topbar .swi-info-close:hover i svg path {
    stroke: #fff;
}

.contact-page .inr-pg-center-logo .inr-ct-page-nm:hover {
    text-decoration: none;
}

.footer-global-rt-card {
    background: transparent;
    position: relative;
    z-index: 49;
    opacity: 1;
    overflow: hidden;
}

.footer-global-rt-card:after {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    /*filter: blur(0px) brightness(0.4);*/
    opacity: 0.75;
}

.footer-global-scroll {
    z-index: 102;
}

.footer-global-rt-card .card-text {
    position: relative;
    z-index: 99;
}

.footer-global-rt-card .card-close {
    position: relative;
    z-index: 10;
}

.footer-global-rt-card .card-thumb {
    z-index: 99;
}
.video-popup-show .video-popup-overlay{
    background: #000;
}
.footer-global-scroll {
    opacity: 1;
    transform: none;
}

.footer-global-scroll .footer-global-rt-card {
    opacity: 0;
    /*transform: translateY(100%);*/
}

.footer-global-scroll.visible .footer-global-rt-card {
    opacity: 1;
    /*transform: none;*/
}
body.home-page-page:not(:has(.footer-global-scroll.visible)) .main-topbar-banner{
    z-index: 100;
}
body.home-page-page .footer-global-scroll:not(.visible) .footer-global-rt-card{
    display: none;
}
/* footer scroll text design end */