* {
  font-family: "Nunito";
}
.bg-faint-blue {
  background: #7b8eab;
}
.bg-red {
  background-color: #00cfff;
  /* background-color:#F14E4E; */
}
.border-red {
  border-color: #00cfff !important;
  /* border-color: #F14E4E !important; */
}
.border-white {
  border-color: #ffffff !important;
}

.text-red {
  color: #00cfff !important;
  /* color: #F14E4E !important; */
}
.text-fred {
  color: #003fad;
  /* Color:#ff9696; */
}
.navbar {
  z-index: 9999;
}
.navbar-brand {
  font-weight: bold;
  color: #00cfff;
  /* color: #F14E4E; */
  font-size: 40px;
}
.navbar .nav-link {
  color: #003fad !important;
}
.navbar .nav-link.active {
  color: #00cfff !important;
  /* color: #F14E4E !important; */
  font-weight: bold;
}

.bg-image {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    url("../images/home-bg.jpg") !important;
  /* background-image: url('home-bg.jpg'); */
  background-repeat: no-repeat;
  background-size: 100% 90%;
}

.bg-manf {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    url("../images/bottle-manufacture.jpg") !important;
  /* background-image: url('home-bg.jpg'); */
  background-repeat: no-repeat;
  background-size: 100% 90%;
}

.text-white {
  color: #ffffff !important;
}

.f-45 {
  font-size: 45px;
}
.f-90 {
  font-size: 90px;
}
.f-80 {
  font-size: 80px;
}

.services a {
  text-decoration: none;
}
.services .card {
  height: 330px;
  border: unset !important;
}
.services .card:hover {
  margin-top: -15px;
}
.services .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services .shop {
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
.service-1 {
  background: rgba(255, 69, 85);
}
.service-2 {
  background: rgba(255, 149, 0);
}
.service-3 {
  background: rgba(255, 204, 0);
}
.service-4 {
  background: rgba(76, 217, 100);
}
.service-5 {
  background: rgba(64, 113, 222);
}
.service-6 {
  background: rgba(88, 86, 214);
}
.form-control {
  border-radius: 0;
  border: 1px solid #00cfff;
  /* border: 1px solid #F14E4E; */
}

.btn {
  border-radius: 0;
}

.btn-submit {
  background: #00cfff !important;
  /* background: #F14E4E !important; */
  border-radius: 0 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

#profileImg {
  height: 500px;
}

#weLogo {
  height: 50px;
}

.services .card-body {
  z-index: 1;
}
.service-bg-img {
  filter: grayscale(100%);
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}

@media (max-width: 1400px) {
  .f-90 {
    font-size: 75px;
  }
  .f-80 {
    font-size: 40px;
  }
  #profileImg {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .f-90 {
    font-size: 45px;
  }
  .f-80 {
    font-size: 40px;
  }
  #profileImg {
    height: 200px;
  }
  #weLogo {
    height: 35px;
  }
  #designedBY {
    font-size: 12px;
  }
}
