* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body , html {
  font-family: 'Outfit', sans-serif;
  background: #eaebe53d;
  overflow-x: hidden;
  color: #54595f;
  font-size: 17px;
}

 a{
    text-decoration: none !important;
}

/* =========================
       HEADER
    ========================== */

.text-heighlight {
  color: #d5b362;
}

.topbar {
  background: #3c3c3c;
  color: #fff;
  font-size: 14px;
  padding: 6px 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.hover,
.dropdown-item:hover {
  background-color: #d5b362 !important;
  color: #fff
}

.navbar {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown:hover .dropdown-menu {
  padding: 0;
}

.navbar-brand {
  max-width: 320px;
}

.nav-link {
  font-weight: 500 !important;
  color: #000;
  padding: 12px 16px !important;
}

.navbar {
  border-bottom: 3px solid #d1ab47;
  margin-bottom: 4px;
  padding: 0;

}

.dropdown-menu {
  border-radius: 0;
  border: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* =========================
       HERO SECTION
    ========================== */
.info-box i {
    font-size: 28px;
    color: #1e1e1e;
}

.hero-video-section {
  height: 100vh;
  width: 100%;
  position: relative;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background:rgba(0,0,0,0.45); */
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
  color: #212529;
}

.hero-content p {
  font-size: 22px;
  margin-bottom: 30px;
}

.btn.btn-golden {
  background: #cf9f38;
  color: #171717;
  font-weight: 600;
  line-height: 24px;
  font-size: 17px;
  transition: all 0.3s linear;
}

.btn.btn-golden:hover {
  background: #fff;
  color: #171717;
  font-weight: 600;
  line-height: 24px;
  font-size: 17px;
}

.feature-section {
  background: #f7f6ee;
}

/* =========================
       SECTION TITLE
    ========================== */

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #212529;
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.section-title p {
  color: #666;
}

section {
  padding: 70px 0;
}

/* =========================
       EVENT LOGOS
    ========================== */

.logo-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}

.logo-box img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

/* =========================
       ABOUT SECTION
    ========================== */

.about-img {
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  /* height: 250px; */
  object-position: top;
}

.about-container {
  display: flex;
  gap: 20px;
}


.about-content1 {
  width: 60%;
}

.about-right {
  width: 40%;
}

.ps-7 {
  padding-left: 65px;
}

.about-container.ps-7 {
  padding-left: 7rem !important;
}

.about-content h2 {
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  color: #212529;
}

/* .dropdown-item.active, .dropdown-item:active , .dropdown-item.hover, .dropdown-item:hover {
      color: var(--bs-dropdown-link-active-color);
      text-decoration: none;
      background-color: #d5b362 !important;
     }

    .dropdown-item.hover, .dropdown-item:hover {
      color: #fff !important;
    }

    .nav-link{
      font-weight: 500 !important;
    } */


/* =========================
       VIDEO SECTION
    ========================== */

.video-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;

  /* Background Image */
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url('../img/box-homepage.jpg');

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(212, 175, 55, 0.08);
  border-radius: 50%;
  top: -150px;
  right: -150px;
}

.video-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgb(212 175 55 / 5%);
  border-radius: 50%;
  bottom: -150px;
  left: -150px;
}

.video-content {
  position: relative;
  z-index: 2;
}

.video-content h2 {
  font-size: 55px;
  line-height: 1.3;
  font-weight: bold;
}

.text-highlight {
  color: #d5b362;
}

.video-content p {
  max-width: 800px;
  margin: auto;
  color: #d1d1d1;
  font-size: 20px;
  margin-bottom: 25px;
}

.gold-btn {
  background: #d4af37;
  color: #000;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  font-size: 18px;
}

.gold-btn:hover {
  background: #fff;
  color: #000;
}

.counter-section {
  margin-top: 70px;
}

.counter-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 35px 20px;
  border-radius: 20px;
  transition: 0.3s;
  height: 100%;
  backdrop-filter: blur(5px);
}

.counter-box:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}

.counter {
  font-size: 48px;
  font-weight: bold;
  color: #d5b362;
  margin-bottom: 10px;
}

.counter-box p {
  margin: 0;
  color: #ddd;
  font-size: 17px;
}


.form-select,
.form-control {
  color: #666 !important;
}

/* =========================
       AWARDS SECTION
    ========================== */

.award-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s linear;
}

.award-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.3s linear;
}

.award-card:hover img {
  transform: scale(1.03);
}

.award-content {
  padding: 10px 10px;
  background: #212529;
  color: #fff;
}

.award-content h4 {
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d6d6d6;
}

.who-attends {
  background: #e9d4841a;
  overflow: hidden;
  position: relative;
}

.attendee-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 25px 20px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.attendee-card:hover {
  transform: translateY(-8px);
  border-color: #caa45d;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.attendee-icon {
  width: 75px;
  height: 75px;
  background: #f7f2ea;
  color: #b88a44;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
}

.attendee-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #111;
}

.gold-btn {
  background: #b88a44;
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
}

.gold-btn:hover {
  background: #111;
  color: #fff;
}

@media(max-width:991px) {

  .who-attends {
    padding: 70px 0;
  }

  .section-text {
    font-size: 16px;
}

 .video-content h2 {
    font-size: 42px;
 }

  .video-content p {
    font-size: 16px;
  }

  .section-title p {
    color: #666;
    font-size: 16px;
  }

}



/* =========================
       FOOTER
    ========================== */

footer {
  background: #212529;
  color: #fff;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-bottom: 6px;
  color: #dfdfdf;
}

.footer-link i {
  font-size: 16px;
}

footer h5 {
  margin-bottom: 25px;
  font-weight: 700;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #ccc;
}

footer ul li a:hover {
  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  padding: 20px 0;
  text-align: center;
  color: #aaa;
}


.video-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.video-card iframe {
  width: 100%;
  height: 280px;
  border: 0;
}

.video-card-content {
  padding: 10px;
  background: #212529;
  color: #fff;
}

.video-card-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #d6d6d6;
}

.video-card-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.custom-footer {
  background: #000;
  padding: 50px 0;
  color: #fff;
}

.footer-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.footer-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-phone {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: 0.3s;
}

.footer-phone:hover,
.footer-email:hover {
  color: #c9a227;
}

.footer-email {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  word-break: break-word;
}

.footer-divider {
  border-color: #444;
  margin: 30px 0;
}

.footer-box {
  margin-bottom: 35px;
}


.about-banner {
  position: relative;
  height: 350px;
  background: url('../img/box-homepage.jpg') center/cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.banner-content h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 15px;
}

.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb-custom a {
  color: #d4af37;
}

.breadcrumb-custom span {
  color: #fff;
}

/* =========================
       About Section
    ========================== */

.about-section {
  padding: 100px 0;
  background: #fff;
}

.section-subtitle {
  color: #b88a44;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* .section-title{
      font-size:48px;
      font-weight:700;
      line-height:1.2;
      margin-bottom:25px;
      color:#111;
    } */

.about-text {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 25px;
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.about-image:hover img {
  transform: scale(1.05);
}

/* =========================
       Highlight Boxes
    ========================== */

.highlight-box {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.4s;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.highlight-box:hover {
  transform: translateY(-8px);
  border-color: #caa45d;
}

.highlight-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #f8f2e8;
  color: #b88a44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 20px;
}

.highlight-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.highlight-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* =========================
       CTA Section
    ========================== */

.cta-section {
  background: #212529;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.cta-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-section p {
  font-size: 17px;
  color: #ccc;
  margin-bottom: 35px;
}

.award-tabs {
  justify-content: center;
  margin-bottom: 40px;
  border: none;
  gap: 15px;
}

.award-tabs .nav-link {
  border: none;
  background: #05050514;
  color: #212529;
  padding: 12px 30px !important;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;

}

.award-tabs .nav-link.active {
  background: #212529;
  color: #fff;
}

.award-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.award-list li {
  background: #fff;
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.award-list li:hover {
  transform: translateY(-3px);
}

.award-list li a {
  text-decoration: none;
  color: #000;
  display: block;
}

.award-list h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #212529;
}

.award-list p {
  margin: 0;
  color: #666;
  line-height: 1.4;
  font-size: 15px;
}

.award-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}


.award-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}

.award-list li::before {
  content: "•";
  position: absolute;
  left: 5px;
  top: 10px;
  font-size: 24px;
  line-height: 1;
}

.award-list li h5 {
  margin-bottom: 5px;
}

.award-list li a {
  text-decoration: none;
  color: inherit;
}



.nominate-box {
  background: #e9d4841a;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.section-tag {
  display: inline-block;
  padding: 8px 18px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.nominate-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #212529;
}

.nominate-text {
  font-size: 17px;
  color: #666;
  margin-bottom: 35px;
  line-height: 1.8;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  font-size: 17px;
}

.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-box1 {
  text-align: left;
  margin-top: 20px;
}

.highlight-title1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #212529;
}

.highlight-list1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-list1 li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.8;
}

.highlight-list1 li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #c79a2b;
  font-size: 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #f7e7a2;
  opacity: 1;
  border-radius: 0;
  transform: rotate(45deg);
  margin: 0 8px !important;
  transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #c79a2b;
  transform: rotate(45deg) scale(1.2);
}

/* .topbar {
    background: #111;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(214, 180, 100, 0.3);
  } */

.topbar i {
  color: #d6b464;
}

.topbar .email-text {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.topbar .email-text:hover {
  color: #d6b464;
}

.social-icons a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(214, 180, 100, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6b464;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.social-icons a:hover {
  background: #d6b464;
  color: #111;
  transform: translateY(-2px);
}

.social-icons a:hover i {
  color: #111;
}

/* speaker */

.section-tag{
    display:inline-block;
    background:#c9a227;
    color:#fff;
    padding:8px 20px;
    border-radius:14px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}


.section-desc{
    color:#666;
    max-width:700px;
    margin:15px auto 0;
}

/* Card */
.speaker-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.speaker-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.speaker-image{
    position:relative;
    /* height:270px; */
    overflow:hidden;
}

.speaker-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.speaker-card:hover .speaker-image img{
    transform:scale(1.08);
}

/* Company Logo */
.company-logo{
    width:90px;
    height:90px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    bottom:-45px;
    left:50%;
    transform:translateX(-50%);
    border:3px solid #c9a227;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
}

.company-logo img{
    max-width:60px;
    max-height:60px;
}

.speaker-content{
    text-align:center;
    padding:25px 20px 25px;
}

.speaker-name {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 8px;
    font-family: 'Outfit';
}

.speaker-designation{
    color: #d5b362;
    font-weight:600;
    font-size: 14px;
    margin-bottom:8px;
    line-height: 20px;
}

.speaker-company{
    color:#555;
    font-size:15px;
    font-weight: 500;
}


.video-dev{
    background:#ffffff
}

.video-card-1{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    position:relative;
}

.video-card-1 iframe{
    width:100%;
    height:450px;
    border:0;
}

.video-badge{
    position:absolute;
    top:20px;
    left:20px;
    background:rgba(0,0,0,.7);
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    backdrop-filter:blur(10px);
}



/* =========================
  responsive
========================== */

@media (min-width: 1840px) {
  .navbar-brand {
    max-width: 280px;
  }
}

@media (min-width: 992px) {

  .navbar .dropdown {
    position: relative;
  }

  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.35s ease;

    border: 0;
    border-radius: 12px;
    padding: 12px 0;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

}


@media(max-width: 991px) {

.video-card-1 iframe{
    height:320px;
}

  .copyright {
    font-size: 14px;
  }

  .video-card-content h4 {
    font-size: 16px;
    margin-bottom: 0px;
   }

   .offer-date {
    font-size: 14px;
  }

  .copyright {
    font-size: 14px;
  }

  .hero-slider,
  .hero-slide {
    height: 100vh;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .about-banner {
    height: 400px;
  }

  .banner-content h1 {
    font-size: 48px;
  }

  .section-title {
    font-size: 38px;
  }

  .about-section {
    padding: 70px 0;
  }

   .about-container.ps-7 {
    padding-left: 2.5rem !important;
}
 
.about-container {
    display: block;
    gap: 20px;
}

.about-content1 {
    width: 98%;
}

.about-right{
    width: 98%;
}

.about-content h2 {
    font-size: 36px;
}

.about-container.ps-7 {
  padding-left: 1.5rem !important;
}

.about-content p {
    font-size: 16px;
}

.speaker-image img {
    object-position: bottom;
}

.speaker-image {
    /* height: 300px; */
}

section {
  padding: 50px 0;
}
}

/* Mobile Responsive */
@media(max-width:768px) {
  .nominate-box {
    padding: 30px;
  }


  .nominate-title {
    font-size: 30px;
  }

  .benefit-list li {
    font-size: 15px;
  }

  .award-list {
    grid-template-columns: 1fr;
  }

  .video-card iframe {
    height: 220px;
  }

  .hero-video-section {
    height: 80vh;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 18px;
  }

}

@media(max-width: 767px) {
  
  .speaker-image{
        /* height:250px; */
   }

  .topbar .container {
    gap: 10px;
    justify-content: center !important;
    text-align: center;
    flex-wrap: wrap;
  }

  .custom-footer {
    padding: 50px 0;
    text-align: center;
  }

  .footer-title {
    font-size: 24px;
  }

  .footer-heading {
    font-size: 20px;
  }

  /* .hero-slider,
  .hero-slide {
    height: 60vh;
  } */

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  section {
    padding: 45px 0;
  }

  .about-banner {
    height: 320px;
    text-align: center;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  .breadcrumb-custom {
    justify-content: center;
    font-size: 14px;
  }

  .section-title {
    font-size: 30px;
  }

  .about-text {
    font-size: 15px;
  }

  .cta-section h2 {
    font-size: 30px;
  }

  .cta-section p {
    font-size: 15px;
  }

  .who-attends {
    padding: 45px 0;
  }

  .attendee-card {
    padding: 22px 15px;
  }

  .video-content h2 {
    font-size: 36px;
  }
  
  .footer-box {
    text-align: left;
   }

   .footer-link {
    font-size: 16px;
   }

  .footer-name {
    font-size: 16px;
      text-align: left;
  }

  .footer-column {
    margin-bottom: 0px;
    margin-top: 45px;
  }

}


@media(max-width:500px) {

.speaker-image img {
    /* object-position: top; */
}
.speaker-image {
    /* height: 300px; */
}

.speaker-image img {
    object-fit: fill;
}
}
