/*<editor-fold desc="MAIN STYLES">*/
html{
    width: 100%;
}
body{
    padding:0;
    margin:0;
    font-size: 15px;
    width: 100%;
    color: var(--text-color-main);
    background: var(--bg-body);
}

a{
    color: var(--text-color-main);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover{
    color: var(--text-color-second);
    text-decoration: none;
}
a.underline{
    text-decoration: underline;
}

.border-radius{ border-radius: var(--border-radius);}
.border-radius-sm{ border-radius: var(--border-radius-sm);}

.border-table{
    border-collapse: collapse;
    border: 1px solid var(--second-color);
}
.border-table th{
    background: transparent;
    border: 1px solid var(--second-color);
    color: var(--text-color-main);
}
.border-table td{
    padding: 6px 8px;
    border: 1px solid var(--second-color);
    background: transparent;
    color: var(--text-color-main);
}

.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F4C25F;
    background: var(--gradient-horisontal-background);
    color: var(--grey-1-color);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border: none;
    transition: all 0.3s ease 0s;
}
.btn:hover, a.btn:hover{
    background: var(--gradient-horisontal-background-hover);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    color: var(--white-color);
}
.btn-sm{
    padding: 8px 25px;
    border-radius: var(--border-radius-sm);
}

.glow{
    box-shadow: 0 4px 26.700000762939453px 0 #F4C25F4D;
}

.list-style-none{list-style:none;}

.grey-back{background: var(--language-switcher-list-background-color);}

.text-color-main{ color: var(--text-color-main);}
.text-color-second{ color: var(--text-color-second);}
.text-color-third{ color: var(--text-color-third);}
.text-color-fourth{ color: var(--text-color-fourth);}
.text-color-fifth{ color: var(--text-color-fifth);}
.text-color-sixth{ color: var(--text-color-sixth) !important;}
.text-color-dark-link{ color: #1562F8;}
.text-gradient{
    color: var(--text-color-third);
    background: var(--gradient-background);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-grey-a-color{color: var(--grey-a-color);}
.text-grey-b-color{color: var(--grey-c-color);}
.text-grey-c-color{color: var(--grey-c-color);}
.text-grey-d-color{color: var(--grey-d-color);}
.text-grey-e-color{color: var(--grey-e-color);}

.text-font-black{ font-family: var(--font-black);}
.text-font-bold{ font-family: var(--font-bold);}
.text-font-medium{ font-family: var(--font-medium);}
.text-font-regular{ font-family: var(--font-regular);}
.text-font-thin{ font-family: var(--font-thin);}

.text-size-07{font-size: 0.7em;}
.text-size-08{font-size: 0.8em;}
.text-size-09{font-size: 0.9em;}
.text-size-10{font-size: 1em;}
.text-size-11{font-size: 1.1em;}
.text-size-12{font-size: 1.2em;}
.text-size-13{font-size: 1.3em;}
.text-size-14{font-size: 1.4em;}
.text-size-15{font-size: 1.5em;}
.text-size-16{font-size: 1.6em;}
.text-size-17{font-size: 1.7em;}
.text-size-18{font-size: 1.8em;}
.text-size-20{font-size: 2em;}
.text-size-25{font-size: 2.5em;}
.text-size-30{font-size: 3em;}
.text-size-35{font-size: 3.5em;}

.text-shadow{text-shadow: 1px 1px 0 rgba(0,0,0,0.1);}

.mt-n15{ margin-top: -15rem;}
.mt-n10{ margin-top: -10rem;}
.mt-n5{ margin-top: -5rem;}
.mt-n4{ margin-top: -4rem;}
.mt-n3{ margin-top: -3rem;}
.mt-n2{ margin-top: -2rem;}
.mt-n1{ margin-top: -1rem;}

.dash-heading{
    padding-left:55px;
    position: relative;
}
.dash-heading:before{
    content: "";
    position: absolute;
    left:0;
    top:50%;
    width: 40px;
    height: 6px;
    margin: -3px 0 0 0;
    background: var(--second-color);
}

.dash-heading-bottom{
    position: relative;
}
.dash-heading-bottom:before{
    content: "";
    position: absolute;
    left:0;
    bottom:-10px;
    width: 44px;
    height: 3px;
    margin: 0 0 -3px 0;
    background: var(--second-color);
}

.scroll-top-button{
    background-color: var(--text-color-sixth) !important;
}
.scroll-top-button:hover{
    background-color: var(--second-color) !important;
}
#cookie-bar .cb-enable {
    background: var(--text-color-fifth) !important;
}

/*</editor-fold>*/

/*<editor-fold desc="HEADER">*/
header{
    position: relative;
    display: flex;
    width: 100%;
    height: 130px;
    align-items: center;
    z-index: 1;
}
.body_home header{
    background: transparent;
}
header.active{
    background: rgba(24,24,24,0.95);
}

.navbar{
    width: 100%;
}
.navbar-brand img{
    max-height: 66px;
}
.nav-link{
    color: var(--grey-c-color);
    font-family: var(--font-medium);
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
}
.nav-link:hover, .nav-link.active, .nav-link:focus, .nav-link:active{
    color: var(--text-color-main) !important;
}
.navbar-collapse.show .nav-link.active{
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}
.nav-link.btn{
    padding:8px 25px !important;
    color: var(--grey-1-color) !important;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    margin-left: 10px;
}
.nav-link.btn.active,
.nav-link.btn:hover{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    color: var(--white-color) !important;
}

.navbar-toggler{
    position: relative;
    display: inline-block;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 5;
}
.navbar-toggler-icon{
    position: absolute;
    top:4px;
    right:0;
    border-radius: 2px;
    height: 3px;
    width: 100%;
    background: var(--text-color-main);
    transition: all 0.3s ease 0s;
}
.navbar-toggler-icon:nth-of-type(2){
    top: 14px;
}
.navbar-toggler-icon:nth-of-type(3){
    top: 24px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2){
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
    top:3px;
    right:2px;
    width: 33px;
    transform-origin: 100% 0;
    transform: rotateZ(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
    top:27px;
    width: 32px;
    transform-origin: 100% 0;
    transform: rotateZ(45deg);
}
.navbar-collapse.collapsing,
.navbar-collapse.show{
    position: absolute;
    background: var(--grey-1-color);
    box-shadow: 0 40px 80px 40px var(--grey-1-color);
    left: 0;
    top: -30px;
    right: 0;
    margin:0;
    z-index: 4;
    padding: 40px 15px 35px 15px;
    text-align: center;
}
.navbar-collapse.collapsing .nav-link,
.navbar-collapse.show .nav-link{
    text-align: center;
    margin-top:8px;
}
.navbar-collapse.collapsing .nav-link.btn,
.navbar-collapse.show .nav-link.btn{
    margin-top:12px;
}
/*</editor-fold>*/

/*<editor-fold desc="TEAM">*/
.job-item:not(:last-of-type){
    border-bottom: 1px solid var(--grey-5-color);
}
.team-item{
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.team-item>*{
    flex:1;
}
.team-info{
    position: relative;
}
.team-info-position{
    color: var(--grey-a-color);
}
.team-info>*{
    position: relative;
    z-index:1;
}
.team-info:before{
    content: " ";
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background: rgba(200,200,200,0.2);
    backdrop-filter: blur(8px);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    z-index:0;
    transition: all 0.4s ease 0s;
}
.team-item:hover .team-info:before{
    background: rgba(135,135,135,0.2);
    backdrop-filter: blur(12px);
}
/*</editor-fold>*/

/*<editor-fold desc="FOOTER">*/
footer{
    background: var(--bg-footer);
}
.footer-logo img{
    width: 100px;
    opacity: 0.7;
    filter:grayscale(100%);
}
/*</editor-fold>*/


/*<editor-fold desc="LANGUAGE SWITCHER">*/
#language_select{
    font-family: var(--font-medium);
    margin-left: 15px;
    min-width: 75px;
    border-radius: var(--border-radius-sm);
}
#language_select:hover .lang{
    color: var(--text-color-second);
}
#language_select:hover .arrow{
    border-color: transparent var(--text-color-second) var(--text-color-second) transparent;
}
#language_select .language_select-list{
    padding: 15px 0;
}
#language_select .language_select-list-item-link{
    padding: 5px 10px;
}
/*</editor-fold>*/

/*<editor-fold desc="HOMEPAGE">*/
.wrapper-bg-gradient{
    background: linear-gradient(180deg, rgba(26,28,40,1) 0%, #2E3D5F 39%, #1A1C28 70%, #2E3E61 87%, #1A1C28 99%);
    box-shadow:0 -40px 80px 30px rgba(26,28,40,1);
}
.wrapper-bg-gradient-2{
    background: linear-gradient(180deg, rgba(26,28,40,1) 0%, #2E3D5F 39%, #1A1C28 70%,  #1A1C28 99%);
    box-shadow:0 -40px 80px 30px rgba(26,28,40,1);
}
.homepage-main-text-section{
    background: #1a1c28 url(../img/homepage-bg-desktop1.jpg) no-repeat 51.56% 95.53%;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -130px;
    padding-top: 170px;
    min-height: 100vh;
    box-sizing: border-box;
}
.features-section{
    background: transparent url(../img/abstract-dots.svg?v=1.00) center center no-repeat;
    background-size: cover;
}
.feedback-section{
    background: transparent url(../img/feedback.svg?v=1.01) 53.75% 99.9% / cover no-repeat;
}
.motivation-block{
    border-radius: var(--border-radius);
    background: linear-gradient(100deg, #346BC0 10.21%, #17C89D 85.72%);
}
.uag-star{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--text-color-fifth);
    color: var(--white-color);
    line-height: 1em;
    width: 1em;
    height:1em;
    padding: 0.1em 0.1em 0.2em 0.1em;
    margin: 0 1px;
}
.unlocking-block{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: rgba(23,35,30,0.9);
    border-top: 15px solid var(--fourth-color);
    border-radius: var(--border-radius);
    transition: transform 0.5s ease;
}
.unlocking-block p{
    color: var(--grey-c-color);
}
.feature-item{
    min-height: 130px;
}
.how-to-invest{
    position: relative;
}
.how-to-invest p{
    position: relative;
    z-index: 1;
}
.how-to-invest:before{
    content: "1";
    position: absolute;
    top:20px;
    left:20px;
    color: var(--text-color-second);
    background: -webkit-linear-gradient(var(--text-color-second), var(--text-color-third));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20em;
    line-height:1em;
    font-family: var(--font-bold);
    opacity: 0.4;
    z-index:0;
}
.how-to-invest-2:before{content: "2";}
.how-to-invest-3:before{content: "3";}
.homepage-best-way-to-invest-section{
    background: transparent url('../img/best-way-to-invest-background.jpg') right bottom no-repeat;
    background-size: cover;
}

.empower-profit{
    background: var(--gradient-background);
}
.empower-profit-2{
    width: 33%;
    border-left: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
}
.rounded-icon{
    width: 60px;
    height: 60px;
    background: rgba(90,100,110,0.5);
    border-radius: 50%;
    padding: 10px;
}
.unveiling-img{
    max-width: 500px;
    margin: 0 auto;
}
.invest-way-icon{
    width: 28px;
}
.homepage-unlocking{
    background: transparent url('../img/unlocking-background.png') center top no-repeat;
    background-size: cover;
}
.quote-icon{
    width: 52px !important;
}
.photo-reviews-holder, .photo-reviews-holder2{
    border-radius: 50%;
    padding:4px;
    background: linear-gradient(149deg, #AB5CCE 10.21%, #5C64C4 85.72%);
    width: 76px;
    height:76px;
    box-sizing: border-box;
    display: inline-block !important;
}
.photo-reviews-holder2{
    background: linear-gradient(149deg, #1DC2A7 10.21%, #3C9DE5 85.72%);
}
.photo-reviews-icon{
    width: 68px !important;
    border-radius: 50%;
}
.reviews-item{
    background: #2A3045;
    box-shadow: 3px 3px 15px -2px rgba(34,36,38,0.2);
}
.faq-item{
    position: relative;
    background: #2A3045;
    box-shadow: 3px 3px 15px -2px rgba(34,36,38,0.2);
}
.faq-item::before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    height:10px;
    width: 100%;
    background: linear-gradient(149deg, #1DC2A7 10.21%, #3C9DE5 85.72%);
}
.global-reach-img{
    max-width: 500px;
}

.overview-item-holder{
    background: #2A3045;
    box-shadow: 3px 3px 15px -2px rgba(34,36,38,0.2);
}
/*</editor-fold>*/

/*<editor-fold desc="PAGE SIGN UP">*/
.sign-up-section{
    background: transparent url(../img/abstract-dots.svg) center bottom no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
/*</editor-fold>*/


/*<editor-fold desc="OWL CAROUSEL">*/
.owl-carousel.full_height .owl-stage{display: flex;}
.owl-carousel.full_height .item,
.owl-carousel.full_height .item .reviews-item,
.owl-carousel.full_height .item .faq-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.owl-carousel.full_height .item .reviews-item>*,
.owl-carousel.full_height .item .faq-item>*{
   /* flex:1; */
}
.owl-nav{
    position: absolute;
    top: 50%;
    left:0;right:0;
}
.owl-prev, .owl-next{
    position: absolute;
    display: inline-flex;
    text-align: center;
    align-items: center;
    left:-40px;
    top:0;
    z-index:10;
    height: 120px;
    margin-top:-80px;
    font-size: 120px !important;
    line-height: 0px !important;
    font-weight: 100 !important;
    border-radius: 50%;
    color: var(--grey-9-color) !important;
    transition: all 0.5s ease 0s;
}
.owl-next{
    left: auto;
    right:-40px;
}
.owl-prev:hover, .owl-next:hover{
    color: var(--white-color) !important;
}
/*</editor-fold>*/

/*<editor-fold desc="FORM">*/
.form{
    padding-left: 2rem;
    padding-right: 2rem;
    border:none;
    border-top: var(--form-border);
}
.form_header{
    font-family: var(--font-bold) !important;
}
.form input,
.form textarea{
    box-shadow: 0 0 1px 0 rgba(0,25,80,1) !important;
    font-size: 1.1em;
}
.btn-submit{
    line-height: 1.2em !important;
    height: auto !important;
    min-height: var(--form-input-height);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.btn-submit:hover{
    color: var(--white-color);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.action-buttons a.btn span{
    transition: all 0.3s ease 0s;
    color: var(--grey-1-color);
    line-height: 1.2em;
}
.action-buttons a.btn:hover span{
    color: var(--white-color);
    line-height: 1.2em;
}

.form-disclaimer a{
    color: var(--black-color);
}
/*</editor-fold>*/


