@import url(https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Poppins:wght@500;600;700&family=Tilt+Warp&display=swap);*{box-sizing:border-box;font-family:Hind,sans-serif;margin:0;padding:0}.NavbarItems{align-items:center;background-color:#e8eda4;border-radius:13px;box-shadow:0 5px 15px 0 hsla(0,4%,67%,.25);display:flex;height:80px;justify-content:space-between;left:50%;padding:0,30px;position:fixed;top:20px;-webkit-transform:translate(-50%);transform:translate(-50%);width:95%}.navbar-logo{color:#000;cursor:pointer;font-size:2rem}.nav-menu{grid-gap:10px;align-items:center;display:grid;grid-template-columns:repeat(6,auto);list-style:none}.nav-links{color:#222;font-size:1.2rem;font-weight:600;padding:.7rem 1rem;text-decoration:none;white-space:nowrap}.nav-links i{padding-right:10px}.nav-links:hover{background-color:aqua;border-radius:4px;color:#f0f8ff;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;margin-right:25px;padding:.5rem 1rem;transition:.2s ease-in-out;white-space:nowrap}.button:hover{background-color:#0a0404;color:#f0f8ff}.menu-icons{display:none}@media screen and (max-width:850px){.NavbarItems{z-index:99}.nav-menu{align-items:center;background-color:#ebebeb;border-radius:13px;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:-100%;margin:0;opacity:0;padding:40px 0 30px;position:absolute;top:0;transition:.3s ease-in-out;width:100%;z-index:-1}.nav-links{display:block;font-size:1.2rem;padding:1rem 0;width:100%}.nav-links:hover{background-color:#128484;display:block;transition:none;width:100%}button{display:none}.nav-links-mobile{background-color:#128484;border-radius:4px;color:#f0f8ff;display:block;font-size:1.2rem;font-weight:700;letter-spacing:2px;margin:auto;padding:1.5rem;text-align:center;text-decoration:none;width:100%}.nav-menu.active{left:0;opacity:1;transition:.3s ease-in-out;z-index:-1}.menu-icons{display:block}.menu-icons i{color:#222;font-size:1.2rem;margin-right:1.5rem}}img{height:100%;object-fit:cover}.hero,img{width:100%}.hero{height:100vh}.hero-mid{height:70vh;width:100%}.hero-mid h1{padding-bottom:6rem!important}.hero-text{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;background:#f1f1f1;-webkit-background-clip:text;font-size:3rem;font-weight:800}.hero-text p{color:#f1f1f1;font-size:1.5rem;font-weight:600;padding:.5rem 0 2rem}.hero-text .show{background-color:#72b10d;border-radius:6px;color:#000;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem;text-decoration:none}.hero-text .hide{display:none}@media screen and(max-width:555px){.hero-text h1{padding:10px}.hero-text{font-size:1.1rem;padding:0 0 2rem}.hero-text .show{border-radius:6px;font-size:1 rem;padding:.6rem 1.1rem}}.footer{background:#000;color:#f0f8ff;padding:4rem 6rem}.top{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:start}.top i{color:#f0f8ff;font-size:2rem;margin-left:1rem}.top i:hover{color:aqua}.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:#f0f8ff;font-size:1.1rem;padding-bottom:.4rem;text-decoration:none}@media screen and(max-width:850px){.footer{padding:4rem 2rem}.footer i{margin:1rem 1rem 0 0}.bottom div{width:50%};}.about-container{margin:4rem 6 rem;text-align:start}.about-container h1{padding-bottom:1rem}.about-container p{padding-bottom:2rem}@media screen and(max-width:850px){.about-container{margin:4rem 2rem}}.from-container{color:#000;margin:4rem 6rem;text-align:center}.from-container form{display:flex;flex-direction:column;margin:auto;padding-top:3rem;width:50%}.from-container input{height:3rem}.from-container input,.from-container textarea{border-color:1px solid #2a2a2a;border-radius:.3rem;margin-bottom:2rem;padding:0 1rem}.from-container button{display:inline;width:100%}@media screen and(max-width:850px){.from-container{margin:4rem 2rem}.from-container .from-container{padding-top:2rem;width:90%}}.trip{color:#1d1a1a;margin:4rem 6rem;text-align:center}.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,.11);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%}}.destination{margin:4rem 6rem;text-align:center}.destination h1{font-size:3rem}.first-des{margin-top:4.5rem}.first-des,.first-des-reverse{align-items:center;display:flex;justify-content:space-between}.first-des-reverse{flex-direction:row-reverse;margin-top:6rem}.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 #000;height:350px;object-fit:cover;width:49%}.image img:nth-child(2){position:absolute;right:0;top:-10%}@media screen and (max-width:550px){.destination{margin:4rem 2rem}.first-des{margin-top:2.5rem}.first-des,.first-des-reverse{display:flex;flex-direction:column-reverse}.first-des-reverse{margin-top:6rem}.des-text,.image{width:100%}.image{margin:1.8rem 0}.image img{height:250px}}
/*# sourceMappingURL=main.e672bb59.css.map*/