@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Slabo+27px&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Emilys+Candy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almendra+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }
  a{
      text-decoration: none;
  }

::selection {
  color: rgb(227, 177, 67);
}
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar-thumb {
  background: #1C85EA;
}
a {
  color: inherit;
  text-decoration: none !important;
}
.flex {
  display: flex;
}
.section-title{
  color: #1c1303 !important;
  font-family: "Forum", serif;
  font-size:53px !important;
  font-weight: 800 !important;

}
.section-subtitle {
    color: #1C85EA;
    font-family: "Forum", serif;
    font-size:18px;
    letter-spacing: 8px;
    padding: 20px;
  }
 
.container .link-btn,
.link-btn {
  position: relative;
    display: inline-block;
    overflow: hidden;
 
    background: #5FB4EA;
    border-radius: 0;
    cursor: pointer;
    padding: 17px 33px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: center;
    z-index: 1;
    transition: .5s;
    font-family: "Forum", serif;
    color: rgb(0, 0, 0);
} 
 .link-btn:hover {
  background-color: #5FB4EA;
    color: #000000;
transition: all 0.3s ease;
  } 
.link-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #ffffff;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.navbar-brand img {
    width: 130px;
  }
  .navbar {
    align-items: center !important;
  }
  .royalnavbar{
    margin-top: 50px;
    padding: 10px;
  }
  .navbar .navbar-nav .nav-link {
    color:#000000;
    font-size: 13PX !important;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #1C85EA !important;
  }
  .nav-link:hover{
    color: #1C85EA !important;
  }
  .navbar li a.active {
    color: #1C85EA !important;
    transform: scale(1.05);
    border-bottom: 1px#1C85EA solid !important;
 background-color: transparent;
  }
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 120px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  .contact section a {
    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, rgba(0, 0, 0, 0.248), rgba(0, 0, 0, 0.881)), url('img/artt.jpg') center/cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: white;
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: white;
    font-size: 14px;
    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: '\21A3';
    font-family: "Forum", 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 {
    background-color: #000000;
    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;
    }
  }
  
   
  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 
      .gold-head1 {
       
        font-size: 20px !important;
      }
  }

.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }
   /* 3 Banner */
.banner_wrapper {
    height: 50.625rem;
    margin-top: 50px;
   z-index: 1;
    position: relative;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.din {
    font-size:50px !important;
}
.banner_wrapper h1{
    font-style: normal;
    font-size: 80px; 
    color: #ffffff;
    top: 110% !important;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
}
.welcome{
  font-size:50px;
  position: relative;
  color: #1C85EA!important;
  z-index: -3;
  top: -50px;
  text-shadow: #1d1f20;
}
/* Outline class for modern outline styling */
/* button link */
.link-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
}
.link-btn i {
  margin-left: 3px;
  font-size: 15px;
  color: #5FB4EA;
}
.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5FB4EA;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.link-btn:hover::before {
  width: 100%
}


.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
 background-color: #00000075;
   
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: var(--secondary-color);
    border: .0625rem solid var(--bg-white);
    background-color: #ffffff;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color:#1C85EA;
}
@media screen and (min-width: 200px)and (max-width: 950px) {

    .banner_wrapper h1{
      
        font-size: 50px; 
       
    }
    .banner_wrapper .swiper .slide-caption p {
font-size: 20px !important;
      
    }
   .about01{
    font-size: 19px !important;
   }   
     .banner_wrapper .swiper {
   
    height: 60% !important;
}
.welcome{
  margin-bottom: -30px;
  font-size: 40px;
}
}
.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}

.checkin{

   
  padding:30px;
   background: white;
   box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  position: relative;
z-index: 999;
 

 

  }
  /* .about-section{
    margin-top: 100px;
  } */




     .bg01{
        text-align: center;
        font-family: "Cinzel", serif;
    color: #ffffff;
         font-size: 55px;
        
         padding-top: 150px;
         text-shadow: 2px 1px 1px #ffffff;
        
         
          }

          .font01{
            font-size: 30PX;
          font-family: "Forum", serif;
            color: #F38933;
          }
     
  .room-bg1{
    background: url('image/WhatsApp Image 2024-04-13 at 11.09.46 (1).jpeg') rgba(0, 0, 0, 0.651);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }
  .gallery-bg1{
    background: url('image/WhatsApp Image 2023-08-10 at 15.41.43.jpeg') rgba(0, 0, 0, 0.63);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }

   .contact-bg1{
    background: url('image/WhatsApp Image 2024-04-13 at 11.09.46 (3).jpeg') rgba(0, 0, 0, 0.705);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }
    /*CONTACT*/


#contact1-head h1{
    letter-spacing: 3px;
    font-weight: bold;
    color: lightgoldenrodyellow;
    font-family: 'Fondamento', cursive;


}
#contact1-head h3,#contact-head p{
    font-weight: bold;
        font-family: 'Outfit', sans-serif;
        letter-spacing: 2px;
    color: whitesmoke;
    
    }

    
.contacts1 .col-lg-12 h3{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;

}

.contacts1 .col-lg-12 p{
    color:#000000;
    font-family: 'Outfit', sans-serif;

}

.contacts1 .col-lg-12 h2{
    font-family: 'Fondamento', cursive;
    font-weight: bold;
    border-bottom: 3px solid  #000000;
    border-radius: 5px;
    display: inline-block;
}

.contacts1 .col-lg-4 p{
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    color: #181313;
}

.contacts1 .col-lg-4 h2{
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
    color: #000000;

}

.contact1-info{
    border-bottom: 1px solid 1C2025;
    background-image: linear-gradient(180deg, #ffffff 45%,  #1d1f20 92%, #1C2025 100%);

}

.contacts1 .col-lg-12 .map{
    border:3px solid #1C2025;
    box-shadow: 0 0 10px 5px  #1C2025;
}

.about-bg1{
    background: url('image/WhatsApp Image 2024-04-13 at 11.09.48 (5).jpeg') rgba(0, 0, 0, 0.678);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 100px;
  }

  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;


  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }
  

  .rez1{

 box-shadow: -130px -120px 0px -68px #1C2025;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-size: 100%;
  }
  .navbar-toggler {
    border-color: #A67A27 !important;
    background-color: #ffffff;
}
.section-space{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.star{
  font-size: 50px !important;
  color: #d79c30;
  font-family: "Forum", serif;
}
.img1{
  width: 500px !important;
}
/*rooms section-home pg */

.rooms{
  padding-top: 110px !important;
  padding-bottom: 50px !important;
}



.section-title h1{
  text-align: center;
  font-size: 3.1rem;
  padding-top:16%;
  letter-spacing: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  font-family: "Forum", serif;
font-weight: 400;
font-style: normal;
text-shadow: 3px 3px 4px #e1b738;
}
.section-title p{
  text-align: center;
font-size: 18PX;
  padding-bottom:3%;
  letter-spacing: 10px;
  color: #fcfcfc;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}
@media(max-width: 767px){

.section-background, .section-background1, .section-background2,.section-background3 {
   height: 400px !important;
}
.section-title h1{
   padding-top: 50%;
   font-size: 40px !important;
}
}

 @media(max-width:767px )

 {
  .cover-bg h1 {
      font-size: 20px !important;
  }
 }


.section-background{
  background: url('img/img4.jpg')  rgba(20, 19, 19, 0.603) ;

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px !important;
  
}
.section-background2{
  background: url('img/img12.jpg')  rgba(20, 19, 19, 0.329) ;

  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px;
  
}

.section-background3{
  background: url('img/pexels-marywhitneyph-90319.jpg')  rgba(20, 19, 19, 0.329) ;

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px !important;
  
}

/* Media Query for devices with max-width of 1200px (e.g., laptops) */
@media (max-width: 1200px) {
  .star {
    font-size: 45px !important;
  }
}

/* Media Query for devices with max-width of 992px (e.g., tablets in landscape) */
@media (max-width: 992px) {
  .star {
    font-size: 40px !important;
  }
  .coll{
    padding: 70px !important;
  }
}

/* Media Query for devices with max-width of 768px (e.g., tablets in portrait) */
@media (max-width: 768px) {
  
  .section-background3{
    height: 400px 
    !important
  }
  .section-background2{
    height: 400px 
    !important
  }
  .section-background{
    height: 400px 
    !important
  }
}




/* Media Query for devices with max-width of 480px (e.g., small smartphones) */
@media (max-width: 480px) {
  .star {
    font-size: 25px !important;
  }
  .section-space{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .coll{
    padding: 20px !important;
      }
      .contect{
        padding: 30px !important;
      }
      .tekst{
        font-size: 30px !important;
      }
}

.rresht {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url('img/lule-removebg-preview.png')#003459;
  background-repeat: no-repeat;
  background-position: left;
  background-origin: border-box;
  padding: 60px;
}

.itemm {
  padding: 20px;
  border-radius: 50%;
  background-color: rgba(249, 248, 237, 0.799);
  text-align: center;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
  .rresht {
    padding: 140px;
  }
  .itemm {
    padding: 15px;
    border-radius: 0% !important;
    background-color: #08274ee2;
  }
}

@media (max-width: 992px) {
  .rresht {
    padding: 30px;
  }
  .itemm {
    padding: 15px;
    border-radius: 0% !important;
  }

}

@media (max-width: 768px) {
  .rresht {
    padding: 20px !important;
  }
  .itemm {
    padding: 10px;
    border-radius: 0% !important;
  }
  .imgbar {
    width:50px !important; /* Adjust width for smaller screens */
    margin-left: 10px !important; /* Center the image horizontally */
    /* margin-right: 60px !important; Center the image horizontally */
   
}
}
@media (max-width: 576px) {
  .rresht {
    padding: 10px;
  }
  .itemm {
    padding: 5px;
  }
  .imgbar {
    width: 140px; /* Adjust width for smaller screens */
    margin-left: auto; /* Center the image horizontally */
    margin-right: auto; /* Center the image horizontally */
    position: static; /* Reset position */
  }
}
/*imazhi te sesioni ne bar homepg */
.imgbar{
  width: 240px; position: relative; margin-left: -219px;
}
/*buttons?.btn2 */

.about-section{
    padding-top: 50px;
    padding: 50px;
}



.restaurant{
    background: url('../img/img7.jpg') rgba(0, 0, 0, 0.301) ;
  background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .restaurant11{
    background: url('../img/img12.jpg') rgba(0, 0, 0, 0.712) ;
  background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  
  

  
 #footerbanner{
    background: url(../img/art.jpg);
    background-size: cover;
    background-blend-mode: multiply;
  
    background-attachment: fixed;
    background-position: 0% 80%;
    height: 500px;
    display: flex;
    align-items: center;
  }
  
  .contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  }
  .contact-info .item {
    border-right: 1px solid rgba(200, 200, 200, 0.6);
  }
  .contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
  }
  .contact-info .item .icon i {
    color: #A26525;
    font-size: 26px;
  }
  .contact-info .item h5 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-family: 'Gilda Display', serif;
    color: #000000;
    height: 400;
  }
  .contact-info .item p {
    margin-bottom: 2px;
    font-family: 'Gilda Display', serif;
  }
  @media screen and (max-width: 991px) {
  .room4{
  font-size: 25px !important;
  }
  .room21{
  font-size: 24px !important;
  }
  .img11{
  padding-top: 50px !important;
  }
  .contact-info {
  display: unset !important;
  border-bottom: none !important;
  }
  .contact-info .item {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding-bottom: 40px;
  margin-bottom: 40px;
  }
  }
  .fac{
    box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.75);
    padding: 10px !important;
    background:url('img/shape-two.png') ;
  }
  .room-specs{
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    margin-right: -80px;
    margin-top: -10px;
    padding: 30px 30px;
  
  }.room-specs-rev{
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    margin-left: -80px;
    margin-top: -10px;
    padding:30px 20px;
  }
  
  @media screen and (max-width: 767px) {
    .room-specs-rev {
      margin-left:10px 
      !important;
    }
  }
  @media screen and (max-width: 767px) {
    .room-specs {
      margin-right:-20px 
  
      !important;
   
  }
}

@media (max-width:767px) {
 
    .gold-head{
      font-size: 25px !important;
    }
    .about-section{
      padding: 10px !important;
    }
    .con{
        font-size: 20px !important;
        padding: 10px !important;
    }
    
  }
  .underline {
    border-bottom: 2px double #d64040; /* Vijë e dyfishtë me trashësi 4px dhe ngjyrë të zezë */
}
  

/* facilities home page */

.container1 {
    width: 100%;
    height: 100%;
    padding: 0px 8%;
  }
  
  .container1 h1 {
    text-align: center;
    padding-top: 10%;
    margin-bottom: 60px;
    font-weight: 200;
    position: relative;
  font-family: "Forum", serif;
  }
  
  .container1 h1::after {
    content: '';
    background: #1C85EA;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .row1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
  }
  
  .service {
    text-align: center;
    padding: 25px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
  }
  
  .service i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #1C85EA;
  }
  
  .service h2 {
    font-weight: 100;
    margin-bottom: 8px;
  font-family: "Forum", serif;
  }
  
  .service:hover {
    background: #1C85EA;
    color: #fff;
    transform: scale(1.05);
  }
  
  .service:hover i {
    color: #fff;
  }
  /* testimonial section */
  .testimonial-section{
    background: url('img/img6.jpg')  #333333ce;
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
    margin-top: 50px;
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .testimonial-box{
    padding: 50px;
    border: 2px solid white;
    border-radius: 5px;
  }
  .testimonial-box:hover{
    background: #333333;
    transform:translateY(-15px);
    transition: background 0.5s ease-in-out;
    transition: transform 0.5s ease;
  }
  .gallery_wrap{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 300px;
  }
  
  .image_1 { 
    background-image: url('img/img1.jpg');
  }
  
  .image_2 { 
    background-image: url('img/img2.jpg');
  }
  
  .image_3 { 
    background-image: url('img/img3.jpg');
  }
  
  .image_4 { 
    background-image: url('img/img7.jpg');
  }
  
  .image_5 { 
    background-image: url('img/img9.jpg');
  }
  
  .image {
    flex: 1;
    height: 100%;
    background-position: center;
    background-repeat: none;
    background-size: cover;
    transition: flex 0.8s ease;
    
    &:hover{
      flex: 7;
    }
  }
  .room99{
    font-family: "Forum", serif;
    font-size: 40px;
    font-weight: 500;
    color: #1C85EA;
  }
  .restaurant-info {
    max-width: 800px;
    margin: 0 auto;
    background: url('../img/pexels-hngstrm-1939485.jpg') rgba(0, 0, 0, 0.459) ;
    background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
    padding: 80px;
    border-radius: 8px;
   
}

.restaurant-info h2 {
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.restaurant-info ul {
    list-style-type: none;
    padding: 0;
} 

.restaurant-info    ul li {
    margin-bottom: 5px;
    font-size: 1.2em;
    color: wheat;
}

.restaurant-info ul li:before {
    content: "•";
    margin-right: 8px;
    color: #26569e; /* or any color you prefer for the bullet */
}