@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.pagination{font-family:var( --pagination-font-family, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );font-weight:var(--pagination-font-weight, 400);line-height:var(--pagination-line-height, 1.5);display:flex;padding-left:0;margin-top:var(--pagination-margin-top, 0);margin-bottom:var(--pagination-margin-bottom, 0);list-style:none;justify-content:var( --pagination-justify-content, var(--pagination-justify-content-fb) )}.pagination .page-link{position:relative;display:block;padding:var(--pagination-padding-y, .375rem) var(--pagination-padding-x, .75rem);font-size:var(--pagination-font-size, 1rem);color:var(--pagination-color, #0d6efd);text-decoration:none;background-color:var(--pagination-bg, #fff);border:var(--pagination-border-width, 1px) solid var(--pagination-border-color, #dee2e6);border-radius:var(--pagination-border-radius, .375rem);margin:0 var(--pagination-item-margin-x, .2rem);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.pagination .page-link{transition:none}}.pagination .page-link:hover{z-index:2;color:var(--pagination-hover-color, #0a58ca);background-color:var(--pagination-hover-bg, #e9ecef);border-color:var( --pagination-hover-border-color, var(--pagination-border-color, #dee2e6) )}.pagination .page-link:focus{z-index:3}.pagination .active>.page-link{z-index:3;color:var(--pagination-active-color, var(--pagination-bg, #fff));background-color:var(--pagination-active-bg, var(--pagination-color, #0d6efd));border-color:var( --pagination-active-border-color, var(--pagination-active-bg, var(--pagination-color, #0d6efd)) )}.pagination .disabled>.page-link{color:var(--pagination-disabled-color, #6c757d);pointer-events:none;background-color:var(--pagination-disabled-bg, var(--pagination-bg, #fff));border-color:var( --pagination-disabled-border-color, var(--pagination-border-color, #dee2e6) )}.pagination.justify-content-start{--pagination-justify-content-fb: flex-start}.pagination.justify-content-end{--pagination-justify-content-fb: flex-end}.pagination.justify-content-center{--pagination-justify-content-fb: center}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}section.home{width:100%}section.home .topNav{width:100%;padding:5px 100px;display:flex;justify-content:flex-end;align-items:center;font-size:.8rem;gap:10px;background-color:#3b3b3b}section.home .topNav p{display:flex;align-items:center;color:#fff;gap:5px}section.home .topnav2{width:100%;display:flex;padding:1rem 100px;align-items:center;justify-content:space-between;background-color:#3b3b3b}section.home .topnav2 .tl h4{color:#fff;text-transform:uppercase;font-size:1.4rem;font-weight:500;letter-spacing:1px}section.home .topnav2 .tr ul{display:flex;gap:15px}section.home .topnav2 .tr ul li{list-style:none}section.home .topnav2 .tr ul li .link{text-decoration:none;color:#fff}section.home .topnav2 .tr ul li .link.active{color:#854fee}section.home .topNav3{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#3b3b3b;display:none}section.home .topNav3 h2{font-size:1rem;text-transform:uppercase;color:#fff;letter-spacing:1px}section.home .topNav3 span{color:#fff}section.home .topNav3 .mob{width:50%;position:fixed;right:0;background-color:#000c;top:0;height:100%;z-index:9999;padding:1rem}section.home .topNav3 .mob span{font-size:1.2rem}section.home .topNav3 .mob .linkss{width:100%;display:flex;flex-direction:column;padding-top:1.5rem}section.home .topNav3 .mob .linkss ul li{list-style:none;margin-bottom:1rem}section.home .topNav3 .mob .linkss ul li .link{text-decoration:none;color:#fff}section.home .topNav3 .mob .linkss ul li .link.active{color:#854fee}section.home .topNav3 .mob .linkss ul li .link:hover{color:#4458dc}section.home .about{width:100%;padding:10px 100px;margin-top:2rem}section.home .about h2{font-size:1.8rem;color:#4458dc;text-transform:uppercase;font-weight:700}section.home .about .wrap{width:100%;display:flex;padding-top:1rem}section.home .about .wrap .left{width:50%;display:flex;justify-content:center;flex-direction:column}section.home .about .wrap .left p{color:#777;text-align:justify;line-height:1.5rem;margin-bottom:.4rem}section.home .about .wrap .left p span{color:#854fee;font-weight:600}section.home .about .wrap .left .read{width:100px;padding:.5rem;border:none;outline:none;background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);color:#fff;border-radius:5px;margin-top:.5rem;font-weight:500;box-shadow:0 10px 30px #39383d34;cursor:pointer}section.home .about .wrap .right{width:50%;display:flex;justify-content:center;align-items:center}section.home .about .wrap .right img{width:80%;height:80%;object-fit:contain}section.home .course{width:100%;margin-top:4rem;padding:10px 100px}section.home .course h2{color:#4458dc;font-size:2rem}section.home .course p{margin-top:.5rem;color:#777}section.home .course .read{margin-top:3rem;padding:.5rem .6rem;border:none;outline:none;color:#fff;background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);box-shadow:0 10px 30px #39383d34;border-radius:5px;cursor:pointer}section.home .course .wrap{display:flex;flex-wrap:wrap;gap:20px;padding-top:1.5rem}section.home .course .wrap .card{width:250px;height:270px;display:flex;flex-direction:column;border:1px solid #f3f3f3;border-radius:5px}section.home .course .wrap .card img{width:100%;min-height:150px;max-height:150px;object-fit:contain;border-top-right-radius:5px;border-top-left-radius:5px}section.home .course .wrap .card .price{display:flex;justify-content:space-between;align-items:center;padding:.5rem;padding-bottom:0}section.home .course .wrap .card .price h5{color:#4458dc;text-transform:capitalize;font-size:1rem}section.home .course .wrap .card .price span{font-size:.9rem;color:#777;font-weight:600}section.home .course .wrap .card .set{display:flex;justify-content:space-between;align-items:center;padding:0 .5rem}section.home .course .wrap .card .set .rating i{font-size:.8rem;color:#ffa600}section.home .course .wrap .card .set .du{display:flex;gap:2px;align-items:center}section.home .course .wrap .card .set .du i{color:#777;font-size:.9rem}section.home .course .wrap .card .set .du span{font-size:.9rem}section.home .course .wrap .card p{color:#777;font-size:.9rem;padding:.5rem;text-align:justify}section.home .course .wrap .card:hover{box-shadow:0 10px 30px #39383d34}section.home .sub{width:100%;align-items:center;height:400px;background:url(/assets/subscribe-bg-6989fc79.png);background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:10px 100px;gap:20px}section.home .sub h2{color:#fff;text-transform:uppercase;letter-spacing:2px}section.home .sub p{color:#fff}section.home .sub .box{display:flex;gap:5px}section.home .sub .box input{padding:.5rem;border:1px soli #fff;background:transparent;outline:none;border:none;color:#fff;border:1px solid #fff;border-radius:3px;width:400px}section.home .sub .box input::placeholder{color:#fff}section.home .sub .box button{border:none;background-color:#fff;border-radius:3px;padding:.6rem 1rem;color:#4458dc;font-weight:500;cursor:pointer}section.home .contact{width:100%;margin-top:2rem;padding:10px 100px}section.home .contact h2{color:#4458dc;text-transform:uppercase;font-weight:700;font-size:1.5rem;margin-bottom:1rem}section.home .contact .wrap{width:100%;height:100%;display:flex}section.home .contact .wrap .left{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;height:400px;justify-content:center}section.home .contact .wrap .left .game{width:100%;display:flex;margin-bottom:1.5rem}section.home .contact .wrap .left .game .sm{width:2.6rem;min-width:2.6rem;height:2.6rem;background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);border-radius:5px;box-shadow:0 10px 30px #39383d34;display:flex;justify-content:center;align-items:center}section.home .contact .wrap .left .game .sm i{color:#fff;font-size:1.5rem}section.home .contact .wrap .left .game .sc{display:flex;flex-direction:column;padding-left:1rem;gap:3px}section.home .contact .wrap .left .game .sc h5{color:#777;font-size:1rem;font-weight:600}section.home .contact .wrap .left .game .sc h6{color:#777;font-size:.9rem;font-weight:500}section.home .contact .wrap .right{width:50%;height:fit-content}section.home footer{width:100%;margin-top:2rem;background-color:#000;padding:1.5rem 100px}section.home footer .row{width:100%;display:flex}section.home footer .row .col-1{width:40%;display:flex;flex-direction:column;gap:10px}section.home footer .row .col-1 h2{color:#854fee}section.home footer .row .col-1 p{color:#fff;text-align:justify;line-height:1.5rem}section.home footer .row .col-2,section.home footer .row .col-3{width:30%;display:flex;flex-direction:column;align-items:center;gap:10px}section.home footer .row .col-2 h3,section.home footer .row .col-3 h3{color:#fff;text-transform:uppercase;font-weight:500;font-size:1rem}section.home footer .row .col-2 ul li,section.home footer .row .col-3 ul li{list-style:none;margin-bottom:.5rem}section.home footer .row .col-2 ul li .link,section.home footer .row .col-3 ul li .link{text-decoration:none;color:#fff;display:flex;align-items:center;gap:10px}section.home footer .row .col-2 ul li .link:hover,section.home footer .row .col-3 ul li .link:hover{color:#854fee}section.home footer p{text-align:center;color:#fff;margin-top:1rem}section.home .ct{width:100%}section.home .ct .sbar1{width:100%;display:flex;padding:10px 100px;align-items:center;gap:10px;margin-top:1rem}section.home .ct .sbar1 input{width:100%;padding:.6rem 1rem;border-radius:5px;border:none;outline:none;border:1px solid #f3f3f3}section.home .ct .sbar1 button{padding:.6rem 1rem;background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);border:none;outline:none;color:#fff;border-radius:5px;min-width:fit-content;cursor:pointer}section.home .ct .result{width:100%;min-height:500px;display:flex;justify-content:center;align-items:center;flex-direction:column}section.home .ct .result img.no{width:15rem;height:15rem;object-fit:contain}section.home .ct .result2{padding:10px 100px;margin-top:1rem}section.home .ct .result2 .blink{width:100%;display:flex;gap:15px;align-items:center}section.home .ct .result2 .blink p{color:#777}section.home .ct .result2 .blink p span{color:#854fee}section.home .ct .result2 .blink a{border:none;outline:none;padding:.3rem .5rem;border-radius:5px;color:#fff;background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);box-shadow:0 10px 30px #39383d34;cursor:pointer;text-decoration:none;font-size:.8rem}section.home .ct .result2 img{width:100%;height:100%;object-fit:contain;padding:2rem}section.home .founder{width:100%;display:flex;padding:10px 100px}section.home .founder .left{width:fit-content;padding-top:1rem}section.home .founder .left img{width:10rem;height:10rem;object-fit:contain;border:1px solid #f3f3f3}section.home .founder .right{width:100%;padding:1rem}section.home .founder .right h3{color:#4458dc;margin-bottom:1rem;font-weight:400}section.home .founder .right p{margin-bottom:1rem;color:#777;line-height:1.5rem;text-align:justify}section.home .service{width:100%;padding:10px 100px}section.home .service h2{text-transform:uppercase;color:#854fee;margin-bottom:.5rem;margin-top:1rem}section.home .service p{color:#777;line-height:1.5rem}section.home .service .wrap{width:100%;display:flex;flex-direction:column;padding-top:1rem;gap:10px}section.home .service .wrap .card{width:100%;display:flex;flex-direction:column;gap:10px;margin-bottom:1rem}section.home .service .wrap .card .left{width:100%;display:flex;align-items:center;gap:10px}section.home .service .wrap .card .left .c{width:2rem;height:2rem;border-radius:50%;box-shadow:0 10px 30px #39383d34;display:flex;justify-content:center;align-items:center}section.home .service .wrap .card .left .c i{color:#854fee}section.home .service .wrap .card .left h4{color:#854fee}section.home .service .wrap .card .right{display:flex;flex-direction:column;gap:10px;margin-top:.5rem}section.home .service .wrap .card .right ul{padding-left:2rem}section.home .service .wrap .card .right ul li{margin-bottom:5px;color:#777}@media (max-width: 900px){section.home footer{padding:1.5rem 10px}section.home .contact{padding:1.5rem 10px}section.home .sub{padding:1.5rem 10px}section.home .course{padding:1.5rem 10px}section.home .about{padding:1.5rem 10px}section.home .topnav2{padding:1.5rem 10px}section.home .service{padding:1.5rem 10px}section.home .service .wrap p{text-align:justify!important}section.home .ct{height:100%}section.home .ct .sbar1{padding:1rem 10px}section.home .ct .sbar1 button{max-width:100px;padding:.6rem .5rem}section.home .ct .result{min-height:fit-content}section.home .ct .result .result2{width:100%;padding:10px}section.home .ct .result .result2 .blink{margin-bottom:2.5rem}section.home .ct .result .result2 img{padding:0}section.home .founder{padding:10px;flex-direction:column}section.home .founder .left{width:100%}section.home .founder .left img{width:100%}}@media (max-width: 700px){section.home .topnav2{display:none}section.home .topNav3{display:block;display:flex}section.home .about .wrap{flex-direction:column-reverse}section.home .about .wrap .left{width:100%;padding-top:2rem}section.home .about .wrap .right{width:100%}section.home .sub{margin-top:1rem}section.home .sub h2{font-size:1.3rem}section.home .sub p{text-align:justify;font-size:.9rem}section.home .sub .box input{width:100%}section.home .sub .box button{width:100px}section.home .contact .wrap{flex-direction:column-reverse}section.home .contact .wrap .left{width:100%}section.home .contact .wrap .left .game{align-items:center}section.home .contact .wrap .right{width:100%}section.home footer .row{flex-direction:column;gap:20px}section.home footer .row .col-1,section.home footer .row .col-2,section.home footer .row .col-3{width:100%;justify-content:flex-start;align-items:flex-start}section.home .course{margin-top:1rem}section.home .course h2{margin-bottom:1rem}section.home .course p{color:#777;line-height:1.5rem}section.home .course .wrap{padding:1rem}section.home .course .wrap .card{width:100%;padding:1rem;height:fit-content}section.home .ant-carousel .slick-slide .content h2{margin-top:2rem}}.ant-carousel .slick-slide{text-align:center;height:500px;line-height:160px;background:#364d79;overflow:hidden;position:relative}.ant-carousel .slick-slide img{width:100%;height:100%;object-fit:cover;z-index:1;position:absolute;top:0;left:0;right:0;bottom:0}.ant-carousel .slick-slide .content{position:absolute;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;right:0;bottom:0}.ant-carousel .slick-slide .content h2{color:#fff;padding:0;height:10px}.ant-carousel .slick-slide .content p{color:#fff;font-size:1.2rem;margin-top:1rem}.vt{writing-mode:vertical-rl;text-orientation:upright;text-align:center;font-size:1.2rem;color:#854fee}section.login{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}section.login .box{width:50%;height:300px;border:1px solid #f3f3f3;display:flex;border-radius:5px}section.login .box .left{width:50%;display:flex;justify-content:center;align-items:center;padding:1rem}section.login .box .left img{width:100%;height:100%;object-fit:contain}section.login .box .right{width:50%;padding:1rem;display:flex;flex-direction:column;justify-content:center;gap:20px}section.login .box .right h4{color:#854fee;text-transform:uppercase;letter-spacing:1px}section.login .box .right .group{display:flex;flex-direction:column}section.login .box .right .group label{color:#777;margin-bottom:.5rem}section.login .box .right .group input{border:none;outline:none;border:1px solid #f3f3f3;padding:.5rem;border-radius:5px;color:#777}section.login .box .right button{max-width:100px;border:none;padding:.5rem;background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);box-shadow:0 10px 30px #39383d34;color:#fff;font-weight:500;outline:none;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer}@media (max-width: 900px){section.login{padding:1rem}section.login .box{width:100%;flex-direction:column}section.login .box .left{width:100%;display:none}section.login .box .left img{width:5rem;height:5rem}section.login .box .right{width:100%}}section.dashboard{width:100%;height:100vh;overflow:hidden;display:flex}section.dashboard .wrap{width:100%;height:100%;display:flex}section.dashboard .wrap .left{width:17%;display:flex;padding:1rem;flex-direction:column;gap:10px;background-color:#fafafa}section.dashboard .wrap .left h2{color:#854fee;text-transform:uppercase;text-align:center;font-weight:600;letter-spacing:1px}section.dashboard .wrap .left ul{margin-top:1.5rem;display:flex;flex-direction:column;gap:10px}section.dashboard .wrap .left ul li{list-style:none}section.dashboard .wrap .left ul li .link{display:flex;align-items:center;text-decoration:none;gap:10px;color:#777;padding:.6rem .5rem;font-weight:500;font-size:1rem}section.dashboard .wrap .left ul li .link i{padding:.3rem;border-radius:3px}section.dashboard .wrap .left ul li .link:hover{background-color:#000000e6;border-radius:5px;color:#fff}section.dashboard .wrap .left ul li .link:hover i{background:linear-gradient(90deg,#4458dc 0%,#854fee 100%)}section.dashboard .wrap .left ul li .link.active{background-color:#000000e6;border-radius:5px;color:#fff}section.dashboard .wrap .left ul li .link.active i{background:linear-gradient(90deg,#4458dc 0%,#854fee 100%)}section.dashboard .wrap .right{width:83%}section.dashboard .wrap .right .bar{width:100%;padding:1rem 1rem 0rem;display:none}section.dashboard .bot{position:fixed;width:fit-content;height:100%;background-color:#000;padding:1rem;display:none}section.dashboard .bot .list{display:flex;flex-direction:column;gap:10px}section.dashboard .bot .list h2{color:#fff;text-transform:uppercase;font-weight:500;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}section.dashboard .bot .list ul{margin-top:1rem}section.dashboard .bot .list ul li{list-style:none;margin-bottom:1rem}section.dashboard .bot .list ul li .link{color:#fff;display:flex;align-items:center;gap:10px;text-decoration:none;padding:.5rem;font-size:1rem;border-radius:5px}section.dashboard .bot .list ul li .link.active{background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);color:#fff}.create{padding:1rem 1.5rem;width:100%}.create h2{color:#854fee;font-weight:500;margin-bottom:1rem}.create .group{width:100%;display:flex;flex-direction:column;margin-bottom:1rem}.create .group label{color:#777;margin-bottom:.3rem}.create .group input{border:none;outline:none;color:#777;border:1px solid #f3f3f3;padding:.5rem .8rem;width:100%;border-radius:5px}.create .group span{font-size:.8rem;color:#777;margin-top:.2rem}.create button{border:none;padding:.8rem;border-radius:5px;outline:none;background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);color:#fff;font-weight:500;box-shadow:0 10px 30px #39383d34;margin-top:1.5rem;cursor:pointer}.view{padding:1rem 1.5rem;width:100%}.view h2{color:#854fee;font-weight:500;margin-bottom:1rem;margin-top:1rem}.view p{font-size:.8rem;color:#777}.view .top{display:flex;width:80%}.view .top input{width:100%;border:1px solid #f3f3f3;padding:.5rem .8rem;border-radius:5px;outline:none}.view .top button{border:none;outline:none;background:linear-gradient(90deg,#4458dc 0%,#854fee 100%);color:#fff;padding:.5rem 1rem;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer}.view .no{width:100%;height:400px;display:flex;justify-content:center;align-items:center;flex-direction:column}.view .no img{width:15rem;height:15rem;object-fit:contain}.view .no h4{color:#777;padding-left:1.5rem}.view table{width:100%;table-layout:fixed;margin-top:1rem;border-collapse:collapse}.view table thead th{color:#777;text-align:left;border:1px solid #f3f3f3;padding:.5rem;border-radius:5px}.view table thead th:nth-child(4){width:100px}.view table thead th:nth-child(1){width:150px}.view table thead th:nth-child(2){width:200px}.view table tbody tr td{border:1px solid #f3f3f3;padding:.5rem;overflow:hidden;text-overflow:ellipsis;word-wrap:nowrap;color:#777}.view table tbody tr td:nth-child(3) a{color:#4458dc;cursor:pointer;text-decoration:none}.view table tbody tr td:nth-child(4) button{border:none;outline:none;padding:.2rem;border-radius:3px;background-color:#854fee;color:#fff;font-weight:500;cursor:pointer}@media (max-width: 900px){section.dashboard .wrap .left{display:none}section.dashboard .wrap .right{width:100%}section.dashboard .wrap .right .bar{display:block;display:flex}section.dashboard .bot{display:block;display:flex}.create{width:100%;padding:1rem}.view{padding:1rem}.view .top{width:100%}.view .tramp{width:100%;overflow-x:auto}.view .tramp table{width:1000px}.view .tramp::-webkit-scrollbar{display:none}}.pagination .active>.page-link{background:#854fee!important;border-color:#854fee!important;color:#fff!important}.pagination .page-link{color:#854fee!important}
