* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

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-bengaluru2025-banner.webp) no-repeat
    center/cover;
}

h1,
h2,
h4,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  color: #e7f200;
}

p {
  font-family: "Hind Madurai", sans-serif;
}

.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;
}

.nav-active {
  background-color: #0b2c40;
  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: #e7f200 !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;
}

.landing-page .theme .white-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.landing-page .theme .logo {
  width: 100%;
  max-width: 500px;
}

.landing-page .theme .text-white {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 4px 0px;
}

.landing-page .theme .association {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 35px;
}

.landing-page .theme .association img {
  width: 100%;
  max-height: 90px;
}

.landing-page .theme p {
  font-size: 25px;
  font-weight: 600;
  color: #e7f200;
  padding: 20px 0px;
  line-height: 30px;
  margin-bottom: 0px;
}

.landing-page .theme .theme-container h2 {
  color: #ffffff !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  width: 70%;
}

.landing-page .side-arrow1 {
  position: absolute;
  right: 10%;
  bottom: 20%;
}

.landing-page .side-arrow2 {
  position: absolute;
  right: 25%;
  bottom: 10%;
}

.landing-page .side-arrow1 img,
.landing-page .side-arrow2 img,
.landing-page .side-arrow3 img {
  width: 100%;
  max-width: 50px;
}

/* landing page ends */

/* about section starts */
.heading h1 {
  font-size: 35px;
  font-weight: 800 !important;
  padding: 10px 0px;
  text-transform: uppercase;
}

/* about section starts */

.about-section {
  padding: 10px 0px 0px;
  position: relative;
}

.about-section .side-arrow1 {
  position: absolute;
  top: 0px;
  right: 20px;
}

.about-section .side-arrow1 img{
  max-width: 60px;
}

.about-section .container2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-section .video-div {
  position: relative;
}

.about-section video {
  width: 90%;
  height: 100%;
  border-radius: 20px;
  z-index: 10;
  position: relative;
  margin: auto;
}

.about-section .video-div .video-bg {
  position: absolute;
  top: -25px;
  left: -10px;
  z-index: 0;
  width: auto;
  height: 100%;
}

.about-section h4 {
  color: #4e005e !important;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 0px;
}

.about-section p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  color: #00215e;
  margin-bottom: 0px;
}

/* about section ends */

/* numbers */

.numbers {
  padding: 60px 0px;
  text-align: center;
  background-image: linear-gradient(145deg, #40004d, #00215e);
  position: relative;
}

.numbers .side-arrow1 {
  position: absolute;
  bottom: 10px;
  left: 5px;
}

.numbers .side-arrow1 img {
  max-width: 50px;
}

.numbers .side-arrow2 {
  position: absolute;
  top: 10px;
  right: 5px;
}

.numbers .side-arrow2 img {
  max-width: 50px;
}

.numbers .row .grid {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 15px;
}

.numbers .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.numbers .row .grid img {
  border-radius: 15px;
}

.numbers .row {
  row-gap: 20px;
}

.numbers .row .col-lg-3,
.numbers .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.numbers .grid.white {
  background-color: white;
  color: #052d77;
}

.numbers .grid.yellow {
  background-color: #e7f200;
  color: #45064e;
}

.numbers .grid.blue {
  background-color: #063283;
  color: #e7f200;
}

.numbers .grid.purple {
  background-color: #8d4bb7;
  color: white;
}

.numbers h3 {
  font-weight: 800 !important;
  font-size: 50px;
  text-align: left;
  height: 80px;
  display: flex;
  align-items: self-start;
  margin-bottom: 0px;
}

.numbers p {
  font-weight: 700 !important;
  font-size: 20px;
  text-align: left;
  margin-bottom: 0;
}

.numbers .side-arrow {
  position: absolute;
  right: 20px;
  bottom: 0;
}

/* first div ends */

.grid-section {
  padding: 60px 0px;
}

/* Topics section starts */
#topics {
  background-image: linear-gradient(145deg, #40004d, #00215e);
}

.topics-section {
  padding: 70px 0px;
  background: url(./images/background-vector.svg) no-repeat center/cover;
}

.heading-content {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}

.topics-section .container .topics {
  row-gap: 20px;
}

.topics-section .container .topic {
  width: 100%;
  min-height: 70px;
  background-color: #ffffff;
  color: #50075a;
  padding: 10px 15px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.topics-section .container .topics p {
  margin-bottom: 0px;
  font-size: 18px;
  text-align: center;
}

/* Topics section ends */

/* Profiles section */
#attendees {
  padding: 70px 0px;
  overflow: hidden;
}

.profiles {
  position: relative;
}

.profiles .side-arrow1 {
  position: absolute;
  left: 0px;
  bottom: 0;
}

.profiles .side-arrow2 {
  position: absolute;
  right: 0px;
  top: -100px;
}

.profiles .cfo {
  width: 100%;
  margin: auto;
  padding: 20px;
  border-radius: 20px;
}

.profiles .card {
  background-color: #f5f5f5;
  padding: 25px;
  border: none;
  border-radius: 15px;
  height: 100%;
  margin: auto;
}

.profiles h3 {
  font-size: 25px;
  font-weight: 700;
  color: #00215e;
  font-family: "Hind Madurai", sans-serif;
}

.profiles p {
  color: #000000;
  font-size: 14px;
  text-align: start;
  color: #00215e;
}

/* Pofiles-section ends */

/* industry-section */
#industry {
  background-image: linear-gradient(145deg, #40004d, #00215e);
}

.industry-section {
  padding: 70px 0px;
  background: url(./images/background-vector-2.svg) no-repeat center/cover;
}

.industry-section .div1 .row {
  row-gap: 15px;
}

.industry-section .div1 .row .industry {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
  padding: 0px 10px;
  width: 20%;
}

.industry-section .div1 .row .industry .border {
  border: none !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.industry-section .div1 .industry img {
  width: 100%;
  border-radius: 15px;
}

.industry-section .div1 .row .industry .overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #50075a, transparent);
  opacity: 0.6;
  height: 100%;
  transition: background-color 0.5s;
}

.industry-section .div1 .row .industry .overlay:hover {
  background-color: #e7f200;
}

.industry-section .div1 .row .industry span {
  color: white;
  font-weight: 600;
  font-size: 17px;
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  margin: auto;
}

/* industry-section ends */

/* Attending companies */

.attending-companies {
  padding: 70px 0px;
  background-color: #f2f2f2;
}

.blog_section .companies_content .company_div {
  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: 90% !important;
}

.blog_section .companies_content .company_div:hover .company_image img {
  transform: scale(1.1);
}

.blog_section .companies_content .company_div .company_image {
  overflow: hidden;
  padding: 0;
}

.blog_section .companies_content .company_div .company_image img {
  transition: transform 0.5s ease-in-out;
}

.owl-nav {
  display: none;
}

/* why-attend-section starts */

.why-attend {
  padding: 70px 0px;
  background-image: linear-gradient(145deg, #40004d, #00215e);
}

.why-attend .container {
  position: relative;
}

.why-attend .side-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
}

.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;
  background-image: linear-gradient(
    to top,
    #2f0847 10%,
    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: 20px;
  margin-bottom: 0px;
  left: 20px;
  right: 20px;
}

.why-attend .card {
  height: 100%;
  border: none;
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 15px;
  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 .card h3 {
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  color: #00215e;
}

.why-attend .card p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #000000;
}

/* 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;
}

.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: 1px solid black;
  background-color: white;
}

.speaker-section .name-card {
  background-image: linear-gradient(145deg, #40004d, #00215e);
  color: #ffffff;
  text-align: center;
  padding: 10px 10px 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: white;
  border: 1px solid #06543c;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.speaker-section .name-card h5 {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.speaker-section .name-card p {
  font-size: 13px;
  margin-bottom: 0px;
}

.speaker-section .img-card {
  background-image: linear-gradient(145deg, #40004d, #00215e);
  display: flex;
  align-items: center;
  padding: 5px;
  padding-top: 0pc;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.speaker-section .img-card img {
  background-color: white;
  margin: auto;
  border-radius: 10px;
}

.speaker-section .col-lg-3 .pluse {
  position: absolute;
  bottom: 0;
  padding: 8px;
  background-color: #16db9361;
}

/* speakers section ends */

/* why-partner section */

.why-partner {
  padding: 90px 0px;
  background-image: linear-gradient(145deg, #40004d, #00215e);
}

.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 p {
  color: #ffffff;
  font-size: 18px;
}

.why-partner .why-partner-section .side-img2 {
  max-width: 100px;
  position: absolute;
  left: 0px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  opacity: 0.4;
}

.why-partner .why-partner-section .row {
  margin: auto;
}

.why-partner .why-partner-section .content-wrapper {
  display: flex;
}

.why-partner .why-partner-section .div {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #e7f200;
  border-radius: 15px;
}

.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: 13px;
  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, #000000);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px 20px;
  color: white;
  border-radius: 15px;
}

.why-partner .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;
}

.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: #0b2c40;
  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: #5ec1a6;
  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: #5ec2a737;
  border: 1px solid #007150;
  border-radius: 10px;
  text-align: start;
}

.award-section .awards .awards-div span {
  font-style: italic;
  color: #5ec1a6;
  margin-bottom: 10px;
}

.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 .container {
  position: relative;
}

.partners-2025 h4 {
  font-size: 25px;
  font-weight: 700;
}

.partners-2025 .side-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
}

.partners-2025 .gold-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 25px;
  /* padding: 0px 35px; */
}

.partners-2025 .partner-logo {
  width: 100%;
  width: 255px;
  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 .networking-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  row-gap: 45px;
  flex-wrap: wrap;
}

.partners-2025 .networking-partners .partner-logo {
  position: relative;
  width: 240px;
  height: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2025 .association-partners {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2025 .association-partners .partner-logo {
  position: relative;
  width: 240px;
  height: 140px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-2025 .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 */

/* 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: 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: #490d70;
  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: #e7f200;
  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 */

/* gallery section starts */
.gallery {
  padding: 70px 0px;
   background-image: linear-gradient(145deg, #40004d, #00215e);
   position: relative;
}

.gallery .side-arrow {
  position: absolute;
  right: 30px;
  top: 20px;
}

.gallery .image {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  transition: filter 0.9s, background-image 0.2s;
  border: 1px solid #E7F200;
}

.gallery .image-row {
  display: flex;
  row-gap: 16px;
  margin: auto;
}

.gallery .image-row .col-lg-3{
  padding-left: 8px;
  padding-right: 8px;
}

/* gallery section ends */

/* clients section */

.section8 {
  padding: 70px 0px;
  background-color: #f3f5f3;
}

.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;
  }

  header {
    background: url(./images/CFO-Stratech-bengaluru2025-banner.webp) no-repeat
      right / cover;
  }

  .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%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0%;
    z-index: 1;
  }

  .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 p {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0px;
    line-height: 20px;
  }

  .landing-page .theme .theme-container h2 {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }

  .landing-page .register {
    padding: 5px;
    font-size: 10px;
    margin: 0px;
  }

  .landing-page .register-btns {
    gap: 20px;
  }

  .landing-page .theme .theme-container h5 {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
  }

  .landing-page .side-arrow1 {
    position: absolute;
    right: 20px;
    bottom: 10%;
  }

  .landing-page .side-arrow2 {
    position: absolute;
    right: 30%;
    bottom: 5%;
  }

  .landing-page .side-arrow1 img,
  .landing-page .side-arrow2 img,
  .landing-page .side-arrow3 img {
    width: 100%;
    max-width: 50px;
  }

  /* landing page ends */

  /* about section starts */

  .about-section h4 {
    padding: 15px 0px;
  }

  .side-arrow img,
  .side-arrow1 img,
  .side-arrow2 img {
    width: 40px;
    padding: 0px 5px;
  }

  /* numbers */

  .numbers .row {
    width: 100%;
  }

  .numbers .row .grid {
    padding: 0px;
    border-radius: 10px;
  }

  .numbers h3 {
    font-size: 26px;
    height: auto;
  }

  .numbers h5 {
    font-weight: 700;
    font-size: 30px;
  }

  .numbers p {
    font-size: 12px;
    text-align: center;
  }

  /* why attend */

  /* gride */
  .grid-section {
    padding: 40px 0px 70px;
  }

  /* topics starts */

  .topics-content img {
    transform: rotate(90deg);
    max-width: 90px;
    position: absolute;
  }

  .topics-section .row {
    row-gap: 15px;
    margin: auto;
    padding: 0px;
  }

  .topics-section .container .topic {
    height: fit-content;
  }

  .topics-section .container .topics p {
    padding: 10px 5px;
  }

  /* topics starts */

  /* profiles starts */

  .profiles .cfo {
    padding: 20px;
  }

  .profiles h5 {
    font-size: 18px;
  }

  .profiles p {
    padding: 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .profiles .side-arrow1 {
    position: absolute;
    left: 0px;
    bottom: -60px;
  }

  /* profiles ends */

  /* why attend section */
  .why-attend .big-img div p {
    padding: 12px;
    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 */

  /* speakers section ends */

  /* partner section */
  .partners-2025 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  .partners-2025 .media-partners {
    gap: 12px;
  }

  .partners-2025 .media-partners .partner-logo {
    max-width: 45%;
    height: 100px;
  }

  .partners-2025 .media-partners .partner-logo img {
    max-width: 80%;
  }

  /* industry section */

  .industry-section {
    padding: 60px 0px;
    opacity: 1;
  }

  .industry-section ul {
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  }

  /* section5 ends */
  /* 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-partner .why-partner-section .col-lg-12 {
    padding: 0px;
  }

  /* why partners  ends */

  /* gallery */

  .gallery .image-row{
    row-gap: 8px;
  }

  .gallery .image-row .col-lg-3 {
    padding-left: 4px;
    padding-right: 4px;
}

.gallery .image{
  height: 110px;
}

  /* 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: 13px;
  }

  .news-container .news-card h3 {
    font-size: 12px;
  }

  /* venue */
  .venue-section .twoColumnBox {
    padding: 0px;
    row-gap: 20px;
  }

  /* 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: #0b2c40;
  }

  .nav-container {
    margin-left: 0px !important;
    padding: 5px 0px;
  }

  .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;
    z-index: 1;
  }

  .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 .logo {
    width: 100%;
    /* max-width: 330px; */
  }

  .landing-page .theme .association img {
    width: 100%;
    /* max-height: 70px; */
  }

  .landing-page .theme p {
    font-size: 20px;
    padding: 10px 0px;
    margin-bottom: 5px;
  }

  .landing-page .theme .theme-container h2 {
    font-size: 15px;
    font-weight: 600;
  }

  .landing-page .theme .white-object {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }

  /* landing page ends */

  /* about page */
  .about-section h4 {
    padding: 15px 0px;
  }
  .numbers h3 {
    font-size: 40px;
    height: auto;
  }

  .numbers p {
    font-size: 16px;
  }

  /* speakers 2 starts */

  /* section3 ends */

  /* section4 attendees section starts */

  .attendees-section .attendees {
    width: 100%;
    margin-left: auto;
    padding: 20px;
  }

  /* profiles */

  .profiles .card {
    width: 100%;
    padding: 15px;
  }

  .profiles h3 {
    font-size: 22px;
  }

  .profiles p {
    padding: 0px;
    font-size: 14px;
  }

  /* why partner */
  .why-partner .why-partner-section .heading {
    position: static;
  }

  .why-partner .why-partner-section .div .content {
    padding: 10px 8px;
  }

  /* partners section */
  .partners-2025 .gold-partners {
    justify-content: center;
    padding: 0px;
  }

  .partners-2025 .partner-logo {
    width: 100%;
    max-width: 300px;
  }

  /* news section */
  .small-news-grid {
    margin: 0px;
    padding: 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;
  }
}
