/* navbar */

.page-head{
    color: rgb(169, 25, 25);
    font-family: cursive;
}
.navbar-collapse{
    padding-left: 60px;
}
.nav-item{
    padding-left: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.nav-icon{
    padding-right: 30px;
}

/* home styling */
.container-home{
    background-color: #EBC7F8;
}
.home-texts{
    font-family: cursive;
    padding: 30px;
}
.main-img{
    display: flex;
    height: 20rem;
    margin-left: 20%;
    margin-top: 10%;
}
.image-move-continuous {
    animation: moveTopToBottom 3s ease-in-out infinite;
}
      
    @keyframes moveTopToBottom {
    0% {
        transform: translateY(-10px); /* Start above the original position */
    }
    50% {
        transform: translateY(10px); /* Move down to 10px below the original position */
    }
    100% {
        transform: translateY(-10px); /* Return back to the top position */
    }
    }

.button{
    margin-top: 10px;
    padding: 5px;
    border: none;
    background-color: rgb(180, 62, 16);
    color: white;
    border-radius: 30px;
}
/* about */
.container-service{
    display: flex;
    justify-items: center;    
}
.heading{
    display: flex;
    justify-content: center;
    color: rgb(115, 114, 114);
    padding: 20px;  
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;    
    font-size: 20px;  
}
.subpara{
    display: flex;
    justify-content: center;
    font-family: cursive; 
    font-size: 30px;  
    text-align: center;
}
.description-title{
    color: rgb(169, 25, 25);
}
.about-img{
    width: 400px;
    height: 300px;
}
.contact-dark{
    margin-top: 20px;
    padding: 20px;
    background-color: black;
    color:beige
}
.card-title1{
    background-color: rgb(169, 25, 25);
    color: white;
    text-align: center;
}
.why-choose{
    background-color: #EBC7F8;
}
.btn{
    border-radius: 30px;
    background-color: rgb(208, 45, 45);
}
.contact-card1{
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  height: 100%;
}
.about-details{
    margin-top: 20px;
    background-image: url(images/stats-bg.jpg);
    height: 250px;
    color: black;
    font-family: cursive;
    text-align: center;
}
.table{
    text-align: center;
}
/* menu */
.card-menu{
    font-size: 20px;
}
.hover-underline-color {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: black;
}
.hover-underline-color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: black; /* Default underline color */
    transition: background-color 0.3s ease;
}
.hover-underline-color:hover::after {
    background-color: red; /* Change underline color on hover */
}
.menu{
    text-align: center;
}
/* testimonials */
.swipper-testimonial {
    width: 100%;
    height: 100%;
  }
  .swiper-slides {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slides img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-testimonial,.swiper-slides,.card-test{
    background-color:#f2f2f2;
  }
  .test-img{
    margin-left: 70%;
  }
  .stars{
    color: rgb(232, 232, 13);
  }
.test-head{
    font-family:"prata", sans-serif; 
}
.test-head1{
    font-family:"prata", sans-serif; 
    font-size: small;
    color: rgb(190, 190, 190);
}
.price{
    color: rgb(169, 25, 25);
}
/* book table */
.container-book{
    background-color: #EBC7F8;
}
/* event */
  .event-slide {
    filter: brightness(60%);
  }
  .text-overlay {
    position: absolute;
    top: 60%;  
  }
  .event-head{
    font-family: 'Amatic SC';
    color: white;
    font-size: 15px;
  }
  .price1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
  }
  .description p {
    color: whitesmoke;
    font-size: 10px;
  }
  .text-overlay h2{
    font-family:'Amatic SC'; 
  }
/* chefs */
  .chefs .team-member {
    background-color: var(--surface-color);
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
  }
  .chefs .team-member .member-img {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
  }
  
  .chefs .team-member .member-img:after {
    position: absolute;
    content: "";
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 100%;
    background-color: var(--surface-color);
    -webkit-mask: url("images/silver-metallic-zig-zag-png.webp") no-repeat center bottom;
    mask: url("images/silver-metallic-zig-zag-png.webp") no-repeat center bottom;
    -webkit-mask-size: contain;
    mask-size: contain;
    z-index: 1;
  }
  
  .chefs .team-member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: color-mix(in srgb, var(--background-color), transparent 60%);
    z-index: 2;
  }
  
  .chefs .team-member .social a {
    transition: color 0.3s;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
  }
  
  .chefs .team-member .social a:hover {
    color: var(--default-color);
  }
  
  .chefs .team-member .social i {
    font-size: 18px;
  }
  
  .chefs .team-member .member-info {
    padding: 10px 15px 20px 15px;
  }
  
  .chefs .team-member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: var(--default-font);
  }
  
  .chefs .team-member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
  }
  
  .chefs .team-member .member-info p {
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
  }
  
  .chefs .team-member:hover {
    transform: scale(1.08);
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  }
  
  .chefs .team-member:hover .social {
    right: 8px;
    opacity: 1;
  }
  /* gallery */
.container-gallery-section{
    margin-top: 20px;
    background-color: rgb(227, 212, 212);
}
/* contact */
.icon-container {
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}
.contact-card{
  padding: 10px;
  background-color: white;
  box-shadow:10px 5px 10px 5px rgb(226, 225, 225);
}
.text-container h5{
  color: #555;
  font-weight: 600;
}
.text-container {
  font-size: 20px;
}
.email-form{
  margin-top: 20px;
}