@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans",sans-serif;
}
body{
    /* background-image: linear-gradient(to right, #eeeeee, #f0f0f2, #f2f2f6, #f5f3fa, #f7f5fe); */
}
/*----------------------
 start room filter col-1
---------------------- */
.flex-item{
    display: flex;
}
.flex-alignItem{
    align-items: center;
}
.wapper{
    justify-content: space-between;
    column-gap: 1%;
}
.filter-cols{
    border:1px solid #33333329;
    width: 100%;
    flex:20%;
    height: 98vh;
    /* border-radius: 10px; */
    padding: 10px;
    background-image: linear-gradient(to right, #eeeeee, #f0f0f2, #f2f2f6, #f5f3fa, #f7f5fe);
    display:none;
    overflow-y: scroll;
    /* z-index: 100; */
    
}
.filter-Item{
    flex:78%;
    /*height: 98vh;*/
    background-image: linear-gradient(to right, #eeeeee, #f0f0f2, #f2f2f6, #f5f3fa, #f7f5fe);
}
.moreGap{
    padding-bottom: 6px;
    column-gap: 10px;
}
.moreGap label{
    font-size: 19px;
    display: block;
    margin-top: -3px;
}
.subTitle{
    padding-bottom: 6px;
    font-size: 27px;
    color: #333;
}
.Roomtype{
    justify-content: end;
}
.Roomtype span{
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 6px 11px;
    border-radius: 50%;
    transition: 0.3s

}
.Roomtype span:hover{
    background-color: #0385fe;
    color: #fff;
}
.selectGrupp{
    margin-bottom: 8px;
    column-gap: 10px;
}
input.checkSize{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.selectGrupp span{
    font-size: 17px;
}
.hr-bor{
    border:1px solid #33333329;
}
.mar-top-20{
    margin-top: 20px;
}
.mar-top-30{
    margin-top: 30px;
}
.padtop-10{
    padding-top:10px ;
}

/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-input .price-field {
    display: flex;
    margin-bottom: 22px;
}

.price-field span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 14px;
}

.price-field input {
    flex: 1;
    height: 35px;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
    border-radius: 9px;
    text-align: center;
    border: 0px;
    background: #e4e4e4;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

/* Remove Arrows/Spinners */
.price-input{
    width: 100%;
    display: flex;
    align-items: center;
    margin:30px 0 35px;
}
.price-input .field{
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
}
.field input{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin-left: 12px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.price-input .sepatater{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider01{
    height: 5px;
    position: relative;
    background-color: #ddd;
    border-radius: 5px;
}
.slider01 .progress{
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    background-color: #0385fe;
}
.range-input{
    position: relative;
}
.range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top:-5px;
    background: none;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    background-color:#0385fe;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow:0 0 6px rgba(0,0,0,0.05);
}

input[type="range"]::-moz-slider-thumb{
    height: 17px;
    width: 17px;
    background-color: #0385fe;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow:0 0 6px rgba(0,0,0,0.05);
}
.fil-button{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    transition: 0.9s;
}
.bas-btn{
    width:90% ;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    border: 1px solid #4e4d4d4a;
    font-size: 17px;
    padding: 7px;
    border-radius: 0.25rem;
    transition: 0.7s;
    cursor: pointer;

}
.bas-btn:hover{
    background-color: #dcdcdc;
}



/*----------------------
 start room filter col-2
---------------------- */
.filter-Header{
    padding: 8px;
    background-color: #333;
    /* position: sticky;
    top: 0;
    z-index: 96; */
}
.inner-Wraper{
    width: 95%;
    margin: 0 auto;
}
.filHeader-inner{
    color: #fff;
    column-gap: 20px;
    align-items: center;
}
.filHeader-inner p{
    margin-bottom: 0px !important;
}
.filHeader-inner span{
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 50px;
    transition: 0.4s;
}
.filHeader-inner span:hover{
    background-color: #0385fe;
}
.nodis{
    display: block ;
}
.sortto span{
    display: block;
    font-size: 18px;
    padding-bottom:10px;
    cursor: pointer;
}
.filter-cols::-webkit-scrollbar {
    display: none;
}

/*----------------------
 start rooms result col-2
---------------------- */
.rooms{
    display: flex;
    flex-wrap: wrap;
    gap:40px;
    padding: 10px;
    justify-content: center;
}
.rooms-sell{
    width: 280px;
    /* height: 270px; */
    /* background: rgb(0,0,0); */
    background: linear-gradient(0deg, rgba(26, 84, 166, 0.12) 0%, rgba(119, 133, 212, 0.39) 100%);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 2px 1px #00000033;
    transition: 1s;
}
.filter-Item{
    /*overflow-y: scroll;*/
    background-color: #f4f4f4;

}
.filter-Item::-webkit-scrollbar {
    display: none;
}
.bgsetup{
    position: relative;
    overflow: hidden;
    transition:0.5s ease;
}
.imgHight{
    height: 200px !important;
}
.bgsetup img{
    width:100%;
    height: 100%;
}
.bg-title{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    display: flex;
    align-items: end;
    background-color:rgba(0, 0, 0, 0.3);
    transition: 1s;
    z-index: 1;
}
.bg-title p{
    font-size: 17px;
    text-transform: capitalize;
}
.rooms-sell:hover .bg-title{
    background-color: #00000000;
}

.rooms-sell:hover .bgsetup img{
    transform: scale(1.1);
    transition: 0.5s ease;
}

.rooms-sell:hover .bg-title p{
  opacity: 0;
}
.bg-title p{
    padding: 10px;
    text-align: justify;
    color: #fff;
    transition: 1s;
    text-shadow: 0.1px 0.1px #333;
}
.top-items{
    position: absolute;
    z-index: 38;
    right: 10px;
    top: 10px;
    left: 10px;
    justify-content: space-between;
    color: #ffffff;
}
.top-items ul{
    list-style: none;
    font-size: 16px;
    line-height: 20px;
}
.manage span{
    display: block;
}
.shareItems{
    font-size: 20px;
    padding: 5px 10px;
    border:1px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top:0;
    z-index: 2;
}
.rooms-sell:hover{
    box-shadow: 1px 2px 1px #00000078;
}
.rooms-sell:hover .shareItems{
    color: #333;
    background-color: #fff;
    transition: 1s;
}
.room-details{
    padding: 8px;
}
.room-details span{
    font-size: 16px;
}
.room-details span:nth-child(4){
    font-size: 13px;
    padding-bottom: 2px;
    margin-top: 3px;
}
.room-details .headtit{
    font-weight: bold;
    font-size: 20px;
    display: block;
}
.setup{
    /* margin-top:66px; */
    position: relative;
}
/*----------
 card details 
 ---------- */

.card-detail001{
    width:90%;
    margin: 10px auto;
    background: #ffffff;
    position: fixed;
    top: 120px;
    left: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 10px;
    z-index: 50;
    display: block;
    overflow-y: scroll !important;
    height: 570px;
}
/* .card-detail::-webkit-scrollbar {
    display: none;
  } */
.card-detail001::-webkit-scrollbar {
    width: 10px;
}
  
  /* Track */
.card-detail001::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}
   
 /* Handle */
.card-detail001::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}
  /* Handle on hover */
.card-detail001::-webkit-scrollbar-thumb:hover {
    background: #555; 
    border-radius: 10px;
}
.room-img-col, .card-br{
    width:100%;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.room-img-col{
    position: relative;
    overflow: hidden;
}
.closeBtn{
    position: fixed;
    font-size: 30px;
    cursor: pointer;
}
.room-img-col .room-img-inner{
    width: 50%;
    margin: 0 auto;
}
.room-img-col .room-img-inner img{
    width: 100%;
    height: 350px;
}
.details-inner h2{
    text-align: center;
}
 /*--------------
 start Responsive
 -------------- */
 @media screen and (min-width:992px){
    .sortto{
      display: none;
    }
    .rooms{
      grid-template-columns: 49% 49%;
    }
  }
  @media screen and (max-width:1200px){
    .filter-cols{
        position: absolute;
        z-index: 51;
        width: 50%;
    }
  }

  @media screen and (max-width:991px){
      .wapper{
          position: relative;
      }
      .filter-cols{
          position: absolute;
          width: 60%;
          z-index: 51;
      }
      .unShow{
          display: none;
      }
      .sepatater{
         opacity: 0;
      }
      .price-input{
          display: block;
      }
      .subTitle {
        font-size: 20px;
      } 
      .room-img-col .room-img-inner{
        width: 90%;
       }
       .closeBtn{
        padding: 2px;
       }
       .card-detail001{
        /* top: 45px; */
        height: 570px;
       }
       .room-img-col .room-img-inner img{
        height: 300px;
       }
        .rooms-sell{
            width:310px;
        }
        .imgHight{
            height:141px;
        }
        .rooms{
            justify-content: space-around;
            column-gap:10px;
            row-gap:20px;
        }
  }
/* i phone 6 */
@media screen and (max-width:321px){
   .iphone6{
    font-size: 13px !important;
   }
   .card-detail001{
    top: 110px;
    height: 400px;
    }
    .room-img-col .room-img-inner img{
        height: 200px;
    }
}