/*!
Theme Name: KAE Capital
Theme URI: http://underscores.me/
Author: Chinna
Author URI: http://honeycombindia.net/
Description: Kae Capital is a pioneer of early-stage investing in India, focused on tech startups, and has been investing in India for 10+ years.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kae-captital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KAE Capital is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body{
    font-family: "Poppins", sans-serif !important;
    background-color: rgba(243, 239, 235, 1) !important;
    font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem) !important;

}
img{
	max-width: 100%;
	height:auto;
}
section{
	position: relative;
}
@media (min-width: 576px) {
  .container {
    max-width: 95% !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 95% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 95% !important;
  }
}
@media (min-width: 1400px) {
    .container {
      max-width: 95% !important;
    }
}


/* Main Header Styles */
.heading-title {
  font-size: clamp(2rem, 1.3036rem + 2.8571vw, 3.875rem);
    font-weight: 400;
    margin-bottom: 25px;
}

.heading-title span {
  color: rgba(242, 33, 40, 1);
}

.custom-breadcrumbs{
background:#f7f7f7;
padding:8px 16px;
border-radius:30px;
width:fit-content;
font-size:13px;
	position: relative;
    z-index: 123;
}

.custom-breadcrumbs a:hover{
color: rgba(242, 33, 40, 1);
}
.custom-breadcrumbs a {
    color: rgba(242, 33, 40, 1);
    text-decoration: none;
}


.heading-title, .heading-title h1, .heading-title h2, .heading-title h3, .heading-title h4,
.about-title, .about-title h1,.about-title h2, .about-title h3, .about-title h4{
    font-size: clamp(2rem, 1.3036rem + 2.8571vw, 3.875rem) !important;
    font-weight: 400;
    margin-bottom: 25px;
}

.main-title, .main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5{
    font-size: clamp(3rem, 1.1429rem + 7.619vw, 8rem);
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 100%;
}
