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

:root {
  --color: #4a1147;
  --color2: #c7a692;
}

body {
  font-family: "DM Sans", serif;
  color: white;
  background-color: var(--color);
  font-size: 16px;
  font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
}
a {
  transition: 0s !important;
}
p,
li {
  font-weight: 300 !important;
  line-height: 1.5 !important;
}
strong {
  font-weight: 600 !important;
}

/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: white;

  height: 3px;
  width: 25px;
  margin-top: 6px;
  border-radius: 2px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
  margin-left: auto;
}
.cust-cont h3 {
  margin-top: 30px !important;
}
.header-top a,
.header-top p {
  font-size: 14px;
}

.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 ------------------------- */

.btn1 {
  background-color: var(--color2);
  padding: 13px 25px;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
}

.btn1:hover {
  background-color: white;
  color: black;
}

.btn2 {
  background-color: white;
  padding: 13px 25px;
  color: black;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
}

.btn2:hover {
  background-color: var(--color2);
  color: white;
}

.header-top i {
  color: var(--color2);
}
.logo-box h5 {
  color: var(--color2);
  line-height: 1.5;
}
.logo {
  max-width: 34px;
}
header {
  position: relative;
  z-index: 100;
}
.logo-box p {
  font-size: 12px;
  letter-spacing: 2px;
  color: white;
}
.border-top {
  border-top: 1px solid #56224e !important;
}
.border-bottom {
  border-bottom: 1px solid #56224e !important;
}
.nav-link {
  font-size: 16px;
  font-weight: 500;
}
.nav-link:hover {
  color: var(--color2) !important;
}

.color2 {
  color: var(--color2);
}
.hero-img {
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-main {
  padding-top: 153px;

  margin-top: -153px;
}
.notariusz-img {
  border: 15px solid #400d3d;
}
.hero .container-xxl {
  position: relative;
  z-index: 99;
}
.sec-light {
  color: black;
}
.sec-light {
  background-color: white;
  background-size: cover;
}
.map {
  filter: grayscale(100%);
}
.hands {
  max-width: 370px;
  width: 100%;
  opacity: 0.4;
}
footer .container-xxl {
  position: relative;
  z-index: 99;
}
footer .hands {
  margin-top: -70px;
  z-index: -1;
  position: relative;
}

.p-max {
  max-width: 442px;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.custom-page a {
  color: white;
}
footer .logo-box h5 {
  font-size: 24px;
}
.f-form {
  background-color: #400d3d;
  padding: 30px;
}
textarea {
  height: 100px;
  width: 100%;
}
.form-label {
  width: 100%;
}
.form-control {
  background-color: transparent;
  color: white;
  border: 0px;
  border-bottom: 1px solid #56224e;
  margin-bottom: 7px;
  padding: 10px 0px;
  border-radius: 0px;
}
::placeholder {
  color: #6a2960 !important;
}
.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  color: white;
  border-bottom: 1px solid #56224e;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2.5em;
}
.form-check-input {
  width: 1.5em;
  height: 1.5em;
}
.form-check-input:checked {
  background-color: var(--color2);
  border-color: var(--color2);
  color: black;
}
.form-check-input:focus {
  box-shadow: none;
}
.accept {
  font-size: 12px;
}
.accept a {
  color: white;
}
.wpcf7-submit {
  border: 0px;
}

.lang-switch {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}
.lang-switch:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: transparent !important;
}
.lang-switch img {
  border-radius: 100px;
  height: 20px;
  width: 20px;
  position: relative;
  top: -2px;
  border: 1px solid #ddd;
  padding: 2px;
  margin-left: 3px;
}
.lang-switch.dropdown-menu {
  padding-top: 7px;
}
.lang-switch.dropdown-menu .dropdown-item {
  padding: 0px;
  width: 45px;
  background: transparent;
}
.lang-switch.dropdown-menu a {
  font-weight: 700;
  color: white;
}

@media (max-width: 1500px) {
  .lang-switch.dropdown-menu li {
    width: fit-content !important;
    float: right;
    margin-right: 13px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .navbar-nav {
    margin-top: 30px;
  }
  .navbar {
    padding: 0px;
    position: absolute;
    background-color: white;
    width: calc(100% - 24px);
    border-radius: 10px;
    margin-top: 15px;
  }
  .navbar-nav {
    margin-top: 0px;
    padding: 20px;
  }
  .navbar-nav .nav-link {
    color: black !important;
    line-height: 1.5;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .buttons a {
    margin: 0 auto;
  }
  .logo-box h5 {
    font-size: 14px;
  }
  .logo-box p {
    font-size: 10px;
  }
  footer .logo-box h5 {
    font-size: 19px !important;
  }
}
