.splide__slide img {
    width: 100%;
    /* height: 100vh; */
    height: 100vh;
    object-fit: cover;
    background-size: cover;
    background-position: center;
  }

  .room__details i {
    background: #f5f2f1;
    padding: 15px;
    /* border-radius: 5px; */
    margin: 0 5px 0 0px;
    color: #212121b6;
    border-radius: 4px;
  }
  .room__details h6,
  small {
    color: gray;
    font-weight: 400;
    font-family: "open sans";
  }

  .room__details h6 {
    font-size: 15px;
  }

  .facilities__card {
    border: 1px dashed rgb(175, 175, 175);
    padding: 10px 10px;
    background: #ffffff;
    border-radius: 4px;
    font-family: "open sans";
    color: rgb(132, 139, 153);
    font-size: 15px;
  }
  
  .facilities__card i {
      color: rgb(132, 139, 153);
      margin-right: 5px;
  }

  .facilities {
    padding-top: 100px;
  }

  .facilities h4 {
    font-family: "open sans";
    font-size: 28px;
    margin: 0 0 30px     0 ;
  }


  .heading__row h3 {
    font-family: "open sans";
  }


  /* header overwrite  */

  header {
    background: linear-gradient(rgba(0,0,0,0.5) , rgba(0,0,0,0.5)), url("../assets/images/welcome.jpg");
    background-size: cover;
    object-fit: cover;
    background-position: center;

  }