.bg-dark-1 a, .bg-dark-1 p, .bg-dark-1 span{
    color: #fff;
    text-decoration: none;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 23%;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}


.facilities-icon {
    width: 50px;
}


.bd-room-details__list ul {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    list-style: none;
    row-gap: 15px;
}
.bd-room-details__list ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000;
}
.bd-room-details__list ul li i {
    font-size: 20px;
    color: #1A4531;
}

.form-control {
    border: 1px solid black;
    height: 45px;
    border-radius: 8px;
    padding: 0 15px;
}

.it-about-service-icon span img {
    width: 70px;
}
.it-about-service-title {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.02em;
    padding-top: 10px;
    padding-bottom: 4px;
}



.contact-box {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.contact-box .icon div{
    font-size: 50px;
    margin: 0 auto 15px;
}

.contact-box .icon img {
    width: 100%;
}

.contact-box h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}

.contact-box a {
    text-decoration: none;
    color: #333;
}

.contact-box a:hover {
    text-decoration: underline;
}
.map-wrapper {
    height: 400px;
}
.footer__main img{
    width: 150px;
}
.footer__main p {
    color: #fff;
    font-size: 18px;
}

.footer__main ul li {
    padding: 7px 0;
    font-size: 18px;
}
.footer__main a:hover {
    text-decoration: none;
    color: #fff;
}

.room-detail {
    border: 1px solid black;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
}
.call-now {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.icon-amenities {
    width: 34px;
}
@media (max-width: 767px) {
    .demo-gallery > ul {
        margin-bottom: 0;
        padding-left: 0;
    }
    .demo-gallery > ul > li {
        margin-bottom: 15px;
        width: 49%;
        display: inline-block;
        margin-right: 0;
        list-style: outside none none;
    }
    .bd-room-details__list ul {
        grid-template-columns: 1fr;
    }
}

.spaceforarrowinbottom {
    margin-bottom: 30px;
}
.navAbsolute1 {
    position: absolute;
    bottom: -20%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}