.app__navbar{align-items:center;background:#fff;border-radius:35px;display:flex;height:70px;justify-content:space-between;left:0;margin:0 auto;padding:0 2rem;position:fixed;right:0;top:20px;width:80%;z-index:999}.app__navbar .logo{color:var(--l__black);cursor:pointer;font-size:1.2rem;font-weight:900}.app__navbar .routes{align-items:center;display:flex;gap:2rem}.app__navbar .routes li{color:var(--l__black);cursor:pointer;font-weight:700;text-transform:capitalize}.app__navbar .cta__btns{align-items:center;display:flex;gap:1rem}.app__navbar .cta__btns button{border-radius:20px;color:var(--l__black);font-size:1rem;padding:.7rem 1.5rem;transition:var(--trans)}.home{background:var(--main-bg);border-radius:0 0 10rem 10rem;height:90vh;padding:3rem 10% 2rem}.home .home_wrapper{align-items:center;display:flex;height:100%}.home .home_wrapper .leftcontainer{align-items:flex-start;color:var(--l__black);display:flex;flex:1 1;flex-direction:column;gap:2rem;height:90%;justify-content:center}.home .home_wrapper .leftcontainer p{font-size:5rem;font-weight:700}.home .home_wrapper .leftcontainer p span{color:var(--blue);font-size:5rem}.home .home_wrapper .leftcontainer span{font-size:1.5rem}.home .home_wrapper .leftcontainer .cta__container{display:flex;gap:1rem}.home .home_wrapper .leftcontainer .cta__container button{border:1px solid var(--l__black);border-radius:25px;font-size:1.2rem;padding:.7rem 1.5rem;transition:var(--trans)}.home .home_wrapper .rightcontainer{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;position:relative}.home .home_wrapper .rightcontainer .right__gadgets{background:#fff;border-radius:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;padding:1rem;position:absolute;top:50%;width:200px}.home .home_wrapper .rightcontainer .right__gadgets .badge{align-items:center;background:#fff;border-radius:50%;display:flex;height:50px;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:-25px;width:50px}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads{align-items:center;background:blue;border-radius:5px;display:flex;gap:1rem;padding:1rem}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads:first-child{background:#eff8ff}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads:last-child{background:#d6f9e4}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads .img{border-radius:5px;height:40px;max-width:40px;min-width:40px}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads .img:first-child{background:#d4e2fe}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads .img.French{background:#a6f1be}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads img{object-fit:cover;width:100%}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads p{display:flex;flex-direction:column}.home .home_wrapper .rightcontainer .right__gadgets .gadgets__container .gads p span{font-size:.8rem}.home .home_wrapper .rightcontainer img{width:100%}.app__feature{display:flex;flex-direction:column;gap:2rem;height:85vh;padding:10%}.app__feature .features__container{grid-gap:5rem;display:grid;gap:5rem;grid-template-columns:1fr 1fr 1fr}.app__feature .features__container .feature{display:flex;flex-direction:column;gap:1rem;max-width:400px}.app__feature .features__container .feature h1{color:var(--l__black)}.app__feature .features__container .feature p{font-size:1.1rem}.app__feature .features__container .feature .icon{background:blue;border-radius:50%;height:70px;position:relative;width:70px}.app__feature .features__container .feature .icon.on0{background:#f8d271}.app__feature .features__container .feature .icon.on0:after{background:#c6c6fa;bottom:0;content:"";height:50px;margin:auto 0;position:absolute;right:-30px;top:0;width:10px}.app__feature .features__container .feature .icon.on1{background:#e9f8f5;border-radius:5px}.app__feature .features__container .feature .icon.on1:after{background:#7dd5bc;border-radius:50%;bottom:0;content:"";height:30px;left:0;margin:auto;position:absolute;right:0;top:0;width:30px}.app__feature .features__container .feature .icon.on2{background:#a7a5f9}.app__feature .features__container .feature .icon.on2:after{background:#7c71f3;content:"";height:20px;position:absolute;right:-30px;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:20px}.app__feature .features__container .feature .icon.on3{background:#79a7f5}.app__feature .features__container .feature .icon.on3:after{background:#b2cef6;content:"";height:50px;position:absolute;right:10px;top:40%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:10px}.app__feature .features__container .feature .icon.on4{background:#f095b4;border-radius:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.app__feature .features__container .feature .icon.on5{background:#f5c559}.app__feature .features__container .feature .icon.on5:after{background:#f095b4;content:"";height:20px;position:absolute;right:-30px;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:20px}.app__newmembers{display:flex;flex-direction:column;gap:2rem;padding:10%}.app__newmembers .students__container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.app__newmembers .students__container .president{background:#f095b4;border-radius:50% 0 50% 0;overflow:hidden;position:relative;transition:var(--trans)}.app__newmembers .students__container .president .text__container{opacity:0;transition:var(--trans)}.app__newmembers .students__container .president:hover{border-radius:5%;cursor:pointer}.app__newmembers .students__container .president:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.app__newmembers .students__container .president:hover .text__container{align-items:center;background:rgba(0,0,0,.556);color:#fff;display:flex;height:100%;justify-content:center;opacity:1;padding:5%;position:absolute;width:100%}.app__newmembers .students__container .president img{bottom:0;position:absolute;transition:var(--trans)}.app__newmembers .students__container img{width:100%}.app__newmembers .students__container .others{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;position:relative}.app__newmembers .students__container .others .img{background:var(--main-bg);border-radius:10%;overflow:hidden;position:relative;transition:var(--trans)}.app__newmembers .students__container .others .img img{bottom:0;inset:2px}.app__footer{background:var(--main-bg);border-radius:500px 500px 0 0;color:var(--l__black);padding:5rem 10%;text-align:center}.app__footer h1{display:flex;flex-direction:column;font-size:1rem}:root{--main-bg:#f0f9f8;--trans:0.5s ease-in-out;--blue:#55bdb4;--l__black:#0f2435}body{background:#fff}button{border:none;cursor:pointer;font-weight:700;outline:none}ul{list-style:none}.app__header{align-items:center;display:flex;flex-direction:column;gap:2rem}.app__header h1{color:#888;text-transform:uppercase}.app__header p{color:#0f2435;color:var(--l__black);font-size:2rem;font-weight:700;text-transform:capitalize}
/*# sourceMappingURL=main.d29e00d7.css.map*/