#homePhotoSection h1 {
  font-size: 50px;
  letter-spacing: 5px;
}

#motto1 {
  font-size: 60px;
  letter-spacing: 4px;

}

#motto2 {
    font-size: 32px;
    letter-spacing: 4px;
}

#quoteName {
    padding-right: 10px;
}

.secondPhotosText {
  font-size: 50px;
}

#photoAndCinemaImg1 {
  padding-right: 7px !important;
}

#photoAndCinemaImg2 {
  padding-left: 7px !important;
}

@media (max-width: 576px) {
  #photoAndCinemaImg1, #photoAndCinemaImg2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .motto-section {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
  }
}

#quotesSection {
    min-height: 375px !important;
} 

#quotesSection h3 {
  font-size: 48px;
}

#quotesSection h6 {
  font-size: 32px;
  letter-spacing: 3px;
}

#quoteText {
  font-size: 18px;
}

.quoteDots {
  gap: 10px;
}

.quote-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.3s, transform 0.2s;
  cursor: pointer;
}

.quote-dot.active {
  background-color: #333;
  transform: scale(1.2);
}

.getQuotePrevious img, .getQuoteNext img {
  width: 28px; 
  height: 28px;
  cursor: pointer;
}

#aboutUsSection {
  background-image: url('../assets/images/home/home7_about_tlo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.aboutUsDescription {
  font-size: 16px;
}

.vertical-line {
  width: 2px;               
  background-color: #282829;   
  height: 40%;             
  min-height: 100px;       
}

.horizontal-line {
    width: 7%;
    /* długość kreski */
    height: 2px;
    /* grubość */
    background-color: #282829;
    /* kolor (czarny) */
    margin: 2rem auto;
    /* odstępy i wyśrodkowanie */
}


@media (min-width: 1201px) and (max-width: 10000px) {
    #homePhotoSection h1 {
        font-size: 48px;
    }

    #motto1 {
        font-size: 55px;
    }

    #motto2 {
        font-size: 26px;
    }

    #quotesSection h3 {
        font-size: 65px;
    }

    #quotesSection h6 {
        font-size: 24px;
    }

    .secondPhotosText {
        font-size: 50px;
    }

    #josy-photo {
        max-width: 700px;
        height: auto;
    }

        #quoteName {
      font-size: 26px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #homePhotoSection h1 {
      font-size: 48px;
    }

    #motto1 {
      font-size: 55px;
    }

    #motto2 {
      font-size: 26px;
    }

    #quotesSection h3 {
      font-size: 50px;
    }

    #quotesSection h6 {
      font-size: 22px;
    }

    #quoteName {
      font-size: 23px;
    }

    .secondPhotosText {
      font-size: 42px;
    }

    #josy-photo {
        max-width: 700px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #homePhotoSection h1 {
      font-size: 36px;
    }

    #motto1 {
      font-size: 50px;
    }

    #motto2 {
      font-size: 22px;
    }

    .secondPhotosText {
      font-size: 43px;
    }

    #quotesSection h3 {
      font-size: 42px;
    }

    #quotesSection h6 {
      font-size: 22px;
    }

    #quoteText {
      font-size: 14px;
    }

    #quoteName {
      font-size: 20px;
    }

    .aboutUsDescription {
      font-size: 14px;
    }

    #josy-photo {
        width: 65%;
        max-width: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #homePhotoSection h1 {
      font-size: 28px;
    }

    #motto1 {
      font-size: 38px;
    }

    #motto2 {
      font-size: 20px;
    }

    .mottoDescription {
      font-size: 14px;
    }

    .secondPhotosText {
      font-size: 38px;
    }

    #quotesSection {
      min-height: 300px;
    }

    #quotesSection h3 {
      font-size: 32px;
    }

    #quotesSection h6 {
      font-size: 22px;
    }

    #quoteText {
      font-size: 16px;
    }

    #quoteName {
      font-size: 18px;
    }

    .getQuotePrevious img, .getQuoteNext img {
      width: 24px; 
      height: 24px;
      margin-bottom: 4px;
    }

    .aboutUsDescription {
      font-size: 14px;
    }

    .vertical-line {
      display: none; 
    }

    #josy-photo {
        width: 90%;
        max-width: none;
    }
}

@media (min-width: 401px) and (max-width: 575px) {
    #homePhotoSection h1 {
      font-size: 20px;
      letter-spacing: 3px;
    }

    #motto1 {
      font-size: 38px;
      letter-spacing: 2px;
    }

    #motto2 {
      font-size: 18px;
      letter-spacing: 2px;
    }

    .mottoDescription {
      font-size: 13px;
    }

    .btnB {
      font-size: 14px;
    }

    .secondPhotosText p {
      font-size: 35px;
    }

    #quotesSection {
      min-height: 300px;
    }

    #quotesSection h3 {
      font-size: 28px;
    }

    #quotesSection h6 {
      font-size: 24px;
    }

    #quoteText {
      font-size: 11px;
    }

    #quoteName {
      font-size: 16px;
    }

    .getQuotePrevious img, .getQuoteNext img {
      width: 18px; 
      height: 18px;
      margin-bottom: 3px;
    }

    .quote-dot {
      width: 6px;
      height: 6px;
    }

    .aboutUsDescription {
      font-size: 12px;
    }

    .vertical-line {
      display: none; 
    }

    #josy-photo {
        width: 90%;
        max-width: none;
    }
}

@media (max-width: 400px) {
    #homePhotoSection h1 {
      font-size: 14px;
      letter-spacing: 2px;
    }

    #motto1 {
      font-size: 26px;
      letter-spacing: 1px;
    }

    #motto2 {
      font-size: 16px;
      letter-spacing: 2px;
    }

    .mottoDescription {
      font-size: 12px;
    }

    .btnB {
      font-size: 12px;
    }

    .secondPhotosText {
      font-size: 33px;
    }

    #quotesSection {
      min-height: 300px;
    }

    #quotesSection h3 {
      font-size: 24px;
    }

    #quotesSection h6 {
      font-size: 18px;
    }

    #quoteText {
      font-size: 12px;
    }

    #quoteName {
      font-size: 18px;
    }

    .getQuotePrevious img, .getQuoteNext img {
      width: 16px; 
      height: 16px;
      margin-bottom: 2px;
    }

    .quote-dot {
      width: 6px;
      height: 6px;
    }

    .aboutUsDescription {
      font-size: 12px;
    }

    .vertical-line {
      display: none; 
    }

    #josy-photo {
        width: 90%;
        max-width: none;
    }
}