.farmi-our-store-block {
  padding: clamp(30px, calc( (50 / 1920) * 100vw ), 50px) 0;
  margin: 0;
  position: relative;
  z-index: 1;
  background-color:#f5f5f5;
  overflow: hidden;
}
.farmi-our-store-block .container-fluid {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.farmi-our-store-block .row {
  margin: 0 !important;
}
.farmi-our-store-block .col-lg-12 {
  padding: 0 !important;
}

.farmi-our-store-block .carousel-box {
  position: relative;
  /* background: #f7f7f7; */
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.farmi-our-store-block .carousel-box .single-item {
  margin: 0;
  padding: 0;
}
.farmi-our-store-block .carousel-box .single-item .row {
  align-items: center;
  min-height: 500px;
  background: #f5f5f5;
}


.farmi-our-store-block .left-bottom-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 20px;
}

.farmi-our-store-block .left-bottom-text .custom-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}

.farmi-our-store-block .custom-dots {
  display: flex;
  gap: 10px;
}
.farmi-our-store-block .custom-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.farmi-our-store-block .custom-dots .owl-dot.active {
  background: var(--color-primary);
  width: 30px;
  border-radius: 6px;
}
.farmi-our-store-block .owl-dots {
  display: none !important;
}


.farmi-our-store-block .offer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f5f5f5;
}

.farmi-our-store-block .offer-pic{
  display: flex;
  justify-content: center;
  /* height: 500px; */
  width: 66%;
  aspect-ratio: 93 / 50;
}

.farmi-our-store-block .carousel-box .single-item .thumb {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0px 0px 0 120px;
  position: relative;
}

.farmi-our-store-block .thumb .farmi-story-intro {
  position: absolute;
  left: 0%;  /* 96/930 */
  /* bottom: 7.2%;  */
  top: 79%;
  /* width: 100%; */
}

.farmi-our-store-block .farmi-story-intro-title {
  font-size: clamp(14px, 1vw, 16px);
  font-family: var(--title-font-family);
  font-weight:400;
  color: #666;
  line-height: 1.2;
  /* width: 71%; */
}

.farmi-our-store-block .farmi-story-intro-title span{
  font-size: clamp(14px, 1vw, 16px) !important;
}

.farmi-our-store-block .farmi-story-intro-content {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font-family);
    color: #222429;
    line-height: 1.2;
    margin-top: 8px;
}

.farmi-our-store-block .carousel-box .single-item .thumb img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  display: block;
}


.farmi-our-store-block .carousel-box .single-item .info {
  flex: 1;
  padding: 0px 120px 0 0;
}
.farmi-our-store-block .carousel-box .single-item .info h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: clamp(24px, 2.3vw, 48px);
  line-height: 1.4;
  font-weight: 700;
}
.farmi-our-store-block .carousel-box .single-item .info p {
  color: #000000;
  margin: 0 0 20px;
  line-height: 1.7;
  font-size: clamp(14px, 0.83vw, 16px);
  text-align: justify;
}


.farmi-our-store-block .carousel-box .single-item .info .btn {
  display: inline-block;
  padding: 14px 30px;
  font-weight: 600;
  border: 2px solid var(--color-primary);
  color: #000;
  border-radius: 50px;
  transition: all 0.3s;
  text-decoration: none;
}
.farmi-our-store-block .carousel-box .single-item .info .btn:hover {
  background: var(--color-primary);
  color: #fff;
}


.farmi-our-store-block .carousel-box .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}
.farmi-our-store-block .carousel-box .owl-nav .owl-prev,
.farmi-our-store-block .carousel-box .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  /* background: rgba(255,255,255,0.8); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  pointer-events: all;
}
.farmi-our-store-block .carousel-box .owl-nav .owl-prev i,
.farmi-our-store-block .carousel-box .owl-nav .owl-next i {
  color: #333;
}



@media (min-width: 1501px) {
  .farmi-our-store-block .farmi-story-intro-title {
    width: 64%;
  }
}


@media(max-width:1500px){
  .farmi-our-store-block .farmi-story-intro-title {
    width: 56%;
  }
}


@media (max-width: 991px) {
  .farmi-our-store-block .offer-pic{
    height: 500px;
  }

  .farmi-our-store-block .offer-content{
    display: block;
  }
  .farmi-our-store-block .offer-pic {
    width: 100%;
  }
  

  .farmi-our-store-block .carousel-box .single-item .row {
    flex-direction: column;
    min-height: auto;
  }
  .farmi-our-store-block .carousel-box .single-item .info {
    padding: 30px 20px;
    text-align: center;
  }

  .farmi-our-store-block .carousel-box .single-item .thumb {
    margin: 0;
  }

  .farmi-our-store-block .carousel-box .single-item .thumb img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width:991px) {
  .farmi-our-store-block .offer-pic {
    width: 100%;
    height: auto;
    padding: 30px 20px 0 20px;
    aspect-ratio: auto;
  }
  

}

@media (max-width:991px){
  .farmi-our-store-block .thumb .farmi-story-intro {
    /* position: relative; */
    /* left: 0; */
    /* top: 0; */
    top: 86%;
    left: 5%;
  }

  .farmi-our-store-block .farmi-story-intro-title {
    width: 62%;
    /* padding: 12px; */
  }
}



@media (max-width:576px){
  .farmi-our-store-block .thumb .farmi-story-intro {
    position: relative;
    left: 0;
    top: 0; 
  }

  .farmi-our-store-block .farmi-story-intro-title {
    width: 100%;
  }

}