﻿@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap');

:root {
    --font-family: 'Archivo', sans-serif;
    --primary-color: #0072e1;
    --secondary-color: #222222;
    --black-color: #000;
    --text-color: #707070;
    --theme-gold: #fcb42d;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: var(--font-family);
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 16px;
}

h2, h3, h4, h5, h6, a, p {
    word-break: break-word;
}

p {
    color: var(--text-color);
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.f9-size {
    font-size: 9px;
}

.f12-size {
    font-size: 12px;
}

.f13-size {
    font-size: 13px;
}

.f14-size {
    font-size: 14px;
}

.f15-size {
    font-size: 15px;
}

.f17-size {
    font-size: 17px;
}

.f18-size {
    font-size: 18px;
}

.f19-size {
    font-size: 19px;
}

.f20-size {
    font-size: 20px;
}

.line-24 {
    line-height: 24px;
}

a:hover, a {
    text-decoration: none;
}

    a:hover {
        color: var(--theme-gold);
    }
/***common color***/
.blue-bg {
    background: var(--primary-color);
}

.text-blue {
    color: var(--primary-color);
}

.grey-bg {
    background: var(--secondary-color);
}

.text-grey {
    color: var(--secondary-color);
}

.text-black {
    color: var(--black-color);
}

.bg-blackcolor {
    background: var(--black-color);
}

.lightgrey-color {
    color: var(--text-color);
}

.text-gold {
    color: var(--theme-gold);
}

.bg-gold {
    background: var(--theme-gold);
}

.ptb_50, .ptb_top_50 {
    padding-top: 50px;
}

.ptb_50, .ptb_bottom_50 {
    padding-bottom: 50px;
}

.ptb_80, .ptb_top {
    padding-top: 80px;
}

.ptb_80, .ptb_bottom {
    padding-bottom: 80px;
}

.bg-lightgrey {
    background: #f9f9f9;
}

.mtb_30, .mtb_top {
    padding-top: 30px;
}

.mtb_30, .mtb_bottom {
    padding-bottom: 30px;
}

input:focus, button:focus {
    box-shadow: unset;
    border: 0px;
}

.form-control:focus {
    background-color: transparent;
}


/***top-header**/
header.top-header {
    position: fixed;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    z-index: 2;
}

a.logo-show img {
    max-width: 100px;
}

.top-space {
    padding-top: 120px;
}

.top-header .login-text {
    font-size: 17px;
    color: #fff;
    position: relative;
}

    .top-header .login-text:focus::before, .top-header .login-text:hover::before {
        right: 0;
    }

    .top-header .login-text::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        border-bottom: 1px solid var(--theme-gold);
        transition: right .3s ease-out;
    }

    .top-header .login-text i {
        font-size: 13px;
        display: inline-block;
        transform: rotate(-40deg);
        transition: all linear 100ms;
    }

    .top-header .login-text:hover i {
        transform: rotate(0deg);
    }

.alivent-text-lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #9f9f9f;
    font-weight: 400;
}

header.top-header.darkHeader {
    background: #000;
}

/***top-banner**/
.uk-alinverst {
    background: url(../img/landing/banner_bg.jpg) no-repeat;
    height: 750px;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
}

.alivent-banner {
    background: linear-gradient(0deg, #262628 0%, #181818 80%, #181818 100%);
    position: relative;
}

.alivent-text-small {
    background: rgba(255, 255, 255, 0.2);
}

.alivent-label {
    font-size: .875rem;
    line-height: 1.5;
    color: #cacdd1;
    display: inline-block;
    border-radius: 7px;
    padding: 7px 16px 6px;
}

.alivent-new-small {
    color: #fff;
    background: #4886d9;
    margin: -2px 14px 0 -10px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.5em;
    padding: 3px 12px;
}

.column-alivent {
    padding-top: 120px;
    max-width: 600px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.uk-alinverst .owl-dots {
    position: absolute;
    display: block;
    bottom: 0;
    right: 15%;
}

    .uk-alinverst .owl-dots button.owl-dot {
        background: #fff;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        margin-right: 10px;
        transition: all linear .2s;
    }

        .uk-alinverst .owl-dots button.owl-dot.active {
            background: var(--theme-gold);
            width: 20px;
            height: 20px;
        }

.uk-alinverst .owl-carousel.owl-theme.owl-loaded.owl-drag {
    height: 500px;
}




/***popular product***/
.alivent-section-primary {
    background: var(--theme-gold);
}

.product-alivent-card {
    background: rgba(255, 255, 255, 0.2);
    min-height: 200px;
    font-size: 16px;
    box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.12);
    padding: 30px 34px 30px;
    border-radius: 10px;
}

    .product-alivent-card .in-product-name.red {
        color: #fff;
        background-color: #e54a41;
    }

    .product-alivent-card .in-product-name.blue {
        background-color: #4886d9;
        color: #fff;
    }

    .product-alivent-card .in-product-name.green {
        color: #fff;
        background-color: #37bc9c;
    }

    .product-alivent-card .in-product-name {
        width: 24px;
        height: 24px;
        color: #95a5a6;
        background-color: #fff;
        border-radius: 50%;
        font-size: 9px;
        font-weight: 700;
        text-align: center;
        line-height: 24px;
        margin-right: 8px;
        display: inline-block;
    }

        .product-alivent-card .in-product-name.white {
            color: #95a5a6;
            background-color: #fff;
        }

.fast-text-heading {
    background-color: #fee8bf;
    color: #e89903;
}

.heading-choice {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.premium-choice {
    background: url(../img/landing/in-equity-2-bg.png), #f5f7f9;
    position: relative;
    background-size: contain;
    background-position: 50% 30%;
    background-repeat: no-repeat;
}

.box-trading {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 20px -2px rgb(70 76 81 / 10%);
    transition: all ease 600ms;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

    .box-trading img {
        height: 42px;
    }

.power-text {
    color: #9f9f9f;
    font-weight: 400;
}

.line-border:before {
    content: '';
    background: #FCB42D;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: -2px;
    bottom: -2px;
    height: 4px;
}

.line-border {
    position: relative;
    display: inline-block;
}

ul.alivent-list li {
    color: var(--text-color);
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
}

.alivent-list li:before {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    background: var(--theme-gold);
    border-radius: 100px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 15px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: 900;
    top: 4px;
    left: 0;
}

.border-bottm-line {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    margin-bottom: 30px;
}

.frmae-alivent-show:before {
    background: rgba(252, 180, 45, 0.3);
    content: "";
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    transform: rotate(-8deg);
    border-radius: 10px;
}

.frmae-alivent-show {
    z-index: 1;
}


/**testimonilas**/
.img-column .bg-img {
    background: var(--theme-gold);
    border-radius: 100%;
    width: 100px;
    overflow: hidden;
}

    .img-column .bg-img img {
        width: 100px !important;
        height: 100px;
    }

.testimonials-link blockquote p {
    font-size: 24px;
    color: #2a2a2a;
    margin-top: 2px;
    padding: 0 0 21px 57px;
    font-style: italic;
}

.testimonials-link blockquote:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 34px;
    position: absolute;
    top: -44px;
    left: 47px;
    background: url(../img/landing/quote.png);
    width: 45px;
    height: 45px;
    background-size: contain;
}

.testimonials-link blockquote {
    position: relative;
}

.testimonials-link {
    background: url(../img/landing/in-equity-4-blob-1.svg);
    background-size: 231px 250px;
    background-position: left;
    background-repeat: no-repeat;
    padding: 50px 0px 20px;
}






/**footer**/
footer.footer-inner {
    background: #f5f7f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

    footer.footer-inner .footer-list li a {
        color: var(--text-color);
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
    }

    footer.footer-inner .footer-list li:hover a {
        color: var(--theme-gold);
    }

.in-label-small {
    background: #bedbfa;
    color: #1980ec;
    padding: 2px 7px 1px;
}

.uk-margin-large {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 70px;
    margin-bottom: 70px;
}

.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: #e5e5e5;
}

.uk-subnav-divider > ::before {
    content: "";
    height: 1.5em;
    margin-left: 0;
    margin-right: 20px;
    border-left: 1px solid transparent;
}

.uk-subnav-divider li a, .footer-inner .bottom-section p {
    column-gap: 0.25em;
    color: #999;
    font-size: .875rem;
    line-height: 1.5;
}

.uk-subnav-divider li:nth-child(n+2) {
    padding-left: 20px;
}

.uk-subnav-divider li:first-child:before {
    display: none;
}

.img-bottom img {
    width: 50px;
}



/***login form***/
.login-modal .modal-content {
    background: #000;
}

    .login-modal .modal-content .modal-body {
        min-height: 500px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px;
    }

.column-login {
    width: 500px;
    margin: 0 auto;
}

.input-form {
    color: #fff;
    background: transparent;
    border-radius: 0px;
    height: 45px;
    padding: 10px 17px;
}

.login-modal .modal-content .modal-body .close-icon {
    position: absolute;
    top: 5px;
    right: 6px;
    border-radius: 100px;
    background: var(--theme-gold);
    width: 30px;
    height: 30px;
    line-height: 36px;
    text-align: center;
}

    .login-modal .modal-content .modal-body .close-icon button {
        opacity: 1;
    }

.submit-login {
    height: 45px;
    ;
}

.input-form::placeholder {
    color: #fff;
}

.input-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.input-form::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.input-form:focus {
    color: #fff;
    box-shadow: unset !important;
    border: 1px solid #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #50504d inset !important;
    background-color: transparent;
    -webkit-text-fill-color: #fff;
}

/**loader***/
.full-loader-apge {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
}

.loader-page:nth-child(2n+1) {
    background: rgba(0, 0, 0, 0.1);
}

.loader-page {
    min-width: 200px;
    width: 33.33%;
    height: 200px;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    transition: 0.3s linear;
}

.loader-18 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

    .loader-18:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border-bottom: 4px solid var(--theme-gold);
        border-left: 4px solid transparent;
    }

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/***animation css**/
img.vert-move {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

img.vert-move {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}
