/*Header start*/

body {
    background: #000000;
}

a:hover {
    color: #0074d9;
}

.box {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
    -moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
}

.box2 {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}

.z-in1 {
    z-index: 1;
}

.z-in2 {
    z-index: 2;
}

.z-in3 {
    z-index: 3;
}

.text-gray {
    color: #7c7a7a;
}

@font-face {
    font-family: 'Brink';
    src: url('../fonts/BrinkExtended.woff2') format('woff2'), url('../fonts/BrinkExtended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.brink {
    font-family: Brink;
}

.advent {
    font-family: Advent Pro;
}

.play {
    font-family: Play;
}

.btn-primary:hover {
    background: rgb(0, 87, 203);
    background: linear-gradient(90deg, rgba(0, 87, 203, 1) 0%, rgba(0, 115, 215, 1) 100%);
    border: 2px solid #6697c0;
}

/**********************************Header **********************************/

.navbar-head h4 {
    display: none;
}

.img-bg1 {}

.head-nav-link li {
    display: inline-block;
    padding-right: 36px;
}

.head-nav-link li a:hover {
    color: #0074d9 !important;
}

.home-reg span,
.home-login {
    font-size: 12px;
}

.reg-ico {
    /* background: rgb(0,87,203); */
    background: linear-gradient(0deg, rgba(0, 87, 203, 1) 0%, rgba(0, 115, 215, 1) 100%);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 5px 0px;
    border: 2px solid #6697c0;
    margin: 0 auto;
}

.home-reg-login {
    display: flex;
    align-items: center;
    justify-content: end;
}

.reg-ico:hover {
    background: rgb(0, 87, 203);
    background: linear-gradient(90deg, rgba(0, 87, 203, 1) 0%, rgba(0, 115, 215, 1) 100%);
}

/********************************** header end **********************************/

/********************************** banner start **********************************/

.banner-sec h1 {
    line-height: 70px;
}

.banner-btn {
    margin-top: 40px;
}

.img-bg1 {
    background: url("../images/banner-bg.png") no-repeat scroll center;
    height: 723px;
    background-size: cover;
}

.banner-pad {
    margin-top: 46px;
}

.banner-img {
    margin-left: -265px;
}

.banner-crypto-coins li {
    position: absolute;
}

.banner-crypto-coins li:first-child {
    right: 180px;
    top: -15px;
}

.banner-crypto-coins li:nth-child(3) {
    top: 216px;
    left: -84px;
}

.banner-crypto-coins li:nth-child(4) {
    bottom: -522px;
    left: 116px;
}

.banner-crypto-coins li:nth-child(5) {
    right: 33px;
    bottom: -432px;
}

.banner-crypto-coins li:last-child {
    bottom: -279px;
    right: -21px;
}

/********************************** banner end **********************************/

/********************************** plan start**********************************/

.plan-title {
    display: inline-block;
}

.plan-title h6 {
    padding: 4px 17px;
    border-radius: 25px;
}

.plan-percentage span {
    font-size: 32px;
}

.plan-detail tbody tr td:first-child {
    text-align: start;
}

.plan-detail tbody tr td {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 5px 8px;
}

.table-height {
    min-height: 120px;
}

.plan-detail thead tr th {
    color: #108de4;
    font-size: 15px;
    text-align: start;
    padding: 10px 8px;
    font-weight: 500;
}

.plan-detail tbody tr td:last-child {
    text-align: end;
}

.plan-sec {
    /* background: rgb(29,53,155); */
    background: linear-gradient(-30deg, rgb(29, 53, 155) 0%, rgb(5, 34, 65) 40%, rgb(0, 1, 2) 75%);
    border: 2px solid #0b6cf0;
    border-radius: 25px;
    width: 235px;
    height: 341px;
    position: relative;
    top: 20px;
}

.plan-margin {
    padding: 0px 20px;
}

.plan-min-height {
    height: 437px;
}

.plan-carousel {
    margin-top: 23px;
    margin-left: 20px;
    position: relative;
}

.plan-detail {
    margin: 0 auto;
    background: transparent;
}

.plan-detail tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.plan-sec:hover {
    background: rgb(29, 53, 155);
    background: linear-gradient(0deg, rgba(29, 53, 155, 1) 0%, rgba(5, 34, 65, 1) 40%, rgba(0, 1, 2, 1) 75%);
    border: 2px solid #0b6cf0;
}

.pln-calculate .btn-primary {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 16px 0px;
    font-size: 15px;
}

.pln-calculate {
    background: #000;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 5px 0px;
    margin: 0 auto;
    position: relative;
    top: -8px;
}

.plan-carousel .owl-nav button,
.acct-stats-caro .owl-nav button {
    width: 43px;
    height: 43px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 33px;
    position: absolute;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: rgb(0, 87, 203);
    background: linear-gradient(0deg, rgba(0, 87, 203, 1) 0%, rgba(0, 115, 215, 1) 100%);
    border: 2px solid #6697c0 !important;
}

.nav-btn i {
    font-size: 21px;
}

.plan-carousel .owl-prev,
.acct-stats-caro .owl-prev {
    left: -24px !important;
}

.plan-carousel .owl-next,
.acct-stats-caro .owl-next {
    right: 24px !important;
}

@media only screen and (min-width: 1200px) {
    .plan-move1 {
        position: relative;
        left: 44px;
    }
    .plan-move2 {
        position: relative;
        left: 15px;
    }
    .plan-move3 {
        position: relative;
        left: -15px;
    }
    .plan-move4 {
        left: -44px;
        position: relative;
    }
    .plan-sec::after {
        position: absolute;
        content: "";
        background: url("../images/plan-strike.png") no-repeat;
        width: 30px;
        height: 30px;
        top: -24px;
        z-index: -1;
        right: 30px;
    }
    .plan-sec::before {
        position: absolute;
        content: "";
        background: url("../images/plan-strike.png") no-repeat;
        width: 30px;
        height: 30px;
        bottom: -24px;
        z-index: -1;
        left: 47px;
    }
    .plan-carousel::after {
        position: absolute;
        content: "";
        background: url("../images/plan-strike.png") no-repeat;
        width: 30px;
        height: 30px;
        left: 20px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        z-index: -1;
    }
    .plan-carousel::before {
        position: absolute;
        content: "";
        background: url("../images/plan-strike.png") no-repeat;
        width: 30px;
        height: 30px;
        right: 68px;
        top: 40px;
        bottom: 0px;
        margin: auto;
        z-index: -1;
    }
    .ball::after {
        position: absolute;
        content: "";
        background: url("../images/ball1.png") no-repeat;
        width: 76px;
        height: 76px;
        top: 0px;
        left: 273px;
    }
    .ball::before {
        position: absolute;
        content: "";
        background: url("../images/ball2.png") no-repeat;
        width: 62px;
        height: 62px;
        bottom: 23px;
        right: 14px;
    }
}

/*.plan-bg::before {
	position: absolute;
	content: "";
	background: url("../images/wave.png") no-repeat;
	width: 100%;
	height: 944px;
	top: 127px;
}*/

.plan-bg::after {
    position: absolute;
    content: "";
    background: url("../images/plan-aft-bg.png") no-repeat;
    width: 100%;
    height: 2020px;
    top: -127px;
    background-size: cover;
}

/********************************** plan end **********************************/

/********************************** how it start**********************************/

.how-it-sec {
    position: relative;
    z-index: 1;
}

.hw-it-ico {
    background: rgb(29, 53, 155);
    background: linear-gradient(-50deg, rgb(29, 53, 155) 10%, rgb(5, 34, 65) 40%, rgb(0, 1, 2) 75%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    padding: 12px 0px;
    border: 2px solid #0b6cf0;
    margin: 0 auto;
}

.how-it-fea p {
    line-height: 27px;
}

.how-it-fea {
    background: url("../images/how-it-bg.png") no-repeat;
    width: 252px;
    height: 252px;
    padding: 37px 0px;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .how-it-sec::after {
        position: absolute;
        content: "";
        background: url("../images/char1.png") no-repeat;
        width: 42px;
        height: 49px;
        top: 0px;
        left: -473px;
        right: 0px;
        margin: auto;
    }
    .how-it-sec::before {
        position: absolute;
        content: "";
        background: url("../images/char2.png") no-repeat;
        width: 42px;
        height: 49px;
        bottom: 30px;
        right: 24px;
    }
}

/********************************** how it  end**********************************/

/********************************** about start*********************************/

.abt {
    position: relative;
    z-index: 2;
}

.abt-company {
    display: flex;
    align-items: center;
}

.abt-reg span {
    font-size: 23px;
    line-height: 39px;
}

.abt-reg small {
    font-size: 40px;
}

.abt-reg h2 {
    font-size: 42px;
}

.sta-ico {
    background: rgb(1, 61, 156);
    background: linear-gradient(180deg, rgba(1, 61, 156, 1) 0%, rgba(9, 73, 174, 1) 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 14px 0px;
}

.sta-list {
    display: flex;
    align-items: center;
    justify-content: end;
}

.statistics-sec {
    text-align: end;
    position: relative;
    left: -48px;
}

@media only screen and (min-width: 1200px) {
    .statistics-sec::after {
        position: absolute;
        content: "";
        background: url("../images/sta-arrow.png") no-repeat;
        width: 18px;
        height: 82px;
        top: 30px;
        left: -42px;
        right: 0px;
        margin: auto;
    }
}

/********************************** about  end**********************************/

/********************************** affilite-sec start**********************************/

.affilite-sec {
    position: relative;
}

.affiliate-commission span {
    font-size: 40px;
}

.affiliate-commission {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ref-commission {
    margin-left: -29px;
}

/********************************** affilite-sec  end**********************************/

/********************************** lastwithdarw start**********************************/

.deposit-home {
    position: relative;
}

.trans-item {
    justify-content: space-between;
}

.last-withdraw {
    border: 1px solid #013e9d;
    padding: 15px 20px;
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    background: transparent;
    border-radius: 10px !important;
}

.last-withdraw tbody tr td {
    padding: 5px 26px;
}

.last-withdraw table tr td {
    padding: 10px 23px;
}

.last-withdraw li {
    border-bottom: 1px solid rgb(7, 69, 169, 0.5);
}

.last-withdraw li:last-child {
    border-bottom: none;
}

.trans-item span {
    font-size: 16px !important;
}

.withdraw-right {
    left: -76px;
    position: relative;
    z-index: 2;
}

.withdraw-left {
    position: relative;
    left: -10px;
    z-index: 2;
}

/********************************** lastwithdarw  end**********************************/

/********************************** footer start**********************************/

.last-withdraw tbody tr td {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid rgb(7, 69, 169, 0.5);
    text-align: start;
}

.footer-nav li a {
    font-size: 16px;
}

.footer-nav li iconify-icon {
    margin-right: 10px;
    font-size: 19px;
}

.footer-nav li a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
    .footer-pad1 {
        position: relative;
        left: 58px;
    }
    .footer-pad2 {
        position: relative;
        left: 83px;
    }
    .footer-pad3 {
        position: relative;
        left: 93px;
    }
    .deposit-home::after {
        position: absolute;
        content: "";
        background: url("../images/wave.png") no-repeat;
        width: 100%;
        height: auto;
        top: -285px;
    }
}

.footer-bg::after {
    position: absolute;
    content: "";
    background: url("../images/footer-aft.png") no-repeat;
    width: 100%;
    height: 1052px;
    bottom: 0px;
    z-index: -1;
    background-size: cover;
}

.footer-nav li a:hover {
    color: #0074d9 !important;
}

/********************************** footer end**********************************/

/**********************************Innerpages start **********************************/

.innerpages-bg {
    background: url("../images/mobile-bg.png") no-repeat;
    background-size: cover;
}

.success-msg {
    border: 2px solid #39e862;
}

.error-msg {
    border: 2px solid #e21e51;
}

.info-msg {
    border: 2px solid #ffa370;
}

.input-msg {
    background: transparent;
    border-radius: 10px;
    padding: 7px 13px;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 10px auto;
}

.form-control option {
    background: #000;
}

.form-ico {
    position: absolute;
    right: 12px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    /* background: rgb(0,87,203); */
    background: linear-gradient(0deg, rgba(0, 87, 203, 1) 0%, rgba(0, 115, 215, 1) 100%);
    border: 2px solid #6697c0;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 5px 0px;
    border-radius: 50%;
}

.copyrights a:hover {
    color: #13fdfe !important;
}

.form-control {
    color: #fff;
    padding: 13px 21px;
    border-radius: 7px;
    background: rgb(29, 53, 155);
    background: linear-gradient(0deg, rgba(29, 53, 155, 1) 0%, rgba(5, 34, 65, 1) 40%, rgba(0, 1, 2, 1) 75%);
    border: 2px solid #0b6cf0 !important;
}

iconify-icon {
    font-size: 20px;
}

.innerpage-foot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg-left {
    margin: 0 15px;
}

.form-block {
    margin-top: 15px;
}

.inner-top {
    margin-top: 30px;
}

.innerpage-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
}

.login-con h6 {
    font-size: 16px;
}

t-size: 14px;
}

.login-con a {
    color: #05dcff;
}

.login-con a {
    font-size: 16px !important;
}

.innerpage-footer {
    position: relative;
    top: 145px;
}

.innerpage-foot-top {
    margin-top: 100px;
}

.form-arrow {
    background: url(../images/lan-arrow.png) center right 10px no-repeat, linear-gradient(0deg, rgba(29, 53, 155, 1) 0%, rgba(5, 34, 65, 1) 40%, rgba(0, 1, 2, 1) 75%);
}

.innerpages a:hover {
    color: #fff;
}

.innerpages {
    margin-bottom: 60px;
    padding-top: 20px;
}

/**********************************Innerpages end **********************************/

/**********************************about start **********************************/

.abt-page::after {
    position: absolute;
    background: url("../images/mobile-bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 756px;
    content: "";
    top: 0px;
    z-index: -1;
}

.abt-sec {
    margin-bottom: 40px;
}

/**********************************about end **********************************/

/********************************** Responsive **********************************/

@media only screen and (max-width: 1345px) {}

@media only screen and (max-width: 1199px) {
    .owl-nav {
        display: none;
    }
    .abt-content p br {
        display: none;
    }
    .abt-logo {
        position: relative;
        left: -35px;
    }
    .title p br {
        display: none;
    }
    .withdraw-right {
        left: 0px;
    }
    .last-withdraw tbody tr td {
        font-size: 15px;
    }
    .footer-head p br {
        display: none;
    }
    .plan-detail table thead tr th {
        padding: 10px 12px;
    }
    .plan-detail tbody tr td {
        padding: 5px 7px;
    }
    .plan-detail thead tr th {
        padding: 10px 8px;
    }
}

@media only screen and (max-width: 991px) {
    .head-nav-link li a {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    .head-nav-link li a h6 {
        font-size: 12px;
    }
    .head-nav-link li h6 {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.34);
    }
    .head-nav-link li {
        padding: 3px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar-head {
        width: 100%;
        border-radius: 5px;
        padding: 5px 10px;
        background: rgb(0, 87, 203);
        background: linear-gradient(0deg, rgba(0, 87, 203, 1) 0%, rgba(0, 115, 215, 1) 100%);
    }
    .navbar-head h4 {
        display: inline-block;
        font-size: 20px;
        margin-top: 8px;
        color: #fff;
    }
    .nav-head button {
        float: right;
    }
    .nav-head .navbar-toggler {
        background: #fff;
        border: 0;
    }
    .head-nav-link li {
        width: 100%;
        text-align: center;
    }
    .head-nav-link {
        border-radius: 5px;
        padding: 10px;
        background: rgb(29, 53, 155);
    }
    .head-nav-link li:last-child {
        border-bottom: none;
    }
    .mobile-screen {
        margin-top: 10px;
    }
    .abt-logo {
        ;
        left: 0px;
    }
    .img-bg1 {
        height: auto;
        background: url("../images/mobile-bg.png") no-repeat;
    }
    .head-logo {
        text-align: center;
    }
    .home-reg-login {
        justify-content: center;
        margin: 15px 0px;
    }
    .banner-pad {
        margin-top: 0px;
        text-align: center;
    }
    .banner-sec h1 {
        line-height: 50px;
    }
    .banner-crypto-coins li {
        position: relative;
        display: inline-block;
        margin: 10px 10px;
    }
    .banner-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner-crypto-coins li:first-child {
        right: 0px;
        top: 0px;
    }
    .banner-crypto-coins li:nth-child(3) {
        top: 0px;
        left: 0px;
    }
    .banner-crypto-coins li:nth-child(4) {
        bottom: 0px;
        left: 0px;
    }
    .banner-crypto-coins li:nth-child(5) {
        right: 0px;
        bottom: 0px;
    }
    .banner-crypto-coins li:last-child {
        bottom: 0px;
        right: 0px;
    }
    .plan-sec {
        margin: 0 auto;
    }
    .abt-logo {
        left: 0px;
        text-align: center;
    }
    .abt-content {
        text-align: center;
    }
    .abt-company {
        justify-content: center;
        margin-top: 20px;
    }
    .sta-list {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .statistics-sec {
        text-align: center;
        position: relative;
        left: 0px;
    }
    .title {
        text-align: center;
    }
    .ref-commission {
        margin-left: 0px;
    }
    .affiliate-commission {
        margin-top: 20px;
    }
    .withdraw-left {
        left: 0px;
    }
    .withdraw-right {
        margin-top: 20px;
    }
    .footer-list {
        margin-top: 20px;
    }
    .latest-news {
        text-align: end;
    }
    .footer-pad4 {
        text-align: end !important;
    }
    .head-pad {
        padding-top: 20px;
    }
}

@media only screen and (max-width:767px) {
    .plan-sec {
        /* background: rgb(29,53,155); */
        width: 100%;
    }
    .plan-carousel {
        margin-top: 0px;
        margin-left: 0px;
        position: relative;
    }
    .plan-min-height {
        height: 410px;
        margin: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-crypto-coins li {
        margin: 10px 33px;
    }
    .footer-list {
        margin-top: 20px;
        text-align: center;
    }
    .latest-news {
        text-align: center;
    }
    .footer-nav li {
        display: inline-block;
    }
    .footer-pad4 {
        text-align: center !important;
    }
}

@media only screen and (max-width: 424px) {
    .btn-primary {
        font-size: 16px;
    }
    .btn-outline-primary {
        font-size: 16px;
    }
    .abt-reg small {
        font-size: 26px;
    }
    .affiliate-commission {
        display: block;
        text-align: center;
    }
    .abt-reg h2 {
        font-size: 28px;
    }
    .footer-bg {
        padding-bottom: 20px;
    }
}