/*
Theme Name: Foundation Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/



/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
:root{
	--black: #171717;
	--grey: #F1F5F9;
	--text: #737373;
	--white: #fff;
	--red: #dc2626;
}
body::-webkit-scrollbar {
     width: 8px;
}
body::-webkit-scrollbar-track {
    background:#171717;
     border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
	 background:#333333;
     border-radius: 8px;
}
a{
     transition: all 0.5s;
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
div#wpadminbar ~  div[data-elementor-type="header"]{
    top: 32px;
}
div[data-elementor-type="header"] {
    position: sticky;
    top: 0px;
    z-index: 99;
    width: 100%;
    transition: all 0.4s;
}
div[data-elementor-type="header"] .header_bottom{
	top: 60px;
	position: fixed;
	transition: all 0.4s;
}
div[data-elementor-type="header"].sticky .header_bottom{
	top: 0px;
}
#wpadminbar ~ div[data-elementor-type="header"].sticky .header_bottom{
	top: 32px;
}
div[data-elementor-type="header"].sticky .header_bottom::before{
	 content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(10, 10, 10, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	opacity: 0;
	transition: all 0.5s;
}
div[data-elementor-type="header"].sticky .header_bottom::before {
    opacity: 1;
}
div[data-elementor-type="header"].sticky .header_top{
	display: none !important;
}
div[data-elementor-type="header"].sticky .header_bottom .e-con-inner{
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.header_menu nav > ul > li > a {
    border-bottom: 1px solid transparent;
}
.header_menu nav > ul > li:nth-child(1) > a:hover {
    border-bottom-color:#ef4444;
    color: #ef4444 !important;
}
.header_menu nav > ul > li:nth-child(2) > a:hover {
    border-bottom-color:#2dd4bf;
    color:#2dd4bf !important;
}
.header_menu nav > ul > li:nth-child(3) > a:hover {
    border-bottom-color:#ec4899;
    color:#ec4899 !important;
}
.header_menu nav > ul > li:nth-child(4) > a:hover {
    border-bottom-color:#facc15;
    color:#facc15 !important;
}
.myrtle_text *{
	margin:0px !important;
	font-size:12px !important;
	font-family: 'Inter' !important;
}
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
.banner_sec {
	min-height: calc(100vh - 37px) !important;
}
.shop_btn a:hover * {
    color:var(--black) !important;
}
.shop_btn a{
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.myrtle_text .elementor-widget-container{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    max-width: fit-content;
}
.myrtle_text .elementor-widget-container::before{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ef4444;
	display: block;
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
	border-radius: 50%;
	transition: all 0.4s;
}
.myrtle_text .elementor-widget-container::after{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ef4444;
	display: block;
	border-radius: 50%;
	transition: all 0.4s;
	position: absolute;
	left: 17px;
	top: 12px;
}
@keyframes ping{
	75%, 100% {
	    transform: scale(2);
	    opacity: 0;
	}
}
.carry_box {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    transform: scale(1);
    transition: all 0.4s;
}
.carry_box:hover{
	transform: scale(1.05);
}
.banner_head h2 span {
    background: linear-gradient(45deg, #dc2626, #f87171);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding-right: 22px;
	display:block;
}
.suger_box h2 span {
    font-size: 48px !important;
    color: #facc15;
    letter-spacing: -0.05em;
    line-height: 50px;
    display: block;
    margin-top: 8px;
}
.blending_sec::after {
    content: "";
    width: 600px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: rgb(202 138 4 / 0.2);
    /* backdrop-filter: blur(120px); */
    -webkit-backdrop-filter: blur(120px);
    filter: blur(120px);
}
.blending_sec  > div{
	position: relative;
	z-index: 2;
}
.guilt_grid .guilt_box{
	box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px #fce7f3, 0 8px 10px -6px #fce7f3;
	border: 1px solid #fce7f3;
}
.guilt_grid .guilt_box:nth-child(1) {
    border-color:#fce7f3;
}
.guilt_grid .guilt_box:nth-child(2) {
	 border-color:#fef3c7;
}
.guilt_grid .guilt_box:nth-child(3) {
    border-color:#f3e8ff;
}
.guilt_grid .guilt_box:nth-child(4) {
	  border-color:#ffedd5;
}
.guilt_box .elementor-icon {
    width: 32px;
    height: 32px;
    background-color: #171717;
    display: flex;
    align-items: center;
    border-radius: 50% !important;
}
.guilt_grid .guilt_box .elementor-icon * {
    filter: brightness(0) invert(1);
    height: 16px !important;
}
.guilt_grid .guilt_box:hover .elementor-icon{
	background-color:#14b8a6;
}
.guilt_box figure.elementor-image-box-img {
    overflow: hidden;
    transition:all 0.4s;
}
.guilt_box figure.elementor-image-box-img img{
     transform: scale(1);
     transition:all 0.4s;
}
.guilt_box:hover figure.elementor-image-box-img img{
    transform: scale(1.1);
}
.guilt_sec::after {
    content: "";
    width: 500px;
    height: 500px;
    display: block;
    background-color: #e9d5ff;
    filter: blur(100px);
    position: absolute;
    left: 6%;
    top: 90%;
    transform: translateY(-50%);
    opacity: 0.4;
}
.guilt_sec::before {
    content: "" !important;
    width: 500px !important;
    height: 500px !important;
    display: block !important;
    background-color: #fbcfe8;
    filter: blur(100px);
    position: absolute !important;
    right: 0% !important;
    top: 258px !important;
    transform: translateY(-50%);
    opacity: 0.4 !important;
    left: unset !important;
    bottom: unset !important;
}
.guilt_sec * {
    z-index: 2;
}
.buffin_box::after {
    content: "";
    width: 256px;
    height: 256px;
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    background-image: linear-gradient(to right, #f9a8d4, #fef08a, #d8b4fe);
    border-radius: 50%;
    filter: blur(64px);
}
.buffin_box * {
    position: relative;
    z-index: 3;
}
.buffin_box img,.hummus_img img{
	filter:drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
	animation: float 6s ease-in-out infinite;
}
 @keyframes float {
   0% { transform: translateY(0px); }
   50% { transform: translateY(-15px); }
   100% { transform: translateY(0px); }
}
.guilt_box{
	transform:translateY(0rem);
	transition:all 0.4s;
}
.guilt_box:hover{
	transform:translateY(-5px);
}
.blending_img:hover{
    transform: rotate(-4deg) scale(1.03) !important;
}
.guilt_grid1 .guilt_box {
	border:unset !important;
	border-bottom:4px solid #14b8a6 !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.guilt_grid1 .guilt_box:nth-child(1),.guilt_grid1 .guilt_box:nth-child(3) {
	border-bottom-color:#14b8a6 !important;
}
.guilt_grid1 .guilt_box:nth-child(2),.guilt_grid1 .guilt_box:nth-child(4){
	border-bottom-color:#f97316 !important;
}
.guilt_grid1 .guilt_box:nth-child(4) {
	border-bottom-color:#f97316 !important;
}
.guilt_grid1 .guilt_box p.elementor-image-box-description {
    position: absolute;
    top: 0px;
    background-color: #14b8a6;
    padding: 4px;
    border-radius: 4px;
}
.guilt_grid1 .guilt_box:nth-child(1) p.elementor-image-box-description,.guilt_grid1 .guilt_box:nth-child(3) p.elementor-image-box-description {
    background-color:#14b8a6 !important;
}
.guilt_grid1 .guilt_box:nth-child(2) p.elementor-image-box-description,.guilt_grid1 .guilt_box:nth-child(4) p.elementor-image-box-description {
    background-color:#f97316 !important;
}
.community_right .elementor-widget-image,.img_slider figure {
    overflow: hidden !important;
	width:100%;
	height:100%;
}
.img_slider figure{
	border-radius:10px !important;
	height:243px !important;
}
.community_right .elementor-widget-image img,.img_slider figure img {
    transition: all 0.4s;
    transform: scale(1);
}
.community_right .elementor-widget-image:hover img,.img_slider figure:hover img {
    transform: scale(1.05);
}
.rated_text h2 span{
	color:#0d9488;
}
.community_sec::after {
    content: "";
    display: block;
    background-color: #db2777;
    width: 384px;
    height: 384px;
    position: absolute;
    top:  -5%;
    left:  -5%;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.2 !important;
}
.meet_text h2 span {
    background: linear-gradient(45deg, #ec4899,#a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding-right: 15px;
}
.list_time ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: grid;
    grid-gap: 6px;
}
.testimonial_box{
	min-height:245px !important;
}
.owl-dots button {
    background-color: transparent !important;
    outline: unset !important;
    border: unset !important;
    margin: 0px !important;
}
.owl-dots button span {
    margin: 0px !important;
    width: 8px !important;
    border-radius:50% !important;
    height: 8px !important;
    background-color: var(--black) !important;
    opacity:0.5;
}
.owl-dots button.active span {
    opacity:1;
}
.owl-dots {
    display: flex;
    justify-content: center;
    grid-gap: 6px;
    margin-top: 40px !important;
}
.testimonial_box h3::before {
    content: attr(data-initials);
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #ec4c9b;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(236 76 155 / 10%);
    font-family: 'Inter';
    font-size: 16px;
}
.testimonial_box h3 {
    display: flex;
    grid-gap: 8px;
    align-items: baseline;
}
.call_us span.elementor-icon-list-icon {
    background-color: var(--white);
    padding: 7px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.call_us span.elementor-icon-list-icon svg {
    margin: 0px !important;
    width:14px !important;
}
.call_us a:hover span.elementor-icon-list-icon{
    background-color: var(--black);
}
/*-------------------------------------------------------------- 
# Reponsive css 
--------------------------------------------------------------*/
@media (min-width: 1600px) {
    .e-con {
	    --container-max-width: 1366px !important;
	}
}
@media(max-width: 767px){
	.suger_box h2 span {
		font-size: 32px !important;
		line-height: 40px;
	}
	div[data-elementor-type="header"] .header_bottom{
		top: 52px;
	}
	  div[data-elementor-type="header"] nav {
        position: fixed;
        width: 100%;
        top: 155px;
        left: 0px;
        margin: 0px !important;
        padding: 10px 0px 10px;
        border-radius: unset !important;
    }
    div[data-elementor-type="header"] nav ul li a,div[data-elementor-type="header"].sticky nav > ul > li > a{
        border-bottom: 1px solid rgba(0,0,0,0.2);
        background-color:var(--white) !important;
        color:var(--black) !important;
        justify-content:space-between;
        color: var(--black) !important;
    }
    div[data-elementor-type="header"] nav > ul > li:last-child > a{
        border-bottom: unset;
    }
	  div[data-elementor-type="header"].sticky nav {
		  top: 115px;
	  }
	.testimonial_box{
		min-height:293px !important;
	}
	.banner_sec {
		min-height: 600px !important;
	}
	 div[data-elementor-type="header"] .call_us span.elementor-icon-list-text {
		display: none !important;
	}
}