@import url("../font/Cormorant_Garamond/stylesheet.css");
@import url("../font/Libre_Baskerville/stylesheet.css");
@import url("../font/Montserrat/stylesheet.css");
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat';
}
/* ------------------
         Base css
  --------------------- */
.container {
  max-width: 1200px;
 /* max-width: 85% !important;*/
}
.bg_style {
  background-size: cover;
  background-repeat: no-repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond';
  color: #040404;
}
p {
  font-family: 'Montserrat';
  color: #040404;
}
.secondary_txt{
  font-family: 'Libre Baskerville' !important;
  font-size: 12px !important;
  text-transform: inherit !important;
  letter-spacing: 0 !important;
}
img {
  max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus,
button:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.theme_btn {
  font-family: 'Montserrat';
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: #040404;
  text-transform: uppercase;
  min-width: 149px;
  padding: 9px 14px;
  border: 1px solid #8d8478;
  text-align: center;
  border-radius: 26px;
  background-color: transparent;
  transition: all 0.3s;
}
.white_btn{
  color: #fff;
  border: 1px solid #fff;
}
.black_btn{
  color: #fff;
  background-color: #040404;
  border: 1px solid #040404;
}
.brown_btn{
  border: 1px solid #8d8478;
}
.theme_btn:hover {
  color: #040404;
}
.white_btn:hover{
  color: #fff;
}
.black_btn:hover{
  color: #fff;
}
.py_8 {
  padding: 80px 0;
}
.py_9 {
  padding: 90px 0;
}
.header_logo{
	margin-right:10% !important;
}
.footer_top_bar_center
{
	margin-right:10% !important;
}
.tittle_head span.cap_txt {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  color: #040404;
  margin-bottom: 8px;
}
.tittle_head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 22px;
  
}
.tittle_head h2 {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tittle_head h2 span {
  color: #cd0303;
}
.tittle_head.tittle_head_small h2{
  font-size: 40px;
}
.tittle_head p {
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
}
.inner_banner{
  padding: 200px 0 130px;
  position: relative;
  z-index: 1;
}
.inner_banner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 39%);
  z-index: -1;
}
.inner_banner_cntnt{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.inner_banner_txt {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.inner_banner_txt h1{
  font-size: 52px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.inner_banner_txt p{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #fff;
  margin-bottom: 0;
}
.inner_banner_btn .theme_btn{
  background-color: #f2f0ed;
  color: #040404;
  min-width: 160px;
}

#whatsappmsg {
    width: 57px;
    line-height: 57px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 115px;
    right: 25px;
    background-color: #03a84e;
    color: #fff;
    text-align: center;
    font-size: 35px;
    text-decoration: none;
    border: 0;
    border-radius: 50%;
}


/* header */
.main_header{
  position: absolute;
  /* top: 30px; */
  padding: 30px 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.main_header.inner_header{
  position: unset;
  padding: 20px 0;
  background-color: #f2f0ed;
}
.main_header_flx{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_socail_link ul{
  display: flex;
  gap: 10px;
}
.header_logo a{
  display: inline-block;
}
.header_socail_link a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.header_socail_link a img{
  width: 20px;
}
.header_logo{
  text-align: center;
}
.header_logo_tittle{
  margin-top: 20px;
}
.header_logo_tittle p{
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0;
}
.toggle_menu span{
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 30px;
  margin: 10px 0;
}
.menu_flx{
  display: flex;
  flex-direction: column;
}
.menu_flx ul li a{
  display: block;
  font-size: 14px;
  color: #040404;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 10px;
}
.main_header.inner_header .header_logo a img{
  width: 100px;
}
.main_header.inner_header .header_logo_tittle p{
  color: #040404;
}
.main_header.inner_header .toggle_menu span{
  background-color: #040404;
}
.main_header.inner_header .header_logo_tittle{
  margin-top: 10px;
}


.hero_banner{
  position: relative;
  padding: 279px 0 159px;
  z-index: 1;
}
.hero_banner::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 52%);
  z-index: -1;
}

.hero_banner_cntnt{
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.hero_banner_cntnt_txt{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero_banner_cntnt_txt h1{
  font-size: 64px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hero_banner_cntnt_txt p{
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 0;
}
.our_values{
  background-color: #d3cdbd;
  padding: 60px 0;
}
.our_values .container{
  max-width: 1030px;
}
.our_values_cntnt{
  max-width: 500px;
}
.values_list_flx{
  display: flex;
  align-items: center;
  gap: 10px;
}
.values_list_icon img{
  width: 27px;
}
.values_list{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.values_list_txt p{
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 0;
}
.our_values_btn{
  margin: 36px 0 0;
}
.home_wave_img img{
  height: 616px;
  width: 100%;
  object-fit: cover;
}
.real_estate{
  padding: 60px 0 60px;
}
.real_estate .container{
  padding-left: calc(50% - 640px);
}
.real_estate_flx{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
}
.real_estate_cntnt{
  flex: 0 0 592px;
  padding: 0 0 0 15px;
}
.real_estate_cntnt .tittle_head h2 span{
  color: #040404;
}
.real_estate_img{
  flex-shrink: 0;
  order: -1;
  overflow: hidden;
}
.real_estate.buyer_representation .tittle_head p{
  line-height: 2;
}
.real_estate.buyer_representation{
  background-color: #d3cdbd;
}
.real_estate.buyer_representation.seller_representation{
  background-color: #f2f0ed;
}
.featured_listings{
  padding: 60px 0;
}
.featured_listings .tittle_head{
  text-align: center;
}
.featured_listings_grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px 12px;
}
.review_sec{
  padding: 60px 0;
}
.review_sec .container{
  max-width: 1020px;
}

.review_slider_card_flx {
  display: flex;
}
.review_slider_card_img{
  flex: 0 0 427px;
  height: 455px;
}
.review_slider_card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_slider_card_cntnt{
  flex: 1;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 80px 70px 60px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review_slider_card_cntnt_flx{
  max-width: 360px;
}
.review_slider_card_cntnt .tittle_head{
  margin: 0 0 14px;
}
.review_slider_card_cntnt p.secondary_txt{
  position: relative;
  padding-left: 30px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review_slider_card_cntnt p.secondary_txt .quotes_img{
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
.review_slider .slick-arrow {
  position: absolute;
  background: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d3cdbd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.review_slider .custom-prev.slick-arrow{
  left: 25px;
}
.review_slider .custom-next.slick-arrow{
  right: 25px;
}
.review_user p{
  font-size: 13px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.collaborations_sec{
  padding: 60px 0;
  background-color: #f2f0ed;
  overflow-x: hidden;
}
.collaborations_sec .tittle_head{
  text-align: center;
}
.collaborations_slider_bx{
  position: relative;
}
.collaborations_slider_card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.vertical_txt h2{
  font-size: 83px;
    text-transform: uppercase;
    color: #666666;
    opacity: 0.769;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform-origin: left top;
    position: absolute;
    left: 30px;
    top: 288px;
    transform: rotate(180deg);
    letter-spacing: 19px;
}
.collaborations_sec.dudai{
  background-color: #d3cdbd;
}
.collaborations_sec.dudai .vertical_txt h2{
  left: unset;
  right: -172px;
  transform: rotate(180deg);
}
.faq_sec{
  padding: 60px 0;
}
.faq_sec_cntnt {
  max-width: 640px;
  margin-left: auto;
}
.faq_sec_cntnt .custom_accordian{
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 24px 5px; 
}
.faq_sec_cntnt .tittle_head h2{
  font-size: 40px;
}
.custom_accordian .accordion-item{
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
.custom_accordian .accordion-item .accordion-button{
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
}
.custom_accordian .accordion-item:first-child .accordion-button{
  padding-top: 0;
}
.custom_accordian .accordion-item:last-child .accordion-button{
  /* padding-bottom: 0; */
}
.custom_accordian .accordion-item:last-child{
  padding-bottom: 0;
  border-bottom: none;
}
.custom_accordian .accordion-item .accordion-button:focus{
  box-shadow: none;
}
.custom_accordian .accordion-item .accordion-button:not(.collapsed){
  background-color: transparent;
  color: #8c7026;
}
.custom_accordian .accordion-body{
  padding: 20px 0;
}
.custom_accordian .accordion-body p.secondary_txt{
  margin-bottom: 0;
}
.custom_accordian .accordion-button::after{
  width: 28px;
  height: 28px;
  background-size: unset;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23F3F3F3'/%3E%3Cg clip-path='url(%23clip0_7_17)'%3E%3Cpath d='M19.4 13.4H14.6V8.59996C14.6 8.26885 14.3312 8 14 8C13.6688 8 13.4 8.26885 13.4 8.59996V13.4H8.59996C8.26885 13.4 8 13.6688 8 14C8 14.3312 8.26885 14.6 8.59996 14.6H13.4V19.4C13.4 19.7312 13.6688 20 14 20C14.3312 20 14.6 19.7312 14.6 19.4V14.6H19.4C19.7312 14.6 20 14.3312 20 14C20 13.6688 19.7312 13.4 19.4 13.4Z' fill='%23040404'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_17'%3E%3Crect width='12' height='12' fill='white' transform='translate(8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.custom_accordian .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14.6831' cy='14' r='14' fill='%23F3F3F3'/%3E%3Cpath d='M8.68063 14C8.68063 13.6688 8.94909 13.4004 9.28024 13.4004H20.0859C20.4171 13.4004 20.6855 13.6688 20.6855 14V14C20.6855 14.3312 20.4171 14.5996 20.0859 14.5996H9.28024C8.94909 14.5996 8.68063 14.3312 8.68063 14V14Z' fill='%23040404'/%3E%3C/svg%3E%0A");
}
.new_event{
  padding: 60px 0 0;
  background-color: #d3cdbd;
  overflow-x: hidden;
}
.new_event .container{
  /* padding-left: calc(50% - 640px); */
}
.new_event_flx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  margin-bottom: 20px;
}
.new_event_img {
  flex-shrink: 0;
  order: -1;
  overflow: hidden;
}
.new_event_cntnt {
  flex: 0 0 592px;
  padding: 0 0 0 15px;
}
.new_event_flx:nth-child(even){
    justify-content: flex-start;
    margin-bottom: 0;
}
.new_event_flx:nth-child(even) .new_event_img{
  order: 0;
}
.new_event_txt h2 {
  font-size: 26px;
}
.new_event_txt p{
  font-size: 14px;
}
.single_property_gird ul{
  background-color: #f2f0ed;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 80px;
}
.single_property_card_txt {
  position: relative;
  margin: 20px 0 0;
}
.single_property_card_txt::before{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #040404;
}
.single_property_card_txt h1{
  position: relative;
  z-index: 1;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  text-align: right;
  
  margin-bottom: 0;
}
.single_property_card_txt h1 span{
  display: inline-block;
  background-color: #f2f0ed;
}
.single_property_card_img img{
  width: 100%;
}
.single_property_gird ul li:nth-of-type(2) .single_property_card{
  display: flex;
  flex-direction: column-reverse;
}
.single_property_gird ul li:nth-of-type(2) .single_property_card_txt{
  margin: 20px 0 20px;
}
.single_property_gird ul li:nth-of-type(2) .single_property_card_txt h1{
  text-align: left;
  padding-right: 32px;
}
.single_property_gird ul li:nth-of-type(2) .single_property_card_txt::before{
  left: unset;
  right: 0;
}
.property_detail{
  background-color: #f2f0ed;
}
.property_detail_flx {
  display: flex;
  justify-content: space-evenly;
  gap: 12px;
  margin-bottom: 40px;
}
.property_detail{
  padding: 80px 0;
}
.property_detail .container{
  max-width: 862px;
}
.property_detail_flx_txt p{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #040404;
  margin-bottom: 0;
}
.property_detail_flx_txt_desc{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.property_detail_flx_txt_desc p{
  line-height: 2;
  margin-bottom: 0;
}
.property_detail_btn{
  margin: 40px 0 0;
  display: flex;
  gap: 20px;
}
.property_detail_user{
  display: none;
  /* display: flex; */
  gap: 16px;
  align-items: flex-end;
  margin-top: 40px;
}
.property_detail_user_img{
  width: 146px;
  aspect-ratio: 1/1;
}
.property_detail_user_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property_detail_name p{
  line-height: 1.8;
  margin-bottom: 0;
}
.image_grid_conatiner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 40px;
}
.image_grid_card{
  height: 300px;
}
.image_grid_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.image_grid_cardimg:hover {
  transform: scale(1.05);
}
.privacy_policy_cntnt ul li{
  padding: 50px 0;
}
.privacy_policy_cntnt ul li:nth-child(odd){
  background: rgb(237 129 21 / 9%);
}
.privacy_policy_txt p{
  margin-bottom: 0;
}
/* contact page */
.contact_us{
  background-color: #040404;
  padding: 60px 0;
}
.contact_us .tittle_head{
  max-width: 650px;
  text-align: center;
  gap: 30px;
  margin: 0 auto 40px;

}
.contact_us .tittle_head.tittle_head_small h2{
  color: #fff;
}
.contact_us .tittle_head p{
  color: #fff;
}
.contact_us_form {
  max-width: 650px;
  margin: 0 auto;
}
.contact_us_form .form_input{
  margin-bottom: 22px;
}
.contact_us_form .form_input input,
.contact_us_form .form_input textarea{
  font-size: 12px;
  color: #fff;
  padding: 9px 25px;
  background-color: #040404;
  border: 1px solid #fff;
  border-radius: 30px;
}
.contact_us_form .form_input input::placeholder,
.contact_us_form .form_input textarea::placeholder{
  color: rgb(255 255 255 / 55%);
}
.contact_us_form .form_input textarea{
  padding: 20px 25px;
  border-radius: 40px;
}
.property_listing{
  padding: 60px 0;
  background-color: #f2f0ed;
}
.property_listing .container{
  max-width: 950px;
}
.property_listing_gird{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
.property_listing_card{
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.property_listing_card::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgb(0 0 0 / 65%);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.property_listing_card:hover::before{
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.property_listing_card_txt_btn{
  margin-bottom: 16px;
}
.property_listing_card_img{
  height: 332px;
}
.property_listing_card_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property_listing_card_txt{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 40px 40px 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.property_listing_card:hover .property_listing_card_txt{
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.property_listing_card_txt_details ul{
  display: flex;
  flex-direction: column;
}
.property_listing_card_txt_details ul li{
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.3px;
}
.property_listing_card_bx {
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
}
/* .property_listing_card_bx_btm{
  padding: 16px 0 0;
} */
.property_listing_card_bx_btm p{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0;
}
.property_listing_card_bx_btm p span{
  display: block;
}
.our_story{
  background-color: #52473b;
  padding: 60px 0;
}
.our_story .container{
  max-width: 970px;
}
.our_story_tittle {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.our_story_tittle h2 {
  font-size: 140px;
  color: #8d8478;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.our_story_tittle p{
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
}
.our_story_cntnt_txt h2{
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}
.our_story_cntnt_txt p{
  color: #fff;
  line-height: 2;
  margin-bottom: 30px;
}
.why_us{
  padding: 60px 0;
  background-color: #f2f0ed;
}
.why_us .container{
  max-width: 970px;
}
.why_us_cntnt{
  padding-left: 40px;
}
.why_us_cntnt .tittle_head span.cap_txt{
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.why_us_cntnt .tittle_head h2{
  font-size: 30px;
}
.why_us_cntnt .tittle_head p{
  line-height: 2;
}
.why_us_contact{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.why_us_contact a{
  color: #040404;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.why_us_contact a i{
  color: #4e4e4e;
}
.social_cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.social_cap ul{
  display: flex;
  gap: 10px;
}
.social_cap ul li a i{
  font-size: 17px;
  color: #4e4e4e;
}

.why_us_img_btm_txt{
  position: absolute;
  bottom: 10px;
  padding: 10px 10px;
  text-align: center;
  left: 0;
  right: 0;
}
.why_us_img_btm_txt p{
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.why_us_img_cntnt{
  position: relative;
}
.why_us_img_txt{
  position: absolute;
  transform: scale(1, 1) translate(0px, 0px) rotate(270deg);
  top: 151px;
  right: 220px;
}
.why_us_img_txt h2{ 
  color: #8d8478;
  font-size: 121px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0;
}
.why_us_img {
  position: relative;
  width: 377px;
  margin-left: auto;
}
.our_services{
  background-color: #f2f0ed;
  padding: 60px 0;
}
.our_services .container {
  max-width: 1092px;
}
.our_services_left_img img,.our_services_center_img img, .our_services_right_img img{
  width: 100%;
}
.our_services_center {
  padding: 0 20px;
}
.our_services_center .tittle_head{
  gap: 0;
  position: relative;
  left: 70px;
}
.our_services_center .tittle_head span.cap_txt{
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 1.3px;
  margin-bottom: -10px;
}
.our_services_center .tittle_head h2 {
  font-size: 100px;
  font-weight: 500;
}
.our_services_right_cntnt{
  padding: 40px 0 0;
}
.our_services_right_cntnt_txt p{
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 1.7;
  text-transform: uppercase;
}
.our_services_center_img{
  position: relative;
}
.our_services_center_img::before{
  content: '';
  position: absolute;
  width: 84%;
  height: 89%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #fff;
}
.services_list{
  padding: 60px 0;
  background-position: 50% 50%;
  border-radius: inherit;
}
.services_list_grid_cntnt {
  display: flex;
  align-items: center;
  gap: 12px;
}
.services_list_grid_cntnt_txt p{
  margin-bottom: 0;
}
.services_list_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
  margin: 0 auto;
  gap: 10px;
}
.services_list_grid_cntnt_icon i{
  font-size: 22px;
  color: #040404;
}
.services_list_btn{
  text-align: center;
  margin: 30px 0 0;
}
.service_provide{
  background-color: #040404;
}
.service_provide_list{
  display: flex;
  align-items: stretch;
  gap: 80px;
  border: 1px solid #fff;
  border-bottom: none;
}
.service_provide_img{
  flex: 0 0 440px;
  /* height: 416px; */
}
.service_provide_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_provide_cntnt_txt .tittle_head span.cap_txt{
  font-size: 13px;
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.service_provide_cntnt_txt{
  padding: 30px 0;
  max-width: 490px;
}
.service_provide_cntnt_txt .tittle_head h2{
  font-size: 30px;
  color: #fff;
}
.service_provide_cntnt_txt .tittle_head p{
  color: #fff;
  line-height: 2;
}
.service_provide_cntnt{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.service_no{
  height: 100%;
  border-left: 1px solid #fff;
}
.service_no p{
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 50%;
  margin-bottom: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform-origin: left top;
  transform: translateY(-50%);
}
.service_provide_list:nth-child(even) {
  flex-direction: row-reverse;
}
.service_provide_list:nth-child(even) .service_provide_cntnt{
  flex-direction: row-reverse;
}
.service_provide_list:nth-child(even) .service_no{
  border-left: none;
  border-right: 1px solid #fff
}
.service_no p{
  left: 19px;
  transform: rotate(180deg) translateY(-50%);
}
.inner_banner.discover_property{
  padding: 160px 0;
  max-width: 930px;
  margin: 40px auto;
}

/* footer */
.main_footer{
  padding: 60px 0 0;
}
.footer_top_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 26px;
}
.footer_top_bar_left_btn .theme_btn{
  background-color: #d3cdbd;
  border-color: #d3cdbd;
}
.address_flx{
  display: flex;
  flex-direction: column;
  margin: 10px 0 0;
}
.address_flx li{
  font-size: 12px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.footer_top_bar_center{
  text-align: center;
}
.footer_logo{
  margin-bottom: 20px;
}
.footer_logo_txt p{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0;
}
.follow_us {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.follow_us_link {
  display: flex;
  gap: 8px;
}
.follow_us_link a img{
  width: 20px;
}
.footer_grid_pic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.footer_img{
  width: 100%;
  height: 218px;
}
.footer_img img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copy_right {
  padding: 30px 0;
  text-align: center;
}
.copy_right p{
  margin-bottom: 0;
}




/* media */
@media (max-width: 1024px) {
  .tittle_head span.cap_txt{
    margin-bottom: 0;
  }
  .real_estate_flx{
    gap: 15px;    
  }
  .real_estate_img{
    width: 540px;
  }
  .real_estate_cntnt{
    flex: 0 0 462px;
  }
  .new_event_flx{
    gap: 15px;
  }
  .new_event_img{
    width: 840px;
  }
  .new_event_cntnt{
    flex: 0 0 442px;
  }
  .footer_grid_pic{
    grid-template-columns: repeat(3, 1fr);
  }
  .our_story_tittle h2{
    font-size: 80px;
  }
  .our_story_tittle p{
    top: 48%;
  }
}
@media (max-width: 991px) {
  .main_header{
    padding: 20px 0;
  }
  .header_logo a img{ 
    width: 140px;
  }
  .tittle_head h2{
    font-size: 32px;
  }
  .tittle_head.tittle_head_small h2{
    font-size: 32px;
  }
  .hero_banner{
    padding: 300px 0 70px;
  }
  .hero_banner_cntnt_txt h1{
    font-size: 42px;
  }
  .our_values{
    padding: 40px 0;
  }
  .values_list{
    gap: 8px;
  }
  .our_values_btn{
    margin: 24px 0 0;
  }
  .home_wave_img img{
    height: 420px;
  }
  .real_estate {
    padding: 40px 0 40px;
  }
  .featured_listings{
    padding: 40px 0;
  }
  .review_slider_card_img{
    flex: 0 0 330px;
    height: 416px;
  }
  .review_slider_card_cntnt{
    padding: 30px 50px 30px;
  }
  .faq_sec_cntnt{
    margin: 0 auto;
  }
  .faq_sec_cntnt .tittle_head h2{
    text-align: center;
  }
  .vertical_txt h2{
    font-size: 48px;
    left: 15px;
    top: 227px;
  }
  .collaborations_sec{
    padding: 40px 0;
  }
  .collaborations_sec .tittle_head{
    margin: 0 0 0;
  }
  .vertical_txt h2{
    position: unset;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 9px;
    transform: unset;
    writing-mode: unset;
    text-orientation: unset;
    transform-origin: unset;
  }
  .collaborations_sec.dudai .vertical_txt h2{
    transform: unset;
  }
  .faq_sec_cntnt .tittle_head h2{
    font-size: 32px;
  }
  .review_sec{
    padding: 40px 0;
  }
  .faq_sec{
    padding: 40px 0;
  }
  .new_event{
    padding: 40px 0 0;
  }
  .main_footer {
    padding: 40px 0 0;
  }
  .footer_logo {
    margin-bottom: 12px;
  }
  .footer_logo img{
    width: 90px;
  }
  .inner_banner{
    padding: 260px 0 120px;
  }
  .our_story {
    padding: 40px 0;
  }
  .why_us{
    padding: 40px 0;
  }
  .services_list{
    padding: 40px 0;
  }
  .why_us_cntnt{
    padding-left: 0;
  }
  .our_services{
    padding: 40px 0;
  }
  .our_services_center .tittle_head span.cap_txt{
    font-size: 16px;
  }
  .our_services_center .tittle_head h2{
    font-size: 72px;
  }
  .our_services_center .tittle_head{
    padding-left: 40px;
  }
  .service_provide_list{
    gap: 30px;
  }
  .service_provide_cntnt_txt .tittle_head h2{
    font-size: 26px;
  }
  .service_provide_img{
    flex: 0 0 360px;
  }
  .contact_us{
    padding: 40px 0;
  }
  .contact_us .tittle_head{
    gap: 12px;
  }
  .property_listing{
    padding: 40px 0;
  }
  .property_listing_gird{
    grid-template-columns: repeat(2, 1fr);
  }
  .single_property_gird ul{
    gap: 30px;
  }
  .property_detail{
    padding: 40px 0;
  }
  .image_grid_conatiner{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .tittle_head h2 {
    font-size: 28px;
  }
  .tittle_head.tittle_head_small h2{
    font-size: 28px;
  }
  .header_logo a img {
    width: 78px;
  }
  .header_logo_tittle{
    margin-top: 12px;
  }
  .header_socail_link a{
    width: 30px;
    height: 30px;
  }
  .header_socail_link ul{
    gap: 8px;
  }
  .header_socail_link a i{
    font-size: 17px;
  }
  .header_logo_tittle{
    display: none;
  }
  .header_logo_tittle p{
    font-size: 10px;
  }
  .hero_banner {
    padding: 190px 0 60px;
  }
  .hero_banner_cntnt_txt h1 {
    font-size: 32px;
  }
  .our_values_cntnt {
    max-width: 100%;
    margin: 0 0 24px;
  } 
  .our_values_img{
    text-align: center;
  }
  .real_estate_flx{
    flex-direction: column;
  }
  .real_estate_cntnt{
    flex: unset;
    padding: 0;
  }
  .real_estate .container{
    padding-left: 12px;
  }
  .real_estate_img{
    width: 100%;
    text-align: center;
  }
  .featured_listings_grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .eatured_listings_img img{
    width: 100%;
  }
  .review_slider_card_flx{
    flex-direction: column;
  }
  .review_slider_card_cntnt_flx{
    max-width: 100%;
  }
  .review_slider_card_cntnt{
    padding: 30px 60px 30px;
  }
  .review_slider .custom-prev.slick-arrow{
    left: 10px;
  }
  .review_slider .custom-next.slick-arrow{
    right: 10px;
  }
  .review_slider_card_cntnt p.secondary_txt{
    padding-left: 0;
  }
  .review_slider_card_img{
    height: 340px;
  }
  .faq_sec_cntnt .tittle_head h2{
    font-size: 28px;
  }
  .faq_sec_cntnt .custom_accordian{
    padding: 18px 18px 5px;
  }
  .vertical_txt h2{
    font-size: 36px;
  }
  .new_event{
    padding: 40px 0 40px;
  }
  .new_event_flx{
    flex-direction: column;
  }
  .new_event_img{
    width: 100%;
  }
  .new_event_cntnt{
    flex: unset;
    padding: 0 0 0 0;
  }
  .new_event_flx:nth-child(even){
    flex-direction: column-reverse;
  }
  .new_event_txt h2 {
    font-size: 20px;
  }
  .footer_top_bar{
    flex-direction: column;
  }
  .footer_top_bar_center{
    order: -1;
  }
  .footer_top_bar_left{
    text-align: center;
  }
  .follow_us{
    align-items: center;
    gap: 10px;
  }
  .footer_grid_pic{
    grid-template-columns: repeat(1, 1fr);
  }
  .our_story_tittle h2 {
    font-size: 46px;
  }
  .our_story_tittle p {
    font-size: 12px;
    top: 44%; 
  }
  .why_us_img{
    margin: 0 auto;
    width: 100%;
  }
  .why_us_img img{
    width: 100%;
  }
  .why_us_img_txt{
    position: unset;
    transform: unset;
    margin-bottom: -30px;
    text-align: center;
  }
  .why_us_img_txt h2{
    font-size: 90px;
  }
  .our_services_center .tittle_head{
    padding-left: 0;
    left: unset;
    text-align: center;
  }
  .our_services_center .tittle_head h2 {
    font-size: 52px;
  }
  .our_services_center .tittle_head span.cap_txt{
    margin-bottom: 0;
  }
  .order_mobile{
    order: -1;
  }
  .our_services_right_cntnt{
    padding: 30px 0 0;
    text-align: center;
  }
  .our_services_left_img img, .our_services_center_img img, .our_services_right_img img{
    width: unset;
  }
  .our_services_left_img,
  .our_services_center_img,
  .our_services_right_img{
    text-align: center;
  }
  .service_provide_list{
    flex-direction: column;
    gap: 0;
  }
  .service_provide_cntnt_txt{
    padding: 26px 15px;
    max-width: unset;
  }
  .service_provide_list:nth-child(even){
    flex-direction: column;
  }
  .service_provide_cntnt{
    flex-direction: row-reverse;
    align-items: stretch;
    border-top: 1px solid #fff;
  }
  .service_no{
    height: unset;
    border-left: none;
    border-right: 1px solid #fff;
  }
  .service_provide_img{
    height: 320px;
  }
  .services_list_grid{
    gap: 6px;
  }
  .services_list_grid_cntnt_icon i{
    font-size: 11px;
  }
  .services_list_grid_cntnt{
    gap: 8px;
  }
  .contact_us .tittle_head{
    margin: 0 auto 22px;
  }
  .contact_us .tittle_head p{
    line-height: 2;
  }
  .single_property_gird ul{
    grid-template-columns: repeat(1, 1fr);
  }
  .single_property_card {
    display: flex;
    flex-direction: column-reverse;
  }
  .single_property_card_txt h1{
    font-size: 24px;
  }
  .single_property_card_img{
    text-align: center;
  }
  .single_property_card_img img{
    width: unset;
  }
  .single_property_card_txt{
    margin: 20px 15px 20px;
  }
  .single_property_gird ul li:nth-of-type(2) .single_property_card_txt{
    margin: 0 15px 20px;
  }
  .inner_banner.discover_property{
    padding: 90px 0;
  }
  
  .footer_logo
  {
	  padding-left:10% !important;
  }
  .follow_us_link
  {
	  padding-left:15% !important;
  }
  .address_flx
  {
	   padding-left:15% !important;
  }
  
}

@media (max-width:567px){
  .inner_banner {
    padding: 190px 0 120px;
  }
  .inner_banner_txt h1{
    font-size: 42px;
  }
  .property_listing_gird{
    grid-template-columns: repeat(1, 1fr);
  }
  .property_detail_flx{
    margin-bottom: 20px;
  }
  .property_detail_flx_txt_desc{
    gap: 20px;
  }
  .property_detail_btn{
    margin: 30px 0 0;
    flex-direction: column;
    gap: 10px;
  }
  .image_grid_conatiner{
    margin-top: 30px;
  }
  .image_grid_conatiner{
    grid-template-columns: repeat(1, 1fr);
  }
}
