@import url('https://cbe476.claudeassets.com/20240625075315cs_/https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --success: #198754;
    --warning: #DFC124;
}

*{
    font-family: "Poppins", sans-serif;
}

.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9;
    display: flex;    
    justify-content: center;
    align-items: center;
}

.loading img{
    animation: myAnimation 3s ease-in-out infinite;
}

@keyframes myAnimation {
    0% {
      opacity: 0.5;
    }
    50% {
      opacity: 1;
      transform: scale(1.2);
    }
    100% {
      opacity: 0.5;
    }
}

.text-warning{
    color: var(--warning) !important;
}

.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

a{
    text-decoration: none;
    transition: all .5s ease;
}

.br-25{
    border-radius: 25px;
}

.form-control, .form-select{
    border-color: #000000;
}

header a:hover:not(.nav-link, .navbar-brand){
    color: black !important;
}

.title-decoration:after{
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: var(--success);
    margin: 0 auto;
    margin-top: 2px;
}

.home-gallery img, .gallery-section img, .room-type-gallery img{
    height: 399px !important;
    width: 100%;
    object-fit: cover;
}

.lg-backdrop{
    background-color: #000000d1 !important;
}

/* a:hover{
    background-color: red !important;
} */

footer{
    position: sticky;
    top: 100%;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 426px) {
    .navbar-brand{
        margin-bottom: 15px;
    }
}

.fs-6{
    font-size: .94rem !important;
}

.nav-link{
    color: lightgrey;
}

/*
     FILE ARCHIVED ON 05:06:26 Mar 05, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:34:45 Aug 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.566
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.042
  esindex: 0.009
  cdx.remote: 21.723
  LoadShardBlock: 137.208 (3)
  PetaboxLoader3.datanode: 70.807 (4)
  PetaboxLoader3.resolve: 167.54 (2)
  load_resource: 155.875
*/