* {
    box-sizing: border-box;
    max-width: 100%;
  }
  .btn6 {
      
      background-color: #BF1109;
      color:#fff;
      height: 50px;
      width: 50px;
      border-color:1px 2px 3px #BF1109;
      border-radius: 50px;
      position: fixed;
      left: 1100px;
      top:400px;
      }

    .btn6:hover {
      background-color:#14A83A;
    }
    @media (max-width: 576px) {
  .btn6 {
     background-color: #BF1109;
      color:#fff;
      height: 30px;
      width: 30px;
      border-color:1px 2px 3px #BF1109;
      border-radius: 50px;
      position: fixed;
      left:400px;
  
  }
}
  /* button  */
  body{
  overflow-x: hidden;
}

.custom-navbar {
  background-color: black;
  color: #fff; 
}

.wrapper{
  background-image: url("https://html.pixelfit.agency/foodix/assets/images/hero/hero-four_bg.png");
}
.custom-navbar .navbar-brand,
.custom-navbar .nav-link,
.custom-navbar .nav-link.active,
.custom-navbar .offcanvas-title,
.custom-navbar .dropdown-toggle {
  color: white !important;
}

.green-btn:hover{
  background-color: #50A93C;
  border: none;

}
.custom-navbar .navbar-toggler-icon {
  filter: invert(1);
}

 @media (max-width: 991px) {
  .nav-item{
    border-bottom: 2px solid white;
     color: black; 
     width: 100%;
  }
}
.navbar-toggler {
            border-color: white;
        }

 h1.hero-heading {
    font-size: 4.3em;
    font-family: anton;
    letter-spacing: 6px;
  }

  h1.head-hero{
  font-size: 5.8em;
}

 body {
    overflow-x: hidden;
    background-color:black; 
  }
    
    .nav1{
    background:rgb(42, 39, 39);
    height: 60px;
    width: 100%;
  }
.nav1 img{
    height:50px;
    width: 15%;
    margin-left: 30px;
}
.nav1 button{
      background:rgba(131, 201, 27, 0.829);
      color:white;
      height: 40px;
      width: 10%;
      border-radius: 7px;
      border-color:rgba(114, 187, 6, 0.555);
      margin-left:85%;
      margin-right: 10px;
      position: relative;
    bottom:40px;
}
@media (max-width: 576px) {
  .nav1 {
    justify-content: left;
  
  }

  .btn1 {
    margin-top: 10px;
    width: 100%; 
    font-size: 10px;
  }
}
/* .nav{ 
   position: absolute; 
     top: 0; 
    left: 0; 
    height: 100% ;
 } 

  .buttons {
    width: 200px;
    background-color: #BF1109;
    border: none;
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
  }

  .buttons:hover {
    background-color: #14A83A;
    transition: all 0.5s ease-out;
   } 
.button-cart {
    width: 70px;
    background-color: #14A83A;
    border: none;
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
  }

.button-div {
    margin-left: 50px;
  }
  /* footer */
.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-section {
  flex: 1 1 200px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-section p, .footer-section ul {
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
   color: #ff5722; 
}

.footer-section.about .logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-section.about .logo img {
  height: 40px;
  margin-right: 10px;
}

.footer-section.about .logo h2 {
  font-size: 24px;
  margin: 0;
}

.socials {
  margin-top: 20px;
}

.socials a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  transition: #000 0.3s, #fff 0.3s;
}
.socials a:hover {
  background-color: #ff5722;
  border-color: #ff5722;
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}
 /* Hero section  */
.herosec {
  background-color: #1a1a1a;
  height: auto;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    gap: 30px;
  flex-wrap: nowrap;
  padding: 0 20px;
}
.herosec .img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.btn2{
  background:#BF1109;
  color: #fff;
  height: 50px;
  width: 150px;
  border-radius: 10px;
  border: #BF1109;
  box-shadow:2px 3px 4px #BF1109;
}
.head1{
  color:#ffcc00;
}
.head2{
  font-size:70px;
  font-size: bold;
  color: #fff;
}
.span1{
  font-size:70px;
  font-size: bold;
  color:#BF1109;
}

@media (min-width:350px)and(max-width:700px) {
    .herosec {
      width: 700px;}
}

@media (max-width:1500px) {
    .herosec {
        width: 1400px;
    }
}
/*Our Menu*/
         .top{
          background: whitesmoke;
          padding-bottom: 50px;
         }
        .card-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            overflow-x: hidden;
        }
        .container1{
          background-color:whitesmoke;
          color: #000;
        }
        .container1 button{
          background-color: #BF1109;
          color: #000;
          background-color: transparent;
          border: 1px solid #BF1109;
            width: 170px;
            height: 60px;

    
        }
      @media (max-width: 700px) {
            .card-section {
                flex-direction: column;
                text-align: center;
        }
        }

     .card-section h1 {
      color: #F5F5F5;
            font-size: 45px;
            font-weight: 900;
            margin-left: 70px;
        }
         
        .card-{
            width: 250px;
            height: 100px;
            padding: 15px 5px 10px;
            background-color:#F5F5F5;
            display: flex;
            justify-content: center;
            border-radius: 10px;
        }

        .card-:hover {
            width: 250px;
            height: 100px;
            padding: 15px 5px 10px;
            background-color: #BF1109;
            color: white;
            display: flex;
            justify-content: center;
            border-radius: 10px;

        }

        @media (max-width: 700px) {
            .card- {
                width: 100%;
                height: 200px;
                margin: 1rem auto;
                background-color: #F5F5F5;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 10px;
                font-size: 2rem;
            }

            .button-:hover {
                width: 100%;
                margin: 1rem auto;
                background-color: #BF1109;
                color: white;
                display: flex;
                justify-content: center;
                border-radius: 10px;
                font-size: 2rem;

            }

          }
  /* about section  */
    .rt {
    color: goldenrod;
    font-weight: bolder;
}
.about-us h1 {
  margin-right: 30px;
  color:#fff; 
    font-size: bold;
    font-weight: 800;
   text-transform: uppercase;  
}

.about-us p {
  color:#fff;
    font-size: 20px;
}

.card {
    width: 250px;
    height: 100px;
    background-color:rgba(212, 199, 199, 0.454);
    border-radius: 10px;
}
.btn1{
  background-color: #BF1109;
  border-radius: 10px;
}
.btn1 :hover{
  background-color:#14A83A;
    transition: all 0.5s ease-out;
}

@media (max-width: 768px) {
    .office-brnch {
        flex-direction: column;
        width: 100%;
        gap:0;
      text-align: center;
      align-items: center;
    }

    .card {
      background-color: #F5F5F5;
        width: 60%;
        height: auto;
        flex-direction: row;
        padding: 0px;
        justify-content: center;
        display: flex;
    }

    .card img {
        max-width: 60px;
        height: auto;
    }

    .brg-con h5,
    .brg-con p {
        font-size: 1rem;
    }

    .about-us h1 {
        font-size: 35px;
        font-weight: bolder;
        text-transform: uppercase;
    }

    .about-us button {
        width: 80%;
        height: 100px;
    }
}

.offer {
    background-color:#1a1a1a;
    color: white;
}

.pera {
    color:goldenrod;
}

.offer-sec h1 {
  color: #fff;
    font-size: 55px;
    font-weight: 900;
    text-transform: uppercase;
}

.countdown {
    padding: 10px;
    border-radius: 10px;
    background-color: #7573734a;
    text-align: center;
    min-width: 70px;
}

.countdown h3 {
  color:#fff;
    margin: 0;
}

small {
  color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.btn3{
  background:#BF1109;
  border-radius: 10px;
}
.btn3 :hover{
  background:#14A83A;
    transition: all 0.5s ease-out;

}
@media (max-width: 768px) {
    .offer h1 {
        font-size: 30px;
        font-weight: bolder;
        text-transform: uppercase;
        columns: center;
        text-align: center;
    }
}

/*Why choose Foodix*/
.container4{
  background: #fff;
  padding-bottom: 50px;
}
.Choice-sec {
  background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.Choice-sec small {
    color: goldenrod;
}

.Choice-sec h1 {
  color:#1a1a1a;
    font-size: 55px;
    font-weight: 900;
    text-transform: uppercase;
}

.mid-card {
    width: 250px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color:whitesmoke;
    border-radius: 10px;
}

.mid-card:hover {
    width: 250px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #BF1109;
    color: white;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .Choice-sec h1 {
        font-size: 20px;
        font-weight: bolder;
        text-transform: uppercase;
        flex-direction: column;
      text-align: center;
      align-items: center;
    }
  }

/* Book a Table */
.reservation {
  padding: 60px 15px;
  background: #1a1a1a; 
}

.reservation-child {
  max-width: 1100px;
  width: 100%;
}
.reser-left {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.reser-left h2 {
  font-size: 2rem;
}

.res-button {
  height:50px ;
  width: 250px;
  background-color: #14A83A;
  color:#fff;
  border-radius: 8px;
  transition: 0.3s ease;
}

.res-button:hover {
  background-color:#F8AE00;
  color: #fff;
}


.reser-right {
  width: 100%;
  max-width: 550px;
}

.reser-input {
  color: #fff;
}

.reser-input::placeholder {
  color: #eee;
}

@media (min-width: 992px) {
  .reservation-child {
    display: flex;
    align-items: stretch;
    gap: 40px;
  }

  .reser-left {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .reser-right {
    flex: 1;
  }

  .reser-left h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .reser-left h2 {
    font-size: 1.5rem;
  }

  .res-button {
    width: 100%;
  }
}
/* img slider  */
       .image-section {
      padding: 0px;
      background-color: #fff;
    }

    .image-slider {
      overflow: hidden;
      width: 100%;
    }

    .slider-g-track {
      display: flex;
      width: calc(310px * 10);
      animation: scroll 70s linear infinite;
    }

    .slide-g {
      flex: 0 0 300px;
      position: relative;
      overflow: hidden;
    }

    .slide-g img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .slide-g:hover img {
      transform: scale(1.1);
    }
    .overlay-text {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;

      text-align: center;
       transform: translateY(100px); 
    }

    .slide-g:hover .overlay-text {
      opacity: 1;
       transform: translateY(0); 
    }

    .overlay-text h5 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .overlay-text p {
      font-size: 16px;
      margin: 0;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 768px) {
      .slide-g {
        flex: 0 0 250px;
      }

      .slide-g img {
        height: 250px;
      }

      .slider-g-track {
        width: calc(260px * 10);
      }

      .overlay-text h5 {
        font-size: 18px;
      }

      .overlay-text p {
        font-size: 14px;
      }
    }

    
  /* Our chef*/
  .container5{
    background: white;
    padding-bottom: 100px;
    padding-top: 0px;
  }
.chef{
  color: black;
  font: 3em;
  font-size: bold;
}
    .team-member {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      transition: 0.3s;
    }

    .team-member img {
      width: 100%;
      display: block;
    }

    .member-info {
      position: absolute;
      bottom: 20px;
      left: 10%;
      background-color: white;
      text-align: center;
      width: 80%;
      padding: 15px;
      z-index: 1;
      margin: 0 auto;
      
    }

    .member-info h5 {
      letter-spacing: 3px;
      font-weight: 100;
      margin-bottom: 5px;
      color: #0b0c2a;
    }

    .member-info:hover{
      background-color: #BF2524;
     
    }
    .member-info:hover h5{
       color: white;
    }

    .member-info span {
      font-size: 14px;
      color: #6c757d;
    }

     .member-info:hover span{
       color: #ccc6c6;
    }

    .social-icons {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%) translateX(-50px);
      display: flex;
      flex-direction: column;
      gap: 10px;
      opacity: 0;
      transition: 0.4s ease;
      z-index: 2;
    }

    .team-member:hover .social-icons {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
    }

    .social-icons a {
      background: white;
      color: red;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background-color: red;
      color: white;
    }

    
.left{
  width: 50%;
}
.right{
  width: 35%;
}

.time{
  margin: 20px 0px;
}

     h2.heading {
    font-size: 4.5em;
    letter-spacing: 2px;
  }

   @media (max-width: 1166px) {
    h2.heading {
      font-size: 3.3em;
    }
  }

  @media (max-width: 1025px) {
    h2.heading {
      font-size: 3.1em;
    }
  }

   @media (max-width: 992px) {
    h2.heading {
      font-size: 2.6em;
    }
    .wrap{
      flex-direction: column;
      text-align: center;
      padding: 40px 0px;
    }
    .left{
      width: 80%;
    }
    .right{
      width: 60%;
    }
    .image-hidden{
      display: none;
    }
  }

  @media (max-width: 768px) {
    h2.heading {
      font-size: 2.4em;
    }
    .right{
      width: 70%;
    }
  }

  @media (max-width: 576px) {
    h2.heading {
      font-size: 2em;
    
    }
    .right{
      width: 80%;
    }
  }
  @media (max-width: 475px) {
    .time{
      flex-wrap: wrap;
      margin-bottom: 90px ;
    }
  }
  /* our categories  */

    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
     }

    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
     }

    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
    }

    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
     }


    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
     }


    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
     }

    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
     }
    

    .categories-main{
      width: 100%;
      min-height: 100vh;
      height: auto;
      margin: 40px 0px;
      
      
    }

    .top-categories{
      width: 85%;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      row-gap: 40px;
      height: auto;
    }
    .cate-left{
      width: 100%;
    }
    .cate-card{
      width: 300px;
      height: 120px;
      background-color: #F5F5F5;
    }
.bottom-categories{
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: center;
  align-items:center;
  margin-top: 50px;
  column-gap: 40px;
}

.cates-card{
   width: 280px;
   height: 120px;
      background-color: #F5F5F5;
}
     @media (max-width: 725px) {
      .categories{
        width: 95%;
      }
      .cate-card{
        width: 90%;
      }
     }

    #testimonialCarousel .card {
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#testimonialCarousel .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#testimonialCarousel .testimonial-stars {
  color: #F8AE00;
  font-size: 1.2rem;
}

#testimonialCarousel .testimonial-icon {
  font-size: 2rem;
  color: #F8AE00;
  font-weight: bold;
}
/* reviw Section  */
          .bn{
            color:goldenrod;
          }
        .review-sec {
          background-color: #FFFFFF;
            width: 400px;
            height: 400px;
            border: 1px dotted silver;
            padding: 30px 30px;
            
        }

        .double-quote {
            color: white;
            background-color: #14A83A;
            padding: 20px;
            border-radius: 50%;
        }

        .reviwes {
            background-color: #F7F1E1;

        }

        .card-sec {
            background-color: #F5F5F5;

        }

        .card-sec:hover {
            color: #14A83A;


        }

        @media (max-width: 768px) {
            .chef-reviwes {
                display: flex;
                flex-direction: column !important;
                width: 100%;
            }

            .review-sec {
                width: 100%;
                height: auto;
                gap: 10px;
            }
            .manu-h1 h1 {
            font-size: 2.5;
            font-size: bolder;
        }
        .manu {
            text-align: center;
            color: #141414;
            font-weight: bolder;
            font-size: 35px;

        }
        }
        .card-sec {
            width: 100%;
            margin: auto;
        }

        @media (max-width: 768px) {
            .card-sec {
                width: 100% !important;

            }

            .manu-h1 {
                font-size: 30px;

            }
            .manu-h1 h1 {
            font-size: 35px;
            font-weight: bolder;
        }
        .manu {
            text-align: center;
            color: #141414;
            font-weight: bolder;
            font-size: 35px;

        }


        }

