@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%;
  }
  .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 (max-width: 600px) {
    html , body ,h2,h3,h4,h5,h6,p , .lead{
      font-size: 95% !important;
    }
    h1 {
      font-size: 1.2em;
    }
    .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::after {
    display: none;
  }
  .dropdown-toggle::before {
    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 */
  }
  
  /* 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;
  }


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

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

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




  @media (max-width: 992px) {
    .intro-image {
        height: 319px;
        object-fit: cover;
    }
  }

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