@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
    padding-top: 60px;
}

/*Navigation */
nav{
  background-color: #1e2129;
    font-size: 16px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: space-around;
    color:white;
    
}

nav li{
    display:inline-block;
    margin:0 8px;
    
}

nav a{
  position: relative;
  top: 0;
  text-decoration: none;
    
}
nav li a{
  color:white;
}

.logo{
    font-size:18px;
    font-weight: bolder;
}

nav a:hover{
    text-decoration: none;
    color: #F47249;
}


.menu-line{
    height:3px;
    width:20px;
    background-color:white;
    margin-bottom: 3px;
}

.menu{
    cursor:pointer;
    display:none;   
}

.fa-phone{
  font-size:15px;
}
.fa-phone:hover{
  color:white;
  padding:5px;
}
  
/* Media query for navigation*/

@media all and (max-width:640px){
    nav{
        flex-direction: column;
    }

    nav li{
        display:block;
        padding:10px 0;
    }
    ul{
        text-align: center;
        padding:0;
        display:none;
    }

    .logo{
        align-self:flex-start;
        
    }
    .logo span{
      font-size:16px;
    } 

    .menu{
        display:block;
        position:absolute;
        right:20px;
        top:25px;
    }

    .showmenu{
        display:block;
    }
  }

/*Whatsapp and Phone*/
/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 15px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color:#e65c33;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}



/*Header*/


header {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('Images/Nv.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.content {
    position: relative;
    text-align: center;
    color:white;
}

.content h5{
     background-color:#1e2129;
     border:1px solid grey;
     border-radius: 12px;
}
.content h1 {
    font-size: 65px;
      /*font-family: "Sekuya", system-ui;*/
    margin-bottom: 20px;
    font-weight: bold;
    text-transform:uppercase;
}

.const span{
    color: #F47249;
}

p {
    font-size: 18px;
      font-family: "Sekuya", system-ui;
    margin-bottom: 40px;
}


button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.btn-book {
    background-color: #F47249;
    color: #fff;
    margin-right: 20px;
}

.btn-explore {
    background-color: #fff;
    color: #333;
}

/*Header Ends */

/*Works*/
#works {
  /*background-color: #f7f7f7;*/
  padding: 60px 0;
}

#works .header {
  text-align: center;
  margin-bottom: 40px;
}

#works h1 span {
  color: #F47249;
}

#works .card {
  padding: 30px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(135deg, #f7f7f7, #fff);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  text-align: center;
}

#works .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#works .card .icon {
  font-size: 36px;
  margin-bottom: 20px;
  --webkit-background-clip: text;
  --webkit-text-fill-color: transparent;
}

#works .card h5 {
  font-weight: bold;
  color: #333;
}

#works .card p {
  color: #666;
}

#works .col-sm-3:nth-child(1) .card {
  background: linear-gradient(135deg, #fff4f4, #ffe6e6);
}

#works .col-sm-3:nth-child(2) .card {
  background: linear-gradient(135deg, #f0fff7, #e6fff2);
}

#works .col-sm-3:nth-child(3) .card {
  background: linear-gradient(135deg, #f7f7ff, #e6e6ff);
}

#works .col-sm-3:nth-child(4) .card {
  background: linear-gradient(135deg, #fff7f0, #ffe6d2);
}
/*Works Ends*/


/*Catering Services*/

#catering {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

#catering .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*col-sm-6 {
  width: 48%;
  margin: 1%;
}*/

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.content-container {
  padding: 20px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features span {
  width: 48%;
  margin: 1%;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.features span i {
  color:#1e2129;
  margin-right: 10px;
  font-size: 18px;
  border: 1px solid #1e2129;
  border-radius: 50%;
  padding: 5px;
}

.col-sm-6 h1 span{
    color: #F47249;
}

.col-sm-6 h4{
    color: #F47249;

}
.features span:hover {
  background-color: #f7f7f7;
  /*transform: translateX(10px);*/
}

.request-quote {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.request-quote:hover {
  transform: scale(1.1);
}

.request-quote i {
  margin-left: 10px;
}

.event-cards {
  margin-top: 20px;
}

.card {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.card:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.card i {
  color: #e65c33;
  margin-right: 10px;
  font-size: 25px;
}

#catering{
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
  .col-sm-6 {
    width: 100%;
    margin: 0;
  }
  .features span {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .event-cards .col-sm-3 {
    width: 100%;
    margin: 10px 0;
  }
}

/*cateringservices Ends*/

/*Footer*/

.footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex-basis: 25%;
  margin: 20px;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #F47249;
}

.footer-description {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: block;
}

.footer-links li {
  margin-bottom: 10px;
  display: block;
}

.footer-links li:hover{
  color:#F47249;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ccc;
}

.footer-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.footer-social-links li {
  margin-right: 10px;
}

.footer-social-links a {
  color: #fff;
  font-size: 18px;
}

.footer-social-links a {
  color: #fff;
  font-size: 18px;
}

.footer-bottom {
  background-color: #444;
  padding: 10px 0;
  text-align: center;
}

.footer-copyright {
  font-size: 14px;
  margin-bottom: 0;
}

.footer-copyright span{
  font-weight: bold;
  color:#e65c33;
}

/* Media queries */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer-column {
    flex-basis: 100%;
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }
  .footer-links {
    padding: 10px 0;
  }
  .footer-social-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 20px 0;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-description {
    font-size: 13px;
  }
}

.rules a{
  color:#e65c33;
  text-decoration: none;
}

.rules a:hover{
  color:grey;
}


/*about
#abt h1 span{
  color: #F47249;
}*/

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-sm-3 {
    width: 25%;
    padding: 20px;
}

.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 36px;
    color: #ff6347;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#abt span {
    color: #F47249;
}

@media (max-width: 768px) {
    .col-sm-3 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .col-sm-3 {
        width: 100%;
    }
}

/*Chef*/

#cook span {
    color:  #F47249;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-sm-6 {
    width: 50%;
    padding: 20px;
}

.image-container {
    overflow: hidden;
    border-radius: 10px;
}

.image-container img {
    width: 85%;
    height: 80%;
    object-fit: cover;
    transition: 0.3s;
    border-radius:15px;
}

.image-container:hover img {
    transform: scale(1.1);
}

.dish-info {
    padding: 20px;
}

.dish-info h5 {
    font-size: 16px;
    color:  #F47249;
    margin-bottom: 10px;

}

.dish-info h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dish-tags {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dish-tags span {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    font-size:10px;
}

.dish-tags span i {
    margin-right: 5px;
}

.dish-tags span .fa-solid{
    color: black;
}

.order-btn {
    background-color: #1e2129;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.order-btn:hover {
    background-color: #e5533d;
}

.order-btn i {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .col-sm-6 {
        width: 100%;
    }
}


/*Menus*/

#menu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#menu .header {
    text-align: center;
    margin-bottom: 40px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-sm-4 {
    width: 33.33%;
    padding: 20px;
}

.menu-item {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.menu-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.menu-item h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.menu-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #ff6347;
    margin-bottom: 10px;
}

.order-btn {
    background-color: #1e2129;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.order-btn:hover {
    background-color: #e5533d;
}

.order-btn i {
    margin-left: 5px;
}

#menu span {
    color:  #F47249;
}

@media (max-width: 768px) {
    .col-sm-4 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .col-sm-4 {
        width: 100%;
    }
}

/*Ends*/

/*Our Gallery*/
#photos span{
    color: #F47249;
}

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.8));
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-overlay h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}


/*Gallery Ends*/

/*Why Choose*/

       .difference {
            padding: 50px;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        
        .call-us {
            background: linear-gradient(to right, #ff7e5f, #feb47b);
            color: #ffffff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            text-align: center;
        }
        
        .call-us:hover {
            transition: 0.5s;
        }
        
        .icon {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .mt-5{
          background-color: #f0f0f0;
        }


/*Why Choose Ends*/


/*Testimonials*/
.testimonial-container {
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  padding: 20px;
  overflow: hidden;
}

.testimonials {
  display: flex;
  animation: scroll 15s linear infinite;
}

.testimonial {
  margin-right: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/*Contactus*/

.reachus {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.reachus .header {
  text-align: center;
  margin-bottom: 30px;
}

.reachus .header h1 {
  font-size: 36px;
  font-weight: 700;
}

.reachus .header h1 span {
  color: #F47249;
}

.contact-info {
  padding: 20px;
}

.info-box {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
}

.info-box i {
  font-size: 24px;
  color: #F47249;
  margin-right: 20px;
  margin-top: 5px;
}

.info-box-content {
  flex: 1;
}

.mapouter {
  margin-top: 20px;
}

.contact-form {
  padding: 20px;
}

.contact-form form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form label {
  display: block;
  margin-bottom: 10px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form input[type="submit"] {
  background-color: #F47249;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contact-info, .contact-form {
    padding: 20px 0;
  }
  .mapouter {
    margin-top: 20px;
  }
  .info-box {
    flex-direction: row;
    align-items: flex-start;
  }
  .info-box i {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .reachus .header h1 {
    font-size: 24px;
  }
  .info-box {
    padding: 15px;
  }
  .contact-form form {
    padding: 10px;
  }
}

/*Contact us Ends*/


/*Catering Form*/
.catering-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('Images/Nv.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s;
}

.catering-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.catering-form p {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
}

.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #F47249;
  box-shadow: 0 0, 10px rgba(244, 114, 73, 0.2);
}

button[type="submit"] {
  background-color: #F47249;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #e65c3c;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*Ends*/