* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: "AvenirLTStd";
  /* font-family: "Publico"; */
}

body {
  margin: 0%;
  padding: 0;
  width: 100%;
  overflow-x: hidden !important;
}

section {
  overflow-x: hidden;
}

body .container {
  max-width: 1200px;
  overflow-x: hidden !important;
}

@font-face {
  font-family: "AvenirLTStd";
  src: url("./font/AvenirLTStd-Black.otf");
  src: url("./font/AvenirLTStd-Book.otf");
  src: url("./font/AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: "Publico";
  /* url(./font/Publico-Black.otf), */
  /* url(./font/Publico-Extrabold.otf), */
  src: url(./font/Publico-Light.otf), url(./font/Publico-Medium.otf),
    url(./font/Publico-Bold.otf);
}

h1,
h2 {
  font-family: "Publico";
}

p,
h5,
h4,
h3 {
  font-family: "AvenirLTStd";
}

.navigation {
  position: fixed;
}

.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: 13px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.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: #ffaa00 !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  background: url(./images/background-img.webp) no-repeat center/cover fixed;
}

.landing-page .theme {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -30px;
  z-index: 10;
}

.landing-page .theme .them-container {
  position: absolute;
  left: 50px;
  margin-top: 10px;
}

.landing-page .theme .logo {
  width: 100%;
  max-width: 500px;
  padding: 10px 0px;
}

.landing-page .theme .date {
  width: 100%;
  max-width: 450px;
  padding: 10px 5px;
}
.landing-page .theme p {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 0px;
  line-height: 40px;
  font-family: "Mate SC", serif !important;
}

.landing-page .register-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.register {
  width: 100%;
  max-width: 170px;
  padding: 10px;
  border: 2px solid #ffffff;
  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;
  background-color: hsla(40, 100%, 50%, 0.405);
  border: 1px solid #ffaa00;
}

/* landing page ends */

/* about section starts */
.heading h1 {
  font-size: 38px;
  font-weight: 600 !important;
  font-family: "Publico";
  letter-spacing: 2px;
  padding: 10px 0px;
}

.small-heading h3 {
  font-size: 28px;
  font-weight: 600 !important;
  font-family: "Publico";
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #ffaa00;
}

/* first div ends */

.about-section {
  padding: 50px 0px 0px;
  background-color: #ffffff;
  position: relativergb(255, 255, 255);
}

.about-section h4 {
  color: #ffaa00;
  font-weight: 900;
  font-family: sans-serif;
  font-size: 50px;
  vertical-align: middle;
  background-color: #565656;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: inherit;
}

.about-section img {
  width: 100%;
  padding: 10px;
}

.about-section p {
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  font-family: "AvenirLTStd";
  color: rgb(11, 11, 11);
}

/* numbers */

.numbers {
  text-align: center;
  background-color: white;
  padding: 40px 0px;
}

.numbers h3 {
  font-weight: 900;
  font-size: 54px;
  font-family: sans-serif;
  color: #ffaa00;
  background: -webkit-linear-gradient(
    45deg,
    #ffaa00 1%,
    #07393c 50%,
    #07393c 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.numbers h5 {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  text-transform: lowercase;
}

/* about section ends */

/* Topics section starts */

.topics-section {
  padding: 60px 0px;
  background-color: #0e0e0e;
}

.heading-content {
  color: #ebf6f6;
  font-size: 20px;
}

.topics-section .container .col-12 {
  margin: 15px auto;
}

.topics-section .container .topic {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #08393c, #121616);
  color: white;
  padding: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}

.topics-section .container .topics p {
  margin-bottom: 0px;
  font-size: 14px;
}

/* Topics section ends */

/* Profiles section */
.profile-section {
  padding: 0px 0px 40px;
}

.profiles {
  width: 100%;
  background-color: white;
}

.profiles .col-lg-12 {
  background: transparent linear-gradient(165deg, #ffffff 0%, #dcdce2 100%) 0%
    0% no-repeat padding-box;
  max-width: 390px;
  border-radius: 4px;
  margin: 0px auto;
}

.profiles p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-align: start;
  margin: auto;
  padding: 5px;
  letter-spacing: 1px;
}

.profiles h4 {
  font-size: 25px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
}

/* Pofiles-section ends */

/* industry-section */
.industry-section {
  padding: 60px 0px;
  opacity: 1;
  background: url(./images/background-img.webp) no-repeat center/cover fixed;
}

.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: 150px;
}

/* industry-section ends */

/* Attending companies starts */

.attending-companies {
  padding: 60px 0px;
}

.attendees {
  /* border: 1px solid; */
  box-shadow: 0px -1px 10px 8px rgba(128, 128, 128, 0.181);
}

.owl-carousel {
  padding: 10px;
}

.blog_section .attendees .attendee_item {
  width: 150px !important;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.owl-carousel .owl-item img {
  width: 100% !important;
}

.blog_section .attendees .attendee_item:hover .attendee_image img {
  transform: scale(1.1);
}

.blog_section .attendees .attendee_item .attendee_image {
  overflow: hidden;
  padding: 0;
}

.blog_section .attendees .attendee_item .attendee_image img {
  transition: transform 0.5s ease-in-out;
}

.owl-nav {
  display: none;
}
/* Attending companies ends */

/* why-attend-section starts */

.why-attend-section {
  padding: 0px 0px 30px;
  width: 100%;
}

.why-attend-section .why-attend-mobileImg {
  display: none;
}

.why-attend-section .container {
  padding: 20px 30px;
  /* background-color: white; */
  border-radius: 20px;
  margin: auto;
}

.why-attend-section .row h4 {
  font-size: 60px;
  font-weight: 900;
  color: #07393c;
  text-shadow: 1px 1px #ffaa00;
  font-family: sans-serif;
  padding: 0px 5px;
}

.why-attend-section .row h4 span {
  color: #ffaa00 !important;
}

.why-attend-section .row h5 {
  font-size: 20px;
  font-weight: 600;
  color: #08393c;
  padding: 0px 5px;
}

.why-attend-section .row p {
  font-size: 16px;
  font-weight: 400;
  padding: 0px 5px;
}

/* why-attend-section ends */

/* Agenda section */

.agenda-section {
  padding: 40px 0px;
  background-color: #010f1d;
}

.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: #010f1d;
  font-weight: bold;
}

.agenda-section .agenda-table a.active {
  border: none;
  color: #010f1d;
  border-bottom: 2px solid #ffaa00;
  background-color: #ffffff !important;
}

.agenda-section .agenda-table table tr th {
  color: #010f1d;
  text-align: left;
  padding: 10px 16px;
  border-bottom: 2px solid #ffaa00;
}

.agenda-section .agenda-table table tr td {
  color: #010f1d;
  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 5px;
  background: url(./images/background-img.webp) no-repeat center/cover fixed;
  border-radius: 10px;
}

.speaker-section .modal-dialog {
  width: 100%;
  max-width: 700px;
}

.speaker-section .name-card {
  text-align: center;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-image: linear-gradient(135deg, #417b5a, #07393c);
  color: white;
  min-height: 115px;
  display: grid;
  align-items: center;
}

.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 {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  background: url(./images/speakers/CFO-speakers-bg.png) no-repeat center/cover;
  box-shadow: 0 -1px 0 0 #ffaa00;
  border: 1px solid #ffaa00;
}

.speaker-section .col-lg-3 .pluse {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: #16db9361;
}

/* speakers section ends */

/* section 5 starts */
/* partners section */
.section5 {
  padding: 60px 0px;
  background-color: #0e0e0e;
  color: white;
}

.section5 .partner-section p {
  font-size: 18px;
}

.section5 .why-partner-section {
  padding: 30px 0px;
}

.section5 .why-partner-section .div {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 3px 70px #00000047;
}

.section5 .why-partner-section .div h5 {
  font-size: 25px;
  font-weight: 900;
  color: #1b2a61;
  padding-top: 10px;
}

.section5 .why-partner-section .div p {
  font-size: 17px;
  margin-bottom: 0px;
  color: rgb(110, 110, 110);
  line-height: 20px;
}

/* section5 ends */

/* partners 2024 starts */

.partners-2024 {
  padding: 50px 0px 20px;
  /* 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: 30px;
  row-gap: 60px;
  padding: 0px;
}

.partners-2024 .partner-logo {
  width: 240px;
  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 .keynote-partners .partner-logo {
  position: relative;
  width: 240px;
  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: 250px;
  height: 130px;
  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: 30px;
  padding: 0px 0px 30px;
}

.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 */

/* gallery section starts */
.gallery {
  padding: 60px 0px;
}

.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);
}

.section8 {
  padding: 50px 0px;
  background-color: #0e0e0e;
}

.client-section {
  padding: 50px 0px;
  scroll-behavior: smooth !important;
}

.client-section h1 {
  font-size: 48px;
  line-height: 62px;
  font-weight: 800;
}

.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;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

#more {
  display: none;
  transition: all 1s;
}

#myButton {
  background-color: #ffaa00;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
}

#myButton2 {
  background-color: #ffaa00;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
  display: none;
}

/* contact section starts */

.contact-section {
  padding: 20px 0px;
  background-color: #f8f8f8;
}

.contact-section .container1 {
  box-shadow: 0px 3px 98px #00000029;
  border-radius: 20px;
  padding: 20px;
}

.contact-section .container2 {
  box-shadow: 0px 0px 0px #ffffff29;
}

.contact-section .container .div1 {
  text-align: center;
}

.contact-section .container .div1 .seets span {
  font-size: 30px;
  font-weight: 900;
  color: #ffaa00;
  background-color: #eaeaea;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}

/* div2 */

.contact-section .form {
  position: relative;
  background-color: #efefef !important;
  color: white;
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 20px;
  width: 100%;
  max-width: 900px;
  min-width: 290px;
  margin: auto;
}

.contact-section .div1 h1 {
  font-size: 35px !important;
}

.contact-section .form-buttons {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  margin: auto;
}

.contact-section .form-row {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-section form label {
  color: black;
  margin-bottom: 0px !important;
}

.contact-section #contact .active {
  background-color: #ffaa00 !important;
  color: black !important;
}

.contact-section .nav-pills .nav-link {
  color: black !important;
}

.contact-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #ffaa00;
}

.contact-section .form-control {
  border: 1px solid #efefef;
  border-bottom: 1px solid black !important;
  margin: auto;
}

.contact-section .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-section .submit-btn {
  background-color: #ffaa00;
  color: white;
  padding: 10px 30px 10px 30px;
  border: none;
  margin-top: 10px;
  border-radius: 5px;
  transition: 0.8s all;
}

.contact-section .container2 hr {
  width: 100%;
  height: 0.1px;
  background-color: #606060;
  margin: 0px;
}

/* contact section starts */

/* 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: 50px 0px 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;
  line-height: 22px;
}

/* 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) {
  .countdown {
    display: none;
  }

  .landing-page .theme-image img {
    width: 100%;
    max-width: 200px;
  }
}

@media (min-width: 320px) and (max-width: 700px) {
  section {
    overflow-x: hidden;
  }

  .navigation {
    background-color: #081423eb;
  }

  .navbar {
    padding: 15px;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-toggler {
    font-size: small;
  }

  header {
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 200px;
  }

  .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: center;
    position: absolute;
    left: 0%;
    right: 0;
    padding: 20px;
    margin: auto;
    gap: 15px;
  }

  .landing-page .theme .them-container {
    position: absolute;
    left: 0px;
    margin-top: 10px;
    padding: 20px;
  }

  .landing-page .theme-image {
    top: auto;
    bottom: 0px;
  }

  .landing-page .register-btns {
    margin: 10px 0px;
    gap: 10px;
  }

  .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 .theme p {
    font-size: 15px;
    padding: 0px 5px;
  }

  .landing-page .cfo img {
    max-width: 110px;
  }

  /* landing page ends */

  /* about section starts */

  .about-section h4 {
    font-size: 40px;
    z-index: 10;
    position: relative;
  }

  .about-section p {
    padding: 15px;
  }

  .numbers h3 {
    font-weight: 900;
    font-size: 45px;
    font-family: sans-serif;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 20px;
  }

  .about-section img {
    padding: 0;
  }

  /* why attend */

  .why-attend-section .why-attend-desktopImg {
    display: none;
  }

  .why-attend-section .why-attend-mobileImg {
    display: block;
  }

  /* agenda section */

  .agenda-section .agenda-table {
    width: 100% !important;
  }

  .agenda-section .agenda-table table tr .timings {
    width: 35%;
  }

  .agenda-section .agenda-table table tr .topics {
    width: 65%;
  }

  .agenda-section .agenda-table table tr td {
    font-size: 14px;
  }

  /* speakers section starts */

  .speaker-section .name-card {
    margin-top: 10px;
  }

  .speaker-section .modal-dialog .modal-body .speaker-logo {
    position: absolute;
    left: 20px;
    top: 16px;
  }

  .speaker-section .modal-dialog .modal-body {
    gap: 10px;
  }

  .speaker-section .name-card h5 {
    font-size: 13px;
  }

  .speaker-section .name-card p {
    font-size: 10px;
    margin-bottom: 5px;
  }

  /* speakers section ends */

  /* why attend */

  /* industry section */

  /* industry section */

  .industry-section {
    opacity: 1;
  }

  .industry-section ul {
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  }

  /* section 5 starts */
  .profiles p {
    margin: auto;
  }

  .profile-section {
    background-color: white;
  }

  /* section5 ends */
  /* partner section */
  .section5 .partner-section p {
    padding: 10px;
  }

  /* gallery */
  .gallery .slider {
    position: relative;
    width: 150vw;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 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 */

  .navigation {
    background-color: #010f1d;
  }

  .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-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
  }

  .landing-page .theme-image img {
    width: 100%;
    max-width: 420px;
  }

  .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 .theme p {
    font-size: 25px;
    padding: 0px 5px;
  }

  .landing-page .register {
    padding: 5px;
    margin: 5px;
  }

  /* landing page ends */

  /* speakers 2 starts */

  /* section3 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: #ffaa00;
    background-color: #eaeaea;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
  }

  .contact-section .div1 h1 {
    font-size: 35px !important;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 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;
  }
}
