* {
  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;
}

@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;
}

.nav-container .logo img {
  width: 100%;
  width: 250px;
}

.nav-font-size {
  font-size: 12px;
  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: #f58220 !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(./images/background-image.webp) no-repeat center/cover;
}

.landing-page video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  /* filter: blur(100%); */
}

.landing-page .theme {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100vh;
  color: white;
  text-align: center;
  width: 100%;
  max-width: 100%;
  min-width: 260px;
  margin: auto;
  padding: 20px;
  z-index: 3;
  background: transparent linear-gradient(286deg, #01476074 0%, #013026fe 100%)
    0% 0% no-repeat padding-box;
  opacity: 1;
}

.landing-page .theme .them-container {
  /* position: absolute; */
  margin-top: 25px;
}

.landing-page .theme .logo {
  width: 100%;
  max-width: 480px;
  padding: 10px 0px;
}

.landing-page .theme .associated-partners {
  width: 100%;
  max-width: 400px;
  padding: 10px 0px;
}

.landing-page .theme .date-place {
  width: 100%;
  max-width: 480px;
  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: 10px;
}

.register {
  width: 100%;
  max-width: 170px;
  padding: 10px;
  border: 2px solid #a1ce3f;
  color: white;
  margin: 0px 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
  transition: all 0.3s;
}

.register:hover {
  text-decoration: none;
  color: white;
  background-color: #a1ce3f;
  border: 1px solid #a1ce3f;
}

/* 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: #a1ce3f;
}

/* why riyadh starts */
.why-riyadh {
  padding: 60px 0px 20px;
  /* background: url(./images/why-riyadh-BG.png) no-repeat center/cover; */
}

.why-riyadh h4 {
  font-size: 38px;
  font-weight: 900;
  font-family: "Publico" !important;
}

.why-riyadh .content {
  color: rgb(18, 18, 18);
  /* padding: 50px 20px; */
}

.why-riyadh .content img {
  width: 100%;
  max-width: 350px;
}

.why-riyadh .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-riyadh .content p {
  font-size: 16px;
  line-height: 20px;
}

/* why riyadh ends */

.about-section {
  padding: 50px 0px 20px;
  background-color: #ffffff;
}

.about-section .container {
  position: relative;
}

.about-section .inner-container {
  background-color: #014760;
  width: 85%;
  height: 100%;
  margin-right: auto;
  padding: 20px 80px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
}

.about-section p {
  width: 75%;
  font-size: 16px;
  line-height: 20px;
  font-family: "AvenirLTStd";
  color: rgb(255, 255, 255);
}

.about-section .about-img {
  position: absolute;
  right: 10px;
  top: 40px;
  bottom: 50px;
}

.about-section .about-img img {
  width: 100%;
  max-width: 400px;
}

/* numbers */

.numbers {
  text-align: center;
  background-color: white;
  padding: 40px 0px 50px;
}

.numbers .col-lg-3 div {
  background-color: #000230;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  border-radius: 15px;
}

.numbers h3 {
  font-weight: 400;
  font-size: 54px;
  font-family: sans-serif;
  color: #a1ce3f;
}

.numbers h5 {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-transform: lowercase;
  text-align: start;
  padding-left: 10px;
}

/* about section ends */

/* Topics section starts */

.topics-section {
  padding: 60px 0px;
  background: url(./images/Topic-BG.png) no-repeat center/cover fixed;
}

.heading-content {
  color: #ebf6f6;
  font-size: 16px;
  /* line-height: 28px; */
}

.topics-section .container .col-12 {
  margin: 5px auto;
}

.topics-section .container .topic {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #80a633, transparent);
  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-6 {
  background: transparent linear-gradient(165deg, #ffffff 0%, #dcdce2 100%) 0%
    0% no-repeat padding-box;
  /* max-width: 390px; */
  border-radius: 4px;
  height: 100%;
  min-height: 50px;
  display: flex;
  justify-content: left;
  align-items: start;
}

.profiles p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 900;
  text-align: start;
  padding: 5px;
  letter-spacing: 1px;
  margin-top: auto;
  margin-bottom: auto;
}

.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/Target-Industries.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 */

.attending-companies {
  padding: 60px 0px;
  background-color: #f3f5f3;
}

.blog_section .blog_content .blog_item {
  width: 150px !important;
  margin-bottom: 30px;
  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: 80% !important;
}

.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}

.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}

.blog_section .blog_content .blog_item .blog_image img {
  transition: transform 0.5s ease-in-out;
}

.owl-nav {
  display: none;
}

/*  */

/* time spent starts */

.time-spent {
  padding: 70px 0px;
  background-color: white;
}

.time-spent .content p {
  font-size: 15px;
  line-height: 20px;
  min-height: 130px;
  width: 100%;
  border: 1px solid;
  background-color: #cbbd9317;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

/* time spent 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 #f58220;
  font-family: sans-serif;
  padding: 0px 5px;
}

.why-attend-section .row h4 span {
  color: #f58220 !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 */

/* speakers section starts */
.speaker-section {
  padding: 70px 0px;
}

.speaker-section .container {
  padding: 20px 30px;
  border-radius: 10px;
}

.speaker-section .modal-dialog {
  width: 100%;
  max-width: 700px;
}

.speaker-section .img-card {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  background: url(./images/speakers/speakers-bg.png) no-repeat center/cover;
}

.speaker-section .name-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  background-color: white;
  color: rgb(0, 0, 0);
  width: 100;
  min-height: 115px;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}

.speaker-section .name-card h5 {
  color: #107e57;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.speaker-section .name-card p {
  font-size: 12px;
  margin-bottom: 5px;
}

.speaker-section .col-lg-3 .pluse {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: #16db9361;
}

.speaker-section .mic {
  background-color: white;
  border: 2px solid #ce3032;
  border-radius: 20px;
  padding: 5px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: -10px;
}

/* speakers section ends */

/* section 5 starts */
/* partners section */
.section5 {
  padding: 50px 0px;
  /* background: url(./images/background-img.webp) no-repeat center/cover fixed; */
  background-color: #fffafc;
  color: rgb(0, 0, 0);
}

.section5 .partner-section p {
  font-size: 18px;
}

.section5 .why-partner-section {
  padding: 20px 0px;
}

.section5 .why-partner-section img {
  max-width: 130px;
  display: flex;
  margin: auto;
}

.section5 .why-partner-section .div {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 3px 20px #95959547;
  text-align: center;
}

.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 2025 starts */

.partners-2025 {
  padding: 50px 0px;
  /* background-color: #F8F8F8; */
}

.partners-2025 h4 {
  font-size: 25px;
  font-weight: 700;
}

.partners-2025 .gold-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 60px;
  padding: 0px 0px 20px;
}

.partners-2025 .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-2025 .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-2025 .exhibiting-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 60px;
  padding: 0px 0px 20px;
}

.partners-2025 .exhibiting-partners .partner-logo {
  position: relative;
  width: 220px;
  height: 145px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2025 .media-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0px 0px 20px;
}

.partners-2025 .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 2025 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);
}

/* gallery ends */

/* news section starts */
.news-container {
  padding: 60px 0px;
  background-color: #f3f5f3;
}

.news-container .big-news {
  flex: 2;
  position: relative;
  overflow: hidden;
}

.news-container .big-news img {
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.5s ease-in-out;
}

.news-container .news-content {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #014760;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  border-radius: 10px;
}

.news-container .news-content h2,
.news-container .news-content h4 {
  margin: 0;
}

.news-container .news-content h2 {
  font-size: 20px;
  font-weight: bold;
}

.news-container .news-content h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.news-container .news-content p {
  margin: 10px 0 20px;
  font-size: 13px;
}

.news-container .read-more {
  align-self: start;
  padding: 5px 20px;
  background-color: #a1ce3f;
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
}

.small-news-grid {
  border: 1p solid;
  /* gap: 20px; */
  row-gap: 20px;
  margin: auto;
}

.news-container .news-card {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.news-container .news-card a {
  color: black;
}

.news-container .news-card img {
  width: 100%;
  border-radius: 10px;
}

.news-container .news-card h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}

.news-container .date {
  font-size: 10px;
  margin: 5px 0;
  text-align: left;
}

/* news section ends */

/* section 8 , clients-section */

.section8 {
  padding: 70px 0px;
  background-color: #0e0e0e;
}

.clients-section {
  background: url(./images/background-image.webp) no-repeat center/cover;
}

/*  */

#myButton {
  background-color: #f58220;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
}

/* FAQ Section */

.FAQ {
  padding: 90px 0px 30px;
}

.FAQ .card {
  margin: 13px 0px;
}

.FAQ .card .card-header {
  background-color: white !important;
  border: 1px solid rgb(180, 179, 179);
  transition: background-color 0.3s;
  padding: 8px 20px;
}

.FAQ .card .card-header:active {
  background-color: #f58220;
}

.FAQ .card .card-body {
  background-color: rgb(241, 241, 241);
}

.FAQ .card .card-body p {
  margin-bottom: 0px;
}

.FAQ h5 .btn {
  text-decoration: none;
  border: none;
  outline: none;
  color: black;
  font-weight: 600;
  padding: 10px 0px;
  width: 100%;
  text-align: left;
}

.FAQ h5 .btn:hover {
  color: black;
  text-decoration: none !important;
  outline: none !important;
}

.FAQ h5 .btn.dropdown-item:active {
  border: 1px solid pink;
}

/* FAQ Section */

/* 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: #0e0e0eaf;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-toggler {
    font-size: small;
  }

  .nav-font-size {
    font-size: 12px !important;
  }

  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: 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;
  }

  .register {
    font-size: 11px;
    padding: 10px 3px;
  }

  /* landing page ends */

  /* about section starts */

  .about-section h4 {
    font-size: 40px;
    z-index: 10;
    position: relative;
  }

  .about-section .about-img {
    position: static;
  }

  .about-section .inner-container {
    background-color: #014760;
    width: 100%;
    height: 100%;
    margin-right: auto;
    padding: 20px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .about-section p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-family: "AvenirLTStd";
    color: rgb(255, 255, 255);
  }

  .numbers h3 {
    font-size: 45px;
    font-family: sans-serif;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 20px;
  }

  .about-section img {
    padding: 15px 0px;
  }

  .gatiShakti {
    width: 90% !important;
  }

  /* Topics */

  .topics-section .container .col-12 {
    padding: 0px !important;
  }

  /* section 5 starts */
  .profiles p {
    font-size: 14px;
  }

  .profile-section {
    background-color: white;
  }

  /* why attend */

  .why-attend-section .why-attend-desktopImg {
    display: none;
  }

  .why-attend-section .why-attend-mobileImg {
    display: block;
  }

  /* speakers section starts */

  .speaker-section {
    padding: 30px 0px;
  }

  .speaker-section .name-card {
    margin-bottom: 30px;
  }

  .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 {
    opacity: 1;
  }

  .industry-section ul {
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  }

  /* section5 ends */
  /* partner section */
  .section5 .partner-section p {
    padding: 10px;
  }

  /* gallery */
  .gallery .slider {
    position: relative;
    width: 150vw;
  }

  /* News */
  .small-news-grid .col-lg-6 {
    padding-left: 0;
    padding-right: 0px;
  }

  .news-container .date {
    margin-top: 10px;
  }

  .news-container .news-content h2 {
    font-size: 16px;
  }

  .news-container .news-content h4 {
    font-size: 15px;
  }

  .news-container .news-card h3 {
    font-size: 12px;
  }

  /* footer section */
  .footer-section {
    position: relative;
    background: url(./images/x_footer.svg) no-repeat right;
    background-color: #0c0c0c;
    background-blend-mode: soft-light;
    color: white;
  }

  .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;
  }

  .navbar {
    padding: 15px;
  }

  .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;
  }

  .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 ends */

  /* about section */
  .about-section .inner-container {
    background-color: #014760;
    width: 100%;
    height: 100%;
    margin-right: auto;
    padding: 20px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .about-section .about-img {
    position: absolute;
    right: 10px;
    top: 20%;
  }

  .about-section p {
    width: 60%;
  }

  .about-section .about-img img {
    width: 100%;
    max-width: 300px;
  }

  .numbers h3 {
    font-size: 35px;
  }

  .numbers h5 {
    font-size: 18px;
  }

  /* 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%;
  }

  /* 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;
  }
}
