:root {
    --font-primary: "Inter", sans-serif;
    --font-secondry: "Bellota", system-ui;
    --bg-grdnt: linear-gradient(197deg, rgba(251, 2, 0, 1) 0%, rgba(171, 42, 37, 1) 100%);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

li {
    margin: 0;
    padding: 0;
}

form,
li,
ul {
    list-style-type: none;
}

a,
body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    color: #000;
}

img {
    display: block;
    max-width: 100%;
    width: auto;
}

body {
    background: #fff;
    font-family: var(--font-primary);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    overflow-x: hidden;
}

.nshp_wrap1260,
.nshp_min_nav .mainnav_1260 {
    max-width: 1310px;
    width: 100%;
    padding: 0;
}

.nshp_widget_boxwrap,
.nshp_top_headline,
.rhs_widgmid_wbg,
.spl_scenarios_fullwidth,
.mainstorywrap6 {
    background: transparent !important;
    padding: 0;
}

.nshp_widget_boxwrap {
    margin-bottom: 0;
}


.nshp_row {
    margin-bottom: 0;
}

.nshp_top_headline h2,
.nshp_top_headline h1 {
    font-family: var(--font-secondry) !important;
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 50px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    float: none !important;
}

/*----Nav------*/
.ndtv-spl .nshp_header {
    margin-top: 0 !important;

}

.nshp_min_nav .mainnav_1260 {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}


.nshp_min_nav.b_scn1.mobile_menu {

    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s linear;
}

.ndtv-spl .nshp_min_nav {
    position: fixed !important;
    background: transparent;

    padding-inline: 15px;
    top: 0px !important;
    padding: 15px 20px;

}

.ndtv-spl .nshp_min_nav:not(.home.ndtv-spl .nshp_min_nav) {
    background: rgba(0, 0, 0, .8) !important;
}

.nshp_min_nav .ndtvlogo:not(.home .nshp_min_nav .ndtvlogo) {
    display: block;
}

.ndtv-spl .nshp_header:not(.home.ndtv-spl .nshp_header) {
    margin-top: 0px !important;
    height: 56px;
}

.custom_theme .nshp_mobtopnav_link {
    background: transparent;
    display: inline-block !important;
    box-shadow: none;
    padding-left: 0;
}

.brgMnLg {
    display: flex;
    align-items: flex-start;
    display: none;
}

.custom_theme .nshp_mobtopnav_link {
    background: transparent;
}


#top_video {
    overflow: hidden;
    height: 100dvh !important;
}

#top_video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0.75;
}

#bug_menu {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#bug_menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#bug_menu.open {
    opacity: 0;
}

.custom_theme #bug_menu span:nth-child(even) {
    left: 50%;
}

.custom_theme #bug_menu span:nth-child(odd) {
    left: 0px;
}

.custom_theme #bug_menu span:nth-child(1),
#bug_menu span:nth-child(2) {
    top: 5px;
}

.custom_theme #bug_menu span:nth-child(3),
#bug_menu span:nth-child(4) {
    top: 13px;
}

.custom_theme #bug_menu span:nth-child(5),
#bug_menu span:nth-child(6) {
    top: 21px;
}

.custom_theme #bug_menu.open span:nth-child(1),
#bug_menu.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_theme #bug_menu.open span:nth-child(2),
#bug_menu.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#bug_menu span:nth-child(4) {
    width: 30%;
}

.custom_theme #bug_menu.open span:nth-child(1) {
    left: 0px;
    top: 6px;
}

.custom_theme #bug_menu.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 6px;
}

.custom_theme #bug_menu.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.custom_theme #bug_menu.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.custom_theme #bug_menu.open span:nth-child(5) {
    left: 0px;
    top: 15px;
}

.custom_theme #bug_menu.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 15px;
}

.mobileNavOuter {
    position: absolute;

    z-index: 9999999;
    left: 0px !important;
    top: 0px;
    padding: 0;
    height: auto !important;
    transition: all 300ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.nshp_min_nav.b_scn1.mobile_menu.search_fix.share_fix .mobileNavOuter {
    left: 100px !important;
}

.custom_theme .nshp_min_nav ul {
    background: transparent;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    margin-top: 0px;
    z-index: 9999 !important;
    display: block;
    overflow-x: hidden;
    padding: 0 20px;
}

.nshp_nglobalnav_mwrap .nshp_top_navmview {
    background: transparent;
}

.mobileNavOuter ul {
    position: relative;
    left: 0;
    top: 0;
}

.custom_theme .nshp_mobtopnav_link.ndtv_nav_sticky {
    position: static;
}

.custom_theme .nshp_min_nav ul li,
.custom_theme .nshp_min_nav li a {
    display: inline-block;
    float: none;
    padding: 0;
}

.custom_theme .nshp_min_nav li a {
    font-size: 15px !important;
    text-transform: uppercase;
    padding: 0 20px 0 0;
}



.custom_theme .ndtv_nav_sticky ul {
    top: 0 !important;
}

.custom_theme .nshp_min_nav li a:hover,
.custom_theme .nshp_min_nav li a.active,
.custom_theme .nshp_min_nav li a {
    border: 0;
    background-color: transparent;
    color: #ff504f;
    font-family: var(--font-primary);
    font-weight: 400;
    opacity: 1;
}



.custom_theme .nshp_min_nav ul li:last-child {
    border-bottom: 0;
}

.custom_theme .nshp_min_nav li a {
    color: #fff;

}


.ndtv_nav_sticky ul li a {
    padding: 0 20px 0 0 !important;
}

.custom_theme .topnav_rhs {
    width: auto !important;
    height: auto;
    top: 0px;
    right: 0;
    position: relative;
}

.custom_theme .shrBtn {
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    background-size: 10px;
    width: 26px;
    height: 26px;
}

.custom_theme .ntv_vid_slink .sclBtn {
    background-size: auto;
    background-image: none;
    border-radius: 0;
    width: 20px;
    height: 20px;
    margin: 0 6px;
    position: relative;
    overflow: hidden;
}

.custom_theme .topnav_rhs a.actvbtn,
.custom_theme .topnav_rhs div.actvbtn {
    background-color: transparent;

}


.custom_theme .ntv_vid_slink {
    position: absolute;
    right: -3px;
    background: white;
    transform: scaleX(0);
    opacity: 0;
}

.ntv_vid_slink .sclBtn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: #ffffff;
}

.ntv_vid_slink .sclBtn.ntv_fb::before {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/></svg>') center center no-repeat;
    mask-size: 52%;
}

.ntv_vid_slink .sclBtn.ntv_tw::before {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>') center center no-repeat;
    mask-size: 78%;
}

.ntv_vid_slink .sclBtn.ntv_insta::before {
    mask: url('data:image/svg+xml,%3Csvg%20fill%3D%22%23fff%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20d%3D%22M17.34%205.46a1.2%201.2%200%201%200%201.2%201.2%201.2%201.2%200%200%200-1.2-1.2m4.6%202.42a7.6%207.6%200%200%200-.46-2.43%204.9%204.9%200%200%200-1.16-1.77%204.7%204.7%200%200%200-1.77-1.15%207.3%207.3%200%200%200-2.43-.47C15.06%202%2014.72%202%2012%202s-3.06%200-4.12.06a7.3%207.3%200%200%200-2.43.47%204.8%204.8%200%200%200-1.77%201.15%204.7%204.7%200%200%200-1.15%201.77%207.3%207.3%200%200%200-.47%202.43C2%208.94%202%209.28%202%2012s0%203.06.06%204.12a7.3%207.3%200%200%200%20.47%202.43%204.7%204.7%200%200%200%201.15%201.77%204.8%204.8%200%200%200%201.77%201.15%207.3%207.3%200%200%200%202.43.47C8.94%2022%209.28%2022%2012%2022s3.06%200%204.12-.06a7.3%207.3%200%200%200%202.43-.47%204.7%204.7%200%200%200%201.77-1.15%204.85%204.85%200%200%200%201.16-1.77%207.6%207.6%200%200%200%20.46-2.43c0-1.06.06-1.4.06-4.12s0-3.06-.06-4.12M20.14%2016a5.6%205.6%200%200%201-.34%201.86%203.06%203.06%200%200%201-.75%201.15%203.2%203.2%200%200%201-1.15.75%205.6%205.6%200%200%201-1.86.34c-1%20.05-1.37.06-4%20.06s-3%200-4-.06a5.7%205.7%200%200%201-1.94-.3%203.3%203.3%200%200%201-1.1-.75%203%203%200%200%201-.74-1.15%205.5%205.5%200%200%201-.4-1.9c0-1-.06-1.37-.06-4s0-3%20.06-4a5.5%205.5%200%200%201%20.35-1.9A3%203%200%200%201%205%205a3.1%203.1%200%200%201%201.1-.8A5.7%205.7%200%200%201%208%203.86c1%200%201.37-.06%204-.06s3%200%204%20.06a5.6%205.6%200%200%201%201.86.34%203.06%203.06%200%200%201%201.19.8%203.1%203.1%200%200%201%20.75%201.1%205.6%205.6%200%200%201%20.34%201.9c.05%201%20.06%201.37.06%204s-.01%203-.06%204M12%206.87A5.13%205.13%200%201%200%2017.14%2012%205.12%205.12%200%200%200%2012%206.87m0%208.46A3.33%203.33%200%201%201%2015.33%2012%203.33%203.33%200%200%201%2012%2015.33%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
    mask-size: 100%;
}

.ntv_vid_slink .sclBtn.ntv_lnk::before {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z"/></svg>') center center no-repeat;
    mask-size: 70%;
}

.ntv_vid_slink .sclBtn.ntv_pin::before {
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/></svg>') center center no-repeat;
    mask-size: 66%;
}

.rytBtns .bckBtn:last-child {
    margin-right: 0;
    background-image: none;
    font-size: 12px;
    font-weight: 300;
    padding: 0 11px 0 0;
    font-family: var(--font-inter);
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    width: 92px;
    height: 30px;
    border-radius: 23px;
    justify-content: end;
    position: relative;
    overflow: hidden;
    transition: all ease-in 0.4s;
}



.rytBtns .bckBtn:last-child::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 12px;
    mask: url(https://cdn.ndtv.com/ui/special/2025/world-summit/images/arw-bck_icn-white-25.svg) center center no-repeat;
    background-size: 75%;
    left: 7px;
    z-index: 99;
    background-color: #fff;
}

.rytBtns .bckBtn:last-child:hover {
    color: #fff !important;
    background: var(--bg-grdnt);
    transition: all ease-in 0.3s;
    border-color: transparent;
}

.rytBtns .bckBtn:last-child:hover::before {
    background-color: #fff;
}

.custom_theme .ntv_vid_slink .sclBtn:hover {
    background-color: transparent;
}

.rytBtns .bckBtn.bckArw::after {
    display: none;
}

.custom_theme .ntv_vid_slink.animated {
    display: flex;
    border-radius: 30px;
    padding: 4px 0;
    padding-right: 2px;
    padding-right: 2px;
    top: 27px;
    transform: scaleX(1);
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.36);
    padding-right: 40px;
    padding-left: 10px;
    background: var(--bg-grdnt);
    z-index: 1;
}

.custom_theme .shrBtn::after {
    content: "";
    inset: 0;
    position: absolute;
    mask-image: url(https://cdn.ndtv.com/ui/special/2025/world-summit/images/share-icn-white-25.svg);
    mask-size: 10px;
    mask-position: center;
    mask-repeat: no-repeat;
    background: #fff;
    transition: all 0.3s ease;
}

/* .custom_theme .shrBtn:hover {
    background: var(--bg-grdnt);
    border-color: #aa2a26;
} */
 .custom_theme .topnav_rhs:hover .shrBtn {
  background: var(--bg-grdnt);
  border-color: #aa2a26;
}

.custom_theme .shrBtn:hover:after {
    background: #fff;
}

.custom_theme .ntv_vid_slink.animated .full_width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    float: left;
    clear: both;
}

.custom_theme .mutestart_cont {
    display: none !important;
}

.closeBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999999999;
    width: 24px;
    height: 24px;
    display: none;
}

.closeBtn::before,
.closeBtn::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #fff;
    inset: 0;
    margin: auto;
    transform: rotate(-45deg);
    border-radius: 0;
}

.closeBtn::after {
    transform: rotate(45deg);
}

/*----End Nav------*/
body {
    font-family: var(--font-primary);
    background-color: #fff;
}

.full_width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    float: left;
    clear: both;
}

.nshp_top_headline {
    margin: 50px 0 40px;
    text-align: center;
}

.nshp_abtexpt_discbox {
    line-height: 26px;
    padding: 0 0 0 15px;
}

.nshp_abtexpt_discbox .ndsp-loadmore {
    text-align: left;
}

.ndsp-sec-para {
    font-size: 16px;
    margin-top: 5px;
    line-height: 24px;
}

.custom_theme .tp_vdbox {
    position: relative;
}

.custom_theme .tp_vdbox {
    margin-bottom: 0;
}

.nd-Spl-iluWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: min(100%, 700px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.nd-Spl-ilu img {
    width: 100%;
    max-width: 380px;
}


.tp_vdbox .top_video_wrap {
    margin: 0;
    height: 100% !important;
}



.ilu_ttl {
    font-size: 52px;
    font-family: var(--font-secondry);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.ilu-ttl2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    color: #FFEEAA;
    font-family: var(--font-primary);
    margin: 20px 0;

}

.ilu-ttl3 {
    color: #E3FFEA;
    font-size: 18px;
    line-height: normal;
}

@media (max-width: 767px) {
    #myVideo {
        height: 100%;
        object-fit: cover;
    }
}

/* Live Player */

.ndtv-spl .ndtv-wSummit-livePlrSec {
    height: auto;
    position: relative;
    padding: 100px 0 60px 0;
}

.ndtv-spl .ndtv-wSummit-livePlrSec::before,
.secSponsors::after {
    background-image: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/TopBlueshape.png);
    content: '';
    position: absolute;
    width: 423px;
    height: 141px;
    top: 0;
    left: 0;
    background-size: 100%;
}

.secSponsors::after {
    top: auto;
    right: 0;
    left: auto;
    transform: rotate(180deg);
    bottom: -90px;
}

.ndtv-spl .ndtv-wSummit-livePlrSec::after {
    background-image: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/Topredshape.png);
    content: '';
    position: absolute;
    width: 127px;
    height: 277px;
    top: 0;
    right: -2px;
    background-size: 100%;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox {
    width: 100%;
    margin: 0 auto;
    float: none;
}

.ndtv-spl .nshp_widget_mid {
    padding-top: 0 !important;
}

.ndtv-spl .ndtv-wSummit-livePlrSec .nshp_widget_mid {
    width: 100%;
    max-width: 1310px;
    float: none;
    margin: 0 auto;
}

.ndtv-spl .vid_socwid_wrap,
.videobox p,
.nshp_watchvid_headline {
    display: none;
}

.nshp_wrap1260 .nshp_widget_mid .videobox div {
    float: none;
    margin: 0 auto;
    width: 880px;
    padding-bottom: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
}


.ndtv-spl .nshp_wrap1260 .nshp_widget_mid .videobox div iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .ndtv-spl .ndtv-wSummit-livePlrSec {
        min-height: auto;
        padding-bottom: 15px;
        margin-bottom: 0px;
        padding-top: 0;
    }


    .nshp_wrap1260 .nshp_widget_mid .videobox div {
        width: 100%;
        margin-top: 0px;
        padding-bottom: 56.28% !important;
        border-radius: 0;
        box-sizing: border-box;
    }

    .custom_theme .ndtv-wSummit-livePlrSec .videobox {
        padding-inline: 0;
    }
}

.nshp_abtexpt_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 50px;
}

.nshp_abtexpt_box p {
    margin-bottom: 10px;
}

.nshp_abtexpt_box p:empty {
    display: none;
}

/* category widget */

.ndsp-catSection {
    position: relative;
    padding-bottom: 60px;
}

.ndsp-catSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 238px;
    background-image: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/shape-red.png);
}

.ndsp-catSection::after,
.news-list-231:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 83px;
    height: 551px;
    background-image: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/shape-blue.png);
    margin-top: -225px;
}

.news-list-231:after {
    top: 0;
    margin-top: 0;
}

.ndsp-catWrap {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}

.ndsp-catList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 80px;
    margin-bottom: 60px;
}

.ndsp-catItem {
    width: calc(100% / 3 - 54px);
}

.ndsp-catThumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.ndsp-catThumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ndsp-thumb-3x2 {
    aspect-ratio: 3/2;
}

.ndsp-thumb-2x3 {
    aspect-ratio: 2/3;
}

.ndsp-thumb-1x1 {
    aspect-ratio: 1/1;
}

.ndsp-catTitle {
    font-size: 22px;
    font-family: var(--font-secondry);
    font-weight: 700;
    margin-bottom: 5px;
}

.ndsp-catExcerpt {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    color: #666666;
}

.ndsp-loadmore {
    text-align: center;
}

.ndsp-morebtn,
.rmore_btn {
    width: 145px;
    height: 46px;
    border-radius: 40px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition:none;
    text-transform: capitalize;
}

.ndsp-morebtn:visited,
.rmore_btn:visited {
    color: #000;
}

.ndsp-morebtn:hover,
.rmore_btn:hover {
    background: var(--bg-grdnt);
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: none;
    transform: none;
   
}

.shapeBtm {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 1;
}

.nshp_min_nav .ndtvlogo {
    max-width: 95px;
    position: absolute;
    left: 0px;
    top: -14px;
}

.ndtvlogo:has(~ .ndtv_nav_sticky) {
    display: block !important;
}

/* jury widget */
.ndsp-jury {
    background: #EAEAEACC;
}

.ndsp-jury .ndsp-catList {
    gap: 25px;
}

.ndsp-jury .ndsp-catItem {
    width: calc(100% / 3 - 17px);
}

.ndsp-jury .shapeBtm {
    bottom: 10px;
    left: 10px;
    right: auto;
    height: auto;
}

/* videos listing widget */

.video-list-231 {
    position: relative;
    padding-bottom: 90px;
}

[class^="nshp_video_slidebox"] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 50px;
}

[class^="nshp_video_slidebox"] .nshp_video_box {
    width: calc(100%/4 - 19px) !important;
    max-width: none !important;
    margin-right: 0;
    position: relative;
    transition: all ease-in-out 0.3s;
}

[class^="nshp_video_slidebox"] .nshp_video_box .nshp_vid_bxthumb {
    width: 100% !important;
    aspect-ratio: 1/1;
    margin-right: 0 !important;
    height: auto !important;
}

.nshp_vid_bxthumb img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.nshp_vid_bxthumb .nshp_vid_playbx {
    font-size: 0;
    background: transparent;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    line-height: 0;
}

.nshp_vid_bxthumb span {
    background: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/icon-play.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
}

.nshp_vid_bxthumb::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.video-list-231 .nshp_top_headline,
.news-list-231 .nshp_top_headline {
    position: static;
}

.video-list-231 span.fr .rmore_btn,
.news-list-231 span.fr .rmore_btn {
    border: 1px solid #000;
    border-radius: 50px;
    width: 148px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: capitalize;
    color: #000 !important;
    padding: 0;
}

.video-list-231 span.fr,
.news-list-231 span.fr {
    position: absolute;
    bottom: 50px;
    margin-left: -74px;
}

.nshp_vid_bxinfo,
.nshp_vid_bxinfo a,
.nshp_vid_bxinfo a:active,
.nshp_vid_bxinfo a:visited {
    float: left;
    padding: 5px 0;
    color: #000;
    font-size: 16px;
    font-family: var(--font-primary);
    line-height: 24px;
}

[class^="nshp_video_slidebox"] .nshp_video_box:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    opacity: 0;
    background: var(--bg-grdnt);
    z-index: -1;
    transition: all 0.3s cubic-bezier(.44, .36, .17, .83);
    transform: scale(0.9);
    transform-origin: center;
    border-radius: 6px;

}

[class^="nshp_video_slidebox"] .nshp_video_box:hover:before {
    background: var(--bg-grdnt);
    opacity: 1;
    transform: scale(1);
}

[class^="nshp_video_slidebox"] .nshp_video_box:hover .nshp_vid_bxinfo a {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

[class^="nshp_video_slidebox"] .nshp_video_box:hover {
    transform: translateY(-5px);
    transition: all ease-in-out 0.3s;
}

/* Photos widget */
.ndsp-photos-sect {
    position: relative;

}

.ndsp-photos-sect::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 175px;
    top: -60px;
    right: 0;
    background-image: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/photos-shape.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.ndsp-photos-sect::before,
.secSponsors:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 238px;
    top: 0px;
    left: 0;
    background-image: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/shape-red.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.ndsp-photosWrap {
    display: flex;
    gap: 24px;
    width: 100%;
}

.ndsp_pht-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc(100% / 4 - 12px);
}

.ndsp-photo-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.ndsp-photo-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    transition: opacity, ease-in-out 0.3s;
    opacity: 0.4;
}

.ndsp-photo-thumb:hover::before {
    opacity: 0;
}

.ndsp-photo-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ndsp-photo-more {
    background: rgba(196, 196, 196, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ndsp-photo-more a {
    position: absolute;
    inset: 0;
    text-align: center;
    place-content: center;
    display: grid;
    font-size: 16px;
    color: #666;
}

/* Stories widget */
.news-list-231 {
    position: relative;
    padding-bottom: 150px;
    margin-top: 90px;
}

.news-list-231::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 143px;
    top: 0;
    left: 0;
    background-image: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/stories-bgshape.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.news-list-231 .nshp_widget_mid {
    max-width: 1300px;
    margin: 0 auto;
    float: none;
}

.nshp_news_bxwrap ul {
    display: grid;
    grid-template-columns: [col1] 23% [col2] 51.6% [col3] 23%;
    grid-gap: 24px;
    grid-template-rows: [row1] 47% [row2] 47%;
    text-align: center;
    float: none;
    box-sizing: border-box;
}

.nshp_news_bxwrap ul li {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.nshp_news_bxwrap ul li:nth-child(2) {
    grid-column: 1;
}

.nshp_news_bxwrap ul li:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / 3;
    padding: 0;
}

.nshp_news_bxwrap ul li:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / 2;
}

.nshp_news_bxwrap ul li:nth-child(5) {
    grid-column: 3;
    /* grid-row: 1 / 3; */
}

.nshp_wrap1260 .nshp_news_bxthumb,
.nshp_news_bxthumb {
    width: 100% !important;
}

.nshp_news_infor {
    padding: 0;
}

.nshp_news_infor p,
.nshp_news_sbh_inactive,
.nshp_news_suhlink_active {
    display: none;
}

.nshp_news_bxthumb {
    padding: 0;
}

.nshp_wrap1260 .nshp_news_bxthumb img,
.nshp_news_bxthumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nshp_news_headline a {
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: var(--font-primary);
    text-align: left !important;
    padding-top: 10px;
}

.nshp_news_bxwrap ul li:nth-child(3) .nshp_news_headline a {
    font-size: 26px !important;
    line-height: 30px !important;
    font-family: var(--font-primary);
    font-weight: 600;

}

/* Sponsor panel*/
.spnsr_divder {
    position: relative;
    top: 6px;
}

.spnsr_divder .golf-ball {
    left: 50%;
    margin-left: -45px;
    margin-top: 20px;
}

.secSponsors {
    background-color: #fff;
    padding-bottom: 80px;
    position: relative;
}


.secSponsors .pageTitle {
    font-size: 50px;
    color: #000;
    line-height: 1;
    text-align: center;
}

.ndtv-wSummit-sponsors>.nshp_wrap1260 {
    padding-inline: 0;
}

.ndtv-wSummit-sponsors .ndtv-wSummit-headPanel {
    margin-bottom: 50px;
    margin-top: 0;
}



.secSponsors .pageTitle {
    color: #000;
    font-family: var(--font-secondry);
}

.page-heading {
    margin: 50px 0 40px;
}

.ndtv-wSummit-sponsorList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.ndtv-wSummit-sponsorItem {
    text-align: center;
    flex-shrink: 0;
    width: calc(100% / 5 - 16px);
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #eeeded;
}

.ndtv-wSummit-sponsorType {
    font-size: 13px;
    font-weight: 400;
    color: #020714;
    margin-bottom: 5px;
    padding-top: 5px;
}

.ndtv-wSummit-sponsorWrap {
    margin-top: 20px;
}

.ndtv-wSummit-sponsorItem img {
    width: auto;
    max-width: 130px;
    display: inline-block;
    max-height: 80px;
}

.videoicon {
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    display: none !important;
}

.news-list-231 span.fr .rmore_btn:hover,
.video-list-231 span.fr .rmore_btn:hover {
    color: #fff !important;
}

@media(max-width:767px) {
    .secSponsors {
        padding: 10px;
        padding-bottom: 40px;
    }

    .ndtv-wSummit-sponsorItem {
        width: calc(100% / 2 - 10px);
    }

    .ndtv-wSummit-sponsorItem img {
        max-height: 75px
    }

    .midCont.form-counter .form-label {
        width: 100% !important;
        margin-right: 0 !important;
    }
}




.ndtv-wSummit-asstspnsrHed {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin: 60px 0 30px 0;
}

.ndtv-wSummit-asstspnsrHed::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ddd;
    left: 0;
    top: 12px;
    z-index: -1;
}

.ndtv-wSummit-asstspnsrHed span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    color: #000;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 10px;
}

/*footer styles */
.ndtv-spl .ft-sticky {
    background-color: #222222;
    box-shadow: none;
    margin-top: 50px;
    padding: 15px;
}

.ft-sticky_logo svg {
    fill: #fff;
}

.ft-sticky_search {
    display: none;
}

.footer_insta,
.footer_linkedin,
.footer_socials .footer_fb,
.footer_socials .footer_gp,
.footer_socials .footer_tw {
    filter: invert();
}

.ndtv-spl .ft-sticky .footer_nav ul li a,
.ndtv-spl .ft-sticky .footer_copy,
.ndtv-spl .follow-us span,
.ndtv-spl .ft-sticky a {
    color: #fff;
    font-size: 12px;
}

.ft-sticky .footer_nav ul {
    padding-top: 0;
}

.ndtv-spl .ft-sticky .footer_group,
.ndtv-spl .ft-sticky .footer_nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ndtv-spl .ft-sticky .footer_nav {
    padding-top: 0;
}

.ndtv-spl .ft-sticky_lft,
.ndtv-spl .footer_copy a {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.ndtv-spl .ft-sticky .footer_copy {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 12px;
    text-transform: capitalize;
}

.ndtv-spl .ft-sticky .footer_nav ul li,
.ndtv-spl .ft-sticky .footer_group ul li,
.ft-sticky--collapse .section_head span {
    text-transform: capitalize;
}

.ndtv-spl .ft-sticky .footer_group {
    border: 0;
}



.custom_theme .nshp_mobtopnav_link {
    display: inline-block !important;

}

.search_fix.share_fix.ndtv_nav_sticky .closeBtn {
    display: none;
}

.nshp_min_nav.search_fix.share_fix .mblLg {
    display: none;
}

.nshp_min_nav.search_fix.share_fix #bug_menu {
    left: 0px;
}

.custom_theme .ntv_vid_slink {
    position: absolute;
    right: 0;
    background: white;
    transform: scaleY(0);
    opacity: 0;
    top: 28px;
    display: flex;
    flex-direction: column;
    width: 30px !important;
    border-radius: 80px;
    transform-origin: top;
    padding-right: 0;
}

.ntv_vid_slink.animated {
    padding: 10px !important;
    transform: scaleY(1);
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.36);
    padding-right: 40px;
    padding-left: 10px;
    background: #b52622;
    z-index: 999999999;
    transform: scaleY(1);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nshp_min_nav.ndtv_nav_sticky {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7) !important;
    box-shadow: none !important;
    backdrop-filter: blur(10px);
}

.videos-detail .nshp_min_nav {
    margin-bottom: 30px;
}

.videos-detail .nshp_watchvid_headline {
    display: block;
    font-family: var(--font-primary);
    margin-top: 20px;
}

.videos-detail .nshp_wrap1260 .nshp_lhs {
    float: none;
    margin: 0 auto;
}
.videos-detail .videobox p {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.mobileNavOuter:not(.home .mobileNavOuter) {
    left: 100px !important;
}

@media (max-width:767px) {

    .custom_theme .mobileNavOuter {
        border-radius: 18px;
        top: 0px;
        left: 0 !important;
        /* border: solid 5px rgba(0, 0, 0, 0.3); */
        background: var(--bg-grdnt) !important;
        opacity: 0;
        visibility: hidden;
        transform-origin: left top;
        scale: 0;
        padding: 10px 0;
    }

    .nshp_min_nav.b_scn1.mobile_menu.search_fix.share_fix .mobileNavOuter {
        left: 15px !important;
    }

    .mobileNavOuter.visible {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        scale: 1;
    }

    .custom_theme .nshp_min_nav ul li {
        border-bottom: solid 1px rgba(255, 251, 251, 0.2);
    }

    .custom_theme .nshp_min_nav li a {
        padding: 10px 0;
    }

    .closeBtn {
        display: block;
    }

    .nshp_min_nav .ndtvlogo {
        width: 75px;
        left: 35px;
    }

    .nshp_min_nav .ndtvlogo:not(.home .nshp_min_nav .ndtvlogo) {
        display: block !important;
    }

    .brgMnLg {
        display: block;
    }

    .mobileNavOuter:not(.home .mobileNavOuter) {
        left: 15px !important;
    }

    #top_video {
        height: 500px !important;
    }

    .nshp_min_nav.b_scn1.mobile_menu {
        width: 100%;
        margin: 0 auto;
    }

    .custom_theme .nshp_min_nav li a:hover,
    .custom_theme .nshp_min_nav li a.active,
    .custom_theme .nshp_min_nav li a {
        color: #fff !important;
    }

    .nd-Spl-ilu {
        width: 150px;
    }

    .nd-Spl-iluWrap {
        gap: 0;
    }

    .nd-Spl-iluInfo {
        padding-inline: 15px;
    }

    .ilu_ttl {
        font-size: 26px;
    }

    .ilu-ttl2 {
        font-size: 18px;
        line-height: 24px;
    }

    .custom_theme .nshp_mobtopnav_link {
        height: auto;
        display: block !important;
    }


    #bug_menu span {
        background-color: #fff;
    }

    .custom_theme .shrBtn {
        border-color: #fff;
    }

    .custom_theme .shrBtn::after {
        background-color: #fff;
    }

    .b_scn1 .rytBtns {
        display: none;
    }

    #bug_menu {
        top: -2px;
    }

    .nshp_nglobalnav_mwrap {
        display: none !important;
    }

    .ndtv-spl .ndtv-wSummit-livePlrSec::before {
        width: 144px;
        height: 48px;
    }

    .ndtv-spl .ndtv-wSummit-livePlrSec::after {
        background: url(https://cdn.ndtv.com/ui/special/2026/art-awards/static/images/player-shape-mobile.png);
        width: 60px;
        height: 125px;
        top: -2px;
        background-size: 100%;
    }

    .nshp_top_headline h2,
    .nshp_top_headline h1,
    .secSponsors .pageTitle {
        font-size: 32px;
    }

    .ndsp-catSection::before {
        width: 28px;
        height: 118px;
        background-size: 100%;
        left: -10px;
    }

    .nshp_top_headline,
    .page-heading {
        margin: 20px 0 20px;
    }

    .ndsp-catSection::after,
    .ndsp-photos-sect::before,
    .news-list-231::after,
    .secSponsors::before,
    .secSponsors::after {
        display: none;
    }

    .ndsp-catThumb {
        margin-bottom: 10px;
    }

    .ndsp-catTitle {
        font-size: 16px;
        line-height: 24px;
    }

    .ndsp-catExcerpt {
        font-size: 14px;
        line-height: 20px;
    }

    .ndsp-jury .shapeBtm img {
        width: 60px;
    }

    .ndsp-awards .shapeBtm img {
        height: 80px;
    }

    [class^="nshp_video_slidebox"] {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        width: calc(100% + 30px);
        padding-right: 15px;
        padding-left: 15px;
        margin-left: -15px;
    }

    [class^="nshp_video_slidebox"] .nshp_video_box {
        width: 80% !important;
        flex: 0 0 auto;
    }

    .nshp_abtexpt_discbox {
        padding: 0 15px 50px 15px;
    }

    .ndsp-photos-sect::after {

        width: 110px;
        height: 65px;
        top: -25px;
    }

    .ndsp-photosWrap {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 15px;
    }

    .ndsp_pht-col {
        width: calc(100% / 2 - 8px);
    }

    .news-list-231 {
        margin-top: 50px;
    }

    .news-list-231::before {
        width: 200px;
        height: 80px;
    }

    .nshp_news_bxwrap ul {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .nshp_news_bxwrap ul li:first-child {
        width: 100%;
    }

    .nshp_news_bxwrap ul li:first-child .nshp_news_headline a {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    .nshp_news_bxwrap ul li:nth-child(3) .nshp_news_headline a {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
    }

    .nshp_news_bxwrap ul li {
        width: calc(100% / 2 - 7.5px);
    }

    .nshp_news_bxwrap ul li .nshp_news_headline a {
        line-height: 21px !important;
    }

    .nshp_wrap1260 .nshp_news_bxthumb,
    .nshp_news_bxthumb {
        padding: 0;
    }

    .news-list-231 .nshp_widget_mid {
        padding: 0 15px;
    }

    .nshp_wrap1260 .nshp_news_bxthumb,
    .nshp_news_bxthumb {
        aspect-ratio: 16/9;
    }

    /* award cat */
    .ndsp-catList,
    .ndsp-jury .ndsp-catList {
        gap: 15px;
        padding: 0 15px;
    }

    .ndsp-catItem,
    .ndsp-jury .ndsp-catItem {
        width: calc(100% / 2 - 8px);
    }

    .custom_theme .mobileNavOuter {
        width: calc(100% - 30px);
        left: 15px !important;
        top: 20px !important;
        position: fixed;
    }

    [class^="nshp_video_slidebox"] .nshp_video_box::before {
        display: none;
    }

    [class^="nshp_video_slidebox"] .nshp_video_box:hover .nshp_vid_bxinfo a {
        color: #000;
    }

    [class^="nshp_video_slidebox"] .nshp_video_box:hover {
        transform: none;
    }

    .nshp_min_nav .mblLg {
        display: none;
    }

    .search_fix.share_fix {
        background: rgba(0, 0, 0, 0.7) !important;
        backdrop-filter: blur(10px);
    }

    .nshp_abtexpt_box {
        flex-direction: column;
        margin-bottom: 0;
    }

    .nshp_abtexpt_pic_thumb {
        padding-inline: 15px;
        margin-bottom: 15px;
    }



    .videos [class^="nshp_video_slidebox"] {
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 15px;
    }

    .videos [class^="nshp_video_slidebox"] .nshp_video_box {
        width: calc(100%/2 - 8px) !important;
    }

    .videos-detail .nshp_watchvid_headline {
        margin: 15px 0 0;
    }
}