* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html,
body {
  height: 100%;
}

.bg-nb-gradient {

  /*
  background: rgb(0,239,255);
  background: linear-gradient(45deg, rgba(0,239,255,1) 0%, rgba(0,191,255,1) 50%, rgba(0,84,255,1) 100%);

  background: rgb(0,239,255);
  background: linear-gradient(45deg, rgba(0,239,255,1) 0%, rgba(0,170,255,1) 50%, rgba(0,84,255,1) 100%);
  */
  background: rgb(14, 216, 230);
  background: linear-gradient(45deg, rgba(14, 216, 230, 1) 0%, rgba(0, 170, 255, 1) 50%, rgba(0, 84, 255, 1) 100%);

}

.bg-hero {
  /*
  background: rgb(0,239,255);
  background: url('../img/bg-hero.png') top left no-repeat scroll, linear-gradient(45deg, rgba(0,239,255,1) 0%, rgba(0,170,255,1) 50%, rgba(0,84,255,1) 100%) !important;
  */
  background: rgb(14, 216, 230);
  background: url('../img/bg-hero.png') top left no-repeat scroll, linear-gradient(45deg, rgba(14, 216, 230, 1) 0%, rgb(0, 170, 255, 1) 50%, rgba(0, 84, 255, 1) 100%) !important;
}

.bg-light-gray {
  background-color: rgba(39, 90, 88, 0.09) !important;
}

.bg-footer {
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg) !important;
}

.w-10 {
  width: 10% !important;
}

.w-7 {
  width: 7% !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.flip-h {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hover-light:hover {
  background-color: rgba(var(--bs-secondary-bg-rgb), 1) !important;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 767.98px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 991.98px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1199.98px) {

  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 767.98px) {

  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 991.98px) {

  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 20%;
    *width: 20%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1199.98px) {

  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 20%;
    *width: 20%;
  }
}

.always-seven .col {
  width: 14.285714285714285714285714285714% !important;
  *width: 14.285714285714285714285714285714% !important;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-calendar-day {
  min-height: 186.85px !important;
  height: 186.85px !important;
  max-height: 186.85px !important;
}

.opacity-80 {
  opacity: 0.80 !important;
}

.opacity-90 {
  opacity: 0.90 !important;
}

.text-shadow-sm {
  text-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}

/**/

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid rgba(25, 168, 126, 1);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 12px;
  background: rgb(13, 202, 240);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.loader {
  border: 5px solid #ddd;
  /* Light grey */
  border-top: 5px solid rgb(13, 202, 240);
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


input[name="email"] {
  text-transform: lowercase !important;
}

.painting {
  overflow: hidden;
}

.painting img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: 0.5s all ease;
}

.painting:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
}

.text-justify {
  text-align: justify !important;
  text-justify: inter-word;
}

.painting-main-image {
  transition: opacity 0.3s ease;
}

.painting-thumbnails {
  overflow-x: auto;
}

.painting-thumb {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 0.375rem;
  overflow: hidden;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}

.painting-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.painting-thumb.active {
  border-color: rgba(0, 170, 255, 1);
}

.painting-thumb:hover {
  border-color: rgba(14, 216, 230, 1);
}