.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.headerContainer {
  flex: 0 1 auto;
}
body {
  margin: 0px;
  width: 100vw;
}

.topBar {
  padding: 20px 0px;
  background-color: #f3f6f7;
  width: 100%;
}

.topLogo {
  width: 80px;
}

.gradient-bg-header {
  width: 100%;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(151, 151, 151, 0.6)
  );
  padding: 30px 0px;
}
.mainFont {
  color: #252525;
  font-size: 3em;
  font-family: "Roboto", sans-serif;
}
.seconaryFont {
  color: #252525;
  margin-top: 10px;
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
}

.main-content {
  flex: 1 1 auto;
  background-image: url("media/bg2025.png");
  padding: 150px 0px 86px;
  background-position: center top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  align-items: center;
  justify-content: center;
}
.video-container-sml {
  display: none;
}
@media screen and (max-width: 1513px) {
  body {
    positin: fixed;
  }

  .mainFont {
    font-size: 1.5em !important;
  }
  .seconaryFont {
    margin-top: 10px;
    font-size: 0.8em !important;
  }

  .main-item {
    width: 80% !important;
  }

  .main-content {
    padding: 80px 0px;
    align-items: center;
    justify-content: center;
  }
  /* .video-container-sml{
    display:block;
  }
  .video-container-lrg{
    display:none;
  } */
}
.footer-div {
  background-color: #f3f6f7 !important;
  padding: 20px 0px;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  /* flex: 0 1 40px; */
}
.footer-img {
  width: 80px;
}
.aspect-ratio-outter {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: #06202d;
  position: relative;
}
.aspect-ratio-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
