@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,300;1,500&display=swap";:root{--primary-color: #7482ff;--default-color: #4f5665;--black-color: #000;--grey-color: #f0f0f0;--white-color: #fff}*,*:after,*:before{box-sizing:inherit;margin:0;padding:0;border:none;outline:none}html{font-size:62.5%;box-sizing:border-box}body{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:400;color:var(--black-color);background-color:var(--white-color)}h1,h2,h3,h4{color:var(--black-color);line-height:1.2;font-weight:500}a{text-decoration:none;color:inherit}li{list-style-type:none}section{padding:5rem 0;overflow:hidden}p{line-height:3rem}img{max-width:100%;height:auto}.container{max-width:120rem;padding:0 3rem;margin:auto}@media (min-width: 1600px){.container{max-width:160rem}}@media (max-width: 567px){.container{padding:0 1rem}}.d-flex{display:flex;align-items:center;justify-content:center}.home-component{width:100%;height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto}.home-component img{width:300px}.loader{position:fixed;width:100%;height:100vh;top:0;left:0;right:0;z-index:99999;display:flex;justify-content:center;align-items:center;margin:auto}
