@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar-brand h1{
    font-size: 28px;
}
.nav-item{
    font-size: 17px;
    font-weight: 500;
    padding: 5px;
}
.nav-item .nav-link{
    color: #7f7f90;
}
.nav-item .nav-link:hover{
    text-decoration: underline;
    transition: 0.5s;
}
.dropdown-menu .dropdown-item{
    font-size: 17px;
}
.dropdown-menu .dropdown-item:hover{
    background-color: white;
    color: #ce1212;
}
/* hero section */
.hero{
    background-color: #eeeeee;
}
.hero h2{
    font-family: 'Amatic SC', cursive;
    font-size: 64px;
    font-weight: 900;
}
.hero p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #7f7f90;
    padding-top: 15px;
}
/* about section */
.xx{
    font-family: 'Amatic SC', cursive;
    font-size: 52px;
    font-weight: 400;
}
.about-img{
    background-image: url(../img1/cafe.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
}
.img-text{
    width: 80%;
    height: 130px;
    background-color: white;
    position: absolute;
    bottom: 60px;
    left: 70px;
}
.img-text h4 ,.img-text p{
    font-size: 26px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
}
.about-text p{
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.about-text ul li{
    list-style: none;
    padding-top: 15px;
    font-size: 16px;
}
/* why section */
.why-us{
    background-color: #eeeeee;
    padding-bottom: 40px;
}
.why-box h3{
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    color: white;
    font-family: 'Inter', sans-serif;
}
.why-box p{
    font-size: 16px;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    line-height: 28px;
}
.more-btn{
    text-decoration: none;
    color: white;
    border-radius: 25px;
    background-color: rgba(253, 251, 251,0.2);
    padding: 10px 24px;
    transition: 0.4s;
}
.more-btn:hover{
    background-color: white;
    color: #ce1212;
    transition: 0.4s;
}
.icon-box{
    background-color: white;
}
.icon-box i{
    font-size: 38px;
    border-radius: 50%;
    background-color: #fae7e7;
    margin-top: 20px;
}
.icon-box h4{
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    color: #212529;
}
.icon-box p ,.stats-item p{
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #6C757D;
}
.icon-box:hover{
    transform: scale(1.1);
    transition: all ease 0.3s;
}
/* Stats Counter Section */
.stats-counter {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img1/img-1.webp") center center;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
}
.stats-counter .stats-item {
    padding: 30px;
    width: 100%;
}
.stats-counter .stats-item span {
    font-size: 48px;
    display: block;
    color: #fff;
    font-weight: 700;
}
  
.stats-counter .stats-item p {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
}
/* Menu Section */
.section-header h2 ,.tab-header p{
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #7f7f90;
}
.section-header p{
    font-size: 40px;
    font-family: 'Amatic SC', cursive;
    font-weight: 600;
}
.nav-item{
    font-family: 'Inter', sans-serif;
    
}
.nav-item .nav-link{
    padding: 8px 0px;
}
.nav-item .nav-link h4{
    font-size: 18px;
    
}
.nav-item .nav-link:hover{
    color: #ce1212;
}
.tab-header p{
    font-weight: 700;
}
.tab-header h3{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.menu-item h4 ,.menu-item p{
    text-align: center;
}
.menu-img{
    margin-left: 50px;
}
.ingredients{
    color: #7f7f90;
    font-weight: 500;
    padding-top: 10px;
}
.price{
    font-size: 20px;
    font-weight: 600;
}
/* testimonials section */
.testimonials{
    background-color: #eeeeee;
    padding-bottom: 30px;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-top: 60px;
}

@media screen and (max-width: 991px){
    .swiper{
        height: 650px;
    }
}
.swiper-slide {
  font-size: 18px;
  background: #eeeeee;
}
.testimonial-content p{
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: italic;
}
.testimonial-content h3{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}
.testimonial-content h4{
    font-size: 14px;
    font-weight: bold;
    color: #7f7f90;
    font-family: 'Inter', sans-serif;
}
.stars{
    color: #ffc107;
    font-size: 16px;
}
/* Events Section */
.event-item{
    height: 600px;
    position: relative;
}
.event-item h3{
    color: white;
    position: absolute;
    bottom: 185px;
    left: 30px;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}
.price1{
    color: white;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    position: absolute;
    bottom: 145px;
    left: 30px;
}
.event-item p{
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.chefs{
    background-color: #eeeeee;
}
.member-info{
    background-color: white;
}
.member-info h4{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}
.member-info span{
    color: #7f7f90;
    font-size: 16px;
}
.member-info p{
    font-weight: 400;
}
.chef-member:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
/* Book A Table Section */
.reservation-img{
    background-image: url(../img1/formside-1.jpg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.reservation-form-bg{
    background-color: #eeeeee;
}
.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.book-a-table .php-email-form input:focus,
.book-a-table .php-email-form textarea:focus{
  border-color: red;
}
.book-a-table .php-email-form input{
    padding: 12px 15px;
} 
.book-a-table .php-email-form textarea{
    padding: 12px 15px;
}
.book-a-table .php-email-form button[type=submit]{
    background: #ce1212;
    border: 0;
    padding: 14px 60px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 40px;
} 
.book-a-table .php-email-form button[type=submit]:hover{
    background: #ec2727;
}

/* Contact Section */
.contact .info-item {
    background: #f4f4f4;
    padding: 30px;
    height: 100%;
} 
.contact .info-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: #fff;
    background: #ce1212;
    border-radius: 50%;
    margin-right: 15px;
} 
.contact .info-item h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.contact .info-item p {
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}
.contact .php-email-form {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
} 
.contact .php-email-form .form-group {
    padding-bottom: 20px;
} 
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
} 
.contact .php-email-form .error-message br+br {
    margin-top: 25px;
} 
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
} 
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #ce1212;
}
.contact .php-email-form input {
    height: 48px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
    background: #ce1212;
    border: 0;
    padding: 12px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
    background: #ec2727;
}
 /* footer */

.footer {
  font-size: 14px;
  background-color: #1f1f24;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}
.go-top{
    position: absolute;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    text-decoration: none;
    font-size:22px;
    color: white;
    background-color: #dc3545;
    border-radius: 50%;
    padding: 2px 10px 6px 10px;
}