.navbar-nav .nav-link.active::after {
  display: block !important;
  content: '';
  position: absolute !important;
  margin-top: 0.75rem !important;
  background: #ff8a00 !important;
  width: 1rem !important;
  height: 2px !important;
}

.dropdown1 {
  position: relative;
}

.dropdown1 .nav-link .sub-arrow {
  display: inline-block;
  border: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'9'%20height%3D'5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill%3A%23fff%3Bfill-rule%3Aevenodd}%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D'arrow-down'%20data-name%3D'arrow-down'%20class%3D'cls-1'%20d%3D'M1012%2053.021a.957.957%200%200%201%20.31-.7%201.181%201.181%200%200%201%201.57-.037l2.63%202.283%202.6-2.281a1.194%201.194%200%200%201%201.58.032.961.961%200%200%201-.04%201.443l-3.37%202.953a1.193%201.193%200%200%201-1.54%200l-3.39-2.953a.986.986%200%200%201-.35-.74z'%20transform%3D'translate(-1012%20-52)'%2F%3E%3C%2Fsvg%3E");
  width: 9px !important;
  height: 5px !important;
  margin-left: 0.5rem !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.table-bordered.border-primary {
  border: 2px solid #2a2a9c !important;
}
.mb-50 {
  margin-bottom: 50px;
}

.current-stats-table-container .table-bordered thead th,
.current-stats-table-container .table-bordered tbody th,
.current-stats-table-container .table-bordered tbody td{
  border-color: #999;
}
.lana-bg-image-beige-small-sitting-dog-face-outdoor {
  background-image: none;
}
.lana-bg-image-white-large-staring-cat-body-indoor {
  background-image: url('../img/18.jpg');
}

.carousel-inner {
  height: 700px; /* Adjust the height as needed */
}

.carousel-item {
  height: 100%; /* Ensures the item fills the entire height */
}

.carousel-item img {
  object-fit: cover; /* Ensures the image covers the entire slide */
  height: 100%; /* Ensures the image fills the entire height of the carousel */
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity and color as needed */
  color: #fff; /* Text color */
  padding: 20px;
}

.overlay h5,
.overlay p {
  margin: 0;
}
.no-video-content {
    font-size: 30px;
    padding-top: 50px;
}
div.mfp-gallery > div.no-video-content {
  justify-content: center;
}
@media (max-width:1024px)  {
  .dropdown1 .nav-link .sub-arrow {
    overflow: hidden;
  }
}



.youtube-player {
    display: block;
    margin 20px auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://freepngimg.com/thumb/categories/1398.png") no-repeat center center;
  background-size: 72px 72px;
}
#gallery-container {
  min-height: 100vh;
}