html {
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #357738;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 110;

  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.mouse_scroll {
  background-color: #357738;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px 30px #357738;
  -moz-box-shadow: 0px 0px 30px 30px #357738;
  box-shadow: 0px 0px 30px 30px #357738;
}

.m_scroll_arrows {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.mouse {
  border: 2px solid #fff;
}

.wheel {
  background: #fff;
  border: 2px solid #fff;
}

@font-face {
  font-family: 'manrope-regular';
  src: url('../fonts/Manrope-wght.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'manrope-semibold';
  src: url('../fonts/Manrope-wght.ttf') format('truetype');
  font-weight: 600;
}

.manrope-regular {
  font-family: 'manrope-regular', Fallback, sans-serif;
}

h1.sekcja {
  font-family: 'manrope-regular', Fallback, sans-serif;
}

h1.bold {
  font-family: 'manrope-semibold', Fallback, sans-serif;
}

.mask-custom {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.4);
}

.green-navbar {
  background-color: #357738;
  font-size: 20px;
}

.contact-card {
  border: 1px solid #357738;
  min-width: 300px !important;
  min-height: 150px !important;
  cursor: pointer;
}

.contact-card a,
.contact-card .fas {
  color: #757575 !important;

  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.contact-card:hover a,
.contact-card:hover .fas {
  color: #e0ac00 !important;
}

.inline-link {
  color: #357738;
}

.inline-link:hover {
  color: #e0ac00;
}

.nowrap {
  white-space: nowrap;
}

.form-range::-webkit-slider-thumb {
  background-color: #357738 !important;
}

.form-range::-moz-range-thumb {
  background-color: #357738 !important;
}

.form-range::-ms-thumb {
  background-color: #357738 !important;
}

.range {
  --mdb-range-thumb-height: 46px;
  --mdb-range-thumb-width: 46px;
  --mdb-range-thumb-top: -52px;
  --mdb-range-thumb-margin-left: -24px;
  --mdb-range-thumb-border-radius: 50% 50% 50% 0;
  --mdb-range-thumb-transform: scale(0);
  --mdb-range-thumb-transition: transform 0.2s ease-in-out;
  --mdb-range-thumb-value-font-size: 15px;
  --mdb-range-thumb-value-line-height: 46px;
  --mdb-range-thumb-value-color: #fff;
  --mdb-range-thumb-value-font-weight: 500;
  --mdb-range-thumb-background: #357738 !important;
}

.header-menu {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;

  z-index: 101;

}

.prevent-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* .navbar * {
  color: #b700ff !important;
} */

.nav-link:hover {
  color: #ffc83e !important;
}

.nav-item .active {
  color: #ffc83e !important;
}

.text-gold {
  color: #ffffff !important;
}

.menu-button {
  color: #ffffff !important;
}

.menu-button:hover {
  color: #ffc83e !important;
}

.bg-image.parallax {
  background-image: url('../images/background-2026.png');
  height: 100vh;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-green {
  background-color: #357738 !important;
}

.text-green {
  color: #357738;
}

.logo-container {
  position: absolute;
  height: 550px;
  width: 350px;
  margin: 0;
  /* top: 50%; */
  top: calc(50% + 50px);
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.logo-picture {
  position: fixed;
  height: 350px;
  width: 350px;
  margin: 0;
  top: 0;
  z-index: 100;

  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);

  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;

  background: url('../img/logo/logo-kulinarna-2026.png') no-repeat;
  background-size: 100%;

  border-radius: 200px;
  -webkit-box-shadow: 0px 0px 70px 70px #357738;
  -moz-box-shadow: 0px 0px 70px 70px #357738;
  box-shadow: 0px 0px 70px 70px #357738;
}

@media (max-width: 1000px) {
  .logo-container {
    position: absolute;
    height: 400px;
    width: 250px;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }

  .logo-picture {
    height: 250px;
    width: 250px;
  }
}

@media (max-height: 530px) {
  .logo-container {
    top: 310px; /* Provide a minimum top margin for small heights */
  }
}

.nav-pills .nav-link.active {
  background-color: #357738;
  color: #ffffff;
  font-size: 20px;
}

.nav-pills .nav-link {
  background-color: #ffffff;
  font-size: 20px;
}

.nav-pills .menu-tabs:hover {
  color: #ffffff !important;
  background-color: #357738;
  font-size: 20px;
}

.menu-panel-dnia {
  width: 800px;
}

.contact-link {
  color: #757575 !important;
}

.contact-link:hover {
  color: #e0ac00 !important;
}

.carousel-control-prev-icon {
  position: absolute;
  bottom: -40px;
  left: 20px;
}

.carousel-control-next-icon {
  position: absolute;
  bottom: -40px;
  right: 20px;
}

.carousel-control:hover::before {
  color: red !important;
}

.carousel-control:hover::after {
  color: red !important;
}

.testimonial-carousel .carousel-control {
  opacity: unset;
}

.accordion {
  --mdb-accordion-active-color: #357738;
  --mdb-accordion-btn-focus-border-color: #357738;
  --mdb-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23357738'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.map-overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 550px;
  top: 550px;
  margin-top: -550px;
}

.map-overlay-text {
  background: #357738;
  padding: 10px;
  border-radius: 10px;
  opacity: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  height: auto;
  top: 0%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #ffffff;
  font-size: 16px;
}

.zosia-picture {
  background: url("../img/pic1.jpeg") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;  
  width: 100%;
}

.panel-picture {
  background: url("../img/panel-klienta-small.png") no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;  
  width: 100%;
}

.zosia-picture-wrapper {
  width: 350px;
  height: 350px;
}

.panel-picture-wrapper {
  width: 350px;
  height: 245px;
}

.modal-send-mail-spinner {
  color: #357738;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8); /* Optional: Adds a semi-transparent background */
  z-index: 1050; /* Make sure the spinner is above other elements */
}
