.main-bg {
  background: linear-gradient(176.78deg, #ddece1 -10.25%, #a3cecb 126.05%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-black {
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
nav {
  background: rgba(255, 255, 255, 0.35);
  background-blend-mode: screen;
  backdrop-filter: blur(54px);
  opacity: 1;
  text-justify: auto;
  font-family: 'Times New Roman', Times, serif;
  text-align: left;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #d5e8de;
}
.nav-link {
  border-radius: 2.25rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 2px solid transparent;
}
.nav-link:hover {
  border: 2px solid #181717;
  color: black !important;
}
a.active {
  background: black;
  color: white !important;
}
a.active:hover {
  color: white !important;
  background: #3e3e3e !important;
}
.btn-black {
  background-color: black !important;
  border-color: white;
  border-radius: 1rem;
  box-shadow: black;
  text-align: center;
  max-width: auto;
  text-decoration-color: white;
  color: white;
}

.form-control-s {
  display: block;
  width: 100%;
  padding: 0.688rem 1.563rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fffefe09;
  background-clip: padding-box;
  border: 2px solid #181717;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
  -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
  -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
  -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 8px;
}
.form-control-s::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}

.form-control-s::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}

.form-control-s:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}

.form-control-s::-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}

.form-control-s::placeholder {
  color: #000000 !important;
  opacity: 1;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.688rem 4.689rem 0.688rem 1.563rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fffefe09;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23979797' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.563rem center;
  background-size: 16px 12px;
  border: 2px solid #181717;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 153, 0, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(255, 153, 0, 0.25);
}

section.tk {
  background-color: #000000 !important;
}

.card-overlay {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  width: 80%;
  bottom: 10px;
  left: 10%;
  padding: 10px 20px;
  backdrop-filter: blur(12px);
}
.card-overlay-top-right {
  position: absolute;
  background: transparent;
  width: 10%;
  top: 8px;
  right: 5px;
  text-align: center;
}
i.fa-xl {
  padding-left: 20px;
  padding-right: 20px;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background: #a3cecb;
  /* background-color: var(--bs-body-bg); */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 576px) {
  body {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    display: none;
  }
}

@media (min-width: 992px) {
  body {
    display: block;
  }
}

@media (min-width: 1200px) {
  body {
    display: block;
  }
}

@media (min-width: 1400px) {
  body {
    display: block;
    width: 100%;
    margin: 0;
  }
}
