div {
}

div {
}

.post_carousel_wrapper {
  overflow: hidden;
  position: relative;
  background: var(--blue);
  text-align: center;
}

.post_carousel_wrapper > .carousel-inner > .carousel-item > a > img, .post_carousel_wrapper > .carousel-inner > .carousel-item > img {
  opacity: 1;
  /*margin: auto;*/
  /*width: 100%!important;*/
  height: 450px;
  /*margin: 0 auto;*/
}

.post_carousel_caption {
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 20%;
  text-shadow: none;
  text-align: center;
  font-family: cinzel;
}

.post_carousel_caption h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.post_carousel_caption h2 {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media only screen and (max-width:480px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
}

@media only screen and (max-width:480px) {
  .post_carousel_caption h1 {
    font-size: 16px;
    margin: 0;
  }
}

@media only screen and (max-width:480px) {
  .post_carousel_caption h2 {
    font-size: 14px;
    margin: 0;
  }
}

@media (min-width:481px) and (max-width:600px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
}

@media (min-width:481px) and (max-width:600px) {
  .post_carousel_caption h1 {
    font-size: 25px;
    margin: 0;
  }
}

@media (min-width:481px) and (max-width:600px) {
  .post_carousel_caption h2 {
    font-size: 20px;
    margin: 0;
  }
}

@media (min-width:601px) and (max-width:767px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
}

@media (min-width:601px) and (max-width:767px) {
  .post_carousel_caption h1 {
    font-size: 30px;
  }
}

@media (min-width:601px) and (max-width:767px) {
  .post_carousel_caption h2 {
    font-size: 30px;
    margin: 0;
  }
}

.post_carousel_caption h1, .post_carousel_caption h2 {
  color: #fff3d0;
}

.ps_easeOutCirc .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

div {
}

div {
}

.post_carousel_wrapper {
  overflow: hidden;
  position: relative;
  background: var(--blue);
  text-align: center;
}

.post_carousel_wrapper > .carousel-inner > .carousel-item > a > img, .post_carousel_wrapper > .carousel-inner > .carousel-item > img {
  opacity: 1;
  width: 100%!important;
  height: auto;
}

.post_carousel_caption {
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 20%;
  text-shadow: none;
  text-align: center;
  font-family: 'Barlow';
}

.post_carousel_caption h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.post_carousel_caption h2 {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@media only screen and (max-width:480px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
}

@media only screen and (max-width:480px) {
  .post_carousel_caption h1 {
    font-size: 16px;
    margin: 0;
  }
}

@media only screen and (max-width:480px) {
  .post_carousel_caption h2 {
    font-size: 14px;
    margin: 0;
  }
}

@media (min-width:481px) and (max-width:600px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
}

@media (min-width:481px) and (max-width:600px) {
  .post_carousel_caption h1 {
    font-size: 25px;
    margin: 0;
  }
}

@media (min-width:481px) and (max-width:600px) {
  .post_carousel_caption h2 {
    font-size: 20px;
    margin: 0;
  }
}

@media (min-width:601px) and (max-width:767px) {
  .post_carousel_indicators {
    bottom: -10px;
  }
}

@media (min-width:601px) and (max-width:767px) {
  .post_carousel_caption h1 {
    font-size: 30px;
  }
}

@media (min-width:601px) and (max-width:767px) {
  .post_carousel_caption h2 {
    font-size: 30px;
    margin: 0;
  }
}

.post_carousel_caption h1, .post_carousel_caption h2 {
  color: #000000;
}

.ps_easeOutCirc .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.carousel-item img {
  width: 100%; /* عرض کامل */
  height: 100%; /* ارتفاع کامل */
  object-fit: cover; /* یا object-fit: contain; برای نمایش کامل */
  object-position: center; /* مرکز قرار دادن تصویر */
}

