@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.poppin {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.bricolage {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.text-gray-500{

  color: #2E3A59!important;
}
.text-base{
  font-size: 17px!important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
}
.navigation-menu.active {
  display: block !important;
}

@media (min-width: 1400px) {
  .txlwfull {
    max-width: 2500px !important;
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .txlwfull {
    max-width: 2500px !important;
    width: 100% !important;
  }
}
.left {
  left: 0 !important;
}
@media (min-width: 2000px) and (max-width: 15000px) {
  .txlwfull {
    max-width: 10500px !important;
    width: 100% !important;
  }
}
.menu-btn {
  cursor: pointer;
  transition: all 0.2s ease;
}

.menu-btn:hover {
  background-color: #2d5a8c !important;
  color: white !important;
}

.menu-btn.active {
  background-color: #2d5a8c !important;
  color: white !important;
}
