@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:"Poppins",sans-serif}.App{text-align:center}.hero{height:100vh}.hero,.hero-mid{width:100%;position:relative}.hero-mid{height:70vh}.hero-mid h1{padding-top:4rem!important}.hero-mid img,.hero img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:10}.hero-text h1{font-size:3rem;font-weight:800}.hero-text h1,.hero-text p{color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.7)}.hero-text p{font-size:1.3rem;padding:.5rem 0 2rem}.hero-text .show{text-decoration:none;background:#fff;padding:1rem 2rem;border-radius:6px;font-size:1.1rem;font-weight:700;color:#222;letter-spacing:2px;position:relative;z-index:20;cursor:pointer}.hero-text .hide{display:none}@media screen and (max-width:555px){.hero-text h1{padding:10px 20px;font-size:2.2rem}.hero-text p{font-size:1.1rem;padding:0 0 2rem}.hero-text .show{padding:.6rem 1.1rem;font-size:1rem}}.NavbarItems{background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 30px;height:80px;box-shadow:0 5px 15px rgba(0,0,0,.25);position:fixed;top:20px;z-index:9999;border-radius:13px;left:50%;transform:translateX(-50%);width:95%}.navbar-logo{font-size:2rem;font-weight:700}.nav-menu{display:flex;align-items:center;grid-gap:15px;gap:15px;list-style:none;margin:0}.nav-links{color:#222;text-decoration:none;padding:.6rem 1rem;font-size:1.1rem;font-weight:600;transition:.3s}.nav-links:hover{background-color:#f26a2e;color:#fff;border-radius:4px}.nav-menu button{padding:6px 14px;border-radius:6px;cursor:pointer;font-weight:600;border:none;transition:.3s}.login-btn{background:transparent;border:1px solid #222}.login-btn:hover{background:#f26a2e;color:#fff}.signup-btn{background:#222;color:#fff}.signup-btn:hover{background:#f26a2e}.logout-btn{background:#222;color:#fff}.menu-icons{display:none}@media screen and (max-width:850px){.menu-icons{display:block}.nav-menu{flex-direction:column;position:absolute;top:80px;left:-100%;width:100%;background:#fff;padding:20px 0;transition:.3s}.nav-menu.active{left:0}.nav-menu button{width:80%;margin:10px auto}}.popup{position:fixed;top:0;left:0;height:100vh;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:999999}.popup,.popup-content{width:100%;padding:20px;box-sizing:border-box}.popup-content{background:#fff;max-width:380px;border-radius:12px;overflow-y:auto;max-height:90vh;position:relative}.popup-content h2{margin-bottom:15px;font-size:1.7rem;text-align:center}.popup-content label{display:block;margin-bottom:6px;font-weight:600;font-size:.95rem}.popup-content input,.popup-content select,.popup-content textarea{width:100%;padding:12px;margin-bottom:16px;border-radius:6px;border:1px solid #ccc;font-size:1rem;box-sizing:border-box}textarea{resize:none;height:80px}.submit-btn{background:#222}.close-btn,.submit-btn{width:100%;color:#fff;padding:12px;border:none;border-radius:6px;cursor:pointer;font-size:1rem}.close-btn{background:red;margin-top:12px}@media (max-width:360px){.popup-content{padding:12px;max-width:95%;max-height:88vh}.popup-content h2{font-size:1.4rem}.close-btn,.submit-btn{font-size:.9rem;padding:10px}}@media (max-width:480px){.popup-content{padding:15px;max-height:85vh}.popup-content h2{font-size:1.5rem}}@media (max-width:768px){.popup{padding:15px}.popup-content{max-width:450px;padding:20px}}@media (min-width:1024px){.popup-content{max-width:420px}}.footer{padding:4rem 6rem;background:#000;color:#fff}.top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;text-align:start}.top i{font-size:2rem;margin-left:1rem;color:#fff}.top i:hover{color:#01959a}.bottom{padding-top:2rem;display:flex;text-align:start;justify-content:space-between;flex-wrap:wrap}.bottom div{display:flex;flex-direction:column}.bottom h4{font-size:1.3rem;padding:1rem 0 .8rem}.bottom a{text-decoration:none;color:#fafafa;padding:.4rem;font-size:1.1rem}@media screen and (max-width:850px){.footer{padding:4rem 2rem}.footer i{margin:1rem 1rem 0 0}.bottom div{width:50%}}.contact-info{max-width:1100px;margin:40px auto;padding:10px 20px;text-align:left}.contact-info h2{font-size:2rem;font-weight:700;margin-bottom:15px;color:#111}.contact-info p{font-size:1.1rem;margin:6px 0;color:#333}.form-container{margin:20rem 4rem 6rem 6rem;color:#2a2a2a}.form-container form{padding-top:3rem;display:flex;flex-direction:column;width:50%;margin:auto}.form-container input{height:3rem;padding:0 1rem}.form-container input,.form-container textarea{margin-bottom:2rem;border-radius:.3rem;border:1px solid #2a2a2a}.form-container textarea{padding:1rem}.form-container button{display:inline}@media screen and (max-width:850px){.form-container{margin:20rem 4rem 2rem 2rem}.form-container form{padding-top:2rem;width:90%}}.trip{margin:4rem 6rem;color:#2a2a2a}.trip h1{font-size:3rem}.tripcard{margin-top:3rem;display:flex;justify-content:space-between}.t-card{width:32%;text-align:start;box-shadow:0 5px 25px 2px rgba(0,0,0,.11);cursor:pointer;padding:1rem .8rem}.t-card,.t-image{border-radius:7px}.t-image{height:200px;overflow:hidden}.t-image img{width:100%;height:100%;transition:.3s ease-in-out;border-radius:7px}.t-image:hover img{transform:scale(1.3)}.t-card h4{font-size:1.3rem;margin:.9rem 0 .2rem}@media screen and (max-width:850px){.trip{margin:4rem 2rem}.tripcard{flex-direction:column}.t-card{width:100%;margin-bottom:1.5rem}}.about-container{max-width:1100px;margin:50px auto;padding:20px;text-align:center}.about-container h1{font-size:2rem;margin:40px 0 20px;font-weight:700;color:#111}.history-section{display:flex;justify-content:center;align-items:flex-start;grid-gap:40px;gap:40px;margin-top:20px;text-align:left}.founder-box{display:flex;flex-direction:column;align-items:center}.history-img{width:200px;height:200px;border-radius:12px;object-fit:cover;box-shadow:0 4px 10px rgba(0,0,0,.15)}.founder-title{margin-top:10px;font-size:1.1rem;color:#555;font-weight:600}.history-text{max-width:700px;line-height:1.8;font-size:1.07rem;color:#333}.history-text p{margin-bottom:18px}.section-para{max-width:750px;margin:0 auto 40px;line-height:1.8;color:#444;font-size:1.08rem}@media (max-width:768px){.history-section{flex-direction:column}.history-section,.history-text{text-align:center}}.destination{margin:4rem 6rem}.destination h1{font-size:3rem}.first-dest,.first-dest-reverse{display:flex;margin-top:4.5rem;justify-content:space-between;align-items:center}.first-dest-reverse{flex-direction:row-reverse}.dest-text{width:45%;text-align:start;font-size:1.1rem}.dest-text h2{padding-bottom:1rem}.image{position:relative;width:50%;display:flex;justify-content:space-between;z-index:-99}.image img{width:47%;height:350px;object-fit:cover;border-radius:6px;box-shadow:-1px 1px 62px -18px rgba(0,0,0,.19)}.image img:nth-child(2){position:absolute;top:-10%;right:0}@media screen and (max-width:850px){.destination{margin:4rem 2rem}.first-dest{margin-top:2.5rem}.first-dest,.first-dest-reverse{flex-direction:column-reverse;display:flex}.first-dest-reverse{margin-top:4.5rem}}.dest-text,.image{width:100%}.image{margin:1.8rem 0}.image img{height:250px}
/*# sourceMappingURL=main.317a8897.chunk.css.map */