/*
Theme Name:   Honey Paws Theme
Theme URI:    https://elementor.com/
Description:  Hello Elementor Child Theme
Author:       Your Name
Author URI:   https://honey-paws.com/
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/
/*fonts*/
/* @font-face {
    font-family: 'parabolica';
    src: url('fonts/Parabolica-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'parabolica';
    src: url('fonts/Parabolica-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'parabolica';
    src: url('fonts/Parabolica-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'parabolica';
    src: url('fonts/Parabolica-BlackOblique.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'parabolica';
    src: url('fonts/Parabolica-BoldOblique.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'parabolica Text';
    src: url('fonts/ParabolicaText-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'parabolica Text';
    src: url('fonts/ParabolicaText-MediumOblique.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'parabolica Text';
    src: url('fonts/ParabolicaText-RegularOblique.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'oso-serif';
    src: url('fonts/SerifaBT-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'oso-serif';
    src: url('fonts/SerifaBQ-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'oso-serif-condensed';
    src: url('fonts/SerifaBQ-CondensedMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'oso-serif';
    src: url('fonts/SerifaBQ-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */
/* @import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* ===== RESET ===== */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
/* ===== ROOT ===== */
:root {
 --primary-color: #1D2F5D;
 --title-color: #1D2F5D;
 --muted-text: #242F57;
 --bg-color: #ffffff;
 --text-color: #1D2F5D;
 --font-main: "Public Sans", Sans-serif;
 --h1-size: 64px;
 --h2-size: 36px;
 --h3-size: 22px;
 --body-size: 18px;
/*  --section-padding: 90px;
 --container-padding: 40px; */
 --element-gap: 20px;
}
/* ===== BODY ===== */
body {
 font-family: var(--font-main);
 font-size: var(--body-size);
 color: var(--text-color);
 background: var(--bg-color);
 line-height: 1.7;
}
/* ===== HEADINGS ===== */
h1, h2, h3 {
 font-weight: 600;
 line-height:130%;	
}
h1 {
 font-size: var(--h1-size);
 margin-bottom: 20px;
 color:#fff;
}
h2 {
 font-size: var(--h2-size);
 color: var(--title-color);
}
h3 {
 font-size: var(--h3-size);
 color: var(--title-color);
}
/* ===== TEXT ===== */
p {
 color: var(--text-color);
/*  max-width: 700px; */
 line-height:150%;	
}
/* ===== BUTTON ===== */
button,
.btn {
 background: var(--primary-color);
 color: #fff;
 padding: 16px 55px;
 border-radius: 30px;
 border: none;
 font-weight: 400;
 cursor: pointer;
 transition: 0.3s ease;
 color:#fff;
}
button.shopNow a{
font-family: "Public Sans", Sans-serif;
}
button:hover,
.btn:hover {
 opacity: 0.85;
}
/* ===== LINKS ===== */
a {
 color: var(--primary-color);
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
/* ===== SECTIONS ===== */
/* section {
 padding: var(--section-padding) var(--container-padding);
} */
/* ===== CONTAINER ===== */
.container {
 max-width: 1440px;
 margin: auto;
}
/* ===== GRID ===== */
.grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
 gap: 30px;
}
.white-bg{ 
  background:#fff !important;
}
.banner p{
	color:#fff;
}
/* @media (max-width: 1024px){

} */
@media (max-width: 767px){
/* ===== ROOT ===== */
	:root {

	 --h1-size: 36px;
	 --h2-size: 22px;
	 --h3-size: 22px;
	 --body-size: 18px;

	}
}


/*old code*/
/* ===== TEAM CARDS ===== */
.team-card {
 text-align: center;
}
.team-card span {
 color: var(--muted-text);
 font-size: 14px;
}
/* ===== HOW IT WORKS ===== */
.step {
 font-weight: 500;
 margin-bottom: 15px;
}
/* ===== ORG CARD ===== */
.org-card {
 padding: 20px;
}
.org-card a {
 display: block;
 margin-top: 10px;
 font-weight: 500;
}
.site-title.show{
display:none !important;
}
/* homepage*/
.small-hexagon {
  width: 9.479vw;
  height: 200px !important;
  max-height:10.62vw !important;
  background: linear-gradient(
    35deg,
    rgba(255, 215, 52, 1) 0%,
    rgba(255, 213, 53, 1) 28%,
    rgba(253, 192, 59, 1) 52%,
    rgba(250, 167, 66, 1) 95%,
    rgba(249, 162, 68, 1) 86%
  );
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 182 200'%3E%3Cpath d='M97 5 Q91 2 85 5 L14 45 Q8 48 8 55 L8 145 Q8 152 14 155 L85 195 Q91 198 97 195 L168 155 Q174 152 174 145 L174 55 Q174 48 168 45 Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 182 200'%3E%3Cpath d='M97 5 Q91 2 85 5 L14 45 Q8 48 8 55 L8 145 Q8 152 14 155 L85 195 Q91 198 97 195 L168 155 Q174 152 174 145 L174 55 Q174 48 168 45 Z' fill='white'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;

}
.small-hexagon-svg {
  width: 9.479vw;
  height: 200px !important;
	max-height:10.62vw !important;
}