@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
body {
  box-sizing: border-box;
  overflow-x: hidden;
  /* padding-top: 70px; */
  font-family: outfit;
  margin:0 !important;
}
.nav-item {
  position: relative;
}
.nav-item {
  position: relative;
}

.nav-item:hover .dropdown {
  display: block;
}
.dropdown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  z-index: 1;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 768px) {
  .dropdown {
    left: 0;
    transform: none;
  }
}
.dropdown li {
  list-style-type: none !important;
  padding: 8px 16px;
}

.dropdown li a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.navbar {
  box-shadow: none !important;
}
#nav_padding {
  padding-left: 60px;
}
.nav_anchors {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #030303;
  text-transform: uppercase;
}
.signup-btn,
.login-btn {
  padding: 5px;
  padding-right: 5px;
  padding-left: 10px;
  border-radius: 30px;
  box-shadow: none;
}
.signup-btn {
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  font-family: Outfit;
  margin-right: 10px;
}
.login-btn {
  color: white;
  font-size: 12px;
  font-family: Outfit;
  background-color: #3b5cef;
  border: none;
}
.signup-btn,
.login-btn:hover {
  color: none !important;
  background-color: none !important ;
  border-color: none !important ;
}
.container-fluid {
  padding-top: 12px;
  padding-bottom: 12px;
}
.signup-btn i {
  color: #000000;
  padding: 10px;
  border-radius: 20px;
  background-color: #b8b8b8;
  margin-left: 22px;
}
.login-btn i {
  color: #3b5cef;
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
  margin-left: 22px;
  transition: border 0.3s ease;
}
#left-arrow:hover i {
  /* border: 1px solid #3b5cef !important; */
  background-color: #b8b8b8;
}
.login-btn:hover i {
  color: #000000 !important;
}
/* Default styles */
.hero_section_image {
  width: 100%;
  /* max-height: 580px; */
  position: relative;
}
.hero_section_image video {
  /* position: absolute; */
  width: 100%;
  /* height: 100%; */
  /* max-height: 470px; */
  height: 90vh;
  object-fit: cover;
  filter: brightness(25%);
}
/* 
.hero_section_image video {
object-fit: cover;
} */
.hero_section_image_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero_section_image_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_section_image_content h1 {
  font-family: Montserrat, sans-serif; /* Corrected typo in font name */
  font-size: 45px;
  font-weight: 400;
  line-height: 59px;
  letter-spacing: 0.56em;
  color: #ffffff;
}
.three_dots {
  padding-right: 28px;
}
.three_dots img {
  object-fit: cover;
  background-repeat: no-repeat;
  height: auto;
}
.hero_section_image_content_2 h1 {
  font-family: Mont-Trial;
  font-size: 27px;
  font-weight: 700;
  line-height: 34px;
  color: #077cc1;
  letter-spacing: 0;
}
.hero_section_links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero_section_links li {
  display: inline-block;
  margin-right: 10px;
}
.hero_section_links li a {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  padding: 0px 6px;
}
.hero_section_links_div {
  background-color: rgba(255, 255, 255, 0.13) !important;
  border-radius: 100px;
  padding: 16px;
  margin-top: 40px;
}
.discover_new_section h5 {
  color: #0093ff;
}
.discover_new_section h3 {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: #000000;
}
.discover_new_section h1 {
  font-family: Outfit;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  background: linear-gradient(90deg, #501e9c, #8169f1, #a44cee, #ff847f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#discover_new_section {
  margin-top: 30px;
}
#ceo_padding {
  padding-left: 60px;
  padding-top: 40px;
}
.discover_new_section {
  margin-bottom: 30px;
}
.slick-track {
  padding-top: 30px;
  padding-bottom: 30px;
}
.learn_more {
  width: 159px;
  height: 53px;
  /* padding: 0px 33px 0px 34px; */
  border-radius: 12px;
  border: 1px solid rgba(24, 26, 32, 1);
  opacity: 0px;
  font-family: Outfit;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  background: transparent;
}
.brooklyn_point h6 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  color: rgba(0, 147, 255, 1);
}
.brooklyn_point h3 {
  font-family: Outfit;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: rgba(24, 26, 32, 1);
}
.brooklyn_point p {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(0, 0, 0, 1);
}
#brooklyn_point {
  margin-top: 50px;
  margin-bottom: 50px;
}
.brooklyn_point_img img {
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
.servies_bg {
  background-image: url("../img/who_we_are.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0px;
}
.services_sm_heading h1 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.services_main_heading h1 {
  font-family: Outfit;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 40px;
}
.custom_span {
  display: block;
}
.card-title {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 600;
  line-height: 14.2px;
  text-align: center;
  color: rgba(24, 26, 32, 1);
}
.services_card_text {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  line-height: 18.89px;
  text-align: center;
  color: rgba(24, 26, 32, 1);
  padding-bottom: 40px;
}
.services_card {
  border-radius: 20px 20px 20px 20px;
  border: 0px;
}
.service_img {
  border-radius: 25px 25px 25px 25px;
  height: 200px;
}
.service-card {
  transition: border-color 0.3s ease-in-out;
  cursor: pointer;
  width: 100% !important;
  height: 100%;
}
.card_body_padding {
  padding: 10px;
}
.custom_svg {
  justify-content: center;
  text-align: center;
  display: flex;
  padding-top: 40px;
}
.card-img {
  border-radius: 20px;
  height: 42px !important;
  object-fit: cover;
  border: none !important;
}
.card-img,
.card-img-top {
  object-fit: cover;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.book-now p {
  font-family: Outfit;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(255, 255, 255, 1);
  padding: 0px 100px;
}
.galleria_heading {
  display: flex;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  color: rgba(0, 147, 255, 1);
}
.galleria_line {
  padding-left: 10px;
}
#galleria {
  margin-top: 50px;
}
.galleria_sub_heading {
  font-family: Outfit;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: rgba(24, 26, 32, 1);
}
.galleria_paragraph {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 400;
  line-height: 26.6px;
  color: rgba(113, 113, 113, 1);
}
.galleria_list h1 {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: rgba(0, 0, 0, 1);
}
.galleria_list span {
  font-family: Outfit;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: rgba(107, 107, 107, 1);
}
.ul_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-bottom: 30px;
}
.contact_us_paragraph p {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(24, 26, 32, 1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.map {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.map_search {
  text-align: center; /* Center align text */
  z-index: 1;
  position: relative;
}
.map_search img {
  position: relative; /* Change to relative */
  width: 500px !important;
  height: 180px !important;
  margin: 0 auto; /* Center horizontally */
}
.map_search h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Outfit;
  font-size: 30px;
  font-weight: 500;
  /* line-height: 36px; */
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0; /* Remove default margin */
}
.map_search h3 {
  position: absolute;
  top: 70%; /* Adjust the top position to move it below h1 */
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Outfit;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: rgba(255, 255, 255, 1);
  margin-top: 0; /* Remove default margin */
}
.ceo_bg {
  background-image: url("../img/ceo_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#ceo_section {
  padding: 40px 0px;
}
.discover_new_section p {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(113, 113, 113, 1);
}
/*Slider*/
/* .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
font-size: 15px !important;
padding: 20px;
content: "prev";
background: white;
border-radius: 50%;
margin-right: 20px;
color: black !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
font-size: 15px !important;
padding: 20px;
content: "next";
background: white;
border-radius: 50%;
margin-left: 20px;
color: black !important;
} */
/* .slider {
max-width: 1110px;
margin: 0 auto;
} */
.slick-track {
  padding-top: 53px;
  padding-bottom: 53px;
}
/* .slick-slide {
text-align: center;
transition: transform 0.3s ease-in-out;
}
.slick-slide:not(.slick-current) {
filter: brightness(0.5);
}
.slick-slide.slick-current {
transform: scale(1.35);
position: relative;
z-index: 1;
}
.slick-slide img {
width: 100%;
} */
.slick-dots {
  display: none !important;
}
/* .slider div img {
border-radius: 10px;
height: 300px;
} */
.left_gallery {
  position: relative;
  height: 260px;
}
.left_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  filter: brightness(60%);
}
.left_gallery h6 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}
.right_gallery_1 {
  position: relative;
  height: 260px;
}
.right_gallery_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  filter: brightness(60%);
}
.right_gallery_1 h6 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}
.right_gallery_2 {
  position: relative;
  height: 260px;
}
.right_gallery_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  filter: brightness(60%);
}
.right_gallery_2 h6 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}
.below_left_gallery_0 {
  position: relative;
  height: 260px;
}
.below_left_gallery_0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  filter: brightness(60%);
}
.below_left_gallery_0 h6 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}
.below_left_gallery_1 {
  position: relative;
  height: 260px;
}
.below_left_gallery_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  filter: brightness(60%);
}
.below_left_gallery_1 h6 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}
.below_left_gallery_2 {
  position: relative;
  height: 260px;
}
.below_left_gallery_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  filter: brightness(60%);
}
.below_left_gallery_2 h6 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Outfit;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}
.left_gallery,
.right_gallery_1,
.right_gallery_2 {
  margin-top: 22px;
}
#choose_us {
  background-color: #f1f6fa;
  margin-top: 50px;
}
.choose_us_main_img {
  position: relative;
  height: 650px;
}
.main_img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.second_img {
  position: absolute;
  object-fit: cover;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  height: 300px;
}
.discover_new_section_choose {
  padding-left: 100px;
}
.discover_new_section_choose {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(24, 26, 32, 1);
}
.property_management h5 {
  font-family: Outfit;
  font-size: 19.31px;
  font-weight: 600;
  line-height: 22px;
  color: rgba(24, 26, 32, 1);
  padding-top: 50px;
}
.property_management p {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: rgba(113, 113, 113, 1);
}
.Mortgage_services h5 {
  font-family: Outfit;
  font-size: 19.31px;
  font-weight: 600;
  line-height: 22px;
  padding-top: 50px;
  color: rgba(24, 26, 32, 1);
}
.Mortgage_services p {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: rgba(113, 113, 113, 1);
}
.Currency_services h5 {
  font-family: Outfit;
  font-size: 19.31px;
  font-weight: 600;
  line-height: 22px;
  padding-top: 50px;
  color: rgba(24, 26, 32, 1);
}
.Currency_services p {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: rgba(113, 113, 113, 1);
}
.choose_us_main_img {
  display: flex;
  align-items: center;
}
.choose_us_main_img .main_img,
.choose_us_main_img .second_img {
  max-width: 100%;
}
.discover_new_section_choose {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sales_volume h1 {
  font-family: Outfit;
  font-size: 39px;
  font-weight: 600;
  line-height: 55px;
  color: rgba(24, 26, 32, 1);
}
.sales_volume p {
  font-family: Outfit;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(24, 26, 32, 1);
}
.property_ready h1 {
  font-family: Outfit;
  font-size: 39px;
  font-weight: 600;
  line-height: 55px;
  color: rgba(24, 26, 32, 1);
}
.property_ready p {
  font-family: Outfit;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(24, 26, 32, 1);
}
.happy_customer h1 {
  font-family: Outfit;
  font-size: 39px;
  font-weight: 600;
  line-height: 55px;
  color: rgba(24, 26, 32, 1);
}
.happy_customer p {
  font-family: Outfit;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(24, 26, 32, 1);
}
.news h1 {
  font-family: Outfit;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  background: linear-gradient(90deg, #501e9c, #8169f1, #a44cee, #ff847f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#news {
  margin-top: 50px;
}
.new_right_image_1 {
  height: 180px;
  width: 180px;
}
.new_right_image_1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
}
.new_right_image {
  height: 500px;
  position: relative;
}
.new_right_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.image_content {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.image_content h6 {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(229, 229, 229, 1);
}
.image_content h1 {
  font-family: Outfit;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(229, 229, 229, 1);
}
.image_content p {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(229, 229, 229, 1);
}
.news_date {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(73, 80, 87, 1);
}
.news_title {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(33, 37, 41, 1);
}
.news_description_title {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(73, 80, 87, 1);
}
.blogposts {
  margin-bottom: 10px;
}
.date_block_padding {
  padding-right: 15px;
}
#testmonails {
  margin-top: 50px;
}
#testmonails div {
  background-color: #f1f6fa;
  padding-top: 10px;
}
.testmonial-cards {
  background: #ffffff !important;
}
.cards-padding {
  padding: 28px;
}
.customer-padding {
  padding-left: 12px;
}
.testmonail-coma {
  background: none !important;
}
.bg_transparent {
  background: none !important;
}
.testmonial-cards h5 {
  font-family: Outfit;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: rgba(24, 26, 32, 1);
}
.testmonial-cards p {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: rgba(113, 113, 113, 1);
}
.testmonails-paragraph p {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(24, 26, 32, 1);
}
/*==========splider style starts===========*/
/*First Slider*/
.slider div img {
  padding: 6px;
}
/*First Slider*/
.slide-container {
  max-width: 1120px;
  /* width: 75%; */
  padding: 40px 0;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card {
  background-color: #fff;
}
.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 14px;
}
.card-content {
  border-bottom-left-radius: 10px; /* adjust the value as needed */
  border-bottom-right-radius: 10px;
}
.image-content {
  position: relative;
  row-gap: 5px;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-image {
  background: #ffffff !important;
}
.card-image {
  position: relative;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
  padding-left: 20px;
}
.card-image img {
  height: 42px;
  width: 42px;
  object-fit: cover;
}
.name {
  color: var(--Black, #112b3c);
  text-align: start;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.description {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(24, 26, 32, 1);
  padding-left: 20px;
}
.button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #4070f4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover {
  background: #265df2;
}
/* .swiper-navBtn {
color: #ffffff !important;
width: 24px;
height: 24px;
transition: color 0.3s ease;
}
.swiper-navBtn:hover {
color: #0cd68a;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
font-size: 35px;
}
.swiper-button-next {
right: 0;
}
.swiper-button-prev {
left: 0;
}
.swiper-pagination-bullet {
background-color: #6e93f7;
opacity: 1;
}
.swiper-pagination-bullet-active {
background-color: #4070f4;
} */
.blogs_img {
  width: 188px;
  height: 150px;
  object-fit: cover;
  border: none;
  border-radius: 10px;
}
.mobile_secreen_slider {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile_secreen_slider {
    display: block !important;
  }
  .mobile_screen_slider_d_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  /* .swiper-navBtn {
display: none;
} */
}
.box-shadow:hover {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.box-shadow:hover .card-image img {
  border-radius: 40px !important;
}
.slide-content {
  padding: 10px;
}
/* .swiper {
overflow: visible !important;
} */
/* .card.swiper-slide2.box-shadow {
box-shadow: none;
} */
.overlay {
  background: #ffffff;
}
.card-content {
  background: #ffffff !important;
}
/*==========splider style ends===========*/
.messageBox {
  width: fit-content;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
}
.messageBox:focus-within {
  border: 1px solid rgb(110, 110, 110);
}
#messageInput {
  width: 200px;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 10px;
}
#sendButton {
  width: fit-content;
  height: 100%;
  background-color: rgba(24, 26, 32, 1);
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Outfit;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
}
.news_letter h1 {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
  color: rgba(255, 255, 255, 1);
}
.news_letter h6 {
  font-family: Outfit;
  font-size: 11px;
  font-weight: 400;
  line-height: 10px;
  color: rgba(255, 255, 255, 1);
}
#footer_custom_margin p {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
#footer {
  background-color: rgba(24, 26, 32, 1);
}
.bg-body-tertiary {
  background-color: rgba(24, 26, 32, 1) !important;
}
.footer_same_color {
  color: rgba(255, 255, 255, 1);
}
.footer_same_color_2 {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(190, 189, 189, 1);
}
.address {
  font-family: Outfit;
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
}
.address img {
  width: 80%;
}
.address-mail {
  display: block;
}
.address-custom-color p {
  color: #f0f0f0;
}
.address-mail {
  color: #f0f0f0 !important;
}
.com_address {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 600;
  line-height: 19px;
}
.socail_color {
  color: rgba(255, 255, 255, 1);
}
.playstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.04);
  padding: 0.625rem 1.5rem;
  text-align: center;
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}
.playstore-button:hover {
  color: rgba(0, 0, 0, 1);
}
.icon {
  height: 1.5rem;
  width: 1.5rem;
}
.texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.text-1 {
  font-family: Outfit;
  font-size: 9px;
  font-weight: 400;
  line-height: 9px;
  color: rgba(190, 189, 189, 1);
}
.text-2 {
  font-family: Outfit;
  font-size: 9px;
  font-weight: 600;
  line-height: 9px;
  color: rgba(255, 255, 255, 1);
  padding-top: 7px;
}
.apple {
  color: rgba(255, 255, 255, 1);
}
#Copyright {
  background-color: #ffffff !important;
}
::placeholder {
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(24, 26, 32, 1);
}
.Copyright_images {
  /* object-fit: cover; */
  background-repeat: no-repeat;
}
.watch_list_hero_section h1 {
  font-family: Outfit;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  background: linear-gradient(90deg, #501e9c, #8169f1, #a44cee, #ff847f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.watch_list_hero_section_image {
  height: 240px;
  position: relative;
}
.watch_list_hero_section_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.watch_list_hero_section_image p {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-family: Outfit;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.002em;
  color: rgba(255, 255, 255, 1);
}
input:focus {
  box-shadow: none !important; /* Remove any box shadow */
}
.map_height {
  width: 100%;
  height: 452px;
  position: relative;
}
.map_height iframe {
  height: 100%;
  width: 100%;
  position: absolute;
}
.arrow {
  padding-left: 9px;
}
.arrow svg {
  width: 13px !important;
}
/* Buyer style*/
#buyer-video-section {
  height: 100vh;
}
.hero-section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-section-content h1 {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 50px;
  font-weight: 600;
}
.hero-section-content p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
#learn-more {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  padding: 10px 20px;
  transition: all 0.25s ease-out;
}
#learn-more:hover {
  background-color: #b5aba1;
  transform: translateY(-3px);
}
.quote p {
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin: 0px 0px;
}
.quote h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
  color: #7a7a7a;
  font-style: italic;
}
.ceo-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-repeat: no-repeat;
}
.ceo-message h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  color: #000000;
}
.ceo-message p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: #000000;
}
.step-heading h3 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  /* background: linear-gradient(
90deg,
#501e9c 30.04%,
#8169f1 53.36%,
#a44cee 76.68%,
#ff847f 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent; */
}
.step-count h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  line-height: 35px;
  color: rgba(0, 0, 0, 1);
}
.step-count p {
  font-size: 16px;
  font-family: 700;
  text-align: left;
  line-height: 26px;
  color: rgba(0, 0, 0, 1);
}
.step-detail p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
}
.step-detail a {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  border: 1px solid rgba(24, 26, 32, 1);
  border-radius: 16px;
  line-height: 15px;
  padding: 15px;
}
#last-step {
  margin-bottom: 20px !important;
}
.svg-margin {
  margin-left: 9px;
}
.step-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .hero-section-content h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
  }
  .hero-section-content p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
  }
  #learn-more {
    width: 128px;
    height: 40px;
  }
}
/* Buyer style end*/
/*gallery style start*/
.gallery-img {
  height: 270px;
}
.gallery-img img {
  transition: transform 0.3s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(60%);
}
.gallery-img img:hover {
  transform: scale(0.95);
}
.gallery-heading h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  /* background: linear-gradient(
90deg,
#501e9c 30.04%,
#8169f1 53.36%,
#a44cee 76.68%,
#ff847f 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent; */
}
/*gallery style end*/
/*sell style*/
.sell-hero-section p {
  font-family: Outfit;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  color: rgba(24, 26, 32, 1);
  text-align: center;
}
.sell-hero-section h3 {
  font-family: Outfit;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  background: linear-gradient(
    90deg,
    #501e9c 30.04%,
    #8169f1 53.36%,
    #a44cee 76.68%,
    #ff847f 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.sell-hero-section-video {
  height: 400px;
  margin-top: 20px;
}
.sell-hero-section-video video {
  height: 100%;
  width: 100%;
}
.video-descrition p {
  font-family: Outfit;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
  padding: 16px;
}
.sell-blogs_img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border: none;
  border-radius: 10px;
}
.sell-blog-heading p {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  /* background: linear-gradient(90deg, #501e9c 30.04%, #8169f1 53.36%, #a44cee 76.68%, #ff847f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent; */
}
/*sell style*/
/*buy with us style*/
.buy-with-us-section {
  background-image: url("../img/buy-with-us-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.buy-with-us-section-overlay {
  background-color: rgba(255, 255, 255, 0.783);
}
.buy-with-us-section-content-bg {
  background-color: rgb(255, 255, 255);
  padding: 50px;
}
.buy-with-us-container-section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.buy-with-us-heading h1:first-of-type {
  text-align: justify;
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: capitalize;
}
.buy-with-us-paragraph p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: #000000;
}
.address img {
  padding: 30px;
}
.address {
  background-color: #1b1b1b;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  /* color: #737373; */
}
.address a {
  text-decoration: none;
  color: #737373;
}
.address p i,
.address a i {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .buy-with-us-section-video {
    display: none !important;
  }
  .buy-with-us-paragraph {
    margin-bottom: 20px;
  }
}
/*buy with us style end*/
/*Neighborhood guide start*/
.neighborhood-guide h1 {
  text-transform: capitalize;
  text-align: justify;
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}
.join-network {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/who_we_are.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.join-our-network h1 {
  text-transform: capitalize;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  font-size: 50px;
}
.join-our-network p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.custom-input {
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  color: #fff !important;
  padding-left: 0px !important;
}
.custom-input:focus {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  box-shadow: none;
}
.custom-label {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  letter-spacing: 0.77px;
  color: #fff;
}
/*Neighborhood guide end*/

/*Neighborhood cities start*/
.community-guidelines {
  position: relative;
  height: 450px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  transition: background 0.5s ease;
  border-right: 1px solid #d7d7d7;
}

.community-guidelines img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  filter: brightness(40%);
}

.community-guidelines .community-guidelines-default-text,
.community-guidelines .community-guidelines-hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.5s ease;
  text-transform: uppercase;
}

.community-guidelines-hover-text h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.community-guidelines-hover-text a {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.community-guidelines .community-guidelines-default-text {
  background: #fafafa;
  opacity: 1;
}
.community-guidelines-default-text p {
  color: black;
  transform: rotate(-90deg);
}

.community-guidelines .community-guidelines-hover-text {
  color: white;
  background: transparent;
  opacity: 0;
}

.community-guidelines:hover img {
  opacity: 1;
}

.community-guidelines:hover .community-guidelines-default-text {
  opacity: 0;
}

.community-guidelines:hover .community-guidelines-hover-text {
  opacity: 1;
}

/*Neighborhood cities end*/

/*search mls start*/
.search-main-heading h1 {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-align: center;
}
.search-bar {
  border-radius: 6px;
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.search-bar-i li {
  display: inline-block;
}
.search-bar-i li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  border-radius: 6px;
}

.search-bar-i li a:hover {
  background-color: #d6d6d6;
}

.search-bar-i li a:hover {
  color: #000000;
}
.active-search-li {
  background-color: #3b5cef;
  color: aliceblue !important;
}

.active-search-li:hover {
  background-color: #3b5cef !important;
  color: aliceblue !important;
}
.searches-found p {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.searches-found-main {
  border-radius: 6px;
  padding: 10px;
  background-color: #f5f6f1;
  margin-left: 0px;
  margin-right: 0px;
}
.searches-a-tags:hover {
  background-color: #f0f0f0;
}
.search-map-iframe {
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 768px) {
  .search-bar-i li {
    display: block;
    margin-top: 30px;
  }
  .searches-a-tags {
    justify-content: start !important;
    display: flex !important;
  }
}
/*search mls end*/
/*list with us start*/
.list-with-us-hero-section-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 100px;
  border-bottom: 1px solid #737373;
}
.list-with-us-hero-section-links a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bg-image-wrapper {
  position: relative;
  background-image: url("../img/who_we_are.png");
  background-size: cover;
  background-position: center;
  height: auto; /* Height will now adjust based on content */
}
.bg-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(243, 232, 232, 0.5);
  z-index: 1;
}
.content-wrapper {
  position: relative;
  z-index: 2;
  color: white;
}
.top-right-image {
  float: right;
  width: 400px;
  margin-left: 20px;
}
.top-right-paragraph-with-img h1 {
  text-align: justify;
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.top-right-paragraph-with-img {
  padding-left: 60px;
}
.top-right-paragraph-with-img {
  color: #000000;
  padding-top: 50px;
  padding-bottom: 10px;
}
.list-with-us-main-section {
  margin-top: 10px;
}
.top-right-image img {
  width: 100%;
  height: 300px;
}
.list-with-us-inside-button {
  display: block;
  padding: 20px;
  width: 200px;
  border: 1px solid black;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 50px 50px;
}
.bg-color-custom {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: #000000;
  margin-right: 60px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .list-with-us-hero-section-links {
    display: block;
    margin: 0px;
  }
  .list-with-us-hero-section-links a {
    display: block;
    text-align: start;
    padding: 10px 0;
    border: none;
  }
  .top-right-paragraph-with-img {
    padding-left: 0px;
  }
  .top-right-image {
    display: none;
  }
  .top-right-paragraph-with-img h1 {
    padding-left: 25px;
  }
}
/*list with us start*/
/*concierge start*/
#concierge-main-button {
  width: auto !important;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}
.concierge-heading h1 {
  text-align: justify;
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.concierge-heading p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: #000000;
}
.concierge-main-img {
  height: 330px;
  width: 100%;
  margin-bottom: 50px;
}
.concierge-main-img img {
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
.concierge-main-button {
  display: block;
  padding: 20px;
  border: 1px solid black;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 50px 50px;
}
fieldset {
  margin-bottom: 1em !important;
  border: 3px solid #000000 !important;
  padding: 1px !important;
}
legend {
  padding: 1px 10px !important;
  float: none;
  width: auto;
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.tick-span i {
  color: #ee3037;
  padding-right: 10px;
}
.legend-row {
  padding-top: 10px;
  padding-bottom: 16px;
}
#concierge-join-network {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/type3.jpg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  legend {
    font-size: 18px;
  }
  .concierge-main-button {
    margin: 0px;
    margin-top: 10px;
    font-size: 10px;
  }
}
/*concierge end*/
/*marketing start*/
.marketing-section-main-right-img {
  height: 390px;
  width: 100%;
  position: relative;
}
.marketing-section-main-right-img img {
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: absolute;
}
.marketing-section-main-right-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.marketing-section-main-button {
  padding: 20px;
  border: 1px solid black;
  width: 200px;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 10px;
}
.marketing-multi-images {
  position: relative;
  width: 100%;
  height: 300px;
}
.marketing-multi-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  filter: brightness(30%);
}
.marketing-multi-images img:hover {
  transition: filter 0.5s ease-in-out;
  filter: brightness(50%);
  cursor: pointer;
}
.marketing-multi-images-inside {
  height: 95px;
  width: 95px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marketing-multi-images-inside img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  filter: brightness(100%);
}
.marketing-multi-images-inside img:hover {
  filter: brightness(100%);
}
.marketing-multi-images-inside p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.75px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: 130px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 768px) {
  .no-gutters > [class*="col-md-2"] {
    padding: 18px;
  }
}
/*marketing start end*/

/*our numbers start*/
.our-numbers-main {
  background: url("../img/building-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.our-numbers-main-bg-overlay {
  background-color: rgba(255, 255, 255, 0.95);
}
.our-numbers-main-container-padding {
  padding: 1px 0px;
}
.our-numbers-main-paragraph h1 {
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.our-numbers-main-paragraph p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.our-numbers-main-paragraph-img {
  height: 370px;
  width: 100%;
}
.our-numbers-main-paragraph-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.our-numbers-main-boxes-content {
  padding: 80px 50px;
  text-align: center;
}
.our-numbers-main-boxes-content h1 {
  font-size: 30px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
.our-numbers-main-boxes-content p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}
#white-box h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
#white-box p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
#colored-box {
  background-color: #e51937;
}
@media (max-width: 768px) {
}

/*online presence*/
.online-presence-main-bg {
  background: url("../img/who_we_are.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

.online-presence-main-bg-overlay {
  background-color: rgba(255, 255, 255, 0.95);
}
.online-presence-main-container-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.online-presence-row-bg {
  background-color: rgb(255, 255, 255);
}
.online-presence-main h1 {
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.online-presence-main p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: #000000;
}
.online-presence-main-rigt-img {
  height: 370px;
  width: 100%;
}
.online-presence-main-rigt-img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.online-presence-row {
  padding-bottom: 100px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}

/*online presence end*/
/*our numbers end*/

/*exposure start*/
.exposure-main-heading h1 {
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.exposure-main-heading p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: #000000;
}
.exposure-main-counts h1 {
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.exposure-main-counts h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-transform: uppercase;
}
.available-exposure-bg {
  background-image: url("../img/type2.jpg.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.available-exposure-bg-overlay {
  background-color: rgba(255, 255, 255, 0.783);
}
.available-exposure-content-overlay {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #d7d7d7;
}
.available-exposure-content-overlay h1 {
  font-size: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.available-exposure-content-overlay p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  color: #000000;
}
.available-exposure-content-right-img {
  width: 100%;
  height: 330px;
}
.available-exposure-content-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.available-exposure-container-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}
/*exposure end*/

/* Responsive styles */
@media screen and (max-width: 768px) {
  .ul_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #new_right_image_none {
    display: none;
  }
  .brooklyn_point {
    margin-bottom: 20px;
  }
  .searches-found-boxes {
    margin: 10px 0px;
  }
  .bg-color-custom {
    margin-left: 0px;
    margin-right: 0px;
  }
  .our-numbers-row-padding {
    padding: 14px;
  }
  .buy-with-us-section-content-bg {
    padding: 10px 0px;
}
}
@media screen and (max-width: 480px) {
  .custom_svg {
    padding-top: 0px;
  }
  .hero_section_image video {
    /* height: 400px; */
  }
}
@media (max-width: 768px) {
  .arrow svg {
    display: none;
  }
  .hero_section_image_content h1 {
    font-size: 20px;
    line-height: 46px;
  }
  .three_dots {
    padding-right: 10px;
  }
  .hero_section_links_div {
    margin-top: 0px;
  }
  .hero_section_links li a {
    font-size: 8px !important;
  }
  .img-thumbnail {
    height: 250px !important;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .hero_section_image_content h1 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3em;
  }
  .hero_section_links_div {
    background-color: rgba(255, 255, 255, 0.13);
    margin-top: 0px;
    border-radius: 50px;
    padding: 0px;
  }
  .hero_section_links li a {
    font-family: Outfit;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
  }
  .hero_section_links_div {
    padding: 8px;
  }
  .news h1 {
    font-size: 22px !important;
    font-weight: 500 !important;
  }
  .map_search img {
    width: 300px !important;
  }
}
@media (max-width: 991px) {
  .login-btn {
    width: 140px;
    margin-top: 10px;
  }
  .signup-btn {
    width: 140px;
    margin-top: 10px;
  }
  .book-now p {
    padding: 0px 0px;
  }
  #service_cards_padding {
    margin-bottom: 40px;
  }
  .second_img {
    left: 0px;
  }
  .discover_new_section_choose {
    padding-left: 0px;
  }
  #ceo_padding {
    padding-left: 10px;
  }
  .image_content {
    padding: 0px 10px;
    left: 0px;
  }
  #discover_new_section_choose_mobile {
    margin-bottom: 0px !important;
  }
  #discover_dreams_mobile {
    margin-top: 0px !important;
  }
  .slider div img {
    height: 200px !important;
  }
  .hero_section_links_div {
    background-color: transparent;
  }
  .news h1 {
    font-size: 32px;
    font-weight: 600;
  }
  #mobile_d_none {
    display: none;
  }
  .img-thumbnail {
    width: 100% !important;
    object-fit: cover !important;
  }
  #nav_padding {
    padding-left: 0px;
  }
  #mobile_alignment {
    text-align: start;
  }
  .news_letter {
    text-align: start !important;
  }
  #new_letter_box {
    justify-content: start !important;
    padding-left: 12px;
  }
  .ul_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #brooklyn_point {
    margin-top: 0px;
  }
  .hero_section_links_div {
    background-color: transparent !important;
  }
  .signup-btn i {
    color: #000000;
    padding: 10px;
    border-radius: 20px;
    background-color: #b8b8b8;
    margin-left: 24px;
  }
  .signup-btn {
    width: 120px;
    margin-top: 10px;
  }
  .login-btn i {
    color: #000000;
    padding: 10px;
    border-radius: 20px;
    background-color: #b8b8b8;
    margin-left: 32px;
  }
  .login-btn {
    width: 120px;
    margin-top: 10px;
  }
}
#slider {
  position: relative;
  width: 85%;
  height: 30vw;
  margin: 0px auto;
  font-family: "Helvetica Neue", sans-serif;
  perspective: 1400px;
  transform-style: preserve-3d;
}
input[type="radio"]:nth-child(5) {
  margin-right: 0px;
}
input[type="radio"] {
  display: none;
}
#slider label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
}
#slide1 {
  background-image: url("../img/slide-3.png");
  background-size: cover;
}
#slide2 {
  background-image: url("../img/slide-2.png");
  background-size: cover;
}
#slide3 {
  background-image: url("../img/slide-1.png");
  background-size: cover;
}
#slide4 {
  background-image: url("../img/slide-4.png");
  background-size: cover;
}
#slide5 {
  background-image: url("../img/slide-5.png");
  background-size: cover;
}
/* Slider Functionality */
/* Active Slide */
#s1:checked ~ #slide1,
#s2:checked ~ #slide2,
#s3:checked ~ #slide3,
#s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
  transform: translate3d(0%, 0, 0px);
}
/* Next Slide */
#s1:checked ~ #slide2,
#s2:checked ~ #slide3,
#s3:checked ~ #slide4,
#s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
  transform: translate3d(15%, 0, -100px);
}
/* Next to Next Slide */
#s1:checked ~ #slide3,
#s2:checked ~ #slide4,
#s3:checked ~ #slide5,
#s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
  transform: translate3d(30%, 0, -250px);
}
/* Previous to Previous Slide */
#s1:checked ~ #slide4,
#s2:checked ~ #slide5,
#s3:checked ~ #slide1,
#s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
  transform: translate3d(-30%, 0, -250px);
}
/* Previous Slide */
#s1:checked ~ #slide5,
#s2:checked ~ #slide1,
#s3:checked ~ #slide2,
#s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
  transform: translate3d(-15%, 0, -100px);
}
.customer_name {
  display: block !important;
  font-family: Outfit;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: rgba(24, 26, 32, 1);
}
.customer_profession {
  display: block !important;
  font-family: Outfit;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(113, 113, 113, 1);
}
.card_customer_detail {
  background: #ffffff !important;
  padding-left: 20px;
  padding-top: 4px !important;
}
.image-content svg {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1000;
}
/* splide js*/
.splide__arrows.splide__arrows--ltr {
  display: none;
}
.splide__pagination.splide__pagination--ltr {
  display: none;
}
/*-----LOGIN-----*/
.login {
  height: 100vh;
  width: 100%;
  background-color: #3b5cef;
  position: relative;
}
.login_box {
  width: 1050px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 4px 22px -8px #0004;
  display: flex;
  overflow: hidden;
}
.login_box .left {
  width: 41%;
  height: 100%;
  padding: 25px 25px;
}
.login_box .right {
  width: 59%;
  height: 100%;
}
.left .top_link a {
  color: #452a5a;
  font-weight: 400;
}
.left .top_link {
  height: 20px;
}
.left .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 100%;
  width: 73%;
  margin: auto;
}
.left h3 {
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 40px; */
}
.left input {
  border: none;
  width: 80%;
  margin: 15px 0px;
  border-bottom: 1px solid #4f30677d;
  padding: 7px 9px;
  width: 100%;
  overflow: hidden;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
}
.left {
  background: linear-gradient(-45deg, #dcd7e0, #fff);
}
.submit {
  border: none;
  padding: 15px 70px;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-top: 120px;
  background: #583672;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  -moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
}

.right {
  color: #fff;
  position: relative;
}

.right .right-text {
  height: 100%;
  position: relative;
  transform: translate(0%, 45%);
}
.right-text h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}
.right-text h5 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.right .right-inductor {
  position: absolute;
  width: 70px;
  height: 7px;
  background: #fff0;
  left: 50%;
  bottom: 70px;
  transform: translate(-50%, 0%);
}
.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}
/*-----LOGIN-----*/