/*------------- Geeneral Css Setting --------------------*/
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
    :root{
        --main-color: hsl(37deg 22% 48%);
        --gold-normal :#c2aa49;
        --light-gold:hsl(58deg 100% 86%);
        --dark-light-blue:hsl(220deg 23% 15%);
        --dark:#242424;
    }
    *{
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    a{
        text-decoration: none;
    }
    body{
        margin: 0;
        padding: 0;
    }
/*------------ Generl Css Component -----------------------*/
    /*----------- SELECT INPUT CSS STYLES ------------------*/
    .filter-form-section form.form-filter-inner.location .budget-select-container .dropdown-select > ul > li.non-location-filter{
        display: none!important;
    }
    .filter-form-section form.form-filter-inner.location .budget-select-container .dropdown-select > ul > li.location-filter{
        display: block;
    }
    .filter-form-section form.form-filter-inner .budget-select-container .dropdown-select > ul > li.location-filter{
        display: none;
    }
    .filter-form-section  .chambre-radio-inner > ul li label{
        transition: .2s all ease-in-out;
        padding-left: 13px!important;
        padding-right: 13px!important;
        cursor: pointer;
    }
    .filter-form-section  .chambre-radio-inner > ul li{
        border-left: 1px solid #999;
    }
    .filter-form-section  .chambre-radio-inner > ul li:first-of-type{
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .filter-form-section  .chambre-radio-inner > ul li:last-of-type{
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .filter-form-section  .chambre-radio-inner > ul li label:hover{
        background-color: var(--gold-normal)!important;
    }
    .filter-form-section  .chambre-radio-inner > ul li input[type="radio"]:checked+label{
        background-color: var(--gold-normal)!important;
    }
    .filter-form-section form .dropdown-select ul > li.dropdown-item-inner{
        cursor: pointer;
        border-bottom: 1px solid #999;
    }
    .filter-form-section form .dropdown-select ul > li.dropdown-item-inner.active{
        background-color: var(--gold-normal);
    }
    .filter-form-section form .dropdown-select ul > li.dropdown-item-inner:hover{
        background-color: var(--gold-normal);
    }
    .filter-form-section form .transaction-radio-tab ul li.transaction-item{
        transition: .2s all ease-in-out;
    }
    .filter-form-section form .transaction-radio-tab ul li.transaction-item:hover{
        background-color: #c2aa4980;
    }
    .filter-form-section form .transaction-radio-tab ul li label{
        cursor: pointer;
    }
    .filter-form-section form .transaction-radio-tab ul li.transaction-item.active {
        background-color: var(--gold-normal)!important;
        color:white;
    }
    /*---------- Title -------------------------------------*/
    .title{
        position: relative;
    }
    .title::after{
        width: 40px;
        height: 3px;
        background-color:var(--gold-normal);
        left: calc(50% - 20px);
        bottom: 0;
        content: '';
        position: absolute;
    }
    /*---------- navbar ------------------------------------*/
    .custom-navbar{
        z-index: 199999;
    }
    .custom-navbar ul.nav-link-contacts li span.icon{
        width: 30px;
        height: 30px;
        border:2px solid var(--gold-normal);
        display: flex;
        transition: .2s all ease-in-out;
        color:var(--gold-normal);
        align-items: center;
        justify-content: center;
        font-size: 1rem!important;
        margin-right: 10px;
    }

    .custom-navbar ul.nav-link-contacts li a{
        font-size: .7rem;
        display: flex;
        align-items: center;
        color: var(--dark-light-blue);
    }

    .custom-navbar ul.nav-link-contacts li a:hover{
        color: var(--gold-normal);
    }

    .custom-navbar ul.nav-link-contacts li a:hover span.icon{
        background-color: var(--gold-normal);
        color: white;
    }

    .custom-navbar .main-navbar{
        background-color: #2e2e2e;
    }

    .custom-navbar .main-navbar .button-mobile{
        background: none;
        border: none;
        font-size: 1.2rem;
    }

    .custom-navbar .main-navbar .list-link  .nav-link > a{
        color: white;
        font-size: .9rem;
    }


    .custom-navbar .main-navbar .list-link .nav-link.nav-link-btn a{
        background-color: var(--gold-normal);
        cursor: pointer;
    }

    .custom-navbar .main-navbar  .button-mobile{
        display: none;
    }

    .custom-navbar .main-navbar .dropdown .dropdown-menu span.icon{
        width: 30px;
        height: 30px;
        border:2px solid var(--gold-normal);
        display: flex;
        transition: .2s all ease-in-out;
        color:var(--gold-normal);
        align-items: center;
        justify-content: center;
        font-size: 1rem!important;
        margin-right: 10px;   
    }

    .custom-navbar .main-navbar .dropdown{
        display: none!important;
    }

    .custom-navbar .main-navbar .dropdown button::after{
        display: none;
    }
    .custom-navbar .main-navbar ul.list-link > li.nav-link .nav-item{
        font-size: .8rem!important;
        transition: .2s all ease-in-out;
    }
    .custom-navbar .main-navbar ul.list-link > li.nav-link.active .nav-item{
        color:var(--gold-normal)!important;
    }
    .custom-navbar .main-navbar ul.list-link > li.nav-link .nav-item:hover{
        color:var(--gold-normal)!important;
    }
    .custom-navbar .main-navbar .list-link li.title{
        display: none;
    }

    .custom-navbar .main-navbar .list-link .dropdown-link  ul.dropdown-menu .dropdown-item::before{
        content: '';
        width: 10px;
        height:10px;
        background-color: white;
        position:static;
        display: inline-block;
        margin: 0 10px;
        transform: rotate(-45deg);
    }

    .custom-navbar .main-navbar .list-link .dropdown-link  ul.dropdown-menu .dropdown-item{
        transition: .25s all ease-in-out;
    }

    .custom-navbar .main-navbar .list-link .dropdown-link  ul.dropdown-menu .dropdown-item:hover{
        background-color:var(--gold-normal)!important;
        color: #eeee!important;
        transform: translateX(5px);
    }

    @media screen and (max-width: 992px) {
        .custom-navbar .main-navbar .list-link{
            position:fixed!important;
            left: -100%;
            width: 100%;
            height: 100%;
            top:0;
            right: 0%;
            display: flex;
            flex-direction: column;
            background-color: var(--dark);
            z-index: 3;
            overflow: hidden;
            padding-top: 3rem;
            transition: .3s all ease-in-out;
            
        }
        .custom-navbar .main-navbar .list-link.active{
            left: 0%!important;
        }
        /* .custom-navbar .main-navbar .list-link  li{
            padding-left: 1.4rem;

        } */
        .custom-navbar .main-navbar .list-link li.title{
            display: flex;
            position: relative;
            margin-bottom: 10px;
        }
        .custom-navbar .main-navbar .list-link li h5::after{
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 30px;
            height: 3px;
            content: '';
            background-color: var(--gold-normal);

        }
        .custom-navbar .main-navbar .list-link .nav-item{
            position: relative;
            display: flex;
            align-items: center;
            transition: .25s all ease-in-out;
        }
        .custom-navbar .main-navbar ul.list-link > li.nav-link a.nav-item:hover{
            color:var(--gold-normal)!important;
        }
        .custom-navbar .main-navbar .list-link li .nav-item:hover{
            transform: translateX(5px);
            color: var(--gold-normal);
        }

        .custom-navbar .main-navbar .list-link li .nav-item::before{
            content: '';
            background-color: var(--gold-normal);
            width: 5px;
            height: 3px;
            display: block;
            margin-right: 4px;
        }

        .custom-navbar ul.nav-link-contacts{
            display: none!important;
        }

        .custom-navbar .main-navbar .dropdown{
            display: block!important;
        }

        .custom-navbar .main-navbar  .button-mobile{
            display: block!important;
        }
        
    }

        /*-------------- LODING CSS ------------------*/
        /* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
    /*---------- range ----------------------------------------*/
        .wrapper{
            width: 100%;
            /* background: #fff; */
            /* border-radius: 10px; */
            /* padding: 20px 25px 40px;
            box-shadow: 0 12px 35px rgba(0,0,0,0.1); */
        }

        .field input{
            width: 100%;
            height: 100%;
            outline: none;
            font-size: 19px;
            margin-left: 12px;
            border-radius: 5px;
            text-align: center;
            border: 1px solid #999;
            -moz-appearance: textfield;
        }

        .slider{
            height: 5px;
            position: relative;
            background: #ddd;
            border-radius: 5px;
        }

        .slider .progress{
            height: 100%;

            position: absolute;
            border-radius: 5px;
            background:#c2aa49;
        }

        .range-input{
            position: relative;
        }

        .range-input input{
            position: absolute;
            width: 100%;
            height: 5px;
            top: -5px;
            background: none;
            pointer-events: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        input[type="range"]::-webkit-slider-thumb{
            height: 15px;
            width: 15px;
            border-radius: 50%;
            background: #c2aa49;
            pointer-events: auto;
            position:relative;
            -webkit-appearance: none;
            box-shadow: 0 0 6px rgba(0,0,0,0.05);
            position: relative;
            border: 2px solid white;
        }

        input[type="range"]::-moz-range-thumb{
            height: 15px;
            width: 15px;
            border: none;
            border-radius: 50%;
            background: #17A2B8;
            pointer-events: auto;
            -moz-appearance: none;
            box-shadow: 0 0 6px rgba(0,0,0,0.05);
            position: relative;
            border: 2px solid white;
        }
    /*----------- Footer -------------------------------------*/
    .custom-footer .subscription-section{
        background-color: #2e2e2e;
    }
    @media screen and (max-width: 992px) {
        .custom-footer .subscription-section .container .col-md-6.d-flex{
            display: block!important;
            text-align: center;
            margin-bottom: 12px;
        }
      }
    .custom-footer .subscription-section .icon{
        font-size: 2rem;
    }

    .custom-footer .subscription-section .form-container input[type=email]{
        outline: none;
        border:none;
        width:calc(100% - 80px);
    }

    .custom-footer .subscription-section .form-container button{
        background-color:#c2aa49;
        border:none;
        left:-30px;
    }

    .custom-footer .main-footer{
        background-color:#242424;
    }

    .custom-footer .link-list-title::before{
        content: '';
        width: 10px;
        height:10px;
        background-color:#c2aa49;
        position: relative;
        margin-right:9px;
        transform: rotate(45deg);
        display: block;
    }

    .custom-footer .link-list-title::after{
        content: '';
        background-color: #c2aa49;
        width: 20px;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 19px;
    }

    .custom-footer .main-footer ul.link-list{
        font-size: 12px;
    }

    .custom-footer .main-footer ul.link-list li a{
        display: flex;
        align-items: center;
    }

    .custom-footer .main-footer ul.link-list li a::before{
        content: '';
        position: static;
        width: 5px;
        height: 2px;
        background-color: #c2aa49;
        display: block;
        margin-right: 5px;
    }

    .custom-footer ul li a{
        color:white;
        transition: all ease-in-out .25s;
    }

    .custom-footer ul li a:hover{
        color: var(--gold-normal)!important;
    }

    .custom-footer .main-footer .container .list-unstyled .social-links ul li a{
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    
    .custom-footer .main-footer .container .list-unstyled .social-links ul li a:hover{
        background-color: var(--gold-normal)!important;
        color: white!important;
    }
/*-------------- Index CSS Style --------------------------------*/
    /*------- Categorie List CSS---------------------------------*/
    @media (min-width: 992px){
        .box-category {
            padding: 68px 35px 40px 79px!important;
        }
    }
    @media (min-width: 768px){
        .box-category {
            min-height: 307px;
            padding: 25px 25px 25px 80px;
            padding-top: 25px;
            padding-right: 25px;
            padding-bottom: 25px;
            padding-left: 80px;
        }
    }
    .box-category {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        min-height: 200px;
        align-items: flex-end;
        padding: 50px 25px 25px 80px;
        box-sizing: border-box;
        width: 100%!important;
        overflow: hidden;
    }
    .list-categorie .box-category-outer .box-category::before{
        content: '';
        position: absolute;
        top: 0;
        left:0;
        right:0;
        bottom: 0;
        background-color: #2e2e2e6b;
        z-index: 1;
    }
    .list-categorie .box-category-outer .box-category-image-outer{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center center;
    }

    .list-categorie .box-category-outer .categorie-item-text::before{
        position: relative;
        width: 20px;
        height:3px;
        background-color: var(--gold-normal);
        content: '';
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px;
        transition: .25s all ease-in-out;
    }
    .list-categorie .box-category-outer:hover .categorie-item-text::before{
        width: 10px;
        height:10px;
        transform: rotate(-45deg);
    }
    /*--------- Property-item.blade---------*/
    @media (max-width: 792px){
        .property-item-main .item-container .features-section ul{
            flex-direction: column!important;
        }
        .property-item-main .item-container .features-section ul li{
            text-align: center;
        }
    }

    /*---------- Property-client.blade.php------------------*/
        /*------------ CREATE PROPERTY SECTION -------------------------*/
        .client-property-main .gallery-container > li > div{
            position:relative;
            overflow:hidden;
            width:100%;
            border-radius:10px;
            background-color:black;
            padding-top:100%;
            margin:12px 0;
        }

        .client-property-main .gallery-container > li > div > img{
            position:absolute;
            display:block;
            width:100%;
            height:100%;
            object-fit:cover;
            top:0;
            right:0;
        }

        .client-property-main .gallery-container > li > div >div{
            position:absolute;
            width:100%;
            height:100%;
            display:flex;
            align-items:center;
            justify-content:center;
            top:0;
            right:0;
        }

        .client-property-main .gallery-container > li > div >div > button{
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
        }
        @media only screen and (max-width: 600px) {
            .client-property-main .succesfully-card{
                width:100%!important;
            }   
        }


