.valign {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo {
  width: 184px;
}
.bannerSlider .swiper-button-prev,
.bannerSlider .swiper-rtl .swiper-button-next {
  right: 74px;
  bottom: 38px;
  top: unset;
  left: unset;
}
.bannerSlider .swiper-button-next,
.bannerSlider .swiper-rtl .swiper-button-prev {
  right: 13px;
  bottom: 38px;
  top: unset;
  left: unset;
}
.bannerSlider .swiper-button-next,
.bannerSlider .swiper-button-prev {
  color: #fff;
  border: 1px solid #d1a402;
  background-color: #d1a402;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.bannerSlider .swiper-button-next::after,
.bannerSlider .swiper-button-prev::after {
  font-size: 15px;
}
.bdm_footer_logo {
  width: 140px;
}
.brand-area .brand_heading {
  color: #ffffff;
  font-weight: 800;
}
.brand-area .brand-thumb {
  width: 190px;
}
.about-area .about-image {
  width: 500px;
  margin: auto;
}
/* .client_logo .brand-thumb {
  width: 230px;
} */
.client_section {
  padding: 90px 0px;
}
.client_logo {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  margin-bottom: 10%;
  padding: 10px;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  background-color: #ffffff;
  width: 98%;
}
.bottom-btn i {
  display: inline-block;
  background-color: #26c943;
  /* background-color: #b89666; */
  color: white;
  text-align: center;
  font-size: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 2;
  border-radius: 50%;
  position: relative;
  transition: all ease 0.8s;
}

.tools .whatsapp-se {
  position: fixed;
  bottom: 20px;
  right: 26px;
  opacity: 0;
}

.tools .whatsapp-se.active {
  opacity: 1;
}

.tools.active .whatsapp-se.active {
  bottom: 75px;
}
.footer_product_gallery .col-md-4 {
  padding-right: 0px;
}
.footer_product_gallery img {
  /* padding: 0px 0px 10px 0px; */
  margin: 0px 0px 10px 0px;
  border: 1px solid #ffffff;
  /* background-color: #ffffff; */
}

/* Key Feature */

.single-feature-box .feature-icon {
  width: 45px;
  margin: auto;
}

.offers-area .luxury-button {
  text-align: right;
  margin-top: 0;
}

.offers-area .luxury-button:before {
  right: -295px;
}
.offers-list .offers-thumb {
  margin-bottom: 25px;
}
.offers-list .offers-thumb img {
  height: 350px;
  object-fit: contain;
}

/* product section */
.product-details .room-details-amenities-content h4 {
  color: #f5f5f5;
}
.product-details .room-details-content h1 {
  font-size: 40px;
  color: #f5f5f5;
  font-weight: 600;
}
.dark .product-details p {
  color: #dbdbdb;
  transition: 0.5s;
}
.room-amenities-item ul li:before {
  content: "\f272";
  vertical-align: middle;
  font-family: "bootstrap-icons";
  margin-right: 5px;
  color: #d1a402;
}
.room-amenities-item ul li {
  color: #dbdbdb;
}

/* Inner Products */

.product_detail_title h1 {
  color: #f5f5f5;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  font-size: 35px;
}
.product_detail_title h1::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  background-color: #d1a402;
  border-radius: 50px;
  left: 0px;
  bottom: 0px;
}
.product-details .block_title h4 {
  font-size: 20px;
  color: #d1a402;
  margin: 0;
}

.blog-area.vision-product.inner .single-blog-thumb {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* breadcrumb */

.breadcumb-area {
  background: url(../images/inner/breadcumb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 150px 0 90px;
  text-align: center;
  /* height: 350px;
  position: relative; */
}
.breadcumb-area.active {
  background: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0px;
  text-align: center;
  height: 350px;
  position: relative;
}
.breadcumb-area.active.overlay {
  position: relative;
}
.breadcumb-area.active.overlay::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.breadcumb-area.active img {
  position: relative;
  width: 100%;
  height: 100%;
}

.breadcumb-area.active .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* Final Product Page */
.product-details {
  padding: 65px 0 100px;
}
.product-details-amenities {
  margin-left: 20px;
}
.product_detail_title {
  margin-bottom: 25px;
}
.product_image {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.product_btn_grp {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.dimension_btn,
.dimension_btn:hover {
  border: 1px solid #d1a402;
  color: #d1a402;
  font-weight: 600;
  padding: 11px 27px;
}
.equire_btn,
.equire_btn:hover {
  border: 1px solid #d1a402;
  background-color: #d1a402;
  font-weight: 600;
  color: #ffffff;
  padding: 11px 27px;
}

.easyzoom-flyout {
  width: 60vw !important;
  height: 100% !important;
}

/* blog */
.blog_sec.home-three .blog-content {
  filter: unset;
  display: block;
  background-color: #f5f5f5;
}

.home-three.blog-area.blog_sec {
  background-color: #f8f8f8;
  padding: 25px 0 40px;
}

/* Features */
.feature_row {
  display: flex;
  /* gap: 30px; */
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_col {
  width: 190px;
}
.single-feature-box {
  position: relative;
}
.single-feature-box:hover .single_feature_box_text {
  opacity: 1;
  cursor: grabbing;
}
.single_feature_box_text {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
}
.single_feature_box_text p {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0px;
}

/* Counter */
.counter_sec {
  padding: 0px 0px 80px 0px;
}
.product-details .counter_sec {
  padding: 30px 0px 40px 0px;
}
.counter_sec .counter_heading {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  color: #f5f5f5;
}
.counter_icon {
  width: 100px;
  margin: 15px auto;
}
.counter_sec h5 {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.counter_sec .counting {
  font-size: 35px;
  position: relative;
  font-family: "Cinzel", serif;
  color: #f5f5f5;
  font-weight: 600;
  text-align: center;
  padding: 10px 10px 20px 0px;
}
.counter_sec .counting::after {
  content: "+";
  position: absolute;
}
.counter_sec .counting.water {
  padding-right: 35px;
}
.counter_sec .counting.water::after {
  content: "M+";
  position: absolute;
}

/* Cp Fitting */
.fitting_feature {
  text-align: left;
  margin-left: 0px;
  margin-top: 50px;
}

.fitting_feature .room-amenities-item ul li {
  border-bottom: unset;
  padding-bottom: 5px;
  padding-top: 5px;
}
.fitting_feature h4 {
  color: #d1a402;
  margin-bottom: 10px;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: black;
}
::-webkit-scrollbar-thumb {
  background-color: #d1a402;
  border-radius: 50px;
}

.dark .certificates .offers-content {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-area .testi-content p {
  min-height: 150px;
}
