


.bg-instagram-gradient {
        background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        color: var(--bs-white);
        background-size: 120% 120%;
        background-position: right bottom;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 0;
    }
    
 .facility {
       display: -webkit-box;
       -webkit-line-clamp: 4;
       -webkit-box-orient: vertical;
       overflow: hidden;
     
 }
 
 /*.logos img{*/
 /*    width: 100%;*/
 /*    aspect-ratio: 3/2;*/
 /*    object-fit: contain;*/
 /*    mix-blend-mode: color-burn;*/
 /*}*/
 



/*.scroll-to-top {*/
/*  position: fixed;*/
/*  bottom: 20px;*/
/*  right: 20px;*/
/*  background-color: #333;*/
/*  color: #fff;*/
/*  padding: 10px 15px;*/
/*  border: none;*/
/*  border-radius: 5px;*/
/*  cursor: pointer;*/
/*  animation: scroll-to-top 2s infinite;*/
/*}*/

/*@keyframes scroll-to-top {*/
/*  0% {*/
/*    transform: translateY(0);*/
/*  }*/
/*  100% {*/
/*    transform: translateY(-50px);*/
/*  }*/
/*}*/


.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}



