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

:root {
  --color: #fed375;
  --color2: #1e1d1e;
  --bs-border-color: #eaf4ec;
}

body {
  font-family: "brandon-grotesque", sans-serif;
  background-color: #090909 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}
strong {
  font-weight: 700;
}
.fw-black {
  font-weight: 900 !important;
}
a {
  transition: 0s !important;
  font-size: 18px;
}
p,
li,
td,
th {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
header {
  z-index: 999;
  position: relative;
}

/* Płynne przejścia dla nav header */
.nav-header {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

/* Styl dla scrolled nav */
.nav-header.scrolled {
  background-color: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* Płynne przejście dla loga */
.logo {
  transition: all 0.3s ease-in-out;
}

/* Pomniejszone logo po scroll */
.nav-header.scrolled .logo {
  width: 180px !important;
}

/* Dodatkowy padding dla body żeby kompensować fixed header */
body {
  padding-top: 0;
}
.menu a {
  font-size: 16px;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.text-primary {
  background-image: url("/gold3.jpg");
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.bg-primary {
  background-color: var(--color) !important;
}
.bg-secondary {
  background-color: var(--color2) !important;
}
.btn-close {
  opacity: 1;
}
.shadow-sm {
  box-shadow: 0px 0px 20px #0000001a !important;
}
.btn {
  padding: 10px 25px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
}
.btn-primary {
  background-image: url("/gold3.jpg");
  background-size: cover;
  background-position: center;
  border-color: var(--color);
  color: black;
}
.btn-primary:focus {
  background-image: url("/gold3.jpg");
  background-size: cover;
  background-position: center;
  border-color: var(--color);
  color: black;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: white !important;
  border-color: white !important;
  color: black !important;
}
.btn-primary:hover {
  background: white;
  color: black;
  border-color: white;
}
.text-gradient {
  background-image: url("/gold3.jpg");
  background-size: contain;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.btn-secondary {
  background-color: black;
  border-color: black;
  color: white;
}
.btn-secondary:hover {
  background-color: white;
  color: black;
  border-color: white;
}

.btn-outline-light {
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  border-color: white;
  padding: 10px 25px;
}
.btn-outline-light:hover {
  background-color: white;
  color: black;
  border-color: var(--color);
}
.back-img .btn-primary:hover {
  background-color: white;
  color: black;
  border-color: white;
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.menu a:hover {
  text-decoration: underline !important;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(180, 153, 74, 0.8), rgba(241, 214, 111, 0.8), rgba(201, 172, 81, 0.8));
  pointer-events: none;
}
.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(124, 22, 35, 0.8);
  pointer-events: none;
}
.overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1e1d1e 0%, #1e1d1eb7 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
.max {
  max-width: 600px;
}

/* form */
.form-label {
  width: 100%;
}
textarea {
  height: 80px;
}
.form-control {
  border: 0px;
  background-color: transparent;
  border-radius: 0px;
  padding: 5px 0px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 6px;
  color: white !important;
}
::placeholder {
  color: #ddd !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
}
.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-color: #ddd !important;
}
.form-check-input:checked {
  background-color: black !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !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: white !important;
}
.accept {
  margin-top: -15px;
  margin-bottom: 30px;
}
.wpcf7-spinner {
  position: absolute !important;
}
/* form */

.hero {
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 700px;
  animation: hero-zoom 10s ease-in-out infinite alternate;
}
.sec1 {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.max-1 {
  max-width: 450px;
}

.custom-page a {
  color: black;
}
.wpcf7-submit {
  transition: 0s !important;
}
.modal-content {
  border-radius: 0px !important;
  padding: 30px;
}

.spotlight {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(circle, transparent 50px, rgba(0, 0, 0, 0.7) 200px);
}

/* Animacja przybliżania tła hero */
@keyframes hero-zoom {
  0% {
    background-size: 120%;
  }
  100% {
    background-size: 130%;
  }
}

.spotlight-footer {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(circle, transparent 50px, rgba(0, 0, 0, 0.7) 200px);
}

.navbar-toggler {
  color: white;
}
.offcanvas {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
}
.back1 {
  min-height: 640px;
  margin-top: -80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
}
.coffee {
  max-width: 300px;
  margin-left: -35px;
}
.coffee2 {
  margin-right: -20px;
  margin-bottom: -350px;
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.coffee1 {
  margin-left: -80px;
  margin-bottom: -350px;
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.smoke-video {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 150px;
  object-fit: cover;
  z-index: 10;
  mix-blend-mode: screen;
  filter: contrast(2) brightness(1.5) invert(1) contrast(2) invert(1);
  opacity: 0.8;
  pointer-events: none;
}
.back2 {
  min-height: auto;
}
.gal-tabs {
  position: relative;
  z-index: 10;
  margin-bottom: -100px;
  margin-top: -100px;
}
.gal-tabs img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

/* Custom Bootstrap Pills Tabs */
.custom-tabs .nav-link {
  background-color: transparent;
  border: 1px solid var(--color);
  color: var(--color);
  border-radius: 25px;
  padding: 10px 25px;
  margin: 0 10px;

  font-weight: 600;
}

.custom-tabs .nav-link:hover {
  background-image: url("/gold3.jpg");
  background-size: cover;
  color: black;
}

.custom-tabs .nav-link.active {
  background-image: url("/gold3.jpg");
  background-size: cover;
  background-color: transparent;
  color: black;
  border-color: var(--color);
}

.custom-tabs .nav-link:focus {
  box-shadow: none;
}
.back3 {
  background-position: bottom center;
  background-size: cover;
}
.copy {
  margin-top: 350px;
}
.anim {
  animation: rotate-animation 3s ease-in-out infinite;
  width: 90px;
  height: 90px;
}
.video-container {
  min-height: 300px;
}
.custom-page a {
  color: white;
}
.vapour {
  position: relative;
  display: flex;
  z-index: 1;
  padding: 0;
  margin-bottom: 90px;
}

.vapour span {
  border-radius: 50%;
  right: 2px;
  top: -121px;
  min-width: 3px;
  background: #fff;
  height: 140px;
  margin: 0 2px -120px;
  display: block;
  position: relative;
  bottom: 30px;
  animation: vair 5s linear infinite;
  opacity: 0;
  filter: blur(6px);
  animation-delay: calc(var(--wv) * -0.8s);
}
.coffee4 {
  max-width: 400px;
  margin-right: -50px;
}

@keyframes vair {
  0% {
    transform: translateY(0) scaleX(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: translateY(-150px) scaleX(5);
  }
  95% {
    opacity: 0;
  }
  100% {
    transform: translateY(-170px) scaleX(10);
  }
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (min-width: 1400px) {
  .max {
    max-width: 660px !important;
  }
}

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

/* X-Large devices (large desktops) */
@media (max-width: 1200px) {
  .hero {
    animation: none;
    background-size: cover;
  }
}

/* Large devices (desktops) */
@media (max-width: 992px) {
  .logo {
    max-width: 125px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .coffee4 {
    max-width: 300px;
    margin-right: 0px;
  }
  footer .logo {
    max-width: 200px;
  }
  .copy {
    margin-top: 50px;
  }
  .back1 {
    clip-path: polygon(0% 0%, 50% 2%, 100% 0%, 100% 100%, 0% 100%);
  }
  .overlay1 {
    background: linear-gradient(to top, var(--color) 0%, #fed375b1 100%);
  }
  .coffee1 {
    margin-left: -100px;
    margin-bottom: -350px;
  }
  .nav-pills {
    display: flex;
  }
  .nav-pills .nav-item {
    width: 50%;
    padding: 5px;
  }
  .nav-pills .nav-link {
    width: 100%;
    margin: 0 !important;
  }
  .gal-tabs img {
    height: 150px;
  }
  .gal-tabs {
    margin-bottom: -75px;
    margin-top: -75px;
  }
}

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