:root {
    --light-yellow: #f3f5ff;
    --primery: #259B0D;
    --dark-black: #1b044a;
    --dark-greay: #9599ab;
    --light-greay: #dddfea;
    --greay: #afafaf;
    --text-greay: #848484;
    --black: #000000;
    --bg-white: #ffffff;
    --text-white: #fff;
    --red-color: #ff0000;
    --dark-blue: #1b0e35;
    --gray-light: #c2c8d8;
    --dark-main: #082202d1;
    --app-yellow: #f39904;
}

body {
    font-size: 18px;
}

.navbar-brand img {
    width: 100% !important;
}

.text_list_section .slider_block {
    background-color: var(--app-yellow);
}

footer {
    background-color: #0f0e0e;
}

.download_app .task_block {
    background-color: #195b0b;
}

.contact_inner {
    background-color: #195b0b;
}

.signup_section .form_block .side_screen {
    background-color: #195b0b;
}

#feature_slider img {
    display: block;
    margin: 0 auto;
}

.feature_box .img {
    margin-top: 0px;
}

.feature_box {
    padding-bottom: 40px;
}

#preloader {
    background-color: rgba(7, 48, 15, 0.9);
}

#preloader img {
    height: 80px;
    width: auto;
}

#loader::before {
    border-top-color: var(--app-yellow);
}

#loader::after {
    border-top-color: var(--bg-white);
}

#loader {
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}