@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden !important;
}
/* ------------------------------- Utilities start ------------------------- */
.fs__3 {
  font-size: 3rem;
}
.fs__normal {
  font-size: large;
}
.text__Blue {
  color: #367fd3;
}
.text__DarkBlue {
  color: #1d2e3b !important;
}
.text__DarkGrey {
  color: #60606b !important;
}
.text__Golden {
  color: #ffa500 !important;
}
.bg__SkyBlue {
  background-color: #1cbcff !important;
}
.bg__Blue {
  background-color: #367fd3 !important;
}
.bg__red {
  background-color: #d90700;
}
.bg__LightBlue {
  background-color: #b7daff2a;
}
.bg__DarkBlue {
  background-color: #172b56 !important;
}
.max__W-60 {
  max-width: 60rem;
}
.max__W-50 {
  max-width: 50rem;
}

.border__Radius-15 {
  border-radius: 15px;
}
/* ---------------------- Utilities end --------------------------- */

/* -------------- Bootstrap icon utility's start ---------------------- */
.bi__bolder.bi::before {
  font-weight: bolder !important;
}

/* -------------- Bootstrap icon utility's end ------------------------ */

.navbar-brand img {
  width: 60px;
}
.card .card-body img {
  width: 84px;
  height: 74px;
  object-fit: cover;
}
#Services .card-body ul {
  margin-bottom: 0;
  height: 100px;
}
.service__card-h {
  height: 200px;
  object-fit: cover;
}

.service__card1 {
  background: linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/nordic-06-scaled.jpg");
  /* width: 500px ; */
  /* height: 340px; */
}
.service__card2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("images/van.jpeg");
}
.service__card3 {
  background: linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/food-box-1-1.jpg");
}
.service__card4 {
  background: linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/nordic-02-scaled.jpg");
}
.service {
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 576px) {
  /* ------------------------------- Utilities start ------------------------- */

  .w__sm-100 {
    width: 100% !important;
  }
  /* .w-75{
    width: 100% !important;
  } */
  /* ---------------------- Utilities end --------------------------- */

  .navbar-brand img {
    width: 40px;
  }
  .fs__3 {
    font-size: 2rem;
  }
  .Same__day {
    background-image: url("images/same-day-delivery.jpg"); /* Replace 'your-image.jpg' with your image URL */
    background-position-x: -30px;
    height: 200px ;
    width: 100%;
    background-position-x: -118px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .banner img {
    /* width: 620px; */
    height: 450px;
    object-fit: contain;
    /* object-position: top -45px right 0; */
  }
}
@media screen and (min-width: 992px) {
  .card__desk {
    min-height: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .card__desk {
    min-height: 265px;
  }
}
@media screen and (min-width: 1400px) {
  .card__desk {
    min-height: 235px;
  }
}
