@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.myVideo, html {
    height: 100%
}
.myVideo, .topwrapper {
    left: 0;
    top: 0;
    width: 100%
}
.speakertd, .table1 td:first-child, .table1 td:nth-child(2) span, .table1 th {
    font-family: "Inter", serif;
}
a, abbr, acronym, applet, article, aside, audio, b, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, span, summary, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol {
    list-style: decimal;
    margin-left: 30px;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section p {
    margin-bottom: 20px;
}
section {
    padding: 50px 0;
}
body { 
    background: fixed #E3F1EA;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.idxheadertitle{
    position: absolute;
}
.idxheadertitle h2{
    font-size: 56px;
    line-height: 120%;
}
.idxheadertitle h3{
    font-size: 40px;
    line-height: 120%;
    color: #ffffff;
}
.idxheadertitle p{
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
}
.city_box_series{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.city_box{
    display: inline-block;
    margin: 0 0 4% 3.5%;
    width: 17%;
    max-width: 100%;
    /*padding: 20px 40px;*/
    /*min-height: 250px;*/
    /*border: 1px solid #F3F4FE;*/
    /*border-radius: 10px;*/
    /*background: #ffffff;*/
    /*box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);*/
    box-sizing: border-box;
}
.city_box_theme img{
    display: block;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #E5E5E5;
}
.city_box_theme .title{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.city_box_content{
    font-size: 14px;
}
.cb_height{
    min-height: 55px;
}


.topwrapper {
    margin: 0 auto;
    padding: 10px 10px 10px 0;
    clear: both;
    display: table;
    content: "";
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
}
.topwrapper .pastedition_list {
    height: 50vh;
    overflow: scroll;
}
.topleft {
    float: left;
    display: block;
    padding: 0px 0 0px 1%}
.topleft img {
    display: table;
    height: 34px;
}
.topright {
    float: right;
    display: block;
    margin: 0;
}

.virtual_confrc, .relativeHashtag{
    position: absolute;
    top: 20px;
    right: 20px;
}
.idxregwrapper, .idxheaderbg {
    /*background: url('../images/headerbg.jpg') center/cover no-repeat;*/
    display: block;
    position: relative;
    z-index: 1;
}
.idxheaderbg{
    display: flex;
    align-items: center;
    height: 60vh;
}
.idxregwrapper{
    /*height: 75vh;*/
    padding: 40px 0;
}
.blankSection{
    height: 40vh;
}
.idxregwrapper h1{
    font-size: 42px;
    line-height: 100%;
}
.idxregwrapper h2{
    font-size: 32px;
    line-height: 100%;
}

.idxctrAddwrapper p{
    color: #000000;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}


.headerwrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.headerLeft{
    width: 45%;
}
.headerRight{
    width: 55%;
}

.overlay{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.idxheaderlogo {
    width: 90%;
    display: block;
}
.idxheaderlogo img {
    display: table;
    width: 100%
}
.idxheader{
    padding-bottom: 100px;
}
.idxheaderhastag p{
    line-height: 130%;
}




.thankyoutext h4, .thankyoutext h6 {
    font-family: "Inter", sans-serif;
    font-size: 34px;
    line-height: 140%;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
}
.thankyoutext {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 36px;
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
}
.thankyoutext h6 {
    color: #2e97ce;
}
.thankyoutext h6 span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.thankyoutext p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    letter-spacing: 0;
    padding: 0;
}
.table1 td, .table1 th {
    padding: 10px;
    font-size: 13px;
}
.thankyoulink {
    text-align: center;
}
.thankyoulink a {
    font-weight: 400;
}
.tybtn a {
    display: inline-block;
    border-radius: 12px;
    padding: 17px 16px;
    font-size: 18px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 100%;
    transition: .3s all;
    width: 300px;
    max-width: 80%;
    text-align: center;
}

/*footer*/

.footerwrapper {
    color: #000;
    font-weight: 400;
}
.footerwrapper a {
    color: #000;
    text-decoration: none;
}
.footerwrapper a:hover {
    color: #0a8eae;
}
.footercol1 {
    padding: 0 0 15px;
    font-size: 14px;
}
.footerlogo {
    display: block;
    float: left;
/*    width: 230px;*/
    margin: 0 0 30px;
}
.organiserboximg1, .organiserboximg2 {
    margin: 0 auto 15px;
    text-align: center;
}
.footercol2 {
    padding: 8px 0;
}
.footerbottomright h4, .footercol2 h4 {
    display: block;
    font-weight: 700;
    color: #ed1c24;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 14px;
}
.footercol2 ul li {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
}
.footerbottom {
    font-size: 14px;
    line-height: 16px;
}
.footersocial a img {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}


.video-bg-container {
      position: relative;
/*      height: 100vh; /* Full-screen height */*/
      overflow: hidden;
      width: 300px;
      height: 300px;
    }

    /* Video as the background */
    .video-bg-container video {
      position: absolute;
/*      top: 100px;*/
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures video covers entire container */
      z-index: 1; /* Behind the content */
      border: 4px solid #EAE8E6;
    }

    /* Overlay image with content */
    .video-bg-container .content {
      position: relative;
      z-index: 2; /* Above the video */
      background: url('../images/shape1-svg.png') no-repeat center center;
      background-size: cover; /* Ensures image fits container */
      width: 100%;
      height: 100%;
/*      top: 100px;*/
/*      left: 100px;*/
      /* mix-blend-mode: multiply; */
      border: 4px solid #EAE8E6;
    }

.bg-head{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 10px 34px;
    height: 62px;
    font-size: 34px;
    line-height: 130%;
    letter-spacing: -3px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Inter", monospace;
    background: url('../images/bg-head.png') no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}

.idxpartnersbox, .speakerbox,  .idxpartnersbox2 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
}
.idxpartnersbox h6, .idxpartnersbox1 h6, .idxpartnersbox2 h6 {
    font-size: 11px;
    color: #1D1F1E;
    margin-top: 8px;
    font-weight: bold;
}
.idxpartnersbox {
    width: 20%;
    margin: 1%;
    padding: 7px 1%;
    border-radius: 7px;
    background: #fff;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
   /* -moz-transition: all 5s linear;
  -webkit-transition: all 5s linear;
  -ms-transition: all 5s linear;
  -o-transition: all 5s linear;
    transition: all 1s linear;*/
}

.speakerbox {
    width: 20%;
    margin: 0 1.5% 3%;
    color: #000000;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: #ffffff;
    height: 420px;

}
.spk-img{
    padding: 16px;
}
.spk-img img{
    width: 100%;
}
.speakerbox img {
    border-radius: 50%;
}
.spk-info{
    padding: 16px;
}
.spk-info{
    border-top: 5px solid #00A65D;;
}

.hrwrapper hr {
    background-color: #2e97ce;
    height: 3px;
    margin: 30px 0;
    display: block;
    width: 100%
}

/*agenda*/

.tablemain {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.table1 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D8D8D8;
    text-align: left;
}
.table1 tr {
    background: #f9f9f9;
    border: 1px solid #D8D8D8;;
}
.table1 th {
    background: #C3ADF4;
    color: #000000;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    text-align: left;
}
.table1 th:nth-child(2) {
    border-left: 1px solid #ffffff;
/*    border-right: 1px solid #ffffff;*/
}
.table1 tr:hover {
    background-color: #eaeaea;
}
.table1 td {
    line-height: normal;
}
.table1 td:first-child {
    font-size: 14px;
    width: 25%;
}

.table1 td:nth-child(2) {
    font-size: 14px;
    width: 75%;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
}
.table1 td:nth-child(2) span {
    color: #000;
    font-weight: 700;
}
.table-responsive {
    overflow-x: auto;
}
.speakertd {
    display: none!important;
    font-weight: 900;
}
.table1demo td {
    background-color: #000;
    color: #fff!important;
}

/**/

.whobox{
    display: inline-block;
    margin: 0 2% 2% 0;
    border-radius: 8px;
    border-top: 4px solid #C3ADF4;
    border-left: 1px solid #C3ADF4;
    border-right: 1px solid #C3ADF4;
    border-bottom: 1px solid #C3ADF4;
    padding: 16px 32px;
}

.whyAttendTheme{
    background: #EFF2FF;
    border-radius: 170px;
    padding: 45px 70px;
    margin: auto;
}
.whyWrapper{
    box-sizing: border-box;
    width: 40%;
}
.why-content{
    width: 88%;
}
.whyAttendTheme .container{
/*    width: 95%;*/
    margin: auto;
}

.whyHeight{
    min-height: 110px;
}

.mb_42{
    margin-bottom: 42px;
}

.agendaTopic{
    padding: 18px;
    margin-bottom: 30px;
}
.event_agenda_row{
    overflow: hidden;       
}
.event_agenda .agendaTime{
    display: inline-block;
    height: 90px;
    padding: 32px 18px;
    width: 20%;
}
.event_agenda .agendaSession{
    display: inline-block;
    padding: 32px 28px;
    width: 80%;
    /*height: 90px;*/
}

.futureDC_theme img{
    max-height: 600px;
}

.che_city_theme{
    background: url('../images/che_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}
.hyd_city_theme{
    background: url('../images/hyd_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}
.mum_city_theme{
    background: url('../images/mum_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}
.blr_city_theme{
    background: url('../images/blr_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}
.del_city_theme{
    background: url('../images/del_city_view.jpg') center/cover no-repeat fixed;
   height: 300px; 
   z-index: 1;
}

.accordion-button:not(.collapsed){
    background: #00A65D;
}
.accordion-button p{
    color: #ffffff;
}
.accordion-button.collapsed p{
    color: #000000;
}

.file-list li, .url-list li{
    font-size: 12px;
    padding: 0;
    word-break: break-all;
}
.RemoveBtn, .add-url, .add-btn{
    background: #33ad77;
    border: unset;
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
}
.add-url, .add-btn{
    margin: 8px 0;
    background: #4c6e7d;
    width: 74px;
}

/*Video Slide*/

.owl-carousel{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
  height: 100%;
}
.owl-carousel .item iframe {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

/* Custom arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
    position: relative;
  background: rgba(0,0,0,0.6) !important;
  color: #fff !important;
  font-size: 2rem !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  border: none;
  cursor: pointer;
}
.owl-nav button.owl-prev{
    left: -6%;
}
.owl-nav button.owl-next{
    right: -6%;
}
.owl-nav button:hover {
  background: #ED1B2F !important;
}

.owl-dots{
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ED1B2F !important;   
}