  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Libre+Baskerville&family=Montserrat&display=swap');

body {
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-family: "Source Sans 3", sans-serif !important; */

}
/* iframe {
  width: 100% !important;
} */
p{
  text-align: justify;
  font-weight: 400 !important;
  color: grey;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #8d2929 !important;
}
.text-secondary {
  color: #d58935 !important;
}
.text-dark {
  color: #363435 !important;
}
.bg-primary {
  background-color: #8d2929 !important;
}
.bg-blue {
  background-color: #d58935 !important;
}

.bg-secondary {
  background-color: rgb(245 245 245) !important;
}

a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 110px;
}
.py-6 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mt-6 {
  margin-top: 110px;
}
h4{
  font-weight: 600 !important;
}
.shadow-set {
  box-shadow: 0 2px 8px black !important;
}
.we-deliver-img {
    max-width: 100%;
    height: 450px;
    width: 100%;
    object-fit: fill;
}
.we-deliver-content-bg {
    /* background-color: #edebea; */
    border: 2px solid #8d2929;
}
/* owl dots start */
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #8d2929;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  width: 15px;
  height: 15px;
  background: #8d2929;
  display: inline-masonry ;
  align-items: center;
  justify-content: center;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
/* span {
    font-size: 70px;    
    position: relative;
    top: -5px;
} */
.owl-nav button:focus {
    outline: none;
}
/* owl dots end */
/* .home-img {
  max-width: 100%;
  object-fit: cover;
} */
/* Crop Zoom Animation */
/* .home-img {
  transform: scale(1.1);
  transition: transform 3s ease;
  object-fit: cover;
  max-width: 100%;
}

.owl-item.active .home-img {
  transform: scale(1);
} */
.owl-item .home-img {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 1s ease, transform 5s ease;
}

.owl-item.active .home-img {
  opacity: 1;
  transform: scale(1);
}

.mb-31px{
  margin-bottom: 31px;
}

.contact-banner-blog {
  background-image: url(/embed/frytech/fry_tech_food_assets/images/home/1.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.fs-18 {
  font-size: 18px !important;
}
/* .industry-icon {
  background-color: #8d2929;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 12px;
} */
.mb-75 {
  margin-bottom: 75px ;
}
/* .home-btn {
  background-color: #8d2929;
  border: 3px solid #8d2929;
  color: white;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;

}
.home-btn:hover {
  background-color: #ffffff;
  border: 3px solid #8d2929;
  color: #8d2929;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
} */
 .home-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #8d2929;
  color: #fff;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}

/* Left to right shadow effect */
.home-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transition: 0.5s ease;
}

.home-btn:hover::before {
  left: 100%;
}

/* Optional: button lift on hover */
.home-btn:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  transform: translateY(-2px);
}
.sec-title {
    position: relative;
    z-index: 1;
    /* margin-bottom: 40px;  */
}
.sec-title h2:before, .sec-title h4:before, .sec-title h3:before , .sec-title h1:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -10px;
    height: 3px;
    width: 60px;
    background-color: #8d2929;
    margin-top: 40px; 

}

.home-filter {
  filter: drop-shadow(0px 2px 4px black);
}
.product-img{
  height: 221px !important;
  object-fit: cover;
}
.product-border{
  border: 2px solid #8d2929 !important;
  border-radius: 20px ;
}
.spares-border{
  border: 2px solid #d58935 !important;
  border-radius: 12px !important;
}
.fw-900 {
  font-weight: 900 !important;
}

.spares-img{
  height: 200px;
  object-fit: contain !important;
  border-radius: 10px;
}
.client-img {
  max-width: 100%;
  height: 100px !important;
  object-fit: contain;
}
.solution-img {
  height: 270px !important;
  object-fit: contain;
  margin-bottom: 50px;
}
.solution-border {
  border: 1.5px solid #c1c1c1 !important;
  width: 100%;
}
.solution-number {
  color: rgb(225 221 221) !important;
  font-size: 3.2rem !important;
  font-weight: 400;
}
.solution-card {
  /* height: 470px; */
}
.solution-card h5 {
  margin-top: 15px;
}
.solution-card:hover .solution-number {
  color: #8d2929 !important;
  transition: 0.3s;
}
.solution-card:hover .solution-border {
  border: 1.5px solid #8d2929 !important;
  transition: 0.3s;
}
.solution-icon{
  background-color: #8d2929;
  border: 2px solid #8d2929;
  color: #ffffff;
  font-weight: 600;
  padding: 8px;
}
.solution-icon{
  background-color: #8d2929;
  color: #ffffff;
  font-weight: 600;
  padding: 6px;
}
.lh-1 {
  line-height: 1;
}
.solution-wrapper {  
  overflow: hidden; 
  width: 100%;
  object-fit: cover;
}
.solution-img {
  transition: 0.3s;
}

.solution-card:hover .solution-img {
  transform: scale(1.1);
}

.solution-card:hover .solution-icon {
  background-color: #ffffff;
  color: #8d2929;
  transition: 0.3s;
}
.about-icon {
    max-width: 100%;
    height: 60px;
}
/* box-shadow: 0 4px 4px black !important; */
.mb-33px {
  margin-bottom: 33px !important;
}
.fs-46px {
  font-size: 46px;
}

.brochure-absolute {
    position: absolute !important;
    top: -110px;
    width: 100%;
}
.bg-brochure {
  --bs-bg-opacity: 1;
  background-color: #8d2929;
}
.brochure-icon-fluid{
  height: 50px !important;
}
.brochure-icon-set {
  background-color: white;
  padding: 19px;
  border-radius: 50%;
}
.before-line::before, .before-line::after {
    display: inline-block;
    content: "";
    border-top: 2.5px solid #000;
    width: 2rem;
    margin: -1rem 8px;
    transform: translateY(-1rem);
}
.market-sec {
  
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/embed/frytech/fry_tech_food_assets/images/home/globle market/market.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; /* This makes the background sticky */
  /* height: 90vh; */
  display: flex;
  align-items: center;
  justify-content: center;

  /* color: white; */
  /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); */
  /* font-size: 3em;   */
}
.product-sec {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/embed/frytech/fry_tech_food_assets/images/home/product/product-bg.avif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; /* This makes the background sticky */
  display: flex;
  align-items: center;
  justify-content: center;
}
.brochure-sec {
  background-image: linear-gradient(to bottom, rgba(141, 41, 41, 0.6), rgba(141, 41, 41, 0.6)), url('/embed/frytech/fry_tech_food_assets/images/home/brochure/brochure-bg.avif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed;  */
  display: flex;
  align-items: center;
  justify-content: center;
}
.globle-img{
    max-width: 100%;
    height: 35px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.market-sec-padding {
    padding-top: 230px;
    /* padding-bottom: 110px; */
}
.market-container-padding {
    padding-top: 210px;
    padding-bottom: 110px;
}
.contact-card {
    border-top: 6px solid black !important;
    height: 170px;
}
.about-desc {
       position: absolute !important;
    left: -50px;
    bottom: -32px;

}

@keyframes moveDown {
  0% { transform: translateY(-35px); }
  50% { transform: translateY(35px); }
  100% { transform: translateY(-35px); }
}

.about-image-move-down {
  animation: moveDown 5s ease-in-out infinite;
}
@keyframes moveLeft {
  0% { transform: translateX(-25px); }
  50% { transform: translateX(25px); }
  100% { transform: translateX(-25px); }
}

.contact-image-move-left {
  animation: moveLeft 5s ease-in-out infinite;
}
.video-border {
    border: 2px solid #8d2929;
    padding: 10px;
    /* border-radius: 10px; */
}
.product{
  position: relative;

  .owl-theme {
    .custom-nav {
      position: absolute;
      top: 50%;
      left: -70px;
      right: -70px;

      .owl-prev,
      .owl-next {
        position: absolute;
        height: 100px;
        color: inherit;
        background: none;
        border: none;
        z-index: 100;

        i {
          font-size: 2.5rem;
          color: #cecece;
          padding: 0;
        }
      }

      .owl-prev {
        left: 0;
      }

      .owl-next {
        right: 0;
      }
    }
  }
}



@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {

  .flex-direction {
    flex-direction: column-reverse;
  }
  .owl-nav button.owl-prev {
  left: 100px;
}
.owl-nav button.owl-next {
  right: 100px;
}
.owl-nav button span {
    top: 170px;
}
}


@media (max-width: 528px) {

 
.pt-6 {
  padding-top: 80px;
}
.py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt-6 {
  margin-top: 80px;
}

 .brochure-absolute {
    position: absolute !important;
    top: -188px;
    width: 398px;
}
.contact-card {
    height: auto;
}
}

