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

:root {
  --bs-primary: #e3ddd8 !important;
  --bs-primary-rgb: 227, 221, 216 !important;
  --bs-secondary: #d4a451 !important;
  --bs-secondary-rgb: 212, 164, 81 !important;
  --bs-dark: #232323 !important;
  --bs-dark-rgb: 35, 35, 35 !important;
}

body {
  font-family: "Raleway", sans-serif;
  color: #232323;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
  line-height: 1.1 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 15px;
}
p,
li,
td,
th {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.4 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-dark .border-end,
.bg-dark .border-start,
.bg-dark .border-top,
.bg-dark .border-bottom,
.bg-dark .border,
.bg-dark.border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.custom-page a {
  color: var(--bs-primary);
}
.fs-6 {
  font-size: 12px !important;
}
.fs-7 {
  font-size: 11px;
}
.fs-8 {
  font-size: 10px;
}

/* form */
.wpcf7 p {
  margin-bottom: 0px !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7 .form-label {
  width: 100% !important;
}
.wpcf7 textarea {
  height: 100px !important;
}
.wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
  border-radius: 0px !important;
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 7px !important;
  color: var(--bs-primary) !important;
  padding: 10px 0px;
  outline: none !important;
  box-shadow: none !important;
}
.wpcf7 select {
  cursor: pointer !important;
}
.wpcf7-not-valid-tip {
  color: #ff6e6e !important;
  font-size: 12px !important;
}
::placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.form-check .form-check-input {
  margin-left: -2rem !important;
}
.form-check-input {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: transparent !important;
  color: var(--bs-primary) !important;
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  &:checked {
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
    outline: none !important;
    box-shadow: none !important;
  }
}
.accept label {
  cursor: pointer !important;
  font-size: 11px !important;
}
/* form */

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.hero {
  height: 100vh;
}

.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%;
}
@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;
  }
}
header a:hover {
  text-decoration: underline !important;
}
.btn {
  border-radius: 100px !important;
  padding: 8px 25px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 14px !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  color: var(--bs-dark) !important;
  border: 1px solid var(--bs-primary) !important;
}
.btn-outline-primary {
  background-color: transparent !important;
  color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important;
}
.btn-primary:hover {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-dark) !important;
  border: 1px solid var(--bs-secondary) !important;
}
.btn-outline-primary:hover {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-dark) !important;
  border: 1px solid var(--bs-secondary) !important;
}
.person {
  width: 130px;
}

.list-check {
  list-style: none;
  padding-left: 0;
}

.list-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-check li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
  color: var(--bs-dark);
}
.image {
  object-fit: cover;
  object-position: center;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent !important;
  border-bottom: none !important;
}
.re-card img {
  transition: transform 0.2s ease-in-out;
}
.re-card:hover img {
  transform: scale(1.1);
}
@media (min-width: 1400px) {
}

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

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
  header .nav-link {
    font-size: 9px !important;
  }
}

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

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .d5smaller {
    font-size: 1.8 rem !important;
  }
}

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