body,html{box-sizing:border-box;height:100%;margin:0;padding:0}*,:after,:before{box-sizing:inherit}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:navy;color:#fff;font-family:Roboto,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.App-header{background-color:navy;padding:20px}.App-main{flex:1 1;padding:20px}.App-footer{background-color:navy;padding:10px;text-align:center}html{scroll-behavior:smooth}body{background-color:#fff;color:#000;font-family:Helvetica,sans-serif;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}.header{background-color:#fff;box-shadow:0 4px 6px #0000001a;color:#000;left:0;padding:20px 0;position:fixed;top:0;transition:top .3s ease,background .3s ease;width:100%;z-index:1000}.logo-text{border-radius:5px;color:#000;font-family:Helvetica;font-size:1.4em;font-weight:700;left:-20px;margin-left:20px;padding:10px 15px;position:relative;text-decoration:none;transition:background-color .3s ease,color .3s ease}.logo-text:hover{background-color:#014150;border-radius:5px;color:#fff}.navbar,.navbar-brand-container{align-items:center;display:flex}.navbar{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.navbar-brand{align-items:center;display:flex}.logo{border-radius:60%;height:55px;margin-right:20px;transition:transform .3s ease,box-shadow .3s ease;width:auto}.logo:hover{box-shadow:0 0 20px #fff9;transform:scale(1.1)}.linkedin-icon{height:40px;margin-left:15px;position:relative;right:5px;top:7px;transition:transform .3s ease;width:auto}.linkedin-icon:hover{filter:brightness(1.2);transform:scale(1.1)}.navbar-links{display:flex;gap:20px}.navbar-links a{border-radius:5px;color:#000;font-size:1.2em;font-weight:700;padding:10px 15px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.navbar-links a:hover{background-color:#014150;border-radius:5px;color:#fff}.hamburger{cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-around;width:28px}.hamburger div{background-color:#000;height:3px;transition:all .3s ease;width:100%}.hero{align-items:center;background:none;color:#fff;display:flex;height:calc(100vh - 80px);justify-content:center;padding-top:80px;position:relative;text-align:center;width:100%}.hero-video{object-fit:cover;top:0;z-index:0}.hero-video,.hero:before{height:100%;left:0;position:absolute;width:100%}.hero:before{background:#00000059;content:"";scale:1.1;top:-20px;z-index:1}.hero-content{color:#fff;max-width:900px;padding:0 20px;position:relative;z-index:2}.hero-title{font-size:4rem;font-weight:700;line-height:1.2;margin:0}.hero-subtitle{font-size:1.5rem;font-weight:400;margin:20px 0 40px}.hero-button{background-color:#fff;border-radius:8px;color:#004080;font-size:1.2rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.hero-button:hover{background-color:#004080;color:#fff;transform:scale(1.05)}.main-products{background-color:#000;gap:60px;padding:60px 0}.main-products,.product-section{align-items:center;display:flex;flex-direction:column}.product-section{background-color:#111;border-radius:25px;justify-content:flex-start;margin-right:20px;margin-top:50px;max-height:110vh;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;width:90vw}.product-text{color:#fff;text-align:center;width:100%}.product-text h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.product-text p{font-size:1.2rem;line-height:1.4}.product-media{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.product-media video{border-radius:15px;height:100%;object-fit:contain;transition:transform .5s ease;width:100%}.product-media video:hover{transform:scale(1.05)}@media (max-width:1024px){.product-section{min-height:70vh;width:95vw}.product-text h2{font-size:2rem}.product-text p{font-size:1rem}}@media (max-width:768px){.product-section{min-height:60vh;width:95vw}.product-text h2{font-size:1.5rem}.product-text p{font-size:.9rem}}.about-us{color:#fff;position:relative}.about-background{background:url(/static/media/farmer.fcc64b1f9b2257d3de2f.jpg) 50%/cover no-repeat;padding:100px 20px;position:relative}.about-background:before{background:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.about-background .container{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.section-title{font-size:3rem;margin-bottom:20px}.section-description{font-size:1.2rem;line-height:1.6}.contact{background-color:#fff;color:#000;padding:100px 20px;text-align:center}.contact-button{background-color:#014859;border-radius:8px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:20px;padding:15px 35px;transition:all .3s ease}.contact-button:hover{background-color:#012f3c;transform:scale(1.05)}.contact .button-group{gap:15px;margin-top:30px}.contact .button-group,.contact .linkedin-button{align-items:center;display:flex;justify-content:center}.contact .linkedin-button{background-color:#fff;border-radius:50%;height:75px;transition:transform .3s ease,background-color .3s ease;width:75px}.contact .linkedin-button img{height:60%;object-fit:contain;width:60%}.contact .linkedin-button:hover{background-color:#fff;transform:scale(1.1)}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.product-text h2{font-size:2rem}.product-text p{font-size:1rem}}@media (max-width:768px){.navbar-links{background:#014150;border-radius:8px;display:none;flex-direction:column;padding:15px;position:absolute;right:20px;top:60px}.hamburger,.navbar-links.active{display:flex}.hero-title{font-size:2rem}.hero-button,.hero-subtitle{font-size:1rem}.hero-button{padding:12px 25px}.product-text h2{font-size:1.5rem}.product-text p{font-size:.9rem}}
/*# sourceMappingURL=main.c503a739.css.map*/