/* ===================================================================
======================================================================
BASE CSS EMBLA ( Start )
======================================================================
====================================================================*/

.embla{
    position: relative;
}
      
.embla__viewport{
    position: relative;
    overflow: hidden;
}

.embla__container {
    display: flex;
    margin-right: calc(var(--odb-slide-gap, 1.5rem) * -1);
}

.embla__slide {
    flex: 0 0 var(--embla-slide-width, calc((100% / var(--slide-perView, 3)) - var(--odb-slide-gap, 1.5rem)));
    min-width: 0;
    margin-right: var(--odb-slide-gap, 1.5rem);
    display: flex;
    align-items: center;
}
  
.embla__dots{
    display: flex;
    gap:5px;
    justify-content: center;
}

.embla__button--prev, .embla__button--next,.embla-lightbox__close{
    height: 38px;
    width: 38px;
    background-color: #eeeeee;
    line-height: 0;
    border-radius: 4px;
    opacity: 1;
    transition: .3s;
  }
  
  .embla__button--prev svg, .embla__button--next svg{
    width: 20px;
  }
  
  .embla__button--prev svg{
    transform: rotate(180deg);
  }

/* ===================================================================
======================================================================
BASE CSS EMBLA ( End )
======================================================================
====================================================================*/


/* ===================================================================
======================================================================
SLIDER HERO ( Start )
======================================================================
====================================================================*/

.elementor-element.e-con-full:has(.elementor-widget-slider_hero_repeater){
    padding: 0;
  }

.hero_slider{
  
    .hero-title,p,span{color:white}

    .btn_odb span ,.btn_text::before{color:#ffffff}
  
    p{
      max-width: 670px;
    }
  
  .embla__slide{
    position: relative;
  }
  
  .embla__slide-image{
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    left: 0;
  }
  
  .hero-buttons{
    margin-top: 50px;
  }
  
  .embla__slide{
    display: flex;
    align-items: flex-end;
    padding-left: var(--padd-odbolt-cont, 50px);
    padding-right: var(--padd-odbolt-cont, 50px);
    position: relative;
    box-sizing: border-box;
  }
  
  .hero-item{
    position: relative;
    margin-bottom: 80px;
  }
  
  .content_hero{
    width: 100%;
    max-width: var(--odbolt-cont);
    margin-left:auto ;
    margin-right: auto;
  }
  
  }

  .hero-overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.591));
    opacity: 1 !important;
  }

  .hero-surtitre{
    display: inline-block;
  }
  
  [data-classnames="true"] {
  
  .hero-surtitre,.hero-title, .hero-subtitle, .hero-buttons,.hero-overlay{
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s, transform 0.5s;
  }
  
  .is-snapped{
    .hero-surtitre,.hero-title, .hero-subtitle, .hero-buttons, .hero-overlay{
      opacity: 1;
      transform: translateY(0px);
    }
  }

  .elementor-editor-active{
    .hero-surtitre, .hero-title, .hero-subtitle, .hero-buttons, .hero-overlay{
      opacity: 1 !important;
      transform: translateY(0px) !important;
    }
  }
  
  .hero-surtitre{transition-delay: .4s;}
  .hero-overlay{transition-delay: .5s;}
  .hero-title{transition-delay: .6s;}
  .hero-subtitle{transition-delay: .7s;}
  .hero-buttons{transition-delay: .8s;}
  
}

/* ===================================================================
======================================================================
SLIDER HERO ( End )
======================================================================
====================================================================*/









/* SLIDER EMBLA   */

.slider_dot1{
  
    .embla__dot{
      height: 8px;
      width:8px;
      background-color: #eeeeee;
      transition: .3s;
    }
    
    .embla__dot--selected{
      background-color: #5A5A5A;
    }
    
    }
    
    
    
    
    .slider_nav1{
    
    .embla__button{
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -20px;
      z-index: 99999;
    }
    
    .embla__button--next{
      right:10px;
      left: auto;
    }
    
    
    .embla__button--prev{
      transform: translateX(30px);
    }
    
    .embla__button--next{
      transform: translateX(-30px);
    }
    
    }
  
  
  
  
    /* SLIDER CARD POSTS  */
  
  .embla__viewport .odbolt-post-card{
      height: 100%;
    }
    
    
    
    
    /* SLIDER 1Slide CARD POSTS  */
    
  
    
    .contslider{
      padding: 50px;
      background: rgba(0, 0, 0, 0.169);
      backdrop-filter: blur(10px);
      height: 100%;
    }
    
    .custom-slide-title{
      max-width: 65%;
      color: white;
    }
    
    .embla__dots{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom:20px
    }
    
    .embla_full .btn_odb{
      position: absolute;
      left: 50px;
      bottom: 50px;
    }
    
    .contslider{
      opacity: 0;
      transition: .4s;
      transition: .8s;
    }
    
    .is-snapped .contslider{
      opacity: 1;
      transition: .4s;
      transition-delay: .4s;
    }  
  
    /* WIDGET TESTIMONIAL */
  
  .testimonial-author-block{
      display: flex;
      gap:20px
    }
    
    .testimonial-date{
      position: absolute;
      top:20px;
      right: 20px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      font-weight: 500;
    }
    
    .testimonial-item{
      padding: 20px;
      background-color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap:60px;
      height: 100%;
      min-height: 300px;
      position: relative;
    }
    
    .testimonial-avatar{
      width: 60px;
      aspect-ratio: 1;
      object-fit: cover;
      object-position: center;
      border-radius: 100px !important;
      overflow: hidden;
    }
    
    .star_i{
      fill: currentColor;
    }
    
    .in_testimonial-header{
      display: flex;
      flex-direction: column;
    }
    
    .testimonial-rating{
      line-height: 0;
    }
    
    .testimonial-rating{
      display: flex;
      align-items: center;
      margin-top: 20px;
    }
    
    .testimonial-rating-value{
      margin-left: 20px;
      font-size: 18px;
    }
        
    .slider-nav1{
      .embla__button{
        position: absolute;
        transform:translateY(-50%);
        top:50%;
        opacity: 0;
      }

      .embla__button--next{
        right: 30px;
      }

      .embla__button--prev{
        left: 30px;
      }

      .slider-nav1:hover .embla__button{
        transform:translateY(-50%);
      }

    }

    .slider-nav1:hover{
      .embla__button--next{
        right: 10px;
      }

      .embla__button--prev{
        left: 10px;
      }
      .embla__button{
        opacity: 1;
      }
    }
    
    .slider-nav2{
    
      .embla__button{
        position: absolute;
        right: 40px;
        bottom:20px;
        top:auto;
      }
    
      .embla__dots{
        gap:10px;
        position: absolute;
        top:50%;
        right:40px;
        left: auto;
        flex-direction: column;
        transform: translateY(-50%);
      }
    
      .embla__button--prev{
        right: 90px;
      }  
    
    
      .embla__dot{
        border:solid 2px white;
        height: 10px;
        width: 10px;
        border-radius: 10px;
        transition: .5s;
      }
    
      .embla__dot{
        border:solid 2px white;
        height: 8px;
        width: 8px;
        border-radius: 0px;
        transition: .5s;
      }
    
      .embla__dot--selected{
        background-color: white;
        height: 20px;
      }
    
    }
    

      @media screen and (max-width:768px){

        .slider-nav2 .embla__button{
          right: var(--padd-odbolt-cont);
        }

        .slider-nav2 .embla__button--prev{
          right: calc(48px + var(--padd-odbolt-cont));
        }
     
}






  
  /* ===================================================================
  ======================================================================
  SLIDER HERO DOTS ( START )
  ======================================================================
  ====================================================================*/

  @media screen and (max-width:666px){

    .hero_slider{
      position: relative;
    }

    .slider-nav2 .embla__dots{
      flex-direction: row;
      left: var(--padd-odbolt-cont);
      right: auto;
      gap:5px;
      top: var(--padd-odbolt-cont);
      transform: none;

    }

    .slider-nav2 .embla__dots .embla__dot--selected{
      height: 8px;
      width: 16px;
    }

  }

  /* ===================================================================
  ======================================================================
  SLIDER HERO DOTS ( END )
  ======================================================================
  ====================================================================*/