body {
  font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #101010;
  color: #fff !important;
}

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

a:hover {
  text-decoration: none;
  color: #d9d5d5;
}

.mt-7 {
  margin-top: 12rem;
}

.mt-6 {
  margin-top: 11rem;
}

.mu-45 {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .container-fluid {
    width: 90% !important;
  }


}


h1 {
  color: #fff;
  line-height: normal;
  font-weight: 200;
  font-size: 48px;
}

h3 {
  color: rgba(255, 255, 255, 0.80);
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.bold {
  font-weight: 700;
}



.bold.under {
  position: relative;
  display: inline-block;
}

.bold.under::after {
  content: "";
  display: block;
  width: 100%;
  /* Adjust the width of the image underline */
  height: 20px;
  /* Adjust the height of the image underline */
  background-image: url('../assets/border_img.png');
  /* Specify the path to your image */
  background-size: cover;
  /* Make the image cover the entire area */
  background-repeat: no-repeat;
  /* Prevent image repetition */
  position: absolute;
  bottom: -20px;
  /* Adjust the distance from the text */
  left: 0;
}

p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.btn-custom {
  background: linear-gradient(250deg, #14F195 -47.16%, #9945FF 140.55%);
  /* font-family: var(--font-lato) !important; */
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 148%;
  color: #fff !important;
  padding: 10px 26px !important;
  /* padding: 2rem !important; */
  /* --bs-btn-padding-y: 1rem !important; */
}

.btn-custom:hover {
  color: rgb(255, 253, 253);
  background: linear-gradient(250deg, #9945FF -47.16%, #14F195 140.55%)
}

hr {
  margin: 20px auto;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* max-width: 1200px; */
  /* Set a maximum width for the container */
  margin: 0 auto;
  padding: 16px;
}

.image-container img {
  width: auto;
  height: 25px;
  /* Set a fixed height for all images */
  margin: 16px 30px;
  /* Add a border for better visibility */
  border-radius: 8px;
  /* Optional: Add border-radius for a rounded look */
}

@media (max-width: 1280px) {
  .mt-7 {
    margin-top: 12rem !important;
  }

  .mt-6 {
    margin-top: 9rem !important;
  }

  .mu-45 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 540px) {
  .mt-7 {
    margin-top: 6rem !important;
  }

  .mt-6 {
    margin-top: 5rem !important;
  }

  .mu-45 {
    margin-bottom: 2rem;
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  pointer-events: auto;

  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  background: #1D1D1D !important;
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.form-control {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.modal-header {
  border-bottom: none !important;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: .375rem;
  opacity: .5;
}

.borde {
  border: 1px solid #242424 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #181818 !important;
}

.nav-link {
  color: #fff !important;
}

.custombg {
  background-color: #181818 !important;
  color: #fff;
  border: 1px solid #242424 !important;
}

.text-sm {
  font-size: 14px !important;
  font-weight: 300 !important;
}

ul li {
  font-weight: 300 !important;
}

.checkmark-list {
  list-style-image: url("../assets/icon/check.png");
}

ul.checkmark-list li {
  padding-left: 5px;
}

.btn-block {
  width: 95%;
  margin: 0 auto;
}

.ft300 {
  font-weight: 400 !important;
}


hr {
  margin: 1rem 0;
  color: #242424 !important;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid;
  opacity: 1;
}