﻿
/*------------------------------*/
/*--START OF STARTER CSS--------*/
/*------------------------------*/

:root {
    --primary: #5e22e6;
    --secondary: #0a1f44;
    --primary-invert: #fff;
    --secondary-invert: #fff;
    --gradient-primary: linear-gradient(230deg, #7445ff, #520df4);
    --gradient-secondary: linear-gradient(230deg, #0a1f44, #020024);
    /* DEFAULT COLOR OF TEXTS */
    --text-primary: #0a1f44;
    /* FOR BUTTONS & INPUTS */
    --elements-roundness: 10rem;
    --space-between-blocks: 1rem;
    /* for mobiles */
    --space-between-blocks-small-screens: 1rem;
}

.factor360CustomTemplateComponentWrapper {
    font-family: "Poppins", sans-serif;
    color: var(--text-primary);
}

    .factor360CustomTemplateComponentWrapper h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-variant: none;
        color: inherit;
    }

    .factor360CustomTemplateComponentWrapper i.icon {
        display: inline-block;
        opacity: 1;
        margin: 0 0 0 0;
        width: 1.18em;
        height: auto;
        font-family: Icons, brand-icons;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        text-align: center;
        speak: none;
        font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .factor360CustomTemplateComponentWrapper .space-between-blocks {
        padding-top: var(--space-between-blocks-small-screens);
        padding-bottom: var(--space-between-blocks-small-screens);
    }

@media (min-width: 992px) {
    .factor360CustomTemplateComponentWrapper .space-between-blocks {
        padding-top: var(--space-between-blocks);
        padding-bottom: var(--space-between-blocks);
    }
}

/* Buttons */
.factor360CustomTemplateComponentWrapper button {
    color: inherit;
    padding: 0;
    background: none;
    border: none;
}

    .factor360CustomTemplateComponentWrapper button:focus {
        outline: none;
        box-shadow: none;
    }

.factor360CustomTemplateComponentWrapper .btn {
    font-size: 0.87rem;
    padding: 0.8rem 1.6rem;
    border: none;
    border-radius: var(--elements-roundness);
    transition: 0.2s all;
}

@media (min-width: 992px) {
    .factor360CustomTemplateComponentWrapper .btn {
        padding: 0.8rem 2rem;
    }
}

.factor360CustomTemplateComponentWrapper .btn,
.factor360CustomTemplateComponentWrapper .btn:hover,
.factor360CustomTemplateComponentWrapper .btn:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

    .factor360CustomTemplateComponentWrapper .btn:hover,
    .factor360CustomTemplateComponentWrapper .btn:focus {
        transform: scale(1.05);
    }

.factor360CustomTemplateComponentWrapper .btn-primary,
.factor360CustomTemplateComponentWrapper .btn-primary:hover,
.factor360CustomTemplateComponentWrapper .btn-primary:focus {
    background-color: var(--primary);
    color: var(--primary-invert);
}

.factor360CustomTemplateComponentWrapper .btn-secondary,
.factor360CustomTemplateComponentWrapper .btn-secondary:hover,
.factor360CustomTemplateComponentWrapper .btn-secondary:focus {
    background-color: var(--secondary);
    color: var(--secondary-invert);
}

.factor360CustomTemplateComponentWrapper .btn-primary--empty,
.factor360CustomTemplateComponentWrapper .btn-primary--empty:hover,
.factor360CustomTemplateComponentWrapper .btn-primary--empty:focus {
    color: var(--primary);
}

.factor360CustomTemplateComponentWrapper .btn-sm {
    padding: 0.8rem;
}

.factor360CustomTemplateComponentWrapper .highlight {
    color: var(--primary)
}

/* block header */
.factor360CustomTemplateComponentWrapper .block__header {
    margin-bottom: 4rem;
}

.factor360CustomTemplateComponentWrapper .block__title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
}

.factor360CustomTemplateComponentWrapper .block__title--big {
    font-weight: 700 !important;
    font-size: 2rem;
}

@media(min-width: 992px) {
    .factor360CustomTemplateComponentWrapper .block__title {
        font-size: 2.5rem;
    }

    .factor360CustomTemplateComponentWrapper .block__title--big {
        font-size: 3rem;
        line-height: 1.1;
    }
}

@media(min-width: 1200px) {
    .factor360CustomTemplateComponentWrapper .block__title--big {
        font-size: 3.5rem;
        line-height: 1.2;
    }
}

.factor360CustomTemplateComponentWrapper .block__paragraph {
    font-size: 1.1rem;
    line-height: 1.5;
    opacity: .9;
}

@media(min-width: 992px) {
    .factor360CustomTemplateComponentWrapper .block__paragraph--big {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

/* Icons */
.factor360CustomTemplateComponentWrapper .fr-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 5px;
    background: rgb(0 0 0 / 0%);
    margin-bottom: 1.5rem;
    transition: .5s;
}

.factor360CustomTemplateComponentWrapper .fr-icon--medium {
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
}

.factor360CustomTemplateComponentWrapper .fr-icon--large {
    font-size: 1.2rem;
    height: 3.25rem;
    width: 3.25rem;
}

@media (min-width: 992px) {
    .factor360CustomTemplateComponentWrapper .fr-icon--large {
        height: 3.8rem;
        width: 3.8rem;
        font-size: 1.9rem;
    }
}

/*------------------------------*/
/*--END OF STARTER CSS----------------*/
/*------------------------------*/
