* {
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Rubik", sans-serif; */
    /* font-family: "Raleway", sans-serif; */
    font-family: "Nunito Sans", sans-serif;
}

textarea {
    resize: none;
}

.btn {
    font-size: 1.1rem !important;
    padding: 0.6rem 1.2rem !important;
    font-weight: 600;
    /* text-transform: uppercase; */
    border-radius: 2.2rem;
}

.btn-sm {
    font-size: 0.9rem !important;
    padding: 0.5rem 1.1rem !important;
    font-weight: 600;
    /* text-transform: uppercase; */
    border-radius: 2rem;;
}

.btn-primary {
    background: linear-gradient(90deg, rgba(127,84,179,1) 0%, rgba(212,71,189,1) 100%) !important;
    border: none;
}

.btn-dark {
    border:none;
}

.fs17px {
    font-size: 17px;
}

.h1 {
    font-size: 2.6rem !important;
}

.h2 {
    font-size: 1.8rem !important;
}

.navbar-brand img {
    width: 80px;
}

nav.navbar .nav-link {
    font-size: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    color: #000;
}

.nav-link:hover {
    color: #7F54B3 !important;
    opacity: 1;
}

.form-check-input:checked {
    background-color: #7F54B3 !important;
}

.underline {
    position: relative;
}

.underline:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #7F54B3;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.underline:hover:after {
    width: 100%;
    left: 0;
}

.icon {
    display: inline-block;
    font-size: 2rem;
    text-align: center;
    border-radius: 4rem;
    line-height: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
}

.icon i {
    color: #7F54B3 !important;
}

.icon.bg-primary i {
    color: #FFF !important;
}

.icon i.bi-send-fill, .icon i.bi-twitter-x, .icon i.bi-linkedin {
    top: 2px;
    position: relative;
}

.bg-primary-subtle {
    background-color: #ece1fb !important;
    background: linear-gradient(130deg, rgb(249, 246, 255) 0%, rgb(214, 201, 232) 100%) !important;
}

.bg-light-subtle {
    background-color: #F7F6F6 !important;
}

.card-text {
    font-size: 0.9rem !important;
}

.h1 {
    line-height: 3.3rem;
}

a, a:hover {
    color: #7F54B3;
    text-decoration: none;
}

.text-primary {
    color: #7F54B3 !important;
}

.bg-primary {
    background-color: #7F54B3 !important;
}

.btn-primary {
    background-color: #7F54B3 !important;
    border-color: #7F54B3 !important;
}

.btn-primary:hover {
    background-color: #542077 !important;
}

.btn-outline-primary {
    color: #7F54B3 !important;
    border-color: #7F54B3 !important;
    border-width: 2px;
}

.form-check-input:checked {
    border-color: #7F54B3 !important;
}

.btn-outline-primary:hover {
    background: #F7F6F6 !important;
}

.border-primary {
    border-color: #7F54B3 !important;
}

.pagination .page-item a {
    background-color: #F8F9FA !important;
    color: #7F54B3 !important;
    min-width: 40px;
    text-align: center;
    border-color: #fff !important;
}

.pagination .page-item.active a {
    border-color: #7F54B3 !important;
    background-color: #7F54B3 !important;
    color: #fff !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

footer {
    background-color: #F8F9FA;
}

footer .links {
    line-height: 1.65rem;
}

.deco-1 {
    position: absolute;
    right: 0;
    top: 180px;
    width: 180px;
}

.deco-2 {
    position: absolute;
    left: 60px;
    top: 400px;
    width: 200px;
}

.floating-1 {
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating-2 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.upsize {
    transition: all .2s ease-in-out;
}

.upsize:hover {
    transform: scale(1.05);
}

.press-list a:hover {
    background-color: #F8F9FA;
}

#jumbotron {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* background-attachment: fixed; */
}

#jumbotron nav {
    z-index: 1000 !important;
}

#jumbotron .jumbotron-title {
    z-index: 1000 !important;
    position: relative;
    padding-top: 7rem;
    padding-bottom: 8rem;
}

#jumbotron .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 75%);
    z-index: 0;
}

#news .navbar-brand img {
    width: 30px;
}

#news .text-light {
    color: #eee !important;
}

#news .bg-light {
    background-color: #eee !important;
}

#news nav.navbar .nav-link {
    color: #fff !important;
}

.form-control.bg-secondary::placeholder {
    color: #eee !important;
}

.pointer {
    cursor: pointer !important
}

.text-primary-emphasis {
    color: #E5DCF1 !important;
}

.ql-container {
    font-size: 15px !important;
}

#presentation ul {
    padding-left: 0rem;
}

#presentation li {
    background: url(svg/check.svg) no-repeat left top;
    line-height: 22px;
    list-style-type: none;
    padding: 0px 0 13px 30px;
    background-position: left 2px;
    font-size: 18px;
}

#doc li {
    margin-bottom: 9px;
}

#doc ol {
    list-style-type: upper-alpha;
}

.select2-container--default .select2-selection--multiple {
    border-color: #dee2e6 !important;
}

.micro {
    font-size: 10px;
    line-height: 16px !important;
    display: inline-block;
}

.p-3.rounded.bg-light > p {
    margin-bottom: 0px;
}

.ql-align-justify {
    text-align: justify;
}

@media (max-width: 992px) {

    .btn-icon {
        padding: 0.5rem !important;
        min-width: 38px;
        min-height: 38px;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .navbar-brand img {
        width: 50px;
    }

    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .icon.icon-mobile {
        position: static !important;
        margin: auto !important;
        margin-bottom: 0.5rem !important;
        display: block;
    }

    .h1 {
        font-size: 2rem !important;
        line-height: 2.3rem !important;
    }
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }
}
