html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 75px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #f8f7f3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3f3f3f;
}

.color-text {
  color: #e5cfbe;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
}

.underline {
  width: 120px;
  height: 4px;
  margin: 0 auto 40px;
  background: #d7bba5;
}

nav {
  background: #d7bba5;
  text-transform: uppercase;
  z-index: 6;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  transition: background-color 0.6s;
}
nav .navbar-toggler {
  padding: 10px 15px;
}
nav .navbar-brand {
  font-weight: bold;
}
nav .fa-brands {
  font-size: 20px;
  font-weight: normal;
}
nav .nav-link,
nav .navbar-nav .nav-link.show,
nav .navbar-brand,
nav .fa-bars {
  color: #f8f7f3;
}
nav .nav-link:focus,
nav .nav-link:hover,
nav .navbar-brand:focus,
nav .navbar-brand:hover,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link {
  color: #000000;
}

.shadow-bg {
  background: #d7bba5;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.pricelist {
  position: relative;
  padding-top: 120px;
  padding-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("/img/pricelist/4.png");
}
.pricelist .pricelist-container {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 600px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 15px;
}
.pricelist .container-table .table-price {
  display: fluid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 24px;
  border-top: 1px solid #f8f7f3;
}
.pricelist .container-table .table-price td {
  padding: 0;
  text-align: center;
}
.pricelist .container-table .table-price th {
  text-align: center;
  padding: 10px;
}
.pricelist .container-table .table-price td:first-child {
  text-align: left;
}
.pricelist .container-table .table-price .table td:last-child {
  text-align: right;
}
.pricelist .table-head {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}

#offer {
  padding-top: 150px;
  padding-bottom: 150px;
}

.about-me-container {
  margin-top: 50px;
}
.about-me-container .aboutme-photo {
  position: relative;
  height: 800px;
  background-image: url("/img/omnie/SylwiaOS48.jpg");
  background-size: cover;
  background-position: center;
}
.about-me-container .aboutme-text p {
  font-size: 20px;
}
.about-me-container .aboutme-text h1 {
  font-weight: bold;
}
.about-me-container .aboutme-text h2 {
  font-weight: bold;
}

#contact {
  position: relative;
  height: 100vh;
  padding-top: 180px;
  background-image: url("/img/pricelist/4.png");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #3f3f3f;
  z-index: 0;
}
#contact .container-contact {
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 20px;
  padding-top: 40px;
}
#contact .underline {
  background-color: #d7bba5;
}
#contact .contact-us {
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}
#contact .contact-item {
  color: #3f3f3f;
  font-size: 42px;
  margin: 30px 0;
}
#contact .contact-item a {
  text-decoration: none;
  color: #3f3f3f;
}
#contact .contact-item p {
  font-size: 22px;
  letter-spacing: 2px;
}
#contact .contact-item i {
  transition: color 0.3s;
}
#contact .contact-item .fa-facebook:hover {
  color: rgb(140, 140, 247);
}
#contact .contact-item .fa-tiktok:hover {
  color: rgb(246, 126, 83);
}
#contact .contact-item .fa-instagram:hover {
  color: rgb(224, 87, 237);
}

.container-gall {
  width: 100%;
  min-height: 100vh;
  margin-top: 100px;
}

.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.portfolio-item {
  width: 100%;
}

.portfolio-item .item {
  float: left;
  margin-bottom: 10px;
}

footer {
  bottom: 0;
  left: 0;
  background: #a19084;
  color: #f8f7f3;
}

@media (max-width: 576px) {
  nav .navbar-brand {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .hero-text h1 {
    font-size: 42px;
  }
  .hero-text p {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  nav {
    font-size: 18px;
  }
  html {
    scroll-padding-top: 72px;
  }
  .aboutus-hero {
    background-image: url("../img/section_.jpg");
  }
}
@media (min-width: 1200px) {
  header.hero-img {
    background-image: url("../img/hero_img.jpg");
  }
}/*# sourceMappingURL=main2.css.map */