* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1440px;
    padding: 0px 40px;
  }
}

section {
  overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
  height: 100vh;
  background: url(./images/CFO-StraTech-riyadh-2026-banner.webp) no-repeat
    center/cover;
}

h1 {
  text-transform: uppercase;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Manrope", sans-serif;
  opacity: 0.8;
}

.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-nav li a:hover {
  border-bottom: 2px solid #fea81e;
}

.nav-active {
  background-color: #000000;
  color: white !important;
}

.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: #fea81e !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  position: relative;
}

.landing-page .theme {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100vh;
  color: white;
  width: 100%;
  max-width: 100%;
  min-width: 260px;
  margin: auto;
  padding-top: 30px;
  z-index: 3;
}

.landing-page .theme .logo {
  /* width: 100%; */
  max-width: 30vw;
  padding: 15px 0px;
  margin-top: 30px;
}

.landing-page .theme .date-place {
  color: #ffffffa6;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.landing-page .theme .date-place i {
  color: #00f8a2;
  font-size: 20px;
}

.landing-page .theme .theme-container h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
}

.landing-page .register-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin: 15px 0px;
}

.register {
  width: 100%;
  max-width: 180px;
  padding: 10px 3px;
  border: 1px solid #ffffff;
  color: white;
  margin: 0px 20px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
  transition: all 0.5s;
}

.register:hover {
  text-decoration: none;
  color: #000000;
  background-color: #00f8a2;
}

.landing-page .banner-video {
  background-image: linear-gradient(to bottom, #c38e39, transparent);
  border-radius: 20px;
  padding: 0px;
}

.landing-page .banner-video video {
  width: 100%;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: -10px;
  background: url(./images/video-thumbnail.png) no-repeat center/cover;
}

/* landing page ends */

/* Headings */

.heading {
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
}

.heading span {
  font-size: 32px;
  font-weight: 400;
  color: #fea81e;
}

.heading h1 {
  font-size: 32px;
  font-weight: 700;
}

/* numbers */

.numbers {
  padding: 60px 0px;
  text-align: center;
  background-color: #000000;
}

.numbers .container {
  background: url(./images/numbers-bg.svg) no-repeat center/cover;
  padding: 50px;
  border-radius: 20px;
}

.numbers .row div {
  display: flex;
}

.numbers .row {
  row-gap: 30px;
}

.numbers img {
  width: 100%;
  max-width: 250px;
}

/* numbers */

/* why KSA starts */
.why-KSA {
  padding: 70px 0px;
  background: url(./images/why-ksa-BG.webp) no-repeat center/cover;
}

.why-KSA .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: start;
  margin: auto;
  margin-bottom: 10px;
}

.why-KSA .heading span {
  text-align: start !important;
  width: 35%;
}

.why-KSA .heading h1 {
  text-align: start !important;
  width: 35%;
}

.why-KSA .content {
  color: rgb(18, 18, 18);
}

.why-KSA .content img {
  width: 100%;
  max-width: 350px;
}

.why-KSA .content p {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.8;
}

.why-KSA .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* why KSA ends */

/* first div ends */

.about-section {
  padding: 70px 0px;
  background: url(./images/About-section-bg.webp) no-repeat center/cover;
}

.about-section .heading h1 {
  color: #ffffff !important;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
}

.about-section .KSA-img img {
  max-width: 90%;
}

/* about section ends */

/* .grid-section starts */

.grid-section {
  padding: 70px 0px;
}

.grid-section .container .row .grids {
  background: url(./images/grids.png) no-repeat center/cover;
  max-width: 300px;
  height: 100%;
  padding: 25px;
  color: white;
  border-radius: 20px;
  margin: auto;
}

.grid-section .container .row .grids h5 {
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.grid-section .container .row .grids h5::before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 2px solid #fea81e;
  height: 100%;
}

.grid-section .container .row .grids p {
  margin-bottom: 0px;
}

/* .grid-section ends */

/* Topics section starts */

.topics-section {
  padding: 70px 0px;
  background: url(./images/Topics-bg.webp) no-repeat center/cover;
}

.topics-section .container .topics {
  row-gap: 30px;
}

.topics-section .container .topic {
  background-color: #002a32af;
  width: 100%;
  margin: auto;
  color: white;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 5px;
  border: 1px solid #00f8a182;
  padding: 10px;
  height: 100%;
}

.topics-section .container .topics .number {
  width: 100%;
  max-width: 60px;
}

.topics-section .container .topics p {
  margin-bottom: 0px;
  font-size: 16px;
  position: relative;
  padding-top: 10px;
}

.topics-section .container .topics p::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 1px solid #fea81e;
  width: 50px;
  margin-bottom: 10px;
}

/* Topics section ends */

/* Profiles section */

.profiles {
  padding: 70px 0px;
  width: 100%;
}

.profiles .col-lg-12 {
  background: transparent linear-gradient(135deg, #550309 75%, #000000 100%) 0%
    0% no-repeat padding-box;
  box-shadow: inset -10px 4px 16px #00000075;
  max-width: 390px;
  border-radius: 4px;
  margin: 10px auto;
}

.profiles ul {
  padding-left: 30px;
}

.profiles ul li {
  font-weight: bold;
  font-size: 16px;
}

.profiles ul li::marker {
  color: #fea81e;
  font-size: 30px;
}

/* Pofiles-section ends */

/* industry-section */
.industry-section {
  padding: 70px 0px;
  background: url(./images/Industries-bg.webp) no-repeat center/cover;
}

.industry-section .div1 .row {
  margin: auto;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.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: 180px;
}

/* industry-section ends */

/* Attending companies */

.attending-companies {
  padding: 70px 0px;
}

.attending-companies .companies_content {
  background-color: #f2f2f2;
  padding: 20px;
}

.attending-companies .companies_content .company_div {
  width: 170px !important;
  margin-bottom: 0px;
  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;
}

.attending-companies .companies_content .company_div:hover .company_image img {
  transform: scale(1.1);
}

.attending-companies .companies_content .company_div .company_image {
  overflow: hidden;
  padding: 0;
}

.attending-companies .companies_content .company_div .company_image img {
  transition: transform 0.5s ease-in-out;
}

.owl-nav {
  display: none;
}

/* AES-section starts */

.AES-section {
  padding: 70px 0px;
  background: url(./images/AES-bg.webp) no-repeat center/cover;
}

.AES-section .container {
  margin: auto;
}

.AES-section .row .nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.AES-section .row .nav-link {
  border: 1px solid #ffffff4a;
  border-radius: 20px;
  background-color: transparent;
  text-transform: uppercase;
  padding: 10px 35px;
  font-weight: bold;
}

.AES-section .row .nav-link.active {
  background-color: #06f7f771;
}

.AES-section .row #pills-attend-tab {
  color: #00f8a2;
}

.AES-section .row #pills-attend h5 {
  color: #00f8a2;
}

.AES-section .row #pills-attend a {
  background-color: #00f8a2;
}

.AES-section .row #pills-exhibit-tab {
  color: #fea81e;
}

.AES-section .row #pills-exhibit h5 {
  color: #fea81e;
}

.AES-section .row #pills-exhibit a {
  background-color: #fea81e;
}

.AES-section .row #pills-speak-tab {
  color: #ffffff;
}

.AES-section .row #pills-speak h5 {
  color: #ffffff;
}

.AES-section .row #pills-speak a {
  background-color: #ffffff;
}

.AES-section .row h5 {
  font-weight: 600;
  margin: 25px 0px;
}

.AES-section .row p {
  color: #ffffff;
}

.AES-section .row a {
  font-size: 14px;
  color: #000000;
  padding: 10px 15px;
  text-transform: uppercase;

  font-weight: 500;
  border: none;
}

.AES-section .row img {
  max-width: 90%;
  display: flex;
  margin: auto;
}

/* AES-section ends */

/* speakers section starts */
.speaker-section {
  padding: 70px 0px;
  background-color: #ffffff;
}

.speaker-section .col-lg-3 {
  margin: 15px 0px;
  position: relative;
  padding: 0px 20px;
}

.speaker-section .col-lg-3 span {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 8px;
  margin: auto;
  width: 40px;
  height: 6px;
  border-radius: 5px;
  border: 2px solid black;
}

.speaker-section .name-card {
  text-align: center;
  padding: 10px 10px 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-bottom: none;
}

.speaker-section .name-card h5 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.speaker-section .name-card p {
  font-size: 14px;
  margin-bottom: 0px;
}

.speaker-section .img-card {
  background: url(./images/speakers/speaker-bg.png) no-repeat center/cover;
  border-radius: 0px;
}

.speaker-section .col-lg-3 .pluse {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: #16db9361;
}

/* speakers section ends */

/* why-partner-section starts */

.why-partner-section {
  padding: 90px 0px;
  background-color: #000000;
}

.why-partner-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.why-partner-section,
.row {
  overflow: visible !important;
}

.why-partner-section .heading p {
  color: #ffffff;
  font-size: 18px;
}

.why-partner-section .row {
  margin: auto;
}

.why-partner-section .content-wrapper {
  display: flex;
}

.why-partner-section .div {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #e7f200;
  border-radius: 15px;
}

.why-partner-section .div img {
  background: #1c3654 0% 0% no-repeat padding-box;
  border-radius: 15px;
  box-shadow: 0px 3px 70px #00000047;
}

.why-partner-section .div span {
  font-size: 22px;
  font-weight: bold;
}

.why-partner-section .div p {
  font-size: 15px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.why-partner-section .div .content {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, #000000);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px 15px;
  color: white;
  border-radius: 15px;
}

.why-partner-section .div .content h4 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
}

/* why-partner ends */

/* partners-video-section starts */

.partners-video-section {
  padding: 60px 0px;
  background-color: #f3f5f3;
}

.partners-video-section .btn {
  padding: 0px;
}

.partners-video-section .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  padding: 0px;
}

.partners-video-section button.close {
  background-color: #000000;
  border-radius: 50%;
  color: white;
}

.modal-header .close {
  margin: auto;
}

/* partners-video-section ends */

/* partners 2026 starts */

.partners-2026 {
  padding: 60px 0px;
  /* background-color: #F8F8F8; */
}

.partners-2026 h4 {
  font-size: 22px;
  font-weight: 600;
}

.partners-2026 .gold-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
  /* padding: 0px 35px; */
}

.partners-2026 .partner-logo {
  width: 100%;
  width: 250px;
  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-2026 .association-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}

.partners-2026 .association-partners .partner-logo {
  position: relative;
  width: 250px;
  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-2026 .media-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.partners-2026 .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 2026 ends */

/* venue */

.venue-section {
  padding: 60px 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: 390px;
  margin: auto;
}

/* 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: #0d150c;
  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: 15px;
  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: #fea81e;
  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 */
/* recent-editions starts */

.recent-editions {
  padding: 60px 0px;
  background-color: #f9f9f9;
}

.recent-editions .row .events-tiles .event-card {
  box-shadow: 0px 0px 10px 2px rgb(210, 210, 210);
  border-radius: 20px;
}

.event-card {
  background-color: white;
  border-radius: 10px;
  width: 95%;
  margin: auto;
}

.row .events-tiles img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgb(0, 0, 0);
}

.event-card .details {
  padding: 15px 15px;
}

.event-card .details h5 {
  font-size: 16px;
  font-weight: bold;
}

.event-card .details p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

.event-card .details p b {
  font-size: 10px !important;
  text-transform: uppercase;
}

.event-card .details a {
  background-color: #061a40;
  padding: 7px 20px;
  border-radius: 8px;
  font-size: 12px;
  color: white;
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* recent-editions ends */

/* gallery section starts */
.gallery {
  padding: 60px 0px 70px;
}

.gallery .slider {
  position: relative;
  width: 95vw;
  overflow: hidden;
  margin: auto;
  box-shadow: 2px 0px 5px 1px rgba(128, 128, 128, 0.524) inset;
}

.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 */

/* clients section */

.section8 {
  padding: 70px 0px;
  background: url(./images/bg-design.svg) no-repeat right/center;
  background-color: #0d150c;
}

.client-section {
  padding: 70px 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: #38785d;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
}

#myButton2 {
  background-color: #38785d;
  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 {
  padding: 70px 0px 30px;
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.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 (min-width: 320px) and (max-width: 700px) {
  section {
    overflow-x: hidden;
  }

  .navigation {
    background-color: #000000;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }

  .navbar-toggler {
    font-size: small;
  }

  header {
    width: 100%;
  }

  .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }

  .nav-font-size {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
  }

  .heading h1 {
    font-size: 28px;
    font-weight: 800;
  }

  .small-heading h3 {
    font-size: 20px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  /* landing page */

  .landing-page .theme {
    height: 100vh;
    padding: 20px 0%;
    left: 0%;
    padding: 20px 10px;
  }

  .landing-page .theme .logo {
    width: 100%;
    max-width: 300px;
    padding: 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: 800;
    text-align: center;
    border-radius: 10px;
  }

  .landing-page .theme .theme-container h2 {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .landing-page .theme .theme-container h2 span {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .landing-page .register {
    padding: 5px;
    font-size: 12px;
  }

  .landing-page .register-btns {
    gap: 0px;
    margin: 10px 0px;
  }

  .landing-page .theme .theme-container h5 {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    gap: 10px;
  }

  .landing-page .side-design img {
    width: 100%;
    max-width: 100px;
  }

  .landing-page .theme p {
    font-size: 13px;
    line-height: 24px;
  }

  .landing-page .banner-video {
    display: none;
  }

  /* landing page ends */

  /* why KSA */
  .why-KSA {
    padding: 70px 0px;
  }

  .why-KSA h4 {
    font-size: 32px;
    font-weight: 900;
  }

  /* numbers */
  .numbers {
    padding: 0px;
  }

  .numbers .container {
    padding: 25px 0px;
    border-radius: 0;
  }

  /* about section starts */

  .about-section h4 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: auto;
  }

  .about-section img {
    width: 100%;
    max-width: 300px;
  }

  .about-section iframe {
    position: static !important;
    margin-bottom: auto !important;
  }

  /* why attend */

  /* why KSA */
  .why-KSA .heading span {
    width: 100%;
  }

  .why-KSA .heading h1 {
    width: 100%;
  }

  /* topics starts */

  .topics-content img {
    transform: rotate(90deg);
    max-width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -100px;
  }

  .topics-section .topics {
    margin-top: 70px !important;
    row-gap: 5px;
  }

  /* topics starts */

  .AES-section .why-attend-desktopImg {
    display: none;
  }

  .AES-section .why-attend-mobileImg {
    display: block;
  }

  .AES-section .row .nav-link {
    padding: 10px 15px;
  }

  /* attending companies section starts */
  .blog_section .companies_content .company_div {
    width: 120px;
  }

  .owl-carousel .owl-item img {
    width: 60% !important;
  }

  /* speakers section ends */

  /* partner section */
  .partners-2026 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  /* industry section */

  .industry-section {
    padding: 60px 0px;
    opacity: 1;
  }

  .industry-section .div1 .row {
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  }

  /* section 5 starts */
  .profiles p {
    margin: auto;
  }

  /* section5 ends */
  /* partner section */
  .why-partner-section .div .content {
    padding: 10px;
  }

  .why-partner-section .div .content h4 {
    font-size: 10px;
  }

  .why-partner-section .div p {
    font-size: 11px;
  }

  .partners-2026 .media-partners {
    gap: 9px;
  }

  /* gallery */
  .gallery {
    padding: 10px 0px 40px;
  }

  /* 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: 16px;
  }

  .news-container .news-card h3 {
    font-size: 12px;
  }

  /* venue */
  .venue-section .twoColumnBox {
    padding: 0px;
  }

  /* footer section */

  .footer-section {
    background-position: right;
  }

  .footer-section .container {
    padding: 70px 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: #0d150c;
  }

  .nav-container {
    margin-left: 0px !important;
  }

  .nav-container .nav-item {
    padding: 0px 5px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
  }

  /* landing page */

  .landing-page .theme {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 25px;
  }

  .landing-page .date-place {
 font-size: 18px;
  }

  .landing-page .theme .theme-container h2{
    font-size: 18px;
    line-height: 24px;
  }

  .landing-page .theme .theme-container h2 span{
    font-size: 18px !important;
    line-height: 24px;
  }

  .landing-page .theme p {
    font-size: 25px;
    padding: 0px 5px;
  }

  /* landing page ends */

  /* numbers */
  .numbers {
    padding: 0px;
  }

  .numbers .container {
    padding: 25px 0px;
    border-radius: 0;
  }

  /* why KSA */
  .why-KSA {
    padding: 70px 0px;
    background: url(./images/why-ksa-BG.webp) no-repeat right / cover;
  }

  .why-KSA .heading span {
    width: 100%;
  }

  .why-KSA .heading h1 {
    width: 100%;
  }

  /* about page */
  .about-section h4 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: auto;
  }

  .grid-section .container .row .grids {
    padding: 20px 10px;
  }

  /* topics */
  .topics-section .container .topics {
    padding: 0px 10px;
  }

  /*  */
  .industry-section .div1 .row {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }

  /* speakers 2 starts */

  /* section4 attendees section starts */

  .owl-carousel .owl-item img {
    width: 90% !important;
  }

  /*why partner section */
  .why-partner-section .div .content {
    padding: 10px;
  }

  .why-partner-section .div .content h4 {
    font-size: 10px;
  }

  .why-partner-section .div p {
    font-size: 12px;
    opacity: 1;
  }

  /* partners section */
  .partners-2026 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  .partners-2026 .partner-logo {
    width: 100%;
    max-width: 300px;
  }

  /* recent editions section */
  .recent-editions .row .events-tiles .event-card {
    width: 100%;
  }

  /* footer section */
  .footer-section .container {
    padding: 70px 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;
  }
}
