@charset "UTF-8";
/*
Theme Name: Jetwing Premium
Theme URI: https://github.com/WordPress/
Template: antyracoresite
Author: The Antyra UI Team
Author URI: https://antyrasolutions.com/
Description: 
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jetwingpremium
Tags: 
*/

:root{
    --body-background       :   #fff;
    --primary-color         :   #FF308E;
    --primary-color-rgb     :   255, 48, 142;
    --secondary-color       :  #898800;
    --secondary-color-light :  #D8D749;
    --light-background      :  #F8F7F2;
    --dark-background       :  #051201;
    --light-green-background:  #FBF9ED;
    --secondary-color-rgb   :   137, 136, 0;
    --primary-text-color    :   #fff;
    --black-text-color      :   #000;
    --black-color-rgb       :   0, 0, 0;
    --primary-text-color-rgb:   255, 255, 255;
    --body-background-rgb   :   var(--primary-text-color-rgb);
    --secondary-text-color  :   #c7c7c7;
    --menu-background       :   17, 27, 39;
    --gray-background-rgb   :   199, 199, 199;
    --text-white            :   var(--primary-text-color);
    --acco-backgrou-color   :   #10242F;
    --faq-background-color  :   #2A3227;
    --faq-background-dark   :   #0F160E;
    --whatsapp              :   #29D569;
    --sustainerbility       :   #009994;
    --gold                  :   #D19E33;
    --gold-light            :   #F4F3EE;

    --warning-color         :   #ff0000;

    --backgroun-opacity     :   0,0,0;
    --border-color          :   var(--backgroun-opacity);

    /* mega menu sizes */
    --mega-heading-size     :   1.2vw;

    --defualt-mobile-font-size          :   16px;
    --defualt-mobile-h1-size            :   43px;
    --defualt-mobile-h2-size            :   30px;
    --defualt-mobile-h3-size            :   27px;
    --defualt-mobile-h4-size            :   20px;

    --defualt-desktop-font-size-small    :   .75vw;
    --defualt-desktop-font-size          :   .81vw;
    --defualt-desktop-h1-size            :   3vw;
    --defualt-desktop-h2-size            :   1.8vw;
    --defualt-desktop-h3-size            :   1.2vw;
    --defualt-desktop-h4-size            :   1vw;

    --mobile-component-bottom-gap        :   70px;
    --mobile-para-gap        :   40px;

    --desktop-component-bottom-gap        :   6vw;
    --desktop-para-gap        : 0.7vw;

    --heading-font          :   "Playfair Display", serif;
    --body-font             :   "Poppins", sans-serif;
    --defualt-font          :    "Poppins", sans-serif;
}