.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.pink-bg {
  background: #E2788B;
}

.logo {
}

.logo {
  height: 75px;
  width: auto;
}

.big-card img {
  min-width: 100%;
  height: 70%;
}

.big-card {
  height: 70vh;
  overflow: hidden;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

#carousel-1 {
  min-height: 90vh;
}

.my-hover img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.my-hover h3 {
  position: absolute;
  padding-top: 130px;
  WIDTH: 100%;
  background: rgb(0,0,0, 0.3);
  color: #fff;
}

.my-hover h4 {
  position: absolute;
  padding: 6px 10px;
  WIDTH: 100%;
  background: rgb(0,0,0, 0.3);
  color: #fff;
  bottom: 0px;
}

.my-hover img:hover {
  min-height: 110%;
  min-width: 110%;
  object-fit: cover;
}

.my-hover {
  transition: 0.5s;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease, left 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
  left: 0;
}

.nav-link {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: auto;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.modal-body {
  max-width: 100%;
}

.modal-left {
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  height: 100vh;
  max-width: 400px;
  width: 100%;
}

.modal-left, .modal.content {
  height: 100%;
  border-radius: 0;
  border: none;
}

.owl-stage-outer {
  overflow: visible !important;
}

.owl-stage {
  padding-bottom: 16px;
  transition: transform 0.35s ease;
}

.owl-carousel.has-scrollbar .owl-stage-outer {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.owl-carousel.has-scrollbar .owl-stage-outer::-webkit-scrollbar {
  height: 6px;
}

.owl-carousel.has-scrollbar .owl-stage-outer::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}

.owl-carousel .item {
  width: 100%;
}

.owl-carousel .item img {
  width: 100%;
  /*height: 300px;*/
  object-fit: cover;
}

.big-card {
  /*width: 100% !important;*/
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 16px;
  /*padding: 10px 0;*/
  scroll-behavior: smooth;
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scroll-container .big-card {
  flex: 0 0 300px;
  /*min-width: 300px;*/
}

.owl-dots {
  display: none !important;
}

.custom-scroll-track {
  height: 10px;
  background: #2a2a2a;
  border-radius: 5px;
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  max-width: 1400px;
  user-select: none;
  touch-action: pan-x;
}

.custom-scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 40px;
  background: #888;
  border-radius: 5px;
  cursor: grab;
  transition: background 0.15s;
  touch-action: none;
}

.custom-scroll-thumb:active, .custom-scroll-thumb.dragging {
  cursor: grabbing;
  background: #bbb;
}

.btn:hover {
  background-color: #E2788B;
}

.btn.active {
  background-color: #e2788b;
}

.btn-check:checked + .btn {
  background-color: #000 !important;
  color: #fff !important;
}

.dropdown-item:hover {
  background-color: #E2788B;
  border-radius: 7px;
}

/* Accordion Item */

.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
}

.accordion-item:first-child {
  border-top: 1px solid #e0e0e0;
}

/* Accordion Button */

.accordion-button {
  background: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 20px 40px 20px 0;
  border: none;
  box-shadow: none;
  text-align: left;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.accordion-button:hover {
  background: transparent;
}

.accordion-button::after {
  background-image: none !important;
  content: '+';
  font-size: 28px;
  font-weight: 300;
  width: auto;
  height: auto;
  margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
  content: '×';
  font-size: 36px;
  transform: none;
}

.accordion-body {
  padding: 0 0 20px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.accordion-body p {
  margin: 0;
}

.accordion-collapse {
  border: none;
}

.carousel-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
}

.carousel-thumbnails::-webkit-scrollbar {
  height: 5px;
}

.carousel-thumbnails::-webkit-scrollbar-thumb {
  background: #ccc;
  /*border-radius: 5px;*/
}

.thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.3s;
  flex-shrink: 0;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.active {
  /*border-color: #000;*/
}

.carousel-thumbnails {
  border: none !important;
  background: transparent !important;
}

.carousel-thumbnails .card {
  border: none !important;
}

