@charset "UTF-8";
.bounce-top {
  display: block;
  animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-6 1:24:7
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 82px;
}

body {
  position: relative;
  font-family: "Cormorant", sans-serif;
  background-color: rgba(50, 50, 50, 0.7);
}

h2 {
  text-align: center;
  text-transform: uppercase;
}

.underline {
  margin: 0 auto 40px;
  width: 60px;
  height: 4px;
  background-color: grey;
}

.blue-text {
  color: grey;
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

nav {
  text-transform: uppercase;
  transition: background-color 0.6s;
  z-index: 1;
}
nav a,
nav i {
  color: #fff;
}
nav a:hover {
  color: gold;
}
nav .fa-bars {
  padding: 10px;
}
nav .navbar-brand {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
nav .blog-brand {
  text-decoration: none;
  font-size: 30px;
}
nav .nav-link {
  font-size: 25px;
}
nav .active {
  color: gold;
}

.googlemap {
  display: flex;
}

header {
  color: rgb(205, 205, 220);
}
header h1 {
  font-size: 30px;
  text-transform: uppercase;
}
header p {
  font-size: 14px;
}
header .hero-img {
  position: relative;
  height: 100vh;
  background-image: url("../img/gavel-7499911_1920.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
header .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -10;
}
header .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: center;
  z-index: 5;
}
header .btn-outline-light {
  text-transform: uppercase;
}

.services h2 {
  color: black;
}
.services i {
  margin-top: 20px;
  font-size: 30px;
}
.services .services-card-title {
  font-size: 25px;
  text-transform: uppercase;
}
.services .services-card-text {
  font-size: 20px;
}
.services .services-hover {
  transition: color 0.1s;
}
.services .services-hover:hover {
  color: darkgoldenrod;
}

.services-hero {
  position: relative;
  background-image: url("../img/about-hero-small.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #ddd;
  z-index: 0;
}
.services-hero .services-hero-item {
  margin: 10px 0;
}
.services-hero .services-hero-item i {
  font-size: 36px;
}
.services-hero .services-hero-item .services-hero-title {
  font-size: 24px;
}

.portfolio {
  background-color: black;
}
.portfolio h2 {
  color: white;
}
.portfolio .carousel-item {
  position: relative;
  height: 600px;
}
.portfolio .carousel-item h5 {
  font-size: 25px;
}
.portfolio .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.portfolio .carousel-indicators {
  padding-bottom: 20px;
}

.prices h2 {
  color: black;
}
.prices .price-info {
  margin-top: 30px;
}
.prices .price-info a {
  text-decoration: none;
}
.prices .price-info span {
  font-size: 30px;
}

.memory {
  background-color: black;
}
.memory h2 {
  color: white;
}
.memory .memory-info {
  margin-top: 30px;
}
.memory .memory-info a {
  text-decoration: none;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}
.memory .memory-info h2 {
  color: white;
}
.memory .memory-info span {
  color: white;
  font-size: 50px;
}
.memory .article-container .blog-first,
.memory .article-container .blog-second,
.memory .article-container .blog-third {
  position: relative;
  height: 200px;
  width: 200px;
}

.contact {
  position: relative;
  background-image: url("../img/contact-hero.jpg");
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}
.contact h2 {
  color: #ddd;
  font-weight: bold;
  font-size: 40px;
}
.contact .underline {
  background-color: #ddd;
}
.contact .contact-us {
  display: flex;
  align-items: center;
  color: #fff;
}
.contact .contact-us .contact-item {
  margin: 100px 0;
  font-size: 20px;
  font-family: "Times New Roman", sans-serif;
}
.contact .contact-us .contact-item .data {
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 45px;
}
.contact .contact-us .contact-item h3 {
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 45px;
}
.contact .contact-us .contact-item .hours {
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 45px;
}
.contact .contact-us .contact-item p {
  font-size: 35px;
}
.contact .contact-us .contact-item .icons {
  font-size: 60px;
  margin: 20px 20px;
}
.contact .contact-us .contact-item .icons a {
  color: white;
}
.contact .contact-us .contact-item .icons a:hover {
  color: gold;
  transition: color 0.5s;
}
.contact .contact-us .contact-item .social-media {
  font-size: 26px;
}
.contact .contact-us .contact-item .social-media a {
  padding: 10px;
  color: #fff;
}
.contact .contact-us .contact-item .social-media a:hover {
  color: gold;
}

footer {
  background-color: black;
}

.hide {
  display: none;
}

.cookie-box {
  position: fixed;
  bottom: 0;
  padding: 1em;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  background-color: #fff;
  opacity: 0;
  transform: translateY(100%);
  animation: show-cookies 0.5s 0.5s forwards;
}

.cookie-box:before {
  position: absolute;
  top: -280px;
  right: 50px;
  width: 400px;
  height: 400px;
  background-size: cover;
  content: "";
}

.cookie-btn {
  margin-top: 10px;
  padding: 0.5em 0.5em;
  font-size: 1.3rem;
  border: 2px solid black;
  color: black;
  border-radius: 3px;
  transition: background-color 0.3s;
}

.cookie-btn:hover {
  background-color: white;
}

.acount {
  font-size: 30px;
  text-transform: uppercase;
}

.opinion-wrapper {
  background-color: rgb(247, 247, 247);
}

.traffic-info {
  font-size: 30px;
  text-align: center;
  background-color: white;
  color: black;
}

.contact-form {
  padding: 30px;
  width: 1300px;
  background-color: #fff;
  border-radius: 24px;
  color: black;
}

.contact-box {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}

.contact-form label {
  margin-bottom: 10px;
  font-size: 22px;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
  padding: 15px;
  font-size: 16px;
  font-family: inherit;
  border: 2px solid hsl(0, 0%, 67%);
  border-radius: 12px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form button {
  padding: 12px;
  width: 100%;
  cursor: pointer;
}

.contact-form button:hover {
  color: #fff;
  background-color: hsl(220, 100%, 50%);
}

.msg-status {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  padding: 30px;
  width: 600px;
  border-radius: 12px;
  font-size: 24px;
}

.success {
  display: flex;
  background-color: hsl(143, 83%, 55%);
}

.error {
  display: flex;
  background-color: hsl(9, 100%, 64%);
}

.privacy-info {
  font-family: "Times New Roman", Times, serif;
}

.row a:hover {
  color: gold;
  transition: color 0.5s;
}

.blog-info {
  font-size: 28px;
}

.blogs {
  font-size: 40px;
  text-transform: uppercase;
}

.blog-first {
  text-decoration: none;
}

.blog-first h3 {
  font-family: "Georgia", "Times New Roman", serif;
  color: #e5e5e5;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  transition: color 0.1s ease-out, transform 0.1s ease-out; /* szybsza reakcja */
}

.blog-first:hover h3 {
  color: #d4af37; /* złoty */
  transform: scale(1.03); /* minimalny efekt, bardziej elegancki */
}

.blog-post {
  max-width: 900px; /* szerokość treści */
  margin: 2rem auto; /* wyśrodkowanie */
  padding: 1.5rem;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.7;
  color: #222;
  background: #fafafa; /* delikatne tło */
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Nagłówki */
.blog-post h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #2a4d69;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.4rem;
}

.blog-post h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  color: #375a7f;
}

/* Akapity */
.blog-post p {
  margin: 0.9rem 0;
  text-align: justify;
}

/* Listy – czytelne, z pełnymi kropkami także w podlistach */
.blog-post ul {
  list-style-type: disc;
  list-style-position: inside; /* kropka razem z tekstem */
  text-align: left; /* wymusza wyrównanie do lewej */
  margin: 1rem 0 1rem 1rem;
  padding: 0;
}

.blog-post ul li {
  margin: 0.4rem 0;
  line-height: 1.5;
}

.blog-post ul ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}

/* Wyróżnienia */
.blog-post strong {
  color: #1d3a56;
}

/* Linki kontaktowe */
.blog-post a {
  color: #2a4d69;
  text-decoration: none;
  font-weight: bold;
}

.blog-post a:hover {
  text-decoration: underline;
}

@keyframes show-cookies {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact .contact-form {
  max-width: 900px;
  margin: 60px auto 40px;
  padding: 50px 60px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  font-family: "Cormorant", serif;
}
@media (max-width: 768px) {
  .contact .contact-form {
    padding: 35px 25px;
  }
}
.contact .contact-box {
  margin-bottom: 35px;
}
.contact .contact-form label {
  font-size: 22px;
  font-weight: 600;
  color: #1c1c1c;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.contact .contact-form input,
.contact .contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 12px;
  border: 2px solid #d6d6d6;
  background-color: #fafafa;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.25);
  background-color: #fff;
}
.contact .contact-form textarea {
  min-height: 180px;
  resize: vertical;
}
.contact .contact-form button {
  margin-top: 20px;
  width: 100%;
  padding: 16px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact .contact-form button:hover {
  background-color: #d4af37;
  border-color: #d4af37;
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.contact .msg-status {
  position: relative;
  margin: 30px auto 0;
  padding: 18px 30px;
  max-width: 700px;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  display: none;
}
.contact .msg-status.success {
  display: block;
  background-color: #2e7d32;
  color: #fff;
}
.contact .msg-status.error {
  display: block;
  background-color: #b71c1c;
  color: #fff;
}

@media (min-width: 340px) {
  header h1 {
    font-size: 36px;
  }
  header p {
    font-size: 16px;
  }
  .memory img {
    height: 100px;
    width: 100px;
  }
  .cookie-box {
    font-size: 15px;
  }
  .cookie-btn {
    font-size: 15px;
  }
  .navbar-brand span {
    font-size: 15px;
  }
}
.services .services-card-title {
  font-size: 16px;
}
.services i {
  font-size: 16px;
}

@media (min-width: 340px) and (max-width: 768px) {
  .contact-form {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
  .contact-box input,
  .contact-box textarea {
    font-size: 15px;
  }
  .contact-form button {
    font-size: 15px;
    padding: 12px;
  }
}
@media (min-width: 768px) {
  header h1 {
    font-size: 42px;
  }
  header p {
    font-size: 20px;
  }
  .cookie-box {
    font-size: 20px;
  }
  .cookie-btn {
    font-size: 20px;
  }
  .navbar-brand span {
    font-size: 17px;
  }
}
.memory img {
  height: 100px;
  width: 200px;
}

.contact-form {
  width: 95%;
  margin: 0 auto;
  padding: 15px;
}

.contact-box input,
.contact-box textarea {
  font-size: 14px;
}

.contact-form button {
  font-size: 14px;
  padding: 10px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .contact-form {
    width: 70%;
    margin: 0 auto;
    padding: 25px;
  }
  .contact-box input,
  .contact-box textarea {
    font-size: 16px;
  }
  .contact-form button {
    font-size: 16px;
    padding: 14px;
  }
}
.contact .contact-us .contact-item .mail {
  font-size: 28px;
}

@media (min-width: 992px) {
  nav {
    height: 82px;
  }
  .services-hero {
    background-image: url("../img/about-hero-big.jpg");
  }
  .prices .price-info {
    font-size: 18px;
  }
  .memory .memory-info .blog-first span {
    font-size: 28px;
  }
}
.memory img {
  height: 200px;
  width: 300px;
}

@media (min-width: 1200px) {
  header .hero-img {
    background-image: url("../img/gavel-7499911_1920.jpg");
  }
  .navbar-brand span {
    font-size: 30px;
  }
}
.services .services-card-title {
  font-size: 24px;
}
.services i {
  font-size: 20px;
}/*# sourceMappingURL=main.css.map */