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

:root {
  --bs-body-font-family: 'Poppins', sans-serif;
  --bs-body-font-size: 0.95em;
  --bs-body-button-font-size: 0.95em;
}

body {
  letter-spacing: 0.35px !important;
}

.fa-top-img {
  font-size: 2.8em !important;
}

::-webkit-input-placeholder {
  font-size: 25px;
}

/* Firefox 18- */
:-moz-placeholder {
  font-size: 25px;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-size: 25px;
}

/* Overriding styles */
::-webkit-input-placeholder {
  font-size: 0.95em !important;
  letter-spacing: 0.35px !important;
}

/* Firefox 18- */
:-moz-placeholder {
  font-size: 0.95em !important;
  letter-spacing: 0.35px !important;
}

/* Firefox 19+ */
::-moz-placeholder {
  font-size: 0.95em !important;
  letter-spacing: 0.35px !important;
}

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

.form-control, .form-select {
  background-color: #f8f9fa;
  line-height: 1.95 !important;
}

.form-control:focus {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #F9A825 !important;
  /* border-color: #0097A7 !important; */
  outline: 0;
  box-shadow: 0 0 0 0.15rem #f9a825b4 !important;
}

.form-select:focus {
  border-color: #0097A7 !important;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 171, 193, 0.25) !important;
}

.input-captcha {
  font-weight: 500;
  color: #373b3e !important;
  justify-content: center !important;
  text-align: center !important;
  letter-spacing: 2.5px !important;
}

.captcha-control {
  font-family: 'Comic Sans MS', sans-serif;
  display: block;
  width: 100%;
  padding: 0rem 0.5rem !important;
  font-size: 1.5rem !important;
  line-height: 0 !important;
}

.btn-input {
  width: 50px;
  font-size: 1.2em !important;
  /* box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; */
}

.btn-input-2 {
  width: 50px;
  font-size: 1.3em !important;
  /* box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; */
}

/* .btn-input:focus, .btn-input-2:focus {
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
} */

.inner-btn {
  position: absolute;
  width: 10px;
  font-weight: 550;
  border: none;
  background-color: transparent;
  left: calc(100% - 30px);
  z-index: 99999;
}

select:required:invalid {
  color: rgba(33, 37, 41, 0.75);
  opacity: 1;
  font-size: 1.01em !important;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: #000;
}

th {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.card-icon-top-custom {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -30px;
  width: min(20vw, 90px) !important;
  height: min(20vw, 90px) !important;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.zoom {
  animation: zoom 2s ease-out infinite;
}

@keyframes zoom{
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

.card-img-top-custom {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -30px;
  width: min(20vw, 90px) !important;
  height: min(20vw, 90px) !important;
}

.btn {
  font-size: 0.975em;
  letter-spacing: 0.6px;
  border-radius: 8px;
}

.btn-custom-text {
  font-size: 0.95em;
  letter-spacing: 0.8px;
}

.btn-custom-text:hover {
  transform: scale(1.1);
}

.carousel .item {
  height: 300px;
}

.item img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 300px;
}

.about p {
  margin: 0;
  text-align: center;
}

.card-title {
  font-size: 1.1em;
}

.modal-title {
  font-size: 1.2em;
  font-weight: 400;
}

.invalid-feedback {
  font-size: 0.85em;
  padding-left: 0.25rem !important;
}

.form-control.no-validate:valid {
  border-color: #ced4da;
  padding-right: .75rem;
  background: none;
}

.logo {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: min(18vw, 60px);
  /* font-size: min(15vw, 50px); */
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}

.logo-sm {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: min(8vw, 38px);
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}

.logo-sub {
  font-family: 'Poppins', sans-serif;
  font-size: min(3.5vw, 16px);
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 1;
}

.logo-sub-sm {
  font-family: 'Poppins', sans-serif;
  font-size: min(3vw, 15px);
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 1;
}

.bg-image {
  background-image: url('./img/bg-image.jpg');
  background-size: cover;
  background-position: bottom;
}

.bg-pattern {
  background-image: url('./img/celoreng.png');
  background-repeat: repeat;
}

.bg-image-pattern {
  background-image: url('./img/webb.png');
  background-repeat: repeat;
}

.bg-image-footer {
  background-image: url('./img/site-background-image.png');
  background-repeat: repeat;
}

.bg-amber {
  background-color: #F9A825;
}

.bg-custom {
  background-color: #114861;
}

.bg-custom-2 {
  background-color: #0097A7;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #dee2e6;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #dee2e6;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #dee2e6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dee2e6;
  --bs-btn-disabled-border-color: #dee2e6;
}

.btn-custom {
  --bs-btn-color: #fff;
  --bs-btn-bg: #114861;
  --bs-btn-border-color: #114861;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #16526e;
  --bs-btn-hover-border-color: #16526e;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #16526e;
  --bs-btn-active-border-color: #00ACC1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #114861;
  --bs-btn-disabled-border-color: #114861;
}

.btn-outline-custom {
  --bs-btn-color: #114861;
  --bs-btn-border-color: #114861;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #114861;
  --bs-btn-hover-border-color: #114861;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #114861;
  --bs-btn-active-border-color: #114861;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #114861;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #114861;
  --bs-gradient: none;
}

.btn-custom-2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0097A7;
    --bs-btn-border-color: #0097A7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00ACC1;
    --bs-btn-hover-border-color: #00ACC1;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00ACC1;
  --bs-btn-active-border-color: #00ACC1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0097A7;
    --bs-btn-disabled-border-color: #0097A7;
}

.btn-custom-3 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #F9A825;
  --bs-btn-border-color: #F9A825;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #FBC02D;
  --bs-btn-hover-border-color: #FBC02D;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FBC02D;
  --bs-btn-active-border-color: #FBC02D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #F9A825;
  --bs-btn-disabled-border-color: #F9A825;
}

.btn-custom-4 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #363c42;
  --bs-btn-border-color: #363c42;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #363c42;
  --bs-btn-disabled-border-color: #363c42;
}

.text-custom {
  color: #114861;
}

.text-custom-2 {
  color: #0097A7;
}

.border-custom {
  --bs-border-opacity: 1;
  border-color: #114861 !important;
}

hr.hr-custom {
  border-top: 1px dashed;
}

.shadow-top {
  box-shadow: 0 -5px 3px -5px #dadada;
}

.shadow-bottom {
  box-shadow: 0 5px 5px -5px #a0a0a0;
}

.shadow-custom {
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow-custom-2 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.blinker:after {
  content: '|';
  display: inline-block;
  animation: blink 1s infinite;
  color: #F9A825;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.custom-tooltip {
  --bs-tooltip-bg: #114861;
  --bs-tooltip-color: white;
}

.custom-tooltip-2 {
  --bs-tooltip-bg: white;
  --bs-tooltip-color: black;
}