html {
  scroll-behavior: smooth;
  font-family: Helvetica;
  color: #EBDEC3;
  font-size: 18px;
  font-weight: 300;
  max-width: 1900px;
  margin: 0 auto !important;
}

body {

}

@media (max-width: 576px) {
  body {
    font-size: 15px;
  }
}

.nav {
  background: #393D32;
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: 0.1px solid #EBDEC3;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1900px;
}

.nav-contact {
  padding: 0 20px;
  text-decoration: none;
  color: #EBDEC3;
}

.section-header {
  margin: 70px 15px 0 15px;
}

.header-container {
  display: flex;
  flex-direction: column;
}

.header-title {
  text-align: right;
  font-size: 80px;
  font-weight: 300;
}

@media (max-width: 576px) {
  .header-title {
    font-size: 25px;
    line-height: 32px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header-title {
    font-size: 40px;
    line-height: 32px;
  }
}

.header-subtitle {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 576px) {
  .header-subtitle {
    align-items: end;
  }
}

.header-subtitle-main {
  font-size: 50px;
  margin: 0;
  align-self: flex-start;
  line-height: 45px;
}

@media (max-width: 576px) {
  .header-subtitle-main {
    width: 100%;
    text-align: end;
  }
}

@media (max-width: 768px) {
  .header-subtitle-main {
    font-size: 25px;
    line-height: 25px;
  }
}

.header-subtitle-minor {
  font-size: 40px;
  margin-top: 0;
}

@media (max-width: 576px) {
  .header-subtitle-minor {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .header-container {
    align-items: flex-start;
    text-align: left;
  }

  .header-title {
    font-size: 40px; /* Adjust as needed */
  }

}

.full-width-image {
  position: relative;
  height: auto;
}

@media (max-width: 768px) {
  .full-width-image amp-img {
    display: none;
  }
}

.full-width-image amp-img {
  width: 100%;
  height: auto;
}

.quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EBDEC3;
  background-color: #393D32;
  padding: 60px;
  text-align: center;
  font-size: 20px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  font-style: italic;
}

@media (max-width: 768px) {
  .quote {
    position: relative;
    font-size: 18px;
    top: unset;
    left: unset;
    transform: none;
    border-top: 0.1px solid #EBDEC3;
    padding: 50px 20px;
    max-width: unset;
  }
}

.quote-line {
  margin: 0;
}


.info {
  background: #F1E3C8;
  color: #393D32;
  display: flex;
  flex-direction: column;
  padding: 100px;
  z-index: 2;
}

@media (max-width: 992px) {
  .info {
    padding: 20px 50px;
  }
}

@media (max-width: 768px) {
  .info {
    padding: 0;
  }
}

.info-title {
  font-size: 30px;
  background-color: #C3BAA3;
  padding: 50px;
  margin-right: 30vw;
  text-transform: uppercase;
  font-weight: 300;
  padding: 60px 20px;
}

@media (max-width: 576px) {
  .info-title {
    padding: 10px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .info-title {
    padding: 40px 20px;
    margin: 0px;
    font-size: 25px;
  }
}

.info-list {
  list-style: none;
  margin-left: 30vw;
  background: #393D32;
  padding: 60px;
  margin-top: -60px;
  color: #C3BAA3;
}

@media (max-width: 992px) {
  .info-list {
    margin-left: 10vw
  }
}

@media (max-width: 768px) {
  .info-list {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #C3BAA3;
  }
}

.info-list-item {
  padding-bottom: 10px;
}

.work-title {
  font-size: 30px;
  background-color: #393D32;
  color: #C3BAA3;
  text-transform: uppercase;
  font-weight: 300;
}

#obszary-pracy {
  background-color: #393D32;
  padding: 20px;
  color: white; /* Adjust text color for better readability */
}

.section-title {
  text-align: left;
  margin-bottom: 20px;
}

.work-areas {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  color: #C3BAA3;
}

.work-item {
  font-size: 18px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  flex: 1 1 20%;
  margin: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #C3BAA3;
}

@media (max-width: 768px) {
  .work-item {
    margin: 10px 0;
  }
}

.work-item-number {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .hidden {
    display: none;
  }
}

.work-button {
  display: none;
}

@media (max-width: 768px) {
  .work-button {
    display: block;
    width: 100%;
    height: 50px;
    color: #393D32;
    background: #F1E3C8;
    font-size: 18px;
    text-transform: uppercase;
    border-style: none;
  }
}

.work-button:hover {
  cursor: pointer;
  background: #EBDEC3;
}

@media (max-width: 768px) {
  .work-areas li {
    flex: 1 1 100%;
  }
}

.about-me-section {
  color: #F1E3C8;
  padding: 50px;
  margin: 20px 20vw;
  text-align: justify;
}

@media (max-width: 768px) {
  .about-me-section {
    padding: 10px;
  }
}

.about-me-title {
  font-size: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.about-me-title-edu {
  text-align: left;
}

.about-me-edu-date {
  font-weight: bold;
}

#o-mnie p {
  margin-top: 0;
  padding-bottom: 32px;
}

#o-mnie ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #o-mnie {
    margin: 10px;
  }

  #o-mnie h2 {
    font-size: 24px;
  }

  #o-mnie p {
    font-size: 16px;
  }
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  color: #393D32;
}

.price-list-left {
  background-color: #BDB19B;
  display: flex;
  align-items: center;
  justify-content: right;
}

@media (max-width: 576px) {
  .price-list-left {
    justify-content: center;
  }
}

.price-list-title {
  font-size: 56px;
  font-size: 30px;
  padding: 50px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px;
}

@media (max-width: 768px) {
  .price-list-title {
    margin: 0;
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  .price-list-title {
    text-align: center;
    padding: 10px;
  }
}

.price-list-items {
  display: flex;
  flex-direction: column;
  background-color: #F1E3C8;
  flex: 1;
  padding: 100px 40px;
}

.price-list-left, .price-list-right {
  flex: 1;
  padding: 20px;
}

.price-list-item-content {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .price-list {
    flex: 1 1 100%;
  }
}

.personal-info-container {
  margin: 0 auto;
  max-width: 70vw;
  color: #393D32;
  position: relative;
}

@media (max-width: 768px) {
  .personal-info-container {
    max-width: 100%;
  }
}

.personal-info-title {
  font-size: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 576px) {
  .personal-info-title {
    text-align: center;
  }
}


.personal-info-left {
  padding: 50px 300px 50px 50px;
  background: #F1E3C8;
}

@media (max-width: 768px) {
  .personal-info-left {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .personal-info-left {
    padding-bottom: 150px;
    margin-bottom: 100px;
    position: relative;
  }

  .personal-info-left:before {
    content: '';
    background: #BDB19B;
    width: 100%;
    height: 101px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.personal-info-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.personal-info-left li {
  margin-bottom: 10px;
}

.personal-info-right img {
  margin-left: -50px;
  margin-top: -30px;
  max-height: 400px;
  max-width: 260px;
  position: absolute;
  top: -20px;
  right: -50px;
  border: 0.1px solid #BDB19B;
}

@media (max-width: 768px) {
  .personal-info-right img {
    right: 25px;
    bottom: -100px;
    top: unset;
    max-height: 200px;
  }
}

#stopka {
  padding: 20px;
  background-color: #393D32;
}

.footer {
  position: relative;
}

@media (max-width: 768px) {
  .footer:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 0.1px;
    background: #BDB19B;
  }
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-top: 0.1px solid #BDB19B;
}

@media (max-width: 1080px) {
  .footer-container {
    flex-direction: column;
  }
}

.footer-left {
  flex: 2;
}

@media (max-width: 1080px) {
  .footer-left {
    padding: 0;
  }
}

.footer-title {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 1080px) {
  .footer-title {
    margin-bottom: 20px;
    font-size: 45px;
    text-align: right;
    padding: 0;
  }
}

.footer-privacy {
  font-size: 12px;
}

.footer-right {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: right;
}

.footer-subtitle {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
}

.footer-contact {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}

@media (max-width: 1080px) {
  .footer-contact {
    flex-direction: column;
    align-items: end;
    margin-bottom: 20px;
  }
}

.footer-tel {
  text-decoration: none;
  color: #F1E3C8;
}

@media (max-width: 1080px) {
  .footer-tel {
    margin-bottom: 20px;
  }
}

.footer-email {
  margin-left: 10px;
}

@media (max-width: 1080px) {
  .footer-email {
    margin-bottom: 20px;
  }
}

.footer-arrow {
  margin-left: 30px;
  font-size: 44px;
  text-decoration: none;
  color: #F1E3C8;
  background-color: #393D32;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F1E3C8;
}

.footer-arrow:hover {
  color: #bc8a2e;
}

.footer-privacy {
  border-top: 0.1px solid #BDB19B;
  margin: 0;
  padding: 20px;
  text-align: center;
}


