
a{
    text-decoration: none;
    color: #555;
}
#splide{
    direction: ltr;
    width: 80%;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
    border: 10px solid #fff;
}
  .splide {
            position: relative;
            width: 100%;
        }
        .splide__slide {
            position: relative;
            overflow: hidden; /* Ensures no overflow of image */
        }
        .splide__slide img {
            width: 100%;
            height: auto;
            display: block; /* Remove any space below image */
            object-fit: cover; /* Ensures image covers the container */
        }
      
        /* Optional: Adjust height of the slides */
        .splide__slide {
            height: 400px; /* Adjust height as needed */
        }
        .splide__slide img {
            height: 100%; /* Ensures image height fits the container */
            object-fit: cover; /* Cover the container while preserving aspect ratio */
        }
        @media only screen and (max-width: 900px) {
            .splide__slide {
                height: 250px; /* Adjust height as needed */
            }
          }
/* Banner */
.banner img{
    width: 100%;
}

/* slideshow */
#slideshow{
    background-color: #cdcdcd;
    padding:10px 0;
}
/* items */

#items{
    background-color: #818181;
    color:#fff;
    padding: 20px 0;
    margin-bottom: 0;
}
#items .item{
    border-radius: 10px;
    border: 1px solid #7c7c7c; /* Optional: Border for visibility */
    box-shadow: 2px -2px 17px -8px rgb(76 76 76);
    border-left: 10px solid #ffc929;

    
}

#items .item  h5{
    font-weight: bold;
}
#items .item p{
    font-size: 13px;
    font-weight: bold;
    color:#303030
}
#items .item i {
    background-color: #565656;
    border-radius: 10px;
    width: 10%;
    text-align: center;
    padding: 10px;
    color:#ffc929;
    display: block;
    margin: 10px 0;
    font-size:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 9:55 - 10:10 */

/* Maps */
#maps iframe{
    width: 100%;
    border-radius: 55px;
    border: 10px solid #fff !important;
}


/* Footer Top */
#footerTop{
  margin-top: 0;
  background-color: #f6dcbb;
  color:#2c2718;
  font-weight: bold;
  padding: 40px 0;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
#footerTop .item{
  background-color: #ffebb3;
  border: 10px solid #fff;
  border-radius: 25px;
  box-shadow: 11px 2px 9px -4px rgb(241 216 147)

}
#footerTop .item h5{
  font-size: 50px;
}
#footerTop .item h5::first-letter{
  color:#ff6000;
}

#footerBottom {
    background-color: #e9e9e9;
    padding: 10px 0;

}
#footerBottom a{
    color:#408dff;
    font-weight: bold;
}
#footerBottom  p{
    font-size: 14px;
    padding: 5px 0;
    color:#555;
    font-weight: bold;
}
#footerBottom  i {
    color:#408dff;
    font-size: 24px;
}

.information .heading span{
    display: block;
    background: #d63384;
    font-weight: bold;
    padding: 3px 0;
    border-radius: 5px;
}


/* Media */



@media only screen and (max-width: 500px) {
    #containerLogin{
        width: 100% !important;
    }
    #containerLogin input{
        font-size: 13px;
        font-weight: normal !important;
    }
    #containerLogin button{
        font-size: 12px;
    }
    #appLogin{
        border-bottom: 3px dotted #b3b3b3;
    }
  #appLogin h5,#appParent h5{
    font-size: 16px;
    padding: 4px !important;
  }
  }