@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
:root {
  --white-color: #fff;
  --secondary_color: #000;
  --theme-color: #f8ce0c;
}
body {
  background-color: #f5f5f5;
  font-family: "Manrope", sans-serif;
}
a {
  text-decoration: none;
}

h1,
h3,
h4,
h2,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

/* constant */
.flexDiv {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mainButtonTheme,
.mainButtonWhite {
  height: 50px;
  padding: 0.1rem 1.4rem;
  border-radius: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: all 0.3s ease-in;
}
.mainButtonTheme {
  background: var(--theme-color);
}
.mainButtonTheme:hover {
  background: var(--white-color);
}
.mainButtonWhite {
  background: var(--white-color);
}
.mainButtonWhite:hover {
  background: var(--theme-color);
}
.constantSpacing {
  padding: 7rem 0;
}
.themeColor {
  background: var(--theme-color);
  color: var(--secondary_color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.darkColor {
  background: var(--secondary_color);
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.darkColor:hover {
  background: var(--theme-color);
  color: var(--secondary_color);
}
.themeColor:hover {
  background: var(--secondary_color);
  color: var(--theme-color);
}

.flexColFull {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
/* customNavbar */

.customNavbar {
  position: fixed;
  padding: 0;
  width: 100%;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  font-family: "Poppins", sans-serif;
  background: #ffffff0f;
  border: 1px solid #ffffff4a;
  backdrop-filter: blur(13.199999809265137px);
  border-radius: 66px;
  max-width: 1300px;
  width: 100%;
}
.customNavbar .nav-link {
  color: var(--white-color);
  padding: 0 1rem !important;
  font-weight: 400;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  border: none;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease-in;
}
.customNavbar .nav-link:hover,
.customNavbar .nav-link.active {
  color: var(--theme-color) !important;
}
.customNavbar .nav-link.active {
  font-weight: 500;
}
.customNavbar .dropdown-menu {
  border: 1px solid #dedede54;
  background: var(--white-color);
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.customNavbar .dropdown-menu .dropdown-item {
  color: #3396bb;
  font-size: 21px;
  font-weight: normal;
  padding: 0.4rem 1rem;
  text-align: center;
}
.customNavbar .dropdown-menu .dropdown-item.active {
  border-bottom: 1px solid #dedede !important;
  background: transparent;
}

/* customDarkNavBar */
.customDarkNavBar {
  background: #8d9ea4;
  border: none;
  backdrop-filter: blur(0);
  border-radius: 66px;
  padding: 0.5rem 0.4rem;
}
.customDarkNavBar .customNavbarContainer .brandLogo {
  width: 190px;
  height: auto;
}
.customDarkNavBar .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14.41px;
}
.customDarkNavBar .nav-link:hover {
  color: #123744;
}
.customDarkNavBar .mainButtonTheme,
.customDarkNavBar .mainButtonWhite {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14.41px;
  height: 35px;
  width: 96px;
  color: #123744;
  background: var(--white-color);
  padding: 0.1rem 0.1rem;
  text-align: center;
}
.customDarkNavBar .mainButtonTheme {
  background: #123744;
  color: var(--white-color);
}
.customDarkNavBar .mainButtonTheme:hover {
  color: #123744;
  background: var(--white-color);
}
.customDarkNavBar .mainButtonWhite:hover {
  background: #123744;
  color: var(--white-color);
}

/* heroSection */
.homePageHeroSection {
  min-height: 140vh;
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../img/hero_section_bg.webp");
  background-size: cover;
  background-position: center center;
  font-family: "Manrope", sans-serif;
}
.lgHeading {
  font-weight: 700;
  font-size: 82.09px;
  color: var(--white-color);
}
.mainText {
  font-weight: 500;
  font-size: 18.3px;
  color: #ffffffcc;
}
.mdHeading {
  color: var(--white-color);
  font-weight: 500;
  font-size: 36px;
}
.counterCard .mdHeading {
  text-transform: uppercase;
}
.counterCard .mainText {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  color: var(--white-color);
}

.homePageHeroSection .mainButtonTheme,
.homePageHeroSection .mainButtonWhite {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

.homePageHeroSection .mainButtonTheme {
  background: #349fc6;
}
.homePageHeroSection .mainButtonTheme:hover {
  background: var(--theme-color);
}

/* heroShapeContainer */
.heroShapeContainer .mdHeading {
  font-weight: 500;
  font-size: 47px;
}
.heroShapeContainer .mainText {
  font-weight: 500;
  font-size: 16px;
  color: #ffffffcc;
  margin-top: 1rem;
}
.heroShapeContainer {
  position: relative;
}
.heroShapeContainerText {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem;
  z-index: 1;
}
.arrowButton {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary_color);
  background: var(--theme-color);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 1.8rem;
  border: none;
}
.heroShapeContainer .arrowButton {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* flexHeader */
.flexHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sectionHeading {
  font-weight: 400;
  font-size: 70px;
  color: var(--secondary_color);
}

/* conferenceSection */
.conferenceSection .counterCard .mainText {
  font-size: 22.38px;
  color: var(--secondary_color);
}
.conferenceSectionColText {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.conferenceSectionColText .mdHeading {
  font-weight: 500;
  font-size: 35px;
  color: var(--secondary_color);
  margin-bottom: 1em;
}
.smText {
  font-weight: 500;
  font-size: 16px;
  color: #000000cc;
}

/* comunitySectionShapeTextWrapper */
.comunitySectionShapeTextWrapper {
  padding: 2.8rem;
  position: relative;
  z-index: 10;
}
.comunitySectionShapeImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.iconCircle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border: 1px solid #0000004a;
  color: var(--secondary_color);
  font-size: 1.3rem;
}
.comunitySectionShapeTextContent .mdHeading {
  font-weight: 500;
  color: var(--secondary_color);
  font-size: 28px;
}
.comunitySectionShapeTextContent .mainText {
  font-weight: 500;
  font-size: 16px;
  color: #000000cc;
}
.comunitySectionShapeTextContent {
  margin-top: 10vw;
}
.comunitySectionShapeWrapper .arrowButton {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* comunitySectionShape2Header */
.comunitySectionShape2Header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comunitySectionShape2Header .themeColor {
  height: 30px;
  font-weight: 400;
  font-size: 12px;
  color: var(--secondary_color);
  padding: 0.2rem 0.3rem;
}
.comunitySectionShape2Header .themeColor:hover {
  color: var(--theme-color);
}
.comunitySectionShape2Header .mainText {
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: var(--secondary_color);
}
.comunitySectionShape2TextWrapper {
  padding: 3rem;
  min-height: 400px;
}

/* sponcersSection */
.sponcersSection {
  padding: 4rem 0;
}
.sponcersLogoesWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
/* sponcerslogos */
.sponcerslogos {
  max-width: 220px;
  height: auto;
}

/* agencySection */
.agencySection {
  background-image: url("../img/agency_section_bg.webp");
  background-size: cover;
}

/* themeHeading */
.themeHeading {
  font-weight: 400;
  font-size: 30px;
  color: var(--theme-color);
}
.agencySectionContent .sectionHeading {
  color: var(--white-color);
}
.agencySectionContent .mainText {
  font-weight: 500;
  font-size: 16px;
  color: #ffffffcc;
}
.agencySectionContent .mdHeading {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.agencySectionContent .counterCard .mdHeading {
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--white-color);
}

.agencySectionContent .counterCard .mainText {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}
.agencySection .blurBoxDrop .mainText {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}
.smButton {
  padding: 0.2rem 0.5rem;
  height: auto !important;
  font-weight: 400;
  font-size: 14px;
  background: var(--theme-color);
  color: var(--secondary_color);
}
.blurBoxDrop {
  border: 1px solid #ffffff4a;
  backdrop-filter: blur(13.199999809265137px);
  background: #ffffff0f;
  border-radius: 40px;
  padding: 4rem;
}

/* growthSectionBoxContainer */
.growthSectionBoxContainer {
  background-image: url("../img/growth_section_box_container_bg.webp");
  background-size: cover;
  border-radius: 30px;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  height: 100%;
}
/* growthSectionBoxContainer */
.growthSectionBoxContainer .mdHeading {
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 1.4rem;
}
.growthSectionBoxContainer .mainText {
  font-weight: 500;
  font-size: 16px;
  color: #ffffffcc;
}

/* businessBox */
.businessBox {
  padding: 1.7rem;
  background: var(--secondary_color);
  color: var(--theme-color);
  font-weight: 500;
  font-size: 18px;
  border-radius: 23px;
  width: fit-content;
}
.growthSectionContentInner .mdHeading {
  color: var(--secondary_color);
}
.growthSectionContentInner .mainText {
  color: var(--secondary_color);
}

/* footeSection */
.footeSection {
  background: #123744;
  backdrop-filter: blur(51.400001525878906px);
}
.smText {
  font-weight: 400;
  font-size: 9.7px;
  color: #ffffff;
}
.footeSection .mdHeading {
  font-weight: 500;
  font-size: 16px;
  color: #ffffffcc;
}
.footerBrandLogo {
  max-width: 211px;
  height: auto;
}
.footerHeading {
  font-weight: 500;
  font-size: 23px;
  color: #ffffff;
}
.footerLink {
  text-decoration: none;
  font-weight: 400;
  font-size: 19px;
  color: #ffffffcc;
  transition: all 0.3s ease-in;
  margin-bottom: 0.7rem;
  display: block;
}
.footerLink:hover {
  color: var(--theme-color);
}

/* socialLinkButton */
.socialLinkButton {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  transition: all 0.4s ease-in;
  border: 1.41px solid #ffffff;
  font-size: 20px;
}
.socialLinkButton.acitve,
.socialLinkButton:hover {
  color: #56a84a;
  border: 1.41px solid #56a84a;
}

/* newLattersFooter */
.newLattersFooter {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
/* footerInputWrapper */
.footerInputWrapper {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding-right: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1.38px solid #ffffff25;
}
/* footerInput */
.footerInput {
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  color: #ffffffcc;
  background: transparent;
  flex: 1;
}
.emailImageButton {
  width: 25px;
  height: auto;
  cursor: pointer;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> pageHeroSectionAlignment <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  */
.pageHeroSectionAlignment {
  background-image: url("../img/hero_section_bg.webp");
  background-size: cover;
  background-position: center;
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1rem;
}
/* heroSection */
.heroSection .sectionHeading {
  color: var(--white-color);
}
.pageSubtitleWrapper {
  padding: 1rem 0;
  background: linear-gradient(0deg, #163d45, #163d45);
}
.pageSubtitleWrapper .mdHeading {
  font-weight: 400;
  font-size: 40px;
  color: var(--white-color);
}

/* sysStoryContainer */
.sysStoryContainer {
  border: 0.93px solid #00000038;
  background: #ffffff;
  border-radius: 27px;
  padding: 1.8rem;
}
.sysStoryContentWrapper .sectionHeading {
  font-weight: 400;
  font-size: 50px;
  color: #163d45;
}
.sysStoryContentWrapper .mainText {
  font-weight: 400;
  font-size: 16px;
  color: var(--secondary_color);
}

.gradientBackground {
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.11) 100%);
}

/* memberCard */
.memberCard {
  background: #ffffff;
  border: 1px solid #00000033;
  border-radius: 38px;
  padding: 1.3rem;
  cursor: pointer;
}
.memberCardImageWrapper {
  background: #d9d9d9;
  border-radius: 38px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.memberCardImage {
  transition: all 0.3s ease;
  object-fit: cover;
}
.memberCard:hover .memberCardImage {
  transform: scale(1.1);
}
.memberCardBody .mdHeading {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0.3rem;
}
.memberCardBody .mainText {
  color: #4b919f;
  font-weight: 400;
  font-size: 25px;
}
.memberCardBody .socialLinkButton {
  border: 1px solid #5f5f5f;
  width: 39px;
  height: 39px;
  color: #5f5f5f;
}
.memberCardBody .socialLinkButton:hover {
  background: #123744;
  color: var(--white-color);
}

/* inputHolder */
.inputLabel {
  color: var(--secondary_color);
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 0 1rem;
  margin-bottom: 0.3rem;
}
.inputArea {
  padding: 0.8rem 1rem;
  background: #ffffff;
  border: 1px solid #0000001a;
  outline: none;
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  color: var(--secondary_color);
  transition: all 0.4s ease;
  width: 100%;
}
.inputArea::placeholder {
  color: #00000033;
}
.inputArea:focus {
  border-color: #123744;
}
.mainButton {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.mainButton:hover {
  background: var(--secondary_color);
  color: var(--theme-color);
}

.sysStoryContainer .iconCircle {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

/* clubCard */
.clubCard {
  background: #ffffff;
  border: 0.93px solid #00000038;
  border-radius: 27.76px;
  padding: 1.8rem;
}
.clubCard .mainText {
  font-weight: 500;
  font-size: 18px;
  color: var(--secondary_color);
}
.clubCard .mainText span {
  font-size: 28px;
}
.clubCard .flexDiv {
  gap: 1rem;
}

/* SupportersSection */
.SupportersSection {
  padding: 3rem 0;
}
/* sectionHeaderPara */
.sectionHeaderPara {
  font-weight: 400;
  font-size: 25px;
  color: var(--secondary_color);
}

/* supportersCard */
.supportersCard {
  padding: 1.2rem;
  border: 0.93px solid #00000038;
  border-radius: 27.76px;
  background: #ffffff;
}

/* Training card image styling - only for training images */
.supportersCard .col-lg-4 .w-100 {
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
}

.supportersCard .col-lg-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  display: block;
}
.supportersCard .mdHeading {
  font-weight: 400;
  font-size: 30px;
  color: #163d45;
}
.supportersCard .mainText {
  color: #163d45;
  font-weight: 400;
  font-size: 16px;
}
.supportersCard .smText {
  font-weight: 500;
  font-size: 13.65px;
  color: var(--secondary_color);
}
.supportersCardContent .flexDiv {
  width: 80%;
}
.supportersCard .lgHeading {
  font-weight: 500;
  font-size: 18px;
  color: #8d9ea4;
}
.supportersCard .lgHeading span {
  font-size: 28px;
  color: var(--secondary_color);
}
.supportersCardDetails {
  padding: 1.4rem 1rem;
  border-left: 1px solid #00000033;
}
.supportersCardDetails .mdHeading {
  font-weight: 500;
  font-size: 18px;
  color: var(--secondary_color);
  margin-bottom: 8px;
}
.supportersCardDetails .mainText {
  font-weight: 500;
  font-size: 13px;
  color: var(--secondary_color);
}

/* pressCard */
.pressCard {
  padding: 1rem;
}
.pressCard .mdHeading {
  font-weight: 700;
  font-size: 21px;
  color: #163d45;
}
.pressCard .mainText {
  font-weight: 400;
  font-size: 15px;
  color: var(--secondary_color);
}

/* sidebar */
.sidebar {
  background: #f1f3f4;
  padding: 2rem 1.4rem;
  border-radius: 24px;
  width: 280px;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.closeButton {
  border: none;
  outline: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* dashboardUserProfileHeader */
.dashboardUserProfileHeader {
  padding: 1rem 0;
  border-bottom: 1px solid #ced2d8;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dashbaordToggleArrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.dashboardUserInfoWrapper .mdHeading {
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #21293b;
}
.dashboardUserInfoWrapper .mainText {
  font-weight: 500;
  font-size: 12px;
  color: #93979c;
  font-family: "Poppins", sans-serif;
}

/* userProfileImageWrapper */
.userProfileImageWrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #ced2d8;
  background: #ffeece;
}
.onlineStatus {
  position: absolute;
  right: 0;
  bottom: 7px;
  border: 2px solid #f1f3f4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #65c85c;
  box-shadow: 0px 4px 6px 0px #65c85c66;
}

.sideMenu {
  padding: 1rem 0;
}
.sideLink {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 80px;
  color: #4c5158;
}
.sideLink:hover,
.sideLink.active {
  background: #163d45;
  color: var(--white-color);
}
.sideLink img {
  transition: all 0.3s ease-in;
}
.sideLink:hover img,
.sideLink.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1861%)
    hue-rotate(329deg) brightness(107%) contrast(100%);
}
.logout:hover {
  background: transparent;
  color: #fff;
}

.dashbaordHeader .sectionHeading {
  font-weight: 400;
  font-size: 40px;
  color: #163d45;
}
.dashbaordHamberger {
  border: none;
  font-size: 1.4rem;
}

/* dasboardLayout */
.dasboardLayout {
  position: relative;
  display: flex;
  align-items: start;
  gap: 1.4rem;
}

.dashboardContentWrapper {
  flex: 1;
}
.mainDashboardContentContainer {
  background: #ffffff;
  border: 0.93px solid #00000038;
  border-radius: 27.76px;
  padding: 1.4rem;
  width: 100%;
  min-height: 80vh;
}

.PerformanceCard {
  background: #ffffff;
  border: 0.93px solid #00000038;
  border-radius: 27.76px;
  padding: 1.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.PerformanceCard:hover {
  transform: translateY(-5px);
}
.PerformanceCard .mdHeading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 29.33px;
  color: #4c5158;
}
.PerformanceCard .mdHeading span {
  font-weight: 300;
  font-style: Light;
  font-size: 19.33px;
}
.PerformanceCard .mainText {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #4c5158;
}
.performanceCardImage {
  width: 90px;
  height: auto;
}

/* historyPanel */
.historyPanel {
  display: flex;
  align-items: start;
  gap: 0.3rem;
  padding: 1rem;
  position: relative;
}
.historyPanel .mdHeading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15.02px;
  color: #21293b;
  margin-bottom: 0.3rem;
}
.historyPanel .mainText {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 12.87px;
  color: #93979c;
}
.checkicon {
  position: relative;
  z-index: 2;
}
.connectDot {
  width: 1px;
  height: 100%;
  border-left: 2px dashed #61cec8;
  position: absolute;
  z-index: 1;
  left: 1.5rem;
}

/* clubCardCol */
.clubCardCol {
  border-left: 1px solid #00000033;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* blogPage2Section */
.blogPage2Section .sectionHeading {
  font-weight: 700;
  font-size: 31px;
  color: #163d45;
}

.sysStoryImageWrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/8;
  border-radius: 28px;
  border: 0.93px solid #00000038;
}
.sysStoryImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* supportersCard */
.supportersCard .cardHeading {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 25px;
  color: var(--secondary_color);
}
.supportersCard .cardHeading span {
  font-weight: 400;
}

.videoCard .sectionHeading {
  font-weight: 400;
  font-size: 41.64px;
  color: #163d45;
}

.clubCard .smText {
  font-weight: 500;
  font-size: 11.75px;
  text-transform: uppercase;
  color: var(--secondary_color);
}
.clubCard .smText span {
  color: #979797;
  margin-right: 0.4rem;
}
.smHeading {
  font-weight: 500;
  font-size: 16px;
  color: #000000cc;
}

