﻿.bg-color-grey {
    background-color: #4e4e4e !important;
}

.bg-color-black {
    background-color: #000000 !important;
}

.bg-color-transparent {
    background-color: transparent !important;
}

.bg-color-blue-dark {
    background-color: rgba(10, 33, 102, 0.72) !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bg-color-blue {
    background-color: #2a67d8 !important;
}

.bg-color-nav-blue {
    background-color: #4782f0 !important;
}

.bg-color-section-blue {
    background-color: #568ef7 !important;
}

.bg-color-card-blue {
    background-color: #2a67d8 !important;
}

.mega-page-header {
    background-size: auto;
    background-position: 100% 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.header-top {
    border-bottom: 0px !important;
}

.overlay:before {
    background: #4782f0 !important;
}

.iphone-carousel {
    position: relative;
    background: url(/assets/img/demos/app-landing/backgrounds/bg-smartphone.png);
    width: 344px;
    height: 636px;
}

    .iphone-carousel .owl-carousel {
        padding: 72px 0 0 3px;
    }

        .iphone-carousel .owl-carousel .owl-nav button.owl-next:before {
            font-size: 32px !important;
        }

        .iphone-carousel .owl-carousel .owl-nav button.owl-prev {
            left: -12px;
        }

            .iphone-carousel .owl-carousel .owl-nav button.owl-prev:before {
                font-size: 32px !important;
            }

.w-25-px {
    width: 25px !important;
}

.w-50-px {
    width: 50px !important;
}

.w-75-px {
    width: 75px !important;
}

.w-100-px {
    width: 100px !important;
}

.w-125-px {
    width: 125px !important;
}

.w-150-px {
    width: 150px !important;
}

.w-200-px {
    width: 200px !important;
}

.w-225-px {
    width: 225px !important;
}

.w-250-px {
    width: 250px !important;
}

.w-275-px {
    width: 275px !important;
}

.w-300-px {
    width: 300px !important;
}

.w-325-px {
    width: 325px !important;
}

.w-350-px {
    width: 350px !important;
}

.w-375-px {
    width: 375px !important;
}

.w-400-px {
    width: 400px !important;
}

.w-500-px {
    width: 500px !important;
}


@-webkit-keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse-grow-on-hover {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pulse-grow-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .pulse-grow-on-hover:hover,
    .pulse-grow-on-hover:focus,
    .pulse-grow-on-hover:active {
        -webkit-animation-name: pulse-grow-on-hover;
        animation-name: pulse-grow-on-hover;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        text-decoration: none !important;
    }

.text-color-blue {
    color: #4782F0 !important;
}

.text-color-blue-soft {
    color: #A1C2FF !important;
}

.text-color-bitcoin {
    color: #E99A16 !important;
}

.text-color-purple {
    color: #3937A8 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.dotted-hr {
    border: none;
    border-top: 3px dotted #ff8f39;
    height: 3px;
    width: 25%;
    margin: 25px auto;
}

html .featured-box-blue .icon-featured {
    width: 75px !important;
    height: 75px !important;
    line-height: 50px !important;
    background-color: #518FF6 !important;
    color: white !important;
    padding: 10px !important;
    border-radius: 9px !important;
}

html .featured-box-blue h4 {
    color: #518FF6;
}

html .featured-box-blue .box-content {
    border-top-color: #518FF6;
}

html .featured-box-blue .box-content-border-bottom {
    border-bottom-color: #518FF6;
}

.letter-spacing-finveo {
    letter-spacing: 7.7px !important;
}

.instruments {
    position: relative;
}

    .instruments .instruments-bitcoin {
        display: inline-block;
        position: absolute;
        top: 52px;
        left: 109px;
    }

    .instruments .instruments-euro {
        display: inline-block;
        position: absolute;
        top: 373px;
        left: 92px;
    }

    .instruments .instruments-apple {
        display: inline-block;
        position: absolute;
        top: 243px;
        right: 0px;
    }

    .instruments .instruments-amazon {
        display: inline-block;
        position: absolute;
        top: 173px;
        left: -8px;
    }

    .instruments .instruments-tesla {
        display: inline-block;
        position: absolute;
        top: -62px;
        right: -43px;
    }

@media screen and (max-width: 767px) {
    .process-step-circle {
        width: 50px !important;
        height: 50px !important;
    }
}

@media screen and (max-width: 992px) {
    .trustpilot-bottom-margin{
        margin-bottom: 30px;
    }
    .mega-page-header {
        height: initial !important;
    }

    .instruments {
        position: initial !important;
    }

        .instruments div {
            margin-bottom: 40px;
        }

        .instruments .instruments-bitcoin {
            display: block;
            position: initial !important;
            text-align: center;
        }

        .instruments .instruments-euro {
            display: block;
            position: initial !important;
            text-align: center;
        }

        .instruments .instruments-apple {
            display: block;
            position: initial !important;
            text-align: center;
        }

            .instruments .instruments-apple img {
                width: 100px !important;
            }

        .instruments .instruments-amazon {
            display: block;
            position: initial !important;
            text-align: center;
        }

            .instruments .instruments-amazon img {
                width: 150px !important;
            }

        .instruments .instruments-tesla {
            display: block;
            position: initial !important;
            text-align: center;
        }

            .instruments .instruments-tesla img {
                width: 150px !important;
            }

        #econframe{
            height: 600px;
        }
}



.fa-star {
    color: #f0c330;
}

#what-our-client-say .card-body {
    height: 280px;
}

.bg-color-blue-gradient {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #4782F0 0%, #093FA4B5 82%) !important;
    opacity: 1 !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s !important;
}

.width-20-percent {
    width: 20% !important;
}

.overlay-dark:before {
    background: #1a1a1a !important;
}

.accordion-card-dark {
    background-color: #151721;
    border: inherit !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #e2e2e2 !important;
    border-radius: 7px 7px 7px 7px !important;
}

.process .process-step.completed-step .process-step-circle {
    background-color: #39b54a;
    border: white;
}

.bg-position-x-100-p {
    background-position-x: 100% !important;
}

.custom-card-style {
    background: #151721;
    border-width: 1px 1px 1px 1px !important;
    border-color: #e2e2e2 !important;
    border-radius: 7px 7px 7px 7px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Big Shoulders Display", Sans-serif;
    letter-spacing: 0em;
}

.text-font-family-alternative {
    font-family: "Poppins", Sans-serif;
}

.spacer {
    height: 80px;
}

@media (min-width: 320px) {
    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.33333333%;
    }
}

.hr-border-top {
    border-top: 1px solid #eaeaea;
}


.flexible-height-header {
    background-size: auto;
    background-position: 100% 0;
    width: 100%;
    background-size: cover;
}

.min-height-100px {
    min-height:100px !important;
}

/*AFFILIATE PAGE CSS FOR STEPS*/
#affiliate-steps .process-step-circle {
    background-color: transparent;
    border: 9px solid orange;

}
#affiliate-steps .process-step-circle-content,
#affiliate-steps .process-step-content {
    color: white !important;
}

#affiliate-steps .process-step:before {
    content: '';
    height: 2px;
    display: block;
    background-color: transparent;
    position: absolute;
    width: 50%;
    top: 45px;
    left: 75%;
}

.bg-color-lighter-grey{
    background-color: #f1f1f1;

}
.text-orange {
    color: orange !important;
}

/******************/
.chart-margin-top {
    margin-top: 150px;
}

@media screen and (max-width: 992px) {
    .small-screen-box {
        font-size: 50px;
        padding: 50px;
    }

    .small-screen-image {
        width: 100vw;
    }

    .paragraf-small-screen {
        margin: 20px
    }

    .chart-margin-top {
        margin-top: 50px;
    }
}
.process-step-circle-small {
    height: 40px !important;
    width: 40px !important;
}
#welcomebonusdiv .process-step:before{
    display: none;
}
#welcomebonusfirst:before {
    background-image: linear-gradient(180deg, #4782F0 0%, #051531B5 100%) !important;
}
.welcome-bonus-list-items:after {
    content: "";
    width: 47%;
    border-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.welcome-bonus-buttons{
    padding: 20px !important;
}
.password-requirement-list{
    list-style: none !important;
}