h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.navbar {
  padding: 0 0 4.5rem;
}

.big-title {
  margin-bottom: 5%;
}

.head-title {
  font-weight: bolder;
}

@media (max-width: 1028px) {
  .title-text {
    text-align: center;
  }

  .title {
    font-size: 50%;
  }

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

.title-text {
  padding-right: 40%
}

.navbar {
  padding: 1rem 0 1rem 2.5rem;
}

.nav-item {
  padding: 1rem 18px;
  font-weight: 400;
  color: black;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: 300;
}

.container-fluid {
  padding: 7% 10% 15%;
  line-height: 1.5;
}

.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 60px;
  background-color: #353b48;
  border-radius: 30px;
  padding: 10px;
}

.search_input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 40px;
  transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
  padding: 0 10px;
  width: 450px;
  caret-color: red;
  transition: width 0.4s linear;
}

.searchbar:hover>.search_icon {
  background: white;
  color: #e74c3c;
}

.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
}

#title .container-fluid {
  /* padding: 3% 15% 7%; */
  text-align: left;
  line-height: 1.5;
}

.first-div {
  padding: 7% 20% 7% 10%;
  line-height: 1.5;
  text-align: left;
  background-image: url("../images/front1.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 90%;
}

.logo {
  width: 100px;
}

.second-div {
  width: 100%;
  height: 400px;
  background-color: transparent;
}

.fith-div {
  color: white;
  padding: 7% 20% 7% 10%;
  line-height: 1.5;
  text-align: left;
  background-image: url("../images/front2.jpg");
  background-size: cover;
  opacity: 90%;
}

.padding-img {
  margin: 0 0;
}

.card {
  margin: 10% 3%;
}

.third-div {
  padding: 7% 20% 7% 10%;
  line-height: 1.5;
  text-align: left;
  background-image: url("../images/front3.jpg");
  background-size: cover;
  opacity: 90%;
}

.pic {
  margin: 10% 10%
}

.pic-title {
  margin-top: 1%;
  margin-left: 0;
}

.card-title-light {
  text-align: center;
  background-color: lightgrey;
  background-size: cover;
  opacity: 80%;
  border-radius: 0.5rem;
}

div.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
  font-family: "Montserrat";
  font-weight: 800;
  padding: 0 0;
}

.gallary-title {
  padding: 0% 20% 7% 2%;
}

.card-op {
  opacity: 0;
}

/* .margi-div {
  margin: 100px 100px;
} */
/* .card-pos-coffee {
  left: 100px;
  max-width: 100%
} */
.h6-weight {
  font-weight: bold;
}

/* .card-pos-coldseald {
  left: 370px;
  bottom: 166px;
} */
/* .card-pos-detergent {
  bottom: 240px;
  left: 100px;
} */
/* .card-pos-frozen {
  left: 370px;
  bottom: 408px;
} */
/* .card-pos-oil {
  left: 640px;
  bottom: 834px;
} */
/* .card-pos-paper {
  left: 640px;
  bottom: 825px;
} */
.card-pos {
  margin-top: 0%;
  margin-bottom: 3%;
}

#gallary {
  margin: 10% 0% 0 10%;
}

/* .img-dim {
  height: 210px;
} */
/* .img-dim-salad {
  height: 260px;
} */
.row-margin {
  margin: 7% 1%;
}

.forth-div {
  width: 100%;
  height: 200px;
  background-color: transparent;
}

/* .rounded {
  height: 200px;
  width: 120%;
} */
.learn-more {
  margin-top: 5%
}

.bkimage {
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#footer {
  background-color: #efefef;
  padding: 5% 1% 5% 7%;
}

.footer-icon {
  padding: 1% 1%;
}

.fa-facebook-f {
  color: #3b5998;
}

.fa-linkedin-in {
  color: #0e76a8;
}

.fa-twitter {
  color: #1DA1F2;
}

.fa-envelope {
  color: #657786;
}

.copyright {
  margin-top: 7%;
  font-size: 0.9rem;
  color: #8F8F8F;
}

.email-link {
  text-decoration: none;
  color: #0457a2;
}

.address {
  line-height: 1.5;
  font-size: 1rem;
  padding-left: 7%;
  color: #0457a2;
}

.social {
  text-align: center;
}