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

:root {
  --bs-primary: #0a1d35 !important;
  --bs-primary-rgb: 10, 29, 53 !important;
  --bs-secondary: #b9967e !important;
  --bs-secondary-rgb: 185, 150, 126 !important;
}

body {
  background-color: var(--bs-primary) !important;
  color: white !important;
  font-family: "Open Sans", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
  font-weight: 400 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 13px;
}

p,
li,
td,
th {
  font-size: 13px;
  line-height: 1.6 !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(255, 255, 255, 0.06) !important;
}
.marcellus {
  font-family: "Marcellus", serif;
}
.caveat {
  font-family: "Caveat", cursive;
}
.custom-page a {
  color: white;
}
.btn-close {
  opacity: 1 !important;
  color: var(--bs-secondary) !important;
}
.bg-secondary {
  background: transparent linear-gradient(80deg, #b9967e 0%, #b9a97e 100%);
}

.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.max1 {
  max-width: 500px;
}
.form-select,
.form-control {
  cursor: pointer !important;
  border-radius: 0px !important;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 10px 0px !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: white !important;
}

::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.wpcf7 .form-label {
  width: 100%;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
.lab-sp {
  margin-top: 6px;
  display: block;
  margin-left: 0px;
}
.wpcf7 textarea {
  height: 100px !important;
}
.wpcf7 .form-check-input {
  border-radius: 0px !important;
  margin-left: -1.9rem !important;
  width: 1.7em !important;
  height: 1.7em !important;
  cursor: pointer !important;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 10px !important;
  cursor: pointer;
}
.wpcf7 label {
  line-height: 1.2;
}
.wpcf7 label a {
  font-size: 10px !important;

  font-weight: 400 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 13px !important;
  padding: 10px !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.lead-form .wpcf7-not-valid-tip {
  text-align: center;
}
.form-check-input:checked {
  background-color: var(--bs-primary) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.wpcf7-not-valid-tip {
  font-size: 10px !important;
  margin-left: 0px;
  margin-top: 3px;
}

.btn {
  border: 0 !important;
  border-radius: 0 !important;
  font-family: "Marcellus", serif;
  font-size: 16px;
  padding: 12px 25px;
}
.btn-primary {
  background: transparent linear-gradient(80deg, #b9967e 0%, #b9a97e 100%) !important;
}
.btn-primary:hover {
  background: white !important;
  color: var(--bs-primary) !important;
}
.btn-secondary {
  background-color: var(--bs-primary) !important;
  color: white !important;
}
.btn-secondary:hover {
  background-color: white !important;
  color: var(--bs-primary) !important;
}
.logo {
  width: 260px;
}
.menu a {
  font-family: "Marcellus", serif;
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.menu a:hover {
  color: var(--bs-secondary) !important;
}
.menu-wrapper {
  margin-top: 12px;
}
.bg-dark {
  background-color: #0d284a !important;
}
.overlay {
  background: linear-gradient(to top, var(--bs-primary) 0%, transparent 100%);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero {
  max-height: 800px;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .container {
  height: 100%;
  z-index: 1;
}

.hero .row {
  height: 100%;
}
.box {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.box1 {
  background-color: #0e2748;
}
.box2 {
  background-color: #0f3058;
}
.box3 {
  background-color: #143a6a;
}
.box4 {
  background-color: #16437e;
}
.box-link {
  cursor: pointer;
}
.box-link .bi {
  transition: 0.3s;
}
.box-link:hover .bi {
  transform: translateX(10px) translateY(15px);
}
.box-2 {
  opacity: 0.7;
}
.line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.06);
}
.post-item img {
  margin-top: -20px;
}
.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
  border-radius: 0px !important;
  width: 20px !important;
  margin: 0 7px !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--bs-secondary) !important;
  width: 20px !important;
}
.lead-form input {
  text-align: center;
}
.lead-form .lab-sp {
  text-align: center;
}
.mn-min {
  margin-top: -20px;
}
#kim-jestem img {
  object-fit: cover;
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.hero {
  background-image: url("img/hero2.jpg");
}
.modal input {
  text-align: center;
}
.box-link img {
  max-height: 60px !important;
  width: auto !important;
  margin-left: 0px !important;
  margin-right: auto !important;
}
.zp-site .box-link:hover {
  background-color: #0d284a !important;
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
.accordion {
  border-color: transparent !important;
  --bs-accordion-border-color: transparent !important;
}
.accordion-button {
  background-color: transparent !important;
  color: white !important;
}
.accordion-body {
  padding-top: 0px !important;
}
.accordion-item {
  background-color: transparent !important;
}
.accordion-item p {
  color: white !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button::after {
  filter: brightness(0) invert(1);
  color: white;
}
hr {
  opacity: 0.1 !important;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

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

/* XX-Large devices (larger desktops) */
@media (max-width: 1400px) {
  header .btn {
    font-size: 14px;
    padding: 12px 17px;
  }
  .menu a {
    font-size: 15px;
  }
}

/* X-Large devices (large desktops) */
@media (max-width: 1200px) {
  .menu-wrapper {
    margin-top: 22px;
  }
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .logo {
    max-width: 150px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .overlay {
    background: linear-gradient(to top, var(--bs-primary) 0%, rgba(10, 29, 53, 0.3) 100%);
  }
  .hero {
    background-image: url("img/os-mob2.jpg");
    background-position: bottom;
    min-height: 870px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
  .hero {
    min-height: 700px;
  }
}

/* Swiper slides equal height */
.swiper-offer .swiper-wrapper {
  align-items: stretch;
}

.swiper-offer .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.swiper-offer .swiper-slide > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swiper-offer .swiper-slide .p-4 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.swiper-offer .swiper-slide p {
  flex-grow: 1;
  margin-bottom: 0;
}

.swiper-offer .swiper-slide .bi {
  margin-top: auto;
}
