* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

footer {
  overflow-x: hidden !important;
}

:root {
  --primary-color: #990011;
  --secondary-color: #f1f4ff;
  --white: #fff;
  --gray-500: #6b7280;
  --gray-200: #f3f4f6;
}
/* 
#111827
#111827
*/
.bg-nav {
  background-color: #222;
}
.bg-transparent{
  background-color: transparent !important;
}
.bg-gray-100 {
  background-color: var(--gray-200) !important;
}
.bg-nav-constant {
  background-color: #222;
}
.w-fit {
  width: fit-content !important;
}
.sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.cursor-none{
  cursor: none !important;
}
.cursor-normal{
  cursor: default !important;
}
.text-justify{
  text-align: justify !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

/* ! Box Shadows */
.my-shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.my-shadow {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.my-shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.my-shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.my-shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.my-shadow-2xl {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.my-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}
.my-shadow-none {
  box-shadow: 0 0 #0000;
}

/* ! Border Radiuses */
.rounded-sm {
  border-radius: 0.125rem !important; /* 2px */
}
.rounded {
  border-radius: 0.25rem !important; /* 4px */
}
.rounded-md {
  border-radius: 0.375rem !important; /* 6px */
}
.rounded-lg {
  border-radius: 0.5rem !important; /* 8px */
}
.rounded-xl {
  border-radius: 0.75rem !important; /* 12px */
}
.rounded-2xl {
  border-radius: 1rem !important; /* 16px */
}
.rounded-3xl {
  border-radius: 1.5rem !important; /* 24px */
}
.rounded-full {
  border-radius: 9999px !important;
}

/* ! Color Formatting */
.bg-myprimary {
  background-color: var(--primary-color);
}
.text-myprimary {
  color: var(--primary-color) !important;
}
.bg-mysecondary {
  background-color: var(--secondary-color);
}
.bg-mysecondary-outline {
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.text-mysecondary {
  color: var(--secondary-color) !important;
}
.text-gray-500 {
  color: var(--gray-500) !important;
}

/* ! Font Family */
.font-jost {
  font-family: "Jost", sans-serif !important;
}
.font-mulish {
  font-family: "Mulish", sans-serif !important;
}

/* ! Font Sizes */
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-base {
  font-size: 1rem !important;
}
.text-md {
  font-size: 15px !important;
}
.text-lg {
  font-size: 1.125rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
}

/* ! Font Weights */
.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
.btn {
  font-family: "Jost", sans-serif;
}

p,
small,
li,
input,
textarea {
  font-family: "Mulish", sans-serif;
}

/* ! Border Colors */

.border-myprimary {
  border-color: var(--primary-color) !important;
}
.border-mysecondary {
  border-color: var(--secondary-color) !important;
}

/* ! Button Styles */

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-myprimary {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
}

.btn-mysecondary {
  background-color: var(--white) !important;
  color: var(--primary-color) !important;
}

/* ! Form Styles */
.form-control {
  border: 1px solid #fefefe;
  outline: none !important;
  background-color: var(--white);
  box-shadow: none !important;
  font-family: "Mulish", sans-serif !important;
}
.form-control:focus,
.form-control:active {
  border: 1px solid var(--primary-color) !important;
}
.form-label text-black,
label {
  font-family: "Jost", sans-serif !important;
  font-weight: 500;
  font-size: 14px !important;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none !important; width : 0 !important; height: 0 !important; }
input[type=search]::-ms-reveal { display: none !important; width : 0 !important; height: 0 !important; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none !important; }
/* Custom */
@media screen and (max-width: 768px) {
  .navbar {
    background-color: #222;
  }
}
.nav-icon {
  border: 2px solid transparent;
  padding: 0.2rem;
  border-radius: 5px;
}
.nav-icon:focus,
.nav-icon:active {
  border: 2px solid #fefefe;
  padding: 0.2rem;
  border-radius: 5px;
}
.page-intro {
  height: 75vh;
  background-color: #333;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(
      62deg,
      rgba(0, 0, 0, 0.6) 20%,
      rgba(0, 0, 0, 0.6) 80%
    ),
    url("/static/img/page-intro.jpg");
}

.login-bg {
  background-color: #333;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(
      62deg,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0.8) 50%
    ),
    url("/static/img/page-intro.jpg");
}
.sign-up-btn {
  transition: all 0.3s ease-in-out;
}
.sign-up-btn:hover {
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}
.footer-link:hover {
  color: var(--white) !important;
}

.team-image {
  width: 70px !important;
  height: 70px !important;
}

.page-link {
  color: var(--primary-color) !important;
}

.page-item.active .page-link {
  color: var(--white) !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: var(--secondary-color) !important;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: var(--secondary-color) !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #990011 !important;
}
