:root {
  --clr-1: rgba(217, 172, 163, 1);
}

* {
  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: "Inter", sans-serif;
}

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

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

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

body {
  background: #020714;
  font-family: "Inter", sans-serif;
  color: #d0d8eb;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

/*-----Panelist--*/

.ndtv-spl-panlist_membersList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.panlistMemberImg {
  width: 190px;
  height: 190px;
  overflow: hidden;
  background: #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
}

.memberName {
  font-size: 15px;
  color: #d4a97e;
  font-family: var(--font-inter);
}

.memberinfo {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-inter);
  color: #fff;
}

.nshp_masthead_bnr {
  display: none;
}

.nshp_row.custom_theme {
  margin-bottom: 0px;
}

.custom_theme .nshp_nglobalnav_wrap {
  display: none;
}

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

.home.ndtv-spl .nshp_min_nav,
.search_fix.share_fix.ndtv_nav_sticky,
.nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix {
  background: rgba(2, 7, 20, 0.5);
  min-height: auto;
  position: fixed;
  top: 0 !important;
  left: 0px;
  padding: 10px 0;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.ndtv-spl .nshp_min_nav {
  background: rgba(2, 7, 20, 0.5);
  min-height: auto;
  position: relative;
  top: 0 !important;
  left: 0px;
  padding: 17px 0;
}

.custom_theme .nshp_mobtopnav_link {
  background: transparent;
  display: inline-block;
  box-shadow: none;
}

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

.custom_theme .nshp_mobtopnav_link {
  background: transparent;
}

#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: rgba(217, 172, 163, 1);
  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;
}

.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);
}

.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: 17px;
}

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


.mobileNavOuter {
  position: absolute;
  background: #191c26 !important;
  position: fixed;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  left: 20px !important;
  top: 20px;
  padding: 10px 0;
  height: auto !important;
  transform-origin: left top;
  scale: 0;
  transition: all 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: solid 1px rgb(217 172 163);
  box-shadow:0 0 30px rgba(0, 0, 0, 0.7);
}

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

.custom_theme .nshp_min_nav ul {
  background: transparent;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
  margin: 0;
  position: relative;
  margin-top: 30px;
  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: relative;
}

.custom_theme .nshp_min_nav ul li,
.custom_theme .nshp_min_nav li a {
  display: block;
  float: none;
  width: 100%;
  padding: 0;
}

.search_fix.share_fix.ndtv_nav_sticky {
  position: fixed;
}

.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: #d9aca3;
  font-family: "Inter";
  font-weight: 400;
}

 .custom_theme .nshp_min_nav ul li {
	border-bottom: solid 1px rgba(217 172 163/30%);
}

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

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

.custom_theme .nshp_min_nav li a {
  padding: 16px 0;
  line-height: 22px;
}

.custom_theme .topnav_rhs {
  height: auto;
  top: 0px;
}

.custom_theme .shrBtn {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/share-icon.svg);
  border: 1px solid var(--clr-1);
  background-size: 12px;
  width: 26px;
  height: 26px;
}

.custom_theme .ntv_vid_slink .sclBtn {
  background-size: auto;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.custom_theme .topnav_rhs a.actvbtn,
.custom_theme .topnav_rhs div.actvbtn {
  background-color: #141925;
  border-color: #141925;
}

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

.custom_theme .ntv_vid_slink.animated {
  display: flex;
  border-radius: 30px;
  padding: 4px 0;
  padding-right: 2px;
  padding-right: 2px;
  top: -2px;
  transform: scaleX(1);
  opacity: 1;
  border: 1px solid rgba(217, 172, 163, 1);
  padding-right: 40px;
  background: rgba(217, 172, 163, 1);
  z-index: 1;
}

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

.custom_theme .vid_socwid_wrap {
  display: none;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  float: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox:before {
  content: "";
  display: block;
  background: url(../images/ilu.png) center no-repeat;
  width: 393px;
  height: 446px;
  background-size: 100%;
  flex-shrink: 0;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox div {
  width: 100%;
  padding-bottom: 0 !important;
  aspect-ratio: 16/9;
  max-width: 832px;
}

.arrow-back {
  display: flex;
  margin-right: 4px;
}

.arrow-back svg g {
  fill: var(--clr-1);
}

.rytBtns .bckBtn:last-child {
  margin-right: 0;
  background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/arrow_back.svg);
  font-size: 15px;
  font-weight: 200;
  padding: 0;
  display: flex;
  align-items: center;
  color: var(--clr-1);
  border: 1px solid var(--clr-1);
  width: 114px;
  height: 26px;
  border-radius: 13px;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 8px center;
  justify-content: end;
  padding-right: 11px;
}

.rytBtns .btnTp:not(.noBtn):hover {
  background-position: 7px center;
}

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

.ndtv-wSummit-livePlrSec .nshp_widget_top {
  display: none;
}

.ndtv-wSummit-livePlrSec .nshp_widget_mid {
  padding: 0;
}

.custom_theme .nshp_widget_mid {
  padding: 0;
}

.custom_theme .nshp_widget_boxwrap {
  margin-bottom: 0;
  background: transparent;
}

.nshp_top_headline,
.custom_theme .nshp_wrap1260,
.nshp_min_nav .mainnav_1260 {
  padding: 0;
}

.custom_theme .nshp_top_headline h1,
.custom_theme .nshp_top_headline h2 {
  font-weight: 100;
  font-family: "Inter", sans-serif;
  line-height: 60px;
  text-transform: capitalize;
  font-size: 48px;
  margin-bottom: 30px;
  color: #d8aca2;
}

.custom_theme .nshp_top_headline {
  background: transparent !important;
}

/*===ABOUT======*/

.about_widget .nshp_top_headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.about_widget .nshp_top_headline .toggle-btn {
  color: var(--clr-1);
  border-color: var(--clr-1);
}

.about_widget .nshp_top_headline h2.fl {
  margin-bottom: 0;
}

.nshp_abtexpt_box {
  display: flex;
}

.about_widget .nshp_top_headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_widget .nshp_top_headline .toggle-btn {
  color: var(--clr-1);
  border-color: var(--clr-1);
  border-radius: 90px;
  padding: 6px 29px;
}

.about_widget .nshp_top_headline h2.fl {
  margin-bottom: 0;
}

.nshp_abtexpt_box {
  display: flex;
}

.nshp_abtexpt_pic_thumb {
  width: min(400px, 100%);
  flex-shrink: 0;
  margin-right: 30px;
  height: 400px;
  overflow: hidden;
  background: #100f14;
}

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

.nshp_abtexpt_discbox p {
  color: #d0d8eb;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0;
}

.nshp_abtexpt_discbox p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (width <=767px) {
  .about_widget .nshp_top_headline {
    margin-bottom: 25px;
  }

  .nshp_abtexpt_box {
    flex-direction: column;
  }
}

.pageTitle {
  font-size: 48px;
  margin-bottom: 30px;
  display: inline-block;
}

.aboutryt .pageTitle {
  font-size: 32px;
}

.nshp_widget_mid p {
  font-weight: 300;
}

.nshp_widget_mid p a {
  color: #d9aca3;
}

.categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  justify-content: center;
}

.categoryItem .catgryInfo {
  width: 210px;
  height: 190px;
  display: flex;
  align-items: center;
  padding: 10px 40px;
  justify-content: center;
  text-align: center;
  background: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/wreath-default.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.categoryItem .catgryInfo:hover {
  background: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/wreath-hover.svg);
  background-size: cover;
}

.catName {
  color: #d9aca3;
  font-size: 15px;
  line-height: 23px;
}

.categoryItem {
  margin-bottom: 60px;
}

.categoryList:hover > :not(:hover) {
  opacity: 0.4;
  transition: all 0.25s ease-in-out;
}

.morebtn {
  text-align: center;
}

.home .custom_theme .ndtv-wSummit-videolist .nshp_top_headline,
.home .news-list-144 .nshp_top_headline {
  position: static;
}

.home .custom_theme .ndtv-wSummit-videolist span.fr,
.home .news-list-144 span.fr {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home .news-list-144 {
  padding-bottom: 50px;
}

.home .news-list-144 {
  position: relative;
}

.show_more {
  border: 1px solid #d9aca3;
  border-radius: 14px;
  font-size: 13px;
  color: #d9aca3;
  display: inline-block;
  text-align: center;
  width: 95px;
  height: 35px;
  border-radius: 70px;
  line-height: 33px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}

.show_more:hover {
  color: #000;
  background: #d9aca3;
}

.secKeyfaces .morebtn {
  display: block;
}

.catgoryWrap .show_more {
  display: none;
}

.awardProcess_Wrap {
  display: flex;
  align-items: center;
}

.awardProcs_left {
  width: 400px;
  height: 220px;
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 6px;
  overflow: hidden;
}

.processInfo p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.processInfo p:last-child {
  margin-bottom: 0;
}

.SecAward_process {
  margin-bottom: 80px;
}

.nomineeTabWrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-scrollbar-width: none;
}

.nominee_tabs-list {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  white-space: nowrap;

  flex-shrink: 0;
}

.tab-button {
  padding: 6px 12px;
  cursor: pointer;
  flex: 1;
  text-align: center;
  background: transparent;
  color: #d8aca2;
  border: 1px solid #d8aca2;
  border-radius: 30px;
  max-width: 140px;
  word-wrap: break-word;
  word-break: break-word;
  flex-shrink: 0;
  font-size: 12px;
  margin-right: 15px;
  white-space: normal;
  transition: ease-in-out all 0.3s;
}

.tab-button.active,
.tab-button:hover {
  background-color: #d8aca2;
  color: #000;
}

.tab-content {
  margin-top: 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-content .nmnee_thumb {
  width: 240px;
  height: 240px;
}

.tab-content .nmnee_item {
  max-width: 240px;
}

.nmnee_list {
  display: flex;
  gap: 0 25px;
  justify-content: center;
}

.nmnee_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 190px;
}

.nmnee_thumb {
  width: 190px;
  filter: grayscale();
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  height: 190px;
}

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

.nmnee_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 23px;
}

.nmnee_detls {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 18px;
}

.nmneeInfo {
  font-size: 15px;
  line-height: 21px;
}

section {
  padding-top: 80px;
}

.secSponsors {
  background: #f7f7f7;
  margin-top: 0px;
}

.secSponsors .pageTitle {
  color: #020714;
}

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

.ndtv-wSummit-sponsorItem {
  text-align: center;
  flex-shrink: 0;
  width: 25%;
  margin-bottom: 50px;
}

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

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

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

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

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

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

.bg-bgoverlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  backdrop-filter: blur(5px);
  left: 0;
  display: none;
}

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

.ntv_vid_slink .ntv_fb {
  background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/FB.svg?vfg);
  background-position: center center;
}

.ntv_vid_slink .ntv_tw {
  background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/X.svg?vfg);
  background-position: center center;
}

.ntv_vid_slink .ntv_wa {
  background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/WA.svg?vfg);
  background-position: center center;
}

.ntv_vid_slink .ntv_ig {
  background-image: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/IG.svg?vfg);
  background-position: center center;
}

.topnav_rhs a:hover {
  background-color: transparent;
}

/*=====Schedule=====*/

.ndtv-wSub-schedule-content {
  padding: 20px 0;
}

.ndtv-wSub-scheduleList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.ndtv-wSub-schedule-item {
  padding: 20px 15px;
  margin-bottom: 15px;
  background-color: #141925;
  border-radius: 5px;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: thin;
}

.ndtv-wSub-schedule-item h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Inter";
  font-weight: 600;
  color: #000;
  text-transform: lowercase;
  background: #d9aca3;
  display: inline-block;
  padding: 5px 10px;
}

.ndtv-wSub-event {
  color: #d0d8eb;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 20px;
}

.ndtv-wSub-speaker-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.ndtv-wSub-speaker-info:last-child {
  margin-bottom: 0;
}

.ndtv-wSub-speakerThumb {
  width: 45px;
  height: 48px;
  background: #ddd;
  flex-shrink: 0;
  margin-right: 10px;
}

.ndtv-wSub-speaker-info img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ndtv-wSub-schedule-item * {
  color: #d0d8eb;
}

.ndtv-wSub-speaker-details h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: var(--clr-1);
  line-height: 20px;
}

.ndtv-wSub-speaker-details p {
  font-size: 12px;
  padding: 0;
  line-height: 18px;
}

.keyFaceList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.keyFaceItem {
  display: none;
  max-width: 190px;
  margin-right: 24px;
  margin-bottom: 40px;
}

.keyFaceItem:nth-child(6n) {
  margin-right: 0;
}

.keyFaceItem:last-child {
  margin-right: 0;
}

.keyfaceThumb {
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 5px;
}

.keyfaceThumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
}

.keyf-Title {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.keyFaceList .keyFaceItem .keyf-dsgn {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.awrdPrc_spons {
  display: inline-flex;
  gap: 0 15px;
  align-items: center;
  font-size: 12px;
}

.awrdPrc_spons img {
  width: 124px;
}

.SecAward_process .pageTitle {
  border-right: 1px solid;
  line-height: 1;
  padding-right: 17px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.SecAward_process .page-heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.ndtv-spl .ft-sticky {
  background-color: #020714;
}

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

.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;
}

.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_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;
}

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

.quizWrap {
  display: flex;
  align-items: center;
}

.quizThumb {
  border-radius: 5px;
  overflow: hidden;
  width: 405px;
  flex-shrink: 0;
}

.quizInfo h4 {
  color: #d0d8eb;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.quizInfo {
  margin-left: 25px;
}

.quizInfo p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #d0d8eb;
  padding-top: 0;
  margin-top: 0;
}

.quizInfo h6 {
  font-size: 18px;
  font-weight: 500;
  color: #d9aca3;
  margin-bottom: 30px;
}

.Playquiz {
  background: transparent;
  font-size: 13px;
  border: 1px solid #d9aca3;
  color: #d9aca3;
  border-radius: 30px;
  padding: 10px 30px;
  appearance: none;
  width: 190px;
  height: 44px;
  cursor: pointer;
  display: block;
  text-align: center;
  transition: background all ease-in 0.3s;
}

.Playquiz:hover {
  color: #000;
  background: #d9aca3;
}

.custom_theme .nshp_bdmcrum {
  margin: 10px 0 10px;
}

.custom_theme .nshp_bdmcrum ul li a.bmmactive {
  color: #d9aca3;
}

.custom_theme .nshp_bdmcrum ul li span {
  line-height: 1.2;
  color: #d9d9d9;
}

.custom_theme .bmmactive .bdm_arrow {
  display: none;
}

.custom_theme .nshp_bdmcrum ul li a {
  border-right: 1px solid;
  padding: 0 8px 0 0;
  margin-right: 8px;
  line-height: 1.2;
}

.ins_dateline {
  color: #d9d9d9;
}

.winnerfaceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 15px;
  width: 100%;
}

.winnerfaceList .facesItem {
  max-width: 240px;
  position: relative;
  margin-bottom: 50px;
  display: none;
}

.winnerfaceList .facesItem p,
.winnerfaceList .facesItem h6 {
  color: #d0d8eb;
  text-align: left;
}

.winnerfaceList .facesItem p {
  position: absolute;
  top: 268px;
  left: 15px;
  font-size: 13px;
  color: #d9aca3;
  width: calc(100% - 80px);
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.faceImg {
  height: 310px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}

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

.faceImg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #14192500 0%, #141925 100%) 0%
    0% no-repeat padding-box;
}

.faceImg::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 43px;
  bottom: 10px;
  right: 0;
  background: url(https://drop.ndtv.com/ndtv/special/ioy-2024/images/wreath-default.svg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  right: 10px;
}

.winnerfaceList .facesItem h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 23px;
}

.winnerfaceList .facesItem h6 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  padding-left: 15px;
}

.videoicon {
  display: none;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  background-size: 30px;
}

.custom_theme .mutestart_cont {
  z-index: 1;
}

.custom_theme .mutestart_cont {
  width: 30px;
  background-color: #fff;
  text-align: center;
}

.custom_theme .mute_off_icon,
.custom_theme .mute_on_icon {
  background-image: url(https://drop.ndtv.com/ndtv/special/world-summit-24/images/mute-unmute-button.png?ytd);
  width: 20px;
  background-position: -34px -7px;
  height: 29px;
  display: inline-block;
}

.custom_theme .mute_off_icon {
  width: 22px;
  background-position: -13px -7px;
  height: 29px;
}

/*=======Live Blog CSS=========*/
#blogDiv {
  border-left: 1px solid #d9aca3;
  padding-left: 20px;
}

.ndtv-spl .nshp_lhs .nshp_widget_boxwrap {
  padding-top: 0;
}

.ndtv-spl .nshp_widget_top.liveblog_title_heading {
  display: none;
}

.ndtv-spl .nshp_live_blog .blog_cont {
  padding: 20px 0 0 0;
}

.ndtv-spl .nshp_live_blog #titleDiv .blog_title h2 {
  font-weight: 700 !important;
  line-height: 35px;
}

.ndtv-spl .nshp_widget_mid .blog_description p {
  padding: 0 0 15px 0;
}

.ndtv-spl .nshp_widget_mid .blog_description p + p span {
  font-size: 26px;
  color: #000 !important;
  line-height: normal;
}

.ndtv-spl .nshp_live_blog .fromthetrail {
  overflow: inherit;
}

.ndtv-spl #blogDiv .blogItem {
  background-color: #141925;
  border-radius: 12px;
  padding: 0;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  margin-bottom: 25px;
  border: 1px solid #d9aca3;
}

.ndtv-spl #blogDiv .blogItem::before {
  content: "";
  position: absolute;
  left: -26px;
  width: 10px;
  height: 10px;
  background: #d9aca3;
  border-radius: 10px;
  top: -2px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background-color: #141925;
  min-height: 45px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}

.ndtv-spl .lvblog_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a {
  flex-shrink: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  background-image: url(https://i.ndtvimg.com/i/2020-08/liveblog-sprite_500x300_41597934630.png?dd);
  background-repeat: no-repeat;
  height: 24px;
  width: 23px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvfbook {
  background-position: -192px -113px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvtwitter {
  background-position: -221px -113px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvmail {
  background-position: -252px -113px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a.lvperma {
  background-position: -252px -140px;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_share a:last-child {
  margin-right: 0;
}

.ndtv-spl .nshp_widget_mid .blog_description p {
  padding: 10px 0;
}

.ndtv-spl #blogDiv .blogItem .liveblogdate_top {
  width: auto;
  margin-bottom: 0;
  padding-left: 0px;
  flex-shrink: 0;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_time {
  width: auto;
  padding-left: 5px;
  margin-right: auto;
  flex-shrink: 0;
}

.ndtv-spl #blogDiv .blogItem .liveblog_RHS {
  width: 100%;
  margin-left: 0;
  border-left: none;
  padding-left: 0;
  padding-bottom: 0;
  padding: 15px !important;
}

.ndtv-spl #blogDiv .blogItem .liveblog_RHS .nfeed > a b:first-child {
  margin-bottom: 0;
}

.ndtv-spl .nfeed font {
  display: block;
}

.ndtv-spl #blogDiv .blogItem .liveblog_lhs .lvblog_time,
.ndtv-spl #blogDiv .blogItem .liveblogdate_top {
  position: relative;
  font-family: "Inter";
  font-size: 15px !important;
  color: #d9aca3;
}

.blog_description {
  line-height: 23px;
  color: #d0d8eb;
}

.ndtv-spl .nfeed b,
.ndtv-spl .nshp_live_blog #titleDiv .blog_title h1 {
  color: #d0d8eb !important;
}

.ndtv-spl .nfeed {
  color: #d0d8eb !important;
}

.ndtv-spl .morecomment_bot {
  background: transparent;
  text-align: center;
}

.ndtv-spl .morecomment_bot span {
  text-align: center;
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: rgba(217, 172, 163, 1);
  /* background: #000; */
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(217, 172, 163, 1);
  border-radius: 40px;
  padding: 14px 30px;
}

.custom_theme .gallary_paging_num_prev a {
  width: auto;
  border-radius: 5px;
}

/*========Story Listing==========*/
.ndtv-spl .nshp_news_bxwrap {
  width: 100%;
}

.ndtv-spl .nshp_news_bxwrap ul {
  display: flex;
  flex-wrap: wrap;
}

.nshp_news_bxwrap ul li:first-child {
  padding-top: 0px !important;
}

.nshp_news_bxwrap ul li {
  width: 220px;
  margin-right: 20px;
  float: left;
  font-family: "Inter";
  border: 0;
  padding: 0 !important;
  margin-bottom: 50px;
}

.nshp_news_bxwrap ul li:nth-child(4n) {
  margin-right: 0;
}

.nshp_news_bxwrap ul li .nshp_news_headline {
  font-family: "Inter";
  margin-top: 10px;
}

.custom_theme .nshp_wrap1260 .nshp_lhs {
  width: 940px;
}

.custom_theme .nshp_wrap1260 .nshp_rhs {
  width: 297px;
  margin-left: 15px;
}

.custom_theme .nshp_wrap1260 .nshp_rhs .nshp_top_headline h2 {
  font-size: 35px;
}

.custom_theme .nshp_wrap1260 .nshp_rhs .nshp_abtexpt_discbox p {
  font-size: 15px;
  line-height: 26px;
}

.nshp_wrap1260 .nshp_news_bxthumb {
  width: 220px;
  float: left;
  height: 123px;
  overflow: hidden;
  border-radius: 5px;
  padding: 0;
}

.custom_theme .nshp_wrap1260 .nshp_rhs .nshp_top_headline {
  padding: 0 !important;
}

.custom_theme .nshp_news_sbh_inactive,
.nshp_news_suhlink_active {
  display: none;
}

.nshp_news_bxwrap ul li .nshp_news_infor p {
  display: none;
}

.nshp_news_bxwrap ul li .nshp_news_infor {
  padding: 0;
}

.custom_theme .rhs_widgmid_wbg {
  background: transparent;
  padding: 0 !important;
}

.custom_theme .nshp_news_pagination_box {
  background: #141925;
}

.nshp_news_page_count {
  width: 100%;
  padding: 10px 0;
  border-left: none;
  height: auto;
  text-align: center;
}

.nshp_news_page_count ul li,
.nshp_news_page_count ul li a {
  font-size: 14px;
  color: #d0d8eb;
  margin-right: 6px;
}

.nshp_news_page_count ul li.selected a {
  border: 1px solid rgba(217, 172, 163, 1) !important;
  border-radius: 30px;
  color: rgba(217, 172, 163, 1) !important;
}

.nshp_news_page_count ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nshp_news_page_count ul li a:last-child {
  border-right: 1px solid;
}

.nshp_news_page_count ul li:last-child a {
  width: auto;
  border-radius: 6px;
}

.nshp_news_page_count ul li a:hover {
  color: rgba(217, 172, 163, 1);
  border-color: rgba(217, 172, 163, 1);
}

.custom_theme .nshp_wrap1260 .nshp_lhs .nshp_video_box,
.custom_theme .nshp_wrap1260 .nshp_lhs .nshp_photo_box {
  width: 220px;
}

.custom_theme .nshp_vid_bxthumb {
  height: 123px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

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

.custom_theme .nshp_vid_bxthumb .nshp_vid_playbx {
  font-size: 11px;
  padding: 0px 10px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 22px;
  border-radius: 0;
  display: flex;
  pointer-events: none;
}

.custom_theme .nshp_vid_bxthumb span {
  float: none;
  display: block;
  background: transparent;
  padding: 0;
  top: 6px;
  position: relative;
  margin: 0 3px 0 0;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 9px solid #fff;
}

.custom_theme .nshp_watchvid_headline {
  color: #d9aca3;
}

.award_cat_dtls .nomineeTabWrap {
  clear: both;
  margin-bottom: 20px;
}

.currentCat .catgryInfo {
  margin-inline: auto;
}

.currentCat.categoryItem {
  margin-top: 50px;
}

.home .custom_theme .nshp_news_bxwrap ul li,
.home .custom_theme .nshp_wrap1260 .nshp_news_bxthumb,
.home .custom_theme .nshp_wrap1260 .nshp_video_box {
  width: 297px;
  max-width: 297px;
}

.home .custom_theme .nshp_wrap1260 .nshp_news_bxthumb,
.home .custom_theme .nshp_vid_bxthumb {
  height: 167px;
}

.nshp_news_bxwrap ul li .nshp_news_headline a {
  font-family: "Inter";
  font-size: 15px !important;
  line-height: 23px !important;
  color: #d0d8eb;
}

.award_cat_dtls .nmnee_list {
  flex-direction: column;
}

.award_cat_dtls .nmnee_list .nmnee_item {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 70px;
}

.award_cat_dtls .nmnee_list .nmnee_item .nmnee_thumb {
  max-width: 240px;
  float: left;
  margin-right: 25px;
}

.award_cat_dtls .nmnee_list .nmnee_item:nth-child(2n) .nmnee_thumb {
  float: right;
  margin-left: 25px;
}

.winnerList-old .faceImg:before,
.winnerList-old .faceImg:after {
  display: none;
}

.winnerList-old .facesItem {
  max-width: 300px;
}

.custom_theme .spl_scenarios_fullwidth,
.custom_theme .mainstorywrap6 {
  background: transparent;
}

.custom_theme .mainstorywrap6 .ndtv_leadstory .ndtv_lead_st_headline {
  color: #d8aca2;
}

.custom_theme
  .spl_scenarios_fullwidth
  .mainstorywrap6
  .ndtv_leadstory
  .ndtv_lead_st_headline
  h1 {
  color: #d8aca2;
  font-weight: 300;
}

.custom_theme
  .spl_scenarios_fullwidth
  .mainstorywrap6
  .storylist_thumb
  .nshp_video_box
  .nshp_vid_bxthumb {
  height: 87px;
}

.custom_theme .nshp_vid_bxinfo a {
  font-size: 14px;
}

.custom_theme .showMore .txt_more {
  background: transparent;
  border-color: var(--clr-1);
  color: var(--clr-1);
}

.keyfacesHeading {
  font-size: 48px;
  margin-bottom: 30px;
}

.winnerFaces.winnerList-old {
  margin-top: 80px;
}

.custom_theme .nshp_vid_bxinfo,
.custom_theme .nshp_vid_bxinfo a,
.custom_theme .nshp_vid_bxinfo a:active,
.custom_theme .nshp_vid_bxinfo a:visited {
  color: #d0d8eb;
}

.winnr2023 {
  background: #d9aca3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 20px;
}

.winnr2023 img {
  max-width: 40px;
}

.winnr2023 h4 {
  font-size: 28px;
  color: #020714;
  font-weight: 500;
  margin: 0 15px;
  transition: all ease-in-out 0.3s;
}

.winnr2023:hover h4 {
  letter-spacing: 2px;
  color: black;
  text-shadow: none;
}

.custom_theme .nsph_vid_disc {
  color: #d0d8eb;
  line-height: 1.4;
}

.custom_theme .nshp_photo_gall_top,
.custom_theme .nshp_photo_gall2 {
  background: transparent;
}

.nshp_photo_gall_top {
  padding: 12px 0 0;
}

.custom_theme .nshp_news_rhs {
  width: 195px;
}

.nshp_news_lhs {
  width: 720px;
  float: right;
  padding-right: 0;
}

.custom_theme .nshp_news_lhs p,
.custom_theme .nshp_news_lhs .news_storybody {
  color: #d0d8eb;
}

.custom_theme .nshp_news_lhs .news_storybody {
  max-width: 100%;
}

.custom_theme .ins_dateline a,
.custom_theme .nshp_alsoread_wrap h2,
.st_sharebar_new1 .st_sharebar_left p {
  color: #d9aca3 !important;
}

.custom_theme .ins_keyword a {
  color: rgba(217, 172, 163, 1);
  border-color: rgba(217, 172, 163, 1);
}

.quoteList {
  display: flex;
  margin-bottom: 25px;
}

.quote-card {
  background-color: #141925;
  color: #d0d8eb;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: ease-in-out all 0.3s;
}

.quote-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.quote-author {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: auto;
}

.author-image {
  width: 85px;
  height: 85px;
  border-radius: 5px;
  margin-right: 10px;
  object-fit: cover;
}

.quote-card:hover .author-name,
.quote-card:hover .author-title,
.quote-card.active .author-name,
.quote-card.active .author-title {
  color: #141925;
}

.author-details {
  flex: 1;
}

.author-name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #d9aca3;
  line-height: 1.4;
}

.author-title {
  margin: 0;
  font-size: 15px;
  color: #d0d8eb;
  line-height: 22px;
}

.nshp_abtexpt_pic_thumb:empty {
  display: none;
}

.custom_theme .profile_full_slide .profile_cont {
  background: transparent;
  border: 0;
}

.custom_theme .profile_full_slide .profile_cont .prf_logo_shadow {
  display: none;
}

.ndtv-wSummit-videolist .nshp_vid_bxinfo a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.ndtv-spl .ndtv-wSummit-livePlrSec {
  height: 100vh;
  background: url(../images/BG.png) !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.secJury {
  padding-top: 80px;
}

.secQuote {
  margin-bottom: 80px;
}

.custom_theme .ndtv-wSummit-videolist {
  margin-top: 80px;
}

/* Gallery Styling */
.ndtv-wSub-gallery {
  margin: 8px 0;
  clear: both;
}

.lb-details {
  display: none !important;
}

.ndtv-wSub-gallery-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;

  box-sizing: border-box;
}

.ndtv-wSub-gallery {
  margin: 40px 0;
}

.ndtv-wSub-heading {
  font-family: var(--font-outfit);
  color: #000;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 40px;
}

.ndtv-wSub-gallery-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.ndtv-wSub-gallery-item {
  width: 297px;
  height: 167px;
  object-fit: cover;
}

.ndtv-wSub-main-image {
  flex: 2;
  padding: 0 10px;
  margin: 0 25px;
  overflow: hidden;
  width: 618px;
}

.meet-the-winners .facesItem {
  display: block;
}

.ndtv-wSub-main-photo {
  width: 100%;
  height: 362px;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

.ndtv-wSub-gallery-container img {
  filter: grayscale(1);
  transition: all ease-in 0.3s;
}

.ndtv-wSub-gallery-container img:hover {
  filter: grayscale(0);
}

.ndtv-wSub-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 25px;
}

.ndtv-wSub-gallery-item-container {
  margin-bottom: 0;
}

.ndtv-wSummit-morebtn {
  text-align: center;
}

.ndtv-wSub-more-btn {
  border: 1px solid #d9aca3;
  border-radius: 50px;
  font-size: 13px;
  color: #d9aca3;
  width: 95px;
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
}

.ndtv-wSub-more-btn:hover {
  color: #000;
  background-color: #d9aca3;
}

.ndtv-wSub-gallery-item-container img {
  display: block;
  border-radius: 5px;
}

.photos .ndtv-wSub-gallery-container {
  width: 97%;
}

.photos .ndtv-wSub-gallery-item-container {
  width: 285px;
}

.photos .ndtv-wSub-gallery-item-container img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 156px;
}

.photos .ndtv-wSub-main-image {
  flex: 2;
  padding: 0;
  margin: 0 0 0 15px;

  min-width: 573px;
}

.photos .ndtv-wSub-main-image img {
  height: 324px;
}

.ndtv-wSub-column.col-3 {
  flex-direction: row;
  margin-top: 25px;
}

.photos .ndtv-wSub-gallery-container {
  margin-bottom: 25px;
}

.custom_theme .rmore_btn {
  color: #d8aca2 !important;
  border: 1px solid #d8aca2;
  border-radius: 30px;
  padding: 3px 20px;
  font-family: "Inter";
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  width: 95px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_theme .rmore_btn:hover {
  background: #d8aca2;
  color: #000 !important;
}

.home .nshp_wrap1260 .nshp_video_box:nth-child(4n) {
  margin-right: 0;
}

h4.gallery-thumb-title {
  padding: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #d0d8eb;
  font-weight: 400;
  text-align: left;
}

.quizThumb {
  display: flex;
}

.thumb_img {
  width: 250px;
  height: 300px;
  overflow: hidden;
  border-radius: 5px;
}

.thumb_img img {
  display: block;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.quizThumb {
  display: flex;
  gap: 0px;
}

.thumb_img {
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.thumb_img input {
  display: none;
}

.thumb_img input:checked + img {
  filter: grayscale(0);
}

.quotes .quote-card {
  max-width: 455px;
  margin: 0;
}

.quotes .quoteList {
  gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aboutryt #__nroom_html {
  background: #141925;
  border-radius: 5px;
  padding: 15px;
  height: 413px;
  overflow: auto;
}

.aboutryt .ElFrmThNws_ttl,
.aboutryt .ElFrmThNws_crd-item a {
  color: #d0d8eb;
}

.aboutryt .ElFrmThNws_head-wrp {
  color: #d9aca3;
}

.aboutryt .ElFrmThNws_crd-list::before {
  background-color: #d9aca3;
}

.aboutryt .ElFrmThNws_head-wrp::before {
  left: -26px;
  border-color: #d9aca3;
  background: #020714;
}

.aboutryt .ElFrmThNws_crd-item {
  border-bottom: 0;
}

.aboutryt .ElFrmThNws_crd-item:first-child .ElFrmThNws_head-wrp::before {
  background: #020714;
  border-color: #d9aca3;
}

.aboutryt .loadmore .marr5 {
  background: transparent;
  color: #d9aca3;
  border: 1px solid #d9aca3;
}

.abt_morebtn {
  margin-top: 15px;
}

.Quotemorebtn {
  text-align: center;
}

.custom_theme .nshp_photo_bxwrap a,
.custom_theme .nshp_photo_bxwrap a:active,
.custom_theme .nshp_photo_bxwrap a:visited {
  color: #d0d8eb;
}

.tp_vdbox {
  margin-top: 60px;
}

.videos .custom_theme .ndtv-wSummit-videolist {
  margin-top: 10px;
}

.custom_theme .ndtv-wSummit-livePlrSec .nshp_watchvid_headline {
  display: none;
}

.videos .loadmore_btn {
  color: #d9aca3 !important;
  border: 1px solid #d9aca3;
  border-radius: 30px;
  text-align: center;
  padding: 5px 15px;
}

.videos .loadmore_btn span {
  display: none;
}

.winners .winnerSec,
.award-categories .ndtv-wSummit-secAbout {
  padding-top: 20px;
}

.nshp_wrap1260 .nshp_photo_bxinfo {
  font-size: 15px;
}

.home .custom_theme .ndtv-wSummit-videolist {
  margin-bottom: 40px;
  padding-bottom: 50px;
  position: relative;
}

.nshp_news_lhs .nshp_news_topshare {
  border-bottom: 1px solid #3a4153;
  border-top: 1px solid #3a4153;
}

.news_st_wrap {
  margin-top: 15px;
}

.news_st_wrap .description_info {
  border-bottom: 1px solid #3a4153;
}

.nshp_news_rhs .nshp_alsoread_wrap ul li {
  border-top: 1px solid #3a4153;
}

.ins_nextstory {
  border-top: 1px solid #3a4153;
}

.nshp_news_rhs .nshp_alsoread_wrap p {
  color: #d9d9d9;
}

.winners .Quotemorebtn {
  display: none;
}

.winners .winnerfaceList .facesItem {
  display: block !important;
}

.nshp_photo_slidebox .nshp_photo_bxthumb {
  height: 167px;
  overflow: hidden;
  border-radius: 5px;
}

.nshp_wrap1260 .videobox {
  width: 100%;
}

.quote-card:hover,
.quote-card.active {
  background: #d0d8eb;
  color: #141925;
}

.bloglisting .liveblog_RHS .photo_anchor .photo_img_thumb {
  float: none;
}

.ndtv-spl .bloglisting .liveblog_RHS .nfeed > a b {
  color: #d0d8eb !important;
  margin-top: 10px;
  clear: both;
}

.ndtv-spl .custom_theme .bloglisting .liveblog_RHS .nfeed > a b:first-child,
.bloglisting .liveblog_RHS .nfeed > a:hover {
  color: #fff !important;
}

.photos .ndtv-wSub-gallery {
  margin: 0;
  padding-top: 0;
}

.ft-sticky .footer_nav ul li,
.ft-sticky .footer_group ul li,
.ft-sticky .footer_copy {
  text-transform: capitalize !important;
}

.ft-sticky_search .footer_search input {
  color: #fff;
}

.ft-sticky_search .footer_search input::placeholder {
  color: #fff;
}

.ft-sticky_search .footer_search .footer_searchicon {
  filter: invert();
}

@media only screen and (min-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .nshp_wrap,
  .nshp_wrap1260,
  .nshp_top_storywidg .nshp_topstory_box .storylist_thumb li .description,
  .nshp_opinion_discp,
  .nshp_opinion_discp p,
  .nshp_opinion_discp p a,
  .nshp_news_headline,
  .nshp_news_headline a,
  .nshp_news_infor p,
  .nshp_news_infor a,
  .nshp_lhs_tsty_info p,
  .nshp_wrap1260 .nshp_rhs .nshp_news_headline,
  .nshp_opinion_discp a,
  .nshp_news_headline a,
  .nshp_top_storywidg .nshp_topstory_box .storylist_thumb li .description h2,
  .nshp_top_storywidg
    .nshp_topstory_box
    .storylist_thumb
    li
    .description
    .nshp_rhs
    .nshp_vid_bxinfo,
  .nshp_rhs .nshp_vid_bxinfo a,
  .spl_scenarios_fullwidth
    .hpage_topsty_wrap16
    .storylist_thumb
    li
    h3.spl_scenarios_fullwidth
    .hpage_topsty_wrap16
    .storylist_thumb
    li
    h3
    a,
  .mainstorywrap13 .storylist_thumb li h3,
  .mainstorywrap13 .storylist_thumb li h3 a,
  .spl_scenarios_fullwidth .hpage_topsty_wrap16 .storylist_thumb li h3,
  .spl_scenarios_fullwidth .hpage_topsty_wrap16 .storylist_thumb li h3 a,
  .mainstorywrap13 .storylist_thumb li h3 a,
  .hpage_topsty_wrap12 .storylist_thumb li h3 a,
  .nshp_photo_bxwrap h1,
  .nshp_vid_bxwrap h1 {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
  }

  .nshp_top_storywidg .nshp_topstory_box .storylist_thumb li .thumbnail,
  .nshp_wrap .nshp_opinion_thumb,
  .nshp_wrap1260 .nshp_opinion_thumb,
  .nshp_news_bxthumb,
  .nshp_wrap .nshp_news_bxthumb,
  .nshp_wrap1260 .nshp_news_bxthumb,
  .nshp_news_bxthumb,
  .nshp_wrap .nshp_news_bxthumb,
  .nshp_wrap1260 .nshp_news_bxthumb {
    width: inherit !important;
  }
}

@media (max-width: 767px) {
  .ndtv-spl .ft-sticky_lft,
  .ndtv-spl .footer_copy a {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .ndtv-spl .nshp_min_nav,
  .home.ndtv-spl .nshp_min_nav {
    padding: 12px 0;
    height: 53px;
    margin-bottom: 0;
  }

  .pageTitle {
    font-size: 26px !important;
    line-height: normal;
    font-weight: 200;
  }

  .aboutWrap {
    flex-direction: column;
  }

  .aboutInfo {
    flex-direction: column;
  }

  .custom_theme .nshp_abtexpt_pic_thumb {
    margin-right: 0;
    height: auto;
    margin-bottom: 10px;
  }

  .catgoryWrap .show_more {
    display: inline-block;
  }

  .categoryList {
    gap: 0 15px;
    justify-content: center;
  }

  .categoryItem .catgryInfo {
    width: 152px;
    height: 138px;
  }

  .categoryItem {
    margin-bottom: 40px;
  }

  .categoryItem:last-child {
    margin-bottom: 0;
  }

  .catName {
    font-size: 13px;
    line-height: 18px;
  }

  .awardProcess_Wrap {
    flex-direction: column;
  }

  .awardProcs_left {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }

  .nmnee_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 10px !important;
  }

  .nmnee_item {
    flex-shrink: 0;
    width: 47%;
    flex-grow: 0;
    flex-basis: 47%;
  }

  .nmnee_thumb {
    width: auto !important;
    height: auto !important;
  }

  .nmnee_detls {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }

  .nmneeInfo {
    display: none;
  }

  .ndtv-wSummit-sponsorItem {
    width: 50%;
    margin-bottom: 30px;
  }

  .custom_theme .nshp_wrap1260 {
    padding: 0 20px;
  }

  .nshp_nglobalnav_mwrap .nshp_glbnav_mobileview {
    background: #0d111e;
  }

  .custom_theme .nshp_mobtopnav_link {
    height: auto;
    box-shadow: none;
  }

  .custom_theme .topnav_rhs {
    top: 12px;
    right: 20px;
  }

  .brgMnLg {
    padding-left: 16px;
  }

  .ndtv-wSub-scheduleList {
    grid-template-columns: repeat(1, 1fr);
  }

  .nshp_abtexpt_discbox p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
  }

  .nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix {
    position: fixed;
    height: 55px;
  }

  .keyFaceList {
    white-space: normal;
  }

  .keyFaceItem {
    max-width: 47.5% !important;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .keyfaceThumb {
    width: 100%;
    height: auto;
  }

  .keyFaceItem:nth-child(2n) {
    margin-right: 0;
  }

  .keyf-Title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .keyf-dsgn {
    font-size: 14px;
    line-height: 20px;
  }

  .SecAward_process .page-heading {
    flex-direction: column;
  }

  .SecAward_process .pageTitle {
    border-right: 0;
  }

  .awrdPrc_spons img {
    width: 130px;
  }

  .awrdPrc_spons {
    font-size: 14px;
    margin-top: 10px;
  }

  .SecAward_process .page-heading {
    align-items: flex-start;
  }

  .SecAward_process {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .nmnee_title {
    font-size: 15px !important;
    margin-bottom: 5px;
    font-weight: 500 !important;
  }

  .custom_theme .ntv_vid_slink.animated {
    padding: 5px 10px;
    padding-right: 32px;
  }

  .ndtv-wSummit-sponsorItem img {
    max-width: 120px;
  }

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

  .secSponsors {
    margin-top: 0;
    padding-bottom: 30px;
  }

  section,
  .ndtv-wSummit-secAbout {
    padding-top: 0px;
  }

  .custom_theme .nshp_top_headline h1,
  .custom_theme .nshp_top_headline h2 {
    font-size: 30px;
    line-height: normal;
    font-weight: 200;
    margin-bottom: 25px;
  }

  .winnerList .facesItem {
    width: 47%;
    margin-bottom: 30px;
  }

  .winnerList .winnerfaceList {
    justify-content: space-between;
  }

  .winnerfaceList .facesItem h4 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .winnerfaceList .facesItem h6 {
    font-size: 14px;
    line-height: 19px;
  }

  .winnerfaceList .facesItem p {
    top: 132px;
    font-size: 12px;
    line-height: 15px;
  }

  .custom_theme .nshp_wrap1260 .nshp_lhs,
  .custom_theme .nshp_wrap1260 .nshp_rhs {
    width: 100%;
  }

  .custom_theme .nshp_wrap1260 .nshp_lhs .nshp_video_box,
  .custom_theme .nshp_wrap1260 .nshp_lhs .nshp_photo_box {
    width: 47.5%;
  }

  .award_cat_dtls .nmnee_list .nmnee_item {
    max-width: 100%;
    width: 100%;
  }

  .award_cat_dtls .nmnee_list .nmnee_item .nmnee_thumb {
    max-width: 190px;
    float: none;
  }

  .award_cat_dtls .nmnee_list .nmnee_item:nth-child(2n) .nmnee_thumb {
    float: none;
    margin-left: 0;
  }

  .award_cat_dtls .nmnee_list .nmnee_item .nmneeInfo {
    display: block;
  }

  .newsroom_ipad iframe {
    height: auto;
  }

  .keyfacesHeading {
    font-size: 26px;
  }

  .winnr2023 img {
    max-width: 26px;
  }

  .winnr2023 {
    align-items: flex-start;
    padding: 10px 20px;
  }

  .winnr2023 h4 {
    font-size: 20px;
    text-align: center;
  }

  .quizWrap {
    flex-direction: column;
  }

  .quizThumb {
    width: 100%;
  }

  .quizInfo {
    margin-left: 0;
    margin-top: 20px;
  }

  .tab-content .nmnee_thumb {
    width: 155px;
    height: 155px;
  }

  .tab-content .nmnee_item {
    max-width: 155px;
  }

  .quote-text {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease-in-out;
    font-size: 18px;
    margin-bottom: 0;
  }

  .quoteList {
    display: flex;
    flex-direction: column;
  }

  .quote-card {
    margin-bottom: 20px;
  }

  .quote-card.active .quote-author {
    margin-top: 20px;
  }

  .nshp_mobtopnav_link img {
    display: none;
  }

  .nshp_news_bxwrap ul li {
    width: 47.5%;
    margin-right: 15px;
  }

  .nshp_news_bxwrap ul li:nth-child(2n) {
    padding-top: 0px !important;
    margin-right: 0;
  }

  .nshp_wrap1260 .nshp_news_bxthumb {
    width: 100%;
    height: 95px;
  }

  .facesItem .faceImg {
    height: 180px;
  }

  .facesItem {
    max-width: 210px;
  }

  .Playquiz {
    margin: 0 auto;
  }

  /*=====Gallery=======*/

  .ndtv-wSub-gallery .ndtv-wSub-heading {
    padding: 0 15px;
  }

  .ndtv-wSub-gallery-container {
    flex-direction: column;
    padding: 0;
  }

  .ndtv-wSub-main-image {
    order: -1;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }

  .photos .ndtv-wSub-main-image {
    min-width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .ndtv-wSub-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
  }

  .ndtv-wSub-gallery-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .ndtv-wSub-main-photo {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  h4.gallery-thumb-title {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
  }

  .ndtv-wSub-gallery-item-container {
    margin-bottom: 15px;
  }

  .photos .ndtv-wSub-gallery-item-container {
    width: 100%;
  }

  .ndtv-wSub-column.col-3 {
    margin-top: 0;
  }

  .ndtv-wSub-column.col-3 .ndtv-wSub-gallery-item-container {
    margin-bottom: 0;
  }

  .ndtv-wSub-column.col-3 .ndtv-wSub-gallery-item-container:last-child {
    grid-column: 1/3;
    grid-row: 2;
    height: auto;
  }

  .home .custom_theme .nshp_news_bxwrap ul li,
  .home .custom_theme .nshp_wrap1260 .nshp_video_box {
    width: 45%;
    margin-right: 15px;
  }

  .home .custom_theme .nshp_wrap1260 .nshp_news_bxthumb,
  .home .custom_theme .nshp_vid_bxthumb {
    height: 95px;
  }

  .home .custom_theme .nshp_wrap1260 .nshp_news_bxthumb {
    width: 100%;
  }

  .custom_theme .rmore_btn {
    margin-top: 0;
  }

  .custom_theme .nshp_news_sbh_inactive,
  .custom_theme .nshp_news_suhlink_active {
    display: none !important;
  }

  .aboutryt {
    width: 100%;
  }

  .ndtv-spl .ndtv-wSummit-livePlrSec {
    height: 100%;
    margin-bottom: 30px;
  }

  .custom_theme .ndtv-wSummit-livePlrSec .videobox {
    width: 100%;
    margin-top: 50px;
  }

  .meet-the-winners .winnerList .facesItem {
    width: 47.5%;
  }

  .custom_theme .nshp_top_headline {
    padding: 0 !important;
  }

  .nshp_news_lhs {
    width: 100%;
  }

  .mblLg {
    display: none;
  }

  .custom_theme .ndtv-wSummit-videolist {
    margin-top: 30px;
  }

  .aboutLeft {
    margin-bottom: 0;
  }

  .videobox p {
    line-height: 1.4;
  }

  .ndtv-spl .ft-sticky {
    margin-top: 40px;
  }

  .ndtv-spl .follow-us span {
    text-align: left;
  }

  .mobileNavOuter {
    scrollbar-width: none;
    width: 96%;
    left: 2% !important;
    top: 8% !important;
    border-radius: 20px;
    
  }

  .nshp_news_page_count ul li,
  .nshp_news_page_count ul li a {
    font-size: 12px;
  }

  .custom_theme .nshp_news_pagination_box {
    background: #141925;
    margin-bottom: 30px;
  }

  .winnerSec {
    padding-top: 10px;
  }

  .videos .custom_theme .ndtv-wSummit-videolist {
    margin-top: 0;
  }

  .custom_theme .nshp_wrap1260 .nshp_lhs .nshp_video_box .nshp_vid_bxthumb {
    height: 93px;
  }

  .home .winnerSec {
    padding-top: 30px;
  }

  .aboutryt .pageTitle {
    font-size: 30px !important;
    font-weight: 200;
    line-height: normal;
  }

  .home .custom_theme .nshp_wrap1260 .nshp_video_box,
  .home .custom_theme .nshp_news_bxwrap ul li {
    width: 47.5%;
  }

  .home .custom_theme .nshp_wrap1260 .nshp_video_box:nth-child(2n),
  .home .custom_theme .nshp_news_bxwrap ul li:nth-child(2n),
  .custom_theme .nshp_wrap1260 .nshp_widget_mid .nshp_photo_box:nth-child(2n) {
    margin-right: 0;
  }

  .nshp_photo_slidebox .nshp_photo_bxthumb {
    height: 95px;
    overflow: hidden;
    border-radius: 5px;
  }

  .custom_theme .nshp_wrap1260 .nshp_widget_mid .nshp_photo_box {
    margin-right: 15px;
  }

  .winners .winnerSec,
  .award-categories .ndtv-wSummit-secAbout {
    padding-top: 0px;
  }

  .news_st_wrap .description_info {
    font-size: 13px;
    line-height: 18px;
  }

  .custom_theme .nshp_wrap1260 .nshp_rhs {
    margin-top: 30px;
  }

  .photos .ndtv-wSub-gallery {
    margin: 0;
    padding-top: 0;
  }

  .photos .ndtv-wSub-gallery-container {
    padding: 0;
  }

  .photos .ndtv-wSub-gallery-item-container img {
    height: 95px;
  }

  .photos
    .ndtv-wSub-column.col-3
    .ndtv-wSub-gallery-item-container:last-child
    .ndtv-wSub-gallery-item,
  .photos .ndtv-wSub-main-image img {
    height: 195px;
  }

  .custom_theme
    .nshp_wrap1260
    .nshp_widget_mid
    .nshp_photo_slidebox
    .nshp_photo_box {
    width: 47.5%;
  }

  .videobox p {
    line-height: 1.5;
  }

  .quote-card:first-child .quote-text {
    height: auto;
    margin-bottom: 15px;
  }

  .custom_theme .ndtv-wSummit-livePlrSec .videobox {
    flex-direction: column;
  }

  .custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
    width: 100%;
    height: 220px;
    margin-block: 20px;
    background-size: 48%;
  }

  .aboutInfo .nshp_abtexpt_discbox {
    padding-right: 0;
    padding-bottom: 0;
  }

  .nshp_nglobalnav_mwrap {
    display: none;
  }

  .ndtv-wSummit-videolist .nshp_vid_bxinfo a,
  .nshp_news_bxwrap ul li .nshp_news_headline a {
    line-height: 20px;
    padding-block: 0;
  }

  .about_widget .nshp_top_headline .toggle-btn {
    padding: 5px 0 !important;
    width: 90px;
    flex-shrink: 0;
  }

  .secSchdl {
    margin-top: 0;
    padding-top: 0;
  }

  .secQuote,
  .home .news-list-144 {
    margin-bottom: 30px;
  }

  .home .news-list-144 {
    padding-bottom: 10px;
  }
  .nshp_news_bxwrap ul li .nshp_news_headline a{
    line-height: 20px !important;
  }
  .nshp_nglobalnav_mwrap{
    display: none !important;
  }
  #bug_menu{
    top: 3px;
  }
  .custom_theme .nshp_min_nav li a{
    padding-inline: 0;
  }
 .ft-sticky .footer_copy{
  line-height: normal;
 }
}
