/* pre-build modification */
a{
    text-decoration: none;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #768869;
}

.nav-pills .nav-link {
    border: 0;
    /* font-family: sans-serif; */
    border-radius: .0rem;
    font-weight: 600;
    background: white;
    color: #768869;
}
.bg-success {
    background-color: #3C4436 !important;
}
.btn-outline-success {
    border: 1px solid #7fad39;
    color: #7fad39;
    padding: 1% 5%;
    transition: .3s;
    border-radius: 15px;
    /* border-color: #198754; */
}
footer a {
    color: black !important;
}

/* my style  */

.hero{
    padding: 0px;
}

.hero .row {
    --bs-gutter-x: 0px;
}
.hero .carousel-inner .carousel-item{
    height: 100dvh;
    object-fit: cover;
    object-position: center bottom;
}
.hero .carousel-inner img{
    height: 100%;
  
}
.hero .carousel-inner .carousel-caption{
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero .carousel-inner .carousel-caption h5{
    padding: 10px 0px;
    font-size: 30px;
    color: #fff;
}

.smartProp {
    color: #6A925B !important;
}

.smartProp h3 {
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    font-family: "Cairo", sans-serif !important;
    color: #6A925B;
}

.smart-card {
    margin: 20px;
    padding: 20px;
    height: 100%;
    border: 2px solid #6A925B;
    border-radius: 20px;
}

.smart-card h5 {
    color: #6A925B !important;
    font-size: 30px;
}

.smart-card li {
    font-size: 20px !important;
    margin-top: 10px;
    list-style-type: none;
}

.smart-card li i {
    font-size: 30px !important;
    margin: 0px 0px 0px 10px;
}

.smart-card p {
    font-size: 20px !important;
    color: #6A925B !important;
    margin: 0px !important;
}

.smart-card .social {
    display: flex;
    justify-content: space-around;
}

.smart-card .social li {
    width: 50px;
    height: 50px;
    border: 2px solid #6A925B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart-card .social li:hover {
    border: none;
    background-color: #6A925B;
    transition: all 0.5s;
}

.smart-card .social li i {
    margin: auto !important;
}

.smart-card .social li:hover {
    color: #fff !important;
    transform: rotate(360deg) !important;
}

.buy {
    background-color: #c6d1be;
    background: linear-gradient(to right, #D9D9D5, #90A079);
}

.buy-nav {
    background-color: #fff;
    border-radius: 10px;
    display: flex !important;
    justify-content: space-around;
}

.buy-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}

.buy-nav ul li {
    font-size: 20px;
    list-style-type: none;
}

.buy-nav ul li.active {
    padding: 10px 20px;
    background-color: #64745B;
    color: #fff;
}

.buy-nav ul hr {

    background-color: #333334;
    height: 50px !important;
    width: 5px;
    margin: 0 !important;
}

.Filter {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
}

.Filter h3 {
    color: #3C4436;
    font-size: 40px;
    font-weight: 800;

}
.Filter .form-check{
    display: flex;
}
.Filter .form-check-input:checked , .Filter .form-check-input:focus-visible , .Filter .form-check-input:focus ,.Filter .form-check-input:focus-within {
    background-color: #6A925B !important;
    border:2px solid #6A925B !important;
    accent-color: #6A925B !important;
}
.Filter .form-check-input{
    margin-right: 20px;
}
.ui-page-theme-a .ui-slider-track .ui-btn-active{
    background-color: #6A925B !important;
}
.Filter .filterInner {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 20px;
}

.Filter .filterInner p {
    font-size: 20px;

}

/* From Uiverse.io by ErzenXz */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    cursor: pointer;
}

.toggle-switch input[type="checkbox"] {
    display: none;
}

.toggle-switch-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    border-radius: 15px;
    box-shadow: inset 0 0 0 2px #ccc;
    transition: background-color 0.3s ease-in-out;
}

.toggle-switch-handle {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.toggle-switch::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 10px;
    font-weight: bold;
    color: #aaa;
    text-shadow: 1px 1px #fff;
    transition: color 0.3s ease-in-out;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-handle {
    transform: translateX(25px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 2px #64745B;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-background {
    background-color: #64745B;
    box-shadow: inset 0 0 0 2px #64745B;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch:before {
    content: "On";
    color: #64745B;
    right: -10px;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-background .toggle-switch-handle {
    transform: translateX(25px);
}


.Filter .filterInner button {
    padding: 10px;
    width: 90%;
    background-color: #6A925B;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;

}

.fa-angle-up {
    display: none;
}

.ui-content {
    background-color: #fff !important;
    padding: 10px 0px !important;
}

/* range  */
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
    position: static !important;
    height: auto !important;
    min-height: auto !important;
}


.Filter select {
    width: 100%;
    padding: 10px;
    background-color: #6A925B;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}


/* buy ads card */
.buyAds {
    padding: 0px 5px 10px 0px;
}

.buyadscard {
    border-radius: 10px;
	margin-bottom:10px
}

.buyadscard .price b {
    font-size: 19px !important;
}

.buyadscard .price p {
    color: #723ae9;
}

.buyadscard p {
    margin: 5px !important;
    line-height: 20px !important;
}

.buyadscard .POSSESSION p {
    font-size: min(12px, 14px);
    color: black;
}

.buyadscard .POSSESSION i {
    font-size: 16px;
}

.PlotDetails p {
    margin: 0px !important;
}

/* PlotDetails */
.PlotDetails {
    background: #fdfdfd;
    border-radius: 10px;

}

.PlotDetailsInner {

    background-color: #fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 10px;
}

.PlotDetailsInner {
    padding: 0px 20px 20px 20px;
}

.PlotDetailsInner .row {
    margin: 0px !important;
}

.PlotDetailsInner .lvl {
    background-color: #AB0B52;
    color: #fff;
    padding: 5px 20px;
    width: fit-content;
    margin-bottom: 10px !important;

}

.PlotDetailsInner .price {
    border-right: 1px solid #444;
    padding: 0px 10px 0px 0px;
}

.PlotDetailsInner .price h3 {
    font-size: 40px;
    font-weight: 700;
}

.blue {
    color: #399CCD;
}

.PlotDetailsInner .status {
    background-color: #16A085;
    color: #fff;
    padding: 10px 20px;
}
.nav-tabs::-webkit-scrollbar {
    display: none;
}
.nav-tabs {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.PlotDetailsInner .st-value {
    padding: 10px 20px;
    background-color: #F5F7FA;
}

.PlotDetailsInner .st-value span {
    font-weight: 600;
    font-size: 18px;
    color: #16A085 !important;
}

.PlotDetails .PlotDetailsInner .Plotnav ul {
    border-bottom: 1px solid #44444450;
    align-items: center;
}

.PlotDetails .PlotDetailsInner .Plotnav ul li {
    list-style-type: none;
    padding: 10px;
    font-weight: 700;
}

.PlotDetails .PlotDetailsInner .Plotnav ul li.blue {
    border-bottom: 4px solid #399CCD;
}

.PlotDetails .PlotDetailsInner img {
    object-position: center;
    object-fit: cover;
    height: 100%;
}

.PlotDetails .PlotDetailsInner .details {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    background-color: #FAFBFC;
    padding: 20px;
}

.PlotDetails .PlotDetailsInner .details .col-6 {
    padding: 10px 0px;
}

.PlotDetails .PlotDetailsInner .details i {
    color: #16A085;
    font-size: 18px;
    margin-right: 10px;
}

.PlotDetails .PlotDetailsInner .details .col-6 .min {
    font-size: 12px;
}

.nice-select {
    display: none;
}

@media screen and (max-width:1200px) and (min-width: 1024px) {
    .banner .nav-link {
        padding: 0.5rem !important;
    }

    .buy-nav ul li.active {
        padding: 5px 10px;
    }
    .buy-nav .nav>li>a {
       
        padding: 10px 12px !important;
    }
    .buy-nav ul li {
        font-size: 16px;
    }

    .Filter {
        padding: 20px 10px;
    }

    .Filter .filterInner {
        padding: 20px 10px;
    }

    .buyadscard .price b {
        font-size: 16px !important;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

}

@media screen and (max-width:1024px) and (min-width: 768px) {

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .featured__controls2 ul {
        padding: 0px 5px;
    }

    .container {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .banner .nav-link {
        padding: 0.5rem !important;
        font-size: 13px;
    }

    #pills-tabContent {
        display: none;
    }

    .smart-card {
        margin: 0px;
        padding: 10px;
    }

    .buy-nav ul li.active {
        padding: 5px 10px;

    }
    .buy-nav .nav>li>a {
       
        padding: 5px 5px;
        font-size: 15px;
    }

    .buy-nav ul li {
        font-size: 16px;
    }

    .Filter {
        padding: 10px;
    }

    .Filter h3 {
        font-size: 30px;
    }

    .Filter .filterInner {
        padding: 20px 10px;
    }

    .buyadscard {
        flex-direction: column;

    }

    .buyadscard img {
        width: 100%;
    }
    .PlotDetails .PlotDetailsInner .Plotnav ul li{
        padding: 5px;
    }
    .PlotDetails .PlotDetailsInner .details {
        padding: 10px;
    }
    .PlotDetails .PlotDetailsInner .details p , .PlotDetails .PlotDetailsInner .details b{
        font-size: 14px;
    }
    .PlotDetails .PlotDetailsInner .details .min{
        font-size: 10px;
    }

}
@media screen and (max-width:992px) and (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media screen and (max-width:767.9px) {
    
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .nav-pills .nav-link {
        width: 100%;
        
        margin: 0px 0px 5px 0px !important;
    }
    #pills-tabContent{
        display: none;
    }
    .btn_width {
        width: 100px;
        padding: 10px !important;
    }
    .smartProp h3 {
        text-align: center;
    }
    .smart-card{
        max-width: 400px;
        margin: 10px auto;
    }
    img{
        width: 400px;
        min-width: 100%;
        margin: auto;
    }
    .Filter{
        max-width: 400px ;
        margin: auto;
        margin-bottom: 20px  ;

    }
    .buy-nav{
        flex-direction: column;
    }
    .buy-nav .nav>li>a {
        padding: 4px 6px;
        font-size: 12px;
    }

    .buyadscard {
        flex-direction: column;
    }
    .buyadscard img{
        min-width: 100%;
    }
    .product__discount__slider2.owl-carousel .owl-dots {
        margin-bottom: 4px;
    }
    .owl-carousel .owl-item img {
        min-width: auto !important;
    }
}
@media screen and (max-width:450px){
    .header__logo{
            width: 210px;
    }
    .btn_width {
        width: 80px;
    }
    .container {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
    .featured__controls2 ul{
        padding: 0px;
    }
    .featured__controls2 ul li {
        font-size: 11px;
    }
    .categories__slider.owl-carousel .owl-nav {
        display: none;
    }
    h1 {
        font-size: 40px;
    }
    .buy-nav .nav>li>a {
        padding: 4px;
        font-size: 11px;
    }
    .Filter{
        padding: 20px 10px;
    }
    .Filter .filterInner{
        padding: 20px 10px;
    }
    .buyadscard .price{
        flex-direction: column;
        margin-top: 10px;
    }
    .buyadscard .POSSESSION {
        flex-direction: column;
    }
    .buyadscard .POSSESSION div{
        border-bottom: 1px solid rgba(0, 0, 0, 0.096);
    }
    .PlotDetailsInner {
        padding: 0px 5px 10px 5px;
    }
    .PlotDetailsInner p{
        font-size: 12px;
    }
    .PlotDetailsInner .price{
        width: 100% !important;
    }
    .PlotDetailsInner .price h3 {
        font-size: 30px !important;
    }
    .PlotDetailsInner .status {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .PlotDetails .col-6{
        width: 100% !important;
    }
}