.mySwiper {
  height: 100vh;
}

.swiper-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
.footer-slide-content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
}
/*-----------slider---------------*/
.poster-video
{
	    position: absolute;
    width: 170px;
    height: 50px;
    object-fit: contain;
    pointer-events: none;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

#carouselExample {
  position: relative;
  height: 100vh;
  overflow: hidden;
	transition: height 0.5s ease-in-out;

}


.slider-collapse {
  height: 20vh !important;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}


.carousel-inner img {
    height: 100vh;
    object-fit: cover;
}



.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
   display: flex;
   align-items: center;
    color: #fff;
    background: #0000009c;
    
  }
  .carousel-text{
    height: 100%;
  }
  .carousel-text h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  
  .carousel-indicators button {
    width: 15px!important;
    height: 15px!important;
    border-radius: 50%!important;
    background-color: transparent!important;
    border: 2px solid #fff!important;
    opacity: 0.7!important;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
}
  
  .carousel-indicators button.active {
    border: 3px solid #fff!important;
    opacity: 1;
    
  }
  

.carousel-control-icon svg {
    color: var(--primery);
    background:#464646;
    width: 45px;
    height: 45;
}

    
@media only screen and (max-width: 767px) {

.carousel-control-icon svg {
  
    width: 25px;
    height: 25;
}


}

.slider_text1{
  position: relative;
  font-size: 1.5rem;
  display: block;
}

.slider_text2
{
     display: block;
    
    
}


.slider-video
{
  width: 100% !important;
  height: 100vh;
  object-fit: cover;
}

.progress-bar-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e0e0e0;
  z-index: 10;
  margin: auto;
}
#progress-bar {
  height: 100%;
  background: #3BD4AE;
  width: 0;
  transition: width 1s ease;
}
@media only screen and (max-width: 1023px) {

  .progress-bar-container {

     display: none;
  }
}


.carousel-indicators button.active {
  border: 3px solid #fff !important;
  opacity: 1;
  background: #A5A5A5!important;
}
@media only screen and (min-width: 1024px) {
.carousel-indicators{
 
  bottom: 40px;
 text-align: center;
}
}

@media only screen and (max-width: 1023px) {
  .carousel-indicators .container{
    display: flex;
        justify-content: center;
  }
  }

/*--------------------------*/



.swiper {
  height: 100vh;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.section-one,.section-two,.section-three
{

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh!important;
}
/*.section-one::before
{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(163, 126, 45, 0) 0%, #A37E2D 100%);
  opacity: 0.7;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section-two::before
{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 96, 57, 0) 0%, #006039 100%);
  opacity: 0.7;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section-three::before
{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.7;
  bottom: 0;
  width: 100%;
  height: 100%;
}----*/

.section1-text,.section2-text,.section3-text
{
  position: absolute;
  bottom: 15%;
  color: #fff;
}

@media screen and (min-width: 992px) {
.section2-text
{
  left: 0;
  text-align: left;
}
.section3-text
{
  left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
	

	
	
	
}




.section1_title ,.section2_title ,.section3_title 
{
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
.section1_title, .section2_title, .section3_title {
  font-size: 1.5rem;
}
.section1-text,.section2-text,.section3-text{
	
	 bottom: 40%;
	
	
	}
	
}

.section2-container
{
  position: relative;
  height: 100vh!important;
}

.section1_button_link,.section2_button_link,.section3_button_link{
      background-color: #0060396b;
	    border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  padding: 1px 15px;
  margin-top: 20px;
  display: inline-block;
  font-size: .9rem;
    box-shadow: #ffffff70 0px 2px 6px;
}
.section2_button_link{
    background-color: #a37e2d96;
}



