* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

a {
	color: var(--pripary-text);
	text-decoration: none;
	font-weight: 600;
}
li {
	list-style: none;
}
a:hover {
	color: var(--clr-deep-pink);
}
img {
	max-width: 100%;
	height: auto;
}
/*
.fade-up {
	opacity: 0;
	transform: translateY(30px) translateZ(0);
	will-change: opacity, transform;
	transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-up.visible {
	opacity: 1;
	transform: translateY(0) translateZ(0);
}
*/
:root {
	--clr-primary: rgb(255, 240, 245);
	--clr-primary-hover: rgb(245, 194, 211);
	--clr-deep-pink: rgb(245, 98, 147);
	--clr-yellow: rgb(255, 244, 213);
	--radius: 0.2rem;
	--pripary-text: #352727;
	--amandine: "amandine", serif;
}

body {
	font-size: 1.3rem;
	line-height: 1.8;
	background-color: var(--clr-primary);
	color: var(--pripary-text);
	font-family: "Montserrat", sans-serif;
	max-width: 100vw;
}
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

h2 {
	padding: 1rem 0;
	font-size: 4rem;
	line-height: 5rem;
	font-family: var(--amandine), Georgia;
}
p {
	line-height: 3rem;
}

header {
	width: 100%;
	min-height: 100vh;

	z-index: 10;
}
.navbar {
	display: grid;
	grid-template-columns: 1fr;

	z-index: 99999 !important;
}
.nav-list {
	font-size: 1.3rem;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: rgba(255, 240, 245, 0.5);
	backdrop-filter: blur(8px);
	--mask: linear-gradient(0, #0000 2rem, #000 0), radial-gradient(2rem, #000 calc(100% - 1px), #0000) bottom/3rem 4rem;
	-webkit-mask: var(--mask);
	mask: var(--mask);
	min-height: 5.5rem;
	position: fixed;
	z-index: 99999;
}

.nav-item {
	list-style: none;
	margin-right: 2rem;
}
.nav-item a {
	color: var(--pripary-text);
	text-decoration: none;
	align-items: center;
	display: flex;
	gap: 10px;
	font-size: 1rem;
}
.nav-item a:hover {
	color: black;
	text-decoration: underline;
	text-decoration-color: black;
	text-underline-offset: 9px;
}

.nav-item:first-child {
	margin-right: auto;
	margin-left: 2rem;
	align-items: center;
}
.mobile-logo {
	padding: 6px;
}
.logo {
	height: 4rem;
	width: auto;
}
.logo-footer {
	height: 6rem;
	width: 6rem;
}

.hero-text-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: var(--clr-primary);
	width: auto;
	max-width: 100%;
	padding-top: 5rem;
	line-height: 0.9;
	z-index: 20;
}

.hero-video-wrapper {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}

.hero-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #352727;
	opacity: 0.5;
}
.hero-heading {
	font: var(--amandine);
	font-size: 9rem;

	color: var(--clr-primary);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: var(--clr-primary);
	text-shadow: 1px 1px 4px rgb(90, 71, 71);
}
.hero-subheading {
	font-size: 3rem;
	color: var(--clr-primary);
	text-shadow: 1px 1px 4px rgb(90, 71, 71);
	padding-top: 1rem;
}
.btn-hero {
	border-radius: 600px;
	background: rgba(53, 39, 39, 0.6);
	background: rgba(245, 98, 147, 0.8);
	color: var(--clr-primary);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	transition: all 0.4s ease-out;
	border: none;
	margin: 3rem auto;
	padding: 20px 60px 20px 60px;
	font-family: "Montserrat";
	font-size: 1.5rem;
}
.btn-hero:hover {
	background-color: var(--clr-deep-pink);
}
main {
	margin: auto;
	display: block;
}
.column {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.btn-container-background {
	background-image: url('img/Logo\ maker\ project.png');
	padding-bottom: 6rem;
}

.visible {
	opacity: 1;
	transform: translateY(0);
}
.btn-container {
	padding: 1rem;
	display: grid;
	gap: 2rem;
	margin: -5rem 0rem 12rem 0rem;

	max-width: 100%;
	text-align: center;
	transition: 0.5s ease;
	z-index: 10;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	max-width: 100%;
}

.btn-headline {
	line-height: 2rem;
	font-size: 3rem;
	padding-bottom: 1rem;
	transition: 0.5s ease;
}

.btn-round {
	position: relative;
	z-index: 40;
	height: 300px;
	width: 100%;
	max-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #5b4f4e;
	background-color: var(--clr-primary-hover);
	border-radius: 100%;
	border: 20px solid #5b4f4e;
	border: 20px solid var(--clr-primary-hover);
	cursor: pointer;
	font-size: 1.3rem;
	text-align: center;
	font-family: "Montserrat";
	box-shadow: 4px 4px 10px rgba(109, 51, 70, 0.8);
	color: var(--clr-primary);
	color: var(--pripary-text);
	transition: 0.5s ease;
	padding: 10px;
}
.btn-round1::before {
	content: "";
	transition: 0.5s ease;
}
.btn-round:hover::after {
	content: "\27F6";
	font-size: 3.5rem;
}

.btn-round:hover {
	background-color: var(--clr-deep-pink);
	border-color: var(--clr-deep-pink);
	transform: scale(1.12);
}

.column2-container {
	padding: 15rem 2rem 5rem 2rem;
	display: flex;
	flex-direction: column;
	margin: auto;
	max-width: 800px;
	align-items: center;
	justify-content: center;
	text-align: center;
	place-items: center;
}
.about-column {
	padding: 15rem 2rem 15rem 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: stretch;
	text-align: left;
	max-width: 1120px;
}

.column-left {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex: 1;
	justify-content: center;
	align-items: center;
}

.column-right {
	display: flex;
	align-items: flex-end;
	flex: 1;
}

.bg-color-wrapper-pink {
	background-color: var(--clr-primary);
}
/* INSTAGRAM */
.instagram-bg-wrapper {
	background-image: url('img/Logo\ maker\ project.png');
}
.instagram-feed {
	display: grid;
	grid-gap: 6px;
	margin: auto;
	overflow: clip;
	margin-bottom: 1rem;
	align-items: center;
	justify-content: center;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	padding: 2rem 1rem;
	max-width: 100vw;
	margin: auto;
}

.instagram-headline {
	padding: 14rem 2rem 3rem 2rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 6px;
	margin: auto;
	max-width: 1120px;
}

.insta-container {
	position: relative;
	width: 100%;

	height: 300px;
	overflow: hidden;
}
div img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.instagram-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(46, 20, 20, 0.4);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
}

.insta-container:hover .instagram-overlay {
	opacity: 1;
}

.fa-instagram {
	color: #e1306c;
	font-size: 2rem;
	margin: 0.5rem;
	transition: transform 0.3s ease;
}

.fa-instagram:hover {
	transform: scale(1.2);
	color: #c13584;
}
.overlay-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
	font-size: 1rem;
}

.overlay-content i {
	font-size: 2rem;
	color: white;
}

/* FILM*/
.film-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	max-width: 100vw;
	position: relative;
}

.baking-film {
	position: relative;
	object-fit: cover;
	max-width: 100vw;
	border-radius: 4px;
	width: 100%;
	overflow: hidden;
}

.film-sound {
	position: absolute;
	bottom: 60px;

	right: 20px;

	z-index: 10;
}
#muteBtn {
	font-size: 16px;
	color: #eee;
	width: 70px;
	height: 70px;
	padding: 15px;
	border-radius: 50%;
	background: var(--clr-deep-pink);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	opacity: 0.8;
	cursor: pointer;
	transition: all 0.4s ease-out;
	border: none;
}

footer {
	display: grid;
	grid-template-areas: "footer-logo footer-menu footer-contact" "footer-created footer-created footer-created";
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 10px;
	margin-top: 0rem;
	padding: 10rem 2rem 0rem 2rem;
	justify-items: center;
	background-color: var(--pripary-text);
	min-height: 500px;
	color: var(--clr-primary);
	background-image: linear-gradient(rgba(53, 39, 39, 0.7), rgba(53, 39, 39, 0.8)), url('img/Logo\ maker\ project.png');
}
.footer-nav-item a {
	color: var(--clr-primary);
}
.footer-nav-item a:hover {
	color: var(--clr-deep-pink);
}
.footer-logo {
	grid-area: footer-logo;
	text-align: center;
}

.footer-logo a {
	color: var(--clr-primary);
}

.footer-menu {
	grid-area: footer-menu;
}
.footer-nav-list {
	list-style: none;
}

.footer-contact {
	grid-area: footer-contact;
}

.footer-created {
	grid-area: footer-created;
	text-align: center;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 6rem;
}

.btn-main-section2 {
	font-size: 1.3rem;
	width: 400px;
	max-width: 250px;
	color: var(--clr-primary);
	padding: 15px 60px 15px 60px;
	border-radius: 600px;
	background: var(--pripary-text);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	opacity: 0.8;
	cursor: pointer;
	transition: all 0.4s ease-out;
	border: none;
	margin: 3rem auto;
	font-family: "Montserrat";
}
.btn-main-section2:hover {
	background-color: var(--clr-deep-pink);
}
.banner-prompt {
	height: 200px;
	background-color: var(--clr-primary-hover);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-prompt-text {
	font-size: 1.6rem;
	text-align: center;
	padding: 50px;

	line-height: 2.7rem;
}

.banner-brands {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	flex-direction: row;
	background-color: white;
	flex-wrap: wrap;
	padding: 2rem;
}
.banner-brands-img {
	max-height: 200px;
	object-fit: contain;
	width: 40%;
	max-width: 200px;
	height: auto;
	margin: 1rem;
}
.banner-brands2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 2rem;
}

input {
	all: unset;
	width: 100%;
	font-size: 1rem;
	border-radius: 66px;
	background-color: white;
	padding: 4px 16px 4px 16px;
}
.film-container-mobile {
	display: none;
}
.film-sound-mobile {
	display: none;
}
.replay-mobile {
	display: none;
}
.mobile {
	display: none;
}
.insta-container-mobile {
	display: none;
}

/* MOBILE */
/* MOBILE */ /* MOBILE */ /* MOBILE */

/* MOBILE */
@media only screen and (max-width: 768px) {
	.mobile {
		display: block;
		z-index: 300000;
	}

	.film-container {
		visibility: hidden;
	}

	.nav-item-mobile a {
		font-size: 2rem;
	}
	.nav-item-mobile a {
		font-size: 2rem;
	}
	.nav-item a:hover {
		color: black;
		text-decoration: underline;
		text-decoration-color: black;
		text-underline-offset: 9px;
	}

	nav {
		display: flex;
	}
	.hamburger {
		height: 50px;
		width: 50px;
		margin-left: auto;
		position: relative;
	}
	.hamburger span {
		height: 5px;
		width: 100%;
		background-color: var(--clr-deep-pink);
		border-radius: 25px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: .3s ease;
		z-index: 20001;
	}
	.hamburger span:nth-child(1) {
		top: 25%;
	}
	.hamburger span:nth-child(3) {
		top: 75%;
	}
	.hamburger.active span:nth-child(1) {
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.navbar {
		visibility: hidden;
	}
	body {
		font-size: 1rem;
	}
	.hero-heading {
		font-size: 4rem;
	}
	.btn-hero {
		font-size: 1rem;
		margin-top: 3rem;
	}
	.btn-container {
		padding: 1.16rem;
		margin-top: -3rem;
		margin-bottom: 12rem;
	}

	.btn-subheading {
		font-size: 1rem;
	}
	h2 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.column2-container {
		padding: 1rem;
		margin: 15rem 2rem 15rem 2rem;
	}
	.btn-main-section2 {
		font-size: 1rem;

		width: 300px;
	}
	.banner-prompt-text {
		font-size: 1rem;
		line-height: 2rem;
	}

	footer {
		grid-template-areas: " footer-menu  " "footer-contact " "footer-logo " "footer-created ";
		grid-template-columns: 1fr;
		row-gap: 50px;
		margin-top: 0rem;
		padding: 10rem 1rem 0rem 1rem;
		text-align: center;
		margin: auto;
	}

	.film-container-mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60%;
		max-width: 100vw;
		position: relative;
	}
	.baking-film-mobile {
		display: flex;
		width: 100%;
		object-fit: cover;
		position: relative;
		z-index: 10;
		overflow: hidden;
	}
	.film-sound-mobile {
		display: flex;
		width: 100%;

		height: 100%;
		object-fit: cover;
		margin: auto;
		position: absolute;

		position: relative;
		z-index: 30000;
	}
	#muteBtn-mobile {
		cursor: pointer;
		transition: all 0.4s ease-out;
		position: absolute;
		bottom: 0;
		right: 0;
		border: none;
		position: relative;
	}
}
@media only screen and (max-width: 998px) {
	.about-column {
		padding: 15rem 2rem 15rem 2rem;
		display: grid;
		grid-template-columns: 1fr;
		gap: 3rem;
		align-items: stretch;
		text-align: left;
		max-width: 1120px;
		margin: 0;
	}

	.column-left {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		flex: 1;
		justify-content: center;
		align-items: center;
	}

	.column-right {
		display: flex;
		align-items: flex-end;
		flex: 1;
	}
	.off-screen-menu {
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		display: none;
		flex-direction: column;
		text-align: left;
		font-size: 3rem;
		transition: .3s ease;
		list-style: none;
		padding: 6rem;
	}
	.off-screen-menu.active {
		right: 0;
		display: block;
		z-index: 20000;
	}
	.hero-heading {
		font-size: 6rem;
	}
	.hero-subheading {
		font-size: 2rem;

		color: var(--clr-primary);

		text-shadow: 1px 1px 4px rgb(90, 71, 71);
		padding-top: 1rem;
	}
	.pause-btn {
		cursor: pointer;
		bottom: 50%;
		right: 50%;
		height: 90%;
		width: 100%;
		bottom: 10%;
		right: 0%;
		background-color: transparent;
		border: none;
		overflow: hidden;
	}
	.play-btn {
		font-size: 60px;
		cursor: pointer;
		bottom: 50%;
		right: 50%;
		height: 90%;
		width: 100%;
		bottom: 10%;
		right: 0%;
		background-color: transparent;
		border: none;
		overflow: hidden;
	}
	.fa-play {
		background-color: rgba(216, 178, 200, 0.8);
		padding: 1rem 3rem;
		border-radius: 22px;
		color: var(--clr-deep-pink);
	}

	.film-container {
		visibility: hidden;
	}
	.film-container-mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60%;
		max-width: 100vw;
		position: relative;
	}
	.baking-film-mobile {
		display: flex;

		width: 100%;
		height: 80vh;
		object-fit: cover;
	}
	.film-sound-mobile {
		display: flex;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin: auto;
		position: absolute;
		transform: translate(1%, 1%);
		overflow: hidden;
	}
	#muteBtn-mobile {
		font-size: 16px;
		color: #eee;
		width: 70px;
		height: 70px;
		padding: 15px;
		border-radius: 600px;
		background: var(--clr-deep-pink);
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
		opacity: 0.8;
		cursor: pointer;
		transition: all 0.4s ease-out;
		position: absolute;
		bottom: 0;
		right: 0;
		border: none;
		position: absolute;
		z-index: 10000;
		margin: 1rem;
		overflow: hidden;
	}
	.mobile {
		display: block;
		z-index: 300000;
		position: fixed;
		height: 100px;
		width: 100vw;
		pointer-events: inherit;
	}
	.film-container {
		display: none;
	}
	.off-screen-menu {
		background-color: var(--clr-primary-hover);
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		display: none;
		flex-direction: column;
		text-align: left;

		font-size: 3rem;
		transition: .3s ease;
		list-style: none;
		padding: 6rem;
		transform: translateX(100%);
		right: 0;

		transition: transform 0.3s ease;
	}
	.off-screen-menu.active {
		transform: translateX(0);
	}

	.nav-item-mobile a {
		font-size: 2rem;
	}
	.nav-item-mobile a {
		font-size: 2rem;
	}
	.nav-item a:hover {
		color: black;
		text-decoration: underline;
		text-decoration-color: black;
		text-underline-offset: 9px;
	}

	nav {
		display: flex;
	}
	.hamburger {
		height: 50px;
		width: 50px;
		margin-left: auto;
		position: relative;
	}
	.hamburger span {
		height: 5px;
		width: 100%;
		background-color: var(--clr-deep-pink);
		border-radius: 25px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: .3s ease;
		z-index: 20001;
	}
	.hamburger span:nth-child(1) {
		top: 25%;
	}
	.hamburger span:nth-child(3) {
		top: 75%;
	}
	.hamburger.active span:nth-child(1) {
		top: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.mobile-menu-permanent-visible {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: rgba(53, 39, 39, 0.8);
		z-index: 300000;
		justify-items: center;
	}
	.mobile-menu-permanent-visible div {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.mobile-logo {
		margin: 0rem 0.3rem;
	}

	.search-wrapper {
		display: flex;
		justify-content: center;
		margin: 0rem 0.3rem;
	}
	.hamburger {
		margin: 1rem 0.3rem;
	}

	.navbar {
		visibility: hidden;
	}
	.instagram-headline {
		padding: 12rem 2rem 3rem 2rem;
		grid-gap: 10px;
		text-align: center;
	}
}
@media (min-width: 920px) and (max-width: 1223px) {
	.insta-container-mobile {
		display: block;
		position: relative;
		width: 100%;

		height: 300px;
		overflow: hidden;
	}
}

@media (min-width: 0px) and (max-width: 456px) {
	.search-wrapper {
		max-width: 100%;
		display: flex;
		justify-content: center;
	}
}
