/* General Styles */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;800&family=Poppins:wght@300;600;800&display=swap');

html, body {
    overflow: hidden; 
    height: 100%; }

body {
    overflow-y: scroll; 
    scrollbar-width: none; }

::-webkit-scrollbar {
    display: none; /
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.section {
    padding: 60px 20px;
    text-align: center;
}

.section h2 {
    font-size: 2rem;
    color: #d4af37;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero {
    background: linear-gradient(rgba(212, 175, 55, 0.6), rgba(212, 175, 55, 0.6)), ;
    height: 100vh;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.button {
    background-color:  #d4af37;;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #3cb371;
    cursor: pointer;
}

/* Navbar */

nav {
    background-color: #362209;
    padding: 15px 20px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 100px;
    width: auto;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    color: #d5b36b;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 15px;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 1.2rem;
    font-weight: 600; 
    font-size: 1.2rem; 
    letter-spacing: 1px; 
    transition: all 0.3s ease; 
}

.nav-links a:hover {
    color: #8c5615;
    transform: scale(1.1);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d5b36b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav-links a:hover::after {
    transform: scaleX(1);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #d5b36b;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .nav-links {
        position: absolute;
        top: 120px;
        left: -100%;
        flex-direction: column;
        background-color: #faf5e6;
        width: 100%;
        transition: left 0.3s ease;
        padding-top: 20px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .nav-links li {
        text-align: center;
        margin: 15px 0;
    }

    .nav-links a {
        padding: 10px;
        font-size: 1.2rem;
        color: #d5b36b;
        text-decoration: none;
        font-weight: bold;
    }

    .hamburger {
        display: flex;
    }

    .nav-links.active {
        left: 0;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translateY(8px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-8px);
    }
}

/* Section Background Colors */

#home { background-color: #FFF3E0; }
#about { background-color: #FFF3E0; }
#menu { background-color: #FFD54F; }
#gallery { background-color: #d5b36b; }
#contact {background-color: #faf5e6;}

/*home*/

#home {
    font-family: 'Roboto', sans-serif;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('images/Hotel Rajesh.jpeg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-align: center;
    padding: 50px 20px;
    position: relative;
}

.home-content {
    position: relative;
    z-index: 2;
    
    
}
.text-container {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.2;
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: rgba(54, 34, 9, 0.5);
    align-items: center;
    height: 35vh;
    animation: fadeInDown 1s ease;
}

.welcome-text {
    color: #d5c7a6;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
    padding-right: 15%;
    letter-spacing: 2px;
    animation: bounceIn 1s ease 1s;
}

.hotel-name {
    font-family: 'Poppins', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #f5c514; /* Yellow */
    font-style: italic;
    margin: 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    animation: bounceIn 1s ease 1s;
}

.pure-veg-text {
    color: #28a745; /* Green */
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    padding-left: 20%;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    animation: bounceIn 1s ease 1s;
}
#home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 10, 1, 0.85);
    z-index: 1;
}



.home-content p {
    font-family: 'Lora', serif;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #d5c7a6;
    animation: fadeIn 2s ease-out 1.5s;
}

.home-content .place-info {
    font-family: 'Lora', serif;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #d5c7a6;
    font-style: italic;
    text-shadow: none;
    animation: slideInLeft 1.5s ease-out 2s;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    animation: fadeInUp 1.5s ease 2s;
}

.cta-button {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: #FFD700;
    font-weight: bold;
    font-size: 1.2rem;
    border: 2px solid #FFD700;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
    animation: bounceIn 1s ease 2.5s;
}

.cta-button:hover {
    background-color: #FFD700;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.5);
}

.place-button {
    color: #fff;
    background-color: #FFD700;
    border: 2px solid transparent;
}

.place-button:hover {
    color: #000;
    background-color: #FFE57F;
}

@media (max-width: 768px) {
    .home-content h2 {
        font-size: 2.5rem;
    }

    .home-content p {
        font-size: 1.2rem;
    }

    .cta-button {
        font-size: 1rem;
        padding: 10px 20px;
    }

    .buttons {
        flex-direction: column;
        gap: 20px;
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

/* About Us Section */

#about {
    padding: 60px 20px;
    font-family: 'Roboto', sans-serif;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #333;
}

.about-container h2 {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    color: #5b370b;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 2px solid #d4af37;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 35px;
    margin-top: 35px;
    animation: fadeInDown 1s ease-out;
}
.about-text strong {
    font-weight: 500; 
    color: #362209; 
    padding: 0 5px; 
    
}
.intro {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #555;
    animation: fadeInDown 1.5s ease-out;
}

.about-details {
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    animation: fadeInDown 1.5s ease-out;
}

.about-text {
    flex: 1;
    padding: 20px;
    text-align: left;
}

.about-text h3 {
    font-family: 'Lora', serif;
    font-size: 1.5rem;
    color: #d5b36b;
    margin-bottom: 10px;
}

.about-text p {
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
}

.about-image {
    flex: 1;
    max-width: 100%;
    border-radius: 10px;
    animation: fadeInDown 2s ease-out;
}

.about-info {
    background-color: #ffe5ad;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-left: 20px;
    animation: fadeInDown 2s ease-out;
}

.about-info h3 {
    font-family: 'Lora', serif;
    font-size: 1.5rem;
    color: #5b370b;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 20px;
}

.about-info ul {
    list-style-type: none;
    padding: 0;
    margin-left: 20px;
    text-align: left;
}

.about-info li {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
    align-items: left;
}

.about-info li::before {
    content: "✓";
    margin-right: 10px;
    color: #6f4f37;
    font-size: 1.2rem;
    font-weight: normal;
}

.about-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 768px) {

    .about-details {
        flex-direction: column;
        align-items: center;
    }
    .about-image {
        width: 100%;
        margin-top: 20px;
    }
    .about-info-container {
        flex-direction: column;
    }
    .about-info ul {
        margin-left: 20px;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Menu Section */

#menu {
    background-color: #f4f0e1;
    padding: 40px 0;
    text-align: center;
}

#menu h2 {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    color: #5b370b;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 2px solid #d4af37;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 45px;
    margin-top: 45px;
}

.menu-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px; 
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
    align-items: center;

}

.menu-category {
    flex: 1 1 220px;
    max-width: 300px;
    max-height: 450px;
    background-color: rgba(0, 0, 0, 0.822);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.5s forwards;
    animation-delay: 0.1s;
}

.menu-category:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.menu-image {
    width: 100%;
    height: auto;
    border-bottom: 5px solid #d4af37;
    transition: transform 0.3s ease;
}

.menu-category:hover .menu-image {
    transform: scale(1.05);
}

.modal {
    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);
    
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 15px rgb(224, 189, 47);
    animation: zoomIn 0.3s ease;
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #d4af37;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.dishes-section {
    margin-top: 50px;
}

.food {
    font-family: 'Lora', serif;
    color: #67543d;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.dish-images {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    justify-content: center;
    padding-left:100px;
}

.dish-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: rotateImage 4s linear infinite;
}

.dish-image:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .dish-images {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .dish-images {
        grid-template-columns: repeat(3, 1fr);
    }

    #menu h2 {
        font-size: 2rem;
    }

    .dishes-section h3 {
        font-size: 1.6rem;
    }
    .menu-content {
        grid-template-columns: repeat(3, 1fr); /* 3 items per row for smaller screens */
    }
}

@media (max-width: 480px) {
    .dish-images {
        grid-template-columns: repeat(2, 1fr);
    }

    .dish-image {
        width: 100px;
        height: 100px;
    }
    .menu-content {
        grid-template-columns: repeat(2, 1fr); /* 2 items per row for mobile screens */
    }
}


/* Gallery Section */

#gallery {
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
}

#gallery h2 {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    color: #5b370b;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 2px solid #5b370b;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 45px;
    margin-top: 45px;
}

.img-fluid:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.gallery-images {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-items: center;
}

.gallery-images img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    animation: floatEffect 3s ease-in-out infinite, shadowPulse 3s ease-in-out infinite;
}

.gallery-images img:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.gallery-images img:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-images img:hover {
    animation: pulse 1.5s infinite;
}
@keyframes floatEffect {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-10px); 
    }
    100% {
        transform: translateY(0); 
    }
}

/* Keyframe for pulsing shadow */
@keyframes shadowPulse {
    0% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1200px) {
    .gallery-images {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-images {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-images {
        grid-template-columns: repeat(2, 1fr);
    }

    #gallery h2 {
        font-size: 1.8rem;
    }
}

/* Reviews Section */

#reviews {
    padding: 60px 30px;
    text-align: center;
    background-color: #362209;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

#reviews h2 {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    color: #d4af37;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 2px solid #d4af37;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 35px;
    margin-top: 35px;
}

.reviews {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

.reviews::-webkit-scrollbar {
    height: 10px;
}

.reviews::-webkit-scrollbar-track {
    background:  #362209;
}

.reviews::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 10px;
}
.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

.review-item {
    
    display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.review-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.review-item p {
    margin: 10px 0;
}

.review-item p:first-of-type {
    font-style: italic;
    color: #f0e1a1;
}

.review-item p:last-of-type {
    font-weight: bold;
    color: #d4af37;
}

.review-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 2px solid #d4af37;
}

.review-item.active {
    display: flex;
  }
  
  .navigation-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .navigation-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #555;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .navigation-dots .dot.active {
    background-color: #d4af37;
  }

@media (max-width: 768px) {
    #reviews {
        padding: 40px 15px;
    }

    #reviews h2 {
        font-size: 1.8rem;
    }

    .reviews {
        flex-direction: column;
    }

    .review-item {
        max-width: 100%;
    }
}

/* Contact Section  */
#contact h2 {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    color: #5b370b;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 2px solid #5b370b;
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 35px;
    margin-top: 35px;
    animation: fadeInDown 1s ease-out;
}

.contact-container {
    background-color: #faf5e6;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.contact-column {
    flex: 1;
    max-width: 30%;
    text-align: center;
    padding: 20px;
}

.contact-column h3 {
    font-size: 1.5rem;
    color: #5b370b;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
}

.contact-column p {
    font-size: 1rem;
    color: #333;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
}

.contact-column ul {
    list-style: none;
    padding: 0;
}

.contact-column ul li {
    font-size: 1rem;
    margin: 5px 0;
    color: #333;
}

.contact-column a {
    color: #5b370b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-column a:hover {
    color: #362209;
}
.subscribe-input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 8px;
    font-size: 1rem;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.subscribe-button {
    font-family: 'Verdana', sans-serif;
    background-color: #5b370b;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.subscribe-button:hover {
    background-color: #362209;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-column {
        max-width: 100%;
        text-align: left;
    }
}























/*footer*/
#footer {
    background-color: #faf5e6;
    padding: 20px 10px;
    text-align: center;
    border-top: 2px solid #d4af37;
    color: #5b370b;
    font-size: 1rem;
}

#footer .footer-content p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #555;
    margin: 0;
}

#footer .footer-content img {
    margin: 0 5px; 
    vertical-align: middle; 
}

#footer .contact-social a {
    font-size: 1.5rem;
    color: #d4af37;
    margin: 0 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

#footer .contact-social a:hover {
    color: #c79c33;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #footer .footer-content p {
        flex-wrap: wrap; /* Adjusts the layout for smaller screens */
    }

    #footer .contact-social a {
        margin: 0 5px;
    }
}
