

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

header {
  background-color: #35363a;
  height: 88px;
}

.custom-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}

.top-links {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.top-links ul {
  padding: 0;
  margin: 0;
  display: flex;
}


.top-links ul li {
  list-style: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.top-links ul li img {
  width: 22px;
}

.main-banner {
  background: url('../images/banner.jpeg') no-repeat;
  background-size: cover;
  width: 100%;
  padding: 90px 0;
  position: relative;
}

.main-banner:after {
  position: absolute;
  content: '';
  background: rgba(53,54,58,0.8);
  width: 100%;
  height: 100%;
  top: 0;
}

.main-banner .logo img {
  max-width: 320px;
  width: 100%;
}

.main-banner .banner-content {
  position: relative;
  z-index: 1;
}

.main-banner .banner-content h1 {
  font-size: 52px;
  font-weight: 700;
  color: white;
}

.main-banner .banner-content h2 {
  font-size: 26px;
  color: white;
  font-weight: 500;
}

.main-banner .banner-content .btn-primary {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 500;
  background: white;
  border: 0;
  border-radius: 2px;
  padding: 16px 50px;
}

.main-banner .banner-content .btn-primary:hover {
  background: #f52625;
  color: white;
}

.delivery-service {
  background-color: #f0f0f0;
}

.service-van {
  position: relative;
  top: 50px;
}

.catering-services {
  background-color: #2b2a2a;
  padding: 42px 0;
}

.beyound-delivery {
  background-color: #f0f0f0;
  padding: 80px 0;
}

.seprator {
  width: 80%;
  height: 1px;
  background-color: #6b6b6b;
  margin: 0 auto;
}

.beyound-delivery h3 {
  font-size: 26px;
  font-weight: 500;
}

.reach-out .form-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
}

.reach-out form .form-control {
  border-radius: 3px;
  max-width: 300px;
  height: 33px;
  border-color: #dddddd;
}

.reach-out form .btn-primary {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 500;
  background: #e2e0e0;
  border: 0;
  border-radius: 2px;
  padding: 16px 50px;
  min-width: 240px;
  text-transform: uppercase;
}

.reach-out form .btn-primary:hover {
  background: #aaaaaa;
  color: white;
}

footer {
  background-color: #35363a;
  height: 100px;
  font-size: 14px;
  color: #fafafa;
}

footer ul {
  padding: 0;
  margin: 0 0 0 12px;
}

footer ul li {
  list-style: none;
  border-left: 1px solid #fff;
  line-height: 13px;
  padding: 0 12px;
}

footer ul li a {
  color: #fafafa;
  text-decoration: none;
}

footer ul li a:hover {
  color: #fafafa;
  text-decoration: underline;
}


footer .contac-us {
  font-size: 14px;
  color: #fafafa;
}

.right-side img {
  width: 36px;
}

.alert {
  display: none;
}


@media only screen and (max-width: 1199px) {
  .main-banner .banner-content h1 {
    font-size: clamp(2.25rem, 0.4681rem + 3.7123vw, 3.25rem);
  }
  .main-banner .banner-content h2 {
    font-size: clamp(1.125rem, 0.234rem + 1.8561vw, 1.625rem);
  }
  p {
    font-size: clamp(0.875rem, 0.4295rem + 0.9281vw, 1.125rem);
  }
  .reach-out .form-grid {
    grid-template-columns: 40% 1fr;
  }
  .reach-out .form-grid img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .delivery-service {
    padding: 30px 0;
  }
  .beyound-delivery {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-links {
    justify-content: center;
    width: 100%;
  }
  .top-links ul li img {
    width: 12px;
  }
  .top-links ul {
    flex-direction: unset;
    width: 100%;
  }
  .top-links ul li {
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
  }
  .top-links ul li:last-child {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .top-links ul li:last-child img {
    margin-right: 10px !important;
  }
  
  .banner-content .logo {
    padding: 0 15px;
  }
  .banner-content .logo a {
    width: 50%;
  }
  .main-banner .banner-content .btn-primary {
    padding: 16px 20px;
  }
  .service-van img,
  .catering-services img,
  .reach-out img {
    display: flex;
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  }
  .catering-services img {
    margin-bottom: 40px;
  }
  .reach-out .form-grid {
    grid-template-columns: 1fr;
  }
  .reach-out .form-grid img {
    max-width: 300px;
  }
  .reach-out form .form-control {
    width: 100%;
    max-width: 100%;
  }
  .form-group .col-form-label {
    font-size: 14px;
  }
  .reach-out form .btn-primary {
    min-width: auto;
  }
  .footerwrap {
    flex-direction: column;
  }
  .copywrap {
    flex-direction: column;
  }
  footer {
    padding: 10px 0;
    font-size: 12px;
  }
  footer ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 5px 0 0 0;
  }
  footer ul li {
    border: 0;
    padding: 0;
  }
  .right-side img {
    width: 20px;
  }
}
