* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
}

body {
  margin: 0%;
  padding: 0;
  width: 100%;
  overflow-x: hidden !important;
}

section {
  overflow-x: hidden;
}

body .container {
  max-width: 1200px;
}

h1,
h2,
h4,
h3 {
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-family: "Lora", serif;
}

p {
  font-family: "Hind Madurai", sans-serif;
}

.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;
}

.landing-page .theme {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100vh;
  color: white;
  text-align: center;
  width: 100%;
  padding: 20px;
  z-index: 3;
  margin-top: 30px;
  /* background: transparent linear-gradient(285deg, rgba(15, 11, 0, 0.210) 0%, rgb(199, 83, 0.280), rgb(49, 14, 0.280) 100%)
    0% 0% no-repeat padding-box; */
}

.landing-page .theme .them-container {
  /* position: absolute; */
  margin-top: 25px;
}

.landing-page .theme .logo {
  width: 100%;
  max-width: 410px;
  padding: 10px 0px;
}

.landing-page .theme .associated-partners {
  width: 100%;
  max-width: 550px;
  padding: 10px 0px;
}

.landing-page .theme p {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 40px;
}

.landing-page .theme p span {
  font-family: "Hind Madurai", sans-serif;
}

.landing-page .theme h2 {
  font-size: 28px;
  bottom: 20px;
  font-weight: 900;
  width: 79%;
  text-align: start;
  padding: 10px 0px;
}

.landing-page .theme h2 span {
  font-family: "Montserrat", sans-serif;
}

.landing-page .register-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.register {
  width: 100%;
  max-width: 170px;
  padding: 10px;
  border: 1px solid #f8b931;
  color: white;
  margin: 0px 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  margin: 5px 0px;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Hind Madurai", sans-serif;
}

.register:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: #f8b931;
  border: 1px solid #f8b931;
}

/* landing page ends */

/* about section starts */
.heading h1 {
  font-size: 38px;
  font-weight: 800 !important;
  letter-spacing: 2px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.small-heading h3 {
  font-size: 25px;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #ff6b35;
}

/* about-section */

.about-section {
  background: url(./images/About-Mask-bg.svg) no-repeat center/cover fixed;
  background-color: #ffffff;
  background-blend-mode: multiply;
}

.about-section .container {
  padding: 70px 0px;
}

.about-section .container .row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about-section .container .row .heading h1 {
  margin-bottom: 0px;
  color: #ff6b35;
}

.about-section .container .row .content {
  background-color: #f9f4ed;
  border-radius: 20px;
  height: 100%;
  padding: 50px;
}

.about-section p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  color: rgb(35, 35, 35);
}

.about-section .about-img {
  height: 100%;
  width: 100%;
}

.about-section .about-img img {
  width: 100%;
  height: 100%;
  margin: auto;
}

/* numbers */

.numbers {
  background: url(./images/About-Mask-bg.svg) no-repeat center/cover fixed;
  background-color: #081b10d8;
  background-blend-mode: multiply;
  text-align: center;
  padding: 40px 0px;
}

.numbers .col-lg-3 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.numbers span {
  font-weight: 900;
  font-size: 80px;
  margin-bottom: 0px;
  -webkit-text-stroke: 1.5px #ff6b35;
  color: transparent;
  font-family: "Hind Madurai", sans-serif;
}

.numbers p {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

/* about section ends */

/* into section starts */

.intro-section {
  background-color: rgba(255, 255, 255, 0.826);
  padding: 70px 0px;
}

.intro-section h1 {
  color: transparent;
  font-family: "Hind Madurai", sans-serif;
  -webkit-text-stroke: 1.7px #ff6b35;
  font-size: 105px;
  line-height: 100px;
  font-weight: 900;
}

.intro-section h5 {
  font-size: 20px;
  line-height: 32px;
}

.intro-section .row .col-lg-7 {
  background-color: #f4f4f4;
  padding: 15px 15px 20px;
  border-radius: 20px;
}

.intro-section .row .mumbai-bridge {
  position: relative;
  border-radius: 20px;
}

.intro-section .row .absolute {
  width: 97%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.intro-section .row .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: #f8b931;
  padding: 10px;
  border-radius: 10px;
  height: 100%;
}

.intro-section .row .card div {
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-section .row .card hr {
  height: 1px;
  background-color: white;
  width: 90%;
  margin: 8px 0px;
}

.intro-section .row .card p {
  font-size: 13px;
  margin-bottom: 0px;
}

.intro-section .row .col-lg-5 p {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

/* intro section ends */

/* Topics section starts */

.topics-section {
  /* padding: 60px 0px; */
  background-color: #23221e;
  position: relative;
}

.topics-section .container {
  max-width: 100%;
  height: 100%;
  padding-right: 0px;
}

.heading-content {
  color: #ebf6f6;
  font-size: 16px;
  /* line-height: 28px; */
}

.topics-section .container .row .col-lg-4 {
  padding: 80px 30px;
  background: url(./images/topics-bg-Mask.svg) no-repeat center/cover;
}

.topics-section .container .topics {
  padding: 50px;
  background: url(./images/topics-bg.jpg) no-repeat center/cover;
  /* position: absolute;
  right: 0;
  height: 100%; */
  row-gap: 20px;
}

.topics-section .container .topic {
  width: 100%;
  height: 100%;
  background-color: #23221eba;
  border: 1px solid #f9c22f;
  color: white;
  padding: 15px;
  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 60px;
}

.profiles {
  width: 100%;
  background-color: white;
}

.profiles h3 {
  position: relative;
}

.profiles .small-heading {
  padding: 0px 5px;
}

.profiles h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 35%;
  height: 1px;
  background-color: #ffffff;
}

.profiles h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35%;
  height: 1px;
  background-color: #ffffff;
}

.profiles .col-lg-7 {
  background-color: #081b10;
  border-radius: 10px;
  height: 100%;
  min-height: 50px;
  padding: 20px;
  display: flex;
  justify-content: left;
  align-items: start;
}
.profiles .col-lg-7 .col-lg-6 {
  padding: 0px;
}

.profiles p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-align: start;
  padding: 5px;
  letter-spacing: 1px;
  margin-top: auto;
  margin-bottom: auto;
  color: white;
}

.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: url(./images/attending-companies/bg-img.webp) no-repeat
    center/cover;
}

.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;
  position: relative;
  height: 100%;
  display: none;
}

.grid-section {
  padding: 70px 0px;
}

.grid-section .row {
  max-width: 85%;
  margin: auto;
  row-gap: 15px;
}

.grid-section .bg {
  position: absolute;
  top: auto;
  bottom: auto;
  width: 100%;
}

.grid-section .card {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  margin: auto;
  max-width: 95%;
  border-radius: 20px;
  height: 100%;
}

.grid-section .card hr {
  background-color: white;
  height: 2px;
  width: 50%;
}

.grid-section .card h4 {
  font-size: 22px;
  margin-bottom: 0px;
}

.grid-section .card p {
  font-size: 15px;
  margin-bottom: 0px;
}

.grid-section .red {
  background-color: #ff6b35;
  color: white;
}

.grid-section .yellow {
  background-color: #f9c22e;
}

.grid-section .green {
  background-color: #5c9f4e;
  color: white;
}

/* time spent ends */

/* why-attend-section starts */

.why-attend {
  padding: 70px 0px;
  background: url(./images/why-attend-bg.webp) no-repeat center/cover;
}

.why-attend .row {
  row-gap: 30px;
}

.why-attend .big-img {
  position: relative;
}

.why-attend .big-img img {
  border-radius: 20px;
}

.why-attend .big-img div {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  height: 100%;
  margin-bottom: 0px;
  padding: 20px;
  background-image: linear-gradient(
    to top,
    #ff6b35 5%,
    transparent,
    transparent
  );
  color: white;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.why-attend .big-img div p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
}

.why-attend .card {
  height: 100%;
  border: none;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.why-attend .card:hover {
  box-shadow: -24px 19px 22px -8px rgba(0, 0, 0, 0.1);
}

.why-attend .yellow {
  background-color: #f8b931;
  color: black;
}

.why-attend .card h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.why-attend .card p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}

/* why-attend-section ends */

/* speakers section starts */
.speaker-section {
  padding: 70px 0px;
}

.speaker-section .container {
  border-radius: 10px;
}

.speaker-section .modal-dialog {
  width: 100%;
  max-width: 700px;
}

.speaker-section .img-card {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  box-shadow: 1px 1px 10px 2px #0000002e;
  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: 1px 1px 10px 2px #0000002e;
  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 */

/* why-partner section */

.why-partner {
  padding: 90px 0px;
  background-color: #000000;
}

.why-partner .why-partner-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.why-partner,
.why-partner-section,
.row {
  overflow: visible !important;
}

.why-partner .why-partner-section .heading {
  position: sticky;
  top: 80px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.why-partner .why-partner-section .heading h1 {
  color: #ff6b35;
}

.why-partner .why-partner-section .heading h5 {
  color: #ffeee7;
}

.why-partner .why-partner-section .side-img2 {
  max-width: 300px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.why-partner .why-partner-section .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.why-partner .why-partner-section .div {
  position: relative;
  width: 100%;
  height: 100%;
}

.why-partner .why-partner-section .div img {
  background: #1c3654 0% 0% no-repeat padding-box;
  border-radius: 15px;
  box-shadow: 0px 3px 70px #00000047;
}

.why-partner .why-partner-section .div span {
  font-size: 22px;
  font-weight: bold;
}

.why-partner .why-partner-section .div p {
  font-size: 15px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.why-partner .why-partner-section .div .content {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, #5c9f4e);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px 20px;
  color: white;
}

.why-partner .why-partner-section .div .content h4 {
  font-weight: bold;
  margin-bottom: 0px;
}

.why-partner .why-partner-section .div .content p {
  font-size: 15px;
  line-height: 20px;
}

/* why-partner ends */

/* partners 2025 starts */

.partners-2025 {
  padding: 70px 0px;
  /* background-color: #f9f9f9;
  background: url(./images/connect-vector-Mask.svg) no-repeat center/cover fixed; */
  background-blend-mode: mixed;
}

.partners-2025 .vector-img1 {
  position: absolute;
  right: 0px;
  max-width: 250px;
}

.partners-2025 h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0px 18px;
}

.partners-2025 .gold-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}

.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 .exhibiting-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 20px;
}

.partners-2025 .exhibiting-partners .partner-logo {
  position: relative;
  width: 200px;
  height: 120px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2025 .networking-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}

.partners-2025 .networking-partners .partner-logo {
  position: relative;
  width: 200px;
  height: 120px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2025 .association-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}

.partners-2025 .association-partners .partner-logo {
  width: 190px;
  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-2025 .media-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.partners-2025 .media-partners .partner-logo {
  position: relative;
  width: 190px;
  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 */

/* venue */

.venue-section {
  padding: 40px 0px;
  background-color: #f9f9f9;
}

.venue-section .twoColumnBox {
  width: 100%;
  padding: 10px;
}

.venue-section .fontBentonSansRegular h4 {
  font-size: 18px;
  font-weight: bold;
}

.venue-section .fontBentonSansRegular p {
  margin-bottom: 0px;
}

.venue-section iframe {
  width: 100%;
  max-width: 700px;
  height: 430px;
  margin: auto;
}

/* news section starts */
.news-container {
  padding: 70px 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 {
  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: #ff6b35;
  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/why-attend-bg.webp) no-repeat top/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: 180px;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .navbar-toggler {
    font-size: small;
  }

  .nav-font-size {
    font-size: 12px !important;
    line-height: 18px;
  }

  header {
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .heading h1 {
    font-size: 28px;
  }

  .small-heading h3 {
    font-size: 20px;
  }

  /* landing page */

  .landing-page {
    height: 100vh;
  }

  .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;
    width: 100%;
  }

  .landing-page .theme h2 {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
    padding: 5px 0px;
  }

  .landing-page .register-btns {
    margin: 10px 0px;
    gap: 10px;
  }

  .landing-page .theme p {
    font-size: 15px;
    padding: 0px 5px;
    margin-bottom: 0px;
    line-height: 22px;
  }

  .register {
    font-size: 11px;
    padding: 10px 3px;
  }

  /* landing page ends */

  /* intro section starts */

  .intro-section .row .absolute {
    position: relative;
    margin: auto;
    top: -30px;
  }

  .intro-section h1 {
    font-size: 32px;
    line-height: normal;
  }

  .intro-section .row .col-lg-5 p {
    text-align: center;
  }

  /* 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;
  }

  .numbers h3 {
    font-size: 45px;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 15px;
  }

  .about-section img {
    padding: 15px 0px;
  }

  .about-section .container .row .content {
    padding: 15px;
  }
  /* Topics */

  .topics-section .container .topics {
    position: static;
  }

  .topics-section .container .row .col-lg-4 {
    padding: 70px 15px;
  }

  .topics-section .container .topics {
    padding: 40px 10px;
    margin: auto;
  }

  /* section 5 starts */
  .profiles p {
    font-size: 14px;
  }

  .profile-section {
    background-color: white;
  }

  .profiles .col-lg-7 {
    padding: 30px 15px;
  }

  .profiles h3::before {
    width: 25%;
  }

  .profiles h3::after {
    width: 25%;
  }

  /* why attend section */
  .why-attend .big-img div p {
    font-size: 13px;
    line-height: 17px;
    padding: 0px;
  }

  .why-attend .row .col-lg-6 {
    padding: 0px;
  }

  .why-attend .card h5 {
    font-size: 20px;
  }

  /* 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 .div1 .row .industry {
    padding: 0px;
  }

  /* grids */
  .grid-section .container .row {
    max-width: 100%;
  }

  .grid-section .card {
    max-width: 100%;
    padding: 15px;
  }

  /* why partners starts */
  .why-partner .why-partner-section .heading {
    position: static;
  }

  .why-partner .why-partner-section .div .content {
    padding: 10px;
  }

  .why-partner .why-partner-section .div .content h4 {
    font-size: 18px;
  }

  .why-partner .why-partner-section .div .content p {
    font-size: 13px;
    line-height: 17px;
  }

  .why-partner .why-partner-section .content-wrapper {
    row-gap: 15px;
  }

  .why-partner .why-partner-section .col-lg-6 {
    padding: 0px;
  }

  /* why partners  ends */
  /* 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 {
    height: 60vh;
  }

  .landing-page .theme {
    height: 100%;
    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 .logo {
    width: 100%;
    max-width: 400px;
    padding: 10px 0px;
  }

  .landing-page .theme h2 {
    font-size: 16px;
    padding: 5px 0px;
  }

  /* 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 img {
    width: 100%;
    max-width: 300px;
  } */

  .about-section .container .row .content {
    padding: 15px;
  }

  .numbers h3 {
    font-size: 35px;
  }

  .numbers h5 {
    font-size: 18px;
  }

  /* grid section */
  .grid-section .row {
    max-width: 100%;
  }

  .grid-section .card {
    padding: 15px;
  }

  .grid-section .card h4 {
    font-size: 18px;
  }

  .grid-section .card p {
    line-height: normal;
  }

  /* speakers 2 starts */

  /* section3 ends */

  /* section4 attendees section starts */

  .attendees-section .attendees {
    width: 100%;
    margin-left: auto;
    padding: 20px;
  }

  .why-partner .why-partner-section .heading {
    position: static;
  }

  /* venue-section iframe */
  .venue-section iframe {
    height: 300px;
  }

  /* 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;
  }
}
