body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{box-sizing:border-box;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;margin:0;padding:0;scroll-behavior:smooth}:root{--primary-color:#fff;--secondary-color:#000;--background-color:#f7f7f7;--text-color:#333;--box-border-radius:20px;--button-border-radius:50px;--circle-radius:50%;--input-box-border-radius:10px;--box-shadow:0 0 10px #0000001a;--faint-color:#0000004d;--grey-color:#d9d9d9;--red:red}::placeholder{padding-left:.7em}.App{-ms-overflow-style:none;align-items:center;background:#f7f7f7;background:var(--background-color);box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow-x:hidden}.App::-webkit-scrollbar{display:none}nav{background:#000;padding:1em 0}main,nav{align-items:center;box-sizing:border-box;display:flex;justify-content:center;width:100%}main{background:#fff;background:var(--primary-color);flex-direction:column;gap:3rem;padding:2rem 0}footer{background:#d9d9d9;background:var(--grey-color)}.Footer,footer{align-items:center;box-sizing:border-box;display:flex;justify-content:center;width:100%}.Footer{background:#0009;flex-direction:column;gap:1em;padding:2em 0 1em}.Footer-content{align-items:flex-start;justify-content:space-between;padding:0 1em;position:relative;width:100%}.Footer-content,.sponsers{box-sizing:border-box;display:flex}.sponsers{align-items:center;background:#0000004d;border-radius:10px;bottom:0;justify-content:center;overflow:hidden;padding:1em 2em;position:absolute;right:1em;width:61%}.sponsor-container{animation:scroll 20s linear infinite;display:flex;gap:1em;width:100%}.sponser-icon{color:#ffffffb3;flex-shrink:0;font-size:3em;width:20%}@keyframes scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.footer-logo-content{display:flex;flex-direction:column;gap:1em;justify-content:space-between;width:auto}.footer-logo{align-items:flex-start;box-sizing:border-box;display:flex;gap:.5em}.footer-logo h2{color:#f0f8ff}.footer-logo-abbreviation{background:var(--primary-color);border-radius:50%;padding:.3em;width:40px}.footer-logo-abbreviation,.footer-logo-name{align-items:center;display:flex;height:40px;justify-content:center}.footer-logo-name{flex-direction:column}.footer-logo-abbreviation h1{font-size:1.3em}.footer-maps{height:250px;width:450px}.footer-map-wrapper,.footer-maps{border-radius:7px;box-sizing:border-box}.footer-map-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}iframe{border-radius:7px}.footer-navigation-bar{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.nav-bar-footer{align-items:center;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;justify-content:center;line-height:0}.nav-bar-footer:hover{color:#0009;transition:all .5s ease-in-out}.info{color:#e2e1e1;cursor:copy;font-size:1.1em}.footer-social-wrapper{gap:1em}.footer-social-subscription,.footer-social-wrapper{box-sizing:border-box;display:flex;flex-direction:column}.footer-social-subscription{gap:.5em;justify-content:center}.footer-social-subscription p{color:#fff;font-size:1.4em;line-height:0}.footer-social-subscription button{background:#1877f2;border:1px solid #1877f2;border-radius:7px;box-shadow:0 0 10px #0000001a;box-sizing:border-box;color:#fff;cursor:pointer;font-weight:500;padding:.6em;width:fit-content}.footer-social-subscription button:hover{background:#1877f2;border:1px solid #1877f2;border-radius:50px;box-shadow:0 0 10px #0000001a;color:#fff;font-weight:500;transition:all .5 ease-in;transition:all .5 ease-out}.footer-social-subscription input{border:2px solid #670d0d;border-radius:7px;box-sizing:border-box;outline:none;padding:.7em}.footer-social-subscription input:focus{border:2px solid #1877f2;transition:all .5 ease-in;transition:all .5 ease-out}.footer-social{align-items:flex-start;display:flex;gap:.5em;justify-content:flex-end}.footer-social-media{align-items:center;background:var(--primary-color);border-radius:50%;box-shadow:var(--box-shadow);cursor:pointer;display:flex;height:50px;justify-content:center;position:relative;transition:all .5s ease .2s;width:50px}.footer-social-media:hover{background:silver;transition:all .5s ease-in-out}.footer-icons{color:red;font-size:1.3em}.tooltip{align-items:center;display:flex;justify-content:center}.footer-social-media:hover .tooltip{opacity:1;pointer-events:auto;top:-45px;visibility:visible}.copyright{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:1em 0;width:100%}.copyright p{color:#f0f8ff;margin:0;padding:0}@media only screen and (max-width:740px){.Footer{background:#000000e6}.Footer-content{box-sizing:border-box;flex-direction:column;gap:.7em;padding:0 1em;width:100%}.footer-logo,.footer-logo-name{display:none}.footer-navigation-bar{box-sizing:border-box;gap:.7em;justify-content:space-between}.nav-bar-footer{font-weight:400;height:40px;width:40%}.nav-bar-footer:hover{background:var(--grey-color);border-radius:10px;padding-left:10px;transition:all .5s ease-in-out}.footer-social{justify-content:space-between;width:100%}.footer-social-media{height:50px;width:50px}.footer-social-media:hover{background:silver;transition:all .5s ease-in-out}.footer-icons{font-size:1.5em}.tooltip{display:none}.footer-social-media:hover .tooltip{display:none;visibility:hidden}.sponsers{display:none}.footer-logo-content{width:100%}.footer-maps{height:250px;width:100%}.footer-navigation-bar{flex-direction:column;justify-content:center}.footer-navigation-bar,.nav-bar-footer{align-items:center;display:flex;width:100%}.nav-bar-footer{box-sizing:border-box;color:#fff;cursor:pointer;justify-content:start;line-height:0}.copyright{gap:.5em;padding:1em;text-align:center}}.auth-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.auth-container{animation:slideIn .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:24px;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.auth-header h2{color:#333;font-size:24px;font-weight:900;letter-spacing:2px;margin:0;text-transform:uppercase}.close-button{background:none;border:none;color:red;cursor:pointer;font-size:48px;font-weight:700;padding:4px;transform:rotate(-90deg);transition:color .2s}.close-button:hover{color:#333}.auth-content{gap:20px}.auth-content,.auth-form{display:flex;flex-direction:column}.auth-form{gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#555;font-size:14px;font-weight:500}.form-group input{border:1px solid #ddd;border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .2s}.form-group input:focus{border-color:#1877f2;outline:none}.auth-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px;justify-content:center;padding:12px 24px;transition:all .2s}.auth-button.primary{background-color:#1877f2;color:#fff}.auth-button.google{background-color:#fff;border:1px solid #ddd;color:#333}.auth-button.switch-mode{background-color:#0077b5;color:#fff}.auth-button:hover{box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.button-icon{font-size:20px}.divider{align-items:center;display:flex;margin:16px 0;text-align:center}.divider:after,.divider:before{border-bottom:1px solid #ddd;content:"";flex:1 1}.divider span{color:#666;font-size:18px;padding:0 16px}.social-buttons{display:flex;flex-direction:column;gap:12px}.auth-footer{margin-top:24px;text-align:center}.terms{color:#666;font-size:14px;margin-bottom:8px}.terms button{background:none;border:none;color:#1877f2;cursor:pointer;font-size:inherit;padding:0}.copyright{color:#999;font-size:12px}.notification{align-items:center;animation:slideInRight .3s ease-out;border-radius:8px;display:flex;gap:12px;justify-content:space-between;padding:16px 24px;position:fixed;right:24px;top:24px;z-index:1100}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.notification.success{background-color:#4caf50;color:#fff}.notification.error{background-color:#f44336;color:#fff}.notification-close{background:none;border:none;color:inherit;cursor:pointer;font-size:20px;opacity:.8;padding:0;transition:opacity .2s}.notification-close:hover{opacity:1}.input-error{border:1px solid #ff3b30}.error-message{color:#ff3b30;font-size:12px;margin-top:4px}@media only screen and (max-width:740px){.auth-container{border-radius:12px;height:100%;padding-top:10px;width:100%}}.Navigation-layout{align-items:center;box-sizing:border-box;height:80vh;padding:0;position:relative}.Navigation-layout,.banner-text{display:flex;justify-content:center;width:100%}.banner-text{align-items:flex-start;animation:typing 3s steps(30),blink .75s step-end infinite;bottom:0;color:#fff;font-family:Georgia,Times New Roman,Times,serif;font-size:3.1em;height:60%;line-height:1.5;overflow:hidden;padding:0 1em;position:absolute;text-align:center;z-index:2}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:#0000}}.Navigation-layout img{left:0;max-height:100%;max-width:100%;object-fit:cover}.Navigation,.Navigation-layout img{height:100%;position:absolute;top:0;width:100%}.Navigation{align-items:center;background:#00000080;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;right:0;z-index:2}span{color:var(--red)}.menu{background:#fff;box-shadow:0 0 10px #0000004d;box-sizing:border-box;font-family:Georgia,Times New Roman,Times,serif;gap:1em;padding:.3em 1em;position:fixed;top:2;width:100%;z-index:3}.menu,.menu-logo{align-items:center;display:flex;justify-content:space-between}.menu-logo{gap:.5em}.logo-abbreviation{align-items:center;background:#0003;border-radius:var(--circle-radius);box-shadow:0 0 4px;box-sizing:border-box;display:flex;font-family:Verdana,Geneva,Tahoma,sans-serif;height:45px;justify-content:center;width:45px}.menu-navigation{align-items:center;cursor:pointer;display:flex;gap:1.5em;justify-content:space-between}.menu-account{gap:1em}.menu-account,.menu-account button{align-items:center;display:flex;justify-content:center}.menu-account button{border:2px solid #3333333d;color:var(--primary-color);cursor:pointer}.user-icon{font-size:1.7em;height:40px;width:40px}.user-wrapper{padding:0}.user-wrapper-button{border:none;border-radius:50%;box-sizing:border-box;height:45px;padding:.2em;width:45px}.navigation-bar{gap:2em;padding:0 2em;z-index:4}.nav-bar,.navigation-bar{align-items:center;display:flex;justify-content:center}.nav-bar{box-sizing:border-box;cursor:pointer}.nav-bar p{align-items:center;color:#000000e6;display:flex;font-family:Georgia,Times New Roman,Times,serif;font-size:1.19em;font-weight:900;gap:.7em;justify-content:center;z-index:5}.nav-bar p:hover{color:red;transition:all .5s ease-in;transition:all .5s ease-out}.humburger{display:none}@media only screen and (max-width:740px){.banner-text{color:#fff;font-size:1.8em;padding:0 1.5em}.menu{padding:0 1em}.logo-abbreviation,.navigation-bar,.slogan{display:none}.menu-account{gap:.3em}.user-icon{height:30px;width:30px}.user-wrapper{display:none}.humburger{align-items:center;display:flex;font-weight:600;justify-content:center}.humburger-layout{background:#00000080;border-radius:0;box-sizing:border-box;height:100vh;left:0;position:fixed;top:5em;width:100%;z-index:1000}.humburger-menu{background:#fff;display:flex;flex-direction:column;gap:.3em;height:100%;padding:1em;position:relative;width:35%}.Logout-button-humburger{align-items:center;background:#000000b3;border:2px solid #0000004d;border-radius:12px;bottom:10em;color:#fff;display:flex;font-weight:600;justify-content:center;padding:12px 35px;position:absolute;text-transform:uppercase}.humburger-menu .nav-bar{gap:initial;justify-content:flex-start;line-height:0}.humburger-icon{font-size:2.1em}}.room-details-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1000}.content-right h2{display:none}.room-details-content{-ms-overflow-style:none;align-items:center;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;box-sizing:border-box;display:flex;flex-direction:column;gap:1.5em;justify-content:start;max-height:90vh;max-width:1200px;min-height:90vh;overflow-y:auto;padding:2em;position:relative;scrollbar-width:none;width:90%}.room-details-content::-webkit-scrollbar{display:none}.Gallery{box-sizing:border-box;flex-direction:column;gap:1.5em;padding:1em}.Gallery,.gallery-header{align-items:center;display:flex;width:100%}.gallery-header{justify-content:space-between}.gallery-header h2{align-items:center;background:inherit;display:flex;font-size:1.8rem;font-weight:600;gap:.75em;justify-content:center}.return-icon{cursor:pointer;transition:transform .3s ease}.return-icon:hover{transform:translateX(-5px)}.room-details-buttons-box{gap:1em}.room-details-buttons,.room-details-buttons-box{align-items:center;background:inherit;border:none;display:flex;justify-content:center}.room-details-buttons{background:#35e425;border-radius:10px;box-shadow:0 2px 10px #0000000d;cursor:pointer;font-size:1.2em;gap:.5em;padding:.6em 1.2em;transition:all .3s ease}.room-details-buttons:hover{background:#f0f0f0;transform:translateY(-2px)}.room-gallery{grid-gap:1em;background:#f8f9fa;border-radius:16px;box-sizing:border-box;display:grid;gap:1em;grid-template-columns:repeat(3,1fr);padding:1em;position:relative;width:100%}.room-gallery-details{background:#fff;border:none;border-radius:16px;box-shadow:0 4px 12px #00000014;box-sizing:border-box;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.room-gallery-details:hover{box-shadow:0 12px 24px #0000001f;transform:translateY(-5px)}.room-pictures{border-radius:16px;box-shadow:0 4px 12px #00000014;cursor:pointer;height:400px;object-fit:cover;transition:transform .5s ease}.room-pictures:hover{transform:scale(1.02)}.room-gallery-details img{border-radius:16px;cursor:pointer;height:400px;object-fit:cover;width:100%}.room-location{align-items:start;display:flex;flex-direction:column;padding:1em .5em;width:100%}.room-location h3,.room-location p{margin:.5em 0;padding:0}.room-location h3{color:#333;font-size:1.4rem;font-weight:600}.room-location p{color:#666;line-height:1.6}.room-full-content{box-sizing:border-box;display:flex;gap:2em;justify-content:space-between;margin-top:1em;width:100%}.content-left{gap:2em;padding:1em 0;width:60%}.box,.content-left{display:flex;flex-direction:column;justify-content:flex-start}.box{box-sizing:border-box;gap:1em;padding:0 1em;width:33%}.about-section{display:flex;flex-direction:column;justify-content:flex-start;padding:0;width:100%}.about-section-content{background:#fff;border:1px solid #eaeaea;border-radius:16px;box-shadow:0 4px 12px #00000008;line-height:1.6;padding:1.5em}.offers{flex-wrap:wrap;gap:1em;justify-content:flex-start;margin:1em 0;max-width:600px;width:100%}.amenity-wrapper,.offers{align-items:center;display:flex}.amenity-wrapper{background:#f8f9fa;border-radius:50px;box-shadow:0 2px 8px #0000000d;font-size:1rem;gap:10px;justify-content:center;padding:12px 20px;transition:all .3s ease}.amenity-wrapper:hover{background:#f0f0f0;transform:translateY(-2px)}.offer-icon{color:#38b000;font-size:1.2em}.content-right{padding:1em;width:40%}.content-right,.reservation{box-sizing:border-box;display:flex;flex-direction:column;gap:1.5em}.reservation{align-items:center;background:#fff;border:1px solid #eaeaea;border-radius:16px;box-shadow:0 10px 25px #00000012;justify-content:flex-start;padding:1.5em;width:100%}.reservation p span{color:#555;font-weight:500}.check{flex-direction:column;justify-content:flex-start}.check,.check-top{align-items:center;box-sizing:border-box;display:flex;width:100%}.check-top{border:1px solid #eaeaea;border-top-left-radius:12px;border-top-right-radius:12px;justify-content:space-between;overflow:hidden}.check-in,.check-out{border-right:1px solid #eaeaea;box-sizing:border-box;display:flex;flex-direction:column;gap:.5em;justify-content:center;padding:1em;width:50%}.check-out{border-right:none}.check-in p,.check-out p{color:#555;font-weight:500;margin:0;padding:0}.reservation .confirm-button{align-items:center;background:#38b000;border:none;box-shadow:0 4px 12px #38b0004d;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;margin-top:1.5em;padding:1em;transition:all .3s ease;width:100%}.reservation .confirm-button:hover{background:#2d9200;box-shadow:0 6px 16px #38b00066;transform:translateY(-2px)}.check-bottom{align-items:flex-start;background:#fcfcfc;border:1px solid #eaeaea;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:none;box-sizing:border-box;display:flex;flex-direction:column;justify-content:start;padding:1em 1em 1.5em;width:100%}.check-bottom p{color:#555;font-weight:500;margin-bottom:.5em;padding:0;width:100%}.check-bottom input{border:1px solid #eaeaea;border-radius:8px;margin:0;outline:none;padding:.75em 1em;transition:border .3s ease;width:93%}.check-bottom input:focus{border-color:#38b000;box-shadow:0 0 0 2px #38b0001a}.check-content{align-items:end;box-sizing:border-box;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:1em 0;width:100%}.check-content-top{align-items:center;display:flex;justify-content:space-between;width:100%}.check-content-top p{color:#555;font-size:16px}.check-content-bottom{align-items:center;border-top:1px solid #eaeaea;box-sizing:border-box;display:flex;justify-content:space-between;padding:1em 0;width:100%}.check-content-bottom p{font-size:1.1em;font-weight:600;margin:0;padding:0}.payment-wrapper{flex-direction:column;position:relative}.payment-header,.payment-wrapper{box-sizing:border-box;display:flex;width:100%}.payment-header{align-items:center;justify-content:space-between;margin-bottom:1em}.payment-header h2{align-items:center;color:#333;display:flex;font-size:1.5rem;font-weight:600;gap:.5em}.left-right-contain-wrapper{box-sizing:border-box}.confirm-button-box,.left-right-contain-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.confirm-button-box{margin:1.5em 0}.confirm-button{align-items:center;background:#38b000;border:none;border-radius:10px;box-shadow:0 4px 12px #38b0004d;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;padding:1em 2em;transition:all .3s ease}button:hover{background:#2d9200;box-shadow:0 6px 16px #00000026;transform:translateY(-2px)}.cancel-button{align-items:center;background:#ff3b30;border:none;border-radius:10px;box-shadow:0 4px 12px #ff3b304d;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;padding:1em;transition:all .3s ease;width:100%}.cancel-button:hover{background:#e0352b;box-shadow:0 6px 16px #ff3b3066;transform:translateY(-2px)}.confirmation-notification-layout{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.confirmation-notification{background:#fff;border:none;border-radius:16px;box-shadow:0 15px 40px #0003;flex-direction:column;gap:1.5em;padding:3em;width:30%}.confirmation-notification,.tick{align-items:center;display:flex;justify-content:center}.tick{background:#f0faf0;border-radius:50%;box-shadow:0 6px 16px #38b0004d;color:#38b000;font-size:1.5em;height:70px;padding:.5em;width:70px}@media only screen and (max-width:740px){.room-details-content{border-radius:0;gap:1em;height:100%;max-height:100vh;padding:1em;width:100%}.room-details-overlay{padding-top:0}.Gallery{padding:0}.gallery-header{box-sizing:border-box}.gallery-header h2{font-size:1em;gap:.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.return-icon{cursor:pointer;font-size:1.5em}.room-details-buttons-box{gap:.5em}.room-details-buttons{font-size:1em;gap:.3em;padding:.4em .8em}.room-gallery{gap:1em;grid-template-columns:repeat(1,1fr);padding:.5em}.room-gallery-details img,.room-pictures{height:250px}.room-location h3{font-size:1.2em}.room-location p{font-size:.9em}.room-full-content{flex-direction:column;gap:1em}.content-left,.content-right{padding:0;width:100%}.offers{grid-gap:.8em;display:grid;gap:.8em;grid-template-columns:repeat(2,1fr);width:100%}.amenity-wrapper{font-size:.9rem;padding:8px 16px}.offer-icon{font-size:1.1em}.reservation{border:1px solid #eaeaea;box-shadow:0 10px 25px #0000001a;padding:1em}.content-right h2{display:flex;font-size:1.3em;margin-bottom:.5em}.check-top{box-sizing:border-box}.check-in,.check-out{padding:.8em}.check-in input,.check-out input{border:1px solid #eaeaea;border-radius:8px;margin:0;outline:none;padding:.6em;width:85%}.reservation .confirm-button{margin-top:1em}.check-bottom{box-sizing:border-box}.check-bottom input{padding:.6em}.check-content-top p{font-size:.9em}.confirmation-notification{padding:2em;width:85%}.payment-header h2{font-size:1em}}.rooms-layout{align-items:center;background:var(--primary-color);box-sizing:border-box;display:flex;flex-direction:column;gap:2em;justify-content:space-between;padding:1em 1em 3em;width:100%}.search-bar{width:70%}.rooms{grid-gap:2em;background:var(--primary-color);display:grid;gap:2em;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));justify-content:center;overflow-y:auto;padding:0 2em;width:100%}.room-details,.rooms{box-sizing:border-box}.room-details{background:#fff;border:2px solid #0000001a;border-radius:40px;display:flex;flex-direction:column;gap:.7em;justify-content:space-between}.room-details span{color:#000000b3}.room-picture{box-shadow:var(--box-shadow);box-sizing:border-box;cursor:pointer;max-height:300px;overflow:hidden;padding:3px;width:100%}.room-picture,.room-picture:hover{border-radius:40px;transition:all .7s ease-in;transition:all .7s ease-out}.room-picture:hover{box-shadow:none;transform:scale(1)}.room-content{align-items:start;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;padding:.7em;width:100%}.room-content p{font-weight:500}.room-content p,.room-content p span{font-size:1.1em;margin:0;padding:.3em 0}.room-content p span{font-weight:lighter}.room-details img{border-radius:40px;cursor:pointer;height:100%;object-fit:cover;transition:all .7s ease-in;transition:all .7s ease-out;width:100%}.room-details img:hover{border-radius:40px;box-shadow:0 10px 20px #0000004d;transform:scale(1.05)}.room-rating-likes{color:#000;display:flex;justify-content:space-between;padding:.5em 0;width:100%}.p-wrapper{align-items:center;background:#0000001a;border-radius:40px;display:flex;gap:.5em;justify-content:center;width:30%}.p-wrapper span{color:#000;font-weight:700}.love,.room-star{font-size:1.2em}.love{cursor:pointer;z-index:1}@media only screen and (max-width:480px),only screen and (max-width:768px){.rooms{grid-gap:2em;background:var(--primary-color);box-sizing:border-box;display:grid;gap:2em;grid-template-columns:1fr;overflow-y:auto;padding:0;width:100%}.room-content{align-items:start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.room-content p{font-size:1em}.room-details img,.room-picture,.search-bar{width:100%}}.update-overlay{align-items:flex-start;background:#000000b3;height:100%;justify-content:center;left:0;position:fixed;top:0;z-index:1000}.update-content,.update-overlay{box-sizing:border-box;display:flex;overflow-y:auto;width:100%}.update-content{-ms-overflow-style:none;align-items:center;background:#fff;border-radius:20px;border-radius:0;flex-direction:column;gap:1em;height:100vh;height:100%;justify-content:flex-start;padding:.5em 2em 2em;position:relative}.update-content::-webkit-scrollbar{display:none}.details-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;width:100%}.details-header h2{align-items:center;color:#000000b3;display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1.3em;gap:.3em;justify-content:center}.back-arrow,.logout{cursor:pointer}.logout{border:2px solid #0000001a;border-radius:10px;padding:.7em 1.5em}.user-details{border:2px solid var(--faint-color);box-sizing:border-box;flex-direction:column;gap:1em;padding:1em;transition:all .5s ease-in}.user-details,.user-details-header{align-items:center;display:flex;width:100%}.user-details-header{justify-content:center}.hearder-reveal{align-items:center;background:#f2f1f1;box-sizing:border-box;color:#00000080;cursor:pointer;display:flex;font-size:.8em;justify-content:space-between;line-height:.5;padding:.1em 3em;text-align:center;transition:all .5s ease-in;transition:all .5s ease-out;width:100%}.viewDetails{font-size:2em}.hearder-reveal:hover{background:#fff;box-shadow:0 0 10px #0000001a;transition:all .5s ease-in;transition:all .5s ease-out}.bookings-details{border:2px solid var(--faint-color);box-sizing:border-box;flex-direction:column;gap:.5em;padding:1em;width:100%}.bookings-details,.btn-primary{align-items:center;display:flex}.btn-primary{background:#1da1f2;gap:.2em;height:3em;justify-content:end}.btn-primary button{align-items:center;background:#1877f2;border:2px solid #1877f2;border-radius:10px;box-shadow:4px 0 10px #0000001a;color:#f5f5f5;cursor:pointer;display:flex;font-weight:700;justify-content:center;padding:.7em}.actions-button{position:relative;transition:all .5s ease-in .2s;transition:all .5s ease-out .2s}.tooltip{border-radius:10px;box-shadow:var(--box-shadow);color:#fff;font-family:Helvetica Neue\ ;opacity:0;padding:.7em 1em;pointer-events:none;position:absolute;top:0;transition:all .3s ease;width:3.5em;z-index:2000}.actions-button:hover .tooltip{opacity:1;pointer-events:auto;top:-150px;visibility:visible}.btn-primary button:hover{background:#1da1f2;border:2px solid #1da1f2;border-radius:10px;transition:all .5s ease-in-out}.my-favorites{align-items:center;display:flex;flex-direction:column;gap:.5em;width:99%}.review-form-layout{align-items:flex-start;background:#000000b3;height:50%;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:50%;z-index:5000}.review-form,.review-form-layout{box-shadow:0 4px 8px #0000001a;box-sizing:border-box;display:flex;justify-content:center;padding:1em}.review-form{align-items:center;background:#1da1f2;flex-direction:column;gap:1em;height:100%;width:100%}.review-form textarea{height:50%;width:90%}.review-form input,.review-form textarea{box-shadow:0 4px 8px #0000001a;padding:.7em}.review-form input{outline:none;width:40%}.review-form button{box-shadow:0 4px 8px #0000001a;padding:1em}@media only screen and (max-width:740px){.update-overlay{box-sizing:border-box;padding:0}.update-content{border-radius:0;height:100%;max-height:100vh;padding:1em;width:100%}.details-header h2{font-size:1.2em;gap:1em}.logout{display:none}.input-wrapper button{background:#0000;border:1px solid #0000001a;box-shadow:0 0 4px;color:#000;cursor:pointer;padding:.8em 1em;width:auto}.hearder-reveal{border-radius:10px;font-size:.6em;padding:.4em 1.2em}.viewDetails{font-size:1.5em}.my-favorites{box-sizing:border-box;width:100%}}.favorites-wrapper{align-items:center;background:aqua;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:flex-start;width:100%}.favorite-grid-wrapper{grid-gap:1.5em;background-color:#fff;border-radius:0;display:grid;gap:1.5em;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:100%;padding:.5em;width:100%}.favorite-grid-item{background-color:#fff;box-shadow:0 0 8px #000000b3;flex-direction:column;gap:1em;justify-content:flex-start;padding:1em}.favorite-grid-item,.image-card{align-items:center;border-radius:0;display:flex}.image-card{background:#fff;height:400px;justify-content:center;overflow:hidden;width:100%}.image-card img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.content-card{align-items:flex-start;display:flex;flex-direction:column;text-align:left;width:100%}.content-card h3,.content-card p{color:#333;margin:.5em 0}.content-card h3{font-size:1.2em;font-weight:600}.content-card p{color:#555;font-size:.95em}@media only screen and (max-width:740px){.favorite-grid-wrapper{grid-template-columns:1fr}}.dataloading-layout{align-items:center;display:flex;justify-content:center;width:100%;z-index:20000000}.loader{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:30px;font-weight:700}.loader:before{animation:rotation .6s linear infinite;border:5px solid;border-color:#fff #fff #ff3d00;border-radius:50%;bottom:8px;box-sizing:border-box;content:"";height:30px;left:34px;position:absolute;width:30px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.reviews-overlay{align-items:flex-start;justify-content:center;left:0;position:fixed;top:0;z-index:1000}.reviews-content,.reviews-overlay{background:#fff;box-sizing:border-box;display:flex;height:100%;overflow-y:auto;width:100%}.reviews-content{-ms-overflow-style:none;align-items:center;flex-direction:column;gap:.5em;justify-content:start;max-height:100vh;padding:1em;position:relative;scrollbar-width:none}.reviews-content::-webkit-scrollbar{display:none}.review-header{flex-direction:column}.reviews-content h2{align-items:center;display:flex;gap:.5em;width:100%}.back-arrow:hover{color:red;transition:all .5s ease-in-out}.review-header{justify-content:flex-start}.review-header,.review-header-picture{align-items:center;box-sizing:border-box;display:flex;width:100%}.review-header-picture{justify-content:center}.review-header-picture img{width:100%}.review-header-steps{align-items:center;box-shadow:4px 0 10px #0000001a;box-sizing:border-box;display:flex;justify-content:space-around}.review-header-step{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;padding:1em}.review-header-step h2{display:flex;justify-content:center;margin:0;width:100%}.review-header-step p{color:green;margin:0}.first-step,.second-step,.third-step{align-items:center;border-radius:50%;box-shadow:4px 0 10px #0000001a;display:flex;height:100px;justify-content:center;width:100px}.review-icon{color:green;font-size:3em}.reviews{flex-direction:column;gap:.5em}.reviews,.reviews h2{align-items:center;display:flex;width:100%}.reviews h2{justify-content:center}.reviews-gallery{grid-gap:2em;background:#fff;box-sizing:border-box;display:grid;gap:2em;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));overflow-y:auto;padding:4px;width:100%}.reviews-card{background:#fff;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:space-between}.reviews-card,.reviews-card-image{border-radius:20px;overflow:hidden;width:100%}.reviews-card-image{height:300px}.reviews-card-image img{border-radius:20px;cursor:pointer;height:100%;object-fit:cover;width:100%}.reviews-card-review{padding:1em;text-align:center}.reviews-card-review p{color:var(--secondary-color);font-size:1em;margin:0}.reviews-card-user{align-items:center;background:#000;border-radius:20px;display:flex;justify-content:space-between;padding:.7em;text-align:start}.reviews-card-user p{color:#fff;font-size:.9em;margin:0}.star-box{align-items:center;background:#0daada;border-radius:16px;display:flex;font-size:1em;gap:.5em;justify-content:space-between;padding:.5em}.star{color:gold;font-size:1.2em}@media only screen and (max-width:740px){.reviews-overlay{background:#fff;box-sizing:border-box;padding:0}.reviews-content{border-radius:0;gap:.5em;height:100%;max-height:100vh;padding:.7em}.reviews-content h2{font-size:1.3em;gap:.3em}.review-header-picture{box-sizing:border-box;min-height:50px}.review-header-picture img{height:100%;object-fit:fill;width:100%}.review-header-step{flex-direction:column;gap:1.5em;height:100%;justify-content:flex-start;width:100%}.review-header-step,.review-header-steps{align-items:center;box-sizing:border-box;padding:.7em}.review-header-steps{justify-content:space-between}.review-header-step h2{align-items:flex-start;font-size:1em;height:12%;justify-content:center}.review-header-step p{font-size:.8em}.first-step,.second-step,.third-step{height:50px;width:50px}.review-icon{font-size:2em}.reviews-gallery{grid-template-columns:1fr}}.maps-layout{align-items:flex-start;background:#000000b3;justify-content:center;left:0;position:fixed;top:0;z-index:1000}.maps-content,.maps-layout{box-sizing:border-box;display:flex;height:100%;overflow-y:auto;width:100%}.maps-content{-ms-overflow-style:none;align-items:center;background:#fff;flex-direction:column;gap:.5em;justify-content:start;max-height:100vh;padding:1em;position:relative;scrollbar-width:none}.maps-content::-webkit-scrollbar{display:none}.maps-content h2{align-items:center;display:flex;gap:.5em;width:100%}.map-wrapper{box-shadow:4px 0 10px #0000001a;box-sizing:border-box}.map-wrapper,iframe{align-items:center;display:flex;height:100%;justify-content:center;width:100%}iframe{border:0}@media only screen and (max-width:740px){.maps-layout{padding:0}.maps-content{border-radius:0;height:100%;max-height:100vh;padding:.5em 1em 1em;width:100%}.maps-content h2{font-size:1.3em;gap:.3em}iframe{align-items:center;border:0;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}}.gallery-grid-layout{align-items:flex-start;background:#000000b3;justify-content:center;left:0;position:fixed;top:0;z-index:1000}.gallery-grid-layout,.picture-gallery-grid{box-sizing:border-box;display:flex;height:100%;overflow-y:auto;width:100%}.picture-gallery-grid{-ms-overflow-style:none;align-items:center;background:#fff;flex-direction:column;gap:.5em;justify-content:start;max-height:100vh;padding:.5em;position:relative;scrollbar-width:none}.picture-gallery-grid::-webkit-scrollbar{display:none}.picture-gallery-grid h2{align-items:center;display:flex;gap:.5em;justify-content:flex-start;width:100%}.gallery-grid{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(3,1fr)}.gallery-card{border-radius:20px;box-shadow:var(--box-shadow);box-sizing:border-box;height:400px;overflow:hidden}.gallery-card img{border-radius:20px;height:100%;width:100%}@media only screen and (max-width:740px){.gallery-grid-layout{padding:0}.picture-gallery-grid{border-radius:0;max-height:100vh;padding:.5em 1em 1em;width:100%}.picture-gallery-grid h2{font-size:1.3em;gap:.3em}.gallery-grid{grid-gap:1em;display:grid;gap:1em;grid-template-columns:1fr}.gallery-card img{height:100%;width:100%}}.loader-layout{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:30000}.loader{display:inline-block;height:70px;position:relative;width:70px}.loader:after,.loader:before{animation:animloader 2s linear infinite;border:3px solid #fff;border-radius:50%;box-sizing:border-box;content:"";height:48px;left:0;position:absolute;top:0;width:48px}.loader:after{animation-delay:1s}@keyframes animloader{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}.privacy-layout{align-items:center;background:#0000001a;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100000000}.privacy{background:#fff;color:#333;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:100vh;justify-content:flex-start;line-height:1.2;overflow-y:auto;scrollbar-color:#888 #f1f1f1;scrollbar-width:thin;width:100%}.privacy,.privacy-button{padding:1em}.privacy::-webkit-scrollbar{width:8px}.privacy::-webkit-scrollbar-track{background:#f1f1f1}.privacy::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.privacy h1,.privacy h2,.privacy h3{color:#007bff;margin-bottom:.5em}.privacy p{margin-bottom:1.2em}.privacy-button button{align-self:flex-start;background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;margin-top:2em;padding:.7em 1.5em;transition:background-color .3s ease}.privacy-button button:hover{background-color:#0056b3}@media screen and (max-width:600px){.privacy{border-radius:0;height:100vh;padding:1em}.privacy,.privacy-button button{width:100%}}:root{--primary-color:#2c3e50;--accent-color:#e67e22;--background-color:#f8f9fa;--text-color:#2c3e50;--text-light:#666;--spacing-unit:1rem;--transition-speed:0.3s}.about{background:#f8f9fa;background:var(--background-color);border-radius:40px;overflow:hidden;position:relative}.about__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border-radius:20px;box-shadow:0 20px 40px #00000014;margin:0 auto;max-width:1200px;padding:3rem;position:relative}.about__content{align-items:center;display:flex;gap:5rem}.about__text{flex:1 1;padding-right:2rem}.about__title{color:#2c3e50;color:var(--primary-color);font-size:3rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;position:relative}.about__title:after{background:#e67e22;background:var(--accent-color);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:80px}.about__description{color:#666;color:var(--text-light);font-size:1.1rem;font-weight:400;line-height:1.8;margin-bottom:1.8rem;transition:color .3s ease;transition:color var(--transition-speed) ease}.about__description:hover{color:#2c3e50;color:var(--text-color)}.about__image{flex:1 1;position:relative}.about__image:before{border:3px solid #e67e22;border:3px solid var(--accent-color);border-radius:15px;bottom:15px;content:"";left:-15px;position:absolute;right:15px;top:-15px;transition:all .3s ease;transition:all var(--transition-speed) ease;z-index:1}.about__image img{border-radius:15px;box-shadow:0 15px 30px #00000026;height:auto;max-height:600px;object-fit:cover;position:relative;transition:transform .3s ease;transition:transform var(--transition-speed) ease;width:100%;z-index:2}.about__image:hover:before{bottom:10px;left:-10px;right:10px;top:-10px}.about__image:hover img{transform:translate(5px,5px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about__image,.about__text{animation:fadeIn 1s ease-out forwards}@media screen and (max-width:1024px){.about{padding:4rem 2rem}.about__container{padding:2rem}.about__title{font-size:2.5rem}}@media screen and (max-width:768px){.about{border-radius:0;padding:3rem 1.5rem}.about__container{padding:1.5rem}.about__content{flex-direction:column;gap:3rem}.about__text{padding-right:0}.about__image,.about__text{width:100%}.about__title{font-size:2.2rem}.about__description{font-size:1rem}}@media screen and (max-width:480px){.about{border-radius:0;padding:2rem 1rem}.about__container{padding:1rem}.about__title{font-size:1.8rem}.about__image:before{display:none}}@media print{.about{background:none;padding:1rem}.about__container{box-shadow:none;padding:0}.about__image:before{display:none}}
/*# sourceMappingURL=main.6c974049.css.map*/