@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
	--theme-primary: #dd48a7;
	--text-primary: rgb(39, 38, 38);
	--text-secondary: rgb(46, 46, 46);
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
	/* line-height: 20px; */
}
body p {
	color: var(--text-secondary);
}

/* *********************** T E X T  */
.text-supplementary {
	color: white;
}
.text-black {
	color: var(--text-primary);
}
.logo-wrapper {
	background: #b7b7b754;
	padding: 10px 36px;
	border-radius: 0px 0px 10px 10px;
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	gap: 16px;
}
.logo-wrapper p {
	font-size: 38px;
	line-height: 46px;
	color: var(--theme-primary);
	text-wrap: nowrap;
	white-space: nowrap;
	margin: 0;
}
.heading-large {
	/* font-size: 5vw; */
	/* font-size: 60px; */
	font-size: clamp(2rem, 6vw, 3rem);
	font-weight: 1000;
}
.heading-large {
	color: white;
}
.heading-medium {
	font-size: 45px;
	font-weight: 1000;
}
.heading-small {
	font-size: 26px;
	font-weight: 1000;
}
.semibold-heading-small {
	font-size: 26px;
	font-weight: 800;
	color: var(--text-primary);
}
.text-small {
	font-size: 16px;
	/* font-family: inter; */
}
.semi-bold-text {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.hero-text-wrapper > p,
h1 {
	color: white;
	/* color: rgb(255, 165, 0); */
}
.special-heading {
	color: var(--theme-primary);
}
/* query for larger devices  */
@media (min-width: 1920px) {
	.hero-wrapper {
		height: auto !important;
		width: 100% !important;
	}
}

/* *********************** L A Y O U T  */

.max-width {
	max-width: 1200px;
	margin: auto;
}
.max-width1 {
	max-width: 1920px;
	margin: auto;
}
section {
	width: 100%;
	/* background-color: blue; */
	/* height: 100vh; */
}
.hero-wrapper {
	/* height: ; */
	/* background-color: var(--theme-primary); */
	margin: auto;
	z-index: 7;
	overflow: hidden;
	position: relative;
	background: url("/ext/sites/chefsidekick.com/assets/images/hero-image1.jpg");
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.hero-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 60%);
	z-index: -1;
}
.image {
	width: 100%;
	object-fit: cover;
}
.logo {
	width: 60px;
}
.hero-text-container {
	height: 100%;
	width: 100%;
	max-width: 1440px;
	padding-bottom: 100px;
	top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	overflow: hidden;
}
.hero-text-wrapper {
	margin-top: 30px;
	width: 80%;
	box-sizing: unset;
	padding: 40px;
	padding-top: 0px;
	border-radius: 50px;
	padding-bottom: 90px;
	display: flex;
	height: 80%;
	flex-direction: column;
	justify-content: center;
}
.hero-button {
	width: 110px;
}
.intro-section {
	/* height: 100vh; */
}
.intro-wrapper {
	/* background-color: white; */
	/* height: 80%; */
	padding: 80px;
	display: flex;
	justify-content: center;
	/* margin: auto; */
}
.intro-left-wrapper {
	/* min-width: 400px; */
	max-width: 600px;
	/* height: 90%; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* align-items: center; */
	padding-right: 80px;
}
.intro-right-wrapper {
	width: 600px;
	/* height: 90%; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	/* align-items: center; */
	/* padding-right:80px; */
}
.intro-image {
	width: 290px;
	height: 350px;
	border-radius: 25px;
	border: solid 6px var(--theme-primary);
}
.intro-image1 {
	margin-bottom: 40px;
}
.intro-image2 {
	margin-top: 40px;
}
.card-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 80px;
	gap: 40px;
}
.work-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}
.work-item {
	display: flex;
	height: 300px;
	align-items: center;
	justify-content: center;
	gap: 32px;
}
.work-item:nth-of-type(even) {
	flex-direction: row-reverse;
	/* background-color: var(--theme-primary); */
}
.work-item:nth-of-type(even) > .work-text-wrapper {
	/* flex-direction: row-reverse; */
	text-align: right;
	/* background-color: var(--theme-primary); */
}
.work-text-wrapper {
	width: 50%;
	/* color: rgb(27, 27, 27); */
	color: var(--theme-primary);
}
.work-image {
	height: 100%;
	width: unset;
	border-radius: 15px;
	border: solid 5px var(--theme-primary);
}
.work-text {
	margin-top: 12px;
}
.why-us-item-wrapper {
	display: flex;
	/* flex-direction: ; */
	/* width: 72%; */
	gap: 50px;
	justify-content: space-between;
}
.why-us-item {
	width: 500px;
	overflow: hidden;
	/* height: 300px; */
	border-radius: 25px;
}
.why-image-wrapper {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.why-image {
	width: 100%;
	object-fit: cover;
	height: 100%;
	/* position: absolute;
    top: -60%;
    left: 0%; */
	/* width: ; */
}
.why-text-wrapper {
	height: 240px;
	padding: 20px 25px;
	background-color: var(--theme-primary);
	color: white;
	/* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.why-text {
	margin-top: 10px;
}
.complement-wrapper {
	color: white;
	padding-bottom: 40px;
	/* width: 80%; */
}
.complement-item-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 16px;
}
.complement-item {
	width: calc(33.333% - 10.666px);
	/* background: #ededed; */
	padding: 20px 30px;
	border-radius: 10px;
	border: 1px solid var(--theme-primary);
	background: url("/ext/sites/chefsidekick.com/assets/images/complement-texture.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	box-shadow: 0px 4px 5px 0px #c5c5c5;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.card-img {
	width: 92px;
	margin-bottom: 16px;
}
.complement-heading {
	margin-top: 30px;
	width: 90%;
	text-align: center;
	color: var(--theme-primary);
}
.complement-text {
	margin-top: 20px;
}
.footer-item1-wrapper {
	display: flex;
	width: 90%;
	margin: auto;
}
.footer-item2-wrapper {
	display: flex;
	width: 90%;
	margin: auto;
	height: 80px;
	border-top: solid 1px var(--theme-primary);
	/* padding-top:10px; */
	align-items: center;
}
.footer-item {
	/* display: flex;
    flex-direction: column;
    align-items: center; */
	width: 50%;
	padding: 40px 0px;
}
.footer-item-align {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min-content;
}
.footer-item2 {
	text-align: right;
	padding: 80px 0px;
}
.footer-logo-wrapper {
	width: 90px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
	justify-content: center;
}
.footer-logo-wrapper p {
	font-size: 38px;
	line-height: 46px;
	color: var(--theme-primary);
	text-wrap: nowrap;
	white-space: nowrap;
	margin: 0;
}
.footer-logo {
	width: 60px;
}
.footer-text {
	width: 300px;
}
.footer-bar {
	margin: 0px 5px;
}
.footer-link-wrapper {
	margin-bottom: 30px;
}
.footer-info-wrapper {
	line-height: 30px;
}
.footer-bottom-text {
	margin-bottom: 0px;
}
/* **************************** S T Y L I N G */
.hero-heading {
	margin-bottom: 30px;
}
.hero-section {
	background-color: var(--theme-primary);
}
button {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	border: solid 2px var(--theme-primary);
	border-radius: 8px;
	padding: 8px;
	background-color: unset;
	white-space: nowrap;
	width: min-content;
	min-width: 60px;
	/* background-color: rgb(0, 0, 0); */
	color: var(--theme-primary);
}
button:hover {
	background-color: var(--theme-primary);
	color: white;
}
.hero-button {
	width: min-content;
}
.intro-text {
	line-height: 30px;
	margin: 20px 0px;
	font-weight: 300;
}
.intro-button {
	/* background-color: white; */
	/* width: 105px; */
	border: solid 2px var(--theme-primary);
	font-weight: 300;
	color: var(--theme-primary);
}
.intro-heading {
	color: var(--theme-primary);
}
/* .intro-section{
} */

.work-section {
	background-color: rgb(237 237 237);
}
.work-heading {
	color: var(--theme-primary);
}
.work-button {
	color: var(--theme-primary);
	border: solid 2px var(--theme-primary);
}
.why-us-heading {
	color: var(--theme-primary);
	margin-bottom: 30px;
}
.complement-section {
	background-color: rgb(237 237 237);
	padding: 0px 30px;
}
.complement-item-heading {
	color: var(--text-primary);
}
.footer-link {
	text-decoration: none;
	color: var(--text-secondary);
}
/* .work-section::before{
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(./assets/images/work-section-image.jpg);
    filter: blur(1px);
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    background-color: var(--theme-primary);
} */
.faq-wrapper {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}
.accordion {
	width: 100%;
}
.accordion-button {
	box-shadow: unset !important;
	outline: unset !important;
	text-wrap: wrap;
	gap: 5px;
	align-items: start;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
	filter: invert(1);
}
.faq-wrapper .accordion-button:not(.collapsed) {
	color: white;
	background-color: var(--theme-primary);
}
.footer-wrapper {
	padding: 20px 50px !important;
}
.footer-section {
	background-color: rgb(237 237 237);
}

/******************************************** Q U E R I E S */
@media screen and (max-width: 1100px) {
	.hero-text-wrapper {
		margin-top: 60px;
	}
	.hero-wrapper {
		height: auto;
	}

	.intro-wrapper {
		align-items: center;
		flex-direction: column;
	}
	.intro-left-wrapper {
		max-width: unset;
		align-items: center;
		padding-right: 0px;
	}
	.intro-image {
		margin: 0px;
		margin-top: 50px;
	}
	.intro-text {
		margin: 40px 0px;
	}
	.work-heading {
		margin: 40px 0px;
	}
	.why-us-item-wrapper {
		flex-direction: column !important;
	}
	.why-us-heading {
		margin: 0px;
		margin-top: 40px;
	}
	.card-wrapper {
		padding-top: 0px;
	}
}

@media screen and (max-width: 900px) {
	.logo {
		/* width:8vw; */
	}
	.heading-large {
		font-size: 32px;
	}
	.semi-bold-text {
		/* font-size: 2vw; */
		/* padding: 0.8vw; */
	}
	button {
		/* padding:0.8vw;
        font-size: 1.6vw; */
	}
	.work-wrapper {
		gap: 16px;
		padding-bottom: 20px;
	}
	.work-text-wrapper {
		margin-top: 20px;
	}
	.work-item {
		align-items: unset;
		flex-direction: column-reverse;
		height: unset;
		width: 100%;
		min-width: unset;
	}
	.work-item:nth-of-type(even) {
		flex-direction: column-reverse;
		align-items: end;
	}
	.work-item:nth-of-type(even) > .work-text-wrapper {
		text-align: right;
	}
	.work-image {
		height: unset;
		width: 120px;
	}
	.work-button {
		margin: 40px;
	}
	.complement-item-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
	.complement-item {
		width: 100%;
		text-align: center;
	}
	.logo-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	button {
		padding: 6px 10px;
		font-size: 14px;
	}
	.intro-right-wrapper {
		flex-direction: column;
		width: 100%;
		gap: 16px;
	}
	.intro-right-wrapper img {
		width: 100%;
	}
	.work-text-wrapper {
		width: 100%;
	}
	.work-image {
		width: 210px;
	}
	.heading-medium {
		font-size: 24px;
	}
	.why-us-item {
		width: 100%;
	}
	.heading-small {
		font-size: 18px;
	}
	.text-small {
		font-size: 14px;
	}
	.why-text-wrapper {
		height: auto;
	}
	.complement-section {
		padding: 0px;
	}
	.footer-wrapper {
		padding: 20px 20px !important;
	}
	.footer-item1-wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-item2 {
		text-align: center;
	}
	.footer-item-align {
		width: 100%;
	}
	.footer-bottom-text {
		font-size: 14px;
	}
	.footer-item {
		width: 100%;
	}
	.complement-item {
		padding: 16px 16px;
	}
}

.intro-wrapper,
.complement-wrapper,
.work-wrapper,
.why-us-wrapper,
.hero-wrapper,
.footer-wrapper {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.intro-wrapper,
.complement-wrapper,
.work-wrapper,
.why-us-wrapper,
.hero-wrapper,
.footer-wrapper {
	justify-content: space-between;
}
.intro-wrapper,
.complement-wrapper,
.work-wrapper,
.why-us-wrapper,
.hero-wrapper,
.footer-wrapper {
	width: 100%;
}
.footer-item1-wrapper,
.footer-item2-wrapper,
.work-item {
	width: 100%;
	min-width: unset;
}
