.custom-shadow {
    max-width: 100%;
    height: auto;
    box-shadow: 10px 10px 20px rgba(128, 128, 128, 0.715);
    border-radius: 0.25rem !important;
    width: 100% !important;
}

.blog-item {
	height: 450px;
	position: relative;
	margin-bottom: 30px;
	/* Horizontal offset | Vertical offset | Blur radius | Color */
	box-shadow: 20px 4px 4px rgba(128, 128, 128, 0.715);
	border-radius: 5px;
}

.my-custom-gradient {
    background: linear-gradient(to bottom right, #6fe4ed75, #cc6adf75);
}


.full-gallery {
    background-color: #f0f0f0;

}

.gallery-slider.owl-carousel.owl-loaded.owl-drag .owl-stage-outer{
    height:auto;
    /* overflow:visible; */
}

.gallery-section {
    border-color: bisque;
    height:fit-content;
    /* background-color: beige; */
}

.gallery-section .container{
    height:fit-content;
}
.gallery-slider.owl-carousel .owl-stage-outer{
    height:fit-content;
}

.gallery-item {
    height: 450px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 10px 10px 20px rgba(128, 128, 128, 0.715);
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    transition: 3s;
    /* height: auto;              allow height to grow */
    overflow: visible;
}

.gallery-item:after {
	/* position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 26, 0.3);
	content: ""; */
	z-index: -1;
	/*border-radius: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0; */
    overflow: visible;
}

.gallery-item.video-slide {
    height: 450px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
}

.gallery-item.video-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 5;
}

.play-btn:hover {
    background: rgba(0,0,0,0.85);
}


.gallery-desc {
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
    position: absolute;
    /* top: 10px; */
    bottom: -70px;
    left: 10px;
    right: -10px;
    overflow: visible;
    height: auto;

	/* Glass morphism */
	/* background: rgba(223, 243, 245, 0.12);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(223, 243, 245, 0.25);
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease; */

	transform: translateY(100%);
}
.gallery-item:hover .gallery-desc {
    transform: translateY(0);
}

.gallery-desc h4 {
    margin-bottom: 6px;
    font-weight: 600;
}

.gallery-desc p {
    font-size: 18px;
    line-height: 1.5;
    opacity: 0.9;
}

.gallery-desc .g-desc {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.gallery-item .bi-text {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.gallery-item .bi-text .b-tag {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #dfa974;
    padding: 3px 10px;
    border-radius: 2px;
}

.gallery-item .bi-text h4 {
    margin-top: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

/* NEW description */
.gallery-item .bi-text .g-desc {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.gallery-item .bi-text .b-time {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
}

.breadcrumb-gallery-section {
    padding-top: 50px;
	padding-bottom: 50px;
    /* background-color: beige; */
}

.breadcrumb-gallery-container {
    padding: 0%;
    border-color: rgba(240, 248, 255, 0.297);
    background-color: rgba(240, 248, 255, 0.297);

    /* background: rgba(223, 243, 245, 0.12);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(223, 243, 245, 0.25);
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease; */
}

.breadcrumb-gallery-text {
    text-align: center;
}
.breadcrumb-gallery-text h2 {
    font-size: 44px;
	color: #19191a;
	margin-bottom: 12px;
    text-align: center;
}
.breadcrumb-gallery-text .bt-option a {
	display: inline-block;
	font-size: 18px;
	color: #19191a;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}
.breadcrumb-gallery-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "";
	font-size: 18px;
	font-family: "FontAwesome";
	color: #aaaab3;
}
.breadcrumb-gallery-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #aaaab3;
}

.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  padding: 15px;

  display: flex;      /* make buttons sit in a row */
  gap: 12px;
  /* top: -48px; */
  /* left: 140px; */
  /* background-color: brown;
  border-color: #000;
  border-radius: 100%; */
}

.owl-carousel .owl-nav button.owl-next{
  position: relative;
  width: 40px;
  height: 30px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 900;
  color: aliceblue;
  background-color: #212B36;
  border-color: #000;
  font-size: 20px;
  /* font-size: xx-large; */
  font-family: 'Times New Roman', Times, serif;

  padding: 0;
  
  /* border-radius: 100%; */
  /* font-style: italic; */
}
/* {
  position: relative;
  width: 40px;
  height: 40px;
  font-weight: bold;
  border-radius: 50%;
  color: #212B36;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: aliceblue;
  border-color: #000;
  /* border-radius: 100%; 
  padding: 15px;
  font-size: larger;
  font-family: cursive;
  font-style: italic;
} */

.owl-carousel .owl-nav button.owl-prev {
  position: relative;
  width: 40px;
  height: 30px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 900;
  color: aliceblue;
  background-color: #212B36;
  border-color: #000;
  font-size: 20px;
  /* font-size: xx-large; */
  font-family: 'Times New Roman', Times, serif;

  padding: 0;
  
  /* border-radius: 100%; */
  /* font-style: italic; */
}