﻿.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;
}
/*Finfree Page CSS*/

.explore-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    font-family: Manrope !important;
}

.explore-h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 68.3px;
    color: #000;
    margin-top: 100px;
}

.start-now-button {
    text-decoration: none;
    color: white;
    background-color: #00E091;
    padding: 10px 44px 10px 44px;
    font-size: 20px;
    border-radius: 26.5px;
    width: 134px;
    height: 46px;
}

.explore-p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-top: 39px;
}

/*---------------Investing section---------------*/
.investing-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    font-family: Manrope !important;
}

.investing-h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 68.3px;
    color: #000;
}

.investing-p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-top: 30px;
}

.investing-li {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.investing-ul {
    line-height: 21.5px;
    margin-top: 22px;
}

/*---------------Explore section---------------*/
.automated-section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    font-family: Manrope !important;
}

.automated-h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 68.3px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 50px;
}

.automated-h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 68.3px;
    color: #000;
    margin-bottom: 20px;
}

.automated-p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-top: 20px;
}




/*---------------Watchlist section---------------*/


.watchlist-section {
    background-color: #F5F5F5;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    font-family: Manrope !important;
}

.watchlist-h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    color: #000;
    margin-top: 150px;
}

.watchlist-p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-top: 20px;
}


/*---------------Discover section---------------*/

.discover-section {
    background-color: #333333;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    font-family: Manrope !important;
}

.discover-h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 54.64px;
    color: #fff;
}

.discover-p {
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-top: 40px;
}

.discover-p2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-top: 91px;
    margin-bottom: 23px;
}

.download-now-button {
    text-decoration: none;
    color: white;
    background-color: #00E091;
    padding: 10px 71px 10px 71px;
    font-size: 20px;
    border-radius: 26.5px;
    width: 134px;
    height: 46px;
}

.download-images {
    margin-top: 27px;
}

.google-play-png {
    width: 137px;
    margin-right: 8px;
}

.app-store-png {
    width: 137px;
}

.slider-section {
    background-color: #333333;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    font-family: Manrope !important;
}

/* Djole CSS */

.flexFinfree {
    font-family: 'Manrope !important';
    font-size: 50px;
    line-height: 68px;
}

.finfreeparagraph {
    font-family: 'Manrope !important';
    font-size: 20px;
    font-weight: 400;
    color: #090A0A;
    line-height: 32px;
}

.thirdphone-div {
    margin: 0 auto;
}

.finfreeparagraph2 {
    font-family: 'Manrope !important';
    font-size: 20px;
    font-weight: 400;
    color: #090A0A;
    line-height: 32px;
    font-size: 18px;
    margin-top: 30px;
}

.cyantext {
    color: #00E091;
}

.cyanbuttonFinfree {
    text-decoration: none;
    color: white;
    background-color: #00E091;
    padding: 10px 71px 10px 71px;
    font-size: 20px;
    border-radius: 26.5px;
    width: 134px;
    height: 46px;
}

    .cyanbuttonFinfree:hover {
        text-decoration: none;
    }

.leftcolumnfinfree {
    margin-top: 100px;
}

.slider-p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: white;
    margin-top: 20px;
}

.alignimagetobottom {
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {

    .pushfrombutton {
        padding-bottom: 30px;
    }

    .finfreeparagraph {
        margin: auto;
    }

    .finfreeparagraph2 {
        margin: auto;
    }

    .centerimagefinfree {
        margin: 0 auto;
        width: 100%;
    }
}

.leftcolumnfinfree span {
    font-weight: 700;
}

@media only screen and (max-width: 1400px) {
    #communityButton {
        font-size: 14px;
    }
}

/*End of Finfree Page CSS*/

/*Aleks CSS*/

.btn-transparent {
    background-color: transparent;
    border: 1px solid white !important
   
}
@media screen and (max-width: 830px){
    #uk-first-header-row{
        display: block !important;
        text-align: center;
    }
    #login-fca-list{
        justify-content: center !important;
    }
}
