﻿/*.mfp-iframe-holder .mfp-content {
    max-width: 90% !important;
    max-height:90% !important;
}*/

.mfp-content {
    border:solid 3px black !important;
}


/* Lightboxes */
.mfp-close,
.mfp-close-btn-in .mfp-close {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: #ffffff;
}



.mfp-iframe-holder .mfp-content {
    width: 90% !important;
    max-width: 1000px;
    height: 80vh;
    max-width: 90% !important;
    max-height:90% !important;
}

.mfp-iframe-scaler iframe {
    width: 100%;
    height: 100%;

}

.custom-modal-size {
  max-width: 70vw; /* 90% of the viewport width */
  height: 70vh;    /* 70% of the viewport height */
}

.custom-modal-size .modal-content {
  height: 70%; /* Make content take up the full height of the dialog */
}

.custom-modal-size .modal-body {
  height: 100%; /* Ensure the body takes full height */
}

.custom-modal-size iframe {
  width: 100%; /* Make iframe take up full width */
  height: 100%; /* Make iframe take up full height */
}




.bg-purple   { background-color: #6f42c1 !important; }
.bg-orange   { background-color: #fd7e14 !important; }
.bg-green    { background-color: #198754 !important; }
.bg-red      { background-color: #dc3545 !important; }
.bg-blue  { background-color: #30beff !important; }
.bg-pink     { background-color: #d63384 !important; }

.text-purple   { color: #6f42c1 !important; }
.text-orange   { color: #fd7e14 !important; }
.text-green    { color: #198754 !important; }
.text-red      { color: #dc3545 !important; }
.text-blue  { color: #0dcaf0 !important; }
.text-pink     { color: #d63384 !important; }

.app-footer{
    z-index:999 !important;
}

.tooltip .tooltip-inner {
  background-color: #000 !important;  /* Black background */
  color: #fff;                        /* Optional: white text */
}

.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  background-color: #000 !important;  /* Black arrow */
}

  .hover-highlight:hover {
    background-color: #000000; /* Light red highlight */
  }

  .bg-dark1{
      background-color:#2a374f;
  }

  .switch-large {
    transform: scale(1.2);
    width: 3em;
    height: 1.5em;
  }

  .switch-large:checked {

  }

  .form-check-label {
   
  }


.grid {
  width: 100%;
  margin: 0 auto;
}

.grid-item {
  padding: 2px;
  box-sizing: border-box;
  cursor: move;
}

.grid-item {
  width: 100%;

}

.dropdowngallery {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}

.dropbtn {
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 5px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  min-width: 120px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 20;
  border-radius: 4px;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*

@media (min-width: 640px) {
  .grid-item {
    width: 50%;
  }

  .grid-item2 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .grid-item {
    width: 33.3333%;
  }

  .grid-item2 {
    width: 66.6666%;
  }
}

@media (min-width: 1024px) {
  .grid-item {
    width: 25%;
  }
  .grid-item2 {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .grid-item {
    width: 16.6667%;
  }

  .grid-item2 {
    width: 33.3334%;
  }
}*/


.grid-item,
.grid-item2 {
  position: relative;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

.aspect-box {
  width: 100%;
  aspect-ratio: 3 / 2; /* default to landscape */
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.grid-item2 .aspect-box {
  aspect-ratio: 2 / 3; /* portrait override */
}



/* Responsive width styles */

/* md: 3 columns */
@media (min-width: 768px) {
  .grid-item {
    width: 33.3333%; /* landscape */
  }

  .grid-item2 {
    width: 66.6666%; /* portrait spans 2 cols */
  }
}

/* lg: 4 columns */
@media (min-width: 1024px) {
  .grid-item {
    width: 25%; /* 4 items per row */
  }

  .grid-item2 {
    width: 50%; /* 2 items per row */
  }
}

/* xl: 6 columns */
@media (min-width: 1200px) {
  .grid-item {
    width: 16.6667%; /* 6 items per row */

  }

  .grid-item2 {
    width: 33.3334%; /* portrait spans 2 cols */
     
     
   
  }
}

.grid-item img {
  width: 100%;
  display: block;
}

.image-grid-potrait{
    height:356px;
}

.image-grid-potrait2{
    height:714px;
}

 #gallery {
    width: 2000px;
    height: 1000px;
    margin: 0 auto;
    position: relative;
    background: #eee;
    overflow: hidden;
    border: 1px solid #ccc;
  }
  .photo {
    position: absolute;
    overflow: hidden;
    border-radius: 8px;
  }
  .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }


  .PhotoSelected{
      border:2px solid red;
  }


  .grid-item {
    position: relative;
}

.heart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 32px;
    opacity: 0.8;
    pointer-events: none; /* prevent interference with clicking the image */
}

img[draggable="true"] {
    cursor: move;
}


  .drag-border {
    border: 3px dashed red;
  }

    .pace .pace-activity {
    display: none !important;
  }

    /*    #bannerCarousel img {
       min-height: 800px;
        height: 100%;
        object-fit:cover;

    }

            #bannerCarousel .carousel-item {
        min-height: 800px;
    }

            #bannerCarousel{
                
            }


              @media (max-width: 768px) {
    #bannerCarousel .carousel-item {
      min-height: 400px;
      max-height: 500px;
    }
  }

  @media (max-width: 480px) {
    #bannerCarousel .carousel-item {
      min-height: 300px;
      max-height: 400px;
    }
  }*/


     .carousel-image-container {
    width: 100%;
    height: 100%; /* Fixed height */
    overflow: hidden;
    max-height:1000px;
  }

  .carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  @media (max-width: 768px) {
    .carousel-image-container {
    /*  height: 300px;*/
    }
  }

  @media (max-width: 480px) {
    .carousel-image-container {
    /*  height: 200px;*/
    }
  }


  .app-with-bg{
      background-image:url('images/bg1.jpg');
  }

  .theme-panel {
    display: none;
}


  .carousel-image-container {
        position: relative;
    }

    .carousel-caption-custom {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 15px;
        border-radius: 10px;
    }

    .carousel-thumb-container {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

    .carousel-thumb-container img {
        width: 80px;
        height: 50px;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
    }

    .carousel-thumb-container img.active-thumb {
        border-color: #007bff;
    }

    .carousel-control-prev,
.carousel-control-next {
    top: 50%;
    width: 5%;
    z-index: 2;
}


        .circle {
            margin-top:20px;
      width: 50px;
      height: 50px;
      background-color: #3498db; /* Blue color */
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
      color: white;
      font-family: Arial, sans-serif;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }


        .carousel-caption-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	background: rgba(0, 0, 0, 0.5); /* optional dim background */
	padding: 20px;
	border-radius: 10px;
	width: auto;
	max-width: 90%;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.swiper {
  padding: 16px;
}

.swiper-slide {
  width: 160px;
  height: 240px; /* Portrait 2:3 aspect */
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.swiper-slide img,
.swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


    .owl-carousel .item {
        margin: 5px;
        position: relative;
    }

    .story-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
    }

 .owl-carousel6 .item {
        height: 300px;
    }

    .owl-carousel6 .story-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .landscape-img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 8px;
    }


    .owl-carousel7 .item {
      width: 99%;
    }

    .owl-carousel7 .story-img {
        width: 100%;
        height:100%;
        object-fit: cover;
        border-radius: 10px;
    }


    .owl-carousel8 .item {
      width: 100%;
    }



.banner-overlay {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 14px;
	z-index: 2;
}

.banner-overlay a {
	color: #ffd700;
	text-decoration: underline;
}

.banner-overlay a:hover {
	color: #ffc107;
}

.play-circle {
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
					  font-size: 48px; color: white; background-color: rgba(0,0,0,0.5);
					  border-radius: 50%; padding: 12px;
}

.play-circle:hover {
  background-color: black; /* darker green on hover */
}

.parisienne-regular {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}

.middle-image{
position: absolute; top: 50%; left: 50%; 
					  font-size: 48px; color: white; background-color: rgba(0,0,0,0.5);
					
}


.play-icon-wrapper span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.play-icon-wrapper:hover span {
  transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.8);
}


 .item .video-wrapper {
        position: relative;
        width: 100%;
        height: auto;
    }

    .story-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
    }

    .video-wrapper:hover video {
        display: block;
    }

    .video-wrapper:hover img {
        display: none;
    }

    .fa-video-camera {
        position: absolute;
        right: 10px;
        top: 10px;
        color: white;
        z-index: 5;
        font-size: 18px;
    }

    .fa-play-circle.play-circle {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 48px;
        color: white;
        z-index: 10;
        pointer-events: none;
    }


        .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        border: none;
        z-index: 1;
    }

    .video-wrapper:hover iframe {
        display: block;
    }


    .prime-video-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 250px;
  width: 100%;
  background-color: black;
  color: white;
  overflow: hidden;
  border-radius: 10px;
}

.prime-video-banner__text {
  flex: 1;
  padding: 2rem;
}

.prime-video-banner__title {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.prime-video-banner__subtitle {
  color: #ccc;
  margin-bottom: 1.25rem;
}

.prime-video-banner__button {
  background-color: #00a8e1;
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
}

.prime-video-banner__image-wrapper {
  flex: 1;
  position: relative;
  height: 100%;
}

.prime-video-banner__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.prime-video-banner__fade-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  pointer-events: none;
}


.profile-header-cover .header-section{
    position:absolute;left:260px;bottom:5px;
}





@media (min-width: 100px) {
    .profile-header-cover .header-section{
        position:absolute;left:110px;bottom:5px;
    }
}

@media (min-width: 770px) {
    .profile-header-cover .header-section{
        position:absolute;left:260px;bottom:5px;
    }
}

@media (min-width: 1000px) {
    .profile-header-cover .header-section{
        position:absolute;left:260px;bottom:5px;
    }
}




/*.photos-ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type:none;
  padding:0px;
  
}

.photos-li {
  height: 40vh;
  flex-grow: 1;
  
}

.photos-li:last-child {

  flex-grow: 10;
}

.photos-img1 {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border:solid 2px #2a374f;
}

.photos-img {
  max-height: 100%;
  min-width: 100%;
  max-width: 500px;
  object-fit: cover;
  vertical-align: bottom;
  border: solid 2px #2a374f;
}

@media (max-aspect-ratio: 1/1) {
  .photos-li {
    height: 30vh;

  }
}



@media (max-height: 480px) {
  .photos-li {
    height: 80vh;
  }
}


@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  .photos-ul {
    flex-direction: row;
  }

  .photos-li {
    height: auto;
    width: 100%;
  }
  .photos-img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }

*/

    .gallery__ {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 1.5rem; 
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;

  /** Alternative Syntax **/
  /* grid-column: 3 / span 2;  */
  /* grid-row: 1 / span 2; */
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4;
  grid-row: 1 / span 5; */
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 4;  */
  /* grid-row: 3 / span 3; */
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;

  /** Alternative Syntax **/
  /* grid-column: 1 / span 4; */
  /* grid-row: 6 / span 3; */
}

.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;

  /** Alternative Syntax **/
  /* grid-column: 5 / span 4; */
  /* grid-row: 6 / span 3; */
}

.display-7 {
  font-size: 0.60rem;     /* or smaller value */
  font-weight: 250;
}