.bhwd-overly,
.bhwd_popup_content {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
.bhwdNestedCarousel .bhwd-carousel-nested-item {
  height: 380px;
  transform: scale(0.7);
  transition: 0.3s;
  border-radius: 50px;
  overflow: hidden;
  margin: 25px 0;
}
.bhwdDotsBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bhwdDotsBar .dot.bhwd-dot-item {
  width: 120px;
  height: 90px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bhwdDotsBar .dot.bhwd-dot-item .mainItemTitle {
  position: absolute;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.bhwdDotsBar .dot.bhwd-dot-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0.5;
}
.bhwd-mobile-overly,
.bhwd_hide {
  display: none;
}
.bhwdNestedCarousel .slick-current.slick-center .bhwd-carousel-nested-item,
.bhwdNestedCarousel .slick-current.slick-center.bhwd-carousel-nested-item {
  transform: scale(1.1);
}
.bhwdNestedCarousel .bhwd-carousel-nested-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20%;
}
.bhwd_popup_content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.bhwd-carousel-nested-item .bhwd_information_button,
.bhwd-overly-puse {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.bhwd_popup_content h1,
.bhwd_popup_content h2,
.bhwd_popup_content h3,
.bhwd_popup_content h4,
.bhwd_popup_content h5 {
  color: #fff;
  font-family: Roboto, system-ui;
  font-weight: 500;
}
.bhwd-overly {
  position: absolute;
}
.bhwd-overly-puse {
  pointer-events: none;
}
.bhwd-carousel-nested-item.slick-current:hover .bhwd_information_button,
.bhwd-pp-active {
  opacity: 1;
  visibility: visible;
}
.bhwd-popup-container {
  height: 60vh;
  width: 50vw;
  padding: 20px 0 00px;
  border-radius: 10px;
  background: #000000d9;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #fff;
  z-index: 9;
}
.bhwd_content {
  width: 100%;
  height: 90%;
}
.bhwd_content .bhwdPostContentContainer {
  overflow-y: auto;
  height: 86%;
  width: 70%;
  margin: 0 auto;
}
.bhwd_content .bhwdPostContentContainer::-webkit-scrollbar {
  width: 3px;
  border-radius: 5px;
}
.bhwd_content .bhwdPostContentContainer::-webkit-scrollbar-track {
  background: #f1f1f100;
}
.bhwd_content .bhwdPostContentContainer::-webkit-scrollbar-thumb {
  background: #888;
}
.bhwd_content .bhwdPostContentContainer::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.bhwd_close {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 999;
  height: 10%;
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.989233193277311) 8%,
    rgba(255, 255, 255, 0) 63%
  );
  border-radius: 0 0 10px 10px;
}
.bhwd-close-button {
  background: #00000000;
  border-radius: 5px;
  padding: 10px;
  font-size: 40px;
  width: 70px;
  color: #fff;
  border: none;
}
.bhwd-close-button:hover {
  background: 0 0;
}
.bhwd_information_button {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bhwd_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bhwd_button_container button {
  width: 120px;
  background: #0000009a;
  border: 1.5px solid #fff;
  padding: 5px;
  border-radius: 30px;
  margin-top: 10px;
  font-weight: 400;
  color: #fff;
  font-family: Roboto, serif;
}
.bhwd-pp-active {
  position: fixed;
}
.bhwd_MainCarousel .mainItemList,
.nested-carousel-indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nested-carousel-indicators .indicator {
  margin: 0 5px;
}
.bhwd_MainCarousel .mainItemList li {
  margin: 0 5px;
  width: 60px;
  height: 60px;
  border-radius: 15%;
  overflow: hidden;
  cursor: pointer;
}
.bhwd_MainCarousel .mainItemList li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bhwd_MainCarousel .bhwd-nested-item-one {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bhwd_MainCarousel .bhwd-nested-item-one .bhwd-single-child-page-content {
  width: 33.33%;
}
.bhwdNestedCarousel .slick-dots li {
  height: auto;
  width: auto;
  text-transform: uppercase;
}
.bhwdNestedCarousel .slick-dots {
  margin-top: 20px;
  bottom: 0;
  position: relative;
}
.item-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.item-dots .item-dot {
  text-transform: uppercase;
}
.bhwdNestedCarousel .slick-dots li.slick-active:after,
.item-dots .item-dot:after {
  display: block;
  content: "";
  border-bottom: 2px solid #000;
  transition: transform 0.7s ease-in-out;
  transform-origin: 0 50%;
  transform: scaleX(1);
}
.bhwd-nested-item-one .bhwd-carousel-nested-item:hover .bhwd_information_button,
.bhwd_MainCarousel
  .bhwdNestedCarousel
  .slick-current.slick-center:hover
  .bhwd_information_button {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.bhwdNestedCarousel.childPageOnlyOne .slick-track {
  width: 100% !important;
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 0;
  transform: translate3d(0, 0, 0) !important;
}
.bhwdNestedCarousel.childPageOnlyOne .slick-track .bhwd-carousel-nested-item {
  width: 33.33% !important;
}

.bhwd_lazy_lopading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  flex-wrap: wrap;
  gap: 0;
}
.bhwd_lazy_lopading .bhwd_lazy_grid,
.bhwd_lazy_title {
  width: 20%;
  height: 300px;
  margin: 10px;
  background: #f0f0f0;
  border-radius: 10px;
  animation: bhwdLazyLoadingAnimation 1.5s infinite ease-in-out;
}
.bhwd_lazy_lopading .bhwd_lazy_grid.middle {
  width: 30%;
  height: 400px;
  animation-delay: 0.3s;
}
.bhwd_lazy_lopading .bhwd_lazy_title_block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.bhwd_lazy_title {
  width: 30%;
  height: 50px;
  background: #f0f0f0;
  border-radius: 10px;
  animation-delay: 0.6s;
  margin-bottom: 5px;
}
@keyframes bhwdLazyLoadingAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bhwd_sm_title {
  text-align: center;
}
@media (max-width: 768px) {
  .bhwd_MainCarousel .bhwd-carousel-item {
    height: 320x;
    overflow: hidden;
  }
  .bhwd_MainCarousel {
    margin-bottom: -80px;
  }
  .bhwdNestedCarousel .bhwd-carousel-nested-item {
    height: 380px;
    transform: scale(0.8);
    transition: 0.3s;
    border-radius: 15% 15% 0 0;
    margin: 0;
  }
  .bhwd-mobile-overly {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.989233193277311) 0,
      rgba(255, 255, 255, 0) 54%
    );
  }
  .bhwdNestedCarousel .active.center .bhwd-carousel-nested-item,
  .bhwdNestedCarousel .slick-active.slick-center.bhwd-carousel-nested-item {
    transform: scale(1);
  }
  .bhwd_content {
    height: 90%;
  }
  .bhwdDotsBar {
    bottom: 110px;
    position: relative;
  }
  .bhwdNestedCarousel .slick-dots {
    margin-top: 0;
    bottom: 120px;
    position: relative;
    margin-left: 0;
  }
  .bhwdNestedCarousel .slick-dots li {
    color: #fff;
    font-weight: 600;
  }
  .item-dots {
    margin: 0;
  }
  .bhwdNestedCarousel .slick-dots li.slick-active:after,
  .item-dots .item-dot:after {
    display: block;
    content: "";
    border-bottom: 2px solid #fff;
    transition: transform 0.3s ease-in-out;
    transform-origin: 0 50%;
    transform: scaleX(1);
  }
  .bhwd-carousel-nested-item .bhwd_information_button {
    opacity: 1;
    visibility: visible;
  }
  .bhwdDotsBar .dot.bhwd-dot-item {
    width: 80px !important;
    height: 60px !important;
    margin: 0 3px;
  }
  .bhwdDotsBar .dot.bhwd-dot-item .mainItemTitle {
    font-size: 10px;
  }
  .bhwdNestedCarousel.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .bhwdNestedCarousel .bhwd-carousel-nested-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .bhwd_popup_content {
    position: absolute;
    height: 380px;
    width: 100%;
  }
  .bhwd-popup-container {
    height: 100%;
    width: 100%;
    padding: 10px 10px 0;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
  }
  .bhwd-overly {
    height: auto;
    width: auto;
    position: absolute;
  }
  .bhwd-close-button {
    padding: 0;
    width: 70px;
  }
  .bhwd-nsted-indicator-container {
    bottom: 70px;
  }
  .bhwd-nsted-indicator-container .bhwd-nested-item-indicator p {
    font-size: 11px;
  }
  .bhwd_button_container button {
    padding: 2px;
    font-size: 16px;
  }
  .bhwd_content .bhwdPostContentContainer {
    height: 80%;
  }

  /**/

  .bhwd_lazy_lopading {
    display: block;
    height: auto;
  }
  .bhwd_lazy_lopading .bhwd_lazy_grid,
  .bhwd_lazy_title {
    width: 100%;
    height: 200px;
  }
  .bhwd_lazy_lopading .bhwd_lazy_grid.middle {
    width: 100%;
    height: 200px;
    animation-delay: 0.3s;
  }

  .bhwd_lazy_title {
    width: 70%;
    height: 30px;
  }
}
