.room-archive00 {
	display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}


/*Room display*/
.room-01 {
   
}
a.room-hover{
	transition: all 0.3s ease;
}
a.room-hover:hover .room-02 {
	box-shadow: 0 0 30px #1e3d3959;
	transition: all 0.3s ease;
	border: none;
}
a.room-hover:hover h3,
a.room-gl-hover:hover h3 {
	color: var(--nv-secondary-accent);
	transition: all 0.3s ease;
}

.room-02 {
	text-align: center;
    border-radius: 10px;
	border: 1px solid #1e3d391a;
	overflow: hidden;
	position: relative;
}
.room-sect-img {
	width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.room-02 img {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
	transition: transform .6s ease, filter .6s ease;
	transform-origin: center center;
}
a.room-hover:hover img,
a.room-gl-hover:hover img {
	transform: scale(1.08);
	filter: brightness(.85);
}
@media (max-width:768px){
  .room-thumb:hover img{
    transform: none;
  }
}

.title-room {
	margin: 10px 0;
	font-size: 20px;
	transition: 0.3s ease;
	color: var(--nv-primary-accent);
}

.kolem {
	font-size: 15px;
	color: #aeaeae;
}
.baga {
	font-weight: bold;
	font-size: 15px;
	color: var(--nv-primary-accent);
}
.baga i {
	color: var(--nv-secondary-accent) !important;
}
.room-dush {
	color: #9691a4 !important;
	border-top: 1px solid #e8e8e8;
	margin-top: 10px;
	padding: 10px;
	font-size: 15px;
	display: flex;
	justify-content: space-evenly;
}


/*slide*/
.swiper-slide {
}















