
.facilities_main{
    padding-top: 100px;
    position: relative;
}
.facilities_main::after{
  content:'';
  position: absolute;
  left:0;
  top:52%;
  width:100%;
  height:250px;
  background-color:var(--gold);
  z-index:-1;
}
.facilities_main .row{
  align-items: center;
}
.head_para_sec p{
    font-size:18px;
    color:var(--black);
    margin-bottom:15px;
}
.facilites_view_sec a{
    font-size:18px;
    color:var(--white);
    background-color:var(--gold);
    padding:10px 25px;
}

.slider-container {
  height: 35rem;
  width: 100%;
  max-width: 100%;
}

.arrow_fclts_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.facilites_view_sec {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.left-arrow,
.right-arrow {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50%;
  cursor: pointer;
}

.slider-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  perspective: 100px;
}

.slider-content .slide {
  position: absolute;
  left: 50%;
  height: 100%;
  max-height: 650px;
  width: 32%;
  background: #999;
  border-radius: 25px;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, 0) rotateY(0deg) scale(1, 1);
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, box-shadow 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.slide.position-1 {
  left: 10% !important;
  z-index: 1 !important;
  transform: translate(-50%, 0) rotateY(-2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  filter: blur(5px);

}

.slide.position-2 {
  left: 30% !important;
  z-index: 2 !important;
  transform: translate(-50%, 0) rotateY(-1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  filter: blur(2px);


}

.slide.position-3 {
  left: 50% !important;
  z-index: 4 !important;
  transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
  opacity: 1 !important;
  cursor: pointer;
  filter: blur(0px);
}

.slide.position-3:hover {
  transform: translate(-50%, 0) rotateY(0deg) scale(1.02, 1.02) !important;
}

.slide.position-4 {
  left: 70% !important;
  z-index: 2 !important;
  transform: translate(-50%, 0) rotateY(1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  filter: blur(2px);
}

.slide.position-5 {
  left: 90% !important;
  z-index: 1 !important;
  transform: translate(-50%, 0) rotateY(2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  filter: blur(5px);


}

.facilities_main .slide.position-none {
  left: 50%;
  z-index: 0;
  transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7);
  opacity: 1;
}

.slider-container .left-arrow:hover i,
.slider-container .right-arrow:hover i {
  background: rgba(22, 22, 220, 0.1);
  color: #fff;
}

.media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000a1, transparent);
}

.media img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.media i,
.media h4 {
  font-size: 18px;
  color: var(--white);
  font-weight: bold;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 25px;
}

.media i {
  border-radius: 50%;
  padding: 15px;
  border: solid 2px var(--white);
  top: 20px;
  bottom: unset;
  left: unset;
  right: 25px;
  transform: rotate(310deg);
}


@media screen and (max-width:620px) {

  .slide.position-1,
  .slide.position-5 {
    opacity: 0.5 !important;
  }

  .slide.position-2,
  .slide.position-4 {
    opacity: 0.95 !important;
  }
}

@media screen and (max-width: 445px) {

  .slide.position-1,
  .slide.position-5 {
    opacity: 0 !important;
  }

  .slide.position-2,
  .slide.position-4 {
    opacity: 0.5 !important;
  }
}

@media screen and (max-width: 415px) {

  .slide.position-3 {
    opacity: 1 !important;
  }

  .slide.position-1,
  .slide.position-2 {
    left: -50% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
  }

  .slide.position-4,
  .slide.position-5 {
    left: 150% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
  }
}





#facilities_main{
    padding-top: 80px;
    padding-bottom: 50px;
}
#about-main-in .row {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.abot-tt-text-inside {
    margin: 10px 0px;
}
.abot-tt-text-inside span {
    font-size: 25px;
    color: var(--blue);
    font-weight: 700;
    position: relative;
    margin-left: 35px;
}
.abot-tt-text-inside span::after {
    position: absolute;
    content: '';
    left: -35px;
    top: 15px;
    width: 30px;
    border: solid 1px var(--blue);
    background-color: var(--blue);
}
.abot-tt-text-inside h3 {
    font-weight: bold;
    font-size: 46px;
    color: var(--black);
    margin-bottom: 50px;
    margin-top: 20px;
}
.abot-tt-text-inside p, .abot-tt-secnd-text p {
    margin-bottom: 30px;
    line-height: 30px;
    color: #4F5256;
}
.abot-tt-secnd-text {
    margin: 10px 0;
}
.abot-tt-secnd-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.abot-frst-sec-img img {
    width: 100%;
}   