/* hero section start */

.hero {
  background-image: url(../images/thikana-hero-banner-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

.hero:before {
  background-image: linear-gradient(to right, #111010, #00000000);
  content: '';
  height: 100%;
  right: auto;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.hero .container-rh {
  z-index: 2;
  position: relative;
}

.hero_content h1 {
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.common_btn {
  border: 1px solid var(--rh-primary-color);
  border-color: var(--rh-primary-color);
  color: var(--rh-primary-color);
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background-color: transparent;
  max-width: max-content;
  padding: 15px 50px;
  text-transform: capitalize;
  font-weight: 200;
}

.secondary_btn {
  border: 1px solid var(--rh-primary-color);
  border-color: var(--rh-primary-color);
  color: white;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background-color: var(--rh-primary-color);
  max-width: max-content;
  padding: 15px 50px;
  text-transform: capitalize;
  font-weight: 200;
}

.secondary_btn:hover {
  transition: all 0.5s;
  background-color: transparent;
  color: white;
}

/* .hero_content a {
          border: 1px solid #d3a18899;
         
          --tw-text-opacity: 1;
          border-color: #d3a18899;
          
          border-width: 1px;
          color: var(--rh-primary-color);
          color: rgb(211 161 136 / var(--tw-text-opacity));
          display: block;
          font-size: 1.125rem;
          line-height: 1.75rem;
         
          
          max-width: max-content;
          padding: 15px 50px;
          text-transform: capitalize;
          
      } */

/* hero form start */

#propertySearchForm{
  bottom: -70px;
  z-index: 999;
}

#propertySearchForm .select2-container {
  width: 100% !important;
}
.real-estate-filter {
  max-width: 450px;
  width: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  backdrop-filter: 10px;
}

.btn-outline-rh {
  --bs-btn-color: #fff;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--bs-body-bg);
  --bs-btn-active-bg: var(--rh-primary-color);
  --bs-btn-active-border-color: var(--rh-primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-bg: var(--rh-border-color);
  background-color: var(--rh-border-color);
}

.btn-check:checked+.btn {
  font-weight: 500;
}

.type-buttons {
  display: flex;
  justify-content: center;
}

.type-buttons .btn {
  border-radius: 0;
  font-size: 12px;
  padding: 9px 12px ;
}

select,
.form-select {
  border-radius: 0;
  border: none;
  background-color: #000;
}

.price_input {
  display: flex;
  flex-wrap: wrap;
}

.price_input_wrapper {
  background-color: var(--bs-body-bg);
  display: flex;
  flex: 1;
  padding: .45rem .75rem;
  border-radius: .25rem;
}

.price_input span {
  font-size: 14px;
  font-weight: 100;
  color: #FFFFFFdf;
}

.price_input input {
  width: 100%;
  border-radius: 0;
  outline: 0;
  border: none;
  padding-left: 1px;
  font-size: 14px;
  font-weight: 100;
  color: #FFFFFFdf;
  background-color: transparent;
}

.form-label {
  font-size: 14px;
  color: #fff;
}

.form-select {
  border: 0;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.currency-option.active {
  color: #fff;
}

.currency-option {
  margin-right: 10px;
  color: #FFFFFF61;
  cursor: pointer;
  transition: color 0.3s;
  font-size: 12px;
}

.currency-option:hover {
  color: #fff;
}

.f_submit_btn {
  background-color: var(--rh-primary-color);
  border: none;
  border-radius: 0;
  color: var(--bs-body-bg);
  margin: 0;
  font-weight: 400;
  height: 'max-content';
  font-size: 14px;
}

.f_outline_btn {
  color: var(--rh-primary-color);
  border: 1px solid var(--rh-primary-color);
  border-radius: 0;
  margin: 0;
  background: transparent;
}

.btn-outline-light:hover {
  color: var(--rh-primary-color);
  border-color: var(--rh-primary-color);
}

/* dubai prpoerties section */

.dubai_header_content {}

.dubai_properties {
  padding: 130px 0;
}

.slider_btn .slider_single_btn:last-child a {
  background-color: transparent;
  border: 1px solid var(--rh-primary-color);
  color: var(--rh-primary-color);
}

/* expert section start */

.real_state_expert {
  padding: 100px 0;
}

.real_state_expert_content {
  padding: 10px 0 0 55px;
}

.real_state_expert_content h4 {
  font-size: 32px;
  font-weight: 100;
  text-transform: uppercase;
}

.real_state_expert_content p {
  margin-bottom: 40px;
  margin-top: 1.75rem;
}

.real_state_expert_content a {
  border: 1px solid var(--rh-primary-color);
  color: var(--rh-primary-color);
  padding: 18px 20px;
  margin-top: 1.85rem;
  font-weight: 300;
}

.counter {
  border: 1px solid rgb(89 88 88);
  border-left: 0px;
  padding-left: 0;
  margin-left: -25px;
  margin-top: 80px;
  padding: 1.5rem 0;
}

.counter .s_counter p {
  font-size: 2rem;
  margin-bottom: 0;
}

.counter .s_counter span {
  text-transform: uppercase;
}

/* buy rent section */
.buy_rent {
  padding: 100px 0 100px;
}

.buy_rent_content h3 {
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  color: rgb(89 88 88);
  transition: color 0.5s ease;
}

.buy_rent_content {
  padding: 3rem 3.5rem;
  border: 1px solid #4b4a4a;
  height: 80%;
}

.buy_rent_content p {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.text-section .arrow {
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 2rem;
  margin-left: 10px;
}

.text-section h3:hover {
  color: #a1a1a1;
}

.text-section h3:hover .arrow {
  margin-left: 20px;
  font-size: 3rem;
  color: #a1a1a1;
}

.text-section h3.active {
  color: #a1a1a1;
}

.text-section h3.active .arrow {
  margin-left: 20px;
  font-size: 3rem;
}

.image-section img {
  transition: opacity 0.8s ease;
}

.image-section img.hidden {
  opacity: 0;
}

.TeamSwiper {
  width: 100%;
  max-width: 100vw;
}

.swiper-slide {
  width: 100%;
}

@media (max-width: 640px) {
  .TeamSwiper {
    width: 100vw;
  }
}

.TeamSwiper .img_contain img {
  aspect-ratio: 1 / 1.5;
}

/* .TeamSwiper .swiper-button-next {
  margin-top: calc(75px - (var(--swiper-navigation-size) / 2));
}

.TeamSwiper .swiper-button-next {
  background: transparent;
} */

/* .TeamSwiper .swiper-button-prev {
  margin-top: calc(75px - (var(--swiper-navigation-size) / 2));
} */

/* lifestyle start */
.lifestyle {
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.prompt_consultation {
  display: flex;
  border: 1px solid var(--rh-border-color);
  padding: 3.5rem 3.5rem;
  margin-bottom: 100px;
  background-image: url(/assets/frontend/images/Dubai_Skyline.svg);
  background-size: 520px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.blog_section {
  border-top: 1px solid var(--rh-border-color);
}

.prompt_consultation .prompt_content {
  font-size: 1.125rem;
}

.prompt_consultation .prompt_content a {
  border: 1px solid var(--rh-primary-color);
  color: var(--rh-primary-color);
  padding: 1rem 1.75rem;
  display: inline-block;
  font-weight: 200;
}

/* lifestyle end */

/* swipper slider start */

.pro_btn_prev {}

/* swipper slider end */

.simg_wrapper {
  position: relative;
}

.simg_wrapper img {
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1.35;
  object-position: center;
}

.f-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.group {
  flex: 1 1 calc(50% - 50px);
  padding-right: 60px;
}

.group h3 {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 2rem;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  font-weight: 100;
}

.group h3:after {
  background-image: linear-gradient(90deg, var(--rh-primary-color), hsla(20, 46%, 68%, 0));
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.group p {
  color: var(--rh-text-color);
  font-size: 14px;
  font-weight: 100;
  line-height: 1.75rem;
  padding-top: 1rem;
  text-align: left;
  width: 80%;
  font-size: 16px;
  padding-top: 0;
}

.slider_single_btn a {
  background-color: var(--rh-primary-color);
  color: var(--bs-body-bg);
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 1rem 2.75rem;
  font-weight: 400;
  text-transform: capitalize;
}

/* expert slider section start */

.expert_slider {
  padding: 100px 0;
}

.expertSlider_wrapper {
  border: 1px solid rgb(89 88 88);
  border-color: rgb(89 88 88);
  background: #111010cc;
}

.expert_slider_content {
  margin-bottom: 1.5rem;
}

.expert_slider_content .title {
  text-transform: uppercase;
}

.expertText_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2.75rem;
  text-align: left;
}

.expertText_wrapper h4 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.expertText_wrapper p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.expertText_wrapper a {
  border: 1px solid var(--rh-primary-color);
  color: var(--rh-primary-color);
  padding: 15px 30px;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: max-content;
  padding: 1rem 1.75rem;
  text-transform: uppercase;
  font-weight: 200;
}

.pagination_holder {
  position: relative;
}

.expert_pagination {
  position: absolute;
}

/* team start */

.team_slider_section {
  border-top: 1px solid var(--rh-border-color);
  padding: 100px 0px;
}

.team_slider_section .left_content h2 {
  font-weight: 100;
  margin-bottom: 1.8rem;
}

.team_slider_section .left_content p {
  font-size: 18px;
}

.explore_slider {
  position: relative;
  height: 400px;
  /* Set a fixed height or use a responsive unit */
}

.explore_slider .swiper {
  height: 100%;
  /* Ensures the swiper takes up the full height of its parent */
}

.explore_slider .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* Ensures each slide takes up the full height */
}

.explore_img_wrapper img {
  max-height: 100%;
  object-fit: cover;
  /* Ensures the image fits the container */
}

.swiper-slide .explore_img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explore {
  padding: 100px 0;
}

.explore_content {
  margin-top: 82px;
  text-align: right;
}

.explore_content p {
  margin-bottom: 30px;
}

.explore_content .explore_btn {
  margin-top: 0px;
  padding: 20px;
  color: var(--rh-primary-color);
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid var(--rh-primary-color);
  font-weight: 200;
}

.dropdown-wrapper {
  display: flex;
  align-items: center;
  /* background-color: #222; */
  /* padding: 10px; */

  color: white;
}

.dropdown-wrapper select {
  font-size: 14px;
  color: white;
  border: 1px solid #444;
  padding: 10px 10px;
  font-weight: 100;
}

.refresh-btn {
  margin-top: 0;
  padding: 12px;
  background: transparent;
  margin-left: 10px;
  line-height: 1;
  border: 1px solid #444;
}

select {
  width: 150px;
}

/* property slider start */
.property_home {
  border-top: 1px solid var(--rh-border-color);
  border-bottom: 1px solid var(--rh-border-color);
  background-color: #111010;
}

.luxury_slider_content ul li:after {
  --tw-translate-x: -50%;
  background-image: linear-gradient(90deg, transparent, var(--rh-primary-color), transparent);
  bottom: 0;
  content: var(--tw-content);
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 0.3s;
  width: 0;
}

.luxury_slider_content ul li:after {
  width: 100%;
}

.luxury_slider_content ul li {
  cursor: pointer;
}

.luxury_slider_content ul li.active {
  border-bottom: 1px solid var(--rh-primary-color);
}

.tabtop{
  border: 1px solid var(--rh-primary-color);
  color: var(--rh-primary-color);
}

.tabtop.active{
  border: 1px solid var(--rh-primary-color);
  background-color: var(--rh-primary-color);
  color: white;
}

/* reviews section start */
.review_section {
  /* padding: 100px 0; */
}

.title h2 {
  margin-bottom: 2.25rem;
  text-transform: uppercase;
}

.top_text h5 {
  font-weight: 100;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.top_text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.review_wrapper {
  border: 1px solid #5958587c;
  padding: 1rem 0.6rem;
  margin-bottom: 2px;
}

.review_wrapper button {
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--rh-primary-color);
  text-transform: uppercase;
  background-color: transparent;
}

.star_wrap {
  padding-top: 10px;
  border-top: 1px solid #5958587c;
}

/* news section start */

.news_section {
  padding: 100px 0;
}

.news_image {
  border: 1px solid rgb(89 88 88);
}

.news_img_content {
  position: relative;
  padding: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,1));
}

.news_img_content h5 {
  margin-bottom: 0.8rem;
  text-align: start;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
}

.news_img_content a{
  color: var(--rh-primary-color);
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(0px);
}

.news_img_content a:hover i{
  transform: translateX(10px);
  transition: 0.3s all;
}

.news_img_content a i {
  color: var(--rh-primary-color);
  font-size: 16px;
}

.r_img_item {
  border: 1px solid rgb(89 88 88);
}

.news_img_content .lf {
  position: absolute;
  right: 18px;
  bottom: -15px;
}

.rt_img_wrapper img {
  object-fit: cover;
  aspect-ratio: 3/2;
}

.lf_img_wrapper {
  width: 100%;
}

.lf_img_wrapper img {
  object-fit: cover;
  aspect-ratio: 5/4;
}

/* news section end */

/* gallery code */

.gallery {
  padding-bottom: 100px;
  background-image: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home_map_view a {
  border-color: rgb(89 88 88);
  color: var(--rh-primary-color);
  background-color: #00000080;
}

.home_map_view a i {
  color: rgb(255, 255, 255);
}

.star {
  color: var(--rh-primary-color);
  margin-bottom: -10px;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .hero{
    height: 100%;
    padding: 100px 0;
  }
  #propertySearchForm {
    position: relative !important;
    bottom: unset;
    margin-top: 50px;
  }
}