@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");:root{--purple:#6351ce;--blue:#0d6efd;--gray:#e7e8e9}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;overflow-x:hidden;width:100vw;background:#f9f9f9;overflow-x:hidden!important}.link{text-decoration:none;color:inherit}.hideCaret{caret-color:transparent}.rightArrowAlign{display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:5px}.grow{transition:all .3s ease-in-out}.container{margin-left:60px;margin-right:60px}@media screen and (max-width:1050px){.container{margin-left:5px;margin-right:5px}}.back-btn{padding:10px 20px;background-color:var(--blue);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.back-btn:hover{background-color:#084dbf}.grow:hover:before{transform:scale(1);box-shadow:0 0 10px #000}.grow:hover{transform:scale(1.01);transition:.3s ease;border-radius:5px;box-shadow:0 0 5px #000}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pop{0%{transform:scale(.9);opacity:.5}50%{transform:scale(1.05);opacity:1}to{transform:scale(1)}}.fadeIn{animation:fadeIn .6s ease-out forwards}.slideUp{animation:slideUp .6s ease-out forwards}.slideLeft{animation:slideLeft .6s ease-out forwards}.slideRight{animation:slideRight .6s ease-out forwards}.zoomIn{animation:zoomIn .5s ease-out forwards}.pop{animation:pop .4s ease-in-out forwards}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:gray;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#6d6d6d}.exploreContainer{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;padding:30px 20px;border-radius:12px}.exploreContainer__badge{font-size:12px;font-weight:550;text-transform:uppercase;background:#007bff;color:#fff!important;padding:3px 10px;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:inline-block}.exploreContainer__badge:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,123,255,.4)}@media (max-width:768px){.exploreContainer{padding:30px 5px}.exploreContainer__badge{font-size:11px;padding:3px 10px}}.footer{background-color:#ced4da}.footer__start{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer__logo{width:250px}.footer__top{display:flex;justify-content:space-evenly;padding:30px 0}.footer ul{list-style:none;display:flex;flex-direction:column;gap:15px}.footer__links{color:#000!important;margin-left:15px;border-bottom:2px solid transparent;cursor:pointer;transition:all .3s ease-in-out}.footer__links:hover{border-color:#6b6a6a}.footer h3{display:inline-block;font-size:24px;font-weight:700;position:relative;padding-bottom:1px;margin:15px 0}.footer h3:after{content:"";display:block;width:50%;height:2px;background-color:#8f8b8b;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.footer h4{margin:10px 0 5px}.footer a{color:#000;text-decoration:none}.footer__bottom{background-color:#c7c5c5;text-align:center;padding:10px;font-size:13px}.footer__bottom-br{display:none}.footer__bottom-logo{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:10px}.footer__bottom h2{font-size:20px}.footer__bottom img{width:170px;height:auto}@media screen and (max-width:1050px){.footer__top{flex-direction:column;align-items:center;text-wrap:wrap;text-align:center}.footer__links{margin-left:0}.footer__bottom-br{display:block}.footer__bottom{padding:20px 10px}}.navbar{justify-content:space-between;padding:0 2rem;border-bottom:1px solid #e0e0e0;height:10vh;width:100vw;position:fixed;top:0;left:0;z-index:100;background-color:#fff}.navbar,.navbar__left{display:flex;align-items:center}.navbar__left{gap:2rem}.navbar__logo{color:#000}.navbar__menu-items{display:flex;gap:1rem;list-style:none}.navbar__menu-link{text-decoration:none;text-transform:uppercase;color:#000;transition:all .3s ease}.navbar__menu-link:hover{color:var(--blue)}.navbar__active-link{background:var(--blue);padding:.3rem .8rem;color:#fff!important;border-radius:5px}.navbar__right{display:flex;flex-direction:column;gap:.1rem}.navbar__right-contact{display:flex;align-items:center;gap:5px;color:#000}.navbar__menu{display:none}@media screen and (max-width:1050px){.navbar__right{display:none}.navbar__menu-items{position:absolute;top:0;right:-800px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:50%;background:var(--gray);transition:all .5s ease-in-out}.navbar__menu{display:block;font-size:24px;cursor:pointer;z-index:1}.navbar__menu-open{right:0}}.social-media{background-color:var(--blue);color:#fff;padding:20px;display:flex;gap:20px;align-items:center}.social-media__icon{color:#fff;margin-top:5px;font-size:18px;transition:all .3s ease}.social-media__icon-container:hover .social-media__icon{transform:scale(1.2)}