* {
    transition: all 0.3s ease-in-out;
}


@media screen and (max-width:480px){
body{
  width: 400px !important;
}
  .header {
    background-color: #731819;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    max-width: 350px;
}

.logo h1 {
    font-size: 18px;
}

.navigation ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.navigation ul li {
margin-top: 20px;

}
.navigation a {
    text-decoration: none;
    color: #ffffe3;
    font-weight: bold;
}

.hero-backgrounds {
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  height: calc(58vh - 84px);
  background: url(../slideshow/slide_pic/index_1.jpg) no-repeat center center / cover;
  
}
.welcome-section {
  position: relative;
  z-index: 2;
  margin-left: 90px !important;
  display: flex;
  outline-color: white;
  /* border: 1px solid; */
  justify-content: center;
  flex-direction: column;
  gap: 0rem;
  place-content: center;
  place-items: center;
}


.welcome-section h2 {
  font-size: 2.5em;
  margin-block: 0rem ;
}

.stay-with-us{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
  background-color: #f5f5dcb3;
  border-radius: 10px;
  width: 350px !important;
  margin: 10px auto;
}

.content {
  text-align: justify;
  padding: 0 !important;
}

.content-container {
  position: relative;
  z-index: 2;
  color: #ffffe3;
}

.content-container h2 {
  font-size: 2em !important;
  margin-top: -70px;
}

.content-container hr {
  border: 0;
  height: 2px;
  background: #ffffe3;
  width: 50px;
  margin-top: -10px !important;
  margin-bottom: 20px;
}



.about-us-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: black;
  width: 90% !important;
  padding: 20px;
  background-color: #f5f5dcb3;
  align-items: center;
}

.slideshow-container {
  position: relative;
  max-width: 80%;
  margin: auto;
}

.slideshow-grid {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  gap: 15px;
}

.slideshow-grid img {
  width: 100%;
  height: 160px;
  border-radius: 7px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;
}

.slideshow-grid img:hover {
  transform: scale(1.09);
}

.dot-container {
  text-align: center;
  padding: 20px 0;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #731819;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #adadad;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  display: block;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffe3;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.restaurant-opening {
  text-align: center;
  /* padding: 20px; */
  color: black;
  width: 90% !important;
  max-width: 1150px;
  margin-inline: 8%;
  /* background-color: #fcfcf4; */
  border-radius: 10px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.restaurant-heading {
  color: #731819;
  font-size: 38px;
  margin-bottom: 20px;
}

.info-text{
  color: #731819;
  font-size: 24px;
  font-weight: 600;

}

.contact-directions {
  display: flex;
  width: 400px !important;
  flex-direction: column ;
  color: black;
  margin: 0 auto;
}





.restaurant-subheading {
  font-size: 22px;
  font-weight:500 ; 
  margin-bottom: 20px;
}

.restaurant-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.info-text {
  flex: 1;
  text-align: left;
  margin: 10px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}


.icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.route-planner{
  width: 350px !important;
}
.book-button {
  background-color: #731819;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 6px;
  border: 2px solid #ffffe3;
}


.book-button:hover {
  background-color: #a31c00;
}

.info-image {
  flex: 1;
  margin: 10px;
}

.info-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.restaurant-footer {
  font-size: 16px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
}



.footer {
  background-color: #a47e3c;
  color: white;
  text-align: center;
  width: -webkit-fill-available;
  padding: 30px 0px !important;
  font-size: 18px;
}

.footer11 {
  background-color: #a47e3c;
  color: white;
  text-align: center;
  font-size: 15px;
  /* padding-inline: 47px; */
  z-index: 1;
  width: -webkit-fill-available;
  padding: 20px 0px !important;
  font-size: 22px;
}


.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 200px;
  height: auto;
}
.footer-content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 56px;
justify-content: center;
/* margin-inline: 23%; */
}


.footer-content p {
  margin: 5px 0;
}

.footer-content a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.footer-content a:hover {
  text-decoration: underline;
}



.carousel-container {
width: 100%;
overflow: hidden;
box-sizing: border-box;
padding: 0 10px; 
}

.carousel {
display: flex;
width:100%; 
animation: scroll 20s linear infinite;
box-sizing: border-box;
}

.slidess {
flex: 0 0 calc(65% - 20px); 
margin: 0 10px;
box-sizing: border-box;
}

.slidess img {
width: 250px !important;
border-radius: 16px;
display: block;
}

@keyframes scroll {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); } 
}

  


}
/* General responsive styles */
  

  
  /* Bootstrap-like container for better responsiveness */
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  
  /* Flexbox utilities */
  .d-flex {
    display: flex;
  }
  
  .flex-wrap {
    flex-wrap: wrap;
  }
  
  .justify-content-between {
    justify-content: space-between;
  }
  
  .align-items-center {
    align-items: center;
  }



/* Header animations */
.header {
    animation: fadeInDown 0.5s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navigation a {
    position: relative;
    overflow: hidden;
}

.navigation .contact-btn::after {
    background-color: #731819;
    content: '';
    height: 0px !important;
}

.navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffe3;
    transition: width 0.3s ease;
}



.navigation a:hover::after {
    width: 100%;
}

/* Button hover effects */
.btn, .contact-btn, .book-button {
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.btn:hover, .contact-, .book-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn:active, .contact-btn:active, .book-button:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Welcome section animations */
.welcome-section h2 {
    animation: fadeInUp 0.8s ease-out;
}

.welcome-section p {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.welcome-section .btn {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dynamic section hover effect */
.dynamic-section {
    transition: transform 0.3s;
}

.dynamic-section:hover {
    transform: scale(1);
}

/* About us section animations */
.about-us-grid {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.about-us-grid.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slideshow hover effects */
.slideshow-grid img {
    transition: transform 0.3s, box-shadow 0.3s;
}

.slideshow-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Restaurant section animations */
.restaurant-opening {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.restaurant-opening.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Footer animations */
.footer {
    animation: fadeInUp 0.5s ease-out;
}

/* Lightbox animations */
.lightbox {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lightbox.show {
    opacity: 1;
}

.lightbox-content {
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}

.lightbox.show .lightbox-content {
    transform: scale(1);
}

body, html {
    margin: 0;
    padding: 0;
font-family: Arial, Helvetica, sans-serif;
    color: #ffffe3;
    width: fit-content;
    background-color: #f5f5dcb3;
}
.header {
    background-color: #731819;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
}

.logo h1 {
    font-size: 1.5em;
    color: #fff;
}

.navigation ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.navigation a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.contact-btn {
    background-color: #731819;
    padding: 10px 15px;
    border: 2px solid #ffffe3;
    border-radius: 9px;
    transition: background-color 0.3s;
}

.contactBtnGrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactBtnGrp button{
    border: 2px solid #ffffe3 !important;
}

.contactBtnGrp button:hover {
    background-color: #A00B0B;
    transform: scale(1.05);
    
}

.main-content {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    /* background: url(../slideshow/slide_pic/index_1.jpg) no-repeat center center / cover; */
    text-align: center;
    /* backdrop-filter: grayscale(); */
    background-blend-mode: overlay;
    /* opacity: 96%; */
    /* backdrop-filter: blur(1px); */
    /* padding: 20px; */
}



.hero-background {
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    min-height: calc(90vh - 84px);
    background: url(../slideshow/slide_pic/index_1.jpg) no-repeat center center / cover;
}


.welcome-section {
    position: relative;
    z-index: 2;
    margin-inline: 30px;
    display: flex;
    outline-color: white;
    /* border: 1px solid; */
    justify-content: center;
    flex-direction: column;
    gap: 0rem;
    place-content: center;
    place-items: center;
}


.welcome-section h2 {
    font-size: 3em;
    margin-bottom: -5px;
}

.welcome-section p {
    font-size: 1.2em;
    padding-inline: 14%;
    /* margin-bottom: 46px; */
}


.btn {
    background-color: #C60F0F;
    color: #fff;
    padding: 15px 25px;
    width: max-content;
    /* margin-top: 6%; */
    border-radius: 5px;
    border: 1px solid white;
    /* outline: white; */
    stroke: white;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}
.btn:hover {
    background-color: #A00B0B;
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity */
    z-index: 1;
}
.dynamic-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #721819;
    width: -webkit-fill-available;
    min-height: 120px;
    text-align: center;
    padding: 60px 0px 20px ;

}

.dynamic-section .overlay {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../pic/logo_stadthotel.png) no-repeat center center;
    background-size: 35%;
    opacity: 0.1;
    z-index: 1;
}

.table-heading::before, .table-heading::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 25%;
    height: 1px;
    background-color: #8B0000;
}

.dynamic-section h1 {
    color: #ffffe3;
    font-size: 2em;
    z-index: 2;
    margin-bottom: 20px;
}


.line-container {
    display: flex;
    align-items: center;
    z-index: 2;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: white;
}

.line-text {
    margin: 0 10px;
    color: white;
    font-size: 1.2em;
}


.content-container {
    position: relative;
    z-index: 2;
    color: #ffffe3;
}

.content-container h2 {
    font-size: 2.5em;
    color: #ffffe3;
    margin-top: -80px;
}

.content-container hr {
    border: 0;
    height: 3px;
    background: #ffffe3;
    width: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.content-container p {
    font-size: 1.2em;
    margin-top: 10px;
}

.reception-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
    gap: 20px;
    background-color: #f5f5dcb3;
    border-radius: 10px;
    max-width: 1200px;
    margin: 20px auto;
}
.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.image-container img {
    max-width: 100%;
    border-radius: 10px;
}

.reception-container {
    flex: 2;
    text-align: left;
    padding-left: 20px;
}
.reception-container h2 {
    color: #a00b0b;
    font-size: 2em;
    text-align: start;
}

.reception-container p {
    color: #333;
    font-weight: 600;
    line-height: 1.6;
}

.payment-methods {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.payment-methods img {
    max-height: 50px;
}

.payment-info {
    margin-top: 10px;
    color: #a00b0b;
    font-weight: bold;
}

.payment-info1 {
    margin-top: 0px;
    color: #a00b0b;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700;
}

.amenities-section {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    align-items: center;
    padding: 36px;
    background-color: #f5f5dcb3;
    gap: 10px;
}

.tile {
    background-color: #a00b0b;
    color: white;
    padding: 10px 33px;
    border-radius: 10px;
    text-align: center;
    flex: 1 1 270px;
    max-width: max-content;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.tile:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .tile {
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .tile {
        max-width: 100%;
    }
}


.stay-with-us {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    flex-wrap: wrap;
    background-color: #f5f5dcb3;
    border-radius: 10px;
    max-width: 1200px;
    margin: 20px auto;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); */
}

.content {
    flex: 1;
    text-align: justify;
    padding: 40px 50px 40px 0px;
}

h2 {
    color: #8c0f25;
    font-size: 36px;
    margin: 0 0 10px;
}

.subtitle {
    color: #af4c63;
    font-size: 18px;
    margin: 0 0 10px;
}

.description {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.book-button {
    background-color: #8c0f25;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.book-button:hover {
    background-color: #6c0b1c;
}

.image-container {
    flex: 0 0 40%;
    overflow: hidden;
    border-radius: 20px;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}





.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.image-grid img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s;
    border-radius: 10px;
}

.image-grid img:hover {
    transform: scale(1.05);
}






.contact-directions {
    display: flex;
    max-width: 1200px;
    color: black;
    margin: 0 auto;
}

.column {
    padding: 20px;
}
.left-column {
    flex: 1;
}
.right-column {
    flex: 1;
}

.bookingForm {
    /* width: -webkit-fill-available; */
    text-align: left;
    /* background-color: #fff; */
    padding: 20px;
    border-radius: 5px;
}

.route-planner{
    padding: 20px;
}

label {
    display: block;
    color: #6c0b1c;
    font-size: 17px;
    text-align: left;
    margin-top: 14px;
    font-weight: 600;
}

input, select, textarea {
    width: -webkit-fill-available;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #6c0b1c;
    border-radius: 10px;
}

button {
    background-color: #8b0000;
    color: white;
    padding: 12px 33px;
    border: none;
    place-items: center;
    place-self: auto;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    cursor: pointer;
    margin-top: 20px;
}

.map-container {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    /* max-height: 359px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-container .map, .map-container .route-planner, .map-container .directions-description {
    margin-bottom: 20px;
    width: 100%;
}

.map-container .map, .map-container .route-planner {
    /* background-color: #f0f0f0; */
    border-radius: 20px;
    /* padding: 20px; */
}

.map-placeholder, .route-planner-placeholder {
    background-color: #e0e0e0;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.transport-section {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-radius: 8px;
}

.transport-section h2 {
        text-align: center;
        color: #8B0000;
    margin-bottom: 20px;
    position: relative;
    /* font-size: 1.5rem; */
}



.transport-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}

.transport-icons-container {
    display: flex;
    margin-inline: 20px;
    justify-content: center;
    place-content: center;
    /* place-items: center; */
    flex-direction: column;
}
.transport-icon {
    text-align: center;
    gap: 16px;
    display: flex;
    flex-direction: row;
    width: fit-content;
}
.transport-text {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.transport-text p{
    margin: 0;
}


.transport-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.transport-directions {
    text-align: center;
    font-weight: 700;
    padding-inline: 20px;
}

.map-image {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.transport-directions p {
    margin: 10px 0;
    color: #333;
    font-size: 0.9rem;
}







.table-container {
    background-color: #f9f5e7;
    padding: 20px;
    width: -webkit-fill-available;
}
h2 {
    text-align: center;
    color: #8B0000;
    margin: 0 0 10px;
    position: relative;
}






.footer {
    background-color: #a47e3c;
    color: white;
    text-align: center;
    font-size: 28px;
    /* padding-inline: 47px; */
    z-index: 1;
    width: -webkit-fill-available;
    padding: 40px 180px;
    font-size: 22px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 200px;
    height: auto;
}
.footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 56px;
    justify-content: center;
    /* margin-inline: 23%; */
}

.footer-content2 {
    width: 100%;
}
.footer-content2 p {
    margin-block: 4px;
}

.footer-text{
    font-weight: 600;
    margin-bottom: 0px;
}

.footer-content p {
    margin: 5px 0;
}

.footer-content a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer-content a:hover {
    text-decoration: underline;
}







.slider {
    overflow: hidden;
    width: 100vw;
    height: 80vh;
    position: relative;
   }
    
   .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: slider 12.5s infinite;
   }
    
   .slider .slide:nth-child(1) {
      background-image: url('../pic/zimmer_5.jpg');
      animation-delay: 0s;
   }
   
   .slider .slide:nth-child(2) {
      background-image: url('../pic/zimmer_4.jpg');
      animation-delay: -2.5s;
   }
   
   .slider .slide:nth-child(3) {
      background-image: url('../pic/zimmer_3.jpg');
      animation-delay: -5s;
   }
   
   .slider .slide:nth-child(4) {
      background-image: url('../pic/zimmer_2.jpg');
      animation-delay: -7.5s;
   }
   
   .slider .slide:nth-child(5) {
      background-image: url('../pic/zimmer_1.jpg');
      animation-delay: -10s;
   }
   
   @keyframes slider {
    0%, 16%, 100% {
      transform: translateX(0);
      animation-timing-function: ease;
    }
    20% {
      transform: translateX(-100%);
      animation-timing-function: step-end;
    }
    96% {
      transform: translateX(100%);
      animation-timing-function: ease;
    }
   }