
.container {
  margin: 0 auto;
  max-width: 1000px;
  
}

.gallery-scroll {
  overflow: hidden;
  max-width: 100%;
  margin: 40px auto;
}



.gallery-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.gallery-row:hover {
  animation-play-state: paused; 
}

.gallery-row img {
  flex: 0 0 auto;
  height: auto;
  max-width: 218px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/*------------------------------------------------------------------------------------*/

.description {
  text-align: center;
  font-family: 'Cormorant Garamond';
  font-size: 2.5rem;
  font-weight: 100;
  margin-bottom: 0px;
  margin-top: 0px;
}

.description1{
  margin: 0px auto;
  text-align: justify;
  font-family: 'Arsenal';
  font-size: 20px;
  width: 100%;
}

.description2{
  margin: 0 auto;
  text-align: center;
  font-family: 'Arsenal';
  font-size: 1.1rem;
  margin-bottom: 40px;
  
  width: 100%;
}

.highlight {
  color: #606060;
  font-family: 'Cormorant Garamond';
  font-style: italic;
  display: contents;         /* <- zapewnia ciągłość w zdaniu */
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  word-spacing: normal;
}

.highlight1 {
  color: #000000;
  font-family: 'Cormorant Garamond';
  text-align: center;
  background-color: #f3f1ee; /* jeśli chcesz tło jak na screenie */
  padding: 20px 20px;
}


.highlight {
  text-align: center;
  margin: 50px 20px;
}
.about {
  width: 100%;
  background-color: #dbd5ce; /* kolor tła jak na screenie */
  margin-bottom: 30px;


}

.about-inner {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  
}

.about-content {
  height: 100%;
  display: flex;
  flex: 1;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.about-content .text {
  flex: 1;
  text-align: justify;
  font-family: 'Arsenal', sans-serif;
  font-size: 20px;
}

.about-content .text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 100;
  margin-bottom: 20px;

}

.about-content .text p {
  margin-bottom: 20px;
  text-align: justify;
  font-family: 'Arsenal';
  font-size: 1.1rem;
}

.about-content .text h3 {
  text-align: center;
  font-family: 'Arsenal';
  font-weight: 100;
  font-size: 1.1rem;
}

.about-content .photo {
  flex: 1;
  /*display: flex;*/
  justify-content: center;
  transition: transform 3s ease, opacity 1s ease;
}

.about-content .photo img {
  width: 120%;
  height: auto;
  /*object-fit: contain;*/
  margin: 0px auto;
  padding: 0px auto;
}

.napiszdomnie {
  text-align: center;
  margin-top: 20px;
}


.button {
  font-family: 'Cormorant Garamond', serif;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 0px;
  background-color: #ffdb58;
  color: #000;
  font-weight: 100;
  text-decoration: none;
  font-size: 25px;
  border-radius: 40px;
  border: 0px solid #000;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  transition: background 0.3s;

  
}

.button:hover {
  background-color: #ffffff;
}
  





/*--------------------------------------test opinie-----------------------------------*/

.co-moge-section1 {
  background-color: #f5f3f0;
  padding: 50px 20px;
  font-family: 'Cormorant Garamond', serif;
}

.co-moge-wrapper1 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 20px;
}

.opinie-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.opinia-item {
  flex: 1 1 30%;
  max-width: 300px;
}

.opinia-img {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.opinia-img:hover {
  transform: translateY(-5px);
}

/* Lepszy układ na telefonie */
@media (max-width: 1000px) {
  .opinia-item {
    flex: 1 1 100%;
    max-width: 400px;
  }
}







/*--------------------------------------------------------------------------------*/
.co-moge-section {
  background-color: #f5f3f0;
  padding: 50px 20px;
  font-family: 'Cormorant Garamond', serif;
}

.co-moge-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 20px;
}

.co-moge-left {
  flex: 1 1 25%;

}

.co-moge-left h2 {
  font-size: 2.5rem;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 0px;
}

.co-moge-left .lead {
  font-family: 'Arsenal', sans-serif;
  font-size: 1.1rem;
}

.co-moge-right {
  flex: 1 1 70%;
  display:flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: right;
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 20px 40px 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  text-decoration: none;
  color: #000;
  max-width: 180px;
  transition: transform 0.3s ease;
}


.card:hover {
  transform: translateY(-10px);
}

.card h3 {
  font-size: 1.5rem;
  font-weight:100;
  text-align: center;
  margin-bottom: 10px;
}

.card p {
  margin-top: 20px;
  font-family: 'Arsenal', sans-serif;
  font-size: 1rem;
  text-align: left;
  width: 140px;
}

/* Footer link */
.co-moge-footer {
  max-width: 1000px;
  margin: 0px auto 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: 'Cormorant Garamond', serif;
}

.co-moge-footer .more {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 100;
}

.co-moge-footer .more-link {
  font-family: 'Arsenal', sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  padding-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: opacity 0.2s ease;
}

.co-moge-footer .more-link:hover {
  opacity: 0.7;
}

.arrow {
  font-size: 1.2rem;
}



.hidden-right {
  opacity: 0;
  transform: translateX(100px);
}

.reveal-right {
  opacity: 1;
  transform: translateX(0);
}


/*---------------------------------------------------------------------------------------------*/

.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 20px auto;
  padding-top: 20px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  background-color: #000;
  overflow: hidden;
}

.video-thumbnail {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.video-wrapper iframe,
.video-wrapper > div[id^="player-"] {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}



/* WERSJA MOBILNA – sekcja "about" */
@media (max-width: 1000px) {

  /* ułóż obrazek nad tekstem */
  .about-content {
    flex-direction: column;
    gap: 0px;
  }

  /* popraw szerokość obrazka w mobile */
  .about-content .photo img,
  .about-content .photo picture {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ukryj nagłówek "Jestem Kasia, poznajmy się!" */
  .about-content .text .description {
    display: none;
  }

  /* białe tło pod tekstem */
  .about-content .text {
    background-color: #ffffff;
    padding: 16px 16px 24px;
    border-radius: 0; /* ewentualnie możesz dodać np. 12px */
  }


  .button1 {
  
  background-color: #ffdb58;
  color: #000;
  font-weight: 100;
  text-decoration: none;
  font-size: 25px;
  border-radius: 40px;
  border: 0px solid #000;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
  transition: background 0.3s;

  
}

.button1:hover {
  background-color: #dbd5ce;
}

.about-content .photo,
  .about-content .photo.hidden-right,
  .about-content .photo.reveal-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .about-content .photo img {
    transition: none !important;
  }
}


@media (max-width: 1000px) {
  /* układ w kolumnie */
  .about-content {
    flex-direction: column;
    gap: 0px;
  }

  /* ustaw zdjęcie nad tekstem */
  .about-content .photo {
    order: -1;
  }

  /* opcjonalnie: pełna szerokość zdjęcia na mobile */
  .about-content .photo picture,
  .about-content .photo img {
    width: 100%;
    height: auto;
    display: block;
  }
}


/* --- CO MOGĘ – układ mobilny < 1000px --- */
@media (max-width: 1000px) {
  .co-moge-wrapper {
    flex-direction: column;       /* zamiast dwóch kolumn – jedna pod drugą */
    align-items: center;
    text-align: center;
  }

  .co-moge-left {
    flex: 1 1 100%;
    text-align: center;
  }

  .co-moge-left h2,
  .co-moge-left .lead {
    text-align: center;           /* wyśrodkowanie nagłówka i leadu */
  }

  .co-moge-right {
    flex: 1 1 100%;
    justify-content: center;      /* kafelki na środku */
  }

  /* warto poluzować ograniczenia z desktopu */
  .card {
    max-width: 160px;
  }

  .card p {
    width: auto;
  }
}

/* --- CO MOGĘ – układ mobilny < 800px --- */
@media (max-width: 750px) {
  .co-moge-right {
    flex-direction: column;       /* kafelki jeden pod drugim */
    align-items: center;
    gap: 20px;
  }

  .card {
    max-width: 300px;                 /* szerokość kafelka 400px */
    width: 100%;              /* ale nie więcej niż szerokość ekranu */
    box-sizing: border-box;
  }

  .card p {
    width: auto;                  /* tekst nie przycinany w wąskim boxie */
    text-align: left;             /* jeśli chcesz, możesz dać center */
    max-width: 300px;
  }


}