@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */
}
/* de2125 */
p{
  text-align: justify;
  font-weight: 400 !important;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #019544 !important;
}
.fw-400{
  font-weight: 400 !important;
}
.text-secondary {
  color: #de2125 !important;
}
.home-bg {
  height: 630px !important;
  object-fit: cover !important;
}
.right-img{
  height: 400px !important;
  object-fit: contain;
}
.mb-31px {
  margin-bottom: 31px;
}
.before-line::before, .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #019544;
  /* color: #019544; */
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.before-line::before, .before-line::after {
  width: 25px;
}
.about-border {
  border-right: 5px solid #019544;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}

.home-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color: white; */
  max-width: 100%;
  width: 1450px;
  text-align: center;
}
.home-btn {
  background-color: #019544;
  border: 3px solid #019544;
  color: white;
  padding: 9px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
}
.home-btn:hover {
  background-color: transparent;
  border: 3px solid #019544;
  color: #019544 !important;
  padding: 9px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s ease;
}
.shadow {
  box-shadow: 0 4px 4px black !important;
}
.product-btn {
  border: 3px solid #019544;
  color: #ffffff;
  padding: 8px 19px;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
}
.product-btn:hover {
  background-color: #019544;
  transition: all 0.5s ease;
}
.contact-btn {
  border: 3px solid #019544;
  color: #ffffff;
  padding: 9px 30px;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
.product-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 32px 53px;
  color: #ffffff;
}
.product-absolute {
  position: absolute;
  bottom: 14px;
  left: 3%;
}
.product1-absolute {
  position: absolute;
  bottom: 14px;
  left: 4.5%;
}
.product-1 {
  height: 624px !important;
  width: 100%;
  object-fit: cover;
}
.product-2 {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}
.bg-primary {
  background-color: #019544 !important;
}
.product-card img:hover {
  filter: brightness(0.5); /* Optional: To darken the image */
  transition: all 0.5s ease;
}
.market-card img {
  filter: brightness(0.5); /* Optional: To darken the image */
  /* transition: all 0.5s ease; */
}
.market-absolute {
  position: absolute;
  top: 27%;
  left: 6%;
  transform: translate(10px, 10px);
}
.market-content {
  color: #ffffff;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 120px;
}
.py-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mt-6 {
  margin-top: 120px;
}

.contact-banner-blog {
  background-image: url(/embed/uttam_foods_assets/images/home/contact.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {


}


@media (max-width: 528px) {

  .flex-direction {
    flex-direction: column-reverse;
  }

.pt-6 {
  padding-top: 80px;
}
.py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt-6 {
  margin-top: 80px;
}
.home-bg {
  height: 750px !important;
}
.home-content {
  top: 50%;
}
.market-absolute {
  top: 21%;
}
 
}

