.fs-40{
    font-size: 40px;
}

.fs-28{
    font-size: 28px;
}

.fs-18{
    font-size: 18px;
}

.custom-title{
    color: #EBB4BC;
    font-size: 80px;
}

.button-play-video{
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    }

.main-hero {
  background-image: url("../images/image\ 24.jpg"); 
  background-size: cover; 
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #6a1b9a;
  position: relative;
  
}

.img-cal-res {
  width: 94px; /* مقدار پیش‌فرض، مثلاً برای موبایل */
  height: 110px;
}

.img-mask-cal{
  width: 100px;
  height: 100px;
}

@media (max-width: 768px) { 

    .px-100{
        padding: 0 0px;
    }


    .font-76{
        font-size: 56px !important;
    }

    .fs-18{
    font-size: 16px !important;
    }

    .fs-181{
    font-size: 18px !important;

    .fs-40{
        font-size: 24px;
    }

    .fs-44{
        font-size: 24px;
    }

    .fs-28{
    font-size: 20px;
    }

    .custom-title{
    color: #EBB4BC;
    font-size: 44px;
    }

    .container {
        max-width: 100%!important;
    }

    #we-wellness .bg-white{
        background: none!important;
        color: white!important;
    }

    .mobile-video-box {
    height: 460px !important;
    max-height: 460px;
    overflow: hidden;
  }

  .mobile-video-box img {
    object-fit: cover;
    height: 100%;
  }

  .text-on-video {
    height: 100%; /* متن وسط تصویر */
  }

  .button-play-video{
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  } 

  .w-80{
    width: 80px;
  }

    .main-hero {
    background-image: url("../images/mobile-bg-colapse.jpg"); 
    background-size: cover; 
    background-position: left left;
    background-repeat: no-repeat;
    background-color: #6a1b9a;
    position: relative;
    
    }
    .h-350{
        height: auto;
    }

    .font-76 {
  font-size: 76px;
  
  color: #EBB4BC;
}

.slider-content-holder {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slider-content-holder > img {
  width: 120px;
  height: 98px;
}

.slider-content-holder > p {
  font-size: 16px;
}

.pink-big-button {
  font-size: 18px;
  background: linear-gradient(to right, #ea76b6, #d53a8f);
  text-decoration: none;
  border-radius: 13px 13px 13px 0;
  padding: 8px 20px;
  font-weight: bold;
  //chizi be esme width o height nadarim magar dar sharayet khas
  // yad begir code azad benvisi
  // mahdoodiat nadarim.  ok? ok
}

.global-margin-container{
    margin-top: 0px;
    margin-bottom: 0px;
}

.img-half-mobile {
    height: 220px !important; /* یا هر مقدار دلخواه مثل 50vh */
    object-fit: cover; /* جلوگیری از کشیدگی یا بهم‌ریختگی تصویر */
  }

  .img-absolute-responsive {
    width: 113px; /* کوچیک‌تر در موبایل */
  }


  ul.breadcrumbs{
    position: absolute;
    right: 0;
    padding-top: 8px;
  }

  .gap-24{
  gap: 0px;
}

.img-cal-res {
  width: 50px; /* مقدار پیش‌فرض، مثلاً برای موبایل */
  height: 70px;
}

.img-mask-cal{
  width: 70px;
  height: 70px;
}
  
 }