/* Link Swiper's CSS */
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');

.swiper {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
	  background-color: rgb(0 0 0 / 20%);
    background-blend-mode: darken;

}

.swiper-pagination-bullet-active {
	background: #D4B96F !important;
}

.buttons-container {
	  width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 84%;
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
	border: 2px solid white;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .facilities-content {
    position: absolute;
    bottom: 0%;
    padding: 100px;
    left: 0%;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 770px !important;
	    background: rgba(0, 0, 0, .2);
}


.facilities-texts .btn-angle-fill {
    padding: 0.8em 3.8em;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    transition: .3s;
    z-index: 1;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    width: fit-content;
}


.facilities-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.swiper-slide .facilities-content h2 {
  font-size: 44px !important;
  margin-bottom: 10px;
	color: white;
	line-height: 50px;
}

.swiper-slide .facilities-texts h4 {
	font-weight: bold;
	color: white;
	font-size: 28px;
	line-height: 36px;
}

.swiper-slide .facilities-texts h4 span {
	font-size: 18px;
	font-weight: 300;
}

.swiper-slide .facilities-content p {
  font-size: 18px;
	font-weight: 300;
	line-height: 30px;
  margin: 0;
	color: white
}


@media screen and (max-width: 850px) {
	.swiper-slide .facilities-content  {
    max-width: unset !important;
 }
}

@media screen and (max-width: 500px) {
	.buttons-container .btn-angle-fill {
	   padding: 5px 20px;
  }
	
	.swiper-slide h4 {
			font-size: 18px;
		}
	
		.swiper-slide .facilities-content {
		padding: 100px 50px !important;
	}
	.swiper-slide .facilities-content h2 {
		font-size: 28px!important;
	}
}

@media screen and (max-width: 380px) {
	.swiper-slide .facilities-content {
		transform: scale(.8);
		background: unset;
	}
}

@media screen and (max-width: 340px) {
	.swiper-slide .facilities-content {
		right: unset;
	}
}
