/*development by bodjex.ir */
/*sasan abedini*/
 
 
    .slider-container {
    height: 380px;
}


.row.row-slider-caption.align-items-center {
    height: 320px;
}




.bodjex-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    background-color: #d6d7d8;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    border: dashed 1px #6b7b8b;
    border-left: 0px;
    border-right: 0px;
    background-image: url(https://bodjex.ir/ads/bg1.png);
    border-radius: 10px;
    text-align: center;
}


h3 {
    font-size: 20px;
    font-weight: 600;
}


.bjx-offer-box {
    background: linear-gradient(90deg, #d9eafa 37%, #f6c32c  67%);
    padding-top: 10px;
    padding-bottom: 15px;
    border-radius: 10px;
    padding-right: 30px;
}




.bodjex-btn {
    background-color: rgb(34, 34, 34);
    border-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    border-radius: 5px;
}


.bjx-vasatchin {
    text-align: center;
}




.bodjex-post-ax {
   border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
}


.blog-item {
    border: none;
}


.blog-post-title {
    font-size: 16px !important;
}




.bjx-story-img {
    border-radius: 50%;
    border: solid 3px #4da72ff2;
     pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}




/*////*/

.bjx-swiper-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 15px;
    margin-bottom: 10px;
}

.bjx-swiper-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
   scroll-behavior: auto;
}
.bjx-swiper-track:active { cursor: grabbing; }
.bjx-swiper-track::-webkit-scrollbar { display: none; }

.bjx-story-span {
  flex: 0 0 auto;
  width: 110px;
  text-align: center;
  text-decoration: none;
  color: #000;
  user-select: none; /* جلوگیری از انتخاب متن هنگام درگ */
font-size: 12px;
    
}

.bjx-story-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: auto;
  pointer-events: none; /* اجازه درگ روی عکس */
}



span.title-exp {
    background-color: #ffffff;
    color: black !important;
    padding-right: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    border: solid 1px #e2e2e2;
}




