@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@500&family=Poppins:ital,wght@0,100;0,400;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Rubik+Bubbles&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@500&family=Poppins:ital,wght@0,200;0,300;0,500;0,900;1,100;1,200;1,500;1,600;1,700;1,800;1,900&family=Rubik+Bubbles&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;list-style:none;padding:0;text-decoration:none}*,body{margin:0}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}.container{height:calc(100vh - 88px)}.navbar__item{align-items:center;background-color:#fff;border-radius:13px;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:flex;height:88px;justify-content:space-between;left:50%;overflow:hidden;padding:0 30px;position:fixed;top:20px;-webkit-transform:translate(-50%);transform:translate(-50%);width:95%;z-index:9999}.navbar__item h1{color:#222;cursor:pointer;font-size:2rem}.nav__menu{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:repeat(6,auto)}.nav__links{align-items:center;color:#222;display:flex;font-size:1.2rem;font-weight:600;padding:0 1.3rem;white-space:nowrap}.nav__links span{padding:15px 5px}.nav__links:hover{background:#01959a;border-radius:4px;color:#fff;transition:all .2s ease-in-out}.sign{display:none}button{border:none;border-radius:.3rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1rem;transition:.2s ease-in-out;white-space:nowrap}button:hover{background:#151516;color:#fff}.destination{margin:4rem 6rem}.destination h1{font-size:3rem}.first__des{margin-top:4.5rem}.first__des,.first__des-revers{align-items:center;display:flex;justify-content:space-between}.first__des-revers{flex-direction:row-reverse;margin-top:10rem}.des__text{font-size:1.1rem;text-align:start;width:45%}.des__text h2{padding-bottom:1rem}.image{display:flex;justify-content:space-between;position:relative;width:50%;z-index:-99}.image img{border-radius:6px;box-shadow:-1px 1px 62px -18px rgba(0,0,0,alph0.19);height:350px;object-fit:cover;width:49%}.image img:nth-child(2){position:absolute;right:0;top:-10%}@media screen and (max-width:850px){.destination{margin:4rem 2rem}.first__des{margin-top:2.5rem}.first__des,.first__des-revers{display:flex;flex-direction:column-reverse}.first__des-revers{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}.footer__top{align-items:center;display:flex;justify-content:space-between;text-align:start}.footer__top svg{color:#fff;font-size:2rem;margin-left:1rem}.footer__top svg:hover{color:#01959a}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;text-align:start}.footer__bottom div{display:flex;flex-direction:column}.footer__bottom h4{font-size:1.3rem;padding:1rem 0 .8rem}.footer__bottom a{color:#fafafa;font-size:1.1rem;padding-bottom:.4rem}.footer__bottom a:hover{color:#01959a;transition:.2s ease-in-out}@media screen and (max-width:850px){.footer{padding:4rem 2rem}.footer svg{margin:1rem 1rem 0 0}.footer__bottom div{width:50%}}.hero{height:100vh}.hero,.hero__mid{position:relative;width:100%}.hero__mid{height:70vh}.backgroundStyle{height:70vh;object-fit:cover;width:100%}.hero__mid h1{color:#222;padding-top:4rem}.imgstyle{height:100vh;object-fit:cover;width:100%}.hero__text{align-items:center;display:flex;flex-direction:column;justify-content:center;left:50%;position:absolute;text-align:center;top:55%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.hero__text h1{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-color:#fff;font-size:3rem;font-weight:800}.hero__text p{color:#fff;font-size:1.3rem;padding:.5rem 0 2rem}.hero__text .show{background:#fff;border-radius:6px;color:#222;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem}.hero__text .show:hover{background-color:#01959a;transition:.2s ease-in-out}.hero__text .hide{display:none}@media screen and(max-width:55px){.hero__text h1{padding:10px 20px}.hero__text p{font-size:1.1rem;padding:0 0 2rem}.hero__text .show{border-radius:6px;font-size:1rem;padding:.61rem 1.1rem}}.trip{color:#2a2a2a;margin:4rem 6rem}.trip h1{font-size:3rem}.tripcard{display:flex;justify-content:space-between;margin-top:3rem}.t-card{box-shadow:0 5px 25px 2px rgba(0,0,0,.1);cursor:pointer;padding:1rem .8rem;text-align:start;width:32%}.t-card,.t-image{border-radius:7px}.t-image{height:200px;overflow:hidden}.t-image img{border-radius:7px;height:100%;transition:.3s ease-in-out;width:100%}.t-image:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}.t-card h4{font-size:1.3rem;padding:.9rem 0 .2rem}@media screen and (max-width:850px){.trip{margin:4rem 2rem}.tripcard{flex-direction:column}.t-card{margin-bottom:1.5rem;width:100%}}.about__container{margin:4rem 6rem;text-align:start}.about__container h1{padding:1rem}.about__container p{padding:2rem}@media screen and (max-width:850px){.about__container{margin:4rem 2rem}}.form__container{color:#2a2a2a;margin:4rem 6rem}.form__container form{display:flex;flex-direction:column;margin:auto;padding-top:3rem;width:50%}.form__container input,.form__container textarea{border:1px solid #2a2a2a;border-radius:.3rem;height:3rem;margin-bottom:2rem;padding:0 1rem}.form__container button{display:inline}@media screen and (max-width:850px){.form__container{margin:4rem 2rem}.form__container form{padding-top:2rem;width:90%}}
/*# sourceMappingURL=main.f1463515.css.map*/