.css-carousel.single-pro-portfolio {
  position: relative;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 12px;
}

.css-carousel.single-pro-portfolio::-webkit-scrollbar {
  display: none;
}

.css-carousel.single-pro-portfolio .css-carousel__item {
  flex: 0 0 calc(100% - 28px);
  width: calc(100% - 28px);
  height: 26vh;
  object-fit: cover;
  background-color: #f5f5f7;
  scroll-snap-align: start;
}

.css-carousel.single-pro-portfolio .css-carousel__item.is-portrait {
  object-fit: cover;
}

.css-carousel.single-pro-portfolio .css-carousel__indicator {
  position: sticky;
  top: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  margin-top: -10px;
  pointer-events: none;
  opacity: 0.6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.css-carousel.single-pro-portfolio .css-carousel__indicator--left {
  left: 10px;
  margin-left: 10px;
  border-right: 14px solid rgba(0, 0, 0, 0.55);
}

.css-carousel.single-pro-portfolio .css-carousel__indicator--right {
  right: 10px;
  margin-right: 10px;
  border-left: 14px solid rgba(0, 0, 0, 0.55);
}

.apple-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.apple-card .card-body {
  padding: 1.1rem 1.25rem;
}

.apple-card .btn {
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.apple-card .d-flex {
  display: flex;
}

.apple-card .flex-column {
  flex-direction: column;
}

.apple-card .flex-wrap {
  flex-wrap: wrap;
}

.apple-card .align-items-center {
  align-items: center;
}

.apple-card .justify-content-between {
  justify-content: space-between;
}

.apple-card .img-fluid {
  max-width: 100%;
  height: auto;
}

.apple-card .rounded-circle {
  border-radius: 50%;
}

.apple-card .small {
  font-size: 80%;
}

.apple-card .text-muted {
  color: #6c757d;
}

.apple-card .mt-1 {
  margin-top: 0.25rem;
}

.apple-card .mt-2 {
  margin-top: 0.5rem;
}

.apple-card .mt-3 {
  margin-top: 1rem;
}

.apple-card .m-0 {
  margin: 0;
}

.apple-card .p-1 {
  padding: 0.25rem;
}

.apple-card .p-3 {
  padding: 1rem;
}

.apple-card .pr-2 {
  padding-right: 0.5rem;
}

.apple-card .btn-primary {
  background: #111111;
  border-color: #111111;
}

.apple-card .btn-outline-primary {
  color: #111111;
  border-color: #111111;
}

.apple-card .btn-light {
  background: #f5f5f7;
  border-color: transparent;
  color: #111111;
}

.apple-card .apple-accent {
  color: #111111;
}

.apple-card .border {
  border-color: rgba(0, 0, 0, 0.08) !important;
}

.apple-card .shadow-sm {
  box-shadow: none !important;
}

.apple-card .apple-stats {
  gap: 6px 12px;
}

.apple-card .apple-stat {
  white-space: nowrap;
}

.apple-card .apple-stat__value {
  color: #111111;
  font-weight: 600;
}
/*


*/


@font-face {
  font-family: 'iranyekan-light';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/iranyekanweblight.eot");
  src: url("/fonts/iranyekanweblight.eot?#iefix") format("embedded-opentype"), url("/fonts/iranyekanweblight.woff2") format("woff2"), url("/fonts/iranyekanweblight.woff") format("woff"), url("/fonts/iranyekanweblight.ttf") format("truetype");
}

.features p {
  font-size: 80%;
  line-height: 2em;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 22%;
  font-family: 'iranyekan-light';
}

.owl-nav .owl-prev {
  right: 5px;
  position: absolute;
}

.owl-nav .owl-next {
  position: absolute;
  left: 5px;
}

.owl-nav span {
  font-size: 60px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.1;
}



html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "iranyekan-light";
  direction: rtl;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #727272;
}

#how_works strong {
  display: block;
}


@media only screen and (min-width: 600px) {

  .figure img {
    max-height: 45vh;
  }

  .prices>.owl-nav {
    margin-top: -30px !important;
  }
}

@media only screen and (max-width: 600px) {

  .figure img {
    max-height: 30vh;
  }

  html,
  body,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  .lead {
    font-size: 95% !important;
  }

  h1 {
    font-size: 1.2em;
  }

  h2 {
    font-size: 1em !important;
  }

  .btn {
    font-size: 80%;
  }

  .shoot-types p {
    margin-top: 1em;
  }

  .owl-theme .owl-nav {
    margin-top: -2em;
  }

  .owl-nav {
    top: -1em;
  }

  .owl-nav .owl-prev {
    right: 0px;
  }

  .owl-nav .owl-next {
    left: 0px;
  }

  .owl-nav span {
    font-size: 32px;
    color: #4186f5;
  }
}

p {
  text-align: justify;
  direction: rtl;
}

.lead {
  text-align: justify;
}

.btn-group {
  direction: ltr;
}

.carousel-caption {
  font-size: 0.5rem !important;
  background: #ffffffb5;
  position: sticky;
  left: unset;
  right: unset;
  /* right: 0; */
  bottom: -20px;
  z-index: 10;
  padding-top: 4px;
  padding-bottom: 10px;
  color: gray;
  text-align: right;
  line-height: 0em;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 34px !important;
  font-size: 1.1em !important;
}

.parent-link {
  position: absolute;
  left: 1em;
  top: 0em;
}


.move {
  position: relative;
  -webkit-animation-name: var(--type);
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 15s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate;
  /* Safari 4.0 - 8.0 */
  animation-name: var(--type);
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.radius {
  border-radius: 3%;
}

.one-radius {
  border-radius: 5px 5px 0 0;
}

.box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fix-width {
  width: 100%;
}

.fix-height {
  height: 100%;
}

.btn-circle.btn-xl {
  font-size: 20px;
  line-height: 0.9em;
}

.number-text {
  font-size: 0.9em;
  color: #767575;
}

.gallery-frame-heart {
  animation: pulse 1s ease;
  animation-iteration-count: 4;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.col-6-padding {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.terms h3,
h4,
h5 {
  text-align: right;
  color: rgb(50, 158, 248);
}

.specialty:hover {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.specialty h5 {
  color: gray;
}

.join_steps h3 {
  text-align: right;
}

.photographer_income span {
  color: #515dff;
}

.dropdown-toggle::before {
  display: none;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.bg-dark-blue {
  background-color: #00133e !important;
}

.fill_imgs img {
  height: 120px;
  object-fit: cover;
  width: 100%;
}

.btn-outline-light-hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.dropdown-menu {
  left: -8em;
}

.dropdown-item {
  line-height: 3em;
}

.header-lead {
  font-size: 22px;
}


.primary_color {
  color: #4286F5 !important;
}

.secondary_color {
  color: #5465FF !important;
}

.primarylight_color {
  color: #33A1FD !important;
}

.on_primary_color {
  color: #EFEFEF !important;
}

.on_secondary_color {
  color: #24272B !important;
}

.background_color {
  color: white !important;
}

.primary_color_bg {
  background-color: #4286F5 !important;
}

.secondary_color_bg {
  background-color: #5465FF !important;
}

.primarylight_color_bg {
  background-color: #33A1FD !important;
}

.on_primary_color_bg {
  background-color: #EFEFEF !important;
}

.on_secondary_color_bg {
  background-color: #24272B !important;
}

.background_color_bg {
  background-color: white !important;
}

.dropdown-toggle::before {
  margin: 0 !important;
}

.package_features .badge {
  text-align: right;
  white-space: unset;
  line-height: 1.4em;
  margin: 0.1em;
}

.cbp-l-grid-projects-title {
  text-align: right;
}

.cbp-l-grid-projects-desc {
  text-align: right;
}

.carousel-indicators li {
  background-color: black;
}

.carousel-indicators .active {
  background-color: blue;
}

.fdb-block .fdb-box {
  box-shadow: none !important;
}

.image-fit-cover {
  object-fit: cover;
}

.filter-columns {
  display: none;
  /* Hide filter-columnss by default */
}

.maternity-banner {
  margin: 2.5rem 0;
  padding: 0 1rem;
}

.maternity-banner__link {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  background: #f7f7f8;
  box-shadow: 0 12px 30px rgba(20, 20, 20, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.maternity-banner__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.16);
}

.maternity-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.maternity-banner__image--mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .maternity-banner {
    margin: 1.5rem 0;
    padding: 0 0.75rem;
  }

  .maternity-banner__link {
    border-radius: 14px;
  }

  .maternity-banner__image--desktop {
    display: none;
  }

  .maternity-banner__image--mobile {
    display: block;
  }
}

/* Add a dark background color to the active_filter button */
.btn.active_filter {
  background-color: #7aaaf8;
  color: white;
}

.testimonial {
  height: 9rem;
  object-fit: cover;
}

.type-icon-testimonial {
  width: 5rem !important;
}

.brand-70 {
  height: 70px;
}

.service-icon {
  font-size: 30px;
  color: #4986f5;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.25rem !important;
}

.how-works {
  width: 7rem !important;
}

.intro-shadow {
  box-shadow: 6px 4px 9px rgb(166, 166, 166)
}

.fix-img-height {
  height: 17rem;
  object-fit: cover;
}

.censorship {
  filter: blur(3px);
}

.table thead th {
  vertical-align: middle;
  font-size: 1.2vh;
}

td p {
  font-size: 8px !important;

}

.mdi-play-circle {
  font-size: 4rem;
  position: absolute;
  text-align: center;
  color: #4286f5;
  bottom: 25px;
}
.mdi-play {
  font-size: 3rem;
  position: absolute;
  text-align: center;
  color: white;
  bottom: 40px;
}
.img-container {
  position : relative;
  display:flex;
  justify-content:center;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shoot-samples-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(80px, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  height: 30vh;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}




.sample-tile {
  display: flex;
    align-items: stretch;
    /* previously center */
    justify-content: stretch;
    /* previously center */
    overflow: hidden;
    grid-row: span var(--row-span, 2);
    scroll-snap-align: center;
  --row-span: 2;
}

.sample-tile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
    margin: 0;
    padding: 0;
}

.shoot-samples-wrapper,
.sample-tile,
.sample-tile img {
  box-sizing: border-box;
}

/* Add randomness to tile heights for metro look */
.sample-tile:nth-child(3n) {
  --row-span: 3;
}

.sample-tile:nth-child(4n) {
  --row-span: 2;
}

.sample-tile:nth-child(5n) {
  --row-span: 1;
}

.sample-tile[data-orientation="portrait"] {
  --row-span: 3;
}

.sample-tile[data-orientation="landscape"] {
  --row-span: 2;
}


/* Desktop view */
@media (min-width: 768px) {
  .shoot-samples-wrapper {
    height: 40vh;
  }
}
