.header{position:relative;background:linear-gradient(to right,#e7e7e7,#ffffff);color:#fff;padding:1rem;height:60px;box-shadow:0 4px 6px #0000001a}.container{margin:0 auto;display:flex;justify-content:center;position:relative}.nav-menu{position:absolute;top:100%;right:1px;border-radius:6px;padding:8px 1px;display:flex;align-items:center}.nav-item{font-size:1.25rem;font-weight:500;margin-right:1rem;color:#929394;transition:.5s}.nav-item:hover{color:#383838}.nav-item.active{color:#000}.language-btn-container{position:relative}.language-btn{background-color:transparent;border:none;color:#4b5563;font-size:1rem;cursor:pointer}.language-selector{position:absolute;top:calc(100% + 10px);right:0;background-color:#fff;border-radius:6px;box-shadow:0 4px 6px #0000001a;padding:8px 16px;display:flex;flex-direction:column;align-items:flex-end;z-index:1000}.language-btn+.language-selector{margin-top:4px}.language-btn:hover{color:#c4c4c4}@media (max-width: 768px){.container{flex-direction:column;align-items:center}.nav-menu{display:flex;justify-content:center;width:100%;padding:0;gap:20px}.nav-item{font-size:10px;margin:.5rem 0;text-align:center}.language-btn-container{margin-top:.5rem}.language-selector{top:calc(100% + 5px);right:50%;transform:translate(50%)}}.home-page-container{position:relative;width:100%;height:100vh;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.text-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff}.main-text{font-size:4rem;font-weight:700}.sub-text{font-size:2.5rem;color:orange;margin-top:1rem}.intro-section{padding:4rem 1rem;text-align:center;background-color:#f9f9f9}.intro-section h2{font-size:2.5rem;margin-bottom:2rem}.info-boxes{display:flex;justify-content:space-around;flex-wrap:wrap}.info-box{width:30%;padding:2rem;margin:1rem;border-radius:12px;box-shadow:0 4px 8px #0000001a;text-align:center;color:#fff}.info-box-1{background:linear-gradient(135deg,#ff7e5f,#feb47b)}.info-box-2{background:linear-gradient(135deg,#86e3ce,#d0e6a5)}.info-box-3{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.info-icon{width:100px;height:100px;margin-bottom:1rem}.info-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.info-description{font-size:1.3rem}.bc-section{position:relative;width:100%;height:70vh;background-color:#f0f0f0;overflow:hidden}.footprints{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(public/footprints.png);background-size:cover;background-position:center;z-index:1}.plane{position:absolute;bottom:-5%;left:0;width:50%;height:auto;z-index:2}.plane img{position:absolute;bottom:0%;left:0;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.circle{position:absolute;right:12%;top:5%;transform:translateY(50%);width:290px;height:310px;background:linear-gradient(135deg,#a7a7a7,#ffffff);border-radius:50%;box-shadow:0 8px 15px #0003;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3}.circle img{width:80%;height:80%;-o-object-fit:cover;object-fit:cover}.text{position:absolute;left:7%;top:10%;color:#333;text-align:left;display:inline-block;max-width:40%;z-index:4}.text h2{font-size:2rem;font-weight:700;color:#dbeb4a}.text p{font-size:1.2rem;color:#000}.additional-text{position:absolute;right:2%;bottom:5%;color:#000;text-align:left;display:inline-block;max-width:40%;z-index:4}.additional-text p{font-size:1.3rem;color:#000;margin-bottom:90px}.featured-works{padding:60px 20px;background:#fff;color:#333;border-radius:12px;box-shadow:0 8px 20px #0000001a}.featured-works h2{font-size:2.5rem;text-align:center;margin-bottom:40px;text-transform:uppercase;color:#4a90e2;font-weight:700}.works-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.work-item{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);padding:20px;border-radius:12px;box-shadow:0 8px 15px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;width:280px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;position:relative}.work-item:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003}.work-item img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:12px;transition:transform .3s ease}.work-item:hover img{transform:scale(1.1)}.work-item h3{font-size:1.8rem;color:#fff;margin-top:15px}.work-item p{color:#fff;font-size:1rem;margin:10px 0}.work-item a{color:#4a90e2;font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .3s ease}.ywork-item{background:linear-gradient(135deg,#0a0a0a,#383838);padding:20px;border-radius:12px;box-shadow:0 8px 15px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;width:280px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;position:relative}.ywork-item:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003}.ywork-item img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:12px;transition:transform .3s ease}.ywork-item:hover img{transform:scale(1.1)}.ywork-item h3{font-size:1.8rem;color:#d00;margin-top:15px}.ywork-item p{color:#666;font-size:1rem;margin:10px 0}.ywork-item a{color:#4a90e2;font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .3s ease}.work-item a:hover{color:#2a6db5}@media (max-width: 768px){.home-page-container{position:relative;width:100%;height:460px;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.text-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff}.main-text{font-size:20px;font-weight:700}.sub-text{font-size:23px;color:orange;margin-top:1rem}.intro-section{padding:2rem 1rem;text-align:center;background-color:#f9f9f9}.intro-section h2{font-size:25px;margin-bottom:10px}.info-boxes{display:flex;justify-content:space-around;flex-wrap:wrap}.info-box{width:90%;padding:2rem;margin:1rem;border-radius:12px;box-shadow:0 4px 8px #0000001a;text-align:center;color:#fff}.info-box-1{background:linear-gradient(135deg,#ff7e5f,#feb47b)}.info-box-2{background:linear-gradient(135deg,#86e3ce,#d0e6a5)}.info-box-3{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.info-icon{width:50px;height:50px;margin-bottom:1rem}.info-title{font-size:25px;font-weight:700;margin-bottom:.5rem}.info-description{font-size:15px}.bc-section{position:relative;width:100%;height:200px;background-color:#f0f0f0;overflow:hidden}.footprints{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(src/assets/footprints.png);background-size:cover;background-position:center;z-index:1}.plane{position:absolute;bottom:-5%;left:0;width:50%;height:auto;z-index:2}.plane img{position:absolute;bottom:0%;left:0;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.circle{position:absolute;right:12%;top:5%;transform:translateY(50%);width:90px;height:80px;background:linear-gradient(135deg,#a7a7a7,#ffffff);border-radius:50%;box-shadow:0 8px 15px #0003;display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:3}.circle img{width:80%;height:80%;-o-object-fit:cover;object-fit:cover}.text{position:absolute;left:7%;top:10%;color:#333;text-align:left;display:inline-block;max-width:40%;z-index:4}.text h2{font-size:14px;font-weight:700;color:#dbeb4a}.text p{font-size:8px;color:#000}.additional-text{position:absolute;right:2%;bottom:5%;color:#000;text-align:left;display:inline-block;max-width:40%;z-index:4}.additional-text p{font-size:9px;color:#000;margin-bottom:9px}.featured-works{margin-bottom:40px}.featured-works h2{font-size:20px;margin-bottom:20px}.works-container,.yworks-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.work-item,.ywork-item{display:flex;flex-direction:column;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a;width:calc(50% - 10px);text-align:center}.work-item img,.ywork-item img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:10px}.work-item h3,.ywork-item h3{font-size:16px;margin-bottom:5px;color:#2a6db5}.work-item p,.ywork-item p{margin:0;color:#666;font-size:12px}.work-item a,.ywork-item a{margin-top:10px;color:#4a4aeb;font-size:13px;font-weight:700;text-decoration:none}@media (max-width: 768px){.works-container,.yworks-container{gap:10px}.work-item,.ywork-item{width:calc(50% - 5px)}.work-item h3,.ywork-item h3{font-size:14px}.work-item p,.ywork-item p{font-size:10px}.work-item a,.ywork-item a{font-size:12px}}}.about-page__section{display:flex;justify-content:center;animation:fadeIn 2s ease}.about-page__container{margin:20px;display:flex;align-items:center;background:linear-gradient(to left,#f3f3f3,#ffffff);max-width:100%;width:1300px;padding:20px 0;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out;box-shadow:0 8px 16px #0000004d;border-radius:12px}.about-page__container--animated{opacity:1;transform:translateY(0)}.about-page{flex:1;width:400px;padding:30px;font-size:20px}.about-page__button{display:flex;width:180px;margin-top:12px;padding:8px;background-color:#d43232;color:#fff;font-size:15px;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.about-page__button:hover{background-color:#5a010d}.instagram-icon{width:30px;height:30px;margin-left:5px;margin-top:-3px}.about-page h2{font-size:30px;font-weight:700}.about-page__image-container{position:relative}.about-page__image{width:450px;border-radius:20px;padding-right:2px;box-shadow:-6px 11px 2px #0000004a}.about-page__section{padding:20px 0}.about-page__container{display:flex;align-items:center}.about-page{flex:1;margin-right:20px}.about-page h2{font-size:24px;font-weight:700}.about-page p{font-size:17px;font-weight:500}.about-page__image-container{flex:1}.about-page__image{max-width:100%;height:auto}.gallery{width:100%;height:auto;box-shadow:inset 0 0 10px #00000028;padding:0 150px;background:linear-gradient(to left,#ffffff,#ebebeb)}.travel-text{font-size:29px;display:flex;flex-direction:column;align-items:center;padding:20px}.line{width:200px;height:5px;background-color:#000;border-radius:10px}.invi{width:20px;height:20px;margin-left:25px;margin-right:25px}.photo-gallery{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:20px}.photo-gallery__content{display:flex;justify-content:space-between;width:80%}.photo-gallery__images,.photo-gallery__videos{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.photo-gallery__images-top,.photo-gallery__images-bottom,.photo-gallery__videos-top,.photo-gallery__videos-bottom{width:100%;display:flex;justify-content:space-between}.photo-gallery__images-top .photo-gallery__image,.photo-gallery__images-bottom .photo-gallery__image,.photo-gallery__videos-top .photo-gallery__video,.photo-gallery__videos-bottom .photo-gallery__video{width:210px;max-height:285px;border-radius:21px;box-shadow:0 0 15px -3px;margin-bottom:20px;-o-object-fit:cover;object-fit:cover}.photo-gallery__text{width:80%;text-align:center;font-size:18px;line-height:1.6;margin-bottom:20px;padding:20px;border-radius:13px;font-weight:600}.photo-gallery__texxt{width:80%;text-align:center;font-size:19px;line-height:1.6;margin-bottom:20px;padding:20px;border-radius:13px;font-weight:600}.backpacker-page__section{padding:20px 0}.backpacker-page__container{margin:30px;display:flex;align-items:center;background:linear-gradient(to left,#f3f3f3,#ffffff);max-width:100%;width:80%;padding:20px 0;box-shadow:0 8px 16px #0000004d;border-radius:12px}.backpacker-page{flex:1;width:400px;padding:30px;font-size:20px}.backpacker-page h2{font-size:24px;font-weight:700}.backpacker-page p{font-size:16px}.backpacker-page__image-container{flex:1}.backpacker-page__container{margin:0 auto;display:flex;align-items:center;background:linear-gradient(to left,#f3f3f3,#ffffff);max-width:100%;width:1200px;padding:20px 0;box-shadow:0 8px 16px #0000004d;border-radius:12px}.backpacker-page{flex:1;width:50%;padding:30px;font-size:20px}.backpacker-page__image-container{display:flex}.backpacker-page__image{width:250px;border-radius:2px;padding-right:2px;-o-object-fit:cover;object-fit:cover}@media (max-width: 768px){.about-page__section{display:flex;justify-content:center;animation:fadeIn 2s ease}.about-page__container{margin:10px;display:flex;align-items:center;background:linear-gradient(to left,#f3f3f3,#ffffff);max-width:100%;padding:2px 0;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out;box-shadow:0 8px 16px #0000004d;border-radius:12px}.about-page__container--animated{opacity:1;transform:translateY(0)}.about-page{flex:1;width:400px;padding:30px;font-size:20px}.about-page__button{display:flex;width:115px;margin-top:12px;padding:8px;background-color:#d43232;color:#fff;font-size:9px;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.about-page__button:hover{background-color:#5a010d}.instagram-icon{width:20px;height:20px;margin-left:3px;margin-top:-3px}.about-page h2{font-size:20px;font-weight:700}.about-page__image-container{position:relative}.about-page__image{width:auto;border-radius:20px;padding-right:2px;box-shadow:-6px 11px 2px #0000004a}.about-page__section{padding:20px 0}.about-page__container{display:flex;align-items:center}.about-page{flex:1;margin-right:20px}.about-page h2{font-size:13px;font-weight:700}.about-page p{font-size:9px;font-weight:500}.about-page__image-container{flex:1}.about-page__image{max-width:100%;height:auto}.gallery{width:100%;height:auto;box-shadow:inset 0 0 10px #00000028;background:linear-gradient(to left,#ffffff,#ebebeb);padding:0 15px}.travel-text{font-size:29px;display:flex;flex-direction:column;align-items:center;padding:20px}.line{width:120px;height:3px;background-color:#000;border-radius:10px}.invi{width:20px;height:20px;margin-left:25px;margin-right:25px}.photo-gallery{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:20px}.photo-gallery__content{display:flex;justify-content:space-between;width:100%}.photo-gallery__images,.photo-gallery__videos{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.photo-gallery__images-top,.photo-gallery__images-bottom,.photo-gallery__videos-top,.photo-gallery__videos-bottom{width:90%;display:flex;justify-content:space-between}.photo-gallery__images-top .photo-gallery__image,.photo-gallery__images-bottom .photo-gallery__image,.photo-gallery__videos-top .photo-gallery__video,.photo-gallery__videos-bottom .photo-gallery__video{width:107px;max-height:135px;border-radius:21px;box-shadow:0 0 15px -3px;margin-bottom:20px;-o-object-fit:cover;object-fit:cover}.photo-gallery__text,.photo-gallery__texxt{width:80%;text-align:center;font-size:14px;line-height:1.6;margin-bottom:20px;padding:20px;border-radius:13px;font-weight:600}.backpacker-page__container{margin:30px;display:flex;align-items:center;background:linear-gradient(to left,#f3f3f3,#ffffff);max-width:100%;width:80%;padding:20px 0;box-shadow:0 8px 16px #0000004d;border-radius:12px}.backpacker-page{flex:1;width:400px;padding:30px;font-size:20px}.backpacker-page h2{font-size:14px;font-weight:700}.backpacker-page p{font-size:8px}.backpacker-page__image-container{flex:1}.backpacker-page__container{margin:0 auto;display:flex;align-items:center;background:linear-gradient(to left,#f3f3f3,#ffffff);padding:20px 0;box-shadow:0 8px 16px #0000004d;border-radius:12px}.backpacker-page{flex:1;width:50%;padding:30px;font-size:20px}.backpacker-page__image-container{display:flex}.backpacker-page__image{width:70px;border-radius:2px;padding-right:2px;-o-object-fit:cover;object-fit:cover}}.club-page-container{background:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.8));background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-family:Arial,sans-serif;font-size:50px;font-weight:700;position:relative;margin:20px;background:linear-gradient(to right,#f3f3f3,#ffffff);max-width:100%;height:300px;box-shadow:0 8px 16px #0000004d;border-radius:12px}.club-page-image{width:100%;height:100%;overflow:hidden;border-radius:12px}.club-page-container img{position:absolute;top:30px;left:40px;width:200px;height:auto}.club-image{width:90%;height:90%;-o-object-fit:cover;object-fit:cover}.club-page-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.about-us-section{background-color:#f9f9f9;padding:50px 20px}.section-content{max-width:1300px;margin:0 auto;text-align:center}.section-content h2{font-size:3rem;margin-bottom:20px}.section-content p{font-weight:700;font-size:18px;color:#333;line-height:1.2}.section-images{display:flex;justify-content:center;margin-top:20px}.section-images img{width:200px;height:270px;margin:0 10px;-o-object-fit:cover;object-fit:cover}.events-section{background-color:#fff;padding:50px 20px}.sectioncontent{max-width:1000px;margin:0 auto;text-align:center}.sectioncontent h2{font-size:2rem;margin-bottom:20px}.sectioncontent p{font-size:1.1rem;color:#333;line-height:1.6}.events-grid{display:flex;flex-direction:column;gap:20px;margin-top:20px}.event-card{max-width:45%;background-color:#f9f9f9;padding:20px;border-radius:10px}.event-card h3{font-size:1.5rem;margin-bottom:10px}.event-card p{font-size:1rem;color:#555}.blog-section{padding:50px 0;background-color:#f9f9f9}.blog-section h2{font-size:2rem;margin-bottom:30px;text-align:center;color:#333}.blog-posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;justify-content:center;align-items:center}.blog-post{border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 0 10px #0000001a;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease}.blog-post:hover{transform:translateY(-5px);box-shadow:0 15px 25px #0003}.blog-post img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-bottom:1px solid #ddd}.post-content{padding:15px;text-align:center}.post-content h3{font-size:1.25rem;margin-bottom:10px;color:#333}.post-content p{font-size:.9rem;margin-bottom:15px;color:#666}.post-content a{display:inline-block;color:#007bff;text-decoration:none;font-weight:700;transition:color .3s}.post-content a:hover{color:#0056b3}@media (max-width: 768px){.club-page-container{font-size:15px;max-width:100;height:120px;box-shadow:0 8px 16px #0000004d;border-radius:12px}.club-page-container h1{font-size:20px}.club-page-image{width:30%;height:30%;overflow:hidden;border-radius:12px}.club-page-container img{position:absolute;top:10px;left:20px;width:80px;height:auto}.club-image{width:90%;height:90%;-o-object-fit:cover;object-fit:cover}.club-page-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.about-us-section{background-color:#f9f9f9;padding:50px 20px}.section-content{max-width:100%;margin:0 auto;text-align:center}.section-content h2{font-size:20px;margin-bottom:20px}.section-content p{font-weight:700;font-size:10px;color:#333;line-height:1.2}.section-images{display:flex;justify-content:center;margin-top:20px}.section-images img{width:80px;height:100px;margin:0 10px;-o-object-fit:cover;object-fit:cover}.events-section{background-color:#fff;padding:50px 20px}.sectioncontent{max-width:100%;margin:0 auto;text-align:center}.sectioncontent h2{font-size:10px;margin-bottom:20px}.sectioncontent p{font-size:9px;color:#333;line-height:1.6}.events-grid{display:flex;flex-direction:column;gap:20px;margin-top:20px}.rov{display:flex;justify-content:center;gap:20px}.event-card{max-width:45%;background-color:#f9f9f9;padding:20px;border-radius:10px}.event-card h3{font-size:14px;margin-bottom:10px}.event-card p{font-size:9px;color:#555}.blog-section{padding:20px 10px;background-color:#f9f9f9}.blog-section h2{font-size:16px;margin-bottom:15px;text-align:center;color:#333}.blog-posts{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;justify-content:center;align-items:stretch;max-width:100%;grid-auto-rows:1fr}.blog-post{border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 0 8px #0000001a;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.blog-post:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0003}.blog-post img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover;border-bottom:1px solid #ddd}.post-content{padding:8px;text-align:center;flex-grow:1}.post-content h3{font-size:1rem;margin-bottom:5px;color:#333}.post-content p{font-size:.8rem;margin-bottom:8px;color:#666}.post-content a{display:inline-block;color:#007bff;text-decoration:none;font-weight:700;transition:color .3s}.post-content a:hover{color:#0056b3}}.course-page-container{margin:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,#f3f3f3,#ffffff);max-width:100%;height:300px;box-shadow:0 8px 16px #0000004d;border-radius:12px}.course-page-container img{position:absolute;top:100px;left:40px;width:200px;height:auto}.course-page-content{position:relative;width:100%;height:100%}.course-page-image{width:100%;height:100%}.course-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.course-page-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center}.course-page-text h1{font-size:60px;margin-bottom:10px;font-weight:700}.backpacking-section{margin:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;padding:20px}.section-header{text-align:center;margin-bottom:20px}.section-header h2{font-size:2em;font-weight:700}.section-items{display:flex;flex-direction:column;gap:20px}.backpacking-item{padding:15px;border:1px solid #ddd;border-radius:8px;max-width:30%}.backpacking-item h3{font-size:1.5em;font-weight:700;margin-bottom:10px}.backpacking-item p{font-size:1em;line-height:1.6}.course-section{margin:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;padding:20px}.section-title{font-size:45px;font-weight:700;margin-bottom:10px}.section-rows{margin-top:20px;display:flex;justify-content:center}.section-row{display:flex;gap:20px}.rov{display:flex;justify-content:center;gap:20px}.section-column{flex:1;display:flex;flex-direction:column;align-items:baseline}.course-item{flex:1;max-width:300px}.section-number{font-size:120px;font-weight:700;color:#e6e1ff;margin-top:0}.divider{width:80%;margin-top:-15px;margin-bottom:10px;border:2px solid #4e65ce}.sectionn-content{text-align:left}.sectionn-content h3{font-size:20px;margin-bottom:30px;color:#0020af;font-weight:700}.sectionn-content p{font-size:15px;color:#2e2e2e;font-weight:600}.contact-section{padding:20px 0;display:flex;justify-content:center}.contact-container{padding:20px;border-radius:8px;width:95%;height:350px;text-align:center;background:linear-gradient(to left,#c3f1f1,#bfd6d6,#cff4f5,#b3d1d1);box-shadow:0 0 10px #0000001a}.contact-container h2{margin-bottom:20px;font-size:40px;font-weight:600}.contact-form{display:flex;flex-direction:column;gap:20px;align-items:center}.form-row{display:flex;gap:20px}.form-row .form-input{flex:1;padding:10px;border:1px solid #ccc;border-radius:4px;border:none}.form-row button{padding:10px;background-color:#fc0;color:#fff;border:none;border-radius:4px;cursor:pointer;width:400px;box-sizing:border-box;margin-top:10px;transition:.4s;font-weight:700}button:hover{background-color:#35332c}.consent{display:flex;align-items:center}.consent a{text-decoration:underline}.consent label{font-size:14px;color:#686868}.error-message{color:#d10000;margin-top:-10px;margin-bottom:10px}@media (max-width: 768px){.course-page-container{margin:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,#f3f3f3,#ffffff);max-width:100%;height:140px;box-shadow:0 8px 16px #0000004d;border-radius:12px}.course-page-container img{position:absolute;top:100px;left:28px;width:80px;height:auto}.course-page-container h1{font-size:20px}.course-page-content{position:relative;width:100%;height:100%}.course-page-image{width:100%;height:100%}.course-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.course-page-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center}.course-page-text h1{font-size:60px;margin-bottom:10px;font-weight:700}.backpacking-section{margin:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;padding:20px}.section-header{text-align:center;margin-bottom:20px}.section-header h2{font-size:20px;font-weight:700}.section-items{display:flex;flex-direction:column;gap:20px}.backpacking-item{padding:2px;border:1px solid #ddd;border-radius:8px;max-width:30%}.backpacking-item h3{font-size:10px;font-weight:700;margin-bottom:10px}.backpacking-item p{font-size:9px;line-height:1.6}.course-section{margin:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;padding:20px}.section-title{font-size:15px;font-weight:700;margin-bottom:10px}.section-rows{margin-top:20px;display:flex;justify-content:center}.section-row{display:flex;gap:20px}.rov{display:flex;justify-content:center;gap:20px}.section-column{flex:1;display:flex;flex-direction:column;align-items:baseline}.course-item{flex:1;max-width:300px}.section-number{font-size:50px;font-weight:700;color:#e6e1ff;margin-top:0}.divider{width:70%;margin-top:-15px;margin-bottom:10px;border:2px solid #4e65ce}.sectionn-content{text-align:left}.sectionn-content h3{font-size:7px;margin-bottom:30px;color:#0020af;font-weight:700}.sectionn-content p{font-size:6px;color:#2e2e2e;font-weight:600}.contact-section{padding:20px 0;display:flex;justify-content:center}.contact-container{padding:15px;border-radius:8px;width:95%;max-width:500px;height:auto;text-align:center;background:linear-gradient(to left,#c3f1f1,#bfd6d6,#cff4f5,#b3d1d1);box-shadow:0 0 10px #0000001a}.contact-container h2{margin-bottom:10px;font-size:18px;font-weight:600}.contact-form{display:flex;flex-direction:column;gap:15px;align-items:center}.form-row{display:flex;flex-direction:column;gap:10px}.form-row .form-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;border:none}.form-row button{padding:10px;background-color:#fc0;color:#fff;border:none;border-radius:4px;cursor:pointer;width:100%;box-sizing:border-box;margin-top:10px;transition:.4s;font-weight:700}button:hover{background-color:#35332c}.consent{display:flex;align-items:center}.consent a{text-decoration:underline}.consent label{font-size:14px;color:#686868}.error-message{color:#d10000;margin-top:-10px;margin-bottom:10px}@media (max-width: 768px){.contact-container h2{font-size:16px}.form-row{flex-direction:column}.form-row .form-input,.form-row button,.contact-container{width:100%}}@media (max-width: 480px){.contact-container{padding:10px}.contact-container h2{font-size:14px}.form-row .form-input,.form-row button{padding:8px}}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.mt-8{margin-top:2rem}.flex{display:flex}.h-\[160px\]{height:160px}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.py-4{padding-top:1rem;padding-bottom:1rem}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*{margin:0;padding:0;box-sizing:border-box}
