#introDiv {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: white;
}

#mainPhotoSection a {
  color: white;
  transition: color 0.3s ease-in-out;
}

#mainPhotoSection a:hover {
  color: #ffe2af !important;
}

.photoTitle {
    font-size: 32px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    font-family: 'Baskervville', sans-serif;
}

.photoTitleInHome {
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  font-family: 'Baskervville', sans-serif;
}

.photoBrightness {
    filter: brightness(1);
    transition: filter 0.2s ease-in-out;
}

a.fade-in:hover .photoBrightness {
    filter: brightness(0.4);
}

a.fade-in:hover .photoTitle, a.fade-in:hover .photoTitleInHome {
    opacity: 1;
}

.firstPhotoInRow {
  padding-right: 4px;
}

.secondPhotoInRow {
  padding-left: 2px;
  padding-right: 2px;
}

.thirdPhotoInRow {
  padding-left: 4px;
}

#motto1 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.motto1_home {
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 1.5;
}

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

#quoteText {
  font-size: 18px;
}

#quoteName, #weddingSession h4, #aboutSession h4, #aboutMeSection h3 {
  font-size: 18px;
}

.quoteDots {
  gap: 10px;
}

.quote-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.2s, 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;
}

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

.offerBtnPosition {
  top: 50%;
  left: 21%;
  transform: translateY(-50%);
  position: absolute;
}

.offerBtn {
  border: 2px solid black;
  background-color: transparent;
  color: black;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.offerBtn:hover {
  background-color: #282829;
  color: white;
  font-weight: bold;
}

.offerBtnWhite {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.offerBtnWhite:hover {
  background-color: whitesmoke;
  color: black;
}

.btnDark {
  background-color: black;
  color: white;
  border: 2px solid black;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btnOutlineDark {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btnOutlineDark:hover {
  background-color: #282829;
  color: white;
}

.btnGrey {
  background-color: #eee;
  color: black;
  border: 1px solid black;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btnGrey:hover {
  background-color: #282829;
  color: white;
}

.josyJourneyBtn {
  background-color: #282829;
  color: white;
  border: 1px solid black;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  width: auto;
}

.josyJourneyBtn:hover {
  background-color: #b29e7c;
}

.josyJourneyOffer {
  color: #b29e7c;
}

.offerPhotoBtn {
  background-color: white;
  color: black;
  border: 1px solid white;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.offerPhotoBtn:hover {
  background-color: #eee;
}

#aboutMeSection {
  background-color: #eee;
}

#aboutSession h4, #aboutSession h6 {
  line-height: 1.6;
}

.commonTextSize {
  font-size: 20px;
}

.shortArrow {
  display: inline-block;
  transform: scaleX(0.65);
  font-size: 32px;
  font-weight: normal;
}

h2 {
  font-size: 24px !important;
}

#knowOfferBtn {
  font-size: 20px !important;
}

.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);
}

@media (min-width: 992px) and (max-width: 1200px) {
  .motto1_home {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .photoTitle {
      font-size: 24px;
    }

    #quoteText {
      font-size: 17px;
    }

    #quote, #weddingSession h4, #aboutSession h4, #aboutMeSection h3 {
      font-size: 17px;
    }
    
    h1.josyJourneyOffer {
      font-size: 28px;
    }

    .photoTitleInHome {
      font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .photoTitle {
      font-size: 24px;
    }

    #motto1, .motto1_home {
      font-size: 22px;
    }

    #mainPhotoSection a {
      font-size: 14px;
    }

    #warmWords {
      font-size: 32px !important;
    }

    #quoteText {
      font-size: 16px;
    }

    #quoteName, #weddingSession h4, #aboutSession h4, #aboutMeSection h3 {
      font-size: 16px;
    }
    
    h1.josyJourneyOffer {
      font-size: 28px;
    }

    .photoTitleInHome {
      font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
  .photoTitle {
    font-size: 18px;
  }

  #motto1, .motto1_home {
    font-size: 17px;
  }

  #mainPhotoSection a {
    font-size: 11px;
  }

  #warmWords {
    font-size: 32px !important;
  }

  #quoteText {
    font-size: 16px;
  }

  #quoteName, #weddingSession h4, #aboutSession h4, #aboutMeSection h3 {
    font-size: 16px;
  }
  
  h1.josyJourneyOffer {
    font-size: 28px;
  }

  .offerBtnPosition {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    position: absolute;
  }

  .motto2 h2 {
    font-size: 24px;
  }

  .photoTitleInHome {
      font-size: 10px;
    }
}

@media (min-width: 451px) and (max-width: 575px) {
  .photoTitle {
    font-size: 16px;
  }

  #motto1, .motto1_home {
    font-size: 17px;
    letter-spacing: 0px;
  }

  #mainPhotoSection h6 {
    font-size: 14px;
  }

  #mainPhotoSection a {
    font-size: 11px;
  }

  #warmWords {
    font-size: 26px !important;
  }

  #quoteText {
    font-size: 14px;
  }

  #quoteName, #weddingSession h4, #aboutSession h4, #aboutSession h6, #aboutMeSection h3 {
    font-size: 14px;
  }
  
  h1.josyJourneyOffer {
    font-size: 26px;
  }

  .offerBtnPosition {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    position: absolute;
  }

  .motto2 h2 {
    font-size: 24px;
  }

  a[type="button"] {
    font-size: 16px;
  }

  #photographyType {
    font-size: 0.8em;
  }

  #photographyType h2 {
    font-size: 20px;
  }

  #photographyType h5 {
    font-size: 18px;
  }

  #photographyType h6 {
    font-size: 14px;
  }

  .photoTitle {
    opacity: 1;
  }

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

  .getQuotePrevious img, .getQuoteNext img {
    width: 24px; 
    height: 24px;
  }

  #knowOfferBtn {
    font-size: 14px !important;
  }

  .commonTextSize {
    font-size: 16px;
  }

  .photoTitleInHome {
      font-size: 8px;
  }
}

@media (max-width: 450px) {
  .photoTitle {
    font-size: 14px;
  }

  .firstPhotoInRow {
    padding-right: 2px;
  }

  .secondPhotoInRow {
    padding-left: 1px;
    padding-right: 1px;
  }

  .thirdPhotoInRow {
    padding-left: 2px;
  }

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

  .motto1_home {
    font-size: 14px;
    letter-spacing: 0px;
  }

  #mainPhotoSection h6 {
    font-size: 12px;
  }

  #mainPhotoSection a {
    font-size: 8px;
  }

  #warmWords {
    font-size: 24px !important;
  }

  #quoteText {
    font-size: 14px;
    margin-top: 20px;
  }

  #quoteName, #weddingSession h4, #aboutSession h4, #aboutSession h6, #aboutMeSection h3 {
    font-size: 14px;
  }
  
  h1.josyJourneyOffer {
    font-size: 20px;
  }

  h5.josyJourneyOffer {
    font-size: 16px;
  }

  .offerBtnPosition {
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    position: absolute;
  }

  .motto2 h2 {
    font-size: 24px;
  }

  a[type="button"] {
    font-size: 16px;
  }

  #photographyType h2 {
    font-size: 18px;
  }

  #photographyType h5 {
    font-size: 16px;
  }

  #photographyType h6 {
    font-size: 14px;
  }

  .photoTitle {
    opacity: 1;
  }

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

  .getQuotePrevious img, .getQuoteNext img {
    width: 24px; 
    height: 24px;
  }

  #knowOfferBtn {
    font-size: 14px !important;
  }

  .offerBtn {
    border: 1px solid black;
  } 

  .offerBtnWhite {
    border: 1px solid white;
  } 

  .commonTextSize {
    font-size: 16px;
  }

  .photoTitleInHome {
      font-size: 7px;
    }
}

/* ------------ STRZAŁKI */
.getQuotePrevious {
    left: 0;
}
.getQuoteNext {
    right: 0;
}

@media (min-width: 992px) {
  .getQuotePrevious {
      left: 22.5%;
      transform: translateY(-50%);
      font-size: 20px;
  }

  .getQuoteNext {
      left: 50%;
      transform: translateY(-50%); /* wyśrodkowanie pionowe */
  }
}