/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/
.main-slider-container{
height:660px;
}

.main-slider-text{
  position: absolute;
  bottom:10%;
  left:5%;
  width:100%;

}

html[dir="rtl"] .main-slider-text {
  right:5%;
}


.comb-slider-text{
 /* position:absolute;
  bottom:0px;
  left:114px;
  left:clamp(5px,6vw,114px);
  width:827px;
  width:clamp(100px,50vw,827px)
  */
  align-items: center;
  position:absolute;
  top:40%

}
.bless-carousel-indicators {

  position: relative;
}

.blessSlider .carousel-control-prev{
display:none;
}

.blessSlider .carousel-control-next{
  display:none;
  }
.bless-carousel-indicators li.active {
  opacity: 1;
  background: var(--micho-color);
}


 .bless-carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background-color: #969696;
  overflow: hidden;
  border: 0;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
  border-top: 0px  !important;
  border-bottom: 0px  !important;
  margin-top:10px;

}
.carousel-indicators [data-bs-target] {
  background-color: #969696;
}
#heroCarousel {

  
}
#blessSlider{

  
 
}
.blessSlider {
  width: 100%;
  height: 586px;
  /*background-color: rgba(4, 12, 21, 0.8);*/
  /*overflow: hidden;*/
  position: relative;
  border-radius: 50px;
  
 

}

.blessSlider .carousel,
.blessSlider .carousel-inner,
.blessSlider .carousel-item,
.blessSlider .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 35px;
  height:650px;
}

.blessSlider .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.blessSlider .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}

/*.blessSlider .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 100px;
  right: 50px;
}*/

/*.blessSlider h2 {
  color: #fff;
  margin: 0; 
  font-size:clamp(19px,5vw, 34px);
  font-weight: 700;
  line-height: 63.42px;
  line-height: clamp(18px,5vw, 24px); 
  width:70%;
}*/

.blessSlider h2 { 
  color: #fff;
  margin: 0; 
  /* font-size: 20px;*/
  font-size: 24px;
  font-weight: 700;
  line-height:1.2;
}

.blessSlider h3 {
  margin-top:10px;
  color: #fff;
  font-size: 22.7px; 
  width:80%;  

  /*font-size: 16px;
  font-weight: 300;*/
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.2;
  max-height: 300px;
  display: -webkit-box;        /* Create a flexible box */
  -webkit-box-orient: vertical; /* Set the box orientation to vertical */
  overflow: hidden;            /* Hide overflow content */
  text-overflow: ellipsis;     /* Add ellipsis (...) */
  -webkit-line-clamp: 10;       /* Number of lines to show */
  line-height: 1.2;          /* Adjust line height */
 
}


.main-slider-text { 
  width: 80%;
}

.main-slider-buttonText{
  display: inline-block;
  text-decoration: none;
  border-radius: 40px;
  border-color: var(--micho-color);
  background-color: white; 
  border-style: solid;
  border-width: 2px;
  width: 90%;    
  line-height: 58px;  
  color: black;
  text-align: center;
  margin-top:60px; 
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px !important;
}

@media (min-width:576px){
  .blessSlider h2 {     
   /* font-size: 25px;*/
    font-size: 28px;
    font-weight: 700;        
  }


  .blessSlider h3 {
    margin-top:10px;
    color: #fff;
    /*font-size: 15px;        
    font-weight: 300;*/
   
  }

  .main-slider-text { 
    width: 70%;
  }

  .main-slider-buttonText {
    margin-top:60px; 
    width: 70%;
   
  }

  .blessSlider .carousel, .blessSlider .carousel-inner, .blessSlider .carousel-item, .blessSlider .carousel-item::before {
    
    height: 650px;
}

.main-slider-container {
  height: 650px;
}
  
}

@media (min-width:769px){
  .blessSlider h2 {     
    font-size: 30px;
    font-weight: 700;
  
  }


  .blessSlider h3 {
    margin-top:10px;    
    /*font-size: 20px;    
    font-weight: 300;*/
    
  }

  .main-slider-text { 
    width: 80%;
  }

  .main-slider-buttonText {
    margin-top:60px;
    width: 80%;
    padding: 15px !important; 
    font-size: 17px;  
    
  }

  .blessSlider .carousel, .blessSlider .carousel-inner, .blessSlider .carousel-item, .blessSlider .carousel-item::before {
    
    height: 650px;
}

.main-slider-container {
  height: 650px;
}
  
}


@media (min-width:992px){

  .blessSlider h2 {     
    font-size:40px;
    font-weight: 700;
    
  }

  .blessSlider h3 {
     margin-top:10px;    
    /*font-size: 20px;    
    font-weight: 300;*/
    
  }

  .main-slider-text { 
    width: 60%;
  }
  .main-slider-buttonText {
    margin-top:60px; 
    padding: 15px !important;
    width: 60%;
    
  }

  .blessSlider .carousel, .blessSlider .carousel-inner, .blessSlider .carousel-item, .blessSlider .carousel-item::before {
    
    height: 650px;
}

.main-slider-container {
  height: 650px;
}

}

@media (min-width:1024px){
  .blessSlider h2 {     
    font-size:40px;
    font-weight: 700;
    
  }

  .blessSlider h3 {
     margin-top:10px;    
    /*font-size: 20px;    
    font-weight: 300;*/
   
  }

  .main-slider-text { 
    width: 60%;
  }
  .main-slider-buttonText {
    margin-top:75px; 
    padding: 15px !important;
   
  }
  .blessSlider .carousel, .blessSlider .carousel-inner, .blessSlider .carousel-item, .blessSlider .carousel-item::before {
    
    height: 650px;
}

.main-slider-container {
  height: 650px;
}
  
}


@media (min-width:1200px){
  .blessSlider h2 {     
    font-size: 40px;
    font-weight: 700;
    
  }

  .blessSlider h3 {     
   /* font-size: 23px;
    font-weight: 300;*/
  
  }

  .main-slider-text { 
    width:60%
  }

  .main-slider-buttonText {
    margin-top:75px; 
    padding: 15px !important;
  
  }

  .blessSlider .carousel, .blessSlider .carousel-inner, .blessSlider .carousel-item, .blessSlider .carousel-item::before {
    
    height: 650px;
}

.main-slider-container {
  height: 650px;
}
  
}


@media (min-width:1440px){
  .blessSlider h2 {     
    font-size: 40px;
    font-weight: 700;
   
  }

  .blessSlider h3 { 
    /*font-size: 23.82px;
    font-weight: 300;*/
    font-size: 16px;
   
  }

  .main-slider-text { 
    width:60%
  }

  .main-slider-buttonText {
    margin-top:75px; 
    padding: 15px !important;
    
  }
  
}

@media (min-width:1920px){
  .blessSlider h2 { 
    color: #fff;
    margin: 0; 
    font-size: 53px;
    font-weight: 700;
   
  }

  .blessSlider h3 {        
   /* font-size: 24px;
    font-weight: 300;*/
    margin-top:20px;    
    font-size: 18px;
    
  }

  .main-slider-text{
    width:45%
  }

  .main-slider-buttonText{   
       
   
    margin-top:100px; 
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px !important;
  }

  .blessSlider .carousel, .blessSlider .carousel-inner, .blessSlider .carousel-item, .blessSlider .carousel-item::before {
    
    height: 850px;
}

.main-slider-container {
  height: 850px;
}

  
 
}

/*.blessSlider h3 {
  color: #fff;
  font-size: 22.7px;
  font-size:clamp(12px,2vw, 16px);
  font-weight: 300;
  line-height: 28.83px;
  line-height: clamp(16px,2vw,18px);
  width:80%;
}*/






.blessSlider p {
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

.blessSlider .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

.blessSlider .carousel-inner .carousel-item,
.blessSlider .carousel-inner .active.carousel-item-start,
.blessSlider .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

.blessSlider .carousel-inner .active,
.blessSlider .carousel-inner .carousel-item-next.carousel-item-start,
.blessSlider .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

.blessSlider .carousel-inner .carousel-item-next,
.blessSlider .carousel-inner .carousel-item-prev,
.slider .carousel-inner .active.carousel-item-start,
.blessSlider .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.blessSlider .carousel-control-next-icon,
.blessSlider .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blessSlider .carousel-control-next-icon:hover,
.blessSlider .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.blessSlider .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 1;
  transition: 0.3s;
  margin-top:5px;
}

.blessSlider .carousel-indicators li.active {
  opacity: 1;
  background: var(--micho-color);
}

.blessSlider-indicator .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #969696;  
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

.blessSlider-indicator .carousel-indicators li.active {
  opacity: 1;
  background: var(--micho-color);
}



.blessSlider .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 7px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: var(--micho-color);
  margin-top: 15px;
  text-align: right;
}

.blessSlider .btn-get-started:hover {
  background: #ef6445;
}
.blessSlider-container .rtl-content {
  direction: rtl;
  text-align: right;
}

.blessSlider-container .ltr-content {
  direction: ltr;
  text-align: left;
}

.carousel-indicators {  
  bottom:70px;
  right: 0px; 
  flex-direction: column;
  left:95%;
  width:30px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -20px;
}










@media (max-width: 576px) {
 /* .blessSlider {
      height: 30vh;
  }
*/
  .ics-bless-combined {
    border-radius: 30px;
    /*padding: 25px 10px; */
    background-color: #F5F5F5 !important;
    border: 1px var(--micho-color) solid;
}

.blessSlider {
 
  border-radius: 30px;
}

.ics-bless-combined {
  border-radius: 30px;
 
}


.blessSlider p {
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
  font-size: 10px;
}
/*.blessSlider .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 10px;
  
}*/



}


@media (min-width: 1024px) {

  .blessSlider .carousel-control-prev,
  .blessSlider .carousel-control-next {
    width: 5%;
  }

 
}

@media (max-height: 500px) {
  .blessSlider {
    height: 120vh;
  }
}

@media (min-width: 1200px) {
  .blessSlider p {
      width: 50%;
  }

   
}






@media (min-width: 1920px) {
  .blessSlider p {
      width: 50%;
  }

  
  
}

  /*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/
.blessSlider1 {
  width: 100%;
  height: 70vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

.blessSlider1 .carousel,
.blessSlider1 .carousel-inner,
.blessSlider1 .carousel-item,
.blessSlider1 .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.blessSlider1 .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.blessSlider1 .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}

.blessSlider1 .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 100px;
  right: 50px;
}

.blessSlider1 h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.blessSlider1 p {
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}



.blessSlider1 .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

.blessSlider1 .carousel-inner .carousel-item,
.blessSlider1 .carousel-inner .active.carousel-item-start,
.blessSlider1 .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

.blessSlider1 .carousel-inner .active,
.blessSlider1 .carousel-inner .carousel-item-next.carousel-item-start,
.blessSlider1 .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

.blessSlider1 .carousel-inner .carousel-item-next,
.blessSlider1 .carousel-inner .carousel-item-prev,
.blessSlider1 .carousel-inner .active.carousel-item-start,
.blessSlider1 .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.blessSlider1 .carousel-control-next-icon,
.blessSlider1 .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background:transparent;
  border-radius: 0px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blessSlider1 .carousel-control-next-icon:hover,
.blessSlider1 .carousel-control-prev-icon:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.blessSlider1 .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 30px;
  height: 5px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

.blessSlider1 .carousel-indicators li.active {
  opacity: 1;
  background: #ed502e;
}

.blessSlider1 .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #ed502e;
  margin-top: 15px;
}

.blessSlider1 .btn-get-started:hover {
  background: #ef6445;
}




@media (max-width: 992px) {
  .blessSlider1 {
    height: 70vh;
  }

  .blessSlider1 .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  .blessSlider1 h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  .blessSlider1 .carousel-control-prev,
  .blessSlider1 .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  .blessSlider1 {
    height: 120vh;
  }
}

@media (min-width: 1200px) {
  .blessSlider1 p {
      width: 50%;
  }
}















