@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
html, body {
  
  margin: 0px;
  padding: 0px;
  
overflow-x: hidden !important;
font-family: "Allison", cursive;
font-family: "Barlow", sans-serif;
  font-family: "Marcellus", serif;
  font-family: "Cormorant Garamond", serif;

  color: rgb(0, 0, 0);

}
.container1{
  width: 86%;
}
h6{
  font-family: "Jost", sans-serif !important;
  font-weight: 400;
color: #555555 ;
  font-size: 16px;
  line-height: 27px;
}
a{
  text-decoration: none !important;
  color: #ffffff;
}
#navigation{
  z-index: 10;
  background: #1d373800;
  height: 95px !important;
  padding: 5px 0px !important;
}
#navbar{

  padding: 5px 0px !important;
  z-index: 1000 !important;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../image/icons8-menu-30.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}
li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
font-family: 'Jost', sans-serif;
font-weight: 500 !important;
transition: border-bottom 0.3s ease-in-out;

}


a.nav-link:hover {

  text-decoration: none;
  border-bottom: 1px solid white;

  transition: border-bottom 0.3s ease-in-out;
}

.navbar li a.active {
  color: #ffffff!important;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #ffffff 1px solid !important;

}
.button {
  cursor: pointer;
  padding: 10px 40px;
  font-size: 18px;
  color: black;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  outline: none;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(255, 255, 255, 0.5); /* HinzufÃƒÂ¼gen eines inneren Schattens fÃƒÂ¼r Tiefe */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  background-image: linear-gradient(
    to top,
    rgba(206, 255, 255, 0.75),
    rgba(216, 255, 244, 0.65)
  );
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 0%;
}

.button:hover {
  box-shadow: 0 7px 9px #0E1317,
    inset 0 3px 5px rgba(255, 255, 255, 0.6);
}

@keyframes fillButtonAndPress {
  0% {
    background-size: 100% 0%;
    transform: translateY(0);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
  100% {
    background-size: 100% 100%;
    transform: translateY(2px);
    border: 1px solid rgba(205, 235, 218, 0.6);
  }
}

.button:active {
  animation: fillButtonAndPress 0.4s ease forwards;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.7);
}

.font {
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.justify-content-end {
  justify-content: space-evenly!important;
}
.text-bg-dark {
  color: #fff!important;
  background-color: #1F242E !important;
}
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {

  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
a{
  text-decoration: none;
}

.navbar-brand img {
  width:60px;
}
.navbar-nav {

  align-items: center;

  padding-top: 0px;
  padding-bottom:0px;
}
.navbar .navbar-nav .nav-link {
  color: #5c1b1b;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 0.5em;
}
a.nav-link.active{
  color: #C29F7B !important
  ;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-collapse{
  
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.swiper{
  height: 95vh;
position: relative;
margin-top: -150px;
z-index: 1 !important;

}

.slide-caption{
  padding-top:18%;
   text-align: center !important;
   justify-content: center !important;
   align-items: center !important;
 }



 .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {

   background-color: #ffffff;

 }
 .sticky{
  position: fixed;
  top: 0;
  z-index: 10!important;
  background: #111319!important;
transition: 1s ease !important;
  box-shadow: none!important;
  width: 100%;
}

.slide-caption h1 {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
  font-size: 70px !important;
  font-weight: 400 !important;
letter-spacing: 3px;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}



@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}








    /* footer */
    .contact section p {
        color: white;
        text-align: center;
      }
      
      .contact section a {
        font-family: "Cormorant Garamond", serif;
        text-decoration: none;
        color: inherit;
        transition: .1s;
        border-bottom: 1px solid transparent;
      }
      
      .contact section a:hover {
        border-color: var(--bs-secondary);
      }
      
      
      @media only screen and (min-width: 992px) {
      
        header .navbar .link-btn {
          margin: 0;
          margin-left: auto;
        }
      
        .im-img {
          width: 28%;
        }
    
      }
      .footer_wrapper {
        background: linear-gradient(0deg, #000000e8, #000000e5), url('images/DAN_7222 (1).jpg') top / cover no-repeat , #0E1317;
        padding: 5% 0 5% 0;
      }
      
      .footer_wrapper h5 {
        color: #ffffff;
        margin-bottom: 1.25rem;
        font-family: "Cormorant Garamond", serif;
        font-weight: 500;
      }
      
      .footer_wrapper ul li {
        margin-bottom: .5rem;
        list-style: none;
      }
      
      .footer_wrapper .contact-info li a {
        color: rgb(255, 255, 255);
      }
      
      .footer_wrapper .link-widget li a,
      .footer_wrapper p {
        color: rgb(255, 255, 255);
        font-size: 19px;
        padding-left: 1.5rem;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
      }
      
      /* .footer_wrapper .link-widget li a::before {
        content: '\f105';
        font-family: marcellus, serif;
        font-weight: 900;
        position: absolute;
        left: 0.3rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      
      } */
      
      .footer_wrapper .link-widget li a:hover {
        margin-left: .625rem;
        color: hsl(0, 0%, 100%);
      }
      
      
      .footer_wrapper .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: var(--secondary-color);
      }
      
      .footer_wrapper .copyright-section {
    
        padding: 1.10rem 0 .3125rem;
        text-align: center;
      }
      
      .footer_wrapper .copyright-section a {
        color: white;
      }
      
      @media (max-width: 767px) {
        .footer_wrapper>div {
          padding: 0 1.875rem;
        }
      }
    
      .footer_wrapper .social-network a {
        width: 2.1875rem;
        height: 2.1875rem;
        margin: .5rem;
        line-height: 2rem;
        font-size: 20px;
        display: inline-block;
        border: .125rem solid #ffffff;
        color: var(--text-gray);
        text-align: center;
        border-radius: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }
      .footer_wrapper .social-network a:hover {
        background-color: rgba(0, 0, 0, 0.233);
        border-color: var(--secondary-color);
        color: var(--text-white);
        box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
        transform: translateY(-0.1875rem);
        border: .125rem solid #192841;
      }
      .footer1 a{
        font-family: "Cormorant Garamond", serif;
        font-size: 20px;
      }
      .footer2 a{
        font-family: "Cormorant Garamond", serif;
       font-size: 20px;
      }
      
    /* ---------------------------------------------- */
    hr {
        margin: 1rem 0;
        color: white;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: 0.25;
    }
    
    .t1{
        font-family: "Cormorant Garamond", serif;
        font-size: 18px ;
        letter-spacing: 0.2px;
        }


        .section-bg4{
            background: url('../images/asHotel_DStudio_168.jpg') rgba(0, 0, 0, 0.579);
            background-position:center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: scroll;
            background-blend-mode: multiply;
            padding-top: 300px;
            padding-bottom: 150px;
            position: relative;
            margin-top: -150px;
            text-align: center;
          }
        
          .section-bg3{
            background: url('../image/571938644.jpg') rgba(0, 0, 0, 0.579);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: scroll;
            background-blend-mode: multiply;
            padding-top: 300px;
            padding-bottom: 150px;
            position: relative;
            margin-top: -150px;
            text-align: center;
          }
          .section-bg2{
            background: url('../image/010101.jpg') rgba(0, 0, 0, 0.579);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: scroll;
            background-blend-mode: multiply;
            padding-top: 300px;
            padding-bottom: 150px;
            position: relative;
            margin-top: -150px;
            text-align: center;
          }
          .section-bg1{
            background: url('../images/DAN_7243.jpg') rgba(0, 0, 0, 0.579);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: scroll;
            background-blend-mode: multiply;
            padding-top: 300px;
            padding-bottom: 150px;
            position: relative;
            margin-top: -150px;
            text-align: center;
          }
          .section-bg0{
            background: url('../image/571943462.jpg') rgba(0, 0, 0, 0.579);
            background-position:center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: scroll;
            background-blend-mode: multiply;
            padding-top: 300px;
            padding-bottom: 150px;
            position: relative;
            margin-top: -150px;
            text-align: center;
          }
          .section-bg5{
            background: url('../image/571939638.jpg') rgba(0, 0, 0, 0.579);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: scroll;
            background-blend-mode: multiply;
            padding-top: 300px;
            padding-bottom: 150px;
            position: relative;
            margin-top: -150px;
            text-align: center;
          }
        
          .count-box{
            background: #295758;
            padding: 23px;
            color: white;
            text-align: center;
            margin: 20px 0px 20px 0px;
          }
          .galleryyy{
            padding-top: 30px;
          }
        
          .room-specs-rev{
            padding: 10px;
          }
          @media (max-width: 991px){
            .stt{
                margin-left: 24% !important;
            }
            .room-specs-rev{
                padding: 20px;
            }
            .section-bg4, .section-bg5, .section-bg3, .section-bg2, .section-bg1, .section-bg0
            {   
           padding-top: 200px;
          }
          }

          /*  */

          /* ABOUT US SECTION STYLING */
.about-us-con .about-left-con .elipse {
    bottom: -50px;
    left: -50px;
}

.about-us-con {
  padding-top: 70px;
}

.about-us-con .about-right-con p {
    margin-bottom: 45px;
    font-size: 18px;
}

.about-us-con .about-right-con img {
    margin-bottom: 25px;
}

.about-us-con .statistics-box {
    background-color: var(--secondary--color);
    text-align: center;
    padding: 15px 20px;
    /* height: 129px; */
}

.about-us-con .statistics-con .col-lg-6.col-md-6 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.about-us-con .statistics-con .col-lg-6.col-md-6:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.about-us-con .statistics-con .statistics-box span {
    font-size: 45px;
    line-height: 40px;

}

.about-us-con .statistics-con .statistics-box sup {
    font-size: 33px;
    top: unset;
}

.about-us-con .statistics-con .statistics-box span.span-text {
    font-size: 14px;
    line-height: 14px;
    color: var(--black-family-color);
    margin-bottom: 0;
    font-weight: 600;
}
.img21{
    position: relative;
    z-index: 1;
    width:80% ;
}
.elipse{
    position: relative;
    margin-top: -170px;
}
.beige-text {
    color: #CF7965 !important;
}
.abouttxt{
    font-size: 45px;
}


/* SERVICES SECTION */
.services-con .service-box {
    padding: 72px 45px 34px;
    box-shadow: 0 1px 94px rgb(0 0 0 / 5%);
    margin-top: 56px;
    border: 1px solid transparent;
    transition: ease-in-out 0.6s;
    width: 100%;
}

.services-con .service-box h4 {
    margin-bottom: 16px;
}

.services-con .service-box figure.center-icon {
    position: absolute;
    width: 112px;
    height: 112px;
    line-height: 112px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    background-color:#295758;
    left: 50%;
    transform: translate(-50%, 50%);
    top: -50%;
    transition: ease-in-out 0.6s;
}

.services-con .service-box p {
    line-height: 24px;
    margin-bottom: 22px;
    font-size: 18px;
}

.services-con .service-box a {
    font-size: 14px;
}

.services-con .service-box a i {
    transition: ease-in-out 0.6s;
}

.services-con .service-box a:hover {
    text-decoration: none;
    color: #CF7965 !important;
}

.services-con .service-box a:hover i {
    transform: translateX(2px);
}

.services-con .col-lg-4.col-md-4 {
    margin-bottom: 50px;
    display: flex;
}

.services-con .col-lg-4.col-md-4:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.services-con .service-box:hover {
    border: 1px solid #CF7965;
}

.services-con .service-box:hover img {
    transform: translateY(-2px);
}

.services-con .service-box img {
    transition: ease-in-out 0.6s;
}

.services-con .service-box:hover figure.center-icon,
.services-con .services-box-outer-con:hover figure.center-icon {
    background-color: #CF7965;
}

/* ROOMS AND SUITS SECTION */
.rooms-and-suites-con .room-box .white-box,
.rooms-and-suites-con2 .room-box .white-box {
    width: 300px;
    background-color: #ffffff;
    padding: 17px;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: ease-in-out 0.6s;
}

.rooms-and-suites-con .room-box,
.rooms-and-suites-con2 .room-box {
    transition: ease-in-out 0.6s;
}

.rooms-and-suites-con .room-box:hover .white-box,
.rooms-and-suites-con2 .room-box:hover .white-box {
    transform: translateY(-5px);
}

.rooms-and-suites-con .room-box .white-box h4,
.rooms-and-suites-con2 .room-box .white-box h4 {
    margin-bottom: 5px;
}

.rooms-and-suites-con .room-box .white-box .arrow-con,
.rooms-and-suites-con2 .room-box .white-box .arrow-con,
.index2-outer-wrapper .news-and-articles-con .news-box .arrow-con {
    background-color: #CF7965;
    width: 51px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out 0.6s;
}

.rooms-and-suites-con .room-box .white-box .arrow-con i,
.rooms-and-suites-con2 .room-box .white-box .arrow-con i,
.index2-outer-wrapper .news-and-articles-con .news-box .arrow-con i {
    line-height: 45px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}

.rooms-and-suites-con .room-box .white-box .arrow-con:hover,
.rooms-and-suites-con2 .room-box .white-box .arrow-con:hover,
.index2-outer-wrapper .news-and-articles-con .news-box .arrow-con:hover {
    background-color: var(--primary--color);
}

.rooms-and-suites-con .room-box .star {
    width: 30px;
    background-color: rgb(0 0 0 / 40%);
    left: 20px;
    top: 20px;
    padding: 7px;
}

.rooms-and-suites-con .room-box .star span {
    font-size: 12px;
    line-height: 12px;
}

.rooms-and-suites-con .owl-carousel .owl-item .room-box .star img {
    width: auto;
}

.rooms-and-suites-con .owl-dots,
.testimonials-con .owl-dots,
.gallery-photos-carousel-con .owl-dots {
    margin-top: 44px;
    text-align: center;
}

.rooms-and-suites-con .owl-dots button,
.testimonials-con .owl-dots button,
.gallery-photos-carousel-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.rooms-and-suites-con .owl-dots button:focus,
.rooms-and-suites-con .owl-dots button:focus-visible,
.testimonials-con .owl-dots button:focus,
.testimonials-con .owl-dots button:focus-visible,
.gallery-photos-carousel-con .owl-dots button:focus,
.gallery-photos-carousel-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.rooms-and-suites-con .owl-dots button.active span,
.testimonials-con .owl-dots button.active span,
.gallery-photos-carousel-con .owl-dots button.active span {
    background-color: #295758 !important;
    color: #295758;
    width: 16px;
    height: 16px;
}

.rooms-and-suites-con .owl-dots button span,
.testimonials-con .owl-dots button span,
.gallery-photos-carousel-con .owl-dots button span {
    background-color: #e3d6d2;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.owl-nav{
    display: none;
}

/* WHO WE ARE SECTION */
.who-we-are-con::after,
.who-we-comfort-con::after {
    content: "";
    right: 0;
    top: 0;
    width: 48%;
    height: 100%;
    position: absolute;
    background: url(../image/571938644.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.who-we-are-con .vector-icon,
.who-we-comfort-con .vector-icon {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.who-we-are-con .who-we-are-content-con,
.who-we-comfort-con .who-we-are-content-con {
    padding-right: 20px;
}

.who-we-are-con .primary-button a:hover,
.who-we-comfort-con .primary-button a:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}


.primary-button a, .primary-button button {
    background-color: #CF7965;
    padding: 0;
    min-width: 187px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 58px;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    border: none;
}



.testimonial-box{
    border: 1px dashed #a8a8a8;
    padding: 40px;
    transition: 0.3s ease-in-out;
  
  }
  
  .testimonial-box:hover{
    border: 1px dashed #AA8453;
    transition: 0.3s ease-in-out;
  }
  
  .quotes{
    position: relative;
    z-index: 10;
    margin-bottom: -40px;
  }
  
  .owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.cover-bg{
    background: url('../image/571943488.jpg') rgba(0, 0, 0, 0.671);
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
   
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  @media (max-width: 991px){
    .logo1{
display: none;
    }
    .navbar .navbar-nav .nav-link {
      font-size: 22px !important;
      font-family: "Cormorant Garamond", serif;
      align-items: start !important ;
  
    }
    .l9{
      margin-top: 20px !important;
    }
    .lo{
      text-align: center !important;
    }
    .slide-caption h1{
      font-size: 40px !important;
   
    }
.sts{
  margin-top: 60% !important;
  width: 50% !important;
}
.swiper{
  height: 700px;
}
.l1{
  display: none !important;
}
.home-two .section-title h1{
  font-size:25px !important;
}


.cls{
  margin-left: 0px !important;
}
.abouttxt{
    font-size: 40px;
}
.img21{
    width: 100%;
}
.about-right-con{
    margin-top: 50px;
}
.services-con .service-box{
    margin-top: 30px;
}
.float-left{
    margin-top: 10px !important;
  
}
/* WHO WE ARE SECTION */
.who-we-are-con::after,
.who-we-comfort-con::after {
  
    position: relative;
   
}
.rooms-and-suites-con
{
    margin-bottom: 0px !important;
}
.rooms-and-suites-con h2
{
  font-size: 30px;
}
.who-we-are-con h2{
    font-size: 35px !important;
}
.footer1
{
    text-align: left !important;
}
}


/*rooms.html*/
.section-bg1{
    background: url('../photos/slide2.jpg'), rgba(0, 0, 0, 0.607);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 150px;
    padding-bottom: 40px;
    text-align: center;
    justify-content: center;
  }
  
  .section-bg1 h1{
    color: white;
    text-align: center;
    font-weight: 700;
  }
  
  .room-wrapper{
    position: relative;
    justify-content: center;
    text-align: center;
    
  }
  .info-box{
    position: absolute;
  
     top: 10px;
      left: 50%;
      transform: translateX(-50%);
    background: #CF7965;
    color: white;
    padding: 10px 20px;
  }
  

  .contact-box{
    padding: 30px;
    background: #295758;
    color: rgb(255, 255, 255);
  }