* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: 'AvenirLTStd';
}


body {
  margin: 0%;
  overflow-x: hidden !important;
}

body .container {
  max-width: 1225px;
}

header {
  width: 100%;
  height: 100vh;
  background: url(./images/DataNext-mumbai2024-banner.webp) no-repeat center/cover fixed;
  transition: transform 0.3s ease;
}

section {
  overflow-x: hidden;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('./font/AvenirLTStd-Black.otf');
  src: url('./font/AvenirLTStd-Book.otf');
  src: url('./font/AvenirLTStd-Roman.otf');
}

.navigation{
  background-color: white;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.nav-font-size {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.navbar-nav li a {
  color: white;
}

.navbar-nav li .dropdown-toggle {
  border-bottom: 2px solid #00FF77;
}

.navbar-nav li a:hover {
  border-bottom: 2px solid #00FF77;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #00C85E !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  position: relative;
}

.landing-page .theme {
  height: 100vh;
  padding: 20px 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing-page .theme img {
  width: 100%;
  max-width: 550px;
  padding: 10px 0px;
}

.landing-page .theme p {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 12px;
  text-align: center;
}

.landing-page .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.landing-page .d-t-l {
  position: absolute;
  bottom: 80px;
  left: 0px;
  right: 0px;
}

.register {
  width: 100%;
  max-width: 180px;
  padding: 10px 3px;
  border: 1px solid #00C85E;
  color: white;
  margin: 0px 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
}

.register:hover {
  text-decoration: none;
  color: white;
}

.landing-page .uae {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.landing-page .uae img {
  max-width: 350px;
}

/* landing page ends */

.heading h1 {
  font-size: 40px;
  font-weight: 800;
  padding: 20px 0px;
}

.small-heading h3 {
  font-size: 28px;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #00C85E;
}

/* about section starts */

/* first div ends */

.about-section {
  background-color: #141921;
  padding: 50px 0px 0px;
}

.about-section .heading h5 {
  font-size: 25px;
  font-weight: 300;
  color: #00C85E;
  border-bottom: 3px solid #00C85E;
}

.about-section .heading h1 {
  color: rgba(255, 255, 255, 0.77);
}

.about-section p {
  font-size: 18px;
  color: white;
}

.about-section .div1 {
  border: 2px solid #00C85E;
  border-radius: 25px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section .div1 .number {
  font-size: 55px;
  font-weight: 900;
  color: #00C85E;
  font-family: sans-serif;
}

.about-section .div1 .text {
  font-size: 22px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.541);
  text-align: center;
}

/* about section ends */

/* numbers */

.numbers {
  text-align: center;
  background-color: white;
  padding: 50px 0px;
}

.numbers h3 {
  font-weight: 900;
  font-size: 54px;
  font-family: sans-serif;
  color: #00C85E;
}

.numbers h5 {
  font-weight: 700;
  font-size: 22px;
  color: #00C85E;
  text-transform: lowercase;
}


/* Topics section starts */
.topics-section {
  padding: 40px 0px;
  background: url(./images/DataNext-mumbai2024-banner.webp) no-repeat center/cover fixed;
}

.heading-content {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Mate SC', serif;
  text-transform: uppercase;
}

.topics-section .container .topics {
  margin: 15px auto;
  position: relative;
}

.topics-section .container .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0px;
}

.topics-section .container .topic {
  background-color: #35393C;
  color: white;
  padding: 5px 15px !important;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  border-radius: 5px;
  border-bottom: 3px solid #00FF77;
  width: 100%;
  min-height: 70px;
}

.topics-section .container .topics p {
  margin-bottom: 0px;
  font-size: 18px;
}

.topics-section .container .topics .topic i{
  color: #00C85E;
}

.topics-section .modal-body {
  background-color: white;
  animation-duration: 4s;
}

.topics-section .custom-modal {
  top: 100px;
  /* Adjust the top position as needed */
  left: 100px;
  /* Adjust the left position as needed */
}

.topics-section .descriptions {
  animation: movetop;
}

@keyframes movetop {
  0% {
    left: 0px;
    bottom: 100px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

.topics-section .container .close-button {
  border: none;
}

/* Topics section ends */

/* Profiles section */

.profiles {
  padding: 20px 0px;
  width: 100%;
}

.profiles .scrolling-text {
  color: rgb(86, 85, 85);
  font-family: helvetica;
  text-transform: uppercase;
  /* padding: 20px 0px 0px; */
  overflow: hidden;
}

.profiles .scrolling-text h4{
  color: #00C85E;
}

.profiles ul li {
  text-transform: capitalize;
  font-size: 17px;
  line-height: 40px;
  list-style-type: none;
  color: rgb(0, 0, 0);
}

.profiles hr {
  background-color: #100F13 !important;
  margin: 0px !important;
  border-top: 1px solid #00FF77 !important;
  width: 100%;
  margin: auto !important;
}

/* Pofiles-section ends */

/* industry-section */
.industry-section {
  padding: 50px 0px;
  opacity: 1;
  background-color: white;
}

.industry-section .industries {
  gap: 20px;
}

.industry-section .div1 .row .industry {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0px;
}

.industry-section .div1 .row .industry .border {
  border: none !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.industry-section .div1 .industry img {
  width: 100%;
  max-width: 140px;
}

/* industry-section ends */


/* why-attend-section starts */

.why-attend-section {
  padding: 50px 0px;
  background-color: #141921;
  width: 100%;
}

.why-attend-section .container {
  padding: 20px 30px;
  /* background-color: white; */
  border-radius: 20px;
  margin: auto;
}

.why-attend-section .why-attend {
  width: 20%;
}

.why-attend-section .row h4 {
  font-size: 60px;
  font-weight: 900;
  color: white;
  font-family: sans-serif;
  padding: 0px 5px;
}

.why-attend-section .row h4 span {
  color: #00C85E;
}

.why-attend-section .row h5 {
  font-size: 16px;
  font-weight: 600;
  color: #00C85E;
  font-family: sans-serif;
  padding: 0px 5px;
}

.why-attend-section .row p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  font-family: sans-serif;
  padding: 0px 5px;
}

/* why-attend-section ends */

/* Agenda section */

.agenda-section {
  padding: 40px 0px;
  background-color: #0A0327;
  border-top: 2px solid #00FF77;
}

.agenda-section .agenda-table {
  background-color: #ffffff;
  width: 100%;
  border-radius: 5px;
}

.agenda-section .agenda-table table {
  width: 100%;
}

.agenda-section .agenda-table a {
  color: #081172;
  font-weight: bold;
}


.agenda-section .agenda-table table tr th {
  color: #081172;
  text-align: left;
  padding: 10px 16px;
  border-bottom: 2px solid #00FF77;
}

.agenda-section .agenda-table table tr td {
  color: #081172;
  text-align: left;
  padding: 10px 16px;
}

/* Agenda section ends */

/* speakers section starts */
.speaker-section {
  padding: 50px 0px 20px;
  background-color: #ffffff;
}

.speaker-section .container {
  padding: 30px;
  background-color: #0A0327;
  border-radius: 10px;
}

.speaker-section .col-lg-3 {
  margin: 15px 0px;
  padding: 0px 20px;
}

.speaker-section .modal-dialog {
  width: 100%;
  max-width: 700px;
}

.speaker-section .name-card h5 {
  font-size: 15px;
  font-weight: bold;
}

.speaker-section .name-card p {
  font-size: 13px;
  margin-bottom: 5px;
}

.speaker-section .img-card {
  box-shadow: 0 -5px 0 0 #00FF77;
  border: 1px solid #00C85E;
}

.speaker-section .col-lg-3 .pluse {
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 0px 5px;
  background-color: #00C85E;
  height: 27px;
}

.speaker-section .col-lg-3 .pluse i {
  font-size: 20px;
  color: #47435E !important;
  font-weight: 800;
  vertical-align: middle;
}

/* modal body */

.speaker-section .modal-body img {
  width: 100%;
  height: 100%;
}

.speaker-section .modal-dialog .modal-title {
  font-weight: 900 !important;
  text-transform: uppercase;
}

.speaker-section .name-card {
  text-align: center;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: white;
  min-height: 115px;
}

.speaker-section .modal-dialog p {
  font-size: 15px;
  line-height: 20px;
}

/* speakers section ends */

/* gallery section starts */
.gallery {
  padding: 30px 0px 20px;
}

.gallery .slider {
  position: relative;
  width: 95vw;
  overflow: hidden;
  margin: auto;
}

.gallery .slider .action-button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: black;
  cursor: pointer;
}

.gallery .slider .action-button.left-chevron {
  left: 0;
  transform: translate(5%, -50%);
}

.gallery .slider .action-button.left-chevron:hover {
  transform: translate(15%, -50%);
}

.gallery .slider .action-button.right-chevron {
  right: 0;
  transform: translate(-5%, -50%);
}

.gallery .slider .action-button.right-chevron:hover {
  transform: translate(-15%, -50%);
}

.gallery .slider .slider-list {
  display: grid;
  grid-auto-columns: 30% !important;
  grid-auto-flow: column;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  transition: transform 5s linear;
  gap: 1rem;
}

@media (max-width: 768px) {
  .gallery .slider .slider-list {
    grid-auto-columns: 75% !important;
  }
}

@media (max-width: 992px) {
  .gallery .slider .slider-list {
    grid-auto-columns: 50% !important;
  }
}

@media (max-width: 1200px) {
  .gallery .slider .slider-list {
    grid-auto-columns: 30%;
  }
}

@media (min-width: 1200px) {
  .gallery .slider .slider-list {
    grid-auto-columns: 20%;
  }
}

.gallery .slider .slider-list .slider-item {
  display: inline-block;
  /* height: 10rem; */
  color: white;
  text-align: center;
}

.gallery .slider .slider-list .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s linear;
}

.gallery .slider .slider-list .slider-item img:hover {
  transform: scale(1.1);
}

/* partners section */
.section5 {
  padding: 60px 0px;
  background: url(./images/DataNext-mumbai2024-banner.webp) no-repeat center/cover fixed;
  color: white;
}

.section5 .partner-section p {
  font-size: 18px;
}

.section5 .why-partner-section {
  padding: 30px 0px;
}

.section5 .why-partner-section .div {
  background: rgba(255, 255, 255, 0.848);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 3px 70px #00000047;
}

.section5 .why-partner-section .div h5 {
  font-size: 25px;
  font-weight: 900;
  color: #404140;
}

.section5 .why-partner-section .div p {
  font-size: 14px;
  margin-bottom: 0px;
  color: rgb(110, 110, 110);
  line-height: 20px;
}

/* section5 ends */

/* partners 2024 starts */

.partners-2024 {
  padding: 60px 0px;
  /* background-color: #F8F8F8; */
}

.partners-2024 h4 {
  font-size: 25px;
  font-weight: 700;
}

.partners-2024 .gold-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 50px;
}

.partners-2024 .partner-logo {
  width: 290px;
  height: 160px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2024 .keynote-partners .partner-logo {
  position: relative;
  width: 280px;
  height: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2024 .networking-partners .partner-logo {
  position: relative;
  width: 270px;
  height: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2024 .media-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.partners-2024 .media-partners .partner-logo {
  position: relative;
  width: 200px;
  height: 110px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners .partner-logo {
  width: 200px;
  height: 130px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* partners 2024 ends */

/* OUR CLIENTS section */
/* clients section */

.section8 {
  padding: 50px 0px;
  background: url(./images/partners-bg.webp) no-repeat center/cover fixed;
}

.clients-section .container {
  width: 100%;
}

.clients-section .container .row div {
  /* height: 150px; */
  padding: 10px;
  /* margin: 10px 0px; */
  display: flex;
  align-items: center;
}

.clients-section img {
  margin: auto;
}

#more {
  display: none;
  transition: all 1s;
}

#myButton {
  background-color: #00C85E;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
}

#myButton2 {
  background-color: #00C85E;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
  display: none;
}


/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
}

/* top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}

/* media Query section */


@media(max-width:350px) {

  .landing-page .d-t-l {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px
  }

  .countdown {
    display: none;
  }

}

@media (min-width:320px) and (max-width:700px) {

  section {
    overflow-x: hidden;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-toggler {
    font-size: small;
  }

  header {
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .heading h1 {
    font-size: 28px;
    font-weight: 600;
  }

  .small-heading h3 {
    font-size: 20px;
  }

  /* landing page */

  .landing-page .theme {
    height: 100vh;
    padding: 20px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0%;
    padding: 20px;
    margin-top: -40px;
  }

  .landing-page .theme img {
    position: static;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    padding: 10px 0px;
  }

  .landing-page .d-t-l {
    margin: 10px 0px;
  }

  .landing-page .date-time {
    width: 100%;
    max-width: 200px;
    padding: px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.427);
    color: white;
    margin: 0px 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
  }

  .landing-page .register {
    padding: 5px;
    margin: 5px;
  }

  .landing-page .theme p {
    font-size: 15px;
    padding: 0px 5px;
  }

  .landing-page .date {
    display: none;
  }

  .landing-page .d-t-l {
    position: absolute;
  }

  .landing-page .uae img {
    max-width: 110px;
  }

  /* landing page ends */

  /* about section starts */

  .about-section h4 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: auto;
  }

  .about-section .heading h5 {
    font-size: 22px;
  }

  .numbers h3 {
    font-weight: 900;
    font-size: 45px;
    font-family: sans-serif;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 20px;
  }

  /* topics section */
  .topics-section .descriptions {
    animation: movetop;
    animation-duration: 3s;
    width: 100%;
    position: relative;
  }

  .topics-section .container .topic {
    margin: 10px 0px;
  }

  /* agenda section */

  .agenda-section .agenda-table {
    width: 100% !important;
  }

  .agenda-section .agenda-table table tr .timings {
    width: 50%;
  }

  .agenda-section .agenda-table table tr .topics {
    width: 50%;
  }

  .agenda-section .agenda-table table tr td {
    font-size: 13px;
  }

  .agenda-section .agenda-table table tr td {
    text-align: left;
    padding: 10px 1px;
  }

  /* speakers section starts */
  .speaker-section .modal-dialog .modal-body .speaker-logo {
    position: absolute;
    left: 20px;
    top: 16px;
  }

  .speaker-section .modal-dialog .modal-body {
    gap: 10px;
  }

  /* speakers section ends */

  /* why attend */


  /* industry section */

  /* industry section */

  .industry-section {
    padding: 20px 0px;
    opacity: 1;
  }

  .industry-section ul {
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  }

  .industry-section .div1 .industry img {
    width: 100%;
    max-width: 130px;
  }

  /* section 5 starts */
  .profiles p {
    margin: auto;
  }

  /* why attend{ */
  .why-attend-section .why-attend {
    width: auto;
  }

  /* section5 ends */
  /* partner section */
  .section5 .partner-section p {
    padding: 10px;
  }

  /* footer section */
  .footer-section .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media(min-width:700px) and (max-width:1025px) {

  /* navbar */

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-container .nav-item {
    padding: 0px 5px !important;
  }

  /* landing page */

  .landing-page .theme {
    height: 100vh;
    padding: 20px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0%;
    padding: 20px;
    margin-top: -40px;
  }

  .landing-page .theme img {
    position: static;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    padding: 10px 0px;
  }

  .landing-page .date-time {
    width: 100%;
    max-width: 200px;
    padding: 5px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.427);
    color: white;
    margin: 0px 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
  }

  .landing-page .date {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
  }

  .landing-page .d-t-l {
    position: absolute;
    bottom: 180px;
    left: 0px;
    right: 0px;
  }

  .landing-page .cfo img {
    max-width: 200px;
  }

  /* landing page ends */

  /*about section starts */

  .about-section .numbers .col-lg-3 {
    margin: 10px 0px;
  }

  /* about section ends */

  /* section4 attendees section starts */

  .attendees-section .attendees {
    width: 100%;
    margin-left: auto;
    padding: 20px;
  }

  /* industries */

  /* agenda */
  .agenda-section .agenda-table {
    width: 100%;
  }

  /* contact section */
  .contact-section .container .div1 .seets span {
    font-size: 20px;
    font-weight: 900;
    color: #16DB94;
    background-color: #EAEAEA;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
  }

  .contact-section .div1 h1 {
    font-size: 35px !important;
  }

  /* footer section */
  .footer-section .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}