body {
  background-color: #000;
  color: #fff;
}
h1 {
  font-family: "Karantina";
  font-size: 96px;
  text-align: center;
  max-width: 1150px;
}

h3 {
  font-family: "Karantina";
  font-size: 64px;
  color: #bb0621;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h5 {
  font-family: "Karantina";
  font-size: 32px;
  color: #bb0621;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
p,
a {
  font-family: "Inter";
}

.navbar {
  .btn-link-header:hover {
    border-bottom: 2px solid transparent !important;
  }
  padding: 24px 0 48px 0;
  a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    &:hover {
      color: #fff;
      border-bottom: 2px solid #bb0621;
    }

    &:focus {
      color: #ff1639;
      &:hover {
        border-bottom: 2px solid transparent;
      }
    }
  }
  a.navbar-brand:hover {
    border-bottom: 2px solid transparent;
  }
}

nav.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

nav.navbar.scrolled {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.75) 60%,
    rgba(0, 0, 0, 0) 100%
  ); /* Change this to the color you want */
}

.navbar-nav {
  margin-left: 32px;
}

main {
  margin-top: -118px;
}

.btn-primary {
  background-color: #bb0621;
  color: #fff;
  padding: 10px 38px;
  border-color: #bb0621;
  font-weight: bold;

  &:hover {
    background-color: #7c0416;
    border-color: #bb0621;
  }
}

.hero {
  height: 970px;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("/images/hero.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}

.banner {
  height: 800px;
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("/images/banner.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
.services {
  padding-bottom: 50px;
  h3 {
    margin-bottom: 0px !important;
  }
}

.gallery-shop a img {
  transition: all 0.3s ease; /* Smooth transition for the scaling effect */
  outline: 0px solid #000;
}

.gallery-shop a img:hover {
  outline: 2px solid #bb0621;
  outline-offset: 6px;
  transform: scale(
    0.98
  ); /* Scale down the thumbnail to 95% of its original size */
}

.prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: auto;
  gap: 12px;
}

.price-row {
  display: flex;
  width: 100%;
}

.price-product {
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.price-separator {
  width: 100%;
  border-bottom: 1px solid #bb0621;
}

.price-ammount {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.modal-content {
  position: relative;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.lightbox-nav a {
  color: white;
  font-size: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hours {
  padding-top: 150px;

  .price-ammount {
    min-width: 170px;
    text-transform: uppercase;
  }
}

.hours .price-row:first-child .price-ammount,
.hours .price-row:nth-child(2) .price-ammount {
  min-width: 80px;
}

.contact {
  padding-top: 150px;
}

.contact .price-row:first-child .price-ammount {
  min-width: 340px;
}

.footer {
  padding-top: 100px;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  a {
    text-decoration: none;
    color: #ff1639;

    &:hover {
      text-decoration: underline;
    }
  }
}
.navbar-toggler {
  border-color: transparent; /* Custom border color */
  padding: 0px;
}

.navbar-toggler:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23bb0621' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  /* Custom icon color */
}

@media (max-width: 575.98px) {
  /*  */
  .btn-primary {
    background-color: #bb0621;
    color: #fff;
    padding: 8px 24px;
    border-color: #bb0621;
    font-weight: bold;
  }
  .container {
    max-width: 100% !important;
  }
  .navbar-brand img {
    width: 240px;
  }
  .navbar-nav {
    margin-left: 0px;
    margin-bottom: 24px;
  }

  .navbar-expand-sm {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  h1 {
    font-size: 56px;
  }
  h3 {
    font-size: 40px;
  }
  .hero {
    height: 570px;
  }

  .banner {
    height: 500px;
  }

  .row > * {
    padding-top: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  }

  /* .contact .price-row {
    flex-direction: column;
    align-items: baseline;
    .price-ammount,
    .price-product {
      font-size: 16px;
      min-width: auto !important;
    }
  } */

  .price-row {
    flex-direction: column;
    align-items: baseline;
  }
  .price-product,
  .price-ammount {
    font-size: 16px;
    min-width: auto !important;
  }
  .price-ammount {
    font-weight: 400;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .btn-primary {
    background-color: #bb0621;
    color: #fff;
    padding: 8px 24px;
    border-color: #bb0621;
    font-weight: bold;
  }
  .container {
    max-width: 100% !important;
  }
  .navbar-brand img {
    width: 240px;
  }
  .navbar-nav {
    margin-left: 0px;
    margin-bottom: 24px;
  }

  .navbar-expand-sm {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  h1 {
    font-size: 56px;
  }
  h3 {
    font-size: 40px;
  }
  .hero {
    height: 570px;
  }

  .banner {
    height: 500px;
  }

  .row > * {
    padding-top: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  }

  /* .contact .price-row {
    flex-direction: column;
    align-items: baseline;
    .price-ammount,
    .price-product {
      font-size: 16px;
      min-width: auto !important;
    }
  } */

  .price-row {
    flex-direction: column;
    align-items: baseline;
  }
  .price-product,
  .price-ammount {
    font-size: 16px;
    min-width: auto !important;
  }
  .price-ammount {
    font-weight: 400;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Your styles for md devices */
  .container {
    max-width: 100%;
  }
  .navbar-expand-sm {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.navbar-nav {
  margin-left: 0px;
}

@media (min-width: 992px) {
  /* Large devices (desktops, 992px and up) */
  /* Styles for large screens */
}

@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up) */
  /* Styles for extra large screens */
}

@media (min-width: 1400px) {
  /* Extra extra large devices (larger desktops, 1400px and up) */
  /* Styles for extra extra large screens */
}
