:root {
  --bs-body-font-size: 1.0rem;
  --font-family: "Glegoo", sans-serif;
  --heading-font-family: "Playfair", sans-serif;
  --text-color: #727272;
  --link-color: #000;
  --link-hover-color: #67368B;
  --primary-color: #BD9127;
}
html,
body {
  font-family: var(--font-family);
  color: var(--text-color);
  font-weight: 400;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}
.btn_cta {
  font-weight: 400;
  text-align: center;
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  transition: all .5s;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
}
.btn_cta:hover {
  background: #3a3a3a;
  color: #fff;
}
a {
  text-decoration: none;
  color: var(--link-color);
  transition: color .3s;
}
a:hover {
  color: var(--link-hover-color);
}
p {
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
img.full_width {
  width: 100%;
}
.bold,
.strong {
  font-weight: 800;
}
.bolder,
.stronger {
  font-weight: 600;
}
.text-justify {
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--heading-font-family);
  font-weight: 400;
  color: #000;
}
/* scroll bar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: lightgrey;
}
::-webkit-scrollbar-thumb {
  background: var(--cta-background-color);
}
::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}
/* selection */
::selection {
  background: var(--cta-background-color);
  color: var(--cta-text-color);
}
.scroller[data-animated="true"] {
  overflow: hidden;
  position: relative;
}
.scroller__inner {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  animation: scroll-carousel 60s linear infinite;
}
@keyframes scroll-carousel {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin-bottom: 20px;
  background: #fff;
}
nav {
  position: relative;
}
@media (max-width: 991px) {
  nav .logo_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
nav .logo_box .navbar-brand {
  margin: 0;
}
@media (max-width: 991px) {
  nav .logo_box .navbar-brand .custom-logo-link img {
    max-height: 80px;
    width: auto;
  }
}
@media (max-width: 479px) {
  nav .logo_box .navbar-brand .custom-logo-link img {
    max-height: 60px;
    width: auto;
  }
}
nav .navbar-nav .menu-item a {
  color: #000;
  text-transform: uppercase;
}
nav .navbar-nav .menu-item.menu-item-has-children {
  position: relative;
}
nav .navbar-nav .menu-item.menu-item-has-children::after {
  display: block;
  content: url('/assets/caret-down-fill.svg');
  width: 10px;
  height: auto;
  position: absolute;
  top: 3px;
  right: 15px;
}
nav .navbar-nav .menu-item.menu-item-has-children ul.sub-menu {
  position: relative;
  list-style: none;
  background-color: white;
  padding-left: 0;
  display: none;
}
nav .navbar-nav .menu-item.menu-item-has-children ul.sub-menu li {
  margin-bottom: 5px;
}
nav .navbar-nav .menu-item.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
nav.navbar > .container {
  width: 100%;
  display: block;
}
.navigation-toggler img {
  width: 60px;
}
img.menu_close_icon {
  width: 50px;
}
@media (max-width: 991px) {
  .navigation-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99;
    top: 0px;
    left: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    padding: 4.55rem 4rem;
    transition: 0.5s;
  }
  .navigation-box .menu_close_icon {
    position: absolute;
    right: 50px;
    top: 50px;
  }
  .navigation-box .navbar-nav {
    gap: 10px;
    margin-top: 50px;
  }
  .navigation-box .navbar-nav .menu-item.menu-item-has-children ul.sub-menu {
    padding-left: 10px;
  }
  .navigation-box.open {
    left: 0;
  }
}
@media (min-width: 992px) {
  .navigation-toggler,
  .menu_close_icon {
    display: none;
  }
  nav .custom-logo-link img {
    max-height: 100px;
    width: auto;
  }
  nav .navbar-nav {
    gap: 20px;
    margin-top: 15px !important;
  }
  nav .navbar-nav .menu-item.menu-item-has-children {
    padding-right: 15px;
  }
  nav .navbar-nav .menu-item.menu-item-has-children::after {
    right: 2px;
  }
  nav .navbar-nav .menu-item.menu-item-has-children:hover ul.sub-menu {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    width: 200px;
    margin-left: -10px;
  }
}
header.sticky {
  position: fixed;
  margin-top: 0;
  background-color: #fff;
}
header.sticky nav .custom-logo-link img {
  height: 50px;
}
footer .footer_bottom {
  font-size: 0.8rem;
  padding: 10px 0;
}
/*──────────────────────────────────────────────
  SINGLE PROJECT GALLERY  –  slider 3D (LESS)
──────────────────────────────────────────────*/
.single_project_gallery {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 80vw;
  max-width: 1100px;
  perspective: 1200px;
  /*── wrapper ──*/
}
.single_project_gallery .gallery {
  position: relative;
  width: 100%;
  /*── slajdy ──*/
  /*── strzałki ──*/
}
.single_project_gallery .gallery .slides {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16 : 9 */
  overflow: visible;
}
.single_project_gallery .gallery .slides img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  border-radius: 6px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  transition: transform .6s ease, opacity .6s ease;
}
.single_project_gallery .gallery .slides img.prev {
  transform: translateX(-110%) scale(0.75) rotateY(35deg);
  opacity: .4;
  z-index: 0;
}
.single_project_gallery .gallery .slides img.active {
  transform: translateX(-50%) scale(1) rotateY(0deg);
  opacity: 1;
  z-index: 2;
}
.single_project_gallery .gallery .slides img.next {
  transform: translateX(10%) scale(0.75) rotateY(-35deg);
  opacity: .4;
  z-index: 0;
}
.single_project_gallery .gallery .custom_gallery_nav {
  margin: 20px 0 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.single_project_gallery .gallery .custom_gallery_nav span {
  cursor: pointer;
  color: #c4a23f;
}
.single_project_gallery .gallery .custom_gallery_nav span img {
  height: 20px;
}
.single_project_gallery .gallery .custom_gallery_nav span:hover {
  color: #000;
}
.price_box {
  text-align: center;
}
.price_box span {
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 2;
  padding: 0 20px;
}
.typewriter {
  font-size: 2.375rem;
}
.contact-item {
  font-size: 1rem;
  font-family: var(--font-family);
}
@media (max-width: 786px) {
  .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .typewriter {
    font-size: 1.5rem;
  }
  .hello_box .typewriter {
    min-height: 0px !important;
  }
}
/* Random Projects Carousel */
.scroller.project_scroller {
  overflow: hidden;
  position: relative;
}
.scroller.project_scroller .scroller__inner {
  display: flex;
  will-change: transform;
  /* animacja przewijania */
  animation-name: rpc-scroll;
  -webkit-animation-name: rpc-scroll;
  animation-duration: 30s;
  -webkit-animation-duration: 30s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
/* kierunek: zawartość płynie z prawej do lewej */
.scroller.project_scroller.right_to_left .scroller__inner {
  animation-direction: normal;
  -webkit-animation-direction: normal;
}
/* kierunek: zawartość płynie z lewej do prawej */
.scroller.project_scroller.left_to_right .scroller__inner {
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}
@keyframes rpc-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes rpc-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
  }
}
.single_project_item {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .mobile-only-carousel {
    display: none;
  }
}
.vc_column_no_padding_custom > .vc_column-inner {
  padding: 0;
}
.hello_box {
  background: #ececec;
}
.hello_box .typewriter {
  min-height: 200px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  background: #eeeeee;
  border: 0;
  padding: 10px 10px;
  color: #000;
  font-weight: 500;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  box-shadow: 0 0 10px #000;
  border: none;
  outline: none;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  max-width: 20px;
  aspect-ratio: 1;
  background: transparent;
  padding: 0;
  border: 2px solid #848484;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-submit {
  border: 0;
  line-height: 40px;
  background: var(--primary-color);
  color: #fff;
  width: auto;
  padding: 10px 20px;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50.5%));
  }
}
.project_scroller .scroller__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.project_scroller[data-animated="true"] {
  overflow: hidden;
}
.project_scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll 60s linear ;
}
.project_scroller.left_to_right[data-animated="true"] .scroller__inner {
  animation-direction: reverse;
}
.project_scroller .single_project_item {
  width: 200px;
}
@media (min-width: 768px) {
  .project_scroller .single_project_item {
    width: 400px;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.project_scroller .single_project_item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (min-width: 992px) {
  header:not(.sticky) .navbar-expand-lg .navbar-nav {
    padding: 30px 0;
  }
}
@media (min-width: 1100px) {
  header:not(.sticky) .navbar-expand-lg .navbar-nav {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.diamonds {
  height: 50px;
  background: url('/wp-content/uploads/2025/06/Zrzut-ekranu-2025-06-04-115648-e1749203564843-2.png') center no-repeat;
}
.icon_scroll_down {
  height: 80px;
  background: url('/assets/icon-scroll-down.svg') center no-repeat;
}
