/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js!./wwwroot/scss/homepage/homepage.scss ***!
  \****************************************************************************************************************************************************************************************************/
/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
.banner-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .banner-content {
    justify-content: flex-end;
    top: 0;
    padding: 0 24px;
    gap: 16px;
    padding-bottom: 130px;
  }
}
.banner-content .page-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.banner-content .quick-search {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  padding: 16px 24px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .banner-content .quick-search {
    flex-wrap: wrap;
    padding: 16px;
  }
}
.banner-content .quick-search .title {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  flex: none;
}
.banner-content .quick-search .list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .banner-content .quick-search .list {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 4px;
  }
}

/*search*/
.search-component {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .search-component {
    flex-direction: row;
    background-color: transparent;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.search-component .search-panel {
  width: 185px;
  border: 1px solid rgba(79, 84, 83, 0.24);
  font-size: 14px;
  height: 48px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .search-component .search-panel {
    border-radius: 8px !important;
    width: 100%;
  }
}
.search-component .form-control {
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .search-component .form-control {
    width: 100%;
    min-height: 48px;
    border-radius: 8px 0px 0px 8px !important;
  }
}
.search-component .form-control:focus {
  box-shadow: none;
}
.search-component .btn {
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .search-component .input-group-btn {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto;
  }
}
.search-component .btn-primary {
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-component .btn-primary:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .search-component .btn-primary {
    min-height: 48px;
    border-radius: 0px 8px 8px 0px !important;
    width: auto;
    text-indent: -5555555555px;
    gap: 0;
    padding: 0 17px;
  }
}
.search-component .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  font-weight: 400;
  color: #000 !important;
}
.search-component .dropdown-toggle span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-component .dropdown-toggle:focus {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .search-component .dropdown-menu {
    width: 100%;
  }
}
.search-component .dropdown-menu a {
  display: block;
  padding: 5px 8px;
  font-size: 14px;
  text-decoration: none;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
.stat-component {
  border-radius: 8px;
  border: 1px solid rgba(229, 229, 229, 0.5);
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .stat-component {
    flex-direction: column;
    text-align: center;
    padding: 24px 10px;
    gap: 16px;
  }
}
.stat-component img {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .stat-component img {
    width: 60px !important;
  }
}
.stat-component .count {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.stat-component .title {
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .stat-component .content-body {
    text-align: center !important;
  }
}
.stat-component:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}

.stats-row {
  margin-bottom: -50px;
  margin-right: -18px;
  margin-left: -18px;
}
@media screen and (max-width: 767px) {
  .stats-row {
    margin-bottom: 0px;
  }
}
.stats-row > [class*=col-] {
  padding-right: 18px;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .stats-row > [class*=col-] {
    margin-bottom: 16px;
  }
}

/*stats mobile*/
@media screen and (max-width: 767px) {
  .stats-mobile {
    padding: 0px 0;
    margin-top: -130px;
  }
}
@media screen and (max-width: 767px) {
  .stats-mobile .owl-stage-outer {
    padding: 40px 0;
  }
}
.stats-mobile .owl-item {
  transform: scale(0.8);
  transition: 0.6s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.stats-mobile .owl-item.active.center {
  transform: scale(1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.banner-component {
  height: calc(100vh - 130px);
  min-height: calc(100vh - 130px) !important;
}
@media screen and (max-width: 767px) {
  .banner-component {
    padding-top: 0;
    padding-bottom: 0;
    height: calc(100vh - 230px);
    min-height: calc(100vh - 230px) !important;
  }
}
.banner-component .banner-img {
  height: calc(100vh - 130px);
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .banner-component .banner-img {
    height: calc(100vh - 230px);
  }
}

/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
#myTab {
  position: relative;
  border: none !important;
}

#myTabContent .fade {
  transition: all 0.4s ease-in-out !important;
}

#myTab .slider {
  display: inline-block;
  width: 30px;
  height: 1px;
  border-radius: 3px;
  background-color: #FF582D;
  position: absolute;
  z-index: 1;
  bottom: 0;
  transition: all 0.4s linear;
}

.tabs-component {
  padding-top: 80px;
}
.tabs-component .container {
  /*height: 368px;*/
  /*overflow: hidden;*/
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .tabs-component {
    padding-top: 32px;
  }
}
.tabs-component.bg-gray {
  background: #ffffff !important;
}
.tabs-component .nav-tabs {
  border-bottom: 0;
  /*margin-bottom: 16px;*/
  gap: 0;
}
@media screen and (max-width: 767px) {
  .tabs-component .nav-tabs {
    display: flex;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .tabs-component .nav-tabs .nav-item {
    display: flex;
  }
}
.tabs-component .nav-tabs .nav-link {
  color: #6C757D;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
  border: 0;
  border-bottom: 2px solid #CED4DA;
  padding: 8px 24px 12px;
}
.tabs-component .nav-tabs .nav-link.active {
  border-color: #FF582D;
  color: #FF582D;
  background-color: transparent;
}
.tabs-component .nav-tabs .nav-link.active h3 {
  font-weight: 600;
}
.tabs-component .nav-tabs .nav-link.active svg g {
  stroke: #FF582D;
}
.tabs-component .nav-tabs .nav-link.active svg path {
  stroke: #FF582D;
}
.tabs-component .nav-tabs .nav-link.active svg line {
  stroke: #FF582D;
}
.tabs-component .nav-tabs .nav-link.active:hover svg path {
  stroke: #FF582D;
}
.tabs-component .nav-tabs .nav-link.active:hover h3 {
  color: #FF582D;
}
.tabs-component .nav-tabs .nav-link:hover svg path {
  stroke: rgba(255, 88, 45, 0.6705882353);
}
.tabs-component .nav-tabs .nav-link:hover h3 {
  color: #FF582D;
}
.tabs-component .nav-tabs .nav-link img {
  width: 32px;
  height: 32px;
}
.tabs-component .nav-tabs .nav-link h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .tabs-component .nav-tabs .nav-link h3 {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1600px) {
  .tabs-component .tab-pane .row > * {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/*tabs full width*/
.tabs-full-width {
  position: relative;
  z-index: 999;
  background-color: #fff;
  border-top: 1px solid #CED4DA;
  border-bottom: 1px solid #CED4DA;
  margin-top: 24px;
  /*    &:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #CED4DA;
  }*/
}
.tabs-full-width .navbar {
  margin-bottom: -1px;
  z-index: 1;
}
.tabs-full-width.tabs-component .nav-tabs {
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
}
.tabs-full-width.tabs-component .nav-tabs .nav-link {
  padding: 17px 24px;
  border-color: transparent;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tabs-full-width.tabs-component .nav-tabs .nav-link {
    font-size: 14px;
    padding: 15px 24px;
  }
}
.tabs-full-width.tabs-component .nav-tabs .nav-link.active {
  border-color: #FF582D;
}

/*nav pills*/
.nav-pills-filled .nav-item .nav-link {
  border: 1px solid var(--bs-nav-link-color);
  text-align: left;
  border-radius: 0;
  padding: 14px 48px;
  line-height: normal;
  font-size: 14px;
}
.nav-pills-filled .nav-item:first-child .nav-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-pills-filled .nav-item:last-child .nav-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
.product-card {
  margin: 0 0px 16px 0px;
  transition-duration: 0.3s;
  border-radius: 8px;
  background: #FFF;
  /*box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);*/
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.12);
  border: none;
  overflow: hidden;
}
.product-card .card-image img {
  transition: 0.2s;
}
@media screen and (min-width: 1600px) {
  .product-card {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .product-card {
    margin-bottom: 16px;
  }
}
.product-card .card-image {
  position: relative;
  overflow: hidden;
}
.product-card .card-image .card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 220px;
  object-fit: cover;
  /* @media screen and (min-width: 1600px) {
      height: 180px;
      object-fit: cover;
  }

  @media screen and (min-width: 1680px) {
      height: 200px;
      object-fit: cover;
  }

  @media screen and (min-width: 1920px) {
      height: 220px;
      object-fit: cover;
  }

  @media screen and (min-width: 1200px) and (max-width: 1440px) {
      height: 170px;
      object-fit: cover;
  }*/
}
.product-card .card-image .ribbon {
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
  position: absolute;
  background: #B236B3;
  clip-path: inset(0 -100%);
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  padding: 2px 10px;
  top: -16px;
  left: -16px;
  width: 100px;
  text-align: center;
  z-index: 1;
}
.product-card .card-body {
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .product-card .card-body {
    padding: 12px;
  }
}
.product-card .product-content {
  justify-content: space-between;
  line-height: normal;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 8px;
}
.product-card .product-content .product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.product-card .product-content .product-by {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.product-card .product-content .product-location {
  font-size: 12px;
  color: #6C757D;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
.product-card .product-content .product-location svg {
  margin-right: 8px;
}
.product-card .product-content .product-price {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.product-card .btn-wrap {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 99;
  display: flex;
  gap: 12px;
}
.product-card .btn-wrap button {
  border: none;
  background: none;
  padding: 0;
  transition: 0.3s;
}
.product-card .btn-wrap button:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.product-card .details-row {
  gap: 16px;
  margin-top: 10px;
}
.product-card .label {
  color: #ADB5BD;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.product-card .text {
  color: #090C08;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.product-card .overlay {
  background: linear-gradient(180deg, rgba(9, 12, 8, 0.36) 0%, rgba(9, 12, 8, 0.72) 100%);
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
.product-card .form-check .form-check-label {
  color: #FF582D;
  font-size: 12px;
  line-height: 16px;
}
.product-card .overlay-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.product-card .overlay-btn .overlay-wrap {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.product-card .overlay-btn .overlay-wrap .btn {
  border-radius: 30px;
  padding: 8px 16px;
}
.product-card .overlay-btn .overlay-wrap .btn-light:hover {
  background-color: #FF582D;
  border-color: #FF582D;
  color: #fff;
}
.product-card:hover {
  /*box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);*/
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
  transform: scale(1.01);
  transition: 0.1s;
}
.product-card:hover .overlay-btn {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-card:hover .overlay-btn .overlay-wrap {
  top: 50%;
  opacity: 1;
}
.product-card:hover .card-image img {
  transform: scale(1.01);
  transition: 0.5s;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.75);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(0.75);
  }
}
.favorite-btn {
  border: none;
  background: none;
  padding: 0;
}
.favorite-btn:hover svg {
  animation: heartbeat 1.5s infinite;
}
.favorite-btn.active svg path {
  fill: #FF0000;
  stroke: #FF0000;
}

/***mobile view carousel***/
.property-carousel .owl-stage-outer .owl-stage {
  /*margin-left: -8px;*/
}

.property-carousel-scrollable {
  padding-left: 24px;
  overflow-x: auto;
  display: flex;
  gap: 16px;
  padding-right: 24px;
}
.property-carousel-scrollable .property-list-item {
  width: 100vw;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.property-carousel-scrollable .property-list-item .product-card {
  margin-bottom: 16px;
  width: calc(100vw - 66px);
}

/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
.form-check {
  font-size: 14px;
  line-height: normal;
  min-height: auto;
  display: flex;
  align-items: center;
  flex: 1;
}
.form-check .form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-top: 0;
  margin-right: 8px;
  border-color: #FF582D;
}
.form-check .custom-control-label:before, .form-check .custom-control-label:after {
  top: 0;
}

.form-component .form-group {
  margin-bottom: 20px;
}
.form-component .form-control, .form-component .form-select {
  border-radius: 4px;
  border: 1px solid rgba(79, 84, 83, 0.24);
  background-color: #FFF;
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 15px 20px;
  color: #090C08;
}
.form-component .form-control:disabled, .form-component .form-select:disabled {
  background-color: rgba(79, 84, 83, 0.1);
}

.form-switch .form-check-input {
  width: 32px !important;
  height: 16px !important;
  border-radius: 30px !important;
  margin-left: auto;
  margin-top: 0;
}

/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
.video-card {
  width: 100%;
  border: none;
}
.video-card .card-body {
  padding: 0;
  border: none;
  /*        padding: 26px;
  padding-bottom: 18px;*/
}
.video-card .card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 8px;
}
.video-card .card-text {
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.video-card iframe {
  width: 100%;
  height: 384px;
}
@media screen and (min-width: 1366px) {
  .video-card iframe {
    height: calc(100vh - 312px);
  }
}
@media screen and (max-width: 767px) {
  .video-card iframe {
    height: 180px;
  }
}

.video-card-carousel {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 36px;
  padding: 26px;
  padding-bottom: 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(79, 84, 83, 0.1);
}
@media screen and (max-width: 767px) {
  .video-card-carousel {
    padding: 12px;
  }
}
.video-card-carousel.owl-carousel .owl-nav button.owl-next, .video-card-carousel.owl-carousel .owl-nav button.owl-prev {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 36px;
  line-height: normal;
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.video-card-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 26px;
}
@media screen and (max-width: 767px) {
  .video-card-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 12px;
  }
}
.video-card-carousel.owl-carousel .owl-nav button.owl-next {
  right: 26px;
}
@media screen and (max-width: 767px) {
  .video-card-carousel.owl-carousel .owl-nav button.owl-next {
    right: 12px;
  }
}

/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
.testimonial-item {
  border-radius: 8px;
  background: #FFF;
  padding: 20px 35px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 25px -20px;
  margin-bottom: 30px;
}
.testimonial-item p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 5px;
}
.testimonial-item .info-wrap {
  gap: 10px;
}
.testimonial-item .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.testimonial-item .job {
  color: #6C757D;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.testimonial-item .stars {
  display: flex;
  gap: 4px;
}
.testimonial-item .image {
  height: 48px;
  width: 48px;
  background: #fff;
  border-radius: 50%;
  margin-top: 5px;
}
.testimonial-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-item .quote-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonail-component .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.testimonail-component .owl-carousel .owl-nav button.owl-next, .testimonail-component .owl-carousel .owl-nav button.owl-prev {
  border-radius: 4px;
  border: 1px solid rgba(79, 84, 83, 0.1);
  background: #FFF;
  width: 40px;
  height: 40px;
  color: #343A40;
}
.testimonail-component .owl-carousel .owl-nav button.owl-next .caret-next:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.testimonail-component .owl-carousel .owl-nav button.owl-prev .caret-prev:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

@media screen and (max-width: 767px) {
  .testimonial-section .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-section .owl-carousel .owl-stage-outer {
    padding-left: 24px;
  }
}

.infographic-wrap {
  position: relative;
}
.infographic-wrap .line-img {
  padding: 0 3.4rem;
}
@media (min-width: 1920px) {
  .infographic-wrap .line-img {
    padding: 0 4.3rem;
  }
}
@media screen and (max-width: 992px) {
  .infographic-wrap .line-img {
    display: none;
  }
}

.infographic-row {
  display: flex;
  /*gap: 25px;*/
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
@media (min-width: 1920px) {
  .infographic-row {
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .infographic-row {
    position: relative;
    top: 0;
    flex-direction: column;
  }
}
.infographic-row .infographic-item {
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  .infographic-row .infographic-item {
    margin-top: 0 !important;
  }
}
.infographic-row .infographic-item img {
  border-radius: 32px;
  transition: 0.5s;
}
@media (min-width: 1920px) {
  .infographic-row .infographic-item img {
    width: 180px !important;
    border-radius: 48px;
  }
}
@media screen and (max-width: 992px) {
  .infographic-row .infographic-item img {
    max-width: 180px;
  }
}
.infographic-row .infographic-item img:hover {
  /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 25px -20px;
  transition: .5s;*/
  animation: pulse 1.5s;
}
@keyframes pulse {
  0% {
    transform: scale(0.4);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.infographic-row .infographic-item:nth-child(1) {
  margin-top: 56px;
}
@media (min-width: 1920px) {
  .infographic-row .infographic-item:nth-child(1) {
    margin-top: 84px;
  }
}
.infographic-row .infographic-item:nth-child(2) {
  margin-top: 96px;
}
@media (min-width: 1920px) {
  .infographic-row .infographic-item:nth-child(2) {
    margin-top: auto;
    margin-bottom: 60px;
  }
}
.infographic-row .infographic-item:nth-child(4) {
  margin-top: 96px;
}
@media (min-width: 1920px) {
  .infographic-row .infographic-item:nth-child(4) {
    margin-top: auto;
    margin-bottom: 60px;
  }
}
.infographic-row .infographic-item:nth-child(5) {
  margin-top: 56px;
}
@media (min-width: 1920px) {
  .infographic-row .infographic-item:nth-child(5) {
    margin-top: 84px;
  }
}
.infographic-row .infographic-item:nth-child(6) {
  margin-top: 96px;
}
@media (min-width: 1920px) {
  .infographic-row .infographic-item:nth-child(6) {
    margin-top: auto;
    margin-bottom: 60px;
  }
}
.infographic-row .infographic-item .infographic-card {
  transition: 0.5s;
  width: 180px;
  /*@keyframes pulse {
      0% {
          transform: scale(0.4);
      }

      70% {
          transform: scale(1);
          box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
      }

      100% {
          transform: scale(1);
          box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
      }
  }*/
}
.infographic-row .infographic-item .infographic-card:hover {
  /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 25px -20px;*/
  transition: 0.5s;
  /*animation: pulse 1.5s;*/
  transform: scale(1.2);
}

@media (min-width: 1400px) {
  .infographic-section .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .infographic-section .container {
    max-width: 1600px;
  }
}

/*infographic mobile flip*/
@media (max-width: 992px) {
  .infographic {
    display: none;
  }
}

@media (max-width: 992px) {
  .infographic-mobile {
    display: block;
  }
}

.card-rows {
  max-width: 312px;
  margin: 0 auto;
  padding: 0;
}

.card-row {
  display: flex;
  align-items: flex-end;
}
.card-row:nth-child(even) {
  justify-content: flex-end;
}
.card-row:nth-child(even) .arrow {
  transform: rotateY(180deg);
}

.flip-card {
  background-color: transparent;
  width: 146px;
  height: 132px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.flip-card-front {
  border-radius: 32px;
  background-color: rgba(255, 88, 45, 0.06);
  color: #000;
  gap: 8px;
}

.flip-card-back {
  border-radius: 32px;
  background-color: #FF582D;
  color: #fff;
  transform: rotateY(180deg);
}
.flip-card-back p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
}

.arrow {
  position: relative;
}

/**************infographic card desktop**************/
.infographic-card {
  display: flex;
  gap: 7px;
  flex-direction: column;
  align-items: center;
  border-radius: 34px;
  background: rgba(255, 88, 45, 0.06);
  padding: 26px 14px;
}
.infographic-card .title {
  color: #FF582D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.infographic-card p {
  color: #090C08;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}

/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
/*quick view modal*/
@media (min-width: 576px) {
  .quickview-modal .modal-dialog {
    max-width: 830px;
  }
}
.quickview-modal .btn-close {
  right: 20px;
  top: 20px;
}
.quickview-modal .product-card .card-image img {
  height: auto;
}
.quickview-modal .product-card:hover {
  box-shadow: none;
  transform: none;
}
.quickview-modal .product-card:hover .card-image img {
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .quickview-modal .prop-carousel .card-img-top {
    height: 240px;
    object-fit: cover;
  }
}
.quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-next, .quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-prev {
  border-radius: 4px;
  border: 1px solid rgba(79, 84, 83, 0.1);
  background: #FFF;
  width: 40px;
  height: 40px;
  color: #343A40;
  font-size: 24px;
  line-height: normal;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 26px;
}
@media screen and (max-width: 767px) {
  .quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 16px;
  }
}
.quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-next {
  right: 26px;
}
@media screen and (max-width: 767px) {
  .quickview-modal .prop-carousel.owl-carousel .owl-nav button.owl-next {
    right: 16px;
  }
}
.quickview-modal .prop-carousel.owl-carousel .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0;
  right: 0;
}
.quickview-modal .prop-carousel.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  background: #FFFFFF;
  border: 2px solid #ADB5BD;
}
.quickview-modal .prop-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #FF582D;
  border-color: #FF582D;
}
.quickview-modal .btns-group {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .quickview-modal .btns-group {
    bottom: 10px;
    right: 0;
    left: 0;
    justify-content: center;
  }
}
.quickview-modal .btns-group .btn-light {
  border-radius: 4px;
  border: 1px solid rgba(255, 88, 45, 0.08);
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  padding: 7px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.quickview-modal .btns-group .btn-light:hover {
  background-color: #fff;
}
.quickview-modal .btns-group .btn-light.active svg path {
  fill: #FF582D;
  stroke: #FF582D;
  fill-opacity: 1;
}
.quickview-modal .product-card .card-body {
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .quickview-modal .product-card .card-body {
    padding: 20px 16px;
  }
}
.quickview-modal .product-content {
  border-bottom: 0;
  justify-content: flex-start;
  gap: 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .quickview-modal .product-content {
    flex-wrap: wrap;
    gap: 16px;
  }
  .quickview-modal .product-content .content-row {
    flex: 100% !important;
  }
}
.quickview-modal .product-content .product-location {
  margin-bottom: 0px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .quickview-modal .product-content .item {
    flex: 50%;
    flex: calc(50% - 16px);
  }
}
.quickview-modal .badge-wrap {
  margin-top: 5px;
}

/*$theme-colors: ( "primary": #000000, "success": #00be84, );

$body-bg: #00be84;*/
.badge {
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  padding: 4px 10px;
}
.badge.bg-success {
  border-radius: 4px;
  border: 1px solid rgba(23, 221, 79, 0.32);
  background-color: rgba(23, 221, 79, 0.08) !important;
  color: #090C08;
  font-weight: 400;
}
.badge.bg-success svg {
  margin-right: 5px;
}

.badge-wrap {
  font-size: 12px;
}

html {
  position: relative;
  min-height: 100%;
}

@media screen and (max-width: 767px) {
  section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  section.pt-4 {
    padding-top: 32px !important;
    padding-bottom: 32px;
  }
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title.underline:after {
  content: "";
  height: 4px;
  width: 62px;
  background-color: #FF582D;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}
.section-title.underline:hover:after {
  width: 100px;
  transition: 0.3s;
}

/*owl carousel*/
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  border-radius: 4px;
  border: 1px solid rgba(79, 84, 83, 0.1);
  background: #FFF;
  width: 40px;
  height: 40px;
  color: #343A40;
}
.owl-carousel .owl-nav button.owl-next .caret-next:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.owl-carousel .owl-nav button.owl-prev .caret-prev:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  background: #FFFFFF;
  border: 2px solid #ADB5BD;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #FF582D;
  border-color: #FF582D;
}

/*handpick property*/
.handpick-property {
  /*    .row > *
          {
          padding-right: 16px;
      padding-left: 16px;

      @media screen and (max-width: 767px) {
          margin-bottom: 16px;
      }
  }*/
}

.proprty-card-slider row {
  margin: 0 -30px;
}
.proprty-card-slider row .owl-stage-outer {
  padding: 0 30px;
}

/**home page css**/
@media screen and (max-width: 767px) {
  .index-wrapper .owl-carousel.property-slider-component {
    padding: 0 24px;
  }
}
.index-wrapper .owl-carousel.property-slider-component .owl-stage-outer {
  /*overflow: unset;*/
}
.index-wrapper .owl-carousel.property-slider-component .owl-nav button {
  position: absolute;
  transform: translate(0px, -35%);
  top: 35%;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  font-size: 24px;
}
.index-wrapper .owl-carousel.property-slider-component .owl-nav button.owl-prev {
  left: -27px;
}
@media screen and (max-width: 767px) {
  .index-wrapper .owl-carousel.property-slider-component .owl-nav button.owl-prev {
    left: 0px;
  }
}
.index-wrapper .owl-carousel.property-slider-component .owl-nav button.owl-next {
  right: -27px;
}
@media screen and (max-width: 767px) {
  .index-wrapper .owl-carousel.property-slider-component .owl-nav button.owl-next {
    right: 0px;
  }
}
.index-wrapper .owl-carousel.property-slider-component .owl-nav button.disabled {
  opacity: 0;
}
