  html,
  body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
  }

  .mlr {
      padding: 0px 135px 0px 135px;
  }

  .gap {
      margin-top: 150px;
  }

  /* navbar */
  body {
      background: #000000;
      color: white;
  }

  .navbar {
      background-color: #111;
  }

  .logo {
      padding: 14px 0px 14px 134px;
  }

  .logo a img {
      height: 100px;
      width: 100px;
  }

  .navbar-nav {
      gap: 6px;
      padding: 43px 0px 43px 227px;
  }

  .nav-item {
      padding: 16px 18px;
  }

  .nav-link {
      color: white !important;
      font-size: 18px;
      font-weight: 600;
      line-height: 20px;
  }

  .nav-link:hover {
      color: #ffcc00 !important;
  }

  .icon {
      position: absolute;
      top: 45%;
      right: 135px;
  }

  .logo img {
      height: 70px;
  }

  .icon i {
      font-size: 34px;
      margin-right: 15px;
      color: white;
      transition: 0.3s;
  }

  .icon i:hover {
      color: #ffcc00;
  }

  /* Banner section */

  
  .bg {
      height: 818px;

      overflow: hidden;

  }

  /* Background image */
  .bgimg {
      background-image: url('/IMG/BannerIMG/banner.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 101%;
      height: 100%;
      position: relative;
  }


  .col-12 img {
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .bgimg .row {
      margin: 0;
  }


  .container-fluid.m {
      padding: 0;
  }

  .row>* {
      padding-right: calc(var(--bs-gutter-x) * .0);
  }

  .text {
      width: 652px;
      height: 466px;
      background-color: transparent;
      position: absolute;
      top: 72px;
      left: 135px;
  }

  .sp {
      font-size: 66px;
      line-height: 96px;
      color: #ffffff;
  }

  .text p {
      margin-top: 10px;
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      display: inline;
  }

  .text span {
      display: block;
  }

  .text br {
      display: inline;
  }

  .banner-text button {
      display: block;
      margin-top: 40px;
      width: 212px;
      height: 68px;
      border-radius: 40px;
      background-color: #ffffff;
  }

  .text-btn {
      font-size: 18px;
      line-height: 28px;
      color: #000000;
      border: none;
      font-weight: bold;
      transition: all 0.3s ease;
  }

  .bt {
      transition: all 0.3s ease;
      border: none;
  }

  /* text and video */

  .vgap {
      margin-top: 70px;

  }

  .food-text h2 {
      font-size: 50px;
      line-height: 70px;
      font-weight: bold;
      color: #ffffff;
  }

  .food-text p {
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;
      margin: 0;
  }

  .first {
      width: 750px;
      height: 430px;

  }

  .second {
      width: 800px;
      height: 430px;
      position: relative;
  }

  .siz {
      width: 900px;
  }

  .video-container {
      position: relative;
      width: 100%;
      height: 100%;
  }

  .video-container video {
      width: 100%;
      height: 100%;
      border-radius: 12px;
      object-fit: cover;
  }

  /* Play Button Style */
  .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, 0.7);
      color: black;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      cursor: pointer;
      transition: 0.3s;
  }

  .play-btn:hover {
      background-color: #ffcc00;
      color: #111;
  }


  .first p span {
      font-weight: bolder;
  }




  /* new */
  .category {
      display: flex;
      justify-content: space-between;
      margin-top: 40px;
      margin-bottom: 33px;
      flex-wrap: wrap;
  }

  /* Category link style */
  .category a {
      padding: 8px 20px;
      text-decoration: none;
      font-size: 18px;
      line-height: 30px;
      color: #ffffff;
      border-radius: 10px;
      white-space: nowrap;
  }

  .category a:hover {
      box-shadow: 0px 5px 0px 0px #ffffff;
  }

  /* new */

  .cont {
      height: 500px;
      width: 465px;
      margin-bottom: 33px;
      border-radius: 10px;
      background-color: #191919;
      cursor: pointer;
      transition: transform 0.3s ease;
  }

  .cont:hover {
      transform: scale(1.05);
  }

  .ingbox {
      height: 236px;
  }

  .ingbox img {
      max-width: 100%;
      height: auto;
  }


  .box-text {
      color: #ffffff;
      gap: 10px;
      padding: 20px 20px;
  }

  .box-text h3 {
      font-size: 30px;
      line-height: 34px;
      font-weight: bold;
  }

  .box-text p {
      font-size: 20px;
      line-height: 26px;
  }

  .svgicon span {
      font-size: 35px;
  }

  .svgicon img {
      height: 60px;
      width: 60px;
      cursor: pointer;
  }


  .row {
      flex-wrap: nowrap;
  }

  .all-btn {
      padding: 20px 54px;
      color: #000000;
      background-color: #ffffff;
      font-size: 18px;
      left: 28px;
      font-weight: 500;
      border-radius: 40px;
      margin-top: 80px;
      border: none;
      transition: all 0.3s ease;
  }

  .rowgap {
      /* gap: 30px; */
  }

  .rowgap2 {
      /* gap: 30px; */
      margin-top: 100px;
  }

  /* Quality food */
  .pa {
      transition: transform 0.3s ease;
  }

  .pa:hover {
      transform: scale(1.05);
  }

  .stats-container {
      width: 270px;
  }

  .stat-text {
      font-size: 56px;
      font-weight: bold;
      color: #ffffff;
      line-height: 66px;
  }

  .stat-label {
      color: #ffffff;
      font-size: 18px;
      line-height: 30px;
  }

  .text-t {
      color: #ffffff;
      font-size: 20px;
      line-height: 30px;
  }

  .Become {
      display: block;
      margin-left: 100px;
  }

  /* clients are saying  */
  .pa img {
      width: 465px;
      height: 500px;
  }

  .p {
      cursor: pointer;
  }

  /* supoort */
  .supoort {
      height: 368px;
      background-color: #ffffff;

  }

  .bg-w {
      margin-top: 150px;
      padding-right: calc(var(--bs-gutter-x) * .0);
      padding-left: calc(var(--bs-gutter-x) * .0);
  }

  /* search */

  .search-text h2 {
      font-size: 90px;
      font-weight: bold;
      line-height: 90px;
      color: #000000;
      margin-top: 80px;
  }

  .form-control {
      height: 68px;
      border-radius: 40px;
  }

  .bt {
      margin-left: 20px;
      padding: 20px 54px;
      border-radius: 40px;
      color: #ffffff;
      border: none;
      background-color: #000000;
  }

  .search {
      margin-top: 50px;
  }

  .ssize {
      width: 830px;
      margin: auto;
  }

  /* map */
  .mapgap {
      gap: 15px;
      height: 470px;
  }

  .e-text {
      width: 100%;
      height: 100%;
  }

  .e-text h3 {
      padding-top: 43px;
      width: 542px;
      font-size: 50px;
      line-height: 70px;
      font-weight: bold;
      color: #ffffff;
  }

  .e-text p {
      width: 562px;
      margin-bottom: 70px;
      font-size: 20px;
      line-height: 30px;
      color: #ffffff;

  }

  .last-btn {
      padding: 20px 54px;
      border-radius: 40px;
      background-color: #ffffff;
      color: #000000;
      font-size: 18px;
      line-height: 28px;
      font-weight: 500;
      border: none;
      transition: all 0.3s ease;
  }

  .map {
      width: 100%;
      height: 100%;
      overflow-y: hidden;
      border-radius: 12px;
  }

  .map iframe {
      width: 100%;
      height: 100%;
  }

  /* footer */
  .fot-col3 h5 {
      color: #ffffff;
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: 600;
      position: relative;
      padding-bottom: 10
  }

  .footer-links {
      list-style: none;
      padding-left: 0;
  }

  .footer-links li {
      margin-bottom: 12px;
  }

  .footer-links li a {
      color: #b3b3b3;
      text-decoration: none;
      transition: color 0.3s ease;
      font-size: 15px;
  }

  .footer-links li a:hover {
      color: #fff;
  }

  .payment-method.visa {
      cursor: pointer;
      background-color: transparent;
      color: white;
  }

  .g {
      gap: 50px;
      padding: 80px 0px 100px 0px;
      box-shadow: 0 5px 1px -4px #4F4F4F;
  }

  .footer-top {
      background-color: #191919;
      height: 516px;
  }

  .sep {
      width: 100%;
      box-shadow: 0 5px 1px -4px #4F4F4F;
      margin-bottom: 100px;
  }

  /* social icon */
  .social-icons {
      display: flex;
      gap: 15px;
  }

  .social-icons a {
      background: #ffffff;
      color: #111;
      font-size: 22px;
      margin-right: 20px;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: all 0.3s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      text-decoration: none;
  }

  .fot-last {
      margin: 28px 0px 60px 0px;
  }

  /* all button effect */
  .text-btn:hover {
      box-shadow: 0 0 10px #ffcc00, 0 0 30px #ffcc00;
      color: #111;
  }

  .all-btn:hover {
      box-shadow: 0 0 10px #ffcc00, 0 0 30px #ffcc00;
      color: #111;
  }

  .last-btn:hover {
      box-shadow: 0 0 10px #ffcc00, 0 0 30px #ffcc00;
      color: #111;
  }

  .bt:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }

  /* Hover Effects */
  .social-icons a:hover {
      transform: translateY(-6px);
      color: #fff;
  }


  .social-icons a:nth-child(1):hover {
      background: #1877f2;

  }

  .social-icons a:nth-child(2):hover {
      background: #1da1f2;

  }

  .social-icons a:nth-child(3):hover {
      background: #5865F2;
/
  }

  .social-icons a:nth-child(4):hover {
      background: #0077b5;
  }