/* Copy Animation */
.base-color {
  color: hsl(var(--main)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #FF7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  padding: 30px;
  color: #1E2337;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 999999;
  display: flex;
  transition: all .5s;
  background: hsl(var(--section-bg));
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #ddd;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: hsl(var(--black));
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
  width: calc(100% - 245px);
}

.cookies-card__btn {
  width: 190px;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 991px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 14px;
    padding: 15px;
    text-align: center;
  }

  .cookies-card__content {
    width: 100%;
    margin-top: 20px;
  }

  .cookies-card__btn {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }

}




.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 130%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}


.location-item__list.rent {
    background-color: red !important;
}

.location-item__list.buy {
    background-color: green !important;
}



.input-popup p::before {
  position: absolute;
  content: '';
  font-family: 'Line Awesome Free';
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}



.show-filter {
  display: none;
}

@media(max-width:767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

#confirmationModal .modal-footer .btn {
  padding: 10px 15px;
  font-size: 15px !important;
}

#confirmationModal .modal-footer .btn.btn--primary {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--black)) !important;
}

#confirmationModal .modal-footer .btn.btn--primary:hover,
#confirmationModal .modal-footer .btn.btn--primary:focus #confirmationModal .modal-footer .btn.btn--primary:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
  color: hsl(var(--black)) !important;
}

.btn--sm {
  padding: 8px 8px !important;
  font-size: 14px !important;
}











.btn--base {
   color: hsl(var(--white)) !important;
}



.property-header .btn.active {
 
    color: hsl(var(--white)) !important;
}


.filter-icon {
   
    color: hsl(var(--white));
    
}

.cookies-card__icon {
   color: hsl(var(--white));
}
  
  
.nav-menu .nav-item .nav-link.active {
    color: hsl(var(--white)) !important;
}

 .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0px;0
        width: 0;
        height: 2px;
        /* background-color: hsl(var(--base)); */
        transition: 0.3s;
    }

 .nav-menu .nav-item .nav-link {
        font-weight: 600;
        font-size: 1rem;
        font-family: var(--heading-font);
        color: hsl(var(--white)) !important;
        padding: 0px 0; 
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }

.listing-details__thumb {
    height: 450px;
    max-height: 100%;
   border-radius: 0px; 
    overflow: hidden;
}



.rowcat {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-content: space-around;
    justify-content: center;
}

.container1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-items: center;
        justify-content: flex-end;
        padding: 20px;
    }
}




.logo {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: hsl(var(--black)/0.8);
    font-weight: 600;
    white-space: nowrap;
    margin-top: 0px;
}




.property-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: hsl(var(--section-bg));
    padding: 15px 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.property-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    padding: 15px 20px; */
    border-radius: 0px;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


.rounded {
    border-radius: 0rem!important;
}


.listing-details-sidebar {
    background-color: hsl(var(--section-bg));
    padding: 30px 25px;
    border-radius: 0px;
    margin-bottom: 30px;
    border: 1px solid hsl(var(--black)/0.02);
}

.g-4, .gy-4 {
    --bs-gutter-y: 0rem !important;
  --bs-gutter-x: 0rem !important;
}

.test {
  
  padding-left:10px;
  padding-right:10px;
  
}


.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #990000;
      border-bottom: 2px solid #ffffff;
}

.col.lg-12
{
  width:100% !important;
  
}


.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    z-index: 99;
    transition: 0.5s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
    animation: scroll_top 5s linear infinite;
}


.location-item__list {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    padding: 0px 10px;
    /* font-family: var(--body-font); */
    font-weight: 400;
    /* border-radius: 3px; */
    font-size: 18px;
    color: white !important;
}

.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 0px;
    /* margin-bottom: 0 !important; */
}


.category-item__thumb {
    border-radius: 50%;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: relative;
    border-radius: inherit;
    left: 2px;
    top: 2px;
    color: black;
    background: rgba(0, 0, 0, 0.6);
}

.category-item__number {
    background-color: hsl(var(--black)/0.06);
    padding: 5px 10px;
    border-radius: 0px;
    line-height: 1;
    transition: 0.2s linear;
    font-size: 20px;
}



.category-item__icon {
    color: white;
    font-size: 39px;
    background-color: rgba(0, 0, 0, 0);
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    border-radius: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s linear;
}

.category-item__icon:focus {
    color: white;
    font-size: 39px;
    background-color: rgba(0, 0, 0, 0);
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    border-radius: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s linear;
}


@media screen and (max-width: 574px)
  {
.category-item {
    width: 250px;
    height: 250px;
   border-radius: 50% !important;
    overflow: hidden;
    margin: 10px auto;
    padding: 10px;
  
    }
  .col-xsm-6 {
    width: 100%;
}

 
}






@media (min-width: 575px)
  {
.category-item {
    position: relative;
    cursor: pointer;
    width: 220px;
    height: 220px;
    border-radius: 50% !important;
    overflow: hidden;
    margin: 10px auto;
    padding: 10px;
}
    
}

.category-item::before {
    background-color: hsl(var(--black) /.3);
    z-index: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.category-item::after {
    background-color: hsl(var(--blue) /.3);
    z-index: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  color: white !important;
}


.category-item__title {
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 600;
    margin-bottom: 15px;
    transition: 0.2s linear;
    text-align: center;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: white !important;
}


.py-120 {
    padding-top: 80px;
    padding-bottom: 60px;
}


h1, h2, h3, h4, h5, h6 {
     margin: 0 0 0px 0; 
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    font-weight: 700;
}

.listing-details-item__icon {
    margin-left: 0px;
    font-size: 15px;
    color: hsl(var(--base));
  
}

.mypad
{
  padding-bottom: 5px;
  
}


.buffer

{
  padding-left: 10px
}

.listing-details__gallery .gallery-thumb {
    width: 100%;
    max-height: 250px;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
}



.custom--tab {
    justify-content: center;
    border-radius: 0px;
    margin-bottom: 20px;
}

.category-item:hover .category-item__icon {
   color: white;
    
    background-color: rgba(0, 0, 0, 0);
    
}

.feature-item {
    overflow: hidden;
    border: 1px solid hsl(var(--black) / 0.1);
    border-radius: 0px;
    margin: 0px;
}


.btn {
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--heading-font);
    line-height: 1;
    
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: white;
    background-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.fs-16, .latest-listing__title a, .pricing-card__number .time, .how-work-item__desc, .category-item__number, .latest-blog__title a, .breadcrumb__item, .scroll-top, .footer-menu__link, .footer-item__contact-title, .alert__title, .form--label, p {
        font-size: 1.03rem;
    }


.section-heading__desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem !important;
}

.listing-details-sidebar__header-thumb img {
    width: 80px;
    height: 80px;
   border-radius: 0%; 
}


#example {
   position: absolute;
   top: 10px;
   left: 10px; 
    
   padding: 5px;
   background-color: white;
   border: 2px solid red;
}


.location-item__content {
position: absolute;
top: 0px;
right: 0px;
left: auto;
z-index: 2;
}

.location-item__list {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    padding: 0px 10px;
    font-family: var(--body-font);
    font-weight: 400;
    border-radius: 0px;
}


@media (max-width: 600px) {
    .list-view .feature-item .feature-item__thumb {
         width: 100%;
    }
  
}
  @media (min-width: 468px) and (max-width: 768px) {
    .list-view .feature-item {
        display: flex;
        max-height: unset;
        justify-content: center;
        flex-wrap: wrap;
    }
    .list-view .feature-item .feature-item__thumb {
        width: 100%;
    }

}


.banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
}

.white
{
  color:white !important;
  
}


.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000a3, rgba(0, 0, 0, 0.57)), url(https://reddoorwholesale.com/assets/images/frontend/banner/66269e21754da1713806881.jpg) no-repeat top center;

}


    .banner-content__title {
        font-size: 80px;
    }



@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 23px;
        margin-top: -10px;
        line-height: 1.3;
    }
}

.banner-section {
    position: relative;
    z-index: 4;
    /* padding-top: 300px; */
    /* padding-bottom: 190px; */
    /*min-height: 455px;*/
    margin-top: 25px;
}