/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1388px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Rajdhani", sans-serif;
}

body {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  color: #fff;
  background: #000;
  line-height: 1.4;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  z-index: 1000000000000;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 1;
  width: 100%;
}
header .container {
  display: flex;
  justify-content: center;
}

/* *** BANNER *** */
.content-box-1 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.content-box-1 .txt {
  position: absolute;
  top: 238px;
  left: 0;
  width: 100%;
  background: rgba(0, 255, 0, 0.3019607843);
  padding: 8px 0 6px 0;
  line-height: 1.2;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #00FF00;
}
.content-box-1 .content-box-1-1 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
  bottom: 0;
  left: 0;
}

.btn-scroll {
  margin: 32px 0;
}
.btn-scroll:hover {
  opacity: 0.9;
}

.btn-1 {
  height: 64px;
  line-height: 65px;
  padding: 16px 64px;
  background: #00FF00;
  border-radius: 8px;
  color: #231F20;
  font-weight: bold;
  line-height: 34px;
  font-size: 24px;
}
.btn-1:hover {
  color: #231F20;
  opacity: 0.9;
}

.content-box-2 {
  padding: 40px 0;
}
.content-box-2 .txt-1 {
  text-align: center;
}

.boxes-1 {
  padding: 160px 0;
}
.boxes-1 .row-box {
  display: flex;
  margin: 0 -32px;
}
.boxes-1 .row-box .col-box {
  width: 33.3333%;
  padding: 0 32px;
}
.boxes-1 .row-box .col-box .box-1 {
  border: 1px solid #00FF00;
  border-radius: 20px;
  padding: 35px 20px;
  text-align: center;
  font-weight: bold;
  height: 100%;
  font-size: 22px;
}
.boxes-1 .row-box .col-box .box-1 span {
  font-size: 40px;
  color: #00FF00;
  padding-top: 5px;
  display: block;
  line-height: 48px;
}

.content-box-2-1 {
  width: 1075px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 70px;
  line-height: 112px;
  color: #231F20;
  font-weight: bold;
}
.content-box-2-1 span {
  color: #fff;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  overflow:hidden;
  text-align: center;
}

.content-box-2-1 div {
  position: relative; 
  display: inline-block;
}

body {
  background: url("/img/02.png") center top no-repeat;
}

.content-box-4 {
  height: 594px;
  background: url("/img/04.png") center no-repeat;
}

.content-box-4 {
  text-align: center;
  padding-top: 80px;
}
.content-box-4 .txt {
  font-weight: bold;
  font-size: 70px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.content-box-4 .txt span {
  color: #00FF00;
}

.social-box a {
  margin: 0 15px;
}
.social-box a:hover {
  opacity: 0.85;
}

footer {
  background: #231F20;
  text-align: center;
  padding: 75px 0;
}
footer a:hover {
  opacity: 0.85;
}
footer .f-logo {
  margin-bottom: 25px;
}
footer .created {
  color: #fff;
  font-size: 14px;
}
footer .created a {
  margin-left: 5px;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}
footer ul li {
  margin: 0 22px;
}
footer ul li a {
  font-size: 14px;
  color: #fff;
}
footer ul li a:hover {
  opacity: 0.9;
  color: #fff;
}

.content-box-5 {
  padding: 50px 0;
}

.carousel-container {
  perspective: 1000px;
  width: 1100px;
  height: 400px;
  position: relative;
  margin: 0 auto;
}

.carousel {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.carousel__item {
  position: absolute;
  width: 22%;
  line-height: 16%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
}

.carousel__item:nth-child(1) {
  transform: translate(-50%, -50%) rotateY(0deg) translateZ(450px);
}

.carousel__item:nth-child(2) {
  transform: translate(-50%, -50%) rotateY(60deg) translateZ(450px);
}

.carousel__item:nth-child(3) {
  transform: translate(-50%, -50%) rotateY(120deg) translateZ(450px);
}

.carousel__item:nth-child(4) {
  transform: translate(-50%, -50%) rotateY(180deg) translateZ(450px);
}

.carousel__item:nth-child(5) {
  transform: translate(-50%, -50%) rotateY(240deg) translateZ(450px);
}

.carousel__item:nth-child(6) {
  transform: translate(-50%, -50%) rotateY(300deg) translateZ(450px);
}

.content-box-3-1 {
  height: 176px;
  color: #000;
  margin-left: -50px;
  margin-top: 20px;
  margin-bottom: 100px;
  width: calc(100% + 100px);
  font-size: 70px;
  font-weight: bold;
  padding-top: 40px;
  background: #00FF00;
  transform: rotate(-4deg);
}
.content-box-3-1 span {
  margin-right: 60px;
}

/* *** KONTAKT *** */
.subpage header {
  background: #000;
  padding-bottom: 10px;
}

.subpage .content-box-1 .txt {
  background: #004c00;
}

.z-content-box-1 {
  min-height: 300px;
  background: url("/img/07.png") center top no-repeat;
  background-size: cover;
  margin-bottom: -140px;
}

.content-box-3-1-1 {
  overflow: hidden;
  padding-top: 50px;
  margin-top: -50px;
  position: relative;
}

.subpage .content-box-3-1-1:after {
  position: absolute;
  top: 50%;
  height: 50%;
  background: #231F20;
  width: 100%;
  content: "";
  display: block;
}

.content-box-3-1 {
  position: relative;
  z-index: 2;
}

.subpage footer {
  padding-top: 0;
}

.subpage {
  background: none;
}
.subpage .content-box-1 {
  background: none;
  height: auto;
  padding-top: 238px;
}
.subpage .content-box-1 .txt {
  position: relative;
  top: 0;
}

.z-content-box-1 .txt-1 {
  margin-top: -40px;
}

.subpage header {
  position: relative;
}

.subpage .content-box-1 {
  padding-top: 0 !important;
}

.btn-prev {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.btn-prev a {
  display: inline-block;
  line-height: 42px;
  padding: 0 16px 0 50px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  background: #017501 url("/img/icons/arrow.svg") 19px center no-repeat;
}
.btn-prev a:hover {
  opacity: 0.9;
}

.z-content-box-1 {
  padding-bottom: 200px;
}
.z-content-box-1 .txt-1 {
  max-width: 70%;
}
.z-content-box-1 .txt-2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
.z-content-box-1 .txt-3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  color: #00FF00;
}

.form-box {
  width: 546px;
  max-width: 100%;
  margin-top: 40px;
}

.f-txt {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}

.form-floating {
  color: #989898;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.2);
}

.form-floating > .form-control {
  color: #fff !important;
  font-weight: bold;
}

.form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  height: 48px !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-floating > label {
  padding-top: 13px !important;
}

textarea.form-control {
  height: 190px !important;
  resize: none;
  overflow: auto;
}

.my-select select {
  background: rgba(255, 255, 255, 0.2) url("/img/icons/05.png") calc(100% - 15px) center no-repeat;
  border: none;
  height: 48px !important;
  outline: none !important;
  border-radius: 0.375rem;
  color: #989898;
  padding: 0 12px;
  width: 100%;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.my-select select option {
  background: #000;
}

.f-txt-1 {
  text-align: right;
  font-size: 10px;
  color: #fff;
  opacity: 0.3;
  margin-bottom: 60px;
}

.form-box .button-box button {
  width: 100%;
  border: none;
}/*# sourceMappingURL=style.css.map */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content {
    background: #101010;
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    color: white;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    animation: slideDown 0.5s ease-out forwards;
    transform: translateY(-100vh); /* początek poza ekranem */
    opacity: 0;
    border: solid 1px white;
}

/* Animacja wejścia */
@keyframes slideDown {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.hidden {
    display: none;
}
