

.image-crouseal {
    width: 15em;
    height: 8em;
    object-fit: contain;
    margin: 1em;
}

@keyframes crousel {
    from{
        transform: translateX(0);
    }to{
        transform: translate(-100%);
    }
    
}

.crouseal-start-here{
    overflow: hidden;
    background-color: white;
    white-space: nowrap;
}

.crousel{
    padding: 2em 10em 0 10em;
    margin: 3em 0 4em 0;
}

body.no-scroll {
    overflow: hidden;
}

.flex-crouseal-images{
    display: inline-block;
    animation: 15s crousel infinite linear;
}

.loader {
    display: none; /* Initially hide the loader */
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #1e90ff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.amenties{
    padding: 3em 0;
}

.highlights{
    background-color: rgb(24, 24, 24);
    padding: 3em 0;
}

.crousel-topic{
    height: 27em;
    width: 60em;
    object-fit:fill;
}

.gallery-section{
    padding: 3em 0;
}

.floor-plan{
    padding: 3em 0;
    background-color: #EAE9E9;
}



.book-sites{
    display: none;
}

.lastbtn{
    display: none;
}

.crousel-topics{
    padding: 0 12em;
}


@media screen and (max-width:980px) {
    .crousel-topics{
        padding: 0 1em;
    }

    .crousel-topic{
        height: 20em;
        width: 100%;
        object-fit:cover;
    }
    
    .crousel{
      padding: 2em 1em 0 1em;
      margin: 3em 0 4em 0;
  }
  .image-crouseal {
    width: 10em;
    height: 5em;
    margin: 1em;
}
.book-sites{
    display: block;
}
.lastbtn{
    background: linear-gradient(268deg, #000764, #d5a94f, #00047a);
    width: 100%;
    height: 40px;
    z-index: 9999999;
    position: fixed;
    bottom: 0;
    display: block;
}
.lastbtn a {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 7px;
    width: 100%;
}
.button-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
}

.d-block{
    border: 10px solid #00047a;
}