/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* end fonts  */


/* start global variables */

:root {
    --primary-color: #3F3D91;
    --primary-color-hover: #2f2d77;
    --secondary-color: #FBFBFB;
    --gray-color: #7E8694;
    --orange-color: #FF4D4A;
    --gray-dark: #404040;
    --gary-400: #727272;
    --dark-800: #222222;
    --yallow-400: #DEBB2A;
    --orange-dark: #FF8552;
}



.text-gray {
    color: var(--gray-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-orange-dark {
    color: var(--orange-dark) !important;
}

.text-gray-400 {
    color: var(--gray-color);
}

.text-gray-dark {
    color: var(--gray-dark);
}

.text-orange {
    color: var(--orange-color);
}

.text-yallow-400 {
    color: var(--yallow-400);
}

a {
    color: inherit;
}

.bg_gray {
    background-color: #f4f6f8;
}

.bg_primary {
    background-color: var(--primary-color);
}

.primary-color-text {
    color: var(--primary-color) !important;
}

.card-text {
    font-size: 14px;
}

.circle-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    border-radius: 50%;
    color: #FFF;
}

.bg-secondary-color {
    background-color: var(--secondary-color);
}

.active_item_tab {
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
}

.text-base {
    font-size: 16px;
    font-weight: 400;
    color: #426666;
}

.text-gray-400 {
    color: #D6D6D6;
    font-size: 14px;
}

.text-indigo {
    color: #894BD7 !important;
}

.text-green {
    color: #0CBC8B;
}

.text-yallow-dark {
    color: #DEBB2A !important;
}

.text-blue {
    color: #217BF4;
}

.text-blue-400 {
    color: #53BAFF;
}

.margin-y-4 {
    margin-top: 4rem;
    margin-bottom: 8rem;
}

.margin-y-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.margin-y-2 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.margin-t-4 {
    margin-top: 8rem;
}

.navigation_mobile {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: fixed;
    z-index: 1000;
    padding: 2rem;
}

.navigation_items {
    transform: scale(0);
}

h5,
h6 {
    margin: 0 !important;
}


.close_navigation_btn {
    max-width: 20px;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 25px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

body::-webkit-scrollbar-track {
    background-color: var(--primary-dark-color);
}

/* end global variables */


/* animation */
@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}


@keyframes scrolling {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-5px);
    }

    50% {
        transform: translatey(10px);
    }

    100% {
        transform: translatey(0px);
    }
}


@keyframes pulse_01 {
    0% {
        box-shadow: 0 0 0 0 rgba(63, 61, 145, 0.3);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(63, 61, 145, 0);
    }
}

.mention {
    background-color: transparent !important;
}

/* custom responsive breakpoints  */

@media (max-width: 576px) {
    .statistics-section {
        padding: 15px !important;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .allowCookieBtn {
        display: block !important;
    }

    .cookie-bar {
        transform: none !important;
        border-radius: 0px !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    .mt_8_lg {
        margin-top: 6rem !important;
    }

    .footer-item:not(:last-child) {
        margin-bottom: 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.321);
    }

    .footer-item {
        text-align: center;
    }

    .bg-yallow-map {
        width: 100% !important;
    }

    .user__avatar__profile {
        left: 50%;
        transform: translateX(-50%);
    }

    .pt-6 {
        padding-top: 6rem !important;
    }

    .hero-content .hero__left__content *,
    .hero-content .hero__left__content h1 {
        color: #ffffff !important;
        padding: 50px auto;

    }

    .hero-content .text-title-line {
        color: #d6b654 !important;

    }

    .hero-content {
        height: 100vh!important;
        background-color: #150d2e !important;
    }

    .nav-top-section {
        padding: 0 10px !important;
    }
}

/* end custom responsive breakpoints */


.glass-stat {
    animation: float 4s ease-in-out infinite;
}

.growth-stat {
    animation: float 5s ease-in-out infinite;
}

/* end animation */

/* start  */
* {
    padding: 0;
    margin: 0;
    outline: none !important;
    line-height: 30px;
    scroll-behavior: smooth;

}

*::selection {
    background-color: var(--primary-color);
    color: #FFF;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    background-color: #FFF;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.lh-30 {
    line-height: 30px !important;
}

ul {
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h4,
p {
    margin: 0;
}

.m-space {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

textarea {
    resize: none;
}


.fill {
    min-height: 100%;
    height: 100%;
}

.fill-full {
    height: 100%;
    width: 100%;
}

.content-wrapper {
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* end  */
.mt_8_lg {
    margin-top: 8rem;
}


.hero-content {
    min-width: 100%;
    overflow: hidden;
    height: calc(100vh - 100px);
    background-color: #FFF;
    background-image: url('../particules/lines__waves.svg');
    background-position: center;
    display: grid;
    place-items: center;
}

.right_hero_section>img {
    position: relative;
    z-index: 2;
}

.nav-link {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px;
}

.nav-link:hover {
    transform: scale(1.011);
}

.brands_logo {
    overflow-x: auto;
    padding: 15px 0;
}

.brands_logo img {
    margin-right: 30px;
}

.nav-link:hover::before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 7px;
    background: var(--primary-color);
    opacity: 0.3;
    left: 50%;
    bottom: 10px;
    right: 50%;
    transform: translate(-50%, -10%);
}

.switch-lang {
    cursor: pointer;
}

.label_hero_item {
    width: fit-content;
    box-shadow: 0px 0px 14.4px rgba(0, 0, 0, 0.035), 0px 0px 115px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    position: absolute;
    z-index: 3;
    background: white;
    border: 2px solid #ebebebcc;
    animation: float 8s infinite ease-in-out;

}

.label_left_center {
    top: 12rem;
    left: 0rem;
}

.label_right_bottom {
    bottom: 0;
    right: -4rem;
}

.label_right_center {
    top: 4rem;
    right: -5rem;
}

.arrow_hero_up {
    position: absolute !important;
    width: 7rem;
    top: 9rem;
    right: -2rem;
}

.item_label_icon {
    width: 50px;
    height: 50px;
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    overflow: hidden;

}



.label_hero_text h5 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 4px;
}

.label_hero_text span {
    font-size: 14px;
    color: var(--gary-400);
    position: relative;
    top: -2px;
}

.hero_image_bg {
    height: 80%;
    width: 80%;
    position: absolute;
    background-color: var(--primary-color);
    z-index: 1;
    border-radius: 62% 38% 43% 57% / 41% 25% 75% 59%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.4;
    transform: rotate(90deg);
}


.text-title-line {
    color: var(--primary-color);
    display: inline-flex;
}

.text-title-line::before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 10px;
    background: var(--primary-color);
    opacity: 0.2;
    left: 50%;
    bottom: -2px;
    right: 50%;
    transform: translate(-50%, -10%);
}

.scrolling-section {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scrolling {
    animation: scrolling 2s ease-in-out infinite;
}

.hero__left__content h1 {
    color: #363848;
}

.nav-top-section {
    padding: 20px;
    background: white;
}

.logo span {
    font-weight: 700;
    font-size: 25px;
    color: var(--primary-color);
    margin: 0px 5px;
    line-height: 40px !important;
}

.menu-list li {
    font-size: calc(14 / 16 * 1rem);
    font-weight: 500;
    color: var(--primary-color);
    margin-left: 20px;
    transition: all 0.5s;
}

.menu-list li:hover {
    cursor: pointer;
}

.btn {
    padding: 5px 10px;
    cursor: pointer;
}

.btn-solid {
    position: relative;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    border-radius: 0.2rem;
}


.btn-solid:hover {
    background-color: var(--primary-color-hover);
    color: white;
}

.button {
    font-weight: 500;
    transition: all 0.3s;
    border: none;
}

.button-space-1 {
    padding: 6px 20px;
}

.button-space-2 {
    padding: 13px 15px 13px 40px;
}

.btn-outline {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.auth-btn {
    font-size: calc(14 / 16 * 1rem);
    font-weight: 400;
}

.auth-btn a {
    margin-left: 8px;
}

.loginBtn {
    background: transparent;
    border: 1px solid var(--primary-color);

    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.2rem;
}

.loginBtn:hover {
    background: var(--primary-color);
    color: white;
    box-shadow: 0px 0px 171px -24px rgba(0, 0, 0, 0.15);
}

.badge {
    padding: 13px 30px;
    border-radius: 20px;
}

.badge-gray {
    color: var(--primary-color);
    background-color: rgba(63, 61, 145, 0.1);
}

.text-x1l {
    font-size: 42px;
    font-weight: 700;
}

.text-color1 {
    color: var(--primary-color);
}

.btn-circle-play {
    width: 52px;
    height: 52px;
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--primary-color);
    animation: pulse_01 2s ease infinite;
}

.btn-circle-play:hover {
    background: var(--primary-color);
    color: white;
    box-shadow: 1px 1px 2px 2px #e1e1e1;
}

.glass-image {
    position: absolute;
    left: 0;
    z-index: -1;
}

.glass-stat {
    top: 7rem;
    right: -3rem;
}

.growth-stat {
    position: absolute;
    width: 190.5px;
    height: 218px;
    bottom: 4rem;
    left: 0rem;
    background: rgba(63, 61, 145, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(40px);
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 20px;
}

.growth {
    width: 100%;
    height: 95px;
    border-radius: 8px;
}

.growth span {
    font-size: 14px;
    color: var(--gray-dark);
}

.growth p {
    font-size: 30px;
    font-weight: 700;
}

.growth-avatar {
    position: absolute;
    top: -1rem;
    right: -1rem;
    border: 4px solid;
}

.about-text p:nth-child(1) {
    font-weight: 500;
    font-size: 18px;
}

.about-text p {
    font-size: 16px;
    color: var(--gary-400);
}

.about-text h2 {
    font-weight: 600;
    color: #192430;
    font-size: 40px;
}

.circle {
    max-width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    margin-right: 10px;
    border: 0.5px solid var(--primary-color);
}


.card-list-tile div h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.card-list-tile div p {
    font-size: 15px;
    font-weight: 400;
    color: var(--gary-400);
    line-height: 20px;
}

.about-more {
    font-weight: 500;
    font-size: 15px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    color: var(--primary-color) !important;
}

.about-more:hover {
    padding-left: 1rem;
    color: var(--primary-color-hover) !important;
}

.bg-rounded {
    position: absolute;
    width: 70%;
    Height: 110%;
    border-radius: 20px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: -1;
}

.primary-bg-rounded {
    background: #3C3A85;
    top: -6%;
    left: 0rem;

}

.secondary-bg-rounded {
    background: rgba(232, 164, 135, 0.4);
}

.yallow-bg-rounded {
    background: rgba(250, 218, 87, 0.5);
}

.about_section_image img:nth-child(1) {
    width: 100%;
    height: 100%;
    filter: drop-shadow(15px 70px 100px rgba(0, 0, 0, 0.06));
    border-radius: 20px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.about-image img {
    width: 90%;
    position: relative;
    top: 1rem;
    left: 1rem;
    border-radius: 20px;
}

.union-right {
    width: 400px;
    height: 400px;
    right: 6rem;
    bottom: 1rem;
    z-index: -1;
}

.union-left {
    z-index: -1;
    top: -3rem;
    left: -2rem;
}

.right-lines {
    right: 3rem;
    top: 12rem;
}

.left-lines {
    left: 0rem;
    top: 0rem;
}

.solustion-top-section {
    line-height: 15px;
}

.solustion-top-section h1 {
    font-weight: 600;
    font-size: 40px;
    margin: 10px 0;
}

.solustion-top-section p:nth-child(2) {
    color: #426666;
}

.statistics-section {
    height: 450px;
    background-color: var(--primary-color);
    background-size: cover;
    background-image: url('../images/Mask group.webp');
    padding: 4rem;
}

.statistics-section .content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}

.contact-section {
    background-color: var(--primary-color);
    background-image: url('../images/Mask group.webp');
    background-size: cover;
}

.list-style {
    list-style: disc;
    list-style-position: inside;
}

.blog-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.blog-section h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
    color: #0A093D;
}

.blog-section h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

.blog-post {
    margin-top: 2rem;
}

.has-bg-img {
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.has-bg-img img:hover {
    transform: scale(1.2);
}


.post_more_read {
    font-size: 16px;
    color: #656464 !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.post_more_read:hover {
    padding-left: 5px;
    color: var(--dark-800) !important;
}

.blog-post img {
    border-radius: 15px;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
}

.blog-post img:hover {
    transform: scale(1.1);
}

.border {
    width: 25px;
    border-top: 1px solid var(--orange-color);
}

.blog-title p {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

.line-border {
    margin-top: 1rem;
    height: 2px;
    width: 40px;
    background-color: #FFAF2E;
    margin-right: 5px;
}

.btn-see-more {
    text-align: center;
    border: 1px solid #3C3A85;
    border-radius: 10px;
    padding: 10px 50px;
    color: #3c3a85 !important;
    transition: all 0.3s;
    font-size: 15px;
    cursor: pointer;
}

.btn-see-more:hover {
    transform: scale(1.02);
}

.input-text {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    margin: 10px 0px;
    font-size: 14px;
    border: 1px solid #ddddddfc;
}


.btn-send {
    width: 100%;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 10px 50px;
    color: #fff !important;
    ;
    transition: all 0.3s;
    font-size: 15px;
    cursor: pointer;
}

.send__message {
    bottom: 5rem;
    right: 0;
    opacity: 0.5;
}

.bg-yallow-map {
    position: relative;
    width: 80%;
    height: 350px;
    padding: 2rem;
    margin: 3rem 0;
    background: #DEBB2A;
    border-radius: 10px;
}

.map-section {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    border-radius: 10px;
}

.contact__information h2 {
    width: fit-content;
    font-weight: 600;
    color: var(--primary-color);
}

.contact__information p {
    font-size: 14px;
    color: var(--gray-dark);
    margin-top: 5px;
}

.footer-bottom {
    padding: 5px;
    background-color: #20202D;
}

.footer-Copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #959595;
}

.footer {
    margin-top: 4rem;
    padding: 4rem 0;
    background-color: var(--primary-color);
    position: relative;
    overflow-x: clip;
}

.footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    top: 0;
    right: -10px;
    opacity: 0.5;
    z-index: -1;
    transform: rotate(-2deg);
}

.footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    top: 0;
    left: -10px;
    opacity: 0.5;
    z-index: -1;
    transform: rotate(2deg);
}

#myBtn {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    z-index: 100;
    border-radius: 5px;
    background-color: var(--primary-color);
    padding: 0.5rem 1rem;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #1f1c78;
}


.contact__city {
    bottom: -4rem;
    z-index: -1;
    left: 0;
    opacity: 0.2;
}

.footer-item h4 {
    font-size: 20px;
}

.footer-item p {
    color: #E7E7E7;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
}

.footer-item p a:hover{
    color: #E7E7E7;
}

.header-section {
    background-color: var(--primary-color);
    background-image: url('../images/header-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 25px;
    font-weight: 600;
}

.about-bkonx {
    padding: 2rem 0;
}

.about-bkonx {
    font-size: 20px;
    font-weight: 600;
}

.about-bkonx p {
    font-size: 16;
    font-weight: 400;
    color: #727272;
    margin: 15px 0;
}

.values-title span {
    color: #363574;
    font-weight: 500;
    font-size: 18px;
}

.values-title h3 {
    font-weight: 600;
    color: #1F1F26;
    font-size: 40px;
}

.values-title p {
    font-size: 16px;
    font-weight: 400;
    color: #426666;
}


.values-item {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.values-img img:first {
    display: flex;
    justify-content: center;
    align-items: center;
}

.values-img .image-dico {
    position: absolute;
    top: -2rem;
    left: 4rem;
    z-index: -1;
}

.badge__green {
    color: #0CBC8B;
    background: rgba(12, 188, 139, 0.08);
}

.badge__blue {
    color: #367CFF;
    background: rgba(54, 124, 255, 0.08);
}

.badge__indigo {
    color: #894BD7;
    background: rgba(98, 75, 215, 0.08);
}


.values-item h3 {
    font-weight: 600;
    font-size: 30px;
}

.values-item p {
    font-size: 16;
    font-weight: 400;
    color: #727272;
    margin: 15px 0;
}



.review__box {
    background: white;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    position: relative;
    margin-top: 7rem;
    border-radius: 1rem;
    transition: all 0.1s ease-in-out;
}

.review__box:hover {
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
}

.active_star {
    color: var(--primary-color);
}

.clinet__info__name {
    font-weight: 700;
    font-size: 24px;
    color: var(--primary-color);
}

.quote__icon {
    position: absolute;
    width: 15%;
    opacity: 0.2;
}

.quote__icon__top {
    top: 1.2rem;
    left: 2rem;
}

.expertise__icon {
    width: 30px;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
}

.quote__icon__bottom {
    bottom: 1.2rem;
    right: 2rem;
    transform: rotate(180deg);
}


.review__box .user__avatar {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    border: 5px solid rgba(203, 203, 203, 0.5);
    background: white;
    top: 0;
    left: 50%;
    transform: translate(-50%, -5rem);
}

.review__box .user__avatar img {
    border-radius: 50%;
}


.module-border-wrap {
    width: 195px;
    height: 195px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: linear-gradient(180deg, #FF8552 0%, rgba(222, 187, 42, 0) 100%);
}

.member-avatar {
    width: 95%;
    height: 95%;
    border-radius: 50%;
}

.member-card {
    background: transparent;
    box-shadow: 0px 34px 68px rgba(116, 115, 128, 0.1);
    border-radius: 14px;
    padding: 2rem;
    border: 1px solid var(--secondary-color);
}

.member-card h4 {
    color: #3F3D91;
}

.member-avatar:nth-child(1) {
    background-color: #feca57;
}

.member-avatar:nth-child(2) {
    background-color: #00d2d3;
}

.member-avatar:nth-child(3) {
    background-color: #1dd1a1;
}


.join-card {
    padding: 2rem;
    border-radius: 6px;
    transition: all 0.2s;
}

.join-card:hover {
    border: 1px solid rgba(12, 188, 139, 0.29);
    box-shadow: 15px 70px 100px rgba(0, 0, 0, 0.06);
}

.plan {
    position: relative;
    padding: 2rem;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.07);
}

.plan__badge {
    position: absolute;
    top: 1rem;
    right: 2rem;
    background: rgba(115, 103, 240, 0.12);
    padding: 0 1rem;
    border-radius: 25px;
    font-size: 14px;
    color: rgba(63, 61, 145, 1);
}

.plan_active {
    border: 1px solid #3F3D91;
}

.price-tile {
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    color: #3F3D91;
}

.price-value span {
    position: absolute;
    top: -0.5rem;
    left: -1rem;
}

.plan .price-value h3 {
    font-size: 4rem;
    margin-right: 2rem;
}


.fautures-list li {
    margin: 1rem 0;
}

.plan button {
    padding: 1rem;
    width: 100%;
    margin: 1rem auto;
    text-transform: capitalize;
}

.faq-item {
    border-radius: 10px;
    border: 2px solid var(--gray-color);
    transition: all 0.2s;
    cursor: pointer;
}

.faq-item:hover {
    box-shadow: 1px 1px 2px 2px #e1e1e1;
}

.faq-item h4 {
    margin-left: 1rem;
    font-size: 15px;
    font-weight: 500;
}

.faq-answer {
    color: #6E6B7B;
    border-bottom: 2px solid var(--gray-color);
    border-left: 2px solid var(--gray-color);
    border-right: 2px solid var(--gray-color);
    margin-top: -4px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.2s;
}

.btn_subscribe {
    border: none;
    height: 51px;
    position: relative;
    top: 10px;
    padding: 0 1rem;
    font-size: 12px;
    color: white;
    background-color: var(--primary-color-hover);
}

.faq-answer:hover {
    box-shadow: 1px 1px 2px 2px #e1e1e1;
}

.join-card {
    border: 1px solid rgba(255, 255, 255, 0);

    box-sizing: border-box;
    padding: 2rem;
    border-radius: 6px;
    transition: all 0.2s;
}

.join-card:hover {
    border: 1px solid rgba(12, 188, 139, 0.29);
    box-shadow: 15px 70px 100px rgba(0, 0, 0, 0.06);
}

.join-card>div {
    position: relative;
    margin-top: 100px;
}

.join-card>div>span {
    position: absolute;
    bottom: 28px;
    font-size: 7rem;
    font-weight: bolder;
    opacity: 0.2;
    z-index: 99;
}

.join-card>div>h3 {
    position: absolute;
    bottom: 0;
    z-index: 100;
}

/*
bgs
*/
.bg-light-danger {
    background-color: #ff4d4a2d;
    color: #ea322f;
}

.dropdown-toggle::after {
    display: none;
}

.avatar,
.avatar>img {
    border-radius: 100px;
    height: 30px;
    width: 30px;
}

.dropdown-user-link {
    border-radius: 50px;
    padding: 5px 5px 5px 10px;
    background: #3e3d911a;
    display: flex;
    align-items: center;
    color: #2f2d77;
}

.dropdown-user-link small {
    font-size: 0.8rem;
    margin-right: 5px;
    margin-left: 5px;
}

.dropdown-menu {
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.user__sidebar {
    height: 100vh;
    border-right: 3px solid rgba(212, 211, 211, .5);
    box-shadow: 26px 0px 80px rgba(0, 0, 0, 0.07);
}

.user__avatar__profile {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 3rem;
    background: white;
    bottom: -5rem;
    z-index: 2;
    border: 5px solid var(--primary-color);
}

.post__item {
    margin-bottom: 2rem;
}

.gallery-display {
    display: flex;
    flex-wrap: wrap;
}

.post__item .card {
    transition: all .5s ease-in-out;

}

.card__content__image {
    max-height: 200px;
    overflow-y: hidden;
}

.post__item:hover .card {
    box-shadow: 27px 57px 67px rgba(0, 0, 0, 0.07);
}

.header__cover {
    height: 250px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header__cover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0.9;
}

.badge_item {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    border-radius: 5px;
    padding: 2px 15px;
}

.section__menu li a {
    color: black !important;
}

.section__menu li a:hover {
    color: var(--primary-color) lack !important;
}

.post__item .card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 180px;
    white-space: wrap;
}

.post__item .card-statistics {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    background: #000000c2;
    color: white;
    opacity: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.post__item .card-statistics:hover {
    opacity: 1;
}

.circule_image {
    width: 75px;
    padding: 10px;
    border: 4px solid #e7e7e7;
    border-radius: 50%;
}

.file__card {
    border: 2px solid #ebe7e7;
    border-radius: 10px;
}


.btn__outline {
    padding: 5px 15px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 5px;
    transition: all .3s ease-in-out;
}


.btn__outline:hover {
    background-color: var(--primary-color);
    color: #FFF;
}



.wrapper .icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    color: var(--primary-color);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    color: #FFF;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: var(--primary-color);
    color: #ffffff;
}

.section__menu {
    overflow-x: scroll;
    display: -webkit-inline-box;
}

.section__menu a {
    float: left;
}

.section__menu::-webkit-scrollbar {
    display: none;
}

.section__menu li {
    min-width: fit-content;
}

.image__poster {
    max-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
}

.image-container {
    max-height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_header {
    box-shadow: 37px 25px 80px rgb(0 0 0 / 7%);
    border: 1px solid #e7e7e7;
}

.list_style {
    font-size: 14px;
    list-style: outside;
    margin-top: 1rem;
    text-align: left;

}

.list_style li {
    margin-bottom: 10px;
    line-height: 20px;

}

.fautures-list li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url('../icons/check-mark.svg');
    transform: translateY(10px);
}

.cookie-bar {
    position: fixed;
    bottom: 10px;
    background: linear-gradient(90deg, rgba(51, 49, 134, 1) 0%, rgba(70, 68, 158, 1) 51%);
    color: #FFF;
    font-size: calc(12 / 14 * 1rem);
    z-index: 999;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.cookie-bar a:hover {
    color: var(--yallow-400) !important;
}

.button-style {
    padding: 0.3rem 1rem;
    background: #2d2b72;
    color: #FFF;
    border: 2px solid #232264;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.button-style:hover {
    transform: scale(0.9);
}

.text-decoration-underline {
    text-decoration: underline;
}

.service-card {
    border-radius: 10px;
    padding: 1rem;
    transition: all 0.2s ease-in-out;
    min-height: 100%;
}

.service-card:hover {
    color: #FFF;
    background-color: var(--primary-color);
    background-size: cover;
    background-image: url('../images/mask-weves-min.webp');
}

.box-card {
    transition: all 0.5s ease-in-out;
}

.box-card:hover {
    box-shadow: 9px 0px 80px rgba(0, 0, 0, 0.06);
}

.navbar-toggler-icon {
    background: url('./nav-toggle-hamburger.svg') center/contain no-repeat transparent !important;
    width: 1.2em !important;
    height: 1.5em;
}

.navbar-light .navbar-toggler {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    padding: 5px 10px;

}

.switch {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    margin: 0;
}

.switch input {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 0;
    height: 0;
}

.switch input+span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d9d8e9;
    border-radius: 20px;
}

.switch input:checked+span {
    background: var(--primary-color);
}

.switch input+span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2px;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.switch input:checked+span:before {
    left: 34px;
}

.profile_menu {
    min-width: 200px;
    border: none;
    transition: all linear 0.3s;
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    position: absolute;
    top: 2.8rem;
    right: 0;
    z-index: 99;
    background-color: #FFF;   border-radius: 10px;
    overflow: hidden;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding:0.575rem!important;
    clear: both;
    font-weight: 400;
    color: #6e6b7b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;

}
.dropdown-item.bg-light-danger:hover{
    background: #f1626218;
    color: rgb(251, 94, 94);
}
.dropdown-item i {
    margin-right: 10px;
    margin-left: 10px;
}

.container{
    max-width: 1250px!important;
}

.card-demo {
    position: relative;
    border-radius: 30px;
    min-height: 420px;
    background-image: linear-gradient(140deg, #220343 40%, #08b49a) !important;
    z-index: 1;
}

.card-demo::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    background-image:linear-gradient(70deg, var(--primary-color) 40%, #06a2a7) !important;
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.card-demo:hover::before {
    opacity: 1;
}
.card-demo img {
    transition: transform 0.3s linear;
}
.card-demo:hover img {
    transform: scale(1.03);
}

.card-demo h1
{
    font-weight: bold;
}

.card-demo .btn-white
{
    padding: 0.8rem;
    background: white ;
    color:var(--primary-color) ;
    font-size: small;
}
.card-demo .btn-white:hover{
    background: rgb(218, 216, 216);
        color: var(--primary-color-hover);
}
