body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  text-align: left;
  background-color: #ffffff;
  height: 100%;
  margin: 0;
  padding: 0;
}

.main-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 50px - 50px);
}

.main-content {
  padding-top: 200px;
  width: 100%;
  max-width: 786px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
}

.title-landing {
  font-style: normal;
  font-weight: 900;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #142638;
}

.entry-text {
  background: transparent;
  margin-bottom: 50px;
  text-align: center;
}

.navbar {
  background: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
}

.nav-link {
  color: #142638;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link:active {
  text-decoration: underline;
}

.card {
  border-radius: 7px;
  width: 100%;
}

.card1 {
  background: #01374a;
  border: none;
  transition: transform 0.3s ease;
}

.card1:hover {
  transform: scale(1.05);
}

.card-title3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}

.card-title2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  color: white;
}

.card2 {
  background: #007d76;
  border: none;
  transition: transform 0.3s ease;
}

.card2:hover {
  transform: scale(1.05);
}

.card1:hover {
  transform: scale(1.05);
}

.card3 {
  background: #592941;
  border: none;
  transition: transform 0.3s ease;
}

.card3:hover {
  transform: scale(1.05);
}

.card4 {
  background: #550527;
  border: none;
  transition: transform 0.3s ease;
}

.card4:hover {
  transform: scale(1.05);
}

.card-title4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  color: white;
}

.card-title5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}

.footer-trans {
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-right: none;
  border-bottom: none;
  border-left: none;
  backdrop-filter: blur(13px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#infoModal {
  background-color: rgba(0, 0, 47, 0.1);
  border-radius: 10px;
  box-shadow: none;
  backdrop-filter: blur(30px);
}

.modal.fade.show .modal-backdrop {
  transition: backdrop-filter 0.2s ease-in-out;
}

.modal-content {
  background-color: #f7f9f9;
  border-radius: 7px;
  box-shadow: none;
  backdrop-filter: blur(0px);
  border: none;
}

.modal-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #142638;
  font-size: 1.3rem;
}

.modal_text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 1.2rem;
}

.modal-body {
  text-align: left;
}

/* .container {
  height: 100px;
} */

.lead {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #142638;
  font-size: 1.3rem;
  font-weight: 600;
}

.info-choices-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #142638;

  font-weight: 400;

  text-align: center;
}

.info-choices {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #142638;
  font-weight: 400;
  text-align: center;
  padding-bottom: 8px;
}

.form-control::placeholder {
  font-size: 1.5rem;
  padding-bottom: 50px;
  color: #a5aab0;
  padding-bottom: 10px;
  padding: 15px;
  background: transparent;
}

.main-search {
  border-color: red;
  border-radius: 5px;
  padding: 25px;
  background: red;
}

.input-group-text {
  background-color: transparent;
  font-size: 1.5rem;
  border: none;
}

.advanced-search {
  background-color: transparent;
  border: none;
  width: 54px;
}

.submit-search {
  background-color: #142638;
  border-color: #142638;
  border-style: solid;
  padding: 10px;
}

#infoModal .modal-dialog {
  max-width: 40%;
}

.fa-info {
  background-color: transparent;
  cursor: pointer;
  margin-right: 5px;
}

.icon-with-text p,
.icon-with-text i {
  display: block;
  cursor: pointer;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  margin-bottom: 40px;
}

.line1,
.line2 {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  flex-grow: 0.15;
  max-width: 200px;
}

.text {
  padding: 0 10px;
}

.announce {
  font-size: large;
  background-color: transparent;
  text-align: left;
}

mark {
  background-color: #fec1a7;
}

.selectize-control .selectize-input {
  border-radius: 5px;
  padding: 15px;
  border-style: solid;
  width: 95%;
  margin-top: 15px;
}

.card-title2 {
  padding-top: 10px;
}

.card-title3 {
  padding-top: 0px;
  padding-bottom: 10px;
}

/* .form-row {
  margin-left: 37%;
} */

.border {
  border: 0px solid !important;
}

.navbar-toggler {
  background: #ffffff !important;
}

/* categories pages responsiveness */
.category-icon {
  width: 12%;
}

/* Two-column layout for cards on larger screens */
.card-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pb-5 {
  margin-bottom: 0;
}

.cursor {
  position: relative;
}
.cursor i {
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: red;
  left: 155px;
  top: 50%;
  animation-name: blink;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  opacity: 1;
}

.cursor input:focus + i {
  display: none;
}

.main-content {
  margin-top: 50px;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
