@font-face {
  font-family: PlayfairDisplay;
  src: url(./fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(./fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(./fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Italianno;
  font-style: cursive;
  src: url(./fonts/Italianno-Regular.ttf);
}

html,
body {
  height: 100%;
}

body {
  word-wrap: break-word;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 400;
}

p {
  word-break: break-word;
}

h2 {
  font-size: 3.125rem;
  font-family: "PlayfairDisplay", serif;
  word-break: break-word;
  font-weight: 700;
}

h3 {
  font-size: 3.125rem;
  font-family: "PlayfairDisplay", serif;
  word-break: break-word;
  font-weight: 700;
}

h5 {
  font-family: "PlayfairDisplay", serif;
  font-size: 20px;
  font-weight: 700;
  word-break: break-word;
}

.text-header {
  color: #baad7b;
}

.title-header {
  padding-bottom: 20px;
}

.padding {
  padding: 85px 0px;
}

@media (min-width: 576px) {
  .padding {
    padding: 85px 0px;
  }
}

@media (min-width: 1200px) {
  .padding {
    padding: 150px 0px;
  }
}

nav .navbar-nav {
  padding-left: 2rem;
}

nav .navbar-nav .active {
  color: #baad7b !important;
  text-decoration: underline;
}

nav .navbar-nav .nav-item .nav-link {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 1.2rem;
  color: #486173;
  font-weight: 500;
}

nav .navbar-nav .nav-item .nav-link:hover {
  color: #baad7b;
}

nav .brand-img {
  width: 125px;
  max-height: 80px;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
  nav .navbar-nav {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#strona-glowna {
  margin-top: 0px;
  position: relative;
}

#strona-glowna .carousel-item::after {
  content: "";
  background-color: rgba(102, 104, 107, 0.55);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#strona-glowna .carousel-center {
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

#strona-glowna .carousel-center h1 {
  font-family: "Italianno", cursive;
  letter-spacing: 0.4rem;
  font-size: 6rem;
}

@media (max-width: 575.98px) {
  #strona-glowna .carousel-center h1 {
    font-size: 4.5rem;
    letter-spacing: 0.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1224px) {
  #strona-glowna .carousel-center h1 {
    font-size: 5.2rem;
    letter-spacing: 0.2rem;
  }
}

#strona-glowna .carousel-center h1 .text-header {
  border-bottom: 5px solid #baad7b;
  border-radius: 20px;
}

#strona-glowna .hero-img {
  margin-top: 80px;
  width: 100%;
  min-height: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: relative;
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  #strona-glowna .carousel-center {
    margin-top: 5%;
  }
  #strona-glowna .carousel-center h1 {
    letter-spacing: 0.4rem;
    font-size: 3.5rem;
  }
  #strona-glowna .hero-img {
    margin-top: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#o-nas {
  color: #486173;
  margin: 0 auto;
}

#o-nas .box-image-container {
  position: relative;
}

#o-nas h2 {
  padding: 1rem 0;
  text-align: center;
}

#o-nas .box-text {
  text-align: justify;
}

#uslugi {
  background-color: #f7f6f3;
  color: #486173;
}

#uslugi .margin-space {
  margin-bottom: 20px;
}

#uslugi h3 {
  text-align: center;
  padding-bottom: 80px;
}

#uslugi .mini-box {
  width: 100%;
  height: 100%;
  padding: 25px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(72, 97, 115, 0.15);
          box-shadow: 0px 2px 5px 0px rgba(72, 97, 115, 0.15);
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
  cursor: pointer;
}

#uslugi .mini-box:hover {
  border: 2px solid #baad7b;
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}

#uslugi .mini-box .small-container-mini-box {
  height: 83%;
}

@media (max-width: 768px) {
  #uslugi .mini-box .small-container-mini-box {
    height: auto;
  }
}

#uslugi .mini-box .small-container-mini-box .svg-img {
  display: block;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

#uslugi .mini-box .small-container-mini-box .svg-img svg {
  fill: #baad7b;
  width: 100%;
  height: auto;
}

#uslugi .mini-box .small-container-mini-box .svg-img svg .cls-1 {
  stroke: #baad7b;
  fill: none;
  stroke-linejoin: round;
  stroke-width: 2px;
}

#uslugi .mini-box .small-container-mini-box p {
  text-align: justify;
}

#uslugi .mini-box .btn-my {
  margin: 0 auto;
  display: block;
  width: 60%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 3px solid #baad7b;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #baad7b;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

#uslugi .mini-box .btn-my:hover {
  background-color: #baad7b;
  border-color: #baad7b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

@media (min-width: 992px) {
  #uslugi .mini-box .btn-my {
    width: 100%;
    padding: 0.5rem;
  }
}

@media (max-width: 1200px) {
  #uslugi .mini-box .btn-my {
    width: 100%;
    padding: 0.5rem;
  }
}

.service-template {
  line-height: 30px;
}

.service-template h3 {
  text-align: center;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .service-template h3 {
    padding-bottom: 80px;
  }
}

.service-template p, .service-template ul {
  text-align: justify;
}

#zaklad-pogrzebowy {
  color: #486173;
}

#kremacje {
  color: #486173;
  background-color: #f7f6f3;
}

#oprawa-muzyczna {
  color: #486173;
}

#uslugi-kamieniarskie {
  background-color: #f7f6f3;
  color: #486173;
}

.text-second {
  color: #486173;
  font-weight: 600;
  font-style: italic;
}

#kontakt {
  padding: 150px 0px;
  color: #486173;
  background-color: #f7f6f3;
}

#kontakt h3 {
  padding-top: 30px;
}

@media (min-width: 768px) {
  #kontakt h3 {
    padding-top: 0;
  }
}

#kontakt .map {
  width: 100%;
  height: 100%;
}

#kontakt .map .map-size {
  max-height: 600px;
  height: 100vh;
}

#kontakt .contact-descryption {
  margin: 0 auto;
  text-align: center;
}

#kontakt .contact-descryption p {
  text-align: left;
  color: #486173;
}

#kontakt .contact-descryption h5 {
  font-style: normal;
}

.footer-bottom {
  padding: 50px 0px;
  background-color: #141e3c;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.51))), url("./img/azalia-karawan.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.51)), url("./img/azalia-karawan.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 575.98px) {
  .footer-bottom {
    height: auto;
  }
}

@media (orientation: landscape) and (max-height: 576px) {
  .footer-bottom {
    height: auto;
  }
}

.footer-bottom .box-logo {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 40px 0px;
}

.footer-bottom .box-logo .logo-bottom {
  width: 70%;
  height: auto;
}

@media (min-width: 768px) {
  .footer-bottom .box-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px;
  }
  .footer-bottom .box-logo .logo-bottom {
    width: 80%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .footer-bottom .box-logo .logo-bottom {
    width: 60%;
    height: auto;
  }
}

.footer-bottom i {
  font-size: 30px;
  font-weight: 700;
  color: #baad7b;
}

footer .footer-container {
  background-color: white;
  color: #486173;
  margin: 0 auto;
  text-align: center;
}

footer .footer-container .bottom-text {
  margin-bottom: 0px !important;
  padding: 20px;
  font-weight: 600;
}

#poradnik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f6f3;
  color: #486173;
  text-align: justify;
}

#poradnik h1 {
  font-size: 3.125rem;
  font-family: "PlayfairDisplay", serif;
  word-break: break-word;
  font-weight: 700;
  text-align: center;
  padding-bottom: 80px;
}

#poradnik h4 {
  padding: 25px 0px;
}

.gallery {
  padding: 80px 0px;
  background-color: #f7f6f3;
  color: #486173;
}

.gallery h3 {
  text-align: center;
  padding-bottom: 50px;
}

.gallery .card-gallery-image {
  border: 1px solid #baad7b;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery .card-gallery-image:hover {
  opacity: 0.7;
}

.gallery .card-gallery-image .img-full {
  -o-object-fit: cover;
     object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal .modal-content {
  margin: auto;
  display: block;
  width: auto;
  height: 98%;
  max-height: 1000px;
  max-width: 640px;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

.modal .close {
  position: absolute;
  top: 95px;
  right: 35px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  color: #f1f1f1;
  border-radius: 35px;
  background-color: #baad7b;
  font-size: 40px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .close:hover, .modal .close:focus {
  color: #141e3c;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 700px) {
  .modal .close {
    top: 110px;
    right: 10px;
  }
  .modal .modal-content {
    width: 100%;
    max-width: 700px;
    max-height: 98%;
    height: auto;
  }
}

@media screen and (orientation: landscape) and (max-height: 700px) {
  .modal .modal-content {
    width: auto;
    max-height: 98%;
  }
}
/*# sourceMappingURL=style.css.map */