html,body{width:100%;height:100%;margin:0;padding:0;scroll-behavior:smooth;overflow-x:hidden}#main-page{background-color:#000;width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;gap:180px;padding-bottom:200px;padding-top:120px;z-index:9}.main-cont{display:flex;flex-direction:column;align-items:center;gap:180px;width:100%}.pop-300{font-family:Poppins;font-weight:300;font-style:normal}.pop-title{font-size:20px;color:#2bcf7e;font-family:Poppins;font-weight:300;font-style:normal;margin-bottom:0}.pop-bold-title{font-family:Poppins;font-weight:500;font-style:normal;color:#fff;font-size:48px;margin-top:0}.pop-pargraph{font-family:Poppins;font-weight:500;font-style:normal;color:#d9d9d9;font-size:15px}.pop-400,.pop-500{font-family:Poppins;font-weight:500;font-style:normal}.pop-700{font-family:Poppins;font-weight:700;font-style:normal}.header-section{display:flex;flex-direction:column;align-items:center;width:100%}.header-bold-title{font-size:82px;color:#fff;margin-top:0;margin-bottom:0;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out forwards}.sub-header-bold-title{color:#2bcf7e}.header-title{color:#2bcf7e;font-size:23px;margin-bottom:0}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.header-para{margin-top:20px;text-align:center;max-width:470px}.loading-card{width:1500px;height:700px;display:flex;justify-content:center;align-items:center}.loader{border:5px solid #f3f3f3;border-top:5px solid #2BCF7E;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;z-index:100000000}.icons{display:flex;gap:20px}.fa-brands,.fa-solid{font-size:24px;color:#fff;transition:all .3s ease-in-out}.fa-brands:hover,.fa-solid:hover{font-size:28px;color:#2bcf7e}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.main-cont{max-width:300px}.header-title{font-size:20px}.header-bold-title{font-size:45px;margin-top:30px}.header-para{max-width:300px}}
