﻿.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;
    }
    .hidden-on-desktop{
        display: none;
    }
@media screen and (max-width: 767px) {
    #carousel {
        height: 70vh !important;
    }
    .process-step-circle {
        width: 50px !important;
        height: 50px !important;
    }
    .hidden-on-mobile{
        display: none;
    }
    .hidden-on-desktop{
        display: block;
    }
}

@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*/

.process .process-step:hover .process-step-circle {
    background-color: initial;
}

.process .process-step.current-step .process-step-circle {
    background-color: #FF8F39;
}

.otp-numeric {
    font-size: 28px !important;
    top: 38% !important;
}

.noUi-tooltip {
    border: 1px solid #bbb !important;
    background: #bbb !important;
    color: #000000 !important;
}

a:hover {
    color: #4782f0 !important;
}

.dropdown-item:hover {
    color: white !important;
}

a:focus {
    color: #4782f0 !important;
}

.progress {
    height: 30px !important;
}

.password-requirement-list li {
    list-style: none;
    color: white;
}

    .password-requirement-list li i {
        width: 20px;
        font-size: 0.6rem;
        color: white;
    }

    .password-requirement-list li.valid span {
        color: palegreen;
    }

    .password-requirement-list li.valid i {
        font-size: 1.2rem;
        color: palegreen;
    }


/*20.06.2023. Acka*/

.animated-element {
    position: relative;
    opacity: 0;
    animation: slideInFromBottom 0.2s ease-out forwards;
}

    .animated-element.delay-1 {
        animation-delay: 0.2s;
    }

    .animated-element.delay-2 {
        animation-delay: 0.4s;
    }

    .animated-element.delay-3 {
        animation-delay: 0.6s;
    }

    .animated-element.delay-4 {
        animation-delay: 1.5s;
    }

.fa-brands {
    align-self: center;
    vertical-align: bottom;
    color: white;
    font-size: 16px !important;
}

.twitter-right-margin {
    margin-right: 40px;
}

.scroll-to-top {
    position: fixed !important;
    left: 10px !important;
    right: 95% !important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#carousel {
    position: relative;
    height: 100vh;
    top: 50%;


}

    #carousel div {
        position: absolute;
        transition: transform 400ms, left 400ms, opacity 400ms, z-index 0s;
        opacity: 1;
    }

        #carousel div img {
            width: 300px;
            transition: width 400ms;
            -webkit-user-drag: none;
        }

        #carousel div.hideLeft {
            left: 0%;
            opacity: 0;
            transform: translateY(50%) translateX(-50%);
        }

            #carousel div.hideLeft img {
                width: 200px;
            }

        #carousel div.hideRight {
            left: 100%;
            opacity: 0;
            transform: translateY(50%) translateX(-50%);
        }

            #carousel div.hideRight img {
                width: 200px;
            }

        #carousel div.prev {
            z-index: 5;
            left: 30%;
            transform: translateY(50px) translateX(-50%);
        }



    #carousel div.prev img {
      width: 250px
    }

    #carousel div.prevLeftSecond {
        z-index: 4;
        left: 15%;
        transform: translateY(50%) translateX(-50%);
        opacity: 0.7;
    }

        #carousel div.prevLeftSecond img {
            width: 150px;
        }

    #carousel div.selected {
        z-index: 10;
        left: 50%;
        transform: translateY(0px) translateX(-50%);
    }

    #carousel div.next {
        z-index: 5;
        left: 70%;
        transform: translateY(50px) translateX(-50%);
    }

        #carousel div.next img {
            width: 250px;
        }

    #carousel div.nextRightSecond {
        z-index: 4;
        left: 85%;
        transform: translateY(50%) translateX(-50%);
        opacity: 0.7;
    }

        #carousel div.nextRightSecond img {
            width: 150px;
        }
.buttons {
    display: flex;
    justify-content: center;
    margin-top: -200px !important;
    padding-bottom: 50px !important;
}
@media screen and (min-width: 1920px) {
    .buttons {
        margin-top: -300px !important
    }
}


    @media screen and (max-width: 767px) {

        .buttons {
            margin-top: 0px !important;
        }
    }
.nav-tabs a:hover {
    color: #FF8F39 !important;
}
.nav-tabs a {
    color: #FF8F39 !important;
}

.kccg-banner-layout {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000000;
}

@media screen and (max-width: 1200px) {
    .kccg-banner-layout .text-6{
        font-size: 1.2em !important;
    }
    #botgate-iframe{
        margin-bottom: 80px;
    }
}
.reveal-password{
    position: absolute;
    margin-top: 30px;
    margin-left: 15px;
    cursor: pointer;
}
.passwordfield #password{
    text-indent: 20px;
}
.passwordfield {
    text-align: left;
}

/* Style the text when not active */
.swal-radio-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swal-radio-inner-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.swal-radio-container input[type="radio"] {
    appearance: none;
    display: none;
}

/* Only select labels within the .swal-radio-container */
.swal-radio-container label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 40px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 4px;
}
#custom-amount-radio {
    width: 140px !important;
    height: 40px;
}
/* Only select labels within .swal-radio-container when the radio is checked */
.swal-radio-container input[type="radio"]:checked + label {
    background-color: #FF8F39;
    color: #f1f3f5;
    font-weight: 500;
    transition: 0.3s;
}
.landing-page-title {
    color: #FFFFFF !important;
    font-family: "Big Shoulders Display", Sans-serif !important;
    font-size: 100px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 0.9em !important;
    letter-spacing: 0px !important;
    word-spacing: 0em !important;
}

.lp-blue-overlay {
    margin-top: -50px;
    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;
}
.lp-blue-overlay-3 {
    margin-top: -50px;
    margin-bottom: -50px;
    background-color: rgba(11, 44, 141, 0.795) !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.lp-blue-overlay-2 {
    margin-top: -50px;
    background-color: transparent !important;
    background: linear-gradient(180deg, rgba(8,8,217,1) 0%, rgba(0,212,255,0) 100%);
    opacity: 1 !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s !important;
}
.lp-subtitle {
    font-family: "Big Shoulders Display", Sans-serif !important;
    font-size: 75px !important;
}
.landing-page-paragraph {
    font-family: "Poppins", Sans-serif;
    font-size: 20px !important;
    font-weight: 300 !important;
    max-width: 850px !important;
}
.floating-button {
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 1000;
    animation: pulse .7s infinite;
    border-radius: 50px !important;
    background-color: #FF8F39;
    padding: 20px;
    color:#fff;
}
@media screen and (max-width: 767px) {
    .landing-page-title {
        margin-top: 100px;
        margin-left: -20px;
        margin-right:-50px;
        font-size: 50px !important;
        text-align: center;
    }
    .landing-page-paragraph {
        margin-left: -20px;
        margin-right: -20px;
        text-align: center;
        font-size:16px
    }
    .lp-form{
       margin-bottom: 50px !important;
    }
    .text-sm-mission {
        font-size: 16px !important;
        margin-left: -60px;
        margin-right: -50px;
    }
    .lp-subtitle {
        font-size: 50px !important;
    }
    .paragraph-center-small,
    .paragraph-center-small h2,
    .paragraph-center-small p
    {
        text-align: center !important;
    }
 
}