.secondary-color{color:#fff700}*{box-sizing:border-box;padding:0;margin:0}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}body,html{-ms-overflow-style:none;scrollbar-width:none;max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}a{color:inherit;text-decoration:none}ol,ul{margin-left:25px}header.navbar{display:flex;align-items:center;justify-content:space-between;width:100%;height:65px;position:fixed;top:0;left:0;z-index:1500;background-color:#f5f9ff;border-bottom:1px solid rgba(115,115,115,.233)}@media only screen and (max-width:600px){header.navbar{max-width:100%!important;height:55px}}header.navbar .left-side{display:flex;gap:50px;padding:0 30px}@media only screen and (max-width:600px){header.navbar .left-side{padding:0 0 0 15px}}header.navbar .left-side .logo{display:flex;align-items:center;gap:10px;height:60px;font-size:24px;color:#4285f4;font-weight:700}header.navbar .left-side .logo .logo-image{height:40px;width:40px;position:relative}@media only screen and (max-width:600px){header.navbar .left-side .logo .logo-image{height:30px;width:30px}header.navbar .left-side .logo .name{display:none}}header.navbar .left-side ul{list-style:none;display:flex;align-items:center;gap:25px;font-weight:600}@media only screen and (max-width:600px){header.navbar .left-side ul{flex-direction:column;justify-content:center;gap:8px;position:fixed;top:0;left:100%;width:100%;height:100%;z-index:8000;background-color:#4285f4;color:#fff}header.navbar .left-side ul.show{left:0}header.navbar .left-side ul li{font-size:22px}}header.navbar .left-side ul li{cursor:pointer;white-space:nowrap}header.navbar .left-side ul li .icon{font-size:12px}header.navbar .right-side{display:flex;align-items:center;gap:25px;padding:0 30px}@media only screen and (max-width:767px){header.navbar .right-side{padding:0 15px 0 0;gap:10px}header.navbar .right-side .icon{display:none}}header.navbar .right-side .post-btn{background-color:#4285f4;color:#fff;padding:10px 20px;border-radius:20px;cursor:pointer;white-space:nowrap}@media only screen and (max-width:767px){header.navbar .right-side .post-btn{font-size:14px;padding:6px 12px}}header.navbar .right-side .login-btn{cursor:pointer;text-decoration:underline;text-transform:uppercase;white-space:nowrap}@media only screen and (max-width:767px){header.navbar .right-side .login-btn{font-size:14px}}