* {
  font-family: "Urbanist", sans-serif;
}

p {
  font-size: 18px;
  color: #004b32;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.modal-header h1 {
  font-size: 25px;
  color: #004b32;
  font-weight: bold;
}

.modal-body a {
  color: #b4dc00;
  transition: all 0.2s ease-in-out;
}

.modal-body a:hover {
  color: #004b32;
}

.modal-body h2 {
  text-align: center;
  font-weight: bold;
  color: #004b32;
  padding: 10px 0;
  letter-spacing: 0.02em;
}

.modal-body li {
  padding: 10px 0;
  color: #004b32;
  font-size: 18px;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-dialog {
  max-width: 1400px;
}

@media (max-width: 1400px) {
  .modal-dialog {
    max-width: 992px;
  }
}

@media (max-width: 992px) {
  .modal-dialog {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .modal-dialog {
    max-width: 500px;
  }
}

.btn-close:focus {
  box-shadow: 0px 0px 7px 5px rgba(0, 75, 50, 0.4);
}

.jean {
  position: relative;
}

#scrollToTopBtn {
  width: 50px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  font-size: 24px;
  display: none;
  background-color: #00a3ea;
  margin: 0px !important;
  border: none;
  z-index: 1000;
}

#scrollToTopBtn:hover {
  background-color: #b4dc00;
}

/* .default {
  height: 500px;
} */

.default h1 {
  color: #004b32;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.default h2 {
  text-align: center;
  color: #004b32;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.default h4 {
  color: #004b32;
  padding-top: 0.5rem;
  letter-spacing: 0.02em;
}

.default li {
  color: #004b32;
  font-size: 18px;
}

.default li a,
.default a {
  color: #b4dc00;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.default li a:hover,
.default a:hover {
  color: #004b32;
}

#tecart-cookie-banner .cc-header {
  color: #004b32 !important;
  padding-left: 0px;
  background: none;
}

.cc-message a {
  color: #b4dc00 !important;
  text-decoration: none;
}

.cc-highlight .cc-btn.layout-2 {
  text-decoration: none;
}
