/*
Theme Name: BitBuild Agro
Theme URI: https://bitbuildagro.com/
Author: Team BitBuildAgro
Author URI: https://bitbuildagro.com/
Description: Light, nutritious, and naturally delicious fox nuts. Experience the perfect blend of tradition and health in every bite.
Version: 1.0
*/

:root {
  
  --primary:#00D9C1;
  --primaryDark: #10B981;
  --secondary: #A855F7;
  --secondary2: #EC4899;
  --dark:#101828;
  --font-primary: "Poppins", sans-serif;
/*   --font-secondary: "Open Sans", sans-serif; */
}

/*** --------------------
Global Styles Start
-------------------- ***/
body{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family:var(--font-primary);
}
h1, h2, h3, h4, h5, h6 {
  font-family:var(--font-primary);
}
body, p, span, li, {
  font-family:var(--font-primary);
}

.text-primary{
	color:var(--primary) !important;
}
.text-secondary{
	color:var(--secondary) !important;
}
.text-secondary2{
	color:var(--secondary2);
}
.text-dark{
	color:var(--dark);
}
.text-primary-gradient{
	background: linear-gradient(45deg, var(--primary), var(--primaryDark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-secondary-gradient{
	background: linear-gradient(45deg, var(--secondary), var(--secondary2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-gradient{
	background: linear-gradient(45deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-line-2{
	text-overflow:ellipsis;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.text-line-3{
	text-overflow:ellipsis;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.bg-primary{
	background-color:var(--primary) !important;
}
.bg-secondary{
	background-color:var(--secondary) !important;
}
.bg-dark-color{
	background-color:var(--dark) !important;
}
.bg-gradient{
    background:linear-gradient(135deg, rgb(236 72 153 / 13%) 0%, #eefaf7 35%, rgb(168 85 247 / 13%) 70%, rgb(168 85 247 / 5%) 100%) !important;
}
.bg-primary-gradient{
    background: linear-gradient(90deg, var(--primary), var(--primaryDark));
}
.bg-secondary-gradient{
    background: linear-gradient(90deg, var(--secondary), var(--secondary2));
}

.btn{
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out;
}

.btn-primary{
    color: #fff;
    background-color: var(--primary);
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border: 2px solid;
    border-color: var(--primary);
}
.btn-primary:hover{
    color: #fff;
    background-color: var(--secondary);
    border: 2px solid;
    border-color: var(--secondary);
}

.btn-secondary{
    color: #fff;
    background-color: var(--secondary);
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border: 2px solid;
    border-color: var(--secondary);
}
.btn-secondary:hover{
    color: #fff;
    background-color: var(--primary);
    border: 2px solid;
    border-color: var(--primary);
}

.btn-primary-gradient{
    color: #fff;
    background: linear-gradient(90deg, var(--primary), var(--primaryDark));
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border: none;
}
.btn-primary-gradient:hover, .btn-primary-gradient:focus-visible, .btn-primary-gradient:first-child:active{
	color: #fff;
	border: none;
    background: linear-gradient(90deg, var(--primaryDark), var(--primary));
}
.btn-primary-outline{
	color: var(--primary);
    background-color: #fff;
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border: 2px solid;
    border-color: var(--primary);
}
.btn-primary-outline:hover{
    color: var(--primary);
    background-color: rgb(85 69 161 / 5%);
    border: 2px solid;
    border-color: var(--primary);
}

.btn-light{
    color: var(--primary);
    background-color:#fff;
    border: 2px solid;
    border-color: #fff;
}
.btn-light:hover{
    color: #fff;
    background-color: transparent;
    border: 2px solid;
    border-color: #fff;
}
.btn-gradient{
    color: #fff;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border: none;
}
.btn-gradient:hover{
	color: #fff;
	border: none;
    background: linear-gradient(90deg, var(--secondary), var(--primary));
}
.btn-secondary-gradient{
    color: #fff;
    background: linear-gradient(90deg, var(--secondary), var(--secondary2));
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border: none;
}
.btn-secondary-gradient:hover, .btn-secondary-gradient:focus-visible, .btn-secondary-gradient:first-child:active{
	color: #fff;
	border: none;
    background: linear-gradient(90deg, var(--secondary2), var(--secondary));
}
.bg-primary-tag{
	background:linear-gradient(90deg, rgb(0 217 193 / 10%), rgb(168 85 247 / 10%));
}
/*** --------------------
Global Styles End
-------------------- ***/


/*** -------------------
Footer CSS Start
-------------------- ***/
.footer .footer-item a{
    line-height: 35px;
    color: #fff;
    transition: 0.5s;
    text-decoration: none;
    white-space: nowrap;
	opacity: 0.6;
}
.footer .footer-item a:hover{
	opacity: 1;
}
.footer .footer-item a i{
    text-align:start;
	display: inline;
}

.footer .social-links a{
	color:#fff;
/*     width: 40px;
    height: 40px; */
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	opacity: 0.6;
	text-decoration:none;
}
.footer .social-links a:hover{
    opacity: 1;
}
.footer .partner-logo-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .partner-logo-box img{
	max-width: 100%;
    max-height: 60px;
}
/*** -------------------
Footer CSS End
-------------------- ***/

/*** -------------------
Home Page CSS Start
-------------------- ***/

/*** Home Stats Section Start ***/
.home-stats-section .stats{
	text-align:center;
	height:100%;
	background-color:#fff;
	border-radius:14px;
	transition: background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out, transform .5s ease-in-out;
}
/*** Home Stats Section End ***/

/*** Why BitAahar Section Start ***/
.why-bitaahar-section .items{
	height:100%;
	background-color:#fff;
	border-radius:14px;
	border:2px solid;
/* 	border-color:#0000001a; */
	padding:15px;
	transition: background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out, transform .5s ease-in-out;
}
.why-bitaahar-section .items:hover{
/* 	border-color:rgb(85 69 161 / 50%); */
	box-shadow: 0px 25px 50px -12px #00000040;
	transform: translateY(-0.25rem);
/*     background: linear-gradient(90deg, rgb(85 69 161 / 5%), rgb(163 77 147 / 5%)); */
}
.why-bitaahar-section .items .icon{
	font-size: 25px;
    padding: 10px;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: transform .5s ease-in-out;
}
.icon-bg-primary{
	color:var(--primary);
	background-color:rgb(0 217 193 / 10%);
}
.icon-bg-secondary{
	color:var(--secondary);
	background-color:rgb(168 85 247 / 10%);
}
.icon-bg-green{
	color:var(--primaryDark);
	background-color:rgb(16 185 129 / 10%);
}
.icon-bg-orange{
	color:var(--secondary2);
	background-color:rgb(236 72 153 / 10%);
}
.border-primary{
	border-color:var(--primary) !important;
}
.border-secondary{
	border-color:var(--secondary) !important;
}
.border-green{
	border-color:var(--primaryDark) !important;
}
.border-orange{
	border-color:var(--secondary2) !important;
}
/*** Why BitAahar Section End ***/

/*** Our Products Section Start ***/
.our-products{
	background: linear-gradient(135deg, rgb(0 217 193 / 10%), transparent, rgb(168 85 247 / 10%));
}
.our-premium-products-section .items, .coming-soon-products-section .items{
	overflow:hidden;
	height:100%;
	background-color:#fff;
	border-radius:14px;
	border:2px solid;
	border-color:#0000001a;
	padding:0px;
	transition: box-shadow .5s ease-in-out;
}
.our-premium-products-section .items .card-header img, .coming-soon-products-section .items .card-header img{
	object-fit: cover;
	min-height: 281px;
	max-height:281px;
	width:100%;
	border-top-left-radius:14px;
	border-top-right-radius:14px;
	transition: transform .5s ease-in-out;
}
.our-premium-products-section .items:hover .card-header img, .coming-soon-products-section .items:hover .card-header img{
	transform: scale(1.1);
}
.our-premium-products-section .items .card-body, .coming-soon-products-section .items .card-body{
	padding:20px;
}
.our-premium-products-section .items:hover{
	box-shadow: 0px 25px 50px -12px #00000040;
	border-color:var(--primary);
}
.coming-soon-products-section .items:hover{
	box-shadow: 0px 25px 50px -12px #00000040;
	border-color:var(--secondary);
}
/*** Our Products Section End ***/

/*** About Us Section Start ***/
.about-us-section .items .icon{
	font-size: 25px;
    padding: 10px;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: transform .5s ease-in-out;
}
.about-us-section .gallery-box img{
	width: 100%;
    max-height: 250px;
    object-fit: cover;
	height: 100%;
	transition: transform .5s ease-in-out;
}
.about-us-section .gallery-box:hover img{
	transform: scale(1.1);
}
/*** About Us Section End ***/

/*** Home Client Testimonials Section Start ***/
.home-client-testimonials-section{
	background:linear-gradient(45deg, rgb(13 206 197 / 10%), transparent);
}
.home-client-testimonials-section .items{
	position: relative;
	height:100%;
	background-color:#fff;
	border-radius:14px;
	border:2px solid;
	border-color:#fff;
	padding:20px;
	transition: background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out, transform .5s ease-in-out;
}
.home-client-testimonials-section .items:hover{
	border-color:var(--primary);
	box-shadow: 0px 25px 50px -12px #00000040;
	transform: translateY(-0.25rem);
}
.home-client-testimonials-section .items .quote-icon{
	position: absolute;
    top: -15px;
    left: -15px;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
	background:linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
}
.home-client-testimonials-section .items .review-start i {
    color: #ff9c4d;
}
.home-client-testimonials-section .items .client-profile img{
	width:60px;
	height:60px;
	min-width: 60px;
	border-radius:50%;
	object-fit: cover;
}
/*** Home Client Testimonials Section End ***/

/*** Trusted Quality Section Start ***/
.trusted-quality-section{
	background:linear-gradient(45deg, rgb(13 206 197 / 10%), rgb(168 85 247 / 10%));
}
.trusted-quality-section .items{
	text-align:center;
	height:100%;
	background-color:#fff;
	border-radius:14px;
	border:2px solid;
	border-color:#fff;
	padding:25px 20px;
	transition: background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out, transform .5s ease-in-out;
}
.trusted-quality-section .items:hover{
	border-color:var(--primary);
	box-shadow: 0px 25px 50px -12px #00000040;
	transform: translateY(-0.25rem);
}

.trusted-quality-section .items .icon{
	font-size: 24px;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
	background:linear-gradient(135deg, rgb(13 206 197 / 10%), rgb(168 85 247 / 10%));
    color: var(--primary);
	transition: transform .5s ease-in-out;
}
/*** Trusted Quality Section End ***/

/*** Home Footer CTA Section Start ***/
.home-footer-cta-section{
	background: linear-gradient(145deg, var(--primary), var(--primaryDark), var(--secondary));
}
/*** Home Footer CTA Section End ***/

/*** Home Contact Us Section Start ***/
.home-contact-section .items .icon{
	font-size: 30px;
    padding: 10px;
    border-radius: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
/*     color: #fff; */
	transition: transform .5s ease-in-out;
}
.home-contact-section .btn-primary-gradient{
	width: 100%;
	padding: 0.5rem 1.5rem;
	border-radius:0.375rem;
    color: #fff;
    background: linear-gradient(90deg, var(--primary), var(--primaryDark));
    box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.1);
    border: none;
	text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out;
}
.home-contact-section .btn-primary-gradient:hover{
	color: #fff;
	border: none;
    background: linear-gradient(90deg, var(--primaryDark), var(--primary)) !important;
}
.home-contact-section input, .home-contact-section textarea{
	background-color:#f3f3f5 !important;
}
.home-contact-section .point-list-box{
	list-style: none;
	padding:0px;
}
/*** Home Contact Us Section End ***/

/*** -------------------
Home Page CSS End
-------------------- ***/