.navbar-main{background-color:var(--primary-white);width:100%;position:fixed;top:0;z-index:10000}.circle-svg{animation-delay:2s;height:100px;width:100px}.circle-svg,.polygon-svg{animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:floating;position:absolute}.polygon-svg{height:250px;width:250px}.circle-design-element1{left:50px;z-index:2}.polygon-design-element1{left:50px}.circle-design-element2{right:200px;top:120px;z-index:2}.polygon-design-element2{right:50px;top:-75px}.main{flex-direction:column}.main,.main-div{width:100%;display:flex;justify-content:center}.footer{background-color:var(--territary-white);color:var(--primary-black)!important;margin:0!important}.chooseus{background-color:var(--secondary-white);position:relative}.loading-content{height:100vh;flex-direction:column;align-items:center;background:var(--primary-white);z-index:100000}.center,.loading-content{display:flex;justify-content:center}.loading-content p{font-family:var(--font-poppins);padding:2rem}.wave{width:5px;height:100px;background:linear-gradient(90deg,#000,var(--primary-black));margin:10px;animation:wave 1s linear infinite;border-radius:20px}.wave:nth-child(2){animation-delay:.1s}.wave:nth-child(3){animation-delay:.2s}.wave:nth-child(4){animation-delay:.3s}.wave:nth-child(5){animation-delay:.4s}.wave:nth-child(6){animation-delay:.5s}.wave:nth-child(7){animation-delay:.6s}.wave:nth-child(8){animation-delay:.7s}.wave:nth-child(9){animation-delay:.8s}.wave:nth-child(10){animation-delay:.9s}.not-found{display:flex;height:100vh;justify-content:center;align-items:center;flex-direction:column;margin:15px}.not-found p{text-align:center}.not-found .notfound-image{margin:2rem;max-width:90%;height:auto}.not-found .buttons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.not-found .buttons button{padding:15px 30px;border:0;margin:1rem;border-radius:5px}.buttons .gohome-button{background-color:var(--primary-color);color:var(--primary-white);border:1px solid var(--primary-color)}button{cursor:pointer}.buttons .gohome-link{color:var(--primary-white);text-decoration:none}.buttons .gohome-button:hover{background-color:var(--primary-white);border:1px solid var(--primary-color);transition:.2s ease}.buttons .gohome-button:hover .gohome-link{color:var(--primary-color);transition:.2s ease}.error-page{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;flex-direction:column}.error-page img{width:400px;height:auto;margin:5rem}.error-page button{padding:15px 30px;border:0;margin:1rem;border-radius:5px}.error-page p{text-align:center}@keyframes wave{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}@media only screen and (max-width:1100px){.circle-svg{height:50px;width:50px}.polygon-svg{height:100px;width:100px}.circle-design-element2{top:10px;right:20px}}