@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}.hero{position:relative;width:100%;height:75vh;overflow:hidden;box-shadow:0 5px 15px #00000040;z-index:-1}.hero-img{width:100%;height:100%;object-fit:cover}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;text-shadow:6px 6px 0px rgba(0,0,0,.2)}.hero-text h1{font-size:5.9rem;line-height:1.2;color:#496c4d;font-weight:700}@media (max-width: 850px){.hero-text h1{font-size:4.9rem}}@media (max-width: 480px){.hero{height:60vh}.hero-text h1{font-size:3.5rem}}.homeabout{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:4rem 2rem;max-width:1200px;margin:auto;flex-wrap:wrap}.text-content{flex:1;min-width:250px;font-size:1.1rem}.text-content h3{padding-bottom:1rem;font-size:2rem}.text-content p{line-height:1.7}.home-abt-img{min-width:250px;flex:1;display:flex;justify-content:center}.home-abt-img img{max-width:90%;object-fit:cover;height:auto;border-radius:6px}.home-philo-img{min-width:250px;flex:1;display:flex;justify-content:center}.home-philo-img img{max-width:100%;object-fit:cover;height:auto;border-radius:6px}@media (max-width: 756px){.homeabout{flex-direction:column}.text-content h3{font-size:1.5rem}.text-content p{font-size:1rem}}@media (max-width: 400px){.text-content h3{font-size:1.3rem}.text-content p{font-size:.9rem}}.home-category{padding:40px}.home-category h2{text-align:center;font-size:2rem;font-weight:800;margin-bottom:1.5rem}.cat-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.cat-card{max-width:300px;display:flex;flex-direction:column;align-items:center;flex:1 1 250px}.cat-img-container{position:relative;width:100%}.cat-card img{width:100%;height:45vh;display:block;object-fit:cover;border-radius:8px}.cat-title{position:absolute;bottom:-9%;left:10%;width:80%;background:#5f7f63;color:#fff;padding:15px 10px;border-radius:4px;cursor:pointer;transition:background .3s ease}.cat-title:hover{background:#4a6650}.cato-link{text-decoration:none;color:#fff}.cat-title h3{font-weight:500;font-size:1.5rem;text-align:center;line-height:1.2}.cat-text{text-align:center;margin-top:40px;font-size:15px;line-height:1.6;padding:0 10px}@media (max-width: 768px){.cat-card{flex:1 1 45%;max-width:90%}.cat-card img{height:35vh}.cat-title h3{font-size:1.1rem}}@media (max-width: 480px){.cat-card{flex:1 1 100%;max-width:100%}.cat-card img{height:30vh}.cat-title{padding:10px 6px}.cat-title h3{font-size:1rem}.cat-text{font-size:14px}}.msg-title{text-align:center;font-size:2rem;font-weight:800;margin-bottom:1.5rem}.msg-form-container{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:4rem}.msg-form-container form{width:50%;margin:auto;display:flex;flex-direction:column;justify-content:center}.msg-form-container form label{font-size:20px;margin-bottom:10px}.msg-form-container form input{padding:0 .5rem;height:3.5rem;margin-bottom:15px;border:1px solid #2a2a2a}.msg-form-container form textarea{padding:.5rem;margin-bottom:2rem;border:1px solid #2a2a2a}.msg-btn{width:100%;padding:15px 20px;background:#5f7f63;border:none;outline:none;color:#fff;font-size:1.1rem;text-transform:uppercase}@media screen and (max-width: 850px){.msg-form-container form{width:90%}}.about-touch{position:relative;width:100%;height:55vh;overflow:hidden;margin-bottom:3rem}.about-touch-img{width:100%;height:100%;object-fit:cover}.touch-description{position:absolute;inset:0;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 1rem}.about-touch-title{font-size:3.8rem;margin-bottom:1rem;font-weight:400}.touch-icons{display:flex;align-items:center;gap:20px;font-size:3.8rem;margin-bottom:1rem}@media (max-width: 850px){.about-touch-title,.touch-icons{font-size:3rem}}@media (max-width: 450px){.about-touch-title,.touch-icons{font-size:2rem}}.footer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:3rem}.footer-menu{display:flex;align-items:center;justify-content:space-between;list-style:none;gap:20px;margin-bottom:1rem}.foot-links{display:flex;align-items:center;text-decoration:none;color:#5f7f63;font-size:1.1rem;padding:.6rem .8rem}.foot-links:hover{background:#5f7f63;color:#fff}.footer-icons{display:flex;align-items:center;gap:20px;color:#5f7f63;font-size:3.2rem;margin-bottom:1rem}@media screen and (max-width: 500px){.footer-container{flex-direction:column-reverse}.footer-menu{flex-direction:column}.foot-links{padding:.3rem}}.carousel{display:flex;height:85vh;width:100%}.carousel-wrapper{position:relative;width:100%;height:100%}.carousel-card{display:flex;align-items:center;justify-content:center;flex:1;position:absolute;width:100%;height:100%;overflow:hidden;opacity:0;pointer-events:none;transition:.5s ease-in-out;z-index:-1}.carousel-card-active{opacity:1;transform:scale(1);pointer-events:visible}.carousel-img-slide{width:100%;height:100%;object-fit:cover}.carousel-arrow-left,.carousel-arrow-right{position:absolute;font-size:40px;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#fff;border-radius:50%;cursor:pointer;z-index:-1}.carousel-arrow-left{left:15px}.carousel-arrow-right{right:15px}.carousel-pagination{position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.carousel-pagination-dot{height:10px;width:10px;background:#f5f5f5;border-radius:50%;display:inline-block;margin-left:10px;cursor:pointer}.carousel-pagination-dot:hover{transform:scale(1.2)}.carousel-pagination-dot-active{background:#708090}@media (max-width: 768px){.carousel{height:45vh}.carousel-arrow-left,.carousel-arrow-right{font-size:24px;width:30px;height:30px}.carousel-pagination-dot{width:8px;height:8px;margin-left:6px}}@media (max-width: 480px){.carousel{height:40vh}.carousel-arrow-left,.carousel-arrow-right{font-size:20px;width:26px;height:26px}.carousel-pagination-dot{width:7px;height:7px;margin-left:5px}}.blogs-contents{padding:40px;display:flex;flex-direction:column;align-items:center}.travel-title{text-align:center;font-size:2rem;font-weight:800;margin:1.5rem 0}.blog-container{display:flex;flex-direction:column;width:100%}.blog-img{width:100%}.blog-img img{width:100%;height:50vh;display:block;object-fit:cover;padding-bottom:1.7rem}.blog-content{display:flex;flex-direction:column}.blog-content h3{font-size:2.2rem;font-weight:500;line-height:1.2;padding-bottom:.6rem}.blogDate{font-size:1.2rem;color:gray}.blog-text{font-size:1.2rem;font-weight:400;line-height:1.5;color:#222;padding:.7rem 0}.more-link{text-decoration:none;color:gray;font-size:1.3rem;padding-bottom:2rem}.blog-card{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;max-width:1200px;margin:0 auto}@media screen and (max-width: 768px){.blog-card{grid-template-columns:1fr}.blogs-contents{padding:20px}.blog-content h3{font-size:1.5rem}.blog-text,.blogDate{font-size:1rem}.more-link{font-size:1.1rem}}.blog-details-img{width:100%;height:80vh;display:flex;justify-content:center}.blog-details-img img{width:100%;height:100%;object-fit:cover}.blog-detail-container{max-width:900px;margin:0 auto;padding:4rem;line-height:1.7}.deltail-date{font-size:1rem;color:gray;margin-bottom:.5rem}.detail-heading{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.blog-subheading{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem}.blog-para{font-size:1.1rem;margin-bottom:1.5rem}.blog-img-wrapper{width:100%;display:flex;justify-content:center;margin:2rem 0}.blog-img-wrapper img{width:100%;max-width:800px;height:auto;object-fit:cover}@media (max-width: 850px){.blog-details-img{height:50vh}@media (max-width: 768px){.detail-heading{font-size:1.8rem}.blog-subheading{font-size:1.3rem}.blog-para{font-size:1rem}.blog-img-wrapper img{width:100%}}}@media (max-width: 480px){.blog-details-img{height:40vh}}.navbar-items{background:#fff;display:flex;justify-content:space-around;align-items:center;padding:7px 8px;box-shadow:0 5px 15px #00000040}.navbar-logo{color:#222;font-size:1.7rem;cursor:pointer}.navmenu{display:grid;grid-template-columns:repeat(5,auto);grid-gap:10px;list-style:none;align-items:center}.nav-links{display:flex;align-items:center;text-decoration:none;color:#222;font-size:1.2rem;font-weight:600;padding:.6rem .8rem;height:8vh}.cato-btn{border:none;outline:none;background:transparent;cursor:pointer}.menu-icon{display:none}@media screen and (max-width: 850px){.menu-icon{display:block;cursor:pointer}.hamicon{font-size:3rem;padding-top:9px}.navmenu{display:flex;flex-direction:column;justify-content:flex-start;background:#fff;box-shadow:0 5px 15px #00000040;width:100%;height:auto;position:absolute;top:66px;left:-100%;opacity:0;align-items:stretch;padding:10px 20px 20px;transition:.4s ease-in-out}.navmenu.active{left:0;opacity:1;transition:.4s ease-in-out}}.dropdown-menu{width:10rem;position:absolute;top:68px;list-style-type:none;text-align:start;z-index:999;background-color:#fff;padding:0}.dropdown-menu li{background:#fff;cursor:pointer}.dropdown-menu.clicked{display:none}.dropdown-menu-item{display:block;width:100%;text-decoration:none;color:#000;padding:16px}@media screen and (max-width: 850px){.dropdown-menu{position:static;box-shadow:none;background:transparent;padding-left:1rem}.dropdown-menu-item{padding:12px 0;color:#333}}.cooperation-component{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.coop-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1200px}.coop-desc{flex:1;min-width:250px;font-size:1.1rem}.coop-desc h3{font-size:2rem;padding-bottom:.5rem}.coop-desc ul{font-size:1.2rem;padding:10px 2rem}.coop-desc p{font-size:1.2rem;padding:0 15px}.coop-img{min-width:250px;flex:1;display:flex;justify-content:center}.coop-img img{max-width:75%;object-fit:cover;height:auto;border-radius:6px}.blog-stats{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;text-align:center;margin:4rem 0}.blog-stats h3{font-size:2rem;padding-bottom:.5rem}.blog-stats p{font-size:1.2rem;padding:0 15px}@media (max-width: 850px){.coop-content{flex-direction:column;align-items:start}.coop-desc h3{font-size:1.5rem}.coop-img img{max-width:80%}.blog-stats h3{font-size:1.5rem;padding-bottom:.5rem}.blog-stats p{font-size:1rem;padding:0 15px}}@media (max-width: 450px){.coop-desc h3{font-size:1.3rem}.coop-desc ul,.coop-desc p{font-size:1rem}.blog-stats h3{font-size:1.3rem;padding-bottom:.5rem}.blog-stats p{font-size:.8rem;text-align:left}}.gallery-container{max-width:1200px;margin:0 auto;padding:2rem}.gallery-title{text-align:center;font-size:2rem;margin-bottom:3rem;letter-spacing:.5px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-item.large img{width:100%;height:60vh;object-fit:cover}.gallery-item-bottom{width:100%;margin:100px 0 30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.gallery-item-bottom img{width:100%;height:100%;object-fit:cover;border-radius:6px}@media screen and (max-width: 750px){.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}
