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

:root {
  --bs-primary: #1c2e45 !important;
  --bs-primary-rgb: 28, 46, 69 !important;
  --bs-secondary: #e4cdb0 !important;
  --bs-secondary-rgb: 228, 205, 176 !important;
  --bs-light: #f0edea !important;
  --bs-light-rgb: 240, 237, 234 !important;
}

@font-face {
  font-family: "Chillax";
  src: url("https://nomo.tadamart.pl/wp-content/themes/nomo/fonts/Chillax-Extralight-1.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Light (waga 300) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomo.tadamart.pl/wp-content/themes/nomo/fonts/Chillax-Light-1.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Regular (waga 400) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomo.tadamart.pl/wp-content/themes/nomo/fonts/Chillax-Regular-1.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Medium (waga 500) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomo.tadamart.pl/wp-content/themes/nomo/fonts/Chillax-Medium-1.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Semibold (waga 600) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomo.tadamart.pl/wp-content/themes/nomo/fonts/Chillax-Semibold-1.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Chillax-Bold (waga 700) */
@font-face {
  font-family: "Chillax";
  src: url("https://nomo.tadamart.pl/wp-content/themes/nomo/fonts/Chillax-Bold-1.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Chillax", sans-serif;
  color: black;
  font-weight: 300;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  color: var(--bs-primary) !important;
  line-height: 1.2 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 16px;
}
p,
li,
td,
th {
  font-size: 16px;
  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,
hr {
  border-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 14px !important;
}
.fs-7 {
  font-size: 13px;
}
.fs-8 {
  font-size: 12px;
}
.logo {
  max-width: 140px;
}
.nav-link {
  padding: 0px !important;
  margin-left: 20px !important;
}
.nav-item a:hover {
  text-shadow: 0 0 0.8px currentColor;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  background-color: var(--bs-primary);
  border: 0px;
  margin-top: 10px !important;
  border-radius: 0px !important;
}
.dropdown-menu a {
  color: white !important;
}
.dropdown-menu a:hover {
  background-color: transparent;
}
.btn {
  border-radius: 0px !important;
  padding: 10px 20px !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  &:hover {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
    color: var(--bs-primary) !important;
  }
}
.hero {
  min-height: 500px;
}
.box {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  height: 220px;
  background-color: white;
  clip-path: circle(61% at 50% 182%);
}
.sec1 {
  margin-top: -70px;
  position: relative;
  z-index: 3;
}
.nomo {
  position: absolute;
  z-index: -1;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.foto-box {
  min-height: 400px;
  width: 100%;
}
.double-border {
  position: relative;
  display: inline-block;
}
.double-border::before,
.double-border::after {
  content: "";
  position: absolute;
  border: 1px solid var(--bs-secondary);
  pointer-events: none;
}
.double-border::before {
  inset: -5px;
}
.double-border::after {
  inset: -11px;
}
.nomo2 {
  width: 100%;
  max-width: 100% !important;
}
.plate {
  margin-top: -200px;
}
footer {
  margin-top: 200px;
}
@media (min-width: 1400px) {
}

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

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

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .nav-link {
    margin-left: 0px !important;
    margin-bottom: 10px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  header .btn {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
  .box {
    max-width: 600px;
    width: 100%;
    height: 232px;
    background-color: white;
    clip-path: circle(78% at 50% 184%);
  }
  .nomo {
    bottom: 250px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
  .box {
    max-width: 600px;
    width: 100%;
    height: 100vw;
    background-color: white;
    clip-path: circle(111% at 50% 172%);
  }
}
