/*
 Theme Name: luminus
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #aefee9 !important;
  --bs-primary-rgb: 174, 254, 233 !important;
  --bs-secondary: black !important;
  --bs-secondary-rgb: 0, 0, 0 !important;
}

body {
  font-family: "neue-frutiger-world", sans-serif;

  color: black;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  font-family: "octin-college", sans-serif;
  text-transform: uppercase;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
}
small {
  font-size: 12px;
}
.fs-6 {
  font-size: 12px !important;
}
.fs-7 {
  font-size: 10px;
}
.fs-8 {
  font-size: 9px;
}
.nav-link,
.dropdown-item {
  font-family: "octin-college", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}

.overlay1 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay2 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero {
  height: 90vh;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.btn {
  font-family: "octin-college", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 0px;
}
.btn-lg {
  padding: 30px 40px;
  font-size: 16px;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}
.btn-secondary {
  background-color: var(--bs-secondary) !important;
  color: white !important;
  border-color: var(--bs-secondary) !important;
}
.btn:hover {
  opacity: 0.8;
}

.nav-item {
  font-size: 16px;
  margin: 0px 10px;
}
.nav-link {
  color: black !important;
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: middle;
  content: "\f282" !important;
  font-family: "bootstrap-icons" !important;
  border: none !important;
  margin-left: 0.25em;
  font-size: 0.8em;
}
.dropdown-menu {
  background-color: var(--bs-primary);
  border-radius: 0px;
  border: 0px;
  margin-top: 24px !important;
}
.dropdown-item {
  padding: 10px 30px;
}
.navbar-toggler {
  padding: 0px;
}
.button-info {
  font-size: 10px !important;
  font-family: "neue-frutiger-world", sans-serif !important;
}
.logos-section img {
  max-height: 20px;
}
.box {
  background-size: cover;
  background-position: center;
  min-height: 450px;
}
.box-content {
  max-width: 500px;
}

/* Custom Tabs for Product Display */
.custom-tabs .nav-link {
  color: black !important;
  background: transparent !important;
  border: none;
  border-bottom: 20px solid black;
  padding: 10px 20px;
  margin: 0 2px;
  transition: all 0.3s ease;
  width: 250px;
}

.custom-tabs .nav-link.active {
  color: black !important;
  border-bottom: 20px solid var(--bs-primary);
}

.custom-tabs .nav-link:hover {
  color: var(--bs-primary) !important;
}

/* Swiper Slide Transition */
.swiper-slide {
  transition: all 0.5s ease;
}
.swiper-slide-active {
  transform: scale(1.1) !important;
  z-index: 2;
  opacity: 1 !important;
}

/* Product Card in Swiper */
.product-card-home h3 {
  font-size: 2rem;
}
.product-card-home .product-img {
  transition: transform 0.3s ease;
  margin: 0 auto;
}
.swiper-slide-active .product-card-home .product-img {
  /* transform: scale(1.1); already handled by slide scale */
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: black;
  opacity: 1;
  border-radius: 0;
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: var(--bs-primary);
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
  .buttons .btn {
    width: 100% !important;
    display: block !important;
  }
  .buttons .btn {
    padding: 15px 30px !important;
  }
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
  .nav-item {
    font-size: 14px;
    margin: 0px 0px;
  }
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .nav-item {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .dropdown-menu {
    margin-top: 0px !important;
  }

  .custom-tabs .nav-link {
    width: auto;
    border-bottom-width: 10px;
    font-size: 12px;
    padding: 8px 10px;
  }

  .product-card-home h3 {
    font-size: 1.5rem;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .custom-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start !important;
    padding-bottom: 10px;
  }
  .custom-tabs .nav-link {
    white-space: nowrap;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
