* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Hind Madurai", sans-serif;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1200px;
}

section {
  overflow-x: hidden;
}

body.loading {
  overflow: hidden;
}

header {
  width: 100%;
  height: 100vh;
  background: url(./images/CFO-StraTech-istanbul-2025-banner.jpg) no-repeat
    center/cover fixed;
}

h1 {
  text-transform: uppercase;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Hind Madurai", 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: 14px;
  line-height: 30px;
  font-weight: 500;
}

.navbar-nav li a {
  color: white;
}

.navbar-nav li a:hover {
  border-bottom: 2px solid #ff1338;
}

.nav-active {
  background-color: #0e0e0e;
  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: #ff1338 !important;
}

/* landing page */

.landing-page {
  width: 100%;
  height: 100vh;
  position: relative;
}

.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;
  width: 100%;
  max-width: 100%;
  min-width: 260px;
  margin: auto;
  padding-top: 30px;
  z-index: 3;
  /* background-image: linear-gradient(to right, #184b35e9, #184b35c1, #2a3c486f); */
}

.landing-page .theme .theme-container .association {
  display: flex;
  align-items: center;
  gap: 20px;
}

.landing-page .theme p {
  color: white;
  font-size: 14px;
}

.landing-page .theme .theme-container .association img {
  width: 100%;
  max-width: 160px;
  background-color: white;
  padding: 15px;
  border-radius: 5px;
}

.landing-page .theme .logo {
  width: 100%;
  max-width: 600px;
  padding: 15px 0px;
  margin-top: 30px;
}

.landing-page .theme .theme-img {
  width: 100%;
  max-width: 400px;
  padding: 20px 5px 10px;
}

.landing-page .theme h5 i {
  color: #ff1338;
  font-size: 20px;
}

.landing-page .register-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin: 15px 0px;
}

.landing-page .theme h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

.landing-page .theme .theme-container h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
}

.register {
  width: 100%;
  max-width: 180px;
  padding: 10px 3px;
  border: 1px solid #ff1338;
  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: #ffffff;
  background-color: #ff1338;
}

.landing-page .side-design {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.landing-page .side-design img {
  width: 100%;
  max-width: 300px;
}

/* landing page ends */

/* CPD starts */

.CPD {
  padding: 50px 0px;
  background-color: #0d150c;
}

.CPD .container .row {
  align-items: center;
  color: white;
}

.CPD .container .row h1 {
  font-size: 32px;
  font-weight: 700;
  color: #ff1338;
}

.CPD .container .row img {
  margin: auto;
  max-width: 280px;
}

.CPD .container .row p {
  opacity: 0.8;
}

/* CPD ends */

/* why dubai starts */
.why-dubai {
  padding: 70px 0px;
}

.why-dubai h4 {
  font-size: 32px;
  font-weight: 900;
}

.why-dubai .content {
  color: rgb(18, 18, 18);
}

.why-dubai .content img {
  width: 100%;
  max-width: 350px;
}

.why-dubai .content p {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.8;
}

.why-dubai .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* why dubai ends */

/* about section starts */
.heading h1 {
  font-size: 32px;
  font-weight: 800 !important;
  padding: 10px 0px;
}

.small-heading h3 {
  font-size: 28px;
  font-weight: 800 !important;
  text-align: center;
  text-transform: uppercase;
  color: #ff1338;
}

/* first div ends */

.about-section {
  padding: 70px 0px;
  background-color: #0d150c;
}

.about-section h5 {
  color: #ff1338 !important;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
}

.about-section p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
  color: rgb(255, 255, 255);
}

/* .about-section .dubai-img{
  background: url(./images/MAP.png) no-repeat center/cover;
  display: flex;
  align-items: center;
} */
/* 
.about-section .dubai-img img{
  max-width: 250px;
} */

/* numbers */

.numbers {
  padding: 60px 0px;
  text-align: center;
  background-color: #150002;
}

.numbers .row div {
  display: flex;
}

.numbers .row {
  row-gap: 30px;
}

.numbers h5 {
  font-weight: 300 !important;
  font-size: 60px;
  color: #ffffff;
  background-image: linear-gradient(to right, #212644, #0462b7);
  text-align: left;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 0px;
}

.numbers p {
  font-weight: 800 !important;
  font-size: 22px;
  color: #000000;
  background-color: #e2eff8;
  text-align: left;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 100%;
}

/* about section ends */

.grid-section {
  padding: 70px 0px;
}

/* Topics section starts */

.topics-section {
  padding: 70px 0px;
  background-color: #150002;
}

.topics-section .container .topics {
  row-gap: 30px;
}

.topics-section .container .topic {
  background: url(./images/topics-bg.svg) no-repeat left/cover;
  width: 100%;
  margin: auto;
  color: white;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 5px;
}

.topics-section .container .topics .number {
  width: 100%;
  max-width: 60px;
}

.topics-section .container .topics p {
  position: absolute;
  left: 10%;
  top: auto;
  bottom: auto;
  margin-bottom: 0px;
  font-size: 18px;
  /* font-weight: bold; */
}
/* 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 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal !important;
  text-align: center;
  margin: auto;
  padding: 10px;
  letter-spacing: 1px;
  opacity: 1;
}

.profiles h4 {
  font-size: 25px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  position: relative;
}

/* Pofiles-section ends */

/* industry-section */
.industry-section {
  padding: 70px 0px;
  opacity: 1;
  background-color: #150002;
}

.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;
}

/* why-attend-section starts */

.why-attend-section {
  padding: 70px 0px;
  width: 100%;
}

.why-attend-section .container {
  margin: auto;
}

.why-attend-section .row {
  row-gap: 30px;
}

.why-attend-section .row .div {
  padding: 10px;
  border-radius: 20px;
  height: 100%;
  border: 1px solid;
}

.why-attend-section .row img {
  margin: 15px 0px;
  height: 100%;
  max-height: 60px;
}

.why-attend-section .row h4 span {
  color: #ff1338;
}

.why-attend-section .row h5 {
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  padding: 0px 5px;
  text-transform: uppercase;
}

.why-attend-section .row p {
  font-size: 16px;
  font-weight: 400;
  padding: 0px 5px;
  margin-bottom: 5px;
}

/* why-attend-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 {
  background: transparent linear-gradient(306deg, #000000 0%, #550309 100%) 0%
    0% no-repeat padding-box;
  color: #ffffff;
  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;
}

.speaker-section .name-card h5 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.speaker-section .name-card p {
  font-size: 13px;
  margin-bottom: 0px;
}

.speaker-section .img-card {
  background: url(./images/speakers/Speaker-BG.svg) 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 */

/* section 5 starts */
/* partners section */
.section5 {
  padding: 70px 0px;
  background: url(./images/partner-bg.webp) no-repeat center/cover;
}

.section5 .partner-section p {
  font-size: 16px;
  color: white;
}

.section5 .why-partner-section {
  padding-top: 30px;
}

.section5 .why-partner-section .row {
  row-gap: 20px;
}

.section5 .why-partner-section .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #15000298;
}

.section5 .why-partner-section .div img {
  width: 80px;
}

.section5 .why-partner-section .div h5 {
  font-size: 22px;
  font-weight: 900;
  color: #ff1339;
  padding-top: 10px;
  margin-bottom: 5px;
}

.section5 .why-partner-section .div p {
  font-size: 14px;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  line-height: 20px;
}

/* section5 ends */

/* partners-video-section starts */

.partners-video-section {
  padding: 60px 0px;
}

.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 */

/* award-section starts*/
.award-section {
  padding: 70px 0px;
  background-color: #0d150c;
  border-bottom: 1px solid #f9e2857e;
}

.award-section h1 {
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}

.award-section h5 {
  font-size: 20px;
  font-weight: 800;
  color: #ff1338;
  letter-spacing: 1px;
  text-align: start;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.award-section .awards .awards-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  padding: 20px;
  background-color: #00714f49;
  border: 1px solid #007150;
  border-radius: 10px;
  text-align: start;
}

.award-section .awards .awards-div a {
  color: white;
  border: 2px solid #007150;
  border-radius: 15px;
  font-size: 13px;
  padding: 6px 15px;
  text-decoration: none;
}

.award-section p {
  font-size: 16px !important;
  color: #fcfcfc;
}

/* award-section ends*/

/* partners 2025 starts */

.partners-2025 {
  padding: 70px 0px;
  /* background-color: #F8F8F8; */
}

.partners-2025 h4 {
  font-size: 22px;
  font-weight: 600;
}

.partners-2025 .gold-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
  /* padding: 0px 35px; */
}

.partners-2025 .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-2025 .association-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}

.partners-2025 .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-2025 .media-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.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: 70px 0px;
}

.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);
}

/* 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: 300px;
  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: #ff1338;
  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 */

/* 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 {
  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: 70px 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 (min-width: 320px) and (max-width: 700px) {
  section {
    overflow-x: hidden;
  }

  .navigation {
    background-color: #0d150c;
  }

  .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;
  }

  .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 ends */

  /* why dubai */
  .why-dubai {
    padding: 70px 0px;
  }

  .why-dubai h4 {
    font-size: 32px;
    font-weight: 900;
  }

  /* 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;
  }

  /* numbers */

  .numbers {
    padding: 70px 0px;
  }

  .numbers h3 {
    font-weight: 900;
    font-size: 45px;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 30px;
  }

  /* why attend */

  /* 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 */

  .why-attend-section .why-attend-desktopImg {
    display: none;
  }

  .why-attend-section .why-attend-mobileImg {
    display: block;
  }

  /* 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-2025 .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 */
  .section5 .partner-section p {
    padding: 10px;
  }

  .partners-2025 .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;
    padding: 20px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0%;
    padding: 20px;
    margin-top: 25px;
  }

  .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: 800;
    text-align: center;
    border-radius: 10px;
  }

  .landing-page .theme p {
    font-size: 25px;
    padding: 0px 5px;
  }

  /* .landing-page .date {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
  } */

  .landing-page .side-design img {
    width: 100%;
    max-width: 450px;
  }

  /* landing page ends */

  /* CPD */

  .CPD .container .row h1 {
    font-size: 26px;
  }

  /* about page */
  .about-section h4 {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: auto;
  }

  /* topics */
  .topics-section .container .topics p {
    position: absolute;
    left: 20%;
  }

  /*  */
  .industry-section .div1 .row {
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }

  /* speakers 2 starts */

  /* section3 ends */

  /* section4 attendees section starts */

  .owl-carousel .owl-item img {
    width: 90% !important;
  }

  /* partners section */
  .partners-2025 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  .partners-2025 .partner-logo {
    width: 100%;
    max-width: 300px;
  }

  /* contact section */
  .contact-section {
    padding: 30px 0px;
  }

  /* 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;
  }
}
