:root {
  --primary: #46d12a;
  --primary-shade: #2e7226;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope/Manrope-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 768px) {
  body {
    /* zoom: 0.5; */
  }
}

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

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

.bg-primary {
  background-color: var(--primary) !important;
}

.card-primary.card-outline {
  border-top: 3px solid #ef8104;
}

.btn-primary,
.btn-primary:hover {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: none !important;
}

.btn-primary:visited {
  color: #fff !important;
  background-color: var(--primary-shade) !important;
  border-color: var(--primary-shade) !important;
  box-shadow: none !important;
}

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

.nath-table .select2-selection {
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
}

.nath-table .select2-container {
  width: 100% !important;
}

.nath-table .select2-selection__rendered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nath-table .select2-selection__arrow {
  top: 0px !important;
  height: 100% !important;
}

.wrapper {
  padding-top: 76px;
  /* padding-bottom: 20vmin; */
}

.navbar {
  border-bottom: 2px solid black;
  height: 76px;
  max-height: 76px;
  font-size: 14px;
  position: fixed;
  top: 0px;
  z-index: 100;
  background-color: white;
  width: 100%;
}

.nav-link {
  color: black;
  font-weight: bold;
  font-weight: bold;
}

.nav-link:visited {
  color: black;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: white;
  background-color: black;
}

.nav-tabs {
  background-color: #f4f6f9;
}

.language-selection {
  padding: 6px 10px;
}

.language-selection.active {
  color: white;
  background-color: black;
}

.dropdown-menu {
  border-radius: 0;
  padding: 0px;
  margin: 0px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active {
  background-color: black;
  color: white;
}

.page-item .page-link {
  background-color: white;
  border-color: black;
  color: black;
  border-radius: 0;
  width: 40px;
  height: 40px;
}

.page-item.hover .page-link,
.page-item.active .page-link {
  background-color: black;
  border-color: black;
  color: white;
  border-radius: 0;
  width: 40px;
  height: 40px;
}

[role="button"] {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  -webkit-user-drag: none;
}

.select2-container {
  width: 100% !important;
}

.select2-selection {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.card-primary:not(.card-outline) > .card-header,
.card-primary:not(.card-outline) > .card-header a {
  color: #fff;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: #ef8104;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 1px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 22px !important;
}

.swal2-noanimation {
  transform: none !important;
}

.footer-lg {
  bottom: 0px;
  /* position: fixed; */
  width: 100%;
  height: 20vmin;
  background-color: black;
  color: white;
  z-index: 10;
}

.footer-lg .footer-section {
  padding-bottom: 0px !important;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 2px solid white;
}

.footer-md {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100vw;
  background-color: black;
  color: white;
  z-index: 10;
}

.footer-md .footer-section {
  min-width: 100vw;
}

footer label {
  font-weight: bold;
  /* text-align: right; */
  width: 100%;
}

.font-manrope {
  font-family:
    "Manrope",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.font-source,
p {
  font-weight: 300;
  font-family:
    "Source Sans 3",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.onepage {
  position: relative;
  display: block;
  /* height: calc(100vh - 76px - 20vmin); */
  height: calc(100vh - 76px);
  /* max-height: calc(100vh - 76px - 20vmin); */
  overflow-y: scroll;
  overflow-x: hidden;
}

li {
  font-weight: normal;
}

.full-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 🔥 key */
  object-position: center;
}

.carousel-caption {
  bottom: 0px;
  left: 0px;
  right: 0px;
}

._text-overlay {
  position: relative;
  z-index: 2;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center; /* horizontal center */

  color: #fff;
  text-align: center;
}

._header1 {
  /* font-size: 56px; */
  /* font-size: 64px; */
  font-size: 4.5vmax;
  line-height: 5vmax;
  font-weight: bold;
  /* padding-bottom: 4px; */
}

._header2 {
  font-size: 4vmax;
  line-height: 3vmax;
}

._header3 {
  font-size: 1.75vmax;
  line-height: 1.75vmax;
}

._header4 {
  font-size: 3vmax;
  line-height: 2vmax;
}

._paragraph1 {
  font-size: 1.5vmax;
  line-height: 1.75vmax;
}

._paragraph2 {
  font-size: 1.25vmax;
  line-height: 1.5vmax;
}

._paragraph3 {
  font-size: 1vmax;
  line-height: 1.5vmax;
}

._p-indent-2 {
  text-indent: 2em;
}

.img-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 2vmax;
}
@media (max-width: 768px) {
  .img-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vmax;
  }
}

.support-content {
  position: relative;
  width: 60%;
  right: 20%;
  left: 20%;
}
@media (max-width: 768px) {
  .support-content {
    position: relative;
    width: 90%;
    right: 5%;
    left: 5%;
  }
}

.works-content {
  padding-left: 20vmin;
  padding-right: 20vmin;
}
@media (max-width: 768px) {
  .works-content {
    padding-left: 3vmin;
    padding-right: 3vmin;
  }
}

.img-round {
  width: 12vmax; /* adjust size */
  min-width: 12vmax; /* adjust size */
  height: 12vmax;
  border-radius: 50%;
  overflow: hidden;
}

.img-round-lg {
  width: 16vmax; /* adjust size */
  min-width: 16vmax; /* adjust size */
  height: 16vmax;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-round img,
#zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* avoid distortion */
  display: block;
}

._bw {
  filter: grayscale(100%);
}

#zoom {
  position: fixed;
  inset: 0; /* full screen */
  z-index: 1000;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.3); /* optional dark overlay */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); /* Safari */
}

#zoom-body {
  width: 80vmax;
  /* height: 80vh; */
  background: #fff;
  color: #000;
  border: 2px solid #000;
  position: relative;
}

.btn-custom {
  background-color: black;
  color: white;
  border: 1px solid white;
  padding: 6px 10px;
  width: fit-content;
  font-weight: 300;
  font-family:
    "Source Sans 3",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.font-bold {
  font-weight: bold;
}

.work-content {
  padding-right: 5vmax;
  padding-left: 5vmax;
  padding-top: 0vmax;
}

/* Tablet and below */
@media (max-width: 992px) {
  .work-content {
    padding-left: 0;
    padding-right: 0;
  }
}
