.hKHSHM {
    color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    font-family: "Ivar Headline", "Ivar Headline Subset", "Adjusted Times", "Adjusted Times New Roman", "Times New Roman", serif;
    margin: 0px;
}




.butorox {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  border-radius: 50px;
}

.butorox span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.butorox span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.butorox:hover span {
  padding-right: 25px;
}

.butorox:hover span:after {
  opacity: 1;
  right: 0;
}






/* Fixed Image Styles */

#oe-contact-form .placeholder {
    color: #f2f0f1!important;
    }
    #oe-contact-form .placeholder {
        color: black !important;
    }

.placeholder{

    background-color: white!important;

}


#oe-contact-form .field {
    width: 96%;
    margin-bottom: 2px;
    font: 14px arial!important;
}

.slisizer1 {
  position: relative;
   width: 100%;
   height: 400px;
   overflow: hidden;
}

.slisizer1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);s
  min-width: 100%;
  min-height: 100%;
}


.fixed-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  text-align: center!important;
}

.fixed-image {
  max-width: 300px;
  height: auto;
  margin-top: -90px; /* Adjust the negative margin value as needed */
}

/* Testimonial Styles */
.carousel-item .testimonial-quote {
  margin-top: 50px; /* Adjust the margin value to create more space between the image and text */
}

/* Image Card Styles */
.image-card {
  position: relative; /* Required for overlay positioning */
  height: 200px;
  margin-bottom: 60px; /* Add margin-bottom to create space between rows */
}

.image-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); /* Adjust the opacity as needed */
}

/* Slider Styles */
#slider {
  position: relative;
  z-index: 1; /* Add z-index to ensure the search bar appears in front */
}

.search-bar-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2; /* Add z-index to ensure the search bar appears in front */
}

.search-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
}

.search-bar input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.search-button,
.filter-button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #4CAF50;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.filter-buttons button {
  margin: 0 5px;
}

.slider-image {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navbar Styles */
#navbar {
  height: 120px;
  transition: height 0.3s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #08080b!important;
}

#navbar.small {
  height: 80px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#navbar.mobile-open {
  height: auto;
  box-shadow: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.logo-img {
  height: auto;
  max-height: 100px;
  max-width: 100%;
  transition: max-height 0.3s ease-in-out;
}

#navbar.small .logo-img {
  max-height: 60px;
}

/* Overlay Styles */
.image-container {
  position: relative;
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2; /* Adjust the z-index to ensure overlay appears above arrows */
}

.overlay:hover {
  opacity: 1;
}

/* Button Styles */
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/* Testimonial Styles */
.client-review-stars i {
  color: gold;
}

.testimonial-quote {
  position: relative;
}

.testimonial-quote::before {
  position: absolute;
  font-size: 4rem;
  top: -0.5rem;
  left: -1rem;
  color: gold;
}

.testimonial-author {
  margin-top: 1rem;
}

/* Text and Column Container Styles */
.text-justify {
  text-align: justify;
}

.text-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.column-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Row Container Styles */
.row-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2em;
}

.text-container,
.image-container {
  flex: 1 1 100%;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .text-container,
  .image-container {
    flex: 1 1 50%;
  }
}

/* Hide Sections on Different Screen Sizes */
@media (min-width: 768px) {
  #mobile-section {
    display: none;
  }
}

@media (max-width: 768px) {
  #desktop-section {
    display: none;
  }
}

/* Highlighted Carousel Styles */

/* Highlighted Carousel Styles */

#highlighted-homes {
  margin-top: 2.5em;
  text-align: center;
}

#highlightedCarousel .carousel-inner .row {
  margin-right: 0;
  margin-left: 0;
}

#highlightedCarousel .carousel-inner .col {
  padding-right: 0;
  padding-left: 0;
}

#highlightedCarousel .carousel-inner .col .image-container {
  position: relative;
  overflow: hidden;
}

#highlightedCarousel .carousel-inner .col .image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

#highlightedCarousel .carousel-inner .col .image-container:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  transition: height 0.3s ease;
}

.image-container:hover .overlay {
  height: 20%;
  transition: height 0.3s ease;
}

.overlay-content {
  padding: 20px;
}

.overlay h3,
.overlay p {
  margin: 0;
}

.overlay h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.overlay p {
  font-size: 0.9rem;
}

.overlay-slide-up {
  animation: slide-up 0.3s ease-in-out forwards;
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .image-container:hover .overlay {
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .image-container:hover .overlay {
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .image-container:hover .overlay {
    bottom: 0;
    transition: bottom 0.3s ease-in-out;
  }
}

@media (max-width: 767px) {
  .image-container .overlay {
    bottom: 0;
  }

  .image-container .overlay-content {
    padding-bottom: 1rem;
  }
}


/* Footer Styles */
.footer {
  background-color: #08080b!important;
  color: #fff;
  padding: 40px 0;
}

.footer a {
  color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer ul li {
  margin: 0 10px;
}

.footer ul li a {
  text-decoration: none;
}

.footer p {
  text-align: center;
}
