
.home-slider.owl-carousel {
  position: relative; }
  .home-slider.owl-carousel .owl-item {
    opacity: 1; }
    .home-slider.owl-carousel .owl-item.active {
      opacity: 1; }
  .home-slider.owl-carousel .owl-dots {
    text-align: center; }
    .home-slider.owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .home-slider.owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
/*        border: 1px solid #4d4d4d;*/
        border-radius: 50%; }
      .home-slider.owl-carousel .owl-dots .owl-dot:hover, .home-slider.owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .home-slider.owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
        .home-slider.owl-carousel .owl-dots .owl-dot.active:after {
          border-color: #fff; }
  .home-slider.owl-carousel.home-slider {
    aspect-ratio: 1/0.468;
    z-index: 0; }
    .home-slider.owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .home-slider.owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .home-slider.owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: .3; }
      .home-slider.owl-carousel.home-slider .slider-item .slider-text {
        position: relative; }
        .home-slider.owl-carousel.home-slider .slider-item .slider-text .text {
          z-index: 0;
          color: rgba(255, 255, 255, 0.9); }
        .home-slider.owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 9vw;
          font-weight: 800;
          text-transform: uppercase;
          color: #fff;
          line-height: 1; }
          @media (max-width: 991.98px) {
            .home-slider.owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 50px; } }
        .home-slider.owl-carousel.home-slider .slider-item .slider-text h2 {
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Poppins", Arial, sans-serif;
          font-weight: 700;
          color: white;
          color: #f5e4c3;
          display: inline-block;
          position: relative;
          letter-spacing: 4px; }

        .home-slider.owl-carousel.home-slider .slider-item .slider-text h2.title {
          letter-spacing: unset;
        }
    .home-slider.owl-carousel.home-slider .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%; }
      .home-slider.owl-carousel.home-slider .owl-nav .owl-prev,
      .home-slider.owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0; }
        @media (prefers-reduced-motion: reduce) {
          .home-slider.owl-carousel.home-slider .owl-nav .owl-prev,
          .home-slider.owl-carousel.home-slider .owl-nav .owl-next {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
        .home-slider.owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .home-slider.owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 30px;
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          @media (prefers-reduced-motion: reduce) {
            .home-slider.owl-carousel.home-slider .owl-nav .owl-prev span:before,
            .home-slider.owl-carousel.home-slider .owl-nav .owl-next span:before {
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
        .home-slider.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .home-slider.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .home-slider.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .home-slider.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
      .home-slider.owl-carousel.home-slider .owl-nav .owl-prev {
        left: 0;
        margin-left: 0; }
      .home-slider.owl-carousel.home-slider .owl-nav .owl-next {
        right: 0;
        margin-right: 0; }
    .home-slider.owl-carousel.home-slider:hover .owl-nav .owl-prev,
    .home-slider.owl-carousel.home-slider:hover .owl-nav .owl-next {
      opacity: 0.85; }
    .home-slider.owl-carousel.home-slider:hover .owl-nav .owl-prev {
      margin-left: 1rem; }
    .home-slider.owl-carousel.home-slider:hover .owl-nav .owl-next {
      margin-right: 1rem; }
    .home-slider.owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -24px;
      width: 100%;
      text-align: center; }
      @media (max-width: 767.98px) {
        /*.home-slider.owl-carousel.home-slider .owl-dots {
          bottom: 5px; } */
          }
      .home-slider.owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: #E51C3050;
        transition: all ease 0.6s;
           }
        .home-slider.owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #E51C30; 
          width: 20px;
          border-radius: 25px;
        }
        }

.home-slider.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }


.home-slider.owl-carousel,.home-slider.owl-carousel *{
  direction: ltr;
}

.home-slider.owl-carousel.home-slider .slider-item{
    background-image: var(--bg-image-2);
}

.home-slider.owl-carousel.home-slider ,.home-slider.owl-carousel.home-slider .slider-item ,.home-slider.owl-carousel.home-slider .slider-item .slider-text {
  min-height: unset;
  aspect-ratio: 1/1.315789;
}
@media (min-width: 0px) {/*xsm*/

}
@media (min-width: 576px) {/*sm*/

}

@media (min-width: 576px) {/*md*/
.home-slider.owl-carousel.home-slider ,.home-slider.owl-carousel.home-slider .slider-item ,.home-slider.owl-carousel.home-slider .slider-item .slider-text {
    min-height: unset;
    aspect-ratio: 1/0.468;
  }

  .home-slider.owl-carousel.home-slider .slider-item{
    background-image: var(--bg-image);
    }
}

@media (min-width: 992px) {/*lg*/
  .home-slider.owl-carousel.home-slider ,.home-slider.owl-carousel.home-slider .slider-item ,.home-slider.owl-carousel.home-slider .slider-item .slider-text {
    min-height: 100vh;
    max-width: 100vw;
  }
  @supports (not (backdrop-filter: saturate(180%) blur(5px))) and (not (-webkit-backdrop-filter: saturate(180%) blur(5px))) and (not (-o-backdrop-filter: saturate(180%) blur(5px))) and (not (-moz-backdrop-filter: saturate(180%) blur(5px))) and (not (-ms-backdrop-filter: saturate(180%) blur(5px))) {
    .home-slider.owl-carousel.home-slider ,.home-slider.owl-carousel.home-slider .slider-item ,.home-slider.owl-carousel.home-slider .slider-item .slider-text {
      min-height: calc(100vh - 4rem);
      max-width: 100vw;
    }
  }

}
@media (min-width: 1200px) {/*xl*/
    
}


.home-slider.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: calc(100% - 0rem);
  width: 100%;
}


.home-slider.owl-carousel.home-slider .owl-nav .owl-prev,.home-slider.owl-carousel.home-slider .owl-nav .owl-next{
  background-image: url('img/slideright');

  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
/*  filter: grayscale(100%);*/
  
  z-index: 9;

  width: 3rem;
  min-width: 3rem;
  background-size: 50% auto;
  height: 3rem;
/*  background-color: #E51C3050;*/
  bottom: 0.5rem;
  
  border-radius: 99%;
    
}
.home-slider.owl-carousel.home-slider .owl-nav .owl-next{
  background-position: right center;
}

.home-slider.owl-carousel.home-slider .slider-item .slider-text{
    padding-top: 5rem;
    padding-bottom: 2rem;
}
.home-slider.owl-carousel.home-slider .owl-nav .owl-prev{
  background-image: url('img/slideleft');
}

.home-slider.owl-carousel.home-slider .owl-nav .owl-prev:hover,.home-slider.owl-carousel.home-slider .owl-nav .owl-next:hover{
    opacity: 1;
}

/*---------------------------featured-carousel---------------------------------*/

.featured-carousel.owl-carousel,.featured-carousel.owl-carousel *{
  direction: ltr;
}

.featured-carousel.owl-carousel {
  position: relative; }
  .featured-carousel.owl-carousel .owl-item {
    opacity: 1; }
    .featured-carousel.owl-carousel .owl-item.active {
      opacity: 1; }
  .featured-carousel.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block; }
    .featured-carousel.owl-carousel .owl-nav .owl-prev,
    .featured-carousel.owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 60px;
      color: rgba(0, 0, 0, 0.2) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 1; }
      @media (prefers-reduced-motion: reduce) {
        .featured-carousel.owl-carousel .owl-nav .owl-prev,
        .featured-carousel.owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .featured-carousel.owl-carousel .owl-nav .owl-prev p span, .featured-carousel.owl-carousel .owl-nav .owl-prev p small,
      .featured-carousel.owl-carousel .owl-nav .owl-next p span,
      .featured-carousel.owl-carousel .owl-nav .owl-next p small {
        display: block;
        color: #000;
        line-height: .8;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          .featured-carousel.owl-carousel .owl-nav .owl-prev p span, .featured-carousel.owl-carousel .owl-nav .owl-prev p small,
          .featured-carousel.owl-carousel .owl-nav .owl-next p span,
          .featured-carousel.owl-carousel .owl-nav .owl-next p small {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
      .featured-carousel.owl-carousel .owl-nav .owl-prev small,
      .featured-carousel.owl-carousel .owl-nav .owl-next small {
        text-transform: uppercase; }
      .featured-carousel.owl-carousel .owl-nav .owl-prev span,
      .featured-carousel.owl-carousel .owl-nav .owl-next span {
        line-height: 0; }
        .featured-carousel.owl-carousel .owl-nav .owl-prev span:before,
        .featured-carousel.owl-carousel .owl-nav .owl-next span:before {
          font-size: 40px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          @media (prefers-reduced-motion: reduce) {
            .featured-carousel.owl-carousel .owl-nav .owl-prev span:before,
            .featured-carousel.owl-carousel .owl-nav .owl-next span:before {
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
      .featured-carousel.owl-carousel .owl-nav .owl-prev:hover small,
      .featured-carousel.owl-carousel .owl-nav .owl-next:hover small {
        color: #ffc6be; }
      .featured-carousel.owl-carousel .owl-nav .owl-prev:hover span:before,
      .featured-carousel.owl-carousel .owl-nav .owl-next:hover span:before {
        color: #ffc6be; }
    .featured-carousel.owl-carousel .owl-nav .owl-prev {
      left: 50%;
      margin-left: -35px; }
    .featured-carousel.owl-carousel .owl-nav .owl-next {
      right: 50%;
      margin-right: -35px; }
  .featured-carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .featured-carousel.owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: transparent;
      position: relative;
      border: 1px solid #000; }
      .featured-carousel.owl-carousel .owl-dots .owl-dot:hover, .featured-carousel.owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .featured-carousel.owl-carousel .owl-dots .owl-dot.active {
        background: #ffc6be;
        border: 1px solid #ffc6be; }
    @media (min-width: 992px) {
      .featured-carousel.owl-carousel .owl-dots {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        margin-right: -40px; }
        .featured-carousel.owl-carousel .owl-dots .owl-dot {
          display: block; } }

.featured-carousel.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.featured-carousel.owl-carousel .work-wrap .text, .featured-carousel.owl-carousel  .work-wrap .img {
  width: 50%; }
  @media (max-width: 767.98px) {
    .featured-carousel.owl-carousel .work-wrap .text, .featured-carousel.owl-carousel .work-wrap .img {
      width: 100%; } }



.featured-carousel.owl-carousel .work-wrap .text {
  background: #fff3f1; }
  .featured-carousel.owl-carousel .work-wrap .text h2 {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .featured-carousel.owl-carousel .work-wrap .text h2 {
        font-size: 40px; } }


.featured-carousel.owl-carousel .work-wrap .img {
  aspect-ratio: 1/0.23; }





/*---------------------------all--------------*/

.owl-carousel .owl-item img {
  display: unset;
  width: unset;
}
.rtl-all *{
    direction: rtl !important;
}