/*
Theme Name: AATC.PK Tobacco
Theme URI: https://www.wilayats.com
Author: Muhammad Wilayat Shah
Author URI: https://www.wilayats.com
Description: Custom theme for FCI Tobacco Enterprises
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aatc.pk
*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700&display=swap');

/* Import the original CSS */
@import url('assets/css/style.css');

/* Custom Overrides */
.site-title {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#home-heading-1,
#home-heading-2 {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}

.btn-general {
    border: 2px solid #fff;
    border-radius: 0;
    padding: 12px 26px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .5s;
}

.btn-general:hover {
    color: #212226;
    background: #fff;
} 

#contact-right input,textarea{width:100% !important}