@charset "UTF-8";

/*
Theme Name: kashishfood
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{text-decoration:none;}
:root {
  --color-theme-light: #0d6efd;   /* primary color */
  --color-theme-red: #E31E24;   /* secondary / dark */
  --color-theme-181818: #181818;
  --font-heading: "Instrument Sans", sans-serif;	
  --font-host: "Host Grotesk", sans-serif;
  --white-color: #ffffff;
  --color-black: #000000;
}
body{font-family:var(--font-host);}
img {
	max-width: 100%;
    vertical-align:top;
}
/**********Header********/
nav {
	height:90px;
	background: linear-gradient(159.34deg, #B4ECEF 3.6%, #E5FEFF 68.54%);
	padding:0 !important;
}
.custom-logo {
	height: auto;
	width: 100px;
}

.navbar-brand {
	padding: 0 !important;
	height: 90px;
}
.navbar-expand-lg {
	align-items: start;
}
.header-button a {
	height: 40px;
	font-size: 14px;
	background: var(--color-theme-181818);
	font-weight: 500;
	color: var(--white-color);
	border: 1px solid var(--color-theme-181818);
	font-family: var(--font-heading);
	display: flex;
	align-items: center;
	padding: 9px 21px;
}
.header-button a:hover{background: var(--color-theme-red); border-color: var(--color-theme-red);}
#menu-topmenu {
	display: flex;
	gap: 30px;
}

.navbar-nav li a {
	font-size: 16px;
	color: var(--color-black);
}
.navbar-nav li.current-menu-item a, .navbar-nav li a:hover{
	color: var(--color-theme-red);
}
/******hero***section*********/
.banner-detail {
	background: #fff;
	border-radius: 10px 0 0 10px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	min-height: 400px;
}
.banner-detail h4 {
	font-family: var( --font-heading);
	font-size: 18px;
	line-height: 30px;
}
.banner-s-icon {
	width: 100px;
	position: relative;
	left: -5px;
	margin-bottom: 10px;
}
.total-p h4 {
	font-weight: 700;
	color: var(--color-theme-red);
	font-size: 70px;
	line-height: 1.2em;
	margin: 0;
}
.total-p h6 {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 1px;
}
.hero-section .ratio {
	height: 400px;
}
.hero-section video {
	height: 400px;
	background: #fff;
	border-radius: 0px 10px 10px 10px;
	overflow: hidden;
	padding: 8px;
	object-fit: cover;
}
.banner-heading h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: var( --font-heading);
	line-height: 1.1em;
}
.banner-heading h1 span{color: var(--color-theme-red);}
.banner-heading p {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}