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

:root {
  --bs-primary: #ffdfab !important;
  --bs-primary-rgb: 255, 223, 171 !important;
}

body {
  font-family: "Exo 2", sans-serif;
  color: black;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 14px;
}
p,
li,
td,
th {
  font-size: 14px;
  line-height: 1.4 !important;
}
.lh1 {
  line-height: 1 !important;
}
.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) !important;
}
.bg-dark {
  background-color: #343434 !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 13px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.btn {
  border-radius: 0 !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border: 0 !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  color: black !important;

  &:hover {
    background-color: white !important;
    color: black !important;
  }
}

/* Hero Section with Video Background */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  color: white;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 500px;
  }
  .hero-content .fs-6 {
    font-size: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .hero {
    min-height: 400px;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 350px;
  }
}

/* Offcanvas Menu */
.btn-menu {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn-menu:hover {
  opacity: 0.7;
}

.offcanvas {
  background-color: #000 !important;
  width: 400px !important;
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-logo {
  max-width: 120px;
  height: auto;
}

.offcanvas-body {
  padding: 2rem;
}

.main-nav {
  margin-bottom: 3rem;
}

.offcanvas-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-menu li {
  margin-bottom: 1rem;
}

.offcanvas-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
  display: block;
  padding: 0.5rem 0;
}

.offcanvas-menu li a:hover {
  color: var(--bs-primary);
}

.offcanvas-menu .current-menu-item a,
.offcanvas-menu .current_page_item a {
  color: var(--bs-primary);
}

.offcanvas-footer h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.contact-info p,
.contact-info a {
  font-size: 14px;
}

.social-icon {
  color: #fff;
  transition: color 0.3s;
  text-decoration: none;
}

.social-icon:hover {
  color: var(--bs-primary);
}
.offer-list img {
  height: 50px;
}
.line-transparent {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
a.swiper-slide i {
  transition: transform 0.3s;
}
a.swiper-slide:hover i {
  transform: translateX(10px);
}
.swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border: 1px solid var(--bs-primary);
  width: 15px;
  height: 15px;
  margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);

  border: 1px solid var(--bs-primary);
}
.bg-cover {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.hover-primary:hover {
  color: var(--bs-primary) !important;
}
@media (max-width: 575.98px) {
  .offcanvas {
    width: 320px !important;
  }

  .offcanvas-header,
  .offcanvas-body {
    padding: 1.5rem;
  }

  .offcanvas-logo {
    max-width: 100px;
  }

  .offcanvas-menu li a {
    font-size: 16px;
  }
}

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

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .logo-header {
    max-width: 100px;
  }
  .header-button {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
}

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

/* Arrow Bounce Animation */
@keyframes arrowBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.arrow-bounce {
  animation: arrowBounce 2s ease-in-out infinite;
}

/* Offer List Section */
.offer-list {
  width: 100%;
  height: 60vh;
  min-height: 400px;
}

.offerSwiper {
  width: 100%;
  height: 100%;
}

.offerSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.offer-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.offer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
