:root{--geeting-box-background-color:rgb(243, 244, 246);--geeting-box-text-color:rgb(120, 127, 138);--geeting-box-normal-border:1px solid rgba(207, 207, 207, 0.68);--geeting-box-hover-text-color:rgb(120, 127, 138);--geeting-box-hover-border:1px solid rgb(120, 127, 138);--main-moto-background:linear-gradient(to right, rgb(42, 45, 49),rgba(105, 118, 141, 0.668));--desription-text-color:rgb(77, 87, 100);--button-background-color:rgb(0, 107, 230);--button--text-color:white;--theme_changer_foot-background-color:rgb(243, 244, 246);--poweredby-text-color:rgb(77, 87, 100)}html.dark{--geeting-box-background-color:rgb(38,38,38);--geeting-box-text-color:rgb(146, 149, 158);--geeting-box-normal-border:1px solid rgba(255, 255, 255, 0);--geeting-box-hover-text-color:rgb(201, 205, 219);--geeting-box-hover-border:1px solid rgba(82, 160, 255, 0.635);--main-moto-background:linear-gradient(to right, rgb(240, 238, 238),rgba(84, 83, 83, 0.962));--desription-text-color:rgb(156, 163, 175);--button-background-color:rgb(0, 138, 230);--button--text-color:white;--theme_changer_foot-background-color:rgb(23, 23, 23);--poweredby-text-color:rgb(156, 163, 175)}.main_box{display:flex;flex-direction:column;width:100vw;justify-content:space-between}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#hero{padding:2rem;padding-top:3rem;display:flex;flex-direction:column;gap:30px}.geeting_box{width:fit-content;height:min-content;padding:4px;padding-left:16px;padding-right:20px;display:flex;justify-content:center;align-items:center;gap:8px;background-color:var(--geeting-box-background-color);color:var(--geeting-box-text-color);border:var(--geeting-box-normal-border);border-radius:20px}.geeting_box:hover{transition:.8s;border:var(--geeting-box-hover-border);color:var(--geeting-box-hover-text-color)}.geeting_box>span{background-color:inherit}.geeting_box>.box{height:8px;width:8px;background-color:#52baff;border-radius:20px}.main_moto{margin:0;padding:0;line-height:1;background:var(--main-moto-background);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.main_moto_text{font-size:55px;font-weight:800}.desription{line-height:1.3;color:var(--desription-text-color)}.desription_text{font-size:20px;font-weight:500}.button{background-color:var(--button-background-color);border-radius:35px;width:fit-content;height:min-content;padding:10px;padding-left:20px;padding-right:20px}.button_text{color:var(--button--text-color);background-color:var(--button-background-color)}#buttonboxlink{text-decoration:none;height:fit-content;width:fit-content;border-radius:35px}footer{display:none}.theme_changer_foot{background-color:var(--theme_changer_foot-background-color);width:100%;padding:10px;padding-left:2rem;display:flex;justify-content:space-between;align-items:center}.breakmoto,.breakdes{display:none}@media(min-width:640px){.breakmoto{display:block}}@media(min-width:550px){.breakdes{display:block}}@media(max-width:700px){.main_moto_text{font-size:48px;font-weight:800}.desription_text{font-size:18px;font-weight:500}}@media(min-width:768px){.sidebar-container{display:none}}