@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap);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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.NavbarItem{align-items:center;background-color:#f8f4ea;border-radius:13px;box-shadow:0 5px 15px 0 #00000040;display:flex;height:72px;justify-content:space-between;left:50%;padding:0 30px;position:fixed;top:25px;transform:translate(-50%);width:97%;z-index:9999}.Navbar-logo{color:#222;cursor:pointer;font-size:1.7rem;padding-top:5px}.nav-menu{grid-gap:10px;align-items:center;display:grid;grid-template-columns:repeat(6,auto);list-style:none;margin-top:1rem}.nav-links{color:#222;font-size:1rem;font-weight:600;padding:1rem;text-decoration:none;white-space:nowrap}.menu-icons{margin-bottom:20px}.nav-links i{padding-right:20px}.nav-links:hover{background-color:#01959a;border-radius:5px;color:#fff;transition:all .2s ease-in-out}.nav-links-mobile{display:none}button{border:none;border-radius:.3rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.7rem 1rem;transform:.2s ease-in-out;white-space:nowrap}button:hover{background-color:#151516;color:#fff}.menuicons{display:none}@media screen and (max-width:850px){.NavbarItem{height:50px;width:95%;z-index:50}.Navbar-logo{color:#222;cursor:pointer;font-size:1.5rem;margin-left:-15px;padding-top:10px}.nav-menu{align-items:stretch;background-color:#f8f4ea;border-radius:13px;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:-100%;margin:0;opacity:0;padding:50px 20px 30px 0;position:absolute;top:0;transition:.3s ease-in-out;width:100%}.nav-menu.active{left:0;opacity:1;transition:.3s ease-in-out;z-index:-1}.nav-links{display:block;font-size:1.2rem;padding:2rem 0;width:100%}.nav-links :hover{background:#01959a;transform:none}button{display:none}.nav-links-mobile{background:#01959a;border-radius:8px;color:#f8f4ea;display:block;font-size:1.2rem;font-weight:700;letter-spacing:2px;margin:auto;padding:1.5rem;text-align:center;text-decoration:none;width:80%}.menuicons{cursor:pointer;display:block}.menuicons i{color:#222;font-size:1.2rem}}body{background-color:#e6e0cc}.hero{height:100vh}.hero,.hero-mid{position:relative;width:100%}.hero-mid{height:70vh}.hero-mid h1{padding-top:5rem!important}img{height:100%;object-fit:cover;width:100%}.hero-text{left:50%;position:absolute;top:46%;transform:translate(-50%,-50%);width:100%}.hero-text h1{-webkit-text-fill-color:#0000;background:#e6e0cc;-webkit-background-clip:text;font-size:3rem;font-weight:800}.hero-text p{color:#e6e0cc;font-size:1.3rem;font-weight:200;padding:.5rem 0 2rem}.hero-text .Show{background:#e6e0cc;border-radius:6px;color:#222;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem;text-decoration:none}.Show:hover{background-color:#151516;color:#fff;cursor:pointer}.hero-text .hide{display:none}@media screen and (max-width:555px){.hero{height:70vh;position:relative;width:100%}.hero-text{padding-top:50px;width:80%}img{height:-webkit-fill-available;object-fit:cover;width:-webkit-fill-available}.hero-mid{height:70vh;margin-bottom:-1rem;position:relative;width:100%}.hero-text h1{font-size:x-large;padding:10px 20px}.hero-text p{font-size:1.1rem;padding:10px 0 0}.hero-text .Show{border-radius:6px;font-weight:1rem;padding:.8rem 2rem}}.destination{margin:4rem 6rem}.destination h1{font-size:3rem;padding-bottom:1.2rem}.first-des,.first-des-reverse{align-items:center;display:flex;justify-content:space-between;margin-top:4.5rem}.first-des-reverse{flex-direction:row-reverse}.des-text{font-size:1.1rem;text-align:start;width:45%}.des-text h2{padding-bottom:1rem}.image{width:50%}.image img:nth-child(2){top:-10%}@media screen and (max-width:850px){#destination{margin:2rem}.destination h1{font-size:2rem;padding-bottom:1.2rem}.first-des{margin-top:2.5rem}.first-des,.first-des-reverse{display:flex;flex-direction:column-reverse}.first-des-reverse{margin-top:4.5rem}.des-text,.image{width:100%}.image{margin:1.8rem 0}.image img{height:250px}}.footer{background:#000;color:#fff;padding:4rem 6rem}.top{text-wrap:wrap;align-items:center;display:flex;justify-content:space-between;text-align:start}.top i{color:#fff;font-size:2rem;margin-left:1rem}.top i:hover{color:#01959a}.bottom{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;text-align:start}.bottom div{display:flex;flex-direction:column}.bottom h4{font-size:1.3rem;padding:1rem 0 .8rem}.bottom a{color:#fafafa;font-size:1.1rem;padding-bottom:.4rem;text-decoration:none}@media screen and (max-width:850px){.footer{padding:2rem 1rem}.top1{padding-right:3rem;width:90%}.footer i{margin:1rem 1rem 5px 5px}.bottom div{width:50%}}.about-center{margin:4rem 6rem;text-align:start}.about-center h1{padding-bottom:1rem}.about-center p{padding-bottom:2rem}@media screen and (max-width:850px){.about-center{margin:2rem}}.service-page{margin:0 auto;max-width:1100px;padding:30px 20px 50px}.service-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.service-item{background-color:#f0f0f0;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.service-item h2{font-size:24px;margin-bottom:10px}.service-item p{color:#555;font-size:16px}.form-container{color:#2a2a2a;margin:3rem 6rem}.form-container form{display:flex;flex-direction:column;margin:auto;padding-top:3rem;width:60%}h3{font-family:fangsong;padding-left:2rem}.form-container input{border:1px solid #2a2a2a;border-radius:1rem;height:3rem;margin-bottom:2rem;padding:0 1rem}.form-container textarea{border-radius:.3rem;border-radius:1px solid #2a2a2a;margin-bottom:2rem;padding:1rem}.form-container button{background-color:#151516;border-radius:10px;color:#f5f5f5;display:inline}@media screen and (max-width:850px){.form-container{margin:2.5rem 2rem}h3{font-family:fangsong;font-size:inherit;padding-left:0}.form-container form{display:flex;flex-direction:column;margin:0 0 50px;padding-top:1rem;width:100%}.form-container div{padding-top:2rem;width:90%111}.form-container button{background-color:#151516;border-radius:10px;color:#f5f5f5;display:inline}}.background{margin-bottom:2rem;margin-top:8.5rem}.search{background:#cdc9b5;border-radius:65px;margin:auto;max-width:860px;padding:65px 50px 40px}.search h1{font:700;margin-bottom:5px;margin-top:5px}.select{border:1px solid #ccc;border-radius:7px;box-sizing:border-box;cursor:pointer;display:inline-block;margin:20px 0;padding:12px 20px;width:55%}#button{background-color:#151516;border:none;border-radius:.3rem;color:#f5f5f5;cursor:pointer;font-size:1rem;font-weight:600;height:48px;margin-bottom:35px;margin-top:10px;white-space:nowrap;width:522px}@media screen and (max-width:850px){.background{margin:30% 7% 10%}.search{background:#cdc9b5;border-radius:30px;margin:auto;max-width:1000px;padding:25px 35px 20px}.search h1{font:message-box;font-weight:700;margin-bottom:5px;margin-top:5px}.select{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;cursor:pointer;display:inline;margin:20px 0;padding:11px 10px;width:80%}#button{background-color:#151516;border-radius:.5rem;color:#f5f5f5;display:grid;font-size:1rem;padding-bottom:35px;text-decoration:none;white-space:nowrap;width:100%}}.searchresult{color:#2a2a2a;margin:6.2rem 1.5rem}.searchresult h2{font-family:inherit;font-size:2rem;margin-bottom:0;padding-top:1.7rem}#searchresultcard{display:inline;justify-content:space-between;margin-top:1.7rem}.s-card{border-radius:7px;box-shadow:0 5px 25px 2px #5604041c;cursor:pointer;padding:1rem .8rem;text-align:start;width:100%}.atag{color:#2a2a2a;text-decoration:none}.s-image{border-radius:7px;height:250px;overflow:hidden}.s-image img{height:-webkit-fill-available;transition:.3s ease-in-out;width:-webkit-fill-available}.s-image:hover img{transform:scale(1.2)}.s-card h4{font-size:1.3rem;padding:.9 0 .2}@media screen and (max-width:950px){.searchresult{margin:4rem 1rem 2rem}.searchresult h2{font-family:inherit;font-size:inherit;margin:5rem 0 -1.5px}.searchresultcard{flex-direction:column}.s-card{margin-bottom:.5rem;width:100%}.s-image{height:13rem;width:100%}.s-image img{height:-webkit-fill-available;transition:.3s ease-in-out;width:-webkit-fill-available}.s-card h4{font-size:large;font-weight:600;padding-top:15px}}.footer-pages-container{align-items:center;display:flex;justify-content:center;margin-bottom:5rem;margin-top:10rem}.footer-page{background-color:#f9f9f9;border-radius:8px;box-shadow:0 5px 25px 2px #5604041c;padding:30px;width:65%}.footer-page-title{font-size:2rem;margin-bottom:20px;text-align:center}.section{margin-bottom:20px}.section-title{font-size:1.5rem;margin-bottom:10px;padding:15px}p{font-size:1rem;line-height:1.6}.container{margin-bottom:3rem;margin-top:10rem}.first-container{margin-top:4.5rem}.first-container,.first-container-reverse{align-items:center;display:flex;justify-content:space-between;margin-left:-3rem;margin-right:-3rem}.first-container-reverse{flex-direction:row-reverse;margin-top:7rem}.container-text h2{padding-bottom:1rem}.container-text{font-size:1.1rem;text-align:start;width:45%}.container-text p{margin-bottom:2rem}.button{background-color:#151516;border-radius:.5rem;color:#f5f5f5;cursor:pointer;font-size:1rem;padding:1rem 4rem;text-decoration:none;white-space:nowrap}.button:hover{background-color:#35353f;color:#fff}.image{display:flex;justify-content:space-between;position:relative;width:51%;z-index:-90}.image img{border-radius:6px;box-shadow:-1 1 62 -18 #00000030;height:350px;object-fit:cover;width:49%}.image img:nth-child(2){position:absolute;right:0;top:-9%}@media screen and (max-width:850px){.container{width:75%}.container-text h2{font-size:revert;font-weight:700}.first-container{margin-top:-3.5rem}.first-container,.first-container-reverse{display:flow;flex-direction:column-reverse}.first-container-reverse{margin-top:0}.container-text{padding-left:5px;padding-right:5px;width:100%}.image{margin:3rem 0;width:100%}.image img{border-radius:6px;height:230px;object-fit:cover;width:49%}.image img:nth-child(2){position:absolute;right:0;top:-9%}.button{background-color:#151516;border-radius:.5rem;color:#f5f5f5;font-size:1rem;padding:.7rem 2rem 1rem;text-decoration:none;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}
/*# sourceMappingURL=main.83f8e31b.css.map*/