/*----intro----*/
.masternodesBg{
    margin-top: 5em;
    background-image: url('/../img/bghex-bg.png');
    background-size: 1140pt;
    background-position: 50% 0;
    text-align: center;
    background-repeat: no-repeat;
    min-height: 800px;
}
.text-center{
    text-align: center;
}
#masternodes{
    overflow: hidden;
}
#masternodes .section-content{
    padding-top: 30px;
    padding-bottom: 40px;
}
#masternodes .section-content .subtitle{
    padding-right: 0;
}
#masternodes .section-title.intro{
    padding-top: 120px;
}
#masternodes .container.masternodes p.subtitle{
    margin-bottom: 0;
}
#masternodes .section-description .row{
    height: fit-content;
}
#masternodes .cards-desc, .git-text p{
    font-family: 'ProximaNovaThin', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.58;
    text-align: left;
}
.masternode-setup{
    margin-bottom: 60px;
}
#masternodes h4{
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 30px;
}
#masternodes .section-description img{
    max-width: 507px;
    width: 100%;
    height: auto;
}
#masternodes .questions{
    margin-bottom: 110px;
}
#masternodes .hosting .section-content, #masternodes .hosting .section-title{
    padding-top: 0;
}
#masternodes .installation .section-title{
    padding-top: 60px;
}
#masternodes .installation p.subtitle{
    margin-bottom: 42px;
}
.hosting-cards .card{
    border-radius: 8px;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.04);
    border: solid 1px #f4f4f4;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px 50px 35px;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.hosting-cards .card:hover{
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
}
.hosting-cards .card-header{
    background-color: #fff;
    border-bottom: none;
}
.hosting-cards .card-title p{
    font-family: ProximaNovaBold, sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.hosting-cards .card-description p{
    font-family: ProximaNovaThin, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}
.hosting-cards .ubuntu img{
    padding-bottom: 10px;
}
.hosting-cards .cpu img{
    padding-bottom: 20px;
}
.hosting-cards .memory img{
    margin: 10px auto 30px;
}
.hosting-cards .ssd img{
    margin: 10px auto 25px;
}
.hosting-cards .ip img{
    margin: 4px auto 22px;
}
.installation-image{
    width: 100%;
    height: 274px;
    border-radius: 8px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-content: center;
}
.installation-image img{
    max-width: 202px;
    height: auto;
}
.installation .subtitle{
    margin-bottom: 40px;
}
.install-guide{
    justify-content: center;
    text-align: center;
    margin-bottom: 6.4em;
    position: relative;
}
hr.between-hr{
    border: dashed 1px #ebebeb;
    width: 76%;
    position: absolute;
    top: 37%;
    z-index: -1;
    background-image: unset;
    height: unset;
}
.install-guide h5{
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
.install-guide p{
    font-family: ProximaNovaThin, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}
.install-guide.row div{
    width: 20%;
}
#masternodes .git-text{
    margin-top: 1.6em;
}
#masternodes .git-text h4{
    font-family: ProximaNovaBold, sans-serif;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}
.command-inline{
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
}
.command{
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 5px 50px 5px 10px;
    display: inline-block;
    margin-left: 50px;
}
div.command p{
    margin-bottom: 5px;
}
div.command{
    margin-bottom: 11px;
}
.note{
    margin-left: 57px;
}
.bold-note{
    font-family: ProximaNovaBold, sans-serif;
}
.congrats-card{
    background:url("../img/congrats-bg.png") no-repeat #000;
    min-height: 158px;
    border-radius: 8px;
    margin-bottom: 81px;
    background-size: 1140pt;
}
.git-text p.congrats{
    font-family: ProximaNovaBoldBold, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #e9d0a0;
}
.git-text p.congrats-descr{
    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}
.git-text ul{
    text-indent: 2.5em;
}
.git-text ol{
    padding-left: 3em;
}
.text-goldish{
    color: #d2b987;
}
.command{
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 5px 50px 5px 10px;
    display: inline-block;
    margin-left: 50px;
    width: 74%;
}
.installation ul{
    margin-bottom: 23px;
}
.installation .card{
    border-radius: 8px;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.04);
    border: solid 1px #f4f4f4;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    padding: 35px 39px 10px ;
}
#masternodes .setup .section-content h3{
    padding-top: 0;
    padding-bottom: 1em;
}
#masternodes .setup .section-content p.subtitle{
    margin-bottom: 3em;
}
#masternodes .setup .section-content ul{
    padding-left: 19px;
    margin-bottom: 2rem;
}
#masternodes .setup h4:last-of-type{
    margin-top: 1em;
}
#masternodes .setup{
    margin-bottom: 4em;
}
#masternodes .setup-buttons-container{
    margin-top: 4em;
}
.setup-buttons-container a.setup-btn{
    text-decoration: none;
}
.setup-btn{
    width: 200px;
    height: 46px;
    border-radius: 5px;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.04);
    border: solid 1px #f4f4f4;
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}
.setup-btn:hover, .setup-btn:focus{
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
}
#masternodes .questions:first-of-type .image-container img{
    max-width: 320px;
}
.setup-btn:first-of-type{
    margin-right: 30px;
}
.setup-btn img{
    max-width: 15px;
    margin-right: 5px;
}
.setup-btn span{
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
.rewards img{
    max-width: 340px;
    height: auto;
}
.rewards .section-title{
    padding-top: 70px;
}
.rewards .subtitle{
    margin-bottom: 85px;
}
.rewards .first-description{
    margin-bottom: 45px;
}
.rewards .rewards-descriptions{
    margin-bottom: 185px;
}
/* ------------- chart ------------- */
canvas#chart-area{
    max-width: 400px;
    height: 400px;
    padding: 54px;
    -ms-transform: rotate(-21.5deg); /* IE 9 */
    -webkit-transform: rotate(-21.5deg); /* Chrome, Safari, Opera */
    transform: rotate(-21.5deg);
}
.floating-numbers{
    position: absolute;
    text-align: center;
    width: 13em;
    top: -46px;
    left: 19%;
    border-radius: 5px;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.04);
    border: solid 1px #f4f4f4;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.3em 0.5em;
}
.floating-numbers p.g-amount{
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 16px;
    color: #b0b0b0;
}
.floating-numbers p.masternode{
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 19px;
    font-weight: 900;
}
.floating-numbers p{
    margin: 0;
}
.floating-numbers p.coins{
    color: #e8cfa0;
    font-family: ProximaNovaRegular, sans-serif;
    font-weight: 900;
    font-size: 30px;
    display: inline-block;
}
.floating-numbers p.year{
    font-family: ProximaNovaRegular, sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.floating-numbers div:first-of-type{
    margin-right: 0.3em;
}
.floating-numbers div.d-flex{
    font-size: 18px;
    font-family: ProximaNovaRegular, sans-serif;
    font-weight: 500;
}
.container.installation .download-banner img.wallet-img{
    max-width: 450px;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}
.container.installation .download-banner img.banner-avatar{
    max-width: 30px;
    width: 100%;
    height: auto;
    margin-right: 7px;
}
/*--------------- banner---------------*/
.voucher-banner{
    background-image: url('/../img/voucher-bg.png');
    background-size: 774pt;
    background-position: right;
}
.masternode-banner, .masternode-setup{
    display: flex;
    align-items: center;
}
.masternode-setup{
    border-radius: 8px;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.04);
    background-color: #000000;
    padding: 6px 35px 6px 15px;
}
.masternode-banner .question{
    font-family: ProximaNovaBoldbold, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-bottom: 6px;
}
.setup-description{
    font-family: ProximaNovaThin, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
}
.setup-description.text-gold{
    color: #e9d0a0;
}
.banner-text{
    margin-left: 20px;
}
.masternode-setup.container {
    display: flex;
    justify-content: space-between;
}
.access-link{
    width: 218px;
    height: 54px;
    border-radius: 5px;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.04);
    border: solid 1px #f4f4f4;
    background-color: #000000;
    font-family: ProximaNovaBoldbold, sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    align-content: center;
    display: grid;
    transition: all 0.3s;
}
.access-link:hover, .access-link:focus{
    border: solid 1px #e9d0a0;
    color: #e9d0a0;
    text-decoration: none;
}
/* ------------ voucher banner ------------ */
.voucher-banner{
    padding: 0 35px 0 0;
    position: relative;
}
.voucher-banner img{
    max-width: 320px;
    min-height: 113px;
    width: 100%;
}
.voucher-banner .question{
    font-family: ProximaNovaBoldBold, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}
.voucher-banner .setup-val{
    font-family: ProximaNovaBold, sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: normal;
    color: #e9cfa1;
    margin-bottom: 0;
    line-height: 1;
}
.voucher-banner .setup-description{
    font-family: ProximaNovaThin, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
}
.voucher-banner .limited-val{
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #e9cfa1;
    margin-bottom: 0;
    margin-top: 8px;
}
.voucher-banner .access-link{
    font-family: ProximaNovaRegular, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 12.9em;
    height: 2.8em;
}
.voucher-banner .banner-text{
    position: absolute;
    left: 17.6%;
}
/* -------------- media -------------- */
@media(max-width: 1199px){
    #masternodes .setup .section-content p.subtitle{
        padding: 0 107px;
    }
    #masternodes .center-masternodes p, #masternodes .center-masternodes h4{
        text-align: center;
    }
    #masternodes .center-masternodes .image-container, .rewards-descriptions .image-container{
        text-align: center!important;
    }
    .rewards-descriptions p, .rewards-descriptions h4
    {
        text-align: center!important;
    }
    .floating-numbers {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    .second-description p:last-of-type{
        margin-bottom: 4em;
    }
    .container.installation .download-banner img.wallet-img {
        top: 25px;
    }
    .masternode-setup.container {
        display: block;
    }
    .masternode-banner{
        display: block;
        text-align: center;
    }
    .setup-description {
        text-align: center;
    }
    .banner-text {
         margin-left: 0;
    }
    a.access-link {
        margin: 20px auto 30px;
    }
    .masternode-setup {
        padding: 20px 15px 6px 15px;
    }
    .voucher-banner img {
        display: none;
    }
    .voucher-banner .banner-text{
        position: initial;
    }
    .voucher-banner {
        background-repeat: no-repeat;
        background-position: initial;
        padding-bottom: 22px;
        background-size: cover;
    }
    .voucher-banner .access-link {
        margin-bottom: 1em;
    }
}
@media(max-width:1024px){
    #masternodes .container.masternodes p.subtitle{
        padding: 0 130px;
    }
    .subtitle{
        margin-bottom: 70px;
    }
    #masternodes .installation .section-title{
        padding-top: 40px;
    }
    .command{
        width: 80%;
    }
}
@media (max-width: 991px){
    .section-title{
        padding-top: 90px;
    }
    .section-content.intro{
        padding-bottom: 0;
    }
    #masternodes .cards-desc{
        text-align: center;
    }
    #masternodes .container.masternodes p.subtitle{
        margin-bottom: 50px;
    }
    #masternodes .questions{
        margin-bottom: 0;
    }
    .hosting .section-title{
        padding-top: 0;
    }
    .rewards .rewards-descriptions{
        margin-bottom: 85px;
    }
    .install-guide.row div{
        width: 50%;
    }
    hr.between-hr{
        display: none;
    }
    #masternodes .container.masternodes p.subtitle{
        padding: 0 50px;
    }
    #masternodes .setup .section-content p.subtitle{
        padding: 0;
    }
    #masternodes .setup{
        margin-bottom: 0;
    }
    #masternodes h4{
        font-size: 32px;
    }
    .hosting .section-content, .installation .section-content{
        padding-bottom: 0;
    }
    .command{
        margin-left: 0;
        width: 100%;
    }
    .rewards .subtitle{
        margin-bottom: 0;
    }
    .rewards-descriptions .text-container{
        padding-top: 50px;
        text-align: center;
    }
    #masternodes .rewards-descriptions h4, #masternodes .masternodesBg h4{
        text-align: center;
    }
    .order-sm-2{
        order: 2;
    }
    .order-sm-1{
        order: 1;
    }
    .container.installation .download-banner img.wallet-img {
        max-width: 400px;
        top: 67px;
    }
}
@media(max-width: 767px){
    #masternodes .container.masternodes p.subtitle{
        padding: 0;
    }
    .image-container{
        margin-bottom: 30px;
    }
    #masternodes h4, #masternodes .cards-desc{
        text-align: center;
    }
    #masternodes h4{
        font-size: 30px;
    }
    #masternodes .setup .section-content p.subtitle{
        padding: 0 25px;
    }
    #masternodes .cards-desc{
        padding-right: 0;
    }
    .command{
        margin-left: 15px;
        width: 97%;
    }
    .container.installation .download-banner img.wallet-img {
        display: none;
    }
    .download-banner h3.headline,     .download-banner p.banner-description.access {
        text-align: center;
    }
    .download-banner a {
        margin: 0 auto 2em;
    }
    .download-banner {
        padding: 26px 10px 26px;
    }
    .masternode-banner .question {
        font-size: 17px;
    }
    .setup-description {
        font-size: 12px;
    }
    .access-link {
        width: 175px;
        height: 48px;
        font-size: 15px;
    }
}
@media( min-width: 992px){
    .order-md-2{
        order: 2;
    }
    .order-md-1{
        order: 1;
    }
}
@media (max-width: 575px){
    .install-guide.row div{
        width: 100%;
    }
    .git-text ol{
        padding-left: 0;
    }
    .floating-numbers {
        top: -25px;
    }
    .floating-numbers p.coins {
        font-size: 20px;
    }
    .floating-numbers p.year {
        font-size: 13px;
    }
    .floating-numbers p.g-amount {
        font-size: 14px;
    }
    .floating-numbers p.masternode {
        font-size: 16px;
    }
    .download-banner a {
        margin: 0 auto 0.5em;
    }
}
@media(max-width: 425px){
    .masternodes{
        min-height: 300px;
    }
    #masternodes .container.masternodes p.subtitle{
        margin-bottom: 0;
    }
    .hosting-cards .card{
        padding: 50px 18px 35px;
    }
    ul{
        text-align: left;
    }
    .command{
         margin-left: 0;
         width: 100%;
    }
    #masternodes .git-text h4{
        font-size: 19px;
    }
    .installation .card{
        padding: 25px 15px 10px 35px;
    }
    .congrats{
        font-size: 27px;
    }
    .congrats-descr{
        font-size: 14px;
    }
    .text-container{
        padding-bottom: 15px;
    }
    #masternodes .container.masternodes p.subtitle{
        padding: 0;
    }
}
@media(max-width: 375px){
    .setup-buttons-container.d-flex{
        display: block !important;
    }
    a.setup-btn.d-flex.justify-content-center.align-items-center{
        margin: 0 auto 20px;
    }
    .rewards .section-title{
        padding-top: 30px;
    }
    canvas#chart-area {
        max-width: 220px;
        height: 220px;
        padding: 30px;
    }
    .floating-numbers {
        width: 8em;
    }
    .floating-numbers p.coins {
        font-size: 16px;
    }
    .floating-numbers p.year {
        font-size: 12px;
    }
    .floating-numbers p.g-amount {
        font-size: 12px;
    }
    .floating-numbers p.masternode {
        font-size: 14px;
    }
    .floating-numbers {
        top: -43px;
    }
}
