/*!
 * Main.css
 * Version - 2.0.1
 *
 * Copyright (c) 2022
 */

@import url('loading.css');
@import url('animate.min.css');
@import url('../plugins/bootstrap/bootstrap.min.css');
@import url('../plugins/materialdesign/css/mdb.min.css');

/* @import url('color.css'); */

@import url('footer.css');
* {
    font-family: Poppins, sans-serif;
}


/**
* Style
*/

.bg-gray {
    background-color: #eef1f6!important;
}

.avatar-xl {
    height: 5.125rem;
    width: 5.125rem;
}

.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}

.title {
    font-size: 45px;
    line-height: 1.22em;
    margin-bottom: 10px;
    font-weight: 500!important;
    color: #006db1!important;
}


/**
* Banner
*/

.banner {
    /* background-image: url('https://www.wecasa.fr/packs/media/images/beauty/cover-desktop@2x-1681ded8a4aacc81aed2eabd1b7360c1.jpg'); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5e9d3; */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEDE7), to(#FFFFFF));
    background: linear-gradient(180deg, #fff9e7 0%, #FFFFFF 100%);
    padding-top: 100px;
    padding-bottom: 100px;
}


/* Header */

.shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-shape {
    position: absolute;
    height: 190%;
    width: 100%;
    display: block;
    border-radius: 120px;
    background: linear-gradient(-47deg, #ffb326 0%, #ffab02 100%);
    /* background: linear-gradient(-47deg, #ff5722 0%, #dca028 100%); */
    bottom: 0;
    right: 0;
    -webkit-transform: translate(35%, -28%) rotate(-35deg);
    transform: translate(35%, -28%) rotate(-35deg);
    /* z-index: 0; */
}


/* ================== Nav ================== */

.nav-link {
    color: #465d8c!important;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    letter-spacing: .085em;
    line-height: 23px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.nav-link:hover {
    background-color: #598607!important;
    color: #fbfdf6!important;
    border-radius: 10px;
    transition: 0.4s;
}

.nav-item.active {
    background-color: #598607!important;
    border-radius: 5px;
    transition: 1s;
    color: #fbfdf6!important;
}


/* ================== end Nav ================== */

.btn-started {
    font-size: 1rem;
    font-weight: 500;
    color: #040016!important;
    line-height: 1;
    text-align: center;
    padding: 18px 30px;
    border: 0 none;
    border-radius: 6px;
    outline: 0 none;
    position: relative;
    z-index: 1;
    background: linear-gradient(-47deg, #ffb326 0%, #ffab02 100%);
}


/** ================== Scrollbar ================== **/

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f0f0f0;
    /* border-radius: 10px; */
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    -webkit-box-shadow: inset 0 0 6px #c7c6c2;
    background-color: #838383;
}

:root {
    --js-color-blue: #0b003a;
}