/*Animations*/
.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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Federant&family=Gilda+Display&family=Grey+Qo&family=IBM+Plex+Sans+JP&family=Jost:ital,wght@0,100..900;1,100..900&family=La+Belle+Aurore&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libertinus+Math&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mozilla+Text:wght@200..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+HU:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* End Animations*/



html, body {
  height: 100%;
  margin: 0;
  background-color: #0b1421;
  width: 100%;
  overflow-x: hidden;
}

.navbar{
    box-shadow: none;
    background-color: white;
    margin-bottom: -10em;
    position: relative;
    z-index: 15;
    margin-top: 30px;

}

.dropdown-toggle{
  color: black;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px!important;
    margin-left: 23px;
    text-transform: uppercase;
}

.nav-link {
    color: black;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px!important;
    margin-left: 23px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}


.nav-link:hover {
    color: black;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px!important;
    margin-left: 23px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dropdown-item{
    color: black;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


.nav-link.active{
    color: #da3c3c!important;
}

.nav-link:hover{
   color: #da3c3c!important;
}

.nav-link:hover {
    color:rgba(255, 255, 255, 0.779);
    transition: white;
 background-color:rgba(255, 255, 255, 0.329);
}
.nav-link.active:hover{
    color: rgba(255, 255, 255, 0.779)!important;
    transition: white;
     background-color:rgba(255, 255, 255, 0.329);
}

.book-button{
    background-color:#FFE7B4;
    margin-top: 42px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 10px;
     color: #2C150B;
   font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
    }

 .book-button:hover{
    background-color:#f5d486bb;
    color: rgba(0, 0, 0, 0.836);
  }   

.carousel-item.bg-slide {
  height: 100vh;            
  width: 100%;
  background-size: cover;    
}

.bg-slide {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat!important;
  transition: background-image 1s ease-in-out;
}

.slide1 { 
   background: url('../img/carousel1.jpg')rgba(0, 0, 0, 0.44);
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }

.slide2 { 
   background: url('../img/carousel2.jpg')rgba(0, 0, 0, 0.44); 
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   }



.carousel-text{
  text-align: left;
  font-size: 60px;
  margin-top: 30px;
   font-family: "Spectral", serif;
  font-weight: 550;
  font-style: normal;

}

.primary-btn{
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#da3c3c;
    font-size: 14px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal; 
}

.primary-btn:hover{
   padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:RGB(14, 42, 78);
    font-size: 14px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal; 
}

.carousel-h1{
    text-align: left;
    font-size: 60px;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.carousel-p{
    text-align: left;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 200px;
  margin-top: 50px;
}



  .relative-box{
    border-top: 2px solid #C19D68;
    position: relative;
    background: white;
    padding: 30px;
    color: rgba(0, 0, 0, 0.863)!important;
    width: 90% !important;
    z-index: 10;
    margin-top: -80px;
  -webkit-box-shadow: 0px 24px 65px -29px #0b2848;
    -moz-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
    box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
  
  }

  .Check-in{
    padding-top: 17px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 13px;
    color: white;
    background-color: #da3c3c;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  }

.about-section{
    background-color: white;
    
}

.hero-section{
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 30px;
}

.section-label{
    color: #da3c3c;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
   margin-left: 20px;
}

.main-title{
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; 
  color: #0b2848;
  margin-left: 20px;
  font-size: 50px;
}

.description-text{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgba(128, 128, 128, 0.877);
  margin-left: 20px;
  margin-top: 30px;
  font-size: 17px;

}

.signature{
 font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
  color: black;
  margin-left: 25px;
  font-size: 20px;
}

.discover-btn {
    background-color: #da3c3c;
    color: white;
      font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  padding: 15px;
  font-size: 15px;
  margin-left: 20px;
  margin-top: 15px;
  
}

.discover-btn:hover {
    background-color: #0b1421f3;
    color: white;}

.amenties-h6{
  color: #da3c3c;
  letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

 .carousel-control-prev,
        .carousel-control-next {
            position: absolute !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            z-index: 5 !important;
            width: 5% !important;
        }
        
       
        section:not(.carousel) .carousel-control-prev,
        section:not(.carousel) .carousel-control-next {
            display: none !important;
        }

        .amenties-h6{
          color: #da3c3c;
          font-family: "Roboto", sans-serif;
          font-optical-sizing: auto;
          font-weight: 800;
          font-style: normal;
          text-transform: uppercase;
          text-align: center;

        }

        .amenties-h1{
           font-family: "Playfair Display", serif;
           font-optical-sizing: auto;
           font-weight: 700;
           font-style: normal; 
           color: #0b2848;
           text-align: center;
           font-size: 50px;
        }

        .amenties-name{
          color: RGB(14, 42, 78);
          font-size: 20px;
          font-family: "Roboto", sans-serif;
          font-optical-sizing: auto;
          font-weight: 400;
          font-style: normal;
        }

.rooms-h5{
  margin-bottom: 10px;
  font-size: 18px;
  color: white;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 100px;
  text-transform: uppercase;
}

.room1{
    color: white;
  border-radius: 8px;
  background: url('../img/Apartment\ with\ Sea\ View.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: end;
}

.room2{
    color: white;
  border-radius: 8px;
  background: url('../img/Economy\ Triple\ Room.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: end;
}

.room3{
    color: white;
  border-radius: 8px;
  background: url('../img/Economy\ Double\ Room.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: end;
}

.room4{
    color: white;
  border-radius: 8px;
  background: url('../img/Economy\ Quadruple\ Room1.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: end;
}

.room-name{
  color: white;
    font-family: "Spectral", serif;
  font-weight: 550;
  font-style: normal;
font-size: 30px;
margin-bottom: 30px;
margin-left: 20px;
}


.room-hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.room-btn {
  position: absolute;
  bottom: 30px;
  left: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: #FFEECA;
  color: #2C150B;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  z-index: 2;
}


.room-hover:hover .room-btn {
  opacity: 1;
    background-color: #ffdd95d2;
    color: #000000;

}

.room-hover::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.room-hover:hover::before {
  opacity: 1;
}


.rooms-h2{
   font-family: "Playfair Display", serif;
           font-optical-sizing: auto;
           font-weight: 700;
           font-style: normal; 
           color: white;
}

.rooms-buttons{
  color:#da3c3c;
font-size: 17px;
border-bottom: 2px solid #da3c3c;
margin-bottom: 30px;

}

.rooms-p{
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-top: 60px!important;
}



.photo-container {
  position: relative;
  width: 500px; 
  height: 600px;
  margin: 0 auto; 
  margin-top: 120px;
  margin-left: 15px;
}

.photo-big {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 23px solid rgba(128, 128, 128, 0.068); 
}

.photo-small {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-25%, -20%); 
  width: 400px; 
  border: 20px solid rgba(128, 128, 128, 0.068);  
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); 
}

.photo-small {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-25%, -20%); 
  width: 400px; 
  border: 20px solid white;  
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(128, 128, 128, 0.068); 
}

.breakfast-h6{
color: #da3c3c;
margin-top: 150px;
font-size: 17px;
text-transform: uppercase;
}

.breakfast-h1{
  font-family: "Playfair Display", serif;
           font-optical-sizing: auto;
           font-weight: 700;
           font-style: normal; 
           color: #0b2848;
           text-align: left;
           font-size: 45px;
           margin-top: 10px;
}

.breakfast-p{
  color: rgba(128, 128, 128, 0.884);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  margin-top: 27px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.read-button{
  padding: 20px;
  color: rgba(0, 0, 0, 0.719);
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  border: 0.5px solid rgba(128, 128, 128, 0.281);
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 12px;

}

.testimonials-section {
  background-color: #fdfdfd;
  padding: 100px 0;
  margin-top: 50px;
}

.testimonials-h6 {
  color: #da3c3c;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.testimonials-h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 45px;
  color: #0b2848;
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-card {
  background-color: white;
  border: 1px solid rgba(128,128,128,0.15);
  border-radius: 12px;
  padding: 30px;
  margin: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-text {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: rgba(128,128,128,0.9);
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-name {
  font-family: "Spectral", serif;
  font-size: 20px;
  font-weight: 600;
  color: #0b2848;
  margin-bottom: 5px;
}

.testimonial-country {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}


    
  /* 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-color:#0b1421;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-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: 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: '\f105';
    font-family: "Font Awesome 5 Free";
    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: white;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: #0b1421;
  }
  
   .offer-section {
      background: url('your-image.jpg') no-repeat center center/cover;
      color: white;
      padding: 100px 0;
      position: relative;
    }

    .offer-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .offer-content {
      position: relative;
      z-index: 1;
    }

    .btn-offer {
      background-color: #e63946;
      color: white;
      border: none;
    }

    .btn-offer:hover {
      background-color: #d62828;
    }


.breakfast-h6 {
  color: #da3c3c;
  margin-top: 150px;
  font-size: 17px;
  text-transform: uppercase;
}

.breakfast-h7 {
  color: #da3c3c;
  margin-top: 50px;
  font-size: 17px;
  text-transform: uppercase;
}

.breakfast-h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: white;
  text-align: left;
  font-size: 45px;
  margin-top: 10px;
}

.breakfast-p {
  color: rgba(128, 128, 128, 0.884);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  margin-top: 27px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.read-button {
  padding: 20px;
  color: rgba(0, 0, 0, 0.719);
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  border: 0.5px solid rgba(128, 128, 128, 0.281);
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 12px;
}

/* Fotoja e madhe dhe e vogël - të djathtat */
.photo-container {
  position: relative;
  width: 500px; 
  height: 600px;
  margin: 0 auto; 
  margin-top: 120px;
  margin-left: 15px;
}

.photo-big {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 23px solid rgba(128, 128, 128, 0.068); 
}

.photo-small {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-25%, -20%); 
  width: 400px; 
  border: 20px solid white;  
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(128, 128, 128, 0.068); 
}
.single-photo-container {
  margin-top: 100px;
  text-align: center;
}

.single-photo-container img {
  width: 90%;
  max-width: 500px;
  border: 20px solid white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


 .header-section3{
     background: url('../img/Economy\ Double\ Room1.3.jpg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }


 .header-section5{
     background: url('../img/Economy\ Quadruple\ Room1.4.jpg')rgba(0, 0, 0, 0.45);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
     display: flex;
     align-items: center;
    justify-content: center;
     position: relative;
     color: white;
     text-align: center;
     background-blend-mode: multiply;
          }

.book-link{
  color: #d62828;
  border-bottom: 2px solid #d62828 ;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px!important;
}


.book-link:hover{
  color: #0b2848;
  border-bottom: 2px solid #0b2848;
}


.card-title{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; 
  color: #0b2848;
  font-size: 25px!important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-text{
  color: #000000da;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}



.form-h4{
  font-size: 30px;
  color:#2c150b;
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}


.contact-tittle{
  font-size: 25px;
  color: #d62828;
  font-family: "Spectral", serif;
  font-weight: 550;
  font-style: normal;
  text-align: left;
}


.contact-p{
    color:#333333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

    .contact-info {
      background-color: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
      height: 100%;
      border: 1px solid rgba(128, 128, 128, 0.726);
    }

    .form-control, textarea {
      margin-bottom: 15px;
    }
.contact-p{
  color: #0b2848;
    font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
}

     .icon-box1 {
      background-color: #ffe6a0;
      padding: 10px;
      border-radius: 10px;
      display: inline-block;
margin-bottom: 20px;
width: 70px;
height: 65px;
    }

    @media (max-width: 768px) {

        .amenties-h1{
           font-family: "Playfair Display", serif;
           font-optical-sizing: auto;
           font-weight: 700;
           font-style: normal; 
           color: #0b2848;
           text-align: center;
           font-size: 35px;
        }

    }

    @media (max-width: 768px) {
   .carousel-h1{
    font-size: 30px;
    margin-top: 100px!important;
   }
}

@media (max-width: 768px) {
 
  .navbar {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
  }

  .nav-link,
  .dropdown-toggle {
    font-size: 14px !important;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .book-button {
    margin-top: 20px;
    font-size: 13px;
    padding: 8px 20px;
  }

  .carousel-item.bg-slide {
    height: 70vh; 
  }

  .carousel-text,
  .carousel-h1 {
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
  }

  .carousel-p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 15px;
  }

  .primary-btn {
    font-size: 13px;
    padding: 8px 20px;
    display: inline-block;
    margin: 0 auto;
  }
  
  .main-title{
    font-size: 33px;
  }

.rooms-h2{
  font-size: 45px;
}



.photo-container {
  position: relative;
  width: 350px; 
  height: 600px;
  margin: 0 auto; 
  margin-top: 120px;
  margin-left: 15px;
}

.photo-big {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 23px solid rgba(128, 128, 128, 0.068); 
}

.photo-small {
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-25%, -20%); 
  width: 350px; 
  border: 20px solid rgba(128, 128, 128, 0.068);  
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); 
}

.breakfast{
  margin-top: 15px;
}

.breakfast-h1{
font-size: 30px;
}

.breakfast-p{
  font-size: 18px;
}


.read-button{
  padding: 15px;
  color: rgba(0, 0, 0, 0.719);
  font-size: 15px;
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 12px;
  margin-bottom: 40px!important;

}

.breakfast-h6{
color: #da3c3c;
margin-top: 20px;
font-size: 17px;
text-transform: uppercase;
}

.gallery-img{
  width: 350px!important;
}

.testimonials-h1{
  font-size: 35px;
}

.rooms-h2{
   font-family: "Playfair Display", serif;
           font-optical-sizing: auto;
           font-weight: 700;
           font-style: normal; 
           color: white;
           font-size: 35px;
}

.logo21{
  margin-top: 15px!important;
}
}

