.body-dark {
    background-color: #040b14;
}

.horizontal-footer {
    background: #040b14;
    height: 100px;
    padding: 15px 15px;
}

.horizontal-footer .copyright {
    text-align: center;
    color: #a8a9b4;
}

.horizontal-footer .privacy {
    text-align: center;
    color: #a8a9b4;
}

.horizontal-footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #212431;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin: 6px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.horizontal-footer .social-links a:hover {
    background: #149ddd;
    color: #fff;
    text-decoration: none;
}

.chart-container {
    height: 400px;
}

/*Earnings*/
.earnings {
    padding-bottom: 30px;
}

.earnings .info {
    padding: 5px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.earnings .info i {
    font-size: 20px;
    color: #149ddd;
    float: left;
    width: 44px;
    height: 44px;
    background: #dff3fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.earnings .info h3 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #050d18;
}

.earnings .info h4 {
    margin-bottom: 10px;
    font-size: 34px;
    color: #3c8609;
}


/*Tiers*/
.tiers_wrapper {
    padding: 5px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.tiers .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.tiers .progress .tier {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #050d18;
}

.tiers .progress .tier .val {
    float: right;
    font-style: normal;
}

.tiers .progress-bar-wrap {
    background: #dce8f8;
    height: 20px;
}

.tiers .progress-bar {
    width: 1px;
    height: 20px;
    transition: .9s;
    background-color: #149ddd;
}

.tiers_wrapper .tier_upgrade i {
    font-size: 50px;
    color: #149ddd;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.tier_upgrade p {
    font-weight: 5;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #050d18;
}


/*Campaigns*/
.campaigns-selector .row .active-campaign {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.campaigns-selector .inactive-campaign {
    padding: 5px;
    background: #d7d7d7;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

/*Raffles*/
.raffle-header-card {
    text-align: right;
    color: #050d18;
    font-weight: 600;
}

.raffle-image {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    color: white;
}

/*--------------------------------------------------------------
# Horizontal Header
--------------------------------------------------------------*/
.horizontal-header {
    background: #040b14;
    height: 100px;
    padding: 15px 15px;
    position: sticky;
}

#horizontal_header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
}

#horizontal_header.header-scrolled, #horizontal_header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8);
}

#horizontal_header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#horizontal_header .logo a {
    color: #fff;
}

#horizontal_header .logo a span {
    color: #149ddd;
}

#horizontal_header .logo img {
    max-height: 40px;
}

/*--------------------------------------------------------------
#  Get Started Button
--------------------------------------------------------------*/
.get-started-btn {
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #149ddd;
}

.get-started-btn:hover {
    background: #149ddd;
    color: #343a40;
}

@media (max-width: 992px) {
    .get-started-btn {
        padding: 7px 20px 8px 20px;
        margin-right: 15px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu Horizontal Header
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.horizontal-navbar {
    padding: 0;
}

.horizontal-navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.horizontal-navbar li {
    position: relative;
}

.horizontal-navbar a, .horizontal-navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.horizontal-navbar a i, .horizontal-navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.horizontal-navbar a:hover, .horizontal-navbar .active, .horizontal-navbar .active:focus, .horizontal-navbar li:hover > a {
    color: #149ddd;
}

.horizontal-navbar .dropdown ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.horizontal-navbar .dropdown ul li {
    min-width: 200px;
}

.horizontal-navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #151515;
    font-weight: 400;
}

.horizontal-navbar .dropdown ul a i {
    font-size: 12px;
}

.horizontal-navbar .dropdown ul a:hover, .horizontal-navbar .dropdown ul .active:hover, .horizontal-navbar .dropdown ul li:hover > a {
    background-color: #149ddd;
}

.horizontal-navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.horizontal-navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.horizontal-navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .horizontal-navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .horizontal-navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
/*.mobile-nav-toggle {*/
/*  color: #fff;*/
/*  font-size: 28px;*/
/*  cursor: pointer;*/
/*  display: none;*/
/*  line-height: 0;*/
/*  transition: 0.5s;*/
/*}*/

/*@media (max-width: 991px) {*/
/*  .mobile-nav-toggle {*/
/*    display: block;*/
/*  }*/

/*  .horizontal-navbar ul {*/
/*    display: none;*/
/*  }*/
/*}*/
/*.horizontal-navbar-mobile {*/
/*  position: fixed;*/
/*  overflow: hidden;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background: rgba(0, 0, 0, 0.9);*/
/*  transition: 0.3s;*/
/*  z-index: 999;*/
/*}*/
/*.horizontal-navbar-mobile .mobile-nav-toggle {*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  right: 15px;*/
/*}*/
/*.horizontal-navbar-mobile ul {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 55px;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  left: 15px;*/
/*  padding: 10px 0;*/
/*  background-color: #fff;*/
/*  overflow-y: auto;*/
/*  transition: 0.3s;*/
/*}*/
/*.horizontal-navbar-mobile a, .horizontal-navbar-mobile a:focus {*/
/*  padding: 10px 20px;*/
/*  font-size: 15px;*/
/*  color: #151515;*/
/*}*/
/*.horizontal-navbar-mobile a:hover, .horizontal-navbar-mobile .active, .horizontal-navbar-mobile li:hover > a {*/
/*  color: #151515;*/
/*  background-color: #149ddd;*/
/*}*/
/*.horizontal-navbar-mobile .getstarted, .horizontal-navbar-mobile .getstarted:focus {*/
/*  margin: 15px;*/
/*}*/
/*.horizontal-navbar-mobile .dropdown ul {*/
/*  position: static;*/
/*  display: none;*/
/*  margin: 10px 20px;*/
/*  padding: 10px 0;*/
/*  z-index: 99;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  background: #fff;*/
/*  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*}*/
/*.horizontal-navbar-mobile .dropdown ul li {*/
/*  min-width: 200px;*/
/*}*/
/*.horizontal-navbar-mobile .dropdown ul a {*/
/*  padding: 10px 20px;*/
/*  color: #151515;*/
/*}*/
/*.horizontal-navbar-mobile .dropdown ul a i {*/
/*  font-size: 12px;*/
/*}*/
/*.horizontal-navbar-mobile .dropdown ul a:hover, .horizontal-navbar-mobile .dropdown ul .active:hover, .horizontal-navbar-mobile .dropdown ul li:hover > a {*/
/*  background-color: #149ddd;*/
/*}*/
/*.horizontal-navbar-mobile .dropdown > .dropdown-active {*/
/*  display: block;*/
/*}*/

/*FAQs*/
.accordion-item {
    background: #0c2b46;
    border: 1px solid #149ddd;
}

.accordion-header button {
    color: #fff;
}

.faqs-title {
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #149ddd;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
}

/*--------------------------------------------------------------
# Home Types
--------------------------------------------------------------*/
.home_types .icon-box {
    text-align: center;
    border: 1px solid #0c2b46;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #0c2b46;
}

.home_types .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #149ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.home_types .icon-box .icon i {
    color: #151515;
    font-size: 40px;
    transition: ease-in-out 0.3s;
}

.home_types .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.home_types .icon-box h4 a {
    color: #fff;
    transition: ease-in-out 0.3s;
}

.home_types .icon-box h4 a:hover {
    color: #149ddd;
}

.home_types .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.home_types .icon-box:hover {
    border-color: #149ddd;
    box-shadow: 0px 0 25px 0 rgb(156, 197, 207);
    transform: translateY(-10px);
}

.more_doubts {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/home_background.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

.beyond_header {
    z-index: 9999;
}

.div-only-mobile {
    display: none;
}

.div-no-mobile {
    display: block;
}

@media screen and (max-width: 849px) {

    .div-no-mobile {
        display: none
    }

    .div-only-mobile {
        display: block;
    }

}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #212431;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #149ddd;
    color: #fff;
    text-decoration: none;
}

.payment-card {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.payment-card .info {
    font-size: 34px;
    color: #3c8609;
}

.image-border {
    border-color: #000000;
    box-shadow: 0px 0 25px 0 rgb(180, 189, 189);
    -webkit-transform: scale(0.8);
}

@media (max-width: 720px) {
    .image-border {
        -webkit-transform: scale(1);
    }
}