body {
    font-family: 'Lato', sans-serif;
    color: #bebebe;
    font-size: 16px;
    background: #0E131B url("bg.jpg") no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

/* Spin Animation */
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  img[src="royalmatic1.png"] {
    animation: spin 5s infinite linear;
  }

b,
strong {
    font-weight: 600;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.btn {
    border-radius: 20px;
}

.btn-connect {
    border-color: #8446e500;
    color: #fff!important;
    font-weight: 700;
    background: #5B32D4 url(gold.png);
    background-size: 100% 100%;
}

.btn-connect2 {
    background: none!important;
    border-color: #6a6a6a;
    color: #7fdd2f!important;
    border-right: 4px solid #70cf1f;
}

.btn-connect img {
    width: 45px;
    vertical-align: text-top;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

.navbar {
    border-radius: 0px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #00000021;
}

.navbar-brand {
    display: block;
    height: 45px;
    margin: 20px 0;
    padding: 10px 0;
}

.nav-tabs {
    border-bottom: none;
    height: 55px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6e6e6e;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px;
    border-left: 3px solid #ffffff0a;
    background: #00000000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #debb0d;
    border: 1px solid #fff0;
    border-left: 3px solid #cf231f;
    border-bottom-color: transparent;
}

.connect {
    float: right;
    margin: 20px 0px;
}

.blur {
    background-color: #181F2B;
    border-color: #0000;
    backdrop-filter: blur(5px);
}

.box {
    white-space: normal;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
}

.box h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #ffcc33;
}

.bbox {
    background: #261146;
    box-shadow: 4px 4px 10px #00000059;
}

.abox {
    display: block;
    cursor: pointer;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.abox:hover,
.abox:active,
.abox:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0000005e;
}

.abox i {
    font-size: 30px;
    margin: 8px 10px;
    vertical-align: middle;
    color: #ffffff;
}

.abox .title_mini {
    font-size: 14px;
}

@media (max-width: 767px) {
    .abox .title_mini {
        display: block;
        font-size: 12px;
        margin-top: 5px;
    }
}

.stat_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #cf231f;
    margin-bottom: 10px;
}

.stat_value {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.title {
    color: #261146;
    display: inline-block;
    padding: 3px 22px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    background: #ebebeb;
}

.roi {
    background: #261146;
    color: #ffb92e;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    border-radius: 0px;
    padding: 5px 10px;
    border-radius: 2px 0px 0px 2px;
}

.term {
    background: #f9cb70;
    color: #282114;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0px 2px 2px 0px;
}

.h1main {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-top: 48px;
}

.stats_acc {
    font-size: 21px;
    font-weight: 900;
    margin: 10px 0px;
    color: #ffffff;
    line-height: 23px;
}

.stats_acc .text {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #ffff;
    margin-top: 0px;
}

.stats_acc .cur {
    font-weight: 100;
    display: inline-block;
    font-size: 70%;
}

.stats_acc2 {
    font-size: 21px;
    font-weight: 900;
    margin: 10px 0px;
    color: #8446e5;
    line-height: 23px;
    padding: 20px;
    border-radius: 2px;
    background: #eee1ff;
}

.stats_acc2 .text {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #261146;
    background: #cbadfb;
    margin: 0px -20px;
    margin-top: 10px;
    margin-bottom: -20px;
    padding: 10px 20px;
}

.col-md-20 {
    width: 20%;
}

.stats_acc2 .cur {
    font-weight: 100;
    display: block;
}

.stats_acc3 {
    font-size: 21px;
    font-weight: 900;
    margin: 10px 0px;
    color: #8446e5;
    line-height: 23px;
}

.stats_acc3 .text {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #261146;
    margin-top: 10px;
    margin-bottom: -8px;
}

.stats_acc3 .cur {
    font-weight: 100;
    display: block;
}

.table {
    font-size: 16px;
    background: #181F2B;
    border-radius: 2px;
    overflow: hidden;
    color: #b6b6b6;
    border: 1px solid #181F2B;
}

th {
    border-color: #0000005e!important;
    font-weight: 600;
}

td {
    border-color: #0000005e!important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 12px;
}

.depobox {
    display: block;
}

@media (max-width: 767px) {
    .depobox {
        display: block;
        float: none;
        margin-top: 15px;
    }
}

.btn-deposit {
    border-radius: 20px;
    display: block;
    width: 100%;
    font-size: 20px;
}

.form-deposit {
    display: block;
    width: 100%;
    border-radius: 20px;
    vertical-align: middle;
    font-size: 14px;
}

.level {
    display: block;
    background: #eee1ff;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 15px;
    margin: 2px 0px;
    text-align: center;
    color: #261146;
}

.level span {
    background: #8446e5;
    display: inline-block;
    border-radius: 2px;
    width: 50px;
    text-align: center;
    font-weight: 700;
    margin-left: 5px;
    color: #fff;
}

.form-ref {
    display: inline-block;
    max-width: 359px;
    border-radius: 20px;
    font-size: 16px;
    height: 28px;
    background: #ffffff36;
    border: 1px solid #00000030;
    color: #ffff;
    margin: 5px 0px;
}

.table>tbody+tbody {
    border-top: 2px solid #0003;
}

.modal-open .modal {
    background: #000000;
    background-size: cover;
}

.modal-content {
    background-color: #e2cc0d;
}

.close {
    color: #fff;
    opacity: .8;
    font-size: 27px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #00000036;
    color: #fff;
}

.modal-body {
    padding: 30px;
}

.dashing {
    height: 6px;
    background: #ffb92e;
    border-radius: 0px 0px 2px 2px;
    width: 30%;
    margin-left: 30px;
    margin-bottom: -6px;
    position: relative;
    z-index: 1;
}

.mainview {}

.main-menu {
    margin-top: -20px;
    background: #8446e5 url(gold.png);
    background-size: 100% 100%;
}

.main-menu a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 12px 0px;
    text-decoration: none;
}

.main-menu a:hover {
    color: #4483EE;
}

@media (max-width: 767px) {
    .h1main {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .col-md-20 {
        width: 100%;
    }
}

.mainview_longer {
    height: 160px;
}

.angelpic {
    height: 300px;
    margin-bottom: -35px;
    float: right;
}

@media (max-width: 767px) {
    .angelpic {
        height: 280px;
        padding-bottom: 0px;
        margin-bottom: -55px;
        float: left;
        position: relative;
        bottom: -30px;
        left: -10px;
    }
}

.cbox {
    background: #8446e5 url(gold.png);
    background-size: 100% 100%;
    border-radius: 60px;
}

.cbox-time {
    margin: 10px;
    background: #8446e5 url(gold.png);
    background-size: 100% 100%;
}

.col-md-33 {
    width: 20%;
}

@media (max-width: 767px) {
    .col-md-33 {
        width: 80%;
    }
}

.col-xs-3 {
    width: 20%;
}

@media (max-width: 767px) {
    .col-xs-3 {
        padding-left: 0px;
        padding-right: 0px;
        width: 33%;
    }
}