.logo-h{
	    max-height: 65px !important;
    padding: 8px;
	    filter: invert(1) brightness(0.7);
}
.bg-theme{
	background:var(--cnvs-themecolor) !important;

	
}
.text-theme{
	
	color:var(--cnvs-themecolor) !important;
	
}
@media (min-width: 992px) {
    .hero-diagonal::before {
        width: 57% !important;
        -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%)!important;
        clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%)!important;
    }
}

.hero-diagonal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(var(--cnvs-themecolor-rgb, 126, 150, 128), 0.5) 100%, rgba(var(--cnvs-themecolor-rgb, 126, 150, 128), 0.5) 100%);
    -webkit-clip-path: none;
    clip-path: none;
    background-position: center center;
    background-size: cover;
    z-index: 2
}
.text-light-gray{
	color:#0d0d0ca1;
}
.fs-17{
	font-size:17px;
}
.textalign-justify{
	
	text-align:justify;
	
}
.filter-about{
	
	
	filter: hue-rotate(311deg);
}
	.button-3d-border::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--cnvs-themecolor);
    z-index: 0;
    transform: translate(7px, 7px);
    transition: .2s ease
}

.button-3d-border.bg-color-2::after {
    border-color: var(--cnvs-themecolor-2)
}

.button-3d-border:hover::after {
    transform: translate(0px, 0px)
}

.button-3d-border span {
    position: relative;
    z-index: 1
}
.font-cookie{
	    font-family: 'Cookie';
  
}
.min-vh-85{
	
	min-height: 85vh !important;
	
}
body:not(.dark) .section-scroller {
    background-image: linear-gradient(to top, rgba(241, 244, 248, .5), rgba(241, 244, 248, .5) 30%, #FFF 30%);
    background-repeat: no-repeat
}

body:not(.dark) .section-features {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: var(--cnvs-section-features-bg);
    background-size: auto 100%
}

.section-scroller .swiper,
.section-scroller .swiper .swiper-slide {
    overflow: visible
}

.device-xl .section-scroller .swiper .swiper-slide {
    width: 38%
}

.device-lg .section-scroller .swiper .swiper-slide {
    width: 42%
}

.device-md .section-scroller .swiper .swiper-slide {
    width: 58%
}

.device-sm .section-scroller .swiper .swiper-slide {
    width: 42%
}

.device-xs .section-scroller .swiper .swiper-slide {
    width: 65%
}

.section-scroller .card {
    border: 1px solid var(--bs-light);
    border-left-width: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 10px rgba(140, 152, 164, .15);
    margin-top: -20px
}

body:not(.dark) .section-scroller .card h4 a {
    color: var(--cnvs-fulldark)
}

.section-scroller .card p {
    font-size: 13px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.section-scroller {
    overflow: visible
}

.swiper-horizontal>.swiper-scrollbar {
    width: 80%;
    max-width: 1140px;
    left: 50%;
    bottom: -60px;
    height: 8px;
    z-index: 1;
    background-color: rgba(0, 0, 0, .045);
    transform: translateX(-50%)
}

body:not(.dark) .swiper-scrollbar-drag {
    opacity: .2
}
.text-fill-effect,
.gradient-text {
    text-shadow: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat
}

.text-fill-effect {
    --cnvs-text-fill-placeholder: rgba(var(--cnvs-contrast-rgb), 0.1);
    --cnvs-text-fill-color: linear-gradient(to right, var(--cnvs-contrast-1000), var(--cnvs-contrast-1000));
    -webkit-text-fill-color: var(--cnvs-text-fill-placeholder);
    background-image: var(--cnvs-text-fill-color);
    background-size: calc(var(--cnvs-scroll-start) * 100%) 100%
}
.card-bg{
	
	border:1px solid #eeeeee42 !important;
	
	background-color:#21252966 !important
}
.bg-contact{
	
	background:#ffffff2b !important
	
}
.recipe-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.recipe-category {
    position: relative;
    overflow: hidden;
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    border-radius: 250px;
    transition: all .5s cubic-bezier(.02, .01, .5, 1)
}

.recipe-category::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2)
}

.recipe-category-inner {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.recipe-category-icon {
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    padding: 8px;
    margin-right: 10px;
    color: #000;
    transition: transform .5s ease-out
}

.recipe-category:hover .recipe-category-icon {
    transform: rotate(360deg)
}

.recipe-category-info {
    color: #fff;
    font-size: 18px;
    text-align: center
}

@media(min-width:768px) {
    .recipe-category {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
}

@media(min-width:992px) {
    .recipe-category {
        flex: 0 0 60px;
        max-width: 60px;
        height: 270px;
        margin: 15px;
        background-size: auto 105%;
        background-position: center;
        border-radius: 30px
    }
    .recipe-category:hover {
        flex: 0 0 250px;
        max-width: 250px;
        background-size: auto 100%;
        border-radius: 10px
    }
    .recipe-category-inner {
        width: auto;
        height: auto;
        left: 0;
        top: auto;
        bottom: 0;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg)
    }
    .recipe-category:hover .recipe-category-inner {
        writing-mode: horizontal-tb;
        transform: rotate(0)
    }
    .recipe-category:not(:hover) .recipe-category-icon {
        width: 40px;
        height: 40px;
        margin-right: 0;
        margin-bottom: 10px;
        transform: rotate(180deg)
    }
    .recipe-category::after {
        background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8)) 100%;
        background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8)) 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8)) 100%
    }
}


.footer-bg{
	
    background-repeat: no-repeat;
    background-size: cover;
}



.cnvs-switcher-container{
	
	display:none !important;
	
}
@media(max-width:767px) {
	
	.slider-font {
    font-size: 25px !important;
    line-height: 20px !important;
}
.d-none1{
	
	display:none !important
}
	
.btn{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;

    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
	font-size:12px !important
}	
.hero-diagonal::before{

background-image:linear-gradient(to right, #01256c0d , #0000);
}	
.running-car{
	margin-top: 0 !important;
    width: 390px !important;
}
.device-xs .running-car.in-view img.car {
    -webkit-transform: translate(350px, 0px) rotate(0deg);
    -moz-transform: translate(350px, 0px) rotate(0deg);
    transform: translate(621px, 0px) rotate(0deg);
}
.mobile-section{
	padding-top:1rem !important
	
}
.recipe-category{
	height: 255px;
	border-radius: 0
}
.menu-link{
	color:#121111 !important;
	padding:10px !important
}
.min-vh-85 {
    min-height: 50vh !important;
}
}
.testi-h{
	
	
	max-height: 60px !important;
}