.h,.pa{color:#000}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}body,html{height:100%;margin:0;overflow-x:hidden;position:relative}body::before{content:"";position:fixed;top:88px;height:calc(98vh - 88px);left:0;width:100%;background:url('../assets/images/banner.webp') center center/cover no-repeat;z-index:-1}.amenities{min-height:100vh;width:100%;display:grid;place-items:center;background-color:#0e0e0e;background-image:radial-gradient(circle,rgba(239,239,239,.459) 1px,transparent 1px);background-size:20px 20px;padding:2rem 1rem}.amenities h2{font-size:1.5rem;font-weight:600;color:#f0980a;margin-bottom:.5rem}.amenities h1{position:relative;margin-bottom:60px;font-size:4rem;font-weight:500;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);display:inline-block;font-family:"Brush Script MT",cursive;text-align:center}.amenities h1::after{content:"";position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);height:2px;width:7rem;background-color:#f0980a;display:block}.roww{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.column{width:100%;padding:1rem;text-align:center}.acard{width:100%;height:100%;padding:2em 1.5em;background:linear-gradient(#fff 50%,#f0980a 50%);background-size:100% 200%;background-position:0 2.5%;border-radius:10px;box-shadow:0 0 35px rgba(0,0,0,.12);cursor:pointer;transition:.5s ease-in-out}.h{font-size:1.25rem;font-weight:600;margin:1em 0}.pa{font-size:1rem;line-height:1.6;letter-spacing:.03em}.icon-wrapper{background-color:#f0980a;font-size:1.5rem;height:2.5em;width:2.5em;color:#fff;border-radius:50%;display:grid;place-items:center;margin:auto;transition:.5s}.acard:hover{background-position:0 100%}.acard:hover .icon-wrapper{background-color:#fff;color:#f0980a}.acard:hover .h{color:#fff}.acard:hover .pa{color:#f0f0f0}@media screen and (min-width:768px){.column{flex:0 0 48%;max-width:48%}}@media screen and (min-width:992px){.column{flex:0 0 30%;max-width:30%}}@media screen and (max-width:480px){.acard{padding:1.5em 1em}.h{font-size:1.1rem}.pa{font-size:.9rem}.icon-wrapper{height:2.2em;width:2.2em;font-size:1.2rem}}