/* all album section  */

.photo-album-section {
  margin: 60px auto 0;
}

.carousal-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.carousal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.modal-dialog {
  width: 60vw;
  height: 70vh;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog div {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .row-gap-xl {
    margin-bottom: 100px;
  }
  .pagination-container {
    margin-top: 144px;
  }
  .pagination-container {
    margin-bottom: 86px;
  }
  .album-modal-container {
    margin-top: 9px;
  }
}

@media (max-width: 1199.98px) {
  .row-gap {
    margin-bottom: 48px;
  }
  .pagination-container {
    margin-top: 80px;
  }
  .pagination-container {
    margin-bottom: 80px;
  }
  .album-modal-container {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 768px) {
  .photo-album-title {
    font-size: 18px;
  }
  .photo-album-section {
    padding: 0 16px;
  }
  .album-section-hr-line {
    padding: 0 16px;
    margin-bottom: 40px !important;
  }
  .pagination-container {
    margin-top: 72px;
  }
  .pagination-container {
    margin-bottom: 72px;
  }
  .page-number-container > img {
    margin: 0 10px !important;
  }
  .page-number-container > h3 {
    margin-left: 10px !important;
  }
  .previous-page-text {
    margin-right: 10px !important;
  }
  .modal-dialog {
    width: 80vw;
    height: 60vh;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: auto;
  }
}

@media only screen and (max-width: 500px) {
  .modal-dialog {
    width: 90vw;
    height: 50vh;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
}
