/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: all theme variables
*/

:root {
    --theme-font: "Poppins", sans-serif;

    /* HEX */
    --theme_black:#101010;
    --theme_color:#101010;
    --theme_color_hover:#D6D6D6;
    --theme_gray:#F7F9FC;

    --theme1:#364050;
    --theme2:#202020;
    --theme3:#F26A06;
    --theme4:#E77074;
    --theme5:#6D6D6D;
    --theme6:#202020;
    --theme7:#B5B5B5;
    --theme8:#112709;
    --theme9:rgba(251, 213, 220, 0.4);
    --theme10:#FDE8B1;

    --txt-color:#6a6a6a;
    --txt-color-1:#989898;
    --txt-color-2:#9B9B9B;
    --txt-color-3:#818181;
    --footer-color1:#414141;
    --footer-color2:#272727;

    --font-color: #333333;
    --white: #FFFFFF;
    --black: #000000;
    --bg_gray: #F2F3F5;
    --bg_gray1: #4B5563;
    --bg_gray_white: #f9f9f9;
    --bg_card_list_hover:#F5F5F5;
    --footer: #302f2c;
    --copyright: #292825;
    --rating: #ffc400;
    --border_color: #e2e5ec;
    --border_color1: #707070;
    --border-color2: #DBDBDB;

    /* RGBA */
    --theme_rgba: 211, 17, 69;
    /* shadow */
    --theme_box_shadow: 0px 0px 10px 5px #dddddd;
}
