@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header {
  background-color: #00421e;
  z-index: 1046 !important;
  color: #fff;
}

footer {
  background-color: #063d20;
  color: #fff;
}

body {
  background-color: #063d20;
  font-family: 'Poppins', sans-serif;
}

b {
  font-weight: 700;
}

.thin {
  font-weight: 100;
}

.bg-theme {
  background-color: #063d20;
}

.bg-theme-dark {
  background-color: #083C20;
}

.text-theme {
  color: #063d20;
}

.text-theme-dark {
  color:#083C20;
}

.trapezium {
  transform: skew(-12deg) !important;
  white-space: nowrap;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>:disabled~label::after {
  background-color: transparent;
}

#menuBurger .nav-link {
  padding: .5rem 1.6rem;
  color: #fff !important;
}

#menuBurger .nav-link.active {
  background-color: #108752;
}

#menuBurger .dropdown-toggle::after {
  float: right;
  margin-top: .3em;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-top: 0;
  border-left: 0.3em solid transparent;
}

#menuBurger .dropdown-toggle.collapsed::after {
  margin-top: .3em;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.pointer {
  cursor: pointer;
}

ol.marker-bold>li::marker {
  font-weight: bold !important;
}

.modal-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 1;
}

.offcanvas-backdrop {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.offcanvas-backdrop.show {
  opacity: 1;
}

.copyright, .copyright .btn-small {
  font-size: small;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.days, .hours, .minutes, .seconds, .tt {
  font-size: 36pt;
  line-height: 1;
}

.timer .small {
  font-size: .7em;
  position: relative;
  margin-top:-1px
}

.bg-blur {
  backdrop-filter: blur(5px);
}

.box-home {
  width: 100%;
  max-width: 600px;
}

.fixed-top {
  padding-right: 0 !important;
}

.form-floating>.form-select~label::after {
  background-color: transparent;
}