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


:root {

}

body {
  font-family: futura-pt, sans-serif;
}


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

h1,h2,h3,h4,h5,h6 {

font-family: "Marcellus", serif;

}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
}
p, li, td, th {
font-size: 13px;
letter-spacing: 1px;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}
.fs-6 {
  font-size: 13px !important;
}
.fs-7 {
  font-size: 11px !important;
}


/* form */
.form-label {
  width: 100%;
}
textarea {
  height: 80px;
}
.form-control {
  border: 0px;
  border-radius: 0px;
  padding: 5px 0px;
  font-size: 14px;
  border-bottom: 1px solid #474747;
  margin-bottom: 6px;
  color: black;
  background-color: transparent;
}
::placeholder {
  color: #474747 !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #474747;
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
}
.form-check-input {
  border-radius: 0px !important;
  margin-left: -1.9rem !important;
  width: 1.7em !important;
  height: 1.7em !important;
  cursor: pointer !important;
  border: 1px solid black !important;
}
.form-check-input:checked {
  background-color: var(--color) !important;
  border-color: var(--color) !important;
}
.wpcf7-list-item-label {
  cursor: pointer !important;
}
.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accept p {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.accept a {
  font-size: 11px !important;
  color: black !important;
}
.accept {
  margin-top: -5px;
  margin-bottom: 20px;
}
.wpcf7-spinner {
  position: absolute !important;
}
.grecaptcha-badge {
  display: none !important;
}
/* form */

/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: black;
  height: 2px;
  width: 31px;
  margin-top: 8px;
  border-radius: 2px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2sease-out;
  transform-origin: center left;
  margin-left: auto;
}
.navbar-toggler-icon {
  background-image: none !important;
}
.navbar-toggler span:first-child {
  margin-top: 6px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, -23%) rotate(-45deg);
  width: 100% !important;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar {
  padding: 0px !important;
}

/* ------------------------- MOBILE BURGER ------------------------- */

.logo {
  max-width: 200px;
}
header .nav-link {
 padding: 0px 13px !important;
 letter-spacing: 0px;
}
header .nav-link:hover {
 text-decoration: underline;
}
.hero {
  background-size: cover;
  background-position: center;
  min-height: 90vh;
}
.overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  padding: 12px 25px;
  border: 0px;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.btn:hover {
  background-color: transparent;
} 
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: transparent !important;
}

.btn-primary {
  background-color: transparent;
  color: white !important;
  transition: 0s !important;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  position: relative;
}
.btn-primary::before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.2s ease;
}
.btn-primary::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: 0.2s ease;
}
.btn-primary:hover::after, .btn-primary:hover::before  {
 width: 100%;
 height: 100%;
}
.btn-secondary {
  background-color: transparent;
  color: black !important;
  padding: 14px 30px;
  transition: 0s !important;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  position: relative;

}
.btn-secondary::before {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.2s ease;
}
.btn-secondary::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: 0.2s ease;
}
.btn-secondary:hover::after, .btn-secondary:hover::before  {
 width: 100%;
 height: 100%;
}
.swiperPartn img {
  max-width: 120px;
}
.swiperPartn .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-button-next, .swiper-button-prev {
  color: black;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 24px;
}
.swiper-button-next2, .swiper-button-prev2 {
  position: relative;
}


.swiperCollection .swiper-slide a {
  transition: transform 0.3s ease, margin 0.3s ease !important;
  transform: scale(0);
}
.swiperCollection .swiper-slide-active a {
  transition: transform 0.3s ease, margin 0.3s ease !important;
  transform: scale(0.7);
}

.swiperCollection .swiper-slide-active p {
  transition: transform 0.3s ease, margin 0.3s ease !important;
  transform: scale(0.7);
}


.swiperCollection .swiper-slide {
  transition: transform 0.3s ease, margin 0.3s ease;
  transform: scale(0.8);
  padding: 0px;
}

.swiperCollection .swiper-slide-active {
  transform: scale(1.3);
  z-index: 10;
}
.col-nav {
  position: relative;
  top: -75px;
}

.swiperCollection .swiper-slide-prev {
  transform: translateX(-30px) scale(0.8) !important;
}
.swiperCollection .swiper-slide-next {
  transform: translateX(30px) scale(0.8) !important;
}
footer {
  box-shadow: 2px -5px 10px #00000008;
}
footer input[type="email"] {
  text-align: center;
}
footer .accept {
  margin-top: -22px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px !important;
}
header {
  box-shadow: 2px 5px 10px #00000008;
}
.post_archive img, .swiperPosts img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.swiper-pagination {
  position: relative;
    margin-top: 25px;
}
.swiper-pagination-bullet-active {
  background: black !important;
}
.swiper-button-lock {
  display: block !important;
}
#poland .st0:hover {
fill: black !important;
cursor: pointer !important;
}
#poland .st0{
  fill:white;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;
}
.wojewodztwo {
  cursor: pointer;
  transition: fill 0.3s;
  fill:white;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;
}
.wojewodztwo:hover {
  fill: #5f5f5f; /* Niebieski na hover */
}
.active {
  fill: black !important; /* Intensywny niebieski po kliknięciu */
}



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

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

/* Large devices (desktops) */
@media (max-width: 992px) {
 .logo {
  max-width: 130px;
 }
 .swiperCollection .swiper-slide {
  transform: none;
}
 .swiperCollection .swiper-slide-active {
  transform: none;
}
.swiperCollection .swiper-slide-active a {
  transform: none;
}

.swiperCollection .swiper-slide-active p {
  transform: none;
}
.swiperCollection .h3, h3 {
  font-size: calc(2.3rem + .6vw);
}
.col-nav {
  top: -124px;
}
}

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

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

