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

  body {
      font-family: "Oswald", sans-serif;
      background: #f9f9f9;
  }


  .nav-link {
      color: #000;
      font-size: 16px;
      text-transform: uppercase;
      margin: 0 10px;
  }


  .nav-link:hover {
      color: #000;
  }

  p {
      font-family: "Poppins", sans-serif;
      margin: 0 0 1.6rem;
      font-weight: 400;
      overflow-wrap: break-word;
      font-size: 16px;
      padding: 0;
      color: rgba(39, 35, 56, .7);
      line-height: 24px;
  }

  .about_wrapper {
      width: 80%;
      margin: 0 auto 10px;
  }


  .about_wrapper p {
      font-size: 16px;
      line-height: 26px;
  }


  .about_profile {
      width: 125px;
      height: 120px;
      float: left;
      padding: 37px 0;
      background: #fff;
      color: #0473aa;
      text-align: center;
  }

  .about_profile p {
      color: #0473aa;
      font-weight: 600;
      text-align: center;
      padding: 0 10px;
  }

  .about_profile.even {
      background: #f2f2f2;
  }

  .speaker_wrapper {
      padding: 60px 0;
  }

  .speaker_wrapper h2 {
      text-align: center;
      margin: 0 0 20px;
      font-weight: 600;
      font-size: 40px;
  }

  .speaker_wrapper h3 {
      font-size: 18px;
      font-weight: 600;
  }


  .speaker_inner {
      text-align: center;
  }

  .speaker_inner p {
      line-height: 20px;
      font-size: 15px;
  }


  .participation_wrapper ul li {
      font-size: 16px;
      line-height: 26px;
      color: #272338b3;
      font-weight: 400;
      font-family: 'Poppins';
  }

  .partner-logo {
      max-height: 80px;
      margin: 15px;
  }

  .video_yt {
      padding: 10px 0;
  }

  .speaker-img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
  }

  .award_header {
      padding: 100px 0;
      background: #272338;
  }

  .award_header h2 {
      color: #fff;
      text-align: center;
  }

  .award_list {
      padding: 60px 0;
  }

  .award_list ul li {
      font-size: 16px;
      padding-bottom: 10px;
      line-height: 26px;
      color: #272338b3;
      font-weight: 400;
      font-family: 'Poppins';
  }

  .footer {
      background: #272338;
      color: #ccc;
      padding: 20px 0 0;
  }

  .footer a {
      color: #fff;
      text-decoration: none;
  }

  .footer_txt p {
      color: #fff;
  }

  .key_theme {
      background:#827575;
      padding: 60px 0;
  }

  .key_theme h2 {
      color: #fff;
  }

  .key_theme ul li {
      color: #fff;
      font-size: 14px;
      margin: 0 0 10px;
      font-weight: 400;

  }

  .partner_inner {
      display: flex;
      flex-wrap: wrap;
  }

  .partner_inner img {
      width: 300px;
      height: auto;
  }

  .agenda_wrapper, .awards_list{
      padding: 60px 0;
  }

  .awards_list a{
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);
    background-color: #90b7e2;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: none;
    text-decoration: none;
    margin: 20px 0;
  }

  .sponsorship-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
}

.sponsor-card {
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sponsor-card:hover {
  background-color: #f8f9fa;
  transform: translateY(-5px);
}
