@font-face {
	font-family: 'Dobidoo';
	src: url('../fonts/Dobidoo.eot');
	src: url('../fonts/Dobidoo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Dobidoo.woff2') format('woff2'),
		url('../fonts/Dobidoo.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	
	font-style: normal;
	font-weight: normal;
	src: local(' Regular'), url('../fonts/-Regular.woff') format('woff');
}

@font-face {
	
	font-style: normal;
	font-weight: normal;
	src: local(' Bold'), url('../fonts/-Bold.woff') format('woff');
}

@font-face {
	
	font-style: normal;
	font-weight: normal;
	src: local(' Black'), url('../fonts/-Black.woff') format('woff');
}
body {
	font-family: "Montserrat", sans-serif;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

a {
	text-decoration: none;
	
}

p {
	font-size: 22px;
	color: #000;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
}
.br-60 {
	border-radius: 60px;
}
.Banner-Section img {
	width: 100%;
}

.did-you-know-img img {
	height: 200px;
	width: 200px;
}

.navbar-brand img {
	width: 150px;
}

.navbar-nav .nav-link {
	font-size: 18px;
	letter-spacing: 1px;
	padding: 10px 20px !important;
}

.header-search input {
	
	border-radius: 20px;
	font-size: 16px;
	padding: 10px 20px;
  background-color: #ECE6F0;
  border: 0;
}

footer input {
	background-color: #FFF6A9 !important;
	border: none !important;
}

.header-search button {
	border: none;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #49454F;
	background-color: transparent;
}

.header-search input::placeholder {
	color: #49454F;
}

/* .Banner-Section {
	margin-top: 118px;
} */
 .separator h1 {
	font-size: 60px;
	
 }
 .separator a {
	background: #fff;
    padding: 12px 30px;
    border-radius: 30px;
	color: #000;
	font-size: 18px;
	display: inline-block;
}
.separator a:hover {
	background: #000;
	color: #fff;
}
.separator-1 {
	background-color: #92ff8e;
}
.separator-2 {
	background-color: #edacf5;
}
.main-h2 {
	font-family: 'Pally-Medium';
	font-size: 52px;
	font-weight: 700;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}
.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.footer-logo {
	width: 250px;
}

footer {
	background-color: #fffcd4;
	padding: 80px 0;
}

.bottom-footer {
	background-color: #CE8AFF;
}

.bottom-footer p {
	font-size: 18px;
	
}

footer ul li {
	padding-bottom: 5px;
}

footer ul li a {
	font-size: 16px;
	color: #000;
}

.social-link {
	display: flex;
	align-items: center;
}

.social-link .social-icon img {
	width: 38px;
}

.social-link .social-icon {
	margin-right: 20px;
}

.social-link .social-icon:last-child {
	margin-right: 0px;
}

.text-img {
	width: 220px;
}

.yellow-section {
	background-image: url(../images/Superrr\ Yummmeeee\ +\ superrr\ easy\ 1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8%;
	border-radius: 60px;
}

.yellow-text {
	font-weight: 600;
	font-size: 32px;
}

.yellow-text-box p {
	font-size: 16px;
}

.yellow-text-box {
	padding: 30px 20px;
}

.we-promise-text {
	font-size: 75px;
	padding: 0.05rem;
	background: #5b7034;
	background-clip: text;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: 25px transparent;
	text-transform: uppercase;
	font-family: 'Tanker-Regular';
	font-weight: 500;
	letter-spacing: 3px;
}

.three-section img {
	width: 80px;
	margin-right: 10px;
}

.three-section .box {
	border-radius: 30px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.three-section .box p {
    font-weight: 600;
	font-size: 24px;
	text-align: left;
}

.three-section .green-box {
	background-color: #9BFFB7;
}

.three-section .green-box p {
	color: #3ba358;
}

.three-section .red-box {
	background-color: #FF5858;
}

.three-section .red-box p {
	color: #ffebeb;
}

.three-section .blue-box {
	background-color: #96F1FF;
}

.three-section .blue-box p {
	color: #3596a5;
}

.about-section {
	background-color: #5b7132;
}

.about-section h1 {
	padding: 80px 0;
	font-size: 72px;
	font-family: 'Pally-bold';
}

.top-header {
	background-color: #FEA66B;
	padding: 8px 0;
}

.top-header ul {
	display: flex;
	justify-content: space-between;
}

.top-header ul li {
	padding: 0 30px;
}

#cards {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(var(--numcards), var(--card-height));
	gap: var(--card-margin);
	padding-bottom: calc(var(--numcards) * var(--card-top-offset));
	margin-bottom: var(--card-margin);
}

#card-1 {
	--index: 1;
}

#card-2 {
	--index: 2;
}

#card-3 {
	--index: 3;
}

#card-4 {
	--index: 4;
}

.card {
	position: sticky;
	top: 0;
	padding-top: calc(var(--index) * var(--card-top-offset));
	border-radius: 0;
	border: 0;
	background-color: transparent;
}

.card-content {
	background: transparent;
	color: #131212;
	margin-top: 22px;
	/* overflow: hidden;
  display: grid;
  grid-template-areas: "text img";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch;
  padding: 1.4em; */
}

/* .card-content > div {
  place-self: center;
  text-align: left;
  display: grid;
  gap: 1em;
  place-items: start;
} */

/* .card-content > figure {
  grid-area: img;
  overflow: hidden;
} */

.card-content img {
	width: 100%;
	height: 85%;
	object-fit: cover;
	border-radius: 60px;
}

/* Animation */
@supports (animation-timeline: works) {

	@scroll-timeline cards-element-scrolls-in-body {
		source: selector(body);
		scroll-offsets:
			selector(#cards) start 1,
			selector(#cards) start 0;
		start: selector(#cards) start 1;
		end: selector(#cards) start 0;
		time-range: 4s;
	}

	.card {
		--index0: calc(var(--index) - 1);
		--reverse-index: calc(var(--numcards) - var(--index0));
		--reverse-index0: calc(var(--reverse-index) - 1);
	}

	.card__content {
		transform-origin: 50% 0%;
		will-change: transform;

		--duration: calc(var(--reverse-index0) * 1s);
		--delay: calc(var(--index0) * 1s);

		animation: var(--duration) linear scale var(--delay) forwards;
		animation-timeline: cards-element-scrolls-in-body;
	}

	@keyframes scale {
		to {
			transform:
				scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
		}
	}
}

/* Flip Card CSS Start */
.services {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 95%; */
	margin: 0px auto 0px auto;
}

.service {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 533px; */
	height: 520px;
	margin-right: 20px;
	position: relative;
	transform-style: preserve-3d;
	perspective: 700px;
}

.service:last-child {
	margin-right: 0px;
}

.front {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 520px;
	backface-visibility: hidden;
	transform: rotateX(0deg);
	transform-style: preserve-3d;
	background-image: linear-gradient(45deg, rgb(58, 58, 58), rgb(22, 22, 22));
	transition: 0.7s;
	border-radius: 40px;
}

.front img {
	width: 100%;
	position: absolute;
	bottom: 0;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.back {
	position: absolute;
	color: whitesmoke;
	text-align: center;
	width: 100%;
	height: 520px;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transform: rotateX(-180deg);
	transition: 0.7s;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service:hover .back {
	transform: rotateX(0deg);
}

.front h4 {
	color: white;
	font-size: 22px;
	font-weight: 400;
	transform: translateZ(50px);
}

.back h3 {
	font-family: 'Dobidoo';
	display: inline-block;
	margin: 50px auto 30px auto;
	transform: translateZ(50px);
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 700;
}

.service1 .front,
.service1 .back {
	background: #FFAC39;
}

.service1 .back h3 {
	color: #FAF79B;
}

.service2 .front,
.service2 .back {
	background: #92FF8E;
}

.service2 .back h3 {
	color: #509B59;
}

.service3 .front,
.service3 .back {
	background: #FDFF90;
}

.service3 .back h3 {
	color: #D05F13;
}

.service:hover .front {
	transform: rotateX(180deg);
}

/* Flip Card CSS End */

/* Testimonial CSS Start */
.gtco-testimonials .owl-stage {
	display: flex;
	align-items: end;
}

.gtco-testimonials .owl-dots {
	display: none;
}

.owl-nav {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	top: 50%;
}
.owl-nav button {
	width: 40px;
	background: #fff !important;
	height: 40px;
	border-radius: 30px !important;
	box-shadow: 0 0 2px rgb(0 0 0 / 40%);
}
.owl-nav button span {
    font-size: 30px;
    line-height: 2rem;
}
.owl-nav button:hover span {
	color: #000;
}
.gtco-testimonials {
	position: relative;
	/* margin-top: 30px; */

	.owl-stage-outer {
		margin-bottom: -25px;
		/* padding: 30px 0; */
	}

	.owl-dots {
		text-align: center;

		span {
			position: relative;
			height: 10px;
			width: 10px;
			border-radius: 50%;
			display: block;
			background: #fff !important;
			border: 2px solid #FB8E46;
			margin: 0 5px;
		}

		.active {
			box-shadow: none;

			span {
				background: #FB8E46 !important;
				box-shadow: none;
				height: 12px !important;
				width: 12px !important;
				margin-bottom: -1px;
			}
		}
	}

	.card {
		background: #FB8E46;
		margin: 0 20px;
		padding: 30px 20px;
		border-radius: 40px;
		border: 0;
		height: 280px;

		h5 {
			color: #fff;
			font-size: 24px;
			line-height: 1.3;
			
		}

		p {
			font-size: 16px;
			color: #fff;
			
			padding-bottom: 15px;
		}
	}

	.active {
		/* opacity: 0.5; */
		transition: all 0.3s;
	}

	.center {
		opacity: 1;

		h5 {
			span {
				font-size: 20px;
			}
		}
	}
}
.owl-item.active {
	width: 400px !important;
}
.owl-item.active.center {
	width: 500px !important;
}
.owl-item.active.center .card {
	height: 360px;
}

/* Marquee CSS Start */
.marquee {
	position: relative;
	/* width: 100vw;
  max-width: 100%;
  height: 200px; */
	overflow-x: hidden;
}

.track {
	width: 100%;
	/* position: absolute; */
	white-space: nowrap;
	will-change: transform;
	animation: marquee 10s linear infinite;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* Marquee CSS End */

.footer-star {
	background-color: #FFB98A;
	padding: 20px 20px;
}

.footer-star p {
	font-size: 24px;
}

#full-stars-example-two {
	.rating-group {
		display: inline-flex;
	}

	.rating__icon {
		po-events: none;
	}

	.rating__input {
		position: absolute !important;
		left: -9999px !important;
	}

	.rating__input--none {
		display: none
	}

	.rating__label {
		cursor: po;
		padding: 0 0.1em;
		font-size: 2rem;
	}

	.rating__icon--star {
		color: #000;
	}

	.rating__input:checked~.rating__label .rating__icon--star {
		color: #ddd;
	}

	.rating-group:hover .rating__label .rating__icon--star {
		color: #000;
	}

	.rating__input:hover~.rating__label .rating__icon--star {
		color: #ddd;
	}
}

.cartoon-img img {
	width: 300px;
}

.owl-carousel {
	.owl-nav button {

		&.owl-next,
		&.owl-prev {
			outline: 0;
		}
	}

	button.owl-dot {
		outline: 0;
	}
}

/* Testimonial CSS End */
.navbar-toggler {
	border: 0;
	padding: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler span img {
	width: 24px;
}

/* FAQ CSS Start */
.faq-section {
  
}

.faq-title {
  font-size: 52px;
  margin-bottom: 20px;
  
}

.faq-item {
  /* border-bottom: 1px solid #ddd; */
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 15px;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-item-1 {
	background-color: #d3f6ff;
}
.faq-item-2 {
	background-color: #FDFF90;
}
.faq-item-3 {
	background-color: #ffe8c9;
}
.faq-item-4 {
	background-color: #d3e5ff;
}
.faq-item-5 {
	background-color: #a7ffd6;
}
.faq-item-6 {
	background-color: #ffdbde;
}
.faq-item-7 {
	background-color: #ceffa9;
}

.faq-question {
  width: 100%;
  
  font-weight: 600;
  background: none;
  border: none;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
  font-size: 18px;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

/* FAQ CSS End */

/*Start popup styles*/
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease; /* slow fade */
}

/* Show when active */
.popup-container.active {
  opacity: 1;
  visibility: visible;
}

/* Popup content */
.popup-content {
	background-size: cover;
	/* background-image: url(../images/s-2.png); */
	background-color: #fee6f4;
	padding: 40px 40px;
	border-radius: 12px;
	max-width: 60%;
	width: 80%;
	transform: scale(0.7);
	transition: transform 0.6s ease; /* smooth zoom */
	
}

.popup-content h3 {
	font-size: 42px;
	
	margin-bottom: 20px;
}

/* When active, scale up */
.popup-container.active .popup-content {
  transform: scale(1);
}

.close {
	float: right;
	font-size: 24px;
	text-decoration: none;
	color: #333;
	display: block;
	background: #ffffff9e;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50px;
	font-weight: 500;
}
/*End popup styles*/
.input_box {
	width: 100%;
	
}
.input_box input::placeholder {
	font-size: 14px;
	
}
.input_box input {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff0f9;
    transition: all 120ms ease-out 0s;
	margin-bottom: 10px;
	font-weight: 500;
}
.input_box label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
textarea {
    background-color: #fff0f9;
	width: 100%;
	border: none;
    outline: none;
    border-radius: 5px;
}
.subscribe-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #212529;
    color: white;
    border: none;
    border-radius: 12px;
	
	width: 100%;
    cursor: po;
    transition: background-color 0.3s, transform 0.2s;
	margin-top: 30px;
}

.subscribe-btn:hover {
    background-color: #fff;
    transform: translateY(-2px);
	color: #212529;
}

.subscribe-btn:active {
    transform: translateY(0);
}

.btn-icon {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.subscribe-btn:hover .btn-icon {
    transform: translateX(5px);
}

@media only screen and (max-width:1400px) {
	.gtco-testimonials .card {
		margin: 0 10px !important;
	}
	.owl-item.active.center {
		width: 430px !important;
	}
	.owl-item.active {
    	width: 350px !important;
	}
}
@media only screen and (max-width:767px) {

	.services {
		display: block;
		flex-wrap: wrap !important;
		margin: 0px auto 0px auto;
	}

	.service {
		margin: 0;
		height: 420px;
		margin-bottom: 20px;
	}

	.back h3 {
		padding: 20px;
	}

	.front {
		height: 420px;
	}

	.back {
		height: 420px;
	}
}

@media only screen and (max-width:576px) {
	.mt-80 {
		margin-top: 30px;
	}
	.mb-80 {
		margin-bottom: 30px;
	}
	.owl-nav {
		top: 40%;
        display: flex !important;
	}
	footer {
		padding: 50px 0;
	}
	.card-content {
		margin-top: 20px;
	}
	.popup-img img {
		display: none !important;
	}
	.yellow-section {
		border-radius: 30px;
	}
	.card-content img {
		border-radius: 30px;
		height: 95%;
	}
	.gtco-testimonials h5 {
		font-size: 24px !important;
	}
	.faq-title {
		font-size: 32px;
	}
	.faq-question {
		font-size: 16px;
	}
	.faq-answer p {
		font-size: 14px;
	}
	.popup-content {
		padding: 30px 10px;
		border-radius: 12px;
		max-width: 100%;
		width: 95%;
	}
	.popup-content h3 {
    font-size: 32px;
	}
	.cartoon-img img {
		width: 100%;
	}
	.separator {
		text-align: center;
		margin: 30px 0 !important;
	}
	.separator h1 {
		font-size: 32px;
	}
	.three-section .box {
		margin-bottom: 15px;
		border-radius: 20px;
		padding: 10px;
	}
	.three-section .box.blue-box:last-child {
		margin-bottom: 0px;
	}

	.three-section .box p {
		font-size: 20px;
		margin-top: 0 !important;
		font-weight: 500;
	}

	.yellow-text-box {
		padding: 10px 15px;
	}

	.we-promise-text {
		font-size: 34px;
		-webkit-text-stroke: 12px transparent;
		letter-spacing: 1px;
	}

	.last-para {
		margin-bottom: 80px;
	}

	.navbar-nav .nav-link {
		font-size: 18px;
	}

	.navbar-nav {
		margin-top: 30px;
	}

	.navbar-brand img {
		width: 90px;
	}

	/* .Banner-Section {
		margin-top: 85px;
	} */

	.header-search {
		margin-bottom: 30px;
	}

	.header-search input {
		width: 100%;
	}

	.yellow-section {
		background-image: none;
		background-color: #fffea6;
	}

	.yellow-section .pt-5 {
		padding-top: 0 !important;
	}

	.yellow-section .pb-5 {
		padding-bottom: 0 !important;
	}

	.yellow-text {
		font-size: 28px;
	}

	.three-section img {
		width: 60px;
	}

	.main-h2 {
		font-size: 38px;
	}
	.owl-item.active {
		width: auto !important;
	}
	.owl-item.active.center {
		width: 13% !important;
	}
	.owl-item.active.center .card {
		height: 280px !important;
	}
	.cartoon-img img {
    	width: 100% !important;
	}
	.br-60 {
		border-radius: 20px;
	}
	p {
		font-size: 16px !important;
	}
	.rating__label {
		font-size: 1.5rem;
	}

	footer ul {
		margin: auto;
		padding-bottom: 20px;
		display: inline;
	}

	footer ul li {
		display: block;
		margin-right: 0px;
		text-align: center;
	}

	footer ul li a {
		font-size: 18px;
	}

	footer .logo-section {
		text-align: center;
	}

	footer .social-section {
		text-align: center;
		margin-top: 15px;
	}

	.footer-logo {
		width: 160px;
	}

	footer .social-link {
		justify-content: center;
	}

	footer .social-link .social-icon:last-child {
		margin-right: 0;
	}

	.text-img {
		width: 100%;
	}

	.service {
		margin: 0;
		/* height:42vh; */
		margin-bottom: 20px !important;
	}

	.service.service3:last-child {
		margin-bottom: 0 !important;
	}

	.gtco-testimonials .owl-stage-outer {
		padding: 0px 0;
	}
}

@media only screen and (max-width:1280px) {
	.post-slide .post-content {
		padding: 0px 15px 25px 15px;
	}
}