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

:root {
  --color: #0e739d;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1;
  font-family: "Audiowide", sans-serif;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
}
p,
li,
td,
th {
  line-height: 1.4;
  font-size: 16px;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}

/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: black;
  height: 2px;
  width: 31px;
  margin-top: 9px;
  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: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;
}

/* ------------------------- MOBILE BURGER ------------------------- */
header {
  box-shadow: 0px 0px 6px #0000001a;
  position: relative;
  z-index: 100;
}
.logo {
  max-width: 190px;
}

/* Custom dropdown icon */
.dropdown-toggle::after {
  display: none !important;
}

.dropdown-toggle {
  position: relative;
  padding-right: 1.5rem !important;
}

.dropdown-toggle::before {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.dropdown-toggle[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}
.nav-link {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 45px #0000001a;
  padding: 20px;
}
.dropdown-item {
  font-weight: 600;
  padding-left: 0px;
  padding-right: 0px;
  color: black !important;
}
.dropdown-item:hover {
  background-color: white;
  text-decoration: underline;
}
.bar {
  background-color: #d60000;
}
.know-more {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  background-color: white;
  color: black;
  padding: 3px 10px;
  border-radius: 0px;
  width: fit-content;
}
.know-more:hover {
  color: white;
  background-color: #000;
}
.hero {
  height: 700px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(14, 115, 157, 1) 0%, rgba(14, 115, 157, 0.2) 100%);
  z-index: 1;
}
.overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(14, 115, 157, 1) 0%, rgba(14, 115, 157, 0) 50%);
  z-index: 1;
}
.overlay3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(14, 115, 157, 1) 0%, rgba(14, 115, 157, 0) 80%);
  z-index: 1;
}
.hero-inner {
  z-index: 29;
}
.hero {
  background-size: cover;
  background-position: center;
}
.hero .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.btn {
  font-weight: 600;
  border-radius: 0px;
  font-size: 14px;
  padding: 13px 25px;
}
.btn-primary {
  background-color: white;
  border: 1px solid white;
  color: black;
}
.btn-primary:hover {
  background-color: black;
  color: white;
}
.btn-primary-outline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
}
.btn-primary-outline:hover {
  background-color: black;
  color: white;
}
.btn-secondary {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: white;
}
.btn-secondary:hover {
  background-color: black;
  color: white;
}
.btn-secondary-outline {
  background-color: transparent;
  border: 1px solid #ddd;
  color: black;
}
.btn-secondary-outline:hover {
  background-color: black;
  color: white;
}
.text-primary {
  color: var(--color) !important;
}
.bg-pos-top {
  background-position: top !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: black;
  color: white;
  border: 1px solid black;
}
.hero-inner-bottom a i {
  transition: transform 0.2s ease;
}
.nav-item {
  margin-left: 10px;
}
.nav-link:hover {
  text-decoration: underline !important;
  color: black !important;
}

.hero-inner-bottom a:hover i {
  transform: translateX(10px);
}
.text-primary {
  color: var(--color) !important;
}
.div {
  background-color: var(--color);
  width: 25px;
  height: 4px;
  margin: 0 auto;
  margin-bottom: 13px;
}
.swiper-pagination {
  display: block !important;
  margin-top: 35px;
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  color: white;
  bottom: 0px;
  top: auto;
  height: 33px;
  width: auto;
  background-color: var(--color);
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  border-radius: 0px;
  height: 4px;
}
.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5 !important;
}
.gallery img {
  height: 200px;
  object-fit: cover;
}
.bg-light {
  background-color: #f4f4f4 !important;
}
.text-light {
  color: #797989 !important;
}
.copy p {
  font-size: 12px;
}
.person-info i {
  background-color: var(--color);
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
footer p,
footer a {
  font-size: 14px;
}
.wi-card-image {
  height: 230px;
  background-size: cover;
  background-position: center;
}
.wi-card-title {
  z-index: 99;
}
.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wi-card {
  box-shadow: 0px 0px 45px #0000001a;
}
.wi-card-body a:hover {
  text-decoration: underline !important;
}
.mb-min {
  margin-bottom: -21px;
}
.bg-primary {
  background-color: var(--color) !important;
}
.form-control,
textarea {
  border-radius: 0px !important;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: transparent !important;
  color: white !important;
  padding: 5px 0px;
  margin-bottom: 5px;
  width: 100%;
}
textarea {
  height: 100px;
}
.form-label {
  width: 100%;
}
::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.accept {
  margin-bottom: 30px;
  margin-top: -20px;
}
.wpcf7-list-item-label {
  font-size: 11px;
  line-height: 1.2;
}
.accept p {
  line-height: 1.2;
  cursor: pointer;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2.5em;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.form-check-input:checked {
  background-color: black !important;
  border-color: black !important;
}
.accept label {
  cursor: pointer;
}
.hero-page {
  height: 300px;
}
.hero-page .overlay2 {
  background: linear-gradient(to top, rgba(14, 115, 157, 1) 0%, rgba(14, 115, 157, 0) 100%);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: var(--color);
  font-family: "futura-pt", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0px !important;
}
.download-box-inner {
  box-shadow: 0px 0px 45px #0000001a;
  padding: 30px;
}
.download-box-inner .bi-filetype-pdf {
  font-size: 30px;
}
.wpcf7-file {
  padding: 5px 10px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

input[type="date"] {
  color: white;
}

input[type="date"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1497px) {
}

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

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

/* Large devices (desktops) */
@media (max-width: 992px) {
  .logo {
    max-width: 120px;
  }
  footer .border-end {
    border-right: 0px !important;
  }
  .navbar {
    padding: 0px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .know-more {
    margin: 0 auto !important;
    margin-top: 5px !important;
  }
}

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