<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
    font-family: Poppins-Bold;
    src: url("../fonts/Poppins-Bold.ttf");
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Poppins;
    background-color: #0c0c0c;
}

.btn-primary {
    color: #fff;
    background-color: #5865f2;
    border-color: #5865f2;
    font-size: 14px;
}
.btn-primary:hover {
    background-color: #4e5ada;
    border-color: #4e5ada;
}
.btn-primary:active {
    background-color: #4e5ada;
    border-color: #4e5ada;
}
.btn-primary:focus {
    background-color: #4e5ada;
    border-color: #4e5ada;
    box-shadow: none;
}
.btn-primary:active:focus {
    box-shadow: none;
}
.btn-secondary {
    color: #fff;
    background-color: rgba(197,245,245, 0.1);
    border-color: rgba(197,245,245, 0.1);
    font-size: 14px;
}
.btn-secondary:hover {
    background-color: rgba(197,245,245, 0.2);
    border-color: rgba(197,245,245, 0.1);
}
.main {
    padding: 0px;
    margin: 0px;
}
.main.cartoon {
    background: url("../images/header.png") no-repeat top center;
    width: 100%;
    height: 833px;
}
.navbar {
    border-bottom: 1px solid #111111;
    padding: 40px 0px;
    display: flex;
    background-color:  #0a0a0a;
}
.navbar .logo  {
    margin: 0px;
    padding: 0px;
}
.title-o {
    font-family: Poppins-Bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    margin: 150px 0px 0px 0px;
}
.s-title-o {
    color: #c3bebe;
}
.bots {
    padding: 0px;
    margin: 220px 0px 0px 0px;
    --bs-gutter-x: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.bots .list {
    background-color: #0e0e0e;
    border-radius: 5px;
    width: 300px;
    margin-left: 32px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.bots .list:first-child {
    margin-left: 0px;
}
.bots .list:nth-child(5n) {
    margin-left: 0px;
}

.bots .list .image img {
    margin: 20px 20px;
    border-radius: 50px;
    border: 2px solid #272727;
}

.bots .list .info {}

.bots .list .info h1 {
    font-size: 18px;
    color: #e7e7e7;
    font-family: Poppins-Bold;
    text-transform: uppercase;
    margin: 31px 0px 5px 0px;
}
.bots .list .info p {
    font-size: 12px;
    margin: 0px;
}
.bots .list .info p.online {
    color: #51f013;
}
.bots .list .info p.online .icon-online {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: #51f013;
    margin-right: 6px;
}
.bots .list .info p.offline {
    color: #dc1111;
}
.bots .list .info p.offline .icon-offline {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: #dc1111;
    margin-right: 6px;
}
.about {
    margin: 370px 0px 0px 0px;
}
.about h1 {
    text-align: center;
    font-size: 36px;
    color: #e7e7e7;
    font-family: Poppins-Bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
.about p {
    text-align: center;
    font-size: 14px;
    color: #717171;
    font-family: "Poppins", "sans-serif";
    margin: 0px 0px 0px 0px;
}
.about .list {
    margin: 80px 0px 0px 0px;
}
.about .list i {
    font-size: 62px;
    color: #5865f2;
    text-align: center;
    display: block;
}
.about .list h1 {
    font-size: 18px;
    font-family: "Poppins-Bold", "sans-serif";
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
}
.about .list p {
    margin: 10px 0px 0px 0px;
}
.about .list p a {
    color: #5865f2;
    text-decoration: none;
}
.plugin {
    margin: 130px 0px 0px 0px;
}
.plugin h1 {
    font-size: 36px;
    color: #e7e7e7;
    font-family: Poppins-Bold;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
}
.plugin p {
    font-size: 14px;
    color: #717171;
    font-family: "Poppins", "sans-serif";
    margin: 0px 0px 5px 0px;
}
.plugin .ide {
    background-color: #0e0e0e;
    border-radius: 5px;
}
.plugin .ide pre {
    counter-reset: line-numbering;
    padding: 24px 0px 22px 0;
    color: #fff;
}

.plugin .ide pre .line::before {
    content: counter(line-numbering);
    counter-increment: line-numbering;
    padding-right: 1em;
    padding-left: 8px;
    width: 1.5em;
    text-align: right;
    opacity: 0.5;
    color: white;
}
.tutorials {
    background-color: #0e0e0e;
    overflow: hidden;
    margin: 100px 0px 0px 0px;
}
.tutorials h1 {
    font-size: 28px;
    color: #e7e7e7;
    font-family: Poppins-Bold;
    text-transform: uppercase;
    text-align: center;
    margin: 80px 0px 0px 0px;
    line-height: 30px;
}
.tutorials p {
    text-align: center;
    margin: 10px 0px 0px 0px;
    color: #717171;
}
.tutorials .list {
    margin: 50px 0px 0px 0px;
}
.tutorials .list .b {
    background-color: #0c0c0c;
    border-radius: 5px;
    width: 32%;
    margin-left: 25px;
}
.tutorials .list .b:first-child {
    margin-left: 0px;
}
.tutorials .list .b a {
    text-decoration: none;
}
.tutorials .list .b img {
    margin: 30px 0px;
}
.tutorials .list .b h1 {
    margin: 0px 0px 0px 2px;
    text-align: left;
    font-family: Poppins;
    text-transform: none;
    font-size: 16px;
    width: 90%;
    line-height: 25px;
}
.tutorials .list .b p {
    margin: 20px 0px 20px 2px;
    text-align: left;
    color: #5865f2;
    font-size: 12px;
}
.footer {
    margin: 50px 0px;
    overflow: hidden;
}
.footer ul {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}
.footer ul h1 {
    text-transform: none;
    font-size: 18px;
    color: #e7e7e7;
    margin: 0px;
}
.footer ul li {
    color: #717171;
    font-size: 14px;
    margin: 10px 0px;
}
.footer ul li a {
    color: #717171;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #5865f2;
}
.footer img {
    opacity: 0.1;
    cursor: pointer;
}
.footer img:hover {
    opacity: 1;
}
.footer i {
    color: #717171;
    font-size: 18px;
}
.footer a {
    color: #717171;
}
.footer i:hover {
    color: #5865f2;
}
.footer .separator {
    width: 100%;
    height: 2px;
    background-color: rgba(14,14,14,0.5);
    margin: 30px 0px;
}
.footer p {
    text-align: center;
    color: #717171;
    font-size: 14px;
}
.dropdown a {
    text-decoration: none;
}
.dropdown p {
    display: inline-block;
    color: #c3bebe;
    padding: 0px 10px 0px;
    font-size: 14px;
    position: relative;
    top: 8px;
}
.dropdown .dropdown-toggle {
    color: #fff;
    font-size: 16px;
}
.dropdown-toggle::after {
    margin-left: 0em;
    vertical-align: -0.4em;
}
.dropdown-toggle img {
    padding: 0px;
    margin: 0px;
    float: left;
}
.dropdown-menu {
    background-color: #0e0e0e;
    border: none;
    color: #c3bebe;
}
.dropdown-menu a {
    color: #c3bebe;
    font-size: 15px;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
    background-color: #5865f2;
    color: #fff;
}
.dropdown-divider {
    border-top: 1px solid rgba(14,14,14,0.5);
}

.plan {
    background-color: #0e0e0e;
    border: 2px solid rgba(6,6,6, 0.4);
    border-radius: 10px;
    margin: 80px 0px 0px 0px;
}
.plan .recomen {
    background-color: #045bfa;
    width: 100%;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
}
.plan h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0px;
    border-bottom: 1px solid #121212;
    padding-bottom: 15px;
}
.plan h1:nth-child(2) {
    margin: 35px 0px 20px;
    padding: 15px 0px 16px 0px;
}

.plan ul {
    list-style: none;
    padding: 0px 8px;
}
.plan ul li {
    color: #717171;
    margin: 5px 0px;
}
.plan ul li i {
    color: #fff;
    padding: 0px 10px 0px 0px;
}
.plan:nth-child(2) {
    position: relative;
    top: -30px;
}
.plan .fa-check {
    color: greenyellow;
}
.plan .fa-xmark {
    color: red;
}
.plan .price {
    color: #fff;
    font-size: 18px;
    margin: 20px 0px 20px 8px;
}

.plan .price span {
    font-size: 14px;
    color: #717171;
}

.accordion-item {
    background-color: #0e0e0e;
    border: 1px solid rgba(6,6,6, 0.4);
}

.accordion-button {
    background-color: #0e0e0e;
    color: #fff;
    outline: none;
}

.accordion-body {
    color: #717171;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #5865f2;
    outline: none;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
</pre></body></html>