@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@700;800&family=Kumbh+Sans:wght@200;300;400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--main-color: rgb(90, 209, 104);--auxiliary-color: rgb(148, 60, 36);--secondary-color: rgb(0, 157, 255);--dark-color: rgb(0, 19, 6);--font-primary: "Kumbh Sans";--header-font: "DM Sans"}body{font-family:var(--font-primary);background:rgba(246,248,246,.6)}ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--main-color);border-radius:10px}a{text-decoration:none}img{width:100%;height:100%;object-fit:cover}.inner-row{width:1280px;margin:auto}.honey{position:absolute;opacity:0}.title-tag{display:flex;align-items:center;gap:10px;margin-bottom:10px}.title-tag span{display:flex;width:50px;height:2px;border-radius:10px;background:var(--main-color);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.title-tag h3{font-size:18px;font-weight:500;color:var(--main-color)}header{height:85px}.header-content{border-bottom:1px solid rgba(211,218,214,.5);padding-bottom:5px;display:flex;justify-content:space-between}.header-content .logo{display:flex;width:150px;height:80px}.header-content .logo img{object-fit:contain}.header-content nav{display:flex;gap:60px;align-items:center}.header-content nav ul{display:flex;gap:40px}.header-content nav ul li a{color:#111;font-size:16px;position:relative}.header-content nav ul li a:hover,.header-content nav ul li a.active{color:var(--main-color);font-weight:500}.header-btn{display:flex;align-items:center;gap:10px}.header-content .header-btn a{width:180px;height:50px;background:var(--main-color);display:flex;color:#fff;justify-content:center;align-items:center;font-size:15px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.header-btn .mobile-btn{width:45px;height:45px;color:#fff;background:var(--main-color);border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;display:none;align-items:center;justify-content:center;font-size:24px;cursor:pointer}.sidebar-section{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;display:none}.sidebar-section.active{z-index:999}.sidebar-section .sidebar-overlay{position:absolute;width:100%;height:100%;background:rgba(90,209,104,.6);transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}.sidebar-content{position:absolute;width:450px;height:100%;background:white;padding:30px 0;transform:translate(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%)}.sidebar-content .sidebar-inner{width:90%;margin:auto}.sidebar-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(241,241,241);padding-bottom:10px}.sidebar-content .sidebar-head a{width:120px;display:flex}.sidebar-head span{display:flex;width:45px;height:45px;align-items:center;justify-content:center;color:#fff;background:var(--main-color);font-size:24px;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;cursor:pointer}.sidebar-content nav ul{display:flex;flex-direction:column;gap:30px;padding:10px 0 20px;border-bottom:1px solid rgb(241,241,241)}.sidebar-content nav ul li a{color:#111;position:relative}.sidebar-content nav ul li a:after,.header-content nav ul li a:after{content:"";width:0%;height:2px;background:var(--main-color);position:absolute;bottom:-5px;left:0;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.sidebar-content nav ul li a:hover:after,.sidebar-content nav ul li a.active:after,.header-content nav ul li a.active:after,.header-content nav ul li a:hover:after{width:100%}.sidebar-details h4{font-size:16px;margin:20px 0 10px;font-weight:500}.sidebar-details .details-box{display:flex;align-items:center;gap:5px}.sidebar-details .details-box span{display:flex;width:30px;height:30px;align-items:center;justify-content:center;background:rgb(227,255,230);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;font-size:15px}.donate-body{height:80vh;padding-bottom:40px;background:linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/assets/donatebg-322601f0.jpg) no-repeat;background-size:cover;background-position:center}.donate-body-content{height:80vh;display:flex;align-items:center;text-align:center}.donate-intro{width:800px;margin:auto;color:#f5f5f5}.donate-intro h1{font-size:70px;font-family:var(--header-font)}.donate-intro p{font-size:20px;line-height:30px}.donation-form-section{padding:100px 0}.donation-form-content{width:900px;margin:auto}.donation-form-content h2{font-size:40px;font-weight:500;text-align:center;margin-bottom:30px}.donation-form-content .form-row{margin-bottom:30px}.form-btn.donate button{width:200px}footer{background:var(--dark-color);padding:80px 0 0}.footer-content{display:grid;grid-template-columns:1.5fr 2fr;color:#f5f5f5;gap:100px;padding-bottom:80px}.footer-logo{width:150px}.footer-content p{margin:20px 0;line-height:25px}.footer-content h4{font-size:17px;font-weight:500}.footer-content .footer-social-links ul{display:flex;gap:20px;margin-top:20px}.footer-social-links ul li a{color:#fff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgb(22,38,22);border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.footer-social-links ul li a span{font-size:16px;display:flex}.footer-column-grid{display:grid;grid-template-columns:1fr 1fr}.footer-content ul{margin-top:20px}.footer-content ul li{line-height:40px}.footer-content ul li a{color:#e9e9e9;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.footer-content ul li a:hover{color:var(--main-color)}.footer-content h3{display:flex;align-items:center;gap:10px;font-weight:500}.footer-content h3 span{width:8px;height:8px;display:inline-flex;background:var(--main-color);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.footer-column-grid p{display:flex;gap:10px;align-items:center}.footer-column-grid p span{margin-top:4px;font-size:22px}.copyright-section{color:#f5f5f5;padding:40px 0;text-align:center;position:relative}.copyright-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:rgba(158,160,159,.3)}.copyright-section p{font-size:14px}.copyright-section p span{color:var(--main-color)}.form-input{margin-top:10px;display:grid;grid-template-columns:2fr .6fr;gap:5px}.form-input input{height:50px;font-size:15px;background:transparent;border:1px solid rgba(124,137,128,.614);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;font-family:var(--font-primary);padding-left:10px;color:#f5f5f5}.form-input button{border:none;background:var(--main-color);font-family:var(--font-primary);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;cursor:pointer;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease;color:#fff}.loader{width:20px;height:20px;border:3px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-flex;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1300px){.inner-row{width:90%}}@media (max-width: 1090px){.sidebar-section{display:block}.header-btn .mobile-btn{display:flex}.header-content nav ul,.header-content .header-btn a{display:none}.footer-content{grid-template-columns:1fr;gap:30px}.donation-intro,.donation-form-content{width:100%}}@media (max-width: 768px){.title-tag h3{font-size:16px}.footer-column-grid{grid-template-columns:1fr;gap:20px}.copyright-section p{font-size:13px}}@media (max-width: 480px){.sidebar-content{width:100%}}.about-hero-section{padding:80px 0}.about-section-v2{height:80vh;padding-bottom:40px;background:linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,.1),transparent),url(/assets/aboutHero-Img-739c38a5.jpg) no-repeat;background-size:cover;background-position:top}.about-section-content-v2{display:flex;height:inherit;align-items:flex-end;padding-bottom:80px}.about-hero-content{display:grid;grid-template-columns:2fr 1fr;gap:50px}.about-hero-content .image img{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.about-hero-content h1{font-size:50px;margin:10px 0;line-height:65px}.about-hero-texts{width:95%;margin-left:auto;margin-right:auto}.about-hero-texts h1{font-size:60px;color:#f5f5f5}.about-hero-texts p,.more-details p{font-size:18px;line-height:30px;margin-bottom:10px}.more-details{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:20px}.statements-row h3{font-size:24px;text-transform:uppercase;font-weight:500;display:flex;align-items:center;gap:5px}.statements-row h3 span{background:var(--main-color);width:6px;height:6px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;display:flex}.about-hero-images{margin-top:50px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.about-hero-images img{max-height:450px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.more-about-section{padding:100px 0}.more-about-details{display:grid;grid-template-columns:1fr 1fr;gap:50px}.more-about-details p{font-size:20px;margin-bottom:15px;line-height:32px}.more-about-section-content .statements-row{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:30px}.statements-row p{font-size:20px;line-height:32px}.statements-row h2{font-weight:500;font-size:25px;text-transform:uppercase;color:var(--main-color);margin-bottom:10px}.values-section{padding:100px 0;background:var(--dark-color)}.values-section-content h1{text-align:center;color:#f5f5f5;font-size:55px;font-family:DM Sans;width:800px;margin:auto}.values-section-content .values-content-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.value-moja{text-align:center;padding:20px;color:#f5f5f5}.value-moja .value-icon{width:65px;height:65px;margin:0 auto 20px}.value-icon img{filter:invert(100);-webkit-filter:invert(100)}.value-moja h3{font-weight:500;margin-bottom:10px;font-size:22px;color:var(--main-color)}.value-moja p{font-size:17px;line-height:25px}.team-section{padding:100px 0}.team-intro{text-align:center;width:800px;margin:auto}.team-intro h1{font-size:55px;font-family:DM Sans}.team-intro p{font-size:18px;width:90%;margin:10px auto;line-height:30px}.team-row{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;margin-top:50px}.team-moja{width:350px}.team-moja .team-image{height:400px;box-shadow:0 0 25px -10px #b7c5c0b3;overflow:hidden;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.team-moja img{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.team-moja h3{font-size:20px;margin:10px 10px 5px;font-weight:500}.team-moja p{margin:0 10px;font-style:italic;color:gray}@media (max-width: 1090px){.about-hero-texts h1{font-size:40px;line-height:55px}.more-about-details,.about-hero-content,.more-details,.more-about-section-content .statements-row{grid-template-columns:1fr;gap:20px}.about-hero-content .image img{max-height:60vh}.values-section-content h1,.team-intro{width:100%}.values-section-content .values-content-row{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.about-hero-content h1,.about-hero-texts h1,.values-section-content h1,.team-intro h1{font-size:40px;line-height:55px}.values-section-content .values-content-row{grid-template-columns:1fr}}@media (max-width: 500px){.about-hero-texts h1{font-size:30px;line-height:45px}.about-hero-images{grid-template-columns:1fr}.team-moja{width:90%}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.hero-section{padding:80px 0}.hero-section-content .hero-texts{display:grid;grid-template-columns:2fr .8fr;gap:50px;align-items:center}.hero-texts h1{font-size:60px;font-family:DM Sans}.hero-texts h1 span{color:var(--secondary-color)}.hero-texts p{font-size:18px;line-height:28px;margin-bottom:20px}.hero-texts a{display:flex;justify-content:center;align-items:center;width:180px;height:50px;font-size:16px;border:2px solid var(--main-color);border-radius:5px;color:#111;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.hero-texts a:hover{color:var(--main-color);transform:scale(.95);-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);-o-transform:scale(.95)}.hero-image{height:85vh;margin-top:30px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;overflow:hidden;background:url(/assets/landing1-7f23bf10.jpg) no-repeat;background-size:cover;background-position:center}.hero-section-v2{position:relative;height:100vh}.hero-section-v2 .hero-slides-container{position:absolute;top:0;width:100%;height:100%}.hero-slides-container .slides{height:inherit;position:relative}.hero-slides-container .single-slide{position:relative;height:100vh;top:0;left:0;width:100%}.single-slide.one{background:linear-gradient(to right,rgba(0,0,0,.55),rgba(0,0,0,.3),rgba(0,0,0,.1)),url(/assets/greenit1-cdc2ae30.jpg) no-repeat;background-size:cover;background-position:center}.single-slide.two{background:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,.25),rgba(0,0,0,.1)),url(/assets/landing2-b02a0bcd.jpg) no-repeat;background-size:cover;background-position:center}.single-slide.three{background:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,.25),rgba(0,0,0,.1)),url(/assets/landing3-4c0446f1.jpg) no-repeat;background-size:cover;background-position:top}.single-slide-content{height:100vh;display:flex;align-items:center}.single-slide .slide-texts{width:1000px;color:#f5f5f5}.slide-texts .title-tag{opacity:0;transform:translateY(-50px);-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.slide-texts h1{font-family:DM Sans;font-size:70px;text-shadow:1px 1px 5px #757474;transform:translateY(100px);-webkit-transform:translateY(100px);-moz-transform:translateY(100px);-ms-transform:translateY(100px);-o-transform:translateY(100px);transition:all 1s ease;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease}.slide-texts p{width:85%;font-size:20px;line-height:30px;margin:10px 0;text-shadow:1px 1px 5px #757474;opacity:0;transform:translateY(120px);-webkit-transform:translateY(120px);-moz-transform:translateY(120px);-ms-transform:translateY(120px);-o-transform:translateY(120px);transition:all 1.8s ease;-webkit-transition:all 1.8s ease;-moz-transition:all 1.8s ease;-ms-transition:all 1.8s ease;-o-transition:all 1.8s ease}.slide-texts a{display:flex;width:180px;height:55px;background:var(--main-color);color:#fff;justify-content:center;align-items:center;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;margin-top:30px;transform:translateY(50px);-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-ms-transform:translateY(50px);-o-transform:translateY(50px);transition:all 2.4s ease;-webkit-transition:all 2.4s ease;-moz-transition:all 2.4s ease;-ms-transition:all 2.4s ease;-o-transition:all 2.4s ease}.slide-texts.active h1,.slide-texts.active .title-tag,.slide-texts.active p,.slide-texts.active a{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.about-section{padding:100px 0}.about-section-content{display:grid;grid-template-columns:1.5fr 2.5fr;gap:70px}.about-section-content h2{font-size:45px;color:var(--main-color);font-style:italic;margin-bottom:20px}.about-section-content h4{font-size:25px;line-height:36px;margin-bottom:20px}.about-section-content h4 span{color:var(--secondary-color)}.about-section-content .about-image{height:500px;margin-top:30px}.about-image img{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;mix-blend-mode:multiply}.about-section-content p{font-size:20px;line-height:35px;margin-bottom:15px}.about-section-content a{width:180px;display:flex;align-items:center;justify-content:center;background:var(--main-color);height:50px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;color:#f5f5f5;font-size:16px;margin-top:30px;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.about-section-content a:hover{transform:scale(.95);-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);-o-transform:scale(.95)}.partners-section{width:90%;margin:80px auto 0}.partners-title{display:flex;gap:10px;align-items:center}.partners-title span{display:flex;width:100%;height:1px;background:rgba(202,202,202,.5);margin-top:5px}.partners-title h3{font-size:20px;font-weight:500;line-height:20px;flex-shrink:0;width:150px}.partners-section .partner-logos{display:flex;gap:30px;justify-content:center;margin-top:40px;flex-wrap:wrap}.partner-logos img{width:150px;height:100px;object-fit:contain;mix-blend-mode:multiply}.services-section{padding:100px 0;background:var(--dark-color)}.services-intro{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;color:#f5f5f5;align-items:flex-end}.services-intro h1{font-size:50px;margin:20px 0;line-height:65px;font-family:DM Sans;font-weight:600}.services-intro p{font-size:25px;line-height:32px}.services-content-row{display:grid;grid-template-columns:repeat(3,1fr);margin-top:50px;gap:40px}.service-moja{position:relative}.service-image img{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.service-moja .service-title{position:absolute;color:#f5f5f5;top:0;background:var(--dark-color);padding:10px;border-radius:0 0 10px;-webkit-border-radius:0px 0px 10px 0px;-moz-border-radius:0px 0px 10px 0px;-ms-border-radius:0px 0px 10px 0px;-o-border-radius:0px 0px 10px 0px;display:flex;align-items:center;gap:10px;width:80%}.service-title span{flex-shrink:0;width:8px;height:8px;background:var(--secondary-color);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.service-title h4{font-weight:500;font-size:16px}.service-link{position:absolute;width:50px;height:50px;background:var(--dark-color);border-radius:10px 0 0;-webkit-border-radius:10px 0px 0px 0px;-moz-border-radius:10px 0px 0px 0px;-ms-border-radius:10px 0px 0px 0px;-o-border-radius:10px 0px 0px 0px;bottom:0;right:0;display:flex;align-items:center;cursor:pointer;justify-content:center}.service-link span{color:var(--main-color);font-size:25px;transform:rotate(10deg);-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);-ms-transform:rotate(10deg);-o-transform:rotate(10deg)}.services-section-content .btn-link{width:200px;display:flex;align-items:center;justify-content:center;margin:50px auto 0;height:50px;background-color:var(--main-color);font-size:15px;color:#f5f5f5;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;gap:5px}.services-section-content .btn-link span{display:flex;margin-top:2px;font-size:18px}.service-theme-moja{border:1px solid;background:rgba(148,242,187,.1);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;padding:40px}.service-theme-moja h2{font-size:24px;color:#f5f5f5;font-weight:400;margin-bottom:10px}.service-theme-moja a{display:flex;color:#fff;align-items:center;gap:5px;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.service-theme-moja a span{width:30px;height:30px;background:white;display:flex;align-items:center;justify-content:center;color:var(--main-color);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.service-theme-moja:hover a{gap:10px;color:var(--main-color)}.process-section{background:var(--dark-color);padding-bottom:100px}.process-intro{width:800px;margin:auto;text-align:center;color:#f5f5f5}.process-intro h3{font-weight:400}.process-intro h1{font-size:55px;margin:10px 0;font-family:DM Sans}.process-intro p{font-size:18px;line-height:30px}.process-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px}.process-moja{text-align:center;color:#f5f5f5;padding:0 25px;position:relative}.process-moja:before{content:"";position:absolute;top:50px;width:100%;height:1px;border-top:1px dashed var(--main-color);z-index:2}.process-moja:last-child:before{display:none}.process-moja .process-box-image{width:100px;position:relative;z-index:5;height:100px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin:0 auto 20px;background:rgb(255,255,255);display:flex;align-items:center;justify-content:center}.process-box-image img{width:50%;height:50%}.process-moja h3{font-size:24px;font-weight:500;margin:5px auto}.process-moja p{line-height:25px}.portfolio-section{padding:100px 0}.portfolio-intro h1{font-size:55px;font-family:DM Sans;width:900px}.portfolio-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px}.portfolio-moja{position:relative;height:450px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;overflow:hidden}.portfolio-moja .overlay{position:absolute;width:100%;height:100%;background:linear-gradient(transparent,rgba(0,0,0,.75));z-index:3}.portfolio-moja .portfolio-text{position:absolute;width:100%;bottom:0;z-index:9}.portfolio-text h3{font-size:24px;color:#fff;padding:20px;font-weight:400}.nudge-section{padding-bottom:100px}.nudge-section-content{background:radial-gradient(circle,rgba(0,0,0,.5) 0%,transparent 95%),url(/assets/nudgebg-0a616f54.jpg) no-repeat;background-size:cover;background-position:center;padding:100px 30px;text-align:center;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.nudge-section-content h3{color:#f5f5f5;font-weight:400}.nudge-section-content h1{font-size:55px;font-family:DM Sans;width:800px;color:#f5f5f5;margin:20px auto}.nudge-section-content a{width:160px;height:50px;background:var(--main-color);display:flex;align-items:center;justify-content:center;margin:auto;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;color:#f5f5f5;font-size:15px;gap:5px}.nudge-section-content a span{display:flex}.articles-section{padding:0 0 100px}.articles-section-content .articles-intro{display:flex;gap:20px;align-items:center}.articles-intro h3{font-size:24px;flex-shrink:0}.articles-intro span{width:100%;height:1px;background:rgba(196,213,205,.5);margin-top:3px}.articles-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.article-moja .article-image{height:250px;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;overflow:hidden}.article-moja h4{width:95%;margin:10px auto;font-size:25px;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;cursor:pointer;text-transform:capitalize}.article-moja p{width:95%;margin:10px auto;line-height:25px}.article-moja:hover h4{color:var(--main-color)}.article-moja a{width:95%;margin:auto}@media (max-width: 1280px){.hero-section-content .hero-texts{grid-template-columns:1.5fr 1fr}}@media (max-width: 1090px){.single-slide.one{background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.5)),url(/assets/landing1-7f23bf10.jpg) no-repeat;background-size:cover;background-position:center}.single-slide.two{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/landing2-b02a0bcd.jpg) no-repeat;background-size:cover;background-position:center}.single-slide.three{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/landing3-4c0446f1.jpg) no-repeat;background-size:cover;background-position:top}.single-slide .slide-texts{width:100%;text-align:center}.slide-texts p{margin:10px auto}.slide-texts a{margin:30px auto 0}.hero-texts .title-tag{justify-content:center}.hero-section-content .hero-texts{grid-template-columns:1fr;gap:10px;text-align:center;margin-bottom:50px}.about-section-content{grid-template-columns:1fr;gap:35px}.about-section-column.description{order:1,}.about-section-column.picture{order:2}.hero-texts p{width:600px;margin:0 auto 20px}.hero-texts a{margin:auto}.about-section-content h4{font-size:22px;line-height:30px}.about-section-content p{font-size:18px;line-height:30px}.partners-section .partner-logos{flex-wrap:wrap;justify-content:center}.services-intro{grid-template-columns:1fr;gap:0}.services-content-row,.portfolio-row,.articles-row{grid-template-columns:repeat(2,1fr)}.process-intro,.portfolio-intro h1,.nudge-section-content h1{width:100%}.process-row{grid-template-columns:repeat(2,1fr);row-gap:30px}.process-moja:nth-child(2):before{display:none}.process-moja p{width:80%;margin:auto}.nudge-section-content{padding:100px 60px}}@media (max-width: 768px){.slide-texts h1,.process-intro h1,.portfolio-intro h1,.nudge-section-content h1{font-size:50px}.hero-texts p{width:100%}.services-intro,.portfolio-intro{text-align:center}.services-intro .title-tag,.portfolio-intro .title-tag{justify-content:center}.services-intro p{font-size:20px}.hero-image{height:60vh}.services-content-row,.process-row{grid-template-columns:1fr;row-gap:50px}.portfolio-row,.articles-row{grid-template-columns:1fr}.process-row{margin-top:30px}.process-moja:before{display:none}.process-moja:after{position:absolute;bottom:-40px;width:1px;height:30px;content:"";border-right:1px dashed var(--main-color);z-index:2}.process-moja:last-child:after{display:none}.portfolio-text h3,.articles-intro h3{font-size:20px}}@media (max-width: 500px){.slide-texts h1,.process-intro h1,.portfolio-intro h1{font-size:45px}.slide-texts p{font-size:18px}.nudge-section-content{padding:100px 5%}.nudge-section-content h1{font-size:30px}}.activities-hero{height:80vh;padding-bottom:40px;background:linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,.3),transparent),url(/assets/greenit2-4229d18c.jpg) no-repeat;background-size:cover;background-position:top}.activities-hero-content{height:80vh;display:flex;align-items:flex-end;padding-bottom:100px}.themes-body-section{padding:100px 0}.themes-body-section-content h2{text-align:center;font-size:25px;width:800px;margin:auto;line-height:40px;font-weight:500}.themes-body-row{margin-top:50px}.theme-moja{border:1px solid gainsboro;margin-bottom:20px;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;cursor:pointer}.theme-moja .theme-header{display:flex;justify-content:space-between;padding:40px;align-items:center}.theme-header h3{font-size:28px;color:#484848}.theme-moja.active .theme-header h3{color:var(--main-color)}.theme-header span{font-size:25px;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.theme-moja.active .theme-header span{transform:rotate(180deg);color:var(--main-color);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.theme-body{padding:0 40px;width:98%;margin:auto;max-height:0;overflow:hidden;transition:all .7s ease;-webkit-transition:all .7s ease;-moz-transition:all .7s ease;-ms-transition:all .7s ease;-o-transition:all .7s ease}.theme-moja.active .theme-body{border-top:1px solid gainsboro;max-height:5500px}.theme-body .theme-body-inner{padding:20px 0 30px}.theme-list-row{display:grid;grid-template-columns:2fr 1fr;gap:30px}.theme-list-column.image{display:flex;align-items:center}.theme-list-column.image img{height:80%;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.theme-body p{font-size:18px;line-height:30px}.theme-list{margin-top:20px}.theme-list ul li{display:flex;gap:10px;margin-bottom:10px}.theme-list .number{font-weight:600;font-size:18px}.theme-list h4{font-weight:500;font-size:22px;margin-bottom:5px}.theme-list .inner-list{display:flex;gap:5px}.inner-list span{width:8px;height:8px;background:var(--main-color);display:flex;margin-top:10px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;flex-shrink:0}.theme-list .extra{line-height:30px;margin-bottom:15px}@media (max-width: 1090px){.themes-body-section-content h2{width:100%}.theme-list-row{grid-template-columns:1fr}.theme-list-column.image{display:none}}@media (max-width: 768px){.theme-header h3,.theme-header span{font-size:20px}}.contact-section{padding:80px 0}.contact-section-content{display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-section-column h1{font-size:55px;line-height:70px;width:80%;margin:10px 0}.contact-section-column p{font-size:18px;line-height:28px}.contact-section-column .contact-box{margin-bottom:30px;border-bottom:1px solid rgba(223,223,223,.7);width:80%;padding-bottom:20px}.contact-section-column .contact-box:last-child{border:none}.contact-box h3{font-size:20px;font-weight:500;margin-bottom:10px;color:var(--main-color)}.contact-box p{display:flex;align-items:center;gap:5px;margin-bottom:10px}.contact-box p span{display:flex}.contact-social-links ul{display:flex;gap:30px;margin-top:20px}.contact-social-links ul li a{font-size:24px;color:#111;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.contact-social-links ul li a:hover{color:var(--main-color)}.contact-body-section{padding-bottom:100px}.contact-body-content{width:900px;margin:auto}.form-row.split{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.form-row label{display:block;margin-bottom:5px;font-size:16px}.form-row label span{color:red}.form-row .form-control{width:100%;height:50px;background:transparent;border:1px solid gainsboro;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;padding-left:10px;outline:none;font-family:var(--font-primary);font-size:16px}.form-row textarea{width:100%;border:1px solid gainsboro;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;background:transparent;outline:none;padding:10px;font-family:var(--font-primary);font-size:16px}.form-btn{display:flex;justify-content:center}.form-btn button{width:180px;height:50px;background:var(--main-color);color:#fff;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;margin:40px auto 0;cursor:pointer;border:none;font-family:var(--font-primary)}.form-row .error{font-size:13px;color:red}.server-msg{color:var(--main-color);text-align:center;margin-top:20px}@media (max-width: 1090px){.contact-section-content{grid-template-columns:1fr;gap:30px}.contact-body-content{width:100%}}@media (max-width: 768px){.contact-section-column h1{font-size:45px;line-height:60px}.form-row.split{grid-template-columns:1fr}}.articles-hero-section{padding:80px 0}.articles-hero-section .intro h1{font-size:56px;font-family:DM Sans;width:900px;text-align:center;margin:auto}.article-first-wrapper{display:grid;grid-template-columns:1.3fr 1fr;gap:50px;margin-top:50px}.article-image img{max-height:420px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.article-description{display:flex;align-items:center}.article-description .date h3{font-size:18px;font-weight:500}.article-description:hover h1{color:var(--main-color)}.article-description h1{font-size:45px;margin:15px 0;transition:all .5 ease;-webkit-transition:all .5 ease;-moz-transition:all .5 ease;-ms-transition:all .5 ease;-o-transition:all .5 ease}.article-description p{font-size:18px;line-height:28px;width:90%}.article-description a,.single-article-moja a,.article-moja a{font-weight:500;margin-top:20px;display:flex;align-items:center;gap:5px;color:#222;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.article-description a:hover,.single-article-moja a:hover,.article-moja a:hover{color:var(--main-color)}.article-description a span,.single-article-moja a span,.article-moja span{display:flex}.articles-body-section{padding-bottom:100px}.articles-body-content h3{font-size:24px;font-weight:500;margin-bottom:20px;position:relative;padding-bottom:10px}.articles-body-content h3:after{content:"";width:50px;height:2px;background:var(--main-color);position:absolute;bottom:0;left:0}.articles-body-row{display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px;gap:30px}.single-article-moja{margin-bottom:30px;height:auto;padding-bottom:30px}.single-article-moja img{max-height:300px;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px}.single-article-moja h4{font-weight:500;font-size:16px;margin:10px 0}.single-article-moja h2{font-size:28px}.single-article-moja p{font-size:16px;margin:10px 0;line-height:1.4}.single-article-moja a{font-weight:500;margin-top:10px;display:flex;align-items:center;gap:5px;color:#222;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.single-article-body{padding:60px 0 100px}.single-article-content .back-btn{display:inline-flex;gap:5px;align-items:center;color:var(--main-color);padding-bottom:5px;border-bottom:2px solid var(--main-color)}.single-article-content .blog-title{font-size:55px;margin:20px 0;width:90%}.single-article-content .main-image img{max-height:800px}.single-article-body-section{display:grid;grid-template-columns:300px 3fr;gap:70px}.single-article-body-section .author-side{display:flex;gap:20px;align-items:center;height:max-content}.author-side .author-profile-image img{width:65px;height:65px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.author-side h4{font-weight:500;font-size:20px}.author-side p{font-size:15px;margin:5px 0;color:#5e5e5e}.single-article-body-section{margin-top:50px}.article-body p{font-size:18px;line-height:30px;margin-bottom:20px}@media (max-width: 1090px){.articles-hero-section .intro h1{width:100%}.article-first-wrapper{grid-template-columns:1fr}.articles-body-row{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.articles-hero-section .intro h1{font-size:45px}.articles-body-row{grid-template-columns:1fr}.article-description h1{font-size:40px}}
