@font-face {
  font-family: light;
  src: url("fonts/NeueMachina-Light.otf");
}
@font-face {
  font-family: Regular;
  src: url("fonts/NeueMachina-Regular.otf");
}
@font-face {
  font-family: Ultra;
  src: url("fonts/NeueMachina-Ultrabold.otf");
}
body {
  font-family: Regular;
  background: linear-gradient(216.14deg, #000000 21.36%, #00391e 76.84%);
  background-repeat: no-repeat;
  height: auto;
  min-height: 100vh;
  width: 100%;
  padding-bottom: 200px;
}
a {
  text-decoration: none;
}
.navbar_section {
  font-family: Regular;
  background: transparent;
  width: 100%;
}
.navlogimg {
  height: 40px;
  width: auto;
}
.navbar-dark .navbar-toggler {
  border: none;
  box-shadow: none;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  transition: all 1s;
}
.mb_title_div {
  text-align: center;
}
.mb_title_div h1 {
  font-family: Ultra;
  font-size: 60px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mb_card1_body_div {
  height: auto;
  padding: 20px;
  min-height: 280px;
  width: 100%;
  max-width: 680px;
  background: radial-gradient(
      61.38% 61.38% at 92.39% 38.62%,
      rgba(78, 223, 154, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    radial-gradient(
      46.27% 46.27% at 11.64% 18.44%,
      rgba(78, 223, 154, 0.6) 0%,
      rgba(255, 255, 255, 0.6) 74.88%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0px 4px 4px 5px #00000040;
  margin-right: 100px;
  border-radius: 7px;
}
.mb_card1_text_div h1 {
  font-family: Ultra;
  color: #000;
}
.mb_card1_text_div p {
  color: #000;
  padding-top: 20px;
}
.mb_card2_body_div {
  position: relative;
  top: -40px;
  padding: 20px;
  height: auto;
  min-height: 260px;
  width: 100%;
  max-width: 720px;
  background: radial-gradient(
      61.38% 61.38% at 92.39% 38.62%,
      rgba(78, 223, 154, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    radial-gradient(
      46.27% 46.27% at 11.64% 18.44%,
      rgba(78, 223, 154, 0.6) 0%,
      rgba(255, 255, 255, 0.6) 74.88%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0px 4px 4px 5px #00000040;
  border-radius: 7px;
}
.mb_card2_text_div h1 {
  font-family: Ultra;
  color: #000;
}
.mb_card2_text_div p {
  padding-top: 20px;
  color: #000;
}
.mb_card3_body_div {
  padding: 20px;
  height: auto;
  min-height: 210px;
  width: 100%;
  max-width: 720px;
  background: radial-gradient(
      61.38% 61.38% at 92.39% 38.62%,
      rgba(78, 223, 154, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    radial-gradient(
      46.27% 46.27% at 11.64% 18.44%,
      rgba(78, 223, 154, 0.6) 0%,
      rgba(255, 255, 255, 0.6) 74.88%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0px 4px 4px 5px #00000040;
  float: right;
  position: relative;
  top: -80px;
  border-radius: 7px;
}
.mb_card3_text_div h1 {
  font-family: Ultra;
  color: #000;
}
.mb_card3_text_div p {
  padding-top: 20px;
  color: #000;
}
.footer_section {
  position: relative;
  background: radial-gradient(
      61.38% 61.38% at 92.39% 38.62%,
      rgba(78, 223, 154, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    radial-gradient(
      46.27% 46.27% at 11.64% 18.44%,
      rgba(78, 223, 154, 0.6) 0%,
      rgba(255, 255, 255, 0.6) 74.88%
    ),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.footer_position_div {
  position: absolute;
  top: 160px;
}
.footer_text_div {
  color: #fff;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.footer_text_div p {
  margin: 0px;
}
.footer_border_div {
  border-bottom: 1px solid #000;
}
.footer_text_div p a {
  color: #fff;
}
.second_footer_div {
  color: #fff;
}
@media (max-width: 1200px) {
  .mc_cards_container {
    width: 100%;
    max-width: none;
    padding: 0px;
    margin: 0px;
  }
}
@media (max-width: 980px) {
  .mb_card1_body_div {
    height: auto;
    padding: 20px;
    min-height: 280px;
    width: 100%;
    max-width: 600px;
    background: radial-gradient(
        61.38% 61.38% at 92.39% 38.62%,
        rgba(78, 223, 154, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 100%
      ),
      radial-gradient(
        46.27% 46.27% at 11.64% 18.44%,
        rgba(78, 223, 154, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 74.88%
      ),
      linear-gradient(0deg, #ffffff, #ffffff);
    box-shadow: 0px 4px 4px 5px #00000040;
    margin-right: 100px;
  }
  .mb_card1_text_div h1 {
    font-family: Ultra;
    color: #000;
  }
  .mb_card1_text_div p {
    color: #000;
    padding-top: 20px;
  }
  .mb_card2_body_div {
    position: relative;
    top: -40px;
    padding: 20px;
    height: auto;
    min-height: 260px;
    width: 100%;
    max-width: 520px;
    background: radial-gradient(
        61.38% 61.38% at 92.39% 38.62%,
        rgba(78, 223, 154, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 100%
      ),
      radial-gradient(
        46.27% 46.27% at 11.64% 18.44%,
        rgba(78, 223, 154, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 74.88%
      ),
      linear-gradient(0deg, #ffffff, #ffffff);
    box-shadow: 0px 4px 4px 5px #00000040;
  }
  .mb_card2_text_div h1 {
    font-family: Ultra;
    color: #000;
  }
  .mb_card2_text_div p {
    padding-top: 20px;
    color: #000;
  }
  .mb_card3_body_div {
    padding: 20px;
    height: auto;
    min-height: 175px;
    width: 100%;
    max-width: 620px;
    background: radial-gradient(
        61.38% 61.38% at 92.39% 38.62%,
        rgba(78, 223, 154, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 100%
      ),
      radial-gradient(
        46.27% 46.27% at 11.64% 18.44%,
        rgba(78, 223, 154, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 74.88%
      ),
      linear-gradient(0deg, #ffffff, #ffffff);
    box-shadow: 0px 4px 4px 5px #00000040;
    float: right;
    position: relative;
    top: -80px;
  }
  .mb_card3_text_div h1 {
    font-family: Ultra;
    color: #000;
  }
  .mb_card3_text_div p {
    padding-top: 20px;
    color: #000;
  }
}
@media (max-width: 768px) {
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    flex-direction: row-reverse;
  }
  .navlogimg {
    height: 32px;
    width: auto;
  }
}
@media (max-width: 800px) {
  .mb_card1_body_div {
    margin-right: 30px;
  }
  body {
    padding-bottom: 220px;
  }
}
@media (max-width: 650px) {
  .mb_title_div h1 {
    font-size: 26px;
  }
  .mb_card1_body_div {
    margin-right: 0px;
  }
  .mb_card1_body_div {
    width: 100%;
    max-width: 400px;
  }
  .mb_card2_body_div {
    width: 100%;
    max-width: 350px;
    height: auto;
    min-height: 300px;
  }
  .mb_card3_body_div {
    height: auto;
    min-height: 250px;
    width: 100%;
    max-width: 391px;
  }
  .footer_text_div {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .footer_position_div {
    position: absolute;
    top: 225px;
  }
  .second_footer_div {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .mb_card1_body_div {
    width: 100%;
    max-width: 300px;
  }
  .mb_card2_body_div {
    width: 100%;
    max-width: 290px;
    height: auto;
    min-height: 300px;
    position: relative;
    top: -25px;
  }
  .mb_card3_body_div {
    height: auto;
    min-height: 250px;
    width: 100%;
    max-width: 300px;
    position: relative;
    top: -40px;
  }
  .footer_text_div {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
}
@media (max-width: 286px) {
  .footer_position_div {
    position: absolute;
    top: 285px;
  }
  .footer_text_div {
    display: flex;
    justify-content: center;
    gap: 3px;
  }
  .mb_title_div h1 {
    font-size: 20px;
  }
  body {
    padding-bottom: 320px;
  }
}
