/* <!-- Home-section (Leena) --> */
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body{
    font-family: sans-serif;
    background-color:  #f4efe3;
}
/* navsection */
.L_header{
    position: fixed;
    width: 100%;
    top:0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5em 4%;
    /* margin-top: 15px; */
    background-color: #f3efe3;
    z-index: 12;
}

.hamburger {
    color: #5e4035;
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  
.hamburger .line {
    width: 25px;
    height: 3px;
    background-color: #5e4035;
    margin: 4px;
}
  
@media (max-width: 1200px) {
  .L_navbar {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #333;
    width: 100%;
  }

  .L_navbar.active {
    display: flex;
  }

  .hamburger {
    display: flex;
  }
}

.L_logo{
    display: flex;
    align-items: center;
    mix-blend-mode: multiply;

}
.L_header>.L_logo>img{
    width: 280px;
    height: 70px;
    /* margin-left: 30px; */
    mix-blend-mode: multiply;
   
    

}

.L_navbar a{
    font-size: 22px;
    padding: 0 24px;
    color: #603f36;
    font-weight: 500;
    padding-top: 100px;
    text-decoration: none;
    transition: .0.3s ease;
    font-weight: b;
    


    
}
.L_navbar a:hover {
    color: black;
    padding: 8px 30px;
    /* border: 2px solid #fff; */
    background-color: #F0C040;
    border-radius: 10px;

}



.L_container {
display: flex;
align-items: center;
justify-content: space-around;
padding: 50px;
min-height: 100vh;
background-color: #f3efe3;
}

.L_text-content {
    max-width: 500px;
    margin-right: 20px;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;  
}

@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.L_text-content h1 {
font-size: 4em;
margin-bottom: 20px;
color: #603f36;
}

.L_text-content p {
font-size: 1.5em;
line-height: 1.5;
margin-bottom: 30px;
color: #555;
font-weight: 500;
}

button {
padding: 18px 35px;
font-size: 1.5em;
background-color: #F0C040;
border: none;
/* border-radius: 5px; */
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
cursor: pointer;
color: rgb(112, 79, 56);
font-weight: bolder;
}

button:hover {
background-color: rgb(112, 79, 56);
color: white;
}

.L_image-content img {
    width: 550px;
    height: auto;

    animation: zoom 25s infinite ease-in-out;
}
@keyframes zoom {
    0% { transform: scale(1) rotate(0deg);}
    50% { transform: scale(1.1) rotate(360deg);}
    100% { transform: scale(1) rotate(0deg);}
}

@media (max-width: 700px) {
    .L_container h1 {
        font-size: 3em;
        margin-top: 1em;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4efe3;
}

.l_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px;
    margin-left: 350px;
}


/* Reservation Section */
.L_reservation-section {
    width: 70%;
    background-color: #333;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    

    
}

.L_reservation-section h1 {
    font-size: 24px;
    color: #f0c040;
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 35px;
}

.L_reservation-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-size: 25px;
}

.L_reservation-section form {
    display: flex;
    flex-direction: column;
}

.L_reservation-section input,
.reservation-section textarea {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

.L_reservation-section input::placeholder,
.reservation-section textarea::placeholder {
    color: #ccc;
}

.L_reservation-section button {
    padding: 15px;
    background-color: #f0c040;
    color: #333;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.L_reservation-section button:hover {
    background-color: #EDC78E;
}











    
/* <!-- Product-section (Sushmita) --> */


.section1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    background-color: #614136;
    padding: 2.5em;
}
.section1 > div{
    width: 100%;
    padding: 2em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s;
    overflow: hidden;
}
.section1 > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  }
.child > i{
    color: #ecc546;
    margin-bottom: .2em;
}
.child > h5{
    font-size: 1.5rem;
}
.child > p{
    font-size: 1rem;
    line-height: 1.5;
    color: #666565;
    margin-top: 1em;  
}


/* Our Menu (Sachin) */
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600&display=swap");


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.Menu-section{
  padding: 2rem 0; 
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
    url(https://www.cafecoffeeday.com/sites/default/files/Heritage-Banner-1920X760.jpg) no-repeat center center/cover;
            

}
.header-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem; 
}

.Menu-section h1 {
    font-family: "Satisfy", cursive;
    font-size: 4rem;
    align-items: center;
    color: #ecc547;
    text-align: center; 
 
}


a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -6rem;
  
}

.card__container {
  padding-block: 5rem;
}

.card__content {
  margin-inline: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__article {
  width: 300px; 
  border-radius: 1.25rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s;
}

.card__image {
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: -.75rem;
  width: 100%;
  height: 200px; 
  overflow: hidden; 
  
 
}

.card__img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  position: relative;
  z-index: 5;

}

.card__data {
  background-color:rgb(97, 64, 54);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.card__article:hover{
    transform: translateY(-17px);
}



.card__name {
  font-size: 1.25rem;
  color: #ecc547;
  margin-bottom: .75rem;
}

.card__description {
  font-weight: 500;
  margin-bottom: 1.75rem;
  color: white;
}

.card__button {
  display: inline-block;
  background-color: hsl(38, 92%, 58%);
  padding: .50rem 1.3rem;
  font-size: 1.2em;
  border-radius: .25rem;
  color: black;
  font-weight: 600;
  cursor: pointer;
}
.card_button:hover{
    color: white;
}


.modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content{
    background: linear-gradient(to right, rgb(44, 27, 23),rgb(97, 64, 54), rgb(44, 27, 23));    
    margin: 10% auto;
    padding: 40px;
    /* border: 1px solid #888; */
    box-shadow: rgb(63, 61, 60) 0px 20px 30px -10px;
    width: 60%;
    /* max-width: 500px; */
    border-radius: 20px;
    text-align: center;
}

.modal-content h2{
    font-family: "Satisfy", cursive;
    color: #ecc547;
    margin: 20px;
    font-size: 2em;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  color: yellow;
  width: initial;
  height: initial;
  font-size: 3rem;
  color: yellow;
  display: none;
}

.close {
    color:  rgb(255, 255, 255);
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }

  .similar-products-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 2rem;
    
  }

  .similar-product {
    width: 22%;
    padding: 10px;
    background-color: rgba(170, 120, 106, 0.807);
    border: 1px solid #441b1b;
    box-shadow: rgba(225, 178, 163, 0.775) 0px 10px 10px -10px;
    transition: transform 0.3s ease;
    border-radius: 20px;
    text-align: center;

  }

  .similar-product:hover{
    transform: scale(1.1);
    border: 1px solid  rgba(239, 202, 192, 0.968);
  }

  .similar-product img {
    width: 20em;
    height: 150px;
    border-radius: 20px;
  }

  .similar-product h3 {
    font-size: 1rem;
    margin: 5px;
    color: white;

  }

.swiper-button-prev,
.swiper-button-next {
    width: initial;
    height: initial;
    font-size: 3rem;
    color: yellow;
    display: none;

}

.swiper-button-prev {
  left: 6;
}

.swiper-button-next {
  right: 6;
}

.swiper-pagination-bullet {
  background-color: hsl(212, 32%, 40%);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: hsl(57, 100%, 52%);
}

@media screen and (max-width: 767px) {
  .card__data {
    padding: 1rem;
  }
  .similar-products-container{
    display: inline-block;
  }

  .similar-product{
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .card__content {
    margin-inline: 3rem;
  }

  .similar-products-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
  }

  .similar-product{
    width: 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

@media screen and (min-width: 1120px) {
  .card__container {
    max-width: 1120px;
  }

  .similar-products-container{
    display: flex;
    
  }

  .swiper-button-prev {
    left: -1rem;
  }
  .swiper-button-next {
    right: -1rem;
  }
}













/* about section (sachin) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

.background {
    /* Increased the alpha value to make the black overlay darker */
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                url(images/aboutus-background.png) no-repeat center center/cover;

    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    max-width: 1200px;
    margin: auto;
    color: #fff; 
}

.about-content {
    width: 45%; 
}

.about-content h2 {
    font-family: "Courgette", cursive;
    font-size: 1.8rem;
    color: rgb(236, 197, 71); 
    font-weight: normal;
    margin-bottom: 10px;
}

.about-content h1 {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.about-content .signature {
    font-family: "Qwitcher Grypen", cursive;
    font-size: 2.5rem;
    color: #ecc547;
    margin-top: 30px;
}

.about-images {
    width: 70%; 
    position: relative;
}

.bite-span {
    font-family: "Courgette", cursive;
    background: linear-gradient(135deg, rgb(97, 64, 54), rgb(97, 64, 54));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.6rem;
}

.main-image {
    width: 100%;
    max-width: 300px;
    margin-bottom: 200px;
    margin-left: 50px;
}

.side-image {
    position: absolute;
    width: 300px;
    height: 300px;
    max-width: 350px;
    top: 80%;
    left: 240px;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-left: 130px;
}

@media (max-width: 1200px) {
    .about-section {
        flex-direction: column;
        padding: 20px;
    }

    .about-content, .about-images {
        width: 100%;
        text-align: center;
    }

    .about-images {
        margin-bottom: 30px;
    }

    .about-content h1 {
        font-size: 2.5rem;
    }

    .about-content h2 {
        font-size: 1.6rem;
    }

    .about-content p {
        font-size: 0.9rem;
    }

    .about-content .signature {
        font-size: 2rem;
    }

    .main-image {
        margin-bottom: 50px;
    }

    .side-image {
        position: static;
        transform: none;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .about-content h1 {
        font-size: 2.2rem;
    }

    .about-content h2 {
        font-size: 1.4rem;
    }

    .about-content p {
        font-size: 0.85rem;
    }

    .about-content .signature {
        font-size: 1.8rem;
    }

    .main-image {
        max-width: 250px;
    }

    .side-image {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 480px) {
    .about-content h1 {
        font-size: 2rem;
    }

    .about-content h2 {
        font-size: 1.2rem;
    }

    .about-content p {
        font-size: 0.8rem;
    }

    .about-content .signature {
        font-size: 1.5rem;
    }

    .main-image {
        max-width: 200px;
    }

    .side-image {
        width: 200px;
        height: 200px;
    }
}



/* <!-- get in touch (Sachin) --> */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#get-in-touch{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    padding: 20px;
}

.form-heading-container {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.form-heading-container h1 {
    margin-top: 60px;
    font-size: 3.5rem;
    font-weight: bold;
    color: #ecc547;
    z-index: 2;
    position: relative;
}

.form-heading-container .form-background-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8.5rem;
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
}

.form-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: rgb(97, 64, 54);
    gap: 30px;
}

.form-contact-info {
    flex: 1;
    max-width: 400px;
    margin-top: 8%;
    margin-left: 2%;
}

.form-contact-info h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ecc547;
}

.form-contact-info p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.form-contact-info a {
    display: block;
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.form-contact-info a:hover {
    color: #ffcc00;
}

.contact-form {
    flex: 2;
    max-width: 600px;
    padding: 20px;
    background-color: rgba(132, 95, 69, 0.781);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.contact-form h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ecc547;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #222;
    color: #fff;
    border-radius: 4px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ecc547;
}

.form-group input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.form-group textarea {
    height: 150px;
    resize: none;
}

.submit-btn {
    padding: 12px 30px;
    background-color: #ecc547;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #ffcc00;
}
.terms{
    display: inline;
}
label[for="terms"]{
    display: inline;
}

.form-icon {
    font-size: 9rem; 
    margin-right: 10px;
    margin-bottom: 5px;
}



@media (max-width: 1024px) {
    .form-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-heading-container h1 {
        font-size: 3rem;
    }

    .form-contact-info h2,
    .contact-form h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .form-heading-container h1 {
        font-size: 2.5rem;
    }

    .form-heading-container .form-background-text {
        font-size: 6rem;
    }

    .form-contact-info h2,
    .contact-form h2 {
        font-size: 1.8rem;
    }

    .form-contact-info p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .form-heading-container h1 {
        font-size: 2rem;
    }

    .form-heading-container .form-background-text {
        font-size: 4rem;
    }

    .form-contact-info h2,
    .contact-form h2 {
        font-size: 1.5rem;
    }

    .form-contact-info a {
        font-size: 1rem;
    }

    .form-container {
        gap: 15px;
    }
}



/* <!-- Reviews-CTA-section (Nita, Arnab) --> */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    overflow-x: hidden;
    background-color: #e8e8e8;
}

.satisfy-regular {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
}

.first-container {
    padding: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(97, 64, 54, 0.7); 
    width: 100vw; 
    height: 100vh; 
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0;
}

#coffeebg img {
    opacity: 1;
    width: 40em;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    z-index: -11;
}

.first-container h1 {
    font-family: "Satisfy", cursive;
    font-size: 4rem;
    font-weight: 100px;
    color: rgb(236, 197, 71);
    margin: 0px 10px 10px 10px;
}

.reviews-slider {
    width: 80%; /* Wider width for better layout */
    height: 350px; /* Taller height for more room */
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.55); /* Semi-transparent background for contrast */
    box-shadow: 0 8px 32px 0 rgb(92, 30, 15, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 15px; /* Smoother, rounded corners */
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 20px;
}

.review {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%);
    animation: slide 16s infinite;
    transition: opacity 1s ease-in-out;
}

.review:nth-child(1) { animation-delay: 0s; }
.review:nth-child(2) { animation-delay: 4s; }
.review:nth-child(3) { animation-delay: 8s; }
.review:nth-child(4) { animation-delay: 12s; }

@keyframes slide {
    0% { opacity: 0; transform: translateX(100%); }
    5% { opacity: 1; transform: translateX(0); }
    25% { opacity: 1; transform: translateX(0); }
    30% { opacity: 0; transform: translateX(-100%); }
    100% { opacity: 0; transform: translateX(-100%); }
}

.review p {
    width: 90%;
    font-size: 18px; /* Increased font size */
    text-align: center;
    color: rgb(87, 86, 86);
    font-weight: 500; /* Make the text slightly bolder */
    line-height: 30px;
    margin-bottom: 20px;
}

.review h6 {
    font-size: 14px; /* Slightly larger font for names */
    font-weight: 700;
    color: rgb(40, 39, 39);
}

.review img {
    width: 10%; /* Increased image size for better visibility */
    margin: 20px 10px 10px 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8); /* Adding a light border around the image */
}

.star-rating {
    font-size: 16px; /* Increase star size */
    color: #ddd;
    position: relative;
}

.star {
    display: inline-block;
}

.star.filled {
    color: rgb(249, 191, 1);
}

.star.half {
    color: rgb(197, 194, 194);
}


/* second container starts */

.location {
    display: flex;
    justify-content: center;
    align-items: center;
}

.location iframe{
    width: 94%;
    height: 28em;
    margin: 3em 0;
}



/* Footer section */

footer {
    padding: 1.5em;
    background-color: rgb(97, 64, 54);
}

.footer-details {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 2em;
    padding: 3.5em 0;
    border-bottom: 1px solid #b4b4b4;
    flex-wrap: wrap;
}

.footer-details .box {
    width: 23%;
    line-height: 1.8em;
    color: #fff;
}

.foot-head {
    font-family: "Satisfy", cursive;
    font-size: 2em;
    color: rgb(236, 197, 71);
    margin-bottom: .5em;
}

.foot-head:hover {
    border-bottom: 2px solid rgb(236, 197, 71);
}

#sunday-footer {
    margin-top: 1em;
}

.footer-details .box .footer-icons i {
    margin: 1em .5em .5em;
    text-align: center;
    color: #fff;
}

.footer-details .box span {
    margin-right: .5em;
}

.last-line {
    margin-top: 1.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: .9em;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-right div:not(#no-footer-style-2) {
    padding: 0 1em;
}

footer #no-footer-style-2 {
    padding-left: 1em;
}

.footer-right div:not(#no-footer-style-1) {
    border-left: 1px solid #b4b4b4;
}

@media (max-width: 350px) {
    .footer-right {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 430px) {
    .footer-details {
        flex-direction: column;
        align-items: start;
    }
}

/* Navbar redirecting */
#about-us{
    padding-top: 60px;
}

#menu {
    padding-top: 80px;
}


