.media-page {
    background-color: var(--bs-page-background);
    width: 100%;
    align-items: center;
    height: 100vh;
    margin: 0 !important;
}
.media-section{
    width: 100%;
    align-items: center;
    height: 100vh;
    margin: 0 !important;
}
.media-container {
  margin-top: 120px !important;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
  position: relative !important;
}

// .lightbox {
//   top: 50% !important;
//   left: 50% !important;
//   transform: translate(-50%, -50%) !important;
// }

.lb-outerContainer {
  min-height: 100% !important;
  width: 96% !important;
  background-color: black !important;
}

.lb-image {
  margin: 0 auto !important;
}

.lb-nav {
  top: 50px !important;
  height: calc(100% - 50px) !important;
}

.lb-nav a.lb-next {
  opacity: 1 !important;
}

.lb-nav a.lb-prev {
  opacity: 1 !important;
}

.lightboxOverlay {
  opacity: 0.5 !important;
}

.lb-dataContainer {
    position: absolute !important;
    width: 94% !important;
    top: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 3% !important;
}

.lightbox-gallery p {
  color: #fff;
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff;
}

@media (max-width: 767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.lightbox-gallery .intro p {
    margin-bottom: 0;
}

.lightbox-gallery .photos {
    padding-bottom: 20px;
}

.lightbox-gallery .item {
    padding-bottom: 30px;
}

.media-container .item {
    margin: 12px 0;
}

.next-container {
    position: absolute;
    right: 24px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.prev-container {
    position: absolute;
    left: 24px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.arrows-container {
    width: 80px;
    height: 80px;
    background: #21192d;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.item .img-fluid {
    height: 302px;
    width: 424px !important;
    object-fit: cover !important;
}

.lb-data .lb-details {
    width: 100px !important;
    background-color: white !important;
    opacity: .75 !important;
    border-radius: 15px !important;
}

.lb-data .lb-number {
    padding: 10px !important;
    color: black !important;
    text-align: center !important;
}

@media (min-width: 300px) and (max-width: 600px){
    
    .media-page, .media-section{
        height: 100% !important;
        min-height: calc(100vh - 85px);
    }
    
    .lightbox {
        height: 100% !important;
    }
    
    .lightboxOverlay{
        width: 100% !important;
        min-height: calc(100vh - 85px) !important;
        opacity: 0.5 !important;
    }
    
    .lb-outerContainer{
        width: 100% !important;
    }
    
    .lb-container{
        display: flex;
        height: calc(100vh - 85px);
        align-items: center;
        width: auto !important;
        left: 13px !important;
    }
    
    .lightbox .lb-image{
        width: 100% !important;
        height: auto !important;
    }

    
    .lb-nav a.lb-next{
        width: 30% !important;
    }

    .media-container{
        margin-bottom: 40% !important;
    }
    
}

@media (min-width: 800px) and (max-width:1350px){
    .item .img-fluid{
        height: 256px !important;
    }
    
}
@media (min-width: 800px) and (max-width:1100px){
    .nav-tab, .login-outline{
        font-size: 13px !important;
    }
}
@media (min-width: 1101px) and (max-width:1300px){
    .login-outline{
        font-size: 15px !important;
    }
}
