/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #1d89cb;
}

:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #555;
}

main {
  display: block;
  padding: 16px 0;
}

iframe {
  max-width: 100% !important;
}

img, svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

p {
  color: #666666;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #0c0c0c;
  transition: 0.3s ease-out;
}
a:hover {
  color: #1d89cb;
}

li {
  list-style-type: none;
}

h1, h2, h3 {
  color: #0c0c0c;
}

input, textarea, select {
  width: 100%;
  border: 1px solid #DBDBDB;
  border-radius: 16px;
  padding: 8px;
  font-family: "Poppins", sans-serif;
}

input[type=submit] {
  padding: 12px;
  background: #1d89cb;
  border: none;
  border-radius: 32px;
  color: #eaeaea;
  cursor: pointer;
  transition: 0.3s ease-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font: 300 14px "Poppins", sans-serif;
}
input[type=submit]:hover {
  background: #0eb6e8;
}

.form-field {
  margin-bottom: 16px;
}

.container {
  max-width: 1400px;
  margin: auto;
  padding: 0 16px;
}

.mondali-row {
  display: grid;
  grid-gap: 16px;
}

.mondali-col2 {
  grid-template-columns: repeat(2, 1fr);
}

.mondali-col3 {
  grid-template-columns: repeat(3, 1fr);
}

.mondali-col4 {
  grid-template-columns: repeat(4, 1fr);
}

.mondali-col5 {
  grid-template-columns: repeat(5, 1fr);
}

.mondali-col6 {
  grid-template-columns: repeat(6, 1fr);
}

.mondali-col7 {
  grid-template-columns: repeat(7, 1fr);
}

.mondali-col8 {
  grid-template-columns: repeat(8, 1fr);
}

.mondali-col9 {
  grid-template-columns: repeat(9, 1fr);
}

.mondali-col10 {
  grid-template-columns: repeat(10, 1fr);
}

.mondali-col11 {
  grid-template-columns: repeat(11, 1fr);
}

.mondali-col12 {
  grid-template-columns: repeat(12, 1fr);
}

.grid-wrapper {
  display: grid;
}

.mondali-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 48px;
  background: #1d89cb;
  border-radius: 32px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.mondali-cta:hover {
  background: #0eb6e8;
  color: #eaeaea;
}

.mondali-secondary {
  display: block;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.mondali-secondary:hover {
  background: #1e1e1e;
  color: #eaeaea;
}

.wp-block-mondali-blocks-link-with-icon {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #bac3d3 !important;
  line-height: 0;
  margin-bottom: 12px;
}

.kontakt-col .wp-block-mondali-blocks-link-with-icon {
  color: #1e1e1e !important;
}
.kontakt-col .wp-block-mondali-blocks-link-with-icon:hover {
  color: #1d89cb;
}

.menu {
  display: flex;
}
.menu li {
  flex: 1;
}

.video-container {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-width: -webkit-fill-available;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}

.video-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  z-index: -1;
}

#hero-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border-radius: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}

#top-bar {
  background: #FFFFFF;
  padding: 4px;
  border-bottom: 1px solid #f1f1f1;
}
#top-bar .container {
  display: flex;
  justify-content: space-between;
}

.top-bar-element {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.top-bar-element img {
  max-width: 22px;
}

.menu-toggle {
  display: none;
  background-color: transparent;
  border: none;
  font-size: 12px;
}
.menu-toggle #menu-toggle-txt {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: auto;
}
.menu-toggle .cta-text-line {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  min-width: 42px;
  text-align: right;
  transform: translateY(0);
  transition: opacity 0.5s ease 0.7s, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu-toggle .cta-text-line::after {
  content: "Zamknij";
  position: absolute;
  left: 0;
  top: 100%;
}
.menu-toggle.active .cta-text-line {
  transform: translateY(-100%) !important;
}

.active #menu-toggle-txt {
  transition: 0.3s ease-out;
}
.active #menu-toggle-txt:after {
  top: 0;
}

#menu-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#menu-icon span {
  display: block;
  height: 2px;
  width: 24px;
  background-color: #1e1e1e;
  margin-bottom: 4px;
}
#menu-icon span:nth-of-type(2) {
  width: 16px;
}
#menu-icon span:nth-of-type(3) {
  width: 20px;
}

.header-wrapper {
  grid-template-columns: 5fr 7fr;
  position: relative;
}

.site-branding {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.site-branding .custom-logo-link {
  max-width: 85px;
  line-height: 0;
}

#site-navigation {
  display: grid;
  align-items: center;
}

.toggled .main-menu-container {
  display: block;
}

#primary-menu {
  display: flex;
  text-transform: uppercase;
  text-align: right;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7321rem + 0.2232vw, 1rem);
}
#primary-menu li {
  flex: 1;
}
#primary-menu .current-menu-item a {
  color: #1d89cb;
}
#primary-menu .sub-menu li {
  margin-bottom: 8px;
}
#primary-menu .sub-menu li:last-of-type {
  margin-bottom: 0;
}

.main-navigation ul li > ul,
.main-navigation ul li > ul {
  display: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
  position: absolute;
  top: 45px;
  background: #fff;
  padding: 16px;
  left: auto;
}

.home main {
  padding: 0;
}

#hero-section {
  max-width: 1920px;
  margin: auto;
  background: #bebebe;
  padding: 16px 0;
  background-image: url("https://kosztorysy-szymanska.pl/wp-content/uploads/2023/03/kosztorysy-szymanska-hero-bg.webp");
  background-position: bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#hero-section .hero-main-content {
  height: 65vh;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  z-index: 2;
}
#hero-section .hero-main-content h1,
#hero-section .hero-main-content span {
  color: #fff;
}
#hero-section .hero-main-content h1 {
  margin-bottom: 32px;
}
#hero-section .hero-main-content span {
  font-size: clamp(0.875rem, 0.4464rem + 0.6696vw, 1.25rem);
}
#hero-section h1 {
  font-size: 48px;
  line-height: 125%;
  letter-spacing: 0.03em;
}
#hero-section .scroll-down-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.2rem;
  z-index: 2;
}
#hero-section #scroll-down-icon {
  display: grid;
}
#hero-section #scroll-down-icon svg {
  margin: auto;
  padding-bottom: 8px;
}

.about-us hr,
#hero-section hr {
  width: 80px;
  height: 6px;
  margin: 8px 0;
  background: linear-gradient(90.22deg, #1D89CB 0%, #2978A8 100%);
  border: none;
}

.about-us {
  padding: 64px 0;
}
.about-us h2 {
  font-size: clamp(1.375rem, 0.6607rem + 1.1161vw, 2rem);
  line-height: 48px;
  letter-spacing: 0.1em;
}
.about-us .container {
  display: grid;
  gap: 128px;
}
.about-us .mondali-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us-img-wrapper {
  max-width: 380px;
  margin: auto;
  position: relative;
}
.about-us-img-wrapper::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1d89cb;
}

#ofert-section {
  background: linear-gradient(180deg, #1D89CB 0%, #1D89CB 77.59%, rgba(29, 137, 203, 0) 77.6%);
  padding: 32px 16px;
}
#ofert-section h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 200%;
}
#ofert-section p {
  color: #eaeaea;
  text-align: center;
}

#ofert-cards-row {
  gap: 32px;
  margin-top: 48px;
}

.ofert-column {
  background: #F9F9F9;
  box-shadow: 0px 4px 15px rgba(129, 161, 181, 0.4);
  border-radius: 16px;
  overflow: hidden;
}

.ofert-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 10px;
}
.ofert-desc span {
  font-weight: 700;
  color: #0c0c0c;
}
.ofert-desc a {
  color: #1d89cb;
  text-decoration: underline;
}

#price-cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 10px;
}

#price-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 48px;
  background: #1d89cb;
  border-radius: 32px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: 0.3s ease-out;
}
#price-cta:hover {
  background: #0eb6e8;
}

#contact-form-section {
  padding-top: 16px;
}

#contact-form-wrapper {
  max-width: 500px;
  margin: auto;
}
#contact-form-wrapper .wpcf7 {
  margin-top: 32px;
}

#contact-map-col {
  position: relative;
}
#contact-map-col iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.wp-block-button__link {
  transition: 0.3s ease-out;
}
.wp-block-button__link:hover {
  background: #1d89cb !important;
  color: #1e1e1e;
}

.site-footer {
  background: #000;
  padding-top: 48px;
  font-size: clamp(0.6875rem, 0.5446rem + 0.2232vw, 0.8125rem);
  color: #bac3d3;
}
.site-footer p {
  color: #bac3d3;
}
.site-footer a {
  color: #1d89cb;
}
.site-footer h3 {
  font-weight: 700;
  font-size: clamp(1rem, 0.4286rem + 0.8929vw, 1.5rem);
  line-height: 200%;
  color: #fff;
}
.site-footer .menu {
  display: block;
  line-height: 200%;
  padding-left: 1rem;
}
.site-footer .menu a {
  color: #bac3d3;
  transition: 0.35s ease-out;
}
.site-footer .menu a:hover {
  color: #1d89cb;
  padding-left: 8px;
}
.site-footer .menu li {
  list-style-type: disc;
}

.footer-grid {
  display: grid;
  gap: 48px;
}

.other-sites {
  padding: 48px 0 16px 0;
  gap: 32px;
}
.other-sites a {
  display: block;
  background: #1e1e1e;
  border-radius: 32px;
  color: #CAD0DB;
  padding: 12px 6px;
  text-align: center;
  transition: 0.3s ease-out;
}
.other-sites a:hover {
  background: #1d89cb;
  color: #1e1e1e;
}

.site-info {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  font-size: clamp(0.4375rem, 0.2232rem + 0.3348vw, 0.625rem);
  padding: 48px 0 16px 0;
  letter-spacing: 0.1em;
}

#go-to-top {
  display: flex;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #075d90;
  cursor: pointer;
  padding: 8px;
}

@keyframes navLinkFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3 {
    font-size: clamp(1.125rem, 0.375rem + 4vw, 1.375rem);
  }

  .mondali-col2,
.mondali-col3,
.mondali-col4,
.mondali-col5,
.mondali-col6,
.mondali-col7,
.mondali-col8,
.mondali-col9,
.mondali-col10,
.mondali-col11,
.mondali-col12 {
    grid-template-columns: 1fr;
  }

  .header-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  #site-navigation {
    display: grid;
    justify-content: flex-end;
  }

  .menu-toggle {
    display: block;
    max-width: 64px;
    float: right;
  }

  .main-menu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 16px;
  }

  #primary-menu {
    flex-direction: column;
    gap: 32px;
  }
  #primary-menu .menu-item {
    display: none;
    opacity: 0;
  }
  #primary-menu .sub-menu {
    position: static;
    top: auto;
  }
  #primary-menu .sub-menu .menu-item {
    display: block;
    opacity: 1;
  }

  #hero-section {
    background-image: url("https://kosztorysy-szymanska.pl/wp-content/uploads/2023/03/kosztorysy-szymanska-hero-bg-mobile.webp");
  }
  #hero-section h1 {
    font-size: 24px;
  }

  .about-us {
    padding: 32px 0;
  }
  .about-us .container {
    gap: 64px;
  }
  .about-us .container .mondali-row:first-of-type .mondali-column:first-of-type {
    order: 2;
  }
  .about-us h2 {
    line-height: normal;
  }

  .about-us-img-wrapper {
    max-width: 270px;
  }

  #ofert-section .container {
    padding: 0;
  }
  #ofert-section h2 {
    font-size: 26px;
  }

  .ofert-desc {
    padding: 8px;
  }
  .ofert-desc span,
.ofert-desc a {
    font-size: 14px;
  }

  #ofert-cards-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  #contact-map-col {
    height: 250px;
  }

  #contact-form-wrapper {
    padding: 0 16px;
  }

  .site-footer {
    padding-top: 32px;
    font-size: clamp(0.75rem, 0.375rem + 2vw, 0.9375rem);
  }

  .footer-grid {
    gap: 24px;
  }
  .footer-grid .wp-block-spacer {
    height: 16px !important;
  }

  .site-info {
    display: grid;
    justify-content: center;
    padding: 24px 0 16px 0;
    text-align: center;
    font-size: 8px;
  }

  .top-bar-element:nth-of-type(2) {
    display: none;
  }
}

/*# sourceMappingURL=theme.css.map */
