/*! ------------------------------------------------
 * Project Name: Name: Ignite - Coming Soon and Landing Page Template
 * Project Description: Ignite - functional and beautifully designed coming soon and landing page template to kick-start your project
 * Tags: mix_design, coming soon, under construction, template, landing page, portfolio, one page, responsive, html5, css3, creative, clean, agency, personal page
 * Version: 1.0.0
 * Build Date: May 2023
 * Last Update: May 2023
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: https://themeforest.net/user/mix_design */
/*! File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Template Backgrounds
 *  2. Fonts
 *  3. Base CSS Styles
 *  4. Transitions
 *  5. Typography
 *  6. Buttons & Controls
 *  7. Forms and Forms Reply Groups
 *  8. Animated Backgrounds
 *  9. Header
 *  10. Footer
 *  11. Main Section
 *  12. Menu
 *  13. Socials
 *  14. Countdown
 *  15. Swiper Slider
 *  16. Popup Dialogs
 *  17. Inner Sections
 *  18. Skillbars
 *  19. Features
 *  20. Contact Data
 *  21. Gallery
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/
@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");

.logo img {


    width: 10em !important;

}


h2 {
  font: normal 400 2rem/1.2 "Poppins", sans-serif;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 3rem;
  }
}


p {
    font: normal 300 1.4rem/1.6 "Poppins", sans-serif;
    color: #D9D9D9;
}


