@import url( "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" );
@import url( "https://fonts.googleapis.com/css2?family=Anton&display=swap" );

* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	font-family: Poppins, sans-serif;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	background: #135;
	scroll-behavior: smooth;
	font-weight: 400;
	font-style: normal;
}
img, svg {
	cursor: default;
}
svg path {
	fill: inherit;
}
span.nowrap {
	white-space: nowrap;
}
use.color_path {
	fill: #135;
}
.anton-regular {
	font-family: Anton, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-thin {
	font-weight: 100;
	font-style: normal;
}

.poppins-thin-italic {
	font-weight: 100;
	font-style: italic;
}

.poppins-extralight {
	font-weight: 200;
	font-style: normal;
}

.poppins-extralight-italic {
	font-weight: 200;
	font-style: italic;
}

.poppins-light {
	font-weight: 300;
	font-style: normal;
}

.poppins-light-italic {
	font-weight: 300;
	font-style: italic;
}

.poppins-regular-italic {
	font-weight: 400;
	font-style: italic;
}

.poppins-medium {
	font-weight: 500;
	font-style: normal;
}

.poppins-medium-italic {
	font-weight: 500;
	font-style: italic;
}

.poppins-semibold {
	font-weight: 600;
	font-style: normal;
}

.poppins-semibold-italic {
	font-weight: 600;
	font-style: italic;
}

.poppins-bold {
	font-weight: 700;
	font-style: normal;
}

.poppins-bold-italic {
	font-weight: 700;
	font-style: italic;
}

.poppins-extrabold {
	font-weight: 800;
	font-style: normal;
}

.poppins-extrabold-italic {
	font-weight: 800;
	font-style: italic;
}

.poppins-black {
	font-weight: 900;
	font-style: normal;
}

.poppins-black-italic {
	font-weight: 900;
	font-style: italic;
}
.hide-visiblity {
	opacity: 0;
}
.content-area {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
header {
	width: 100%;
	display: flex;
	padding: 20px 0px;
	position: relative;
	z-index: 10;
}
header nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
header .main-logo {
	width: 200px;
}
#jaby_logo {
	width: 200px;
	height: auto;
}
#jaby_svg {
	fill: #fff;
}
header .main-logo img {
	width: 100%;
}
hr {
	border: none;
	height: 1px;
	border-top: 1px solid #fff;
	margin: 3rem 20%;
}
footer {
	padding: 50px 0;
}
footer ul {
    list-style-type: none;
    margin: 1rem auto;
    padding: 0;
    text-align: center;
}
footer ul > li {
    padding: 0.5rem;
    display: inline-block;
}
footer svg path {
	fill: #fff;
}

.hero-section {
	width: 100%;
	display: flex;
	padding: 0;
	position: relative;
	flex-direction: column;
}
.center-section {
	width: 800px;
	height: 700px;
}
.hero-section .content-area {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.hero-section .content-area .center-section {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.hero-section .content-area .center-section .center-circle {
	position: absolute;
	width: 600px;
	height: 600px;
	z-index: 0;
}
.hero-section .content-area .center-section .center-circle svg {
	width: 100%;
}
#center_circle path {
	fill: #fff;
}
.center-content {
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 2;
	transition: all 1s ease-in-out;
}
.center-content h1 {
	font-size: 90px;
	color: #fff;
	text-align: center;
	background: #135;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	top: -30px;
	text-transform: uppercase;
	line-height: 100%;
}
.center-content h2 {
	background: #135;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 0px 10px;
	position: relative;
	top: -20px;
	margin: 0;
	font-size: 25px;
}
.center-content h3 {
	background: #135;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: 0px 5px;
	margin: 0;
	font-size: 18px;
}
#center_circle {
	fill: #fff;
}
.introduction {
	padding: 150px 0px;
	display: flex;
	width: 100%;
}
.animateLogoIcon {
	scale: 1;
	animation: growRotate 2s ease-out forwards;
}
.heading-introduction {
	position: relative;
}
.heading-introduction h2 {
	font-size: 48px;
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	top: -20px;
}
.hero-img {
	position: absolute;
	height: 480px;
	bottom: 80%;
	left: 40%;
	transform: translate(-50%, 0);
}
.hero-img img {
	height: 100%;
}

@keyframes growRotate {
	0% {
		transform: scale(0) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(360deg);
	}
}
.glow-bg {
	width: 100%;
	display: flex;
	position: absolute;
	top: 40%;
	justify-content: space-between;
	height: 500px;
	z-index: 0;
}
.glowing-image {
	width: 4px;
	height: 300px;
	position: relative;
	background: linear-gradient(
		0deg,
		rgba(5, 124, 73, 1) 0%,
		rgba(1, 223, 127, 1) 29%,
		rgba(244, 199, 49, 1) 72%,
		rgba(255, 155, 25, 1) 100%
	);

	border-radius: 5px; /* Tapering effect at the end */
	clip-path: polygon(
		0% 0%,
		100% 0%,
		50% 100%
	); /* Tapered effect at the bottom */
}
.content-area p {
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.content-area li {
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.why-jaby {
	padding: 100px 0px 50px 0px;
}
.why-jaby .img-header svg path {
	fill: #fff;
}

.jabys-approach {
	padding: 100px 0px 50px 0px;
}
.heading-introduction {
	background: none;
}
.img-header {
	position: absolute;
	color: #fff;
	font-size: 350px;
	margin: 0;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -60%);
	z-index: 0;
}
.jabys-approach .img-header svg path {
	fill: #fff;
}
.jabys-approach h2,
.why-jaby h2 {
	z-index: 3;
	position: relative;
	background: #135;
	margin: 0;
	text-transform: uppercase;
}
.flex-containers-od-even {
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding: 150px 0px;
}
.flex-containers-od-even .card {
	display: flex;
	flex-direction: row;
	gap: 80px;
	align-items: center;
}
.flex-containers-od-even .card.card-reverse {
	flex-direction: row-reverse;
}
.image-ico {
	min-width: 120px;
	max-width: fit-content;
	display: inline-flex;
	position: relative;
}
.image-ico svg {
	width: 100%;
	max-width: 180px;
}
.image-ico svg path, .image-ico svg polygon {
	fill: #fff;
}
.content-img {
	text-align: left;
	color: #fff;
}
.content-img h3 {
	color: #fff;
	font-size: 28px;
	margin: 0;
}
.content-img p {
	text-align: left;
}
.jabys-approach .card-tiles {
	display: grid;
	width: 100%;
	margin: 100px auto;
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}

.jabys-approach .card-tiles .card {
	border: 5px #fff solid;
	padding: 25px 15px;
	text-align: center;
}
.jabys-approach .card-tiles .card h3 {
	color: #fff;
}

.center-box {
	background: #135;
	display: flex;
	width: 90%;
	padding: 30px 0px;
	height: auto;
	z-index: 5;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}
.center-box ul {
	display: flex;
	flex-direction: row;
	color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
	gap: 90px;
}
.center-box ul li:nth-child(2) {
	font-size: 70px;
	font-weight: lighter;
}
.center-box ul h3,
.center-box ul h4 {
	margin: 0;
}
.center-box ul h4 {
	font-size: 40px;
}

/* Optional delay for staggered animation */
@keyframes glow {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@keyframes shine {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 100% 100%;
	}
}

@keyframes move {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
.jaby-page {
	display: flex;
	width: 100%;
	position: relative;
	padding: 0;
}
.jaby-page div.white-card {
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 0 3rem;
}
.jaby-page div.white-card * {
	color: #135;
}
.jaby-page div.white-card h1 {
	font-size: 30px;
}
.jaby-page div.white-card h2 {
	font-size: 24px;
}
.jaby-page div.white-card h3 {
	font-size: 18px;
}

.jaby-evolving {
	display: flex;
	width: 100%;
	position: relative;
	padding: 50px 0;
}
.white-card {
	background: #fff;
	color: #135;
	padding: 50px;
	border-radius: 1em;
}
.jaby-evolving h3 {
	font-size: 30px;
	margin: 0;
}
.jaby-evolving .inner-content {
	display: flex;
	flex-direction: row;
	text-align: left;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.jaby-evolving .inner-content p {
	text-align: left;
	color: #135;
}
.jaby-evolving .inner-content .content {
	display: flex;
	flex-direction: column;
}
.jaby-evolving .inner-content .content ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	gap: 10px;
	color: #135;
}
.jaby-evolving .inner-content .content ul li a {
	color: #135;
}
.jaby-evolving .inner-content .content ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}
.jaby-evolving .inner-content .content ul li img {
	width: 35px;
}
.jaby-evolving .jaby-logo-color {
	width: 75%;
}
.jaby-evolving .jaby-logo-color svg {
	width: 100%;
	height: auto;
}
.bottom-area .inner-content {
	flex-direction: row-reverse;
	gap: 80px;
}
.bottom-area .inner-content P {
	color: #fff;
	width: 100%;
	text-align: center;
}
.bottom-area .inner-content .content ul {
	gap: 20px;
	display: flex;
}
.jaby-evolving.bottom-area {
	padding: 100px 0px 0px 0px;
}
.jaby-evolving.bottom-area .content-area {
	background: none;
}
.screenshot {
	width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.discount-structure {
	width: 100%;
	display: flex;
	margin: 0;
	height: auto;
}
.main-grid {
	width: 100%;
	display: grid;
	margin: 100px auto;
	align-items: center;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
}
.discount-structure .maintext {
	color: #fff;
	margin-top: 20px;
	font-size: 40px;
}
.discount-structure p {
	color: #fff;
	text-align: left;
}
.discount-structure .grid-twoStructure {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	align-items: center;
	grid-auto-rows: 1fr;
}
.discount-structure .grid-twoStructure .grid {
	border: #fff 1px solid;
	border-radius: 0.5em;
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.discount-structure .grid-twoStructure .grid h4 {
	color: #fff;
	margin: 0;
}
.discount-structure .grid-twoStructure .grid h2 {
	color: #fff;
	margin: 0;
 }
 .discount-structure .grid-twoStructure .grid p {
	color: #fff;
	font-style: italic;
	margin: 5px 0px;
 }
footer {
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: column;
}
footer p {
	color: #fff;
}
footer a {
	color: #fff;
}
.color-white {
	color: #fff !important;
	margin-left: auto !important;
}
.jaby-evolving .inner-content .content ul li:last-child.email {
	margin-left: auto !important;
}
p.email {
	margin-top: 30px;
	font-size: 25px;
	text-decoration: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	/* Styles for devices with a width of 600px or less */
}

@media (min-width: 601px) and (max-width: 1600px) {
	.hero-section .content-area .center-section .center-circle {
		width: 500px;
		height: 500px;
	}
	.center-section {
		width: 800px;
		height: 500px;
	}
	.hero-img {
		height: 384px;
	}
}

@media (max-width: 1200px) {
	header nav {
		gap: 20px;
	}
	.content-area {
		width: 90%;
	}
	.hero-section .content-area .center-section .center-circle {
		width: 350px;
		height: 350px;
	}
	.center-section {
		width: 600px;
		height: 400px;
	}
	.center-content h1 {
		font-size: 50px;
	}
	.center-content h2 {
		font-size: 24px;
	}
	.introduction {
		padding: 50px 0px;
	}
	.hero-img {
		height: 250px;
		left: 37%;
	}
	.img-header {
		font-size: 250px;
	}
	.screenshot {
		width: 400px;
	}
}

@media (max-width: 990px) {
	.glow-bg { top: 10%;}
	.content-area {
		width: 680px;
	}
	header nav {
		width: 60%;
	}
	.content-img h3 {
		font-size: 18px;
	}
	.content-area p {
		font-size: 14px;
	}
	.content-area li {
		font-size: 14px;
	}
	.image-ico {
		width: 80px;
	}
	.jabys-approach .card-tiles {
		gap: 10px;
	}
	.screenshot {
		width: 350px;
	}
	footer p {
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	.content-area {
		width: 90%;
	}
	.jabys-approach .card-tiles {
		gap: 20px;
	}
	.jabys-approach .card-tiles {
		grid-template-columns: repeat(1, 1fr);
	}
	.white-card {
		padding: 20px;
	}
	.jaby-evolving .inner-content {
		flex-direction: column;
		width: 95%;
		margin: 0 auto;
	}
	.jaby-evolving .inner-content .content {
		width: 100%;
		margin: 0 auto;
	}
	.jaby-evolving .inner-content .content ul li a {
		font-size: 15px;
	}
	.jaby-evolving .jaby-logo-color {
		margin-top: 30px;
	}
	.jaby-evolving.bottom-area {
		padding: 40px 0px;
	}
	.jabys-approach .card-tiles .card {
		padding: 0;
	}
	.center-box {
		width: 100%;
	}
	.why-jaby {
		margin: 100px 0px 0px 0px;
		padding: 50px 0px;
	}
	.jabys-approach {
		margin: 50px 0px 0px 0px;
		padding: 50px 0px;
	}
	.flex-containers-od-even {
		padding: 100px 0px;
	}
	.center-section {
		width: 100%;
		height: 360px;
	}
	.hero-img {
		height: 225px;
		left: 35%;
	}
	header nav {
		width: 100%;
		flex-direction: row-reverse;
	}
	header .main-logo {
		width: 120px;
	}
	.hero-section .content-area .center-section .center-circle {
		width: 300px;
		height: 300px;
	}
	.center-content {
		width: 90%;
	}
	.center-content h1 {
		font-size: 36px;
	}
	.center-content h2 {
		font-size: 16px;
	}
	.flex-containers-od-even .card {
		flex-direction: column;
		gap: 20px;
	}
	.flex-containers-od-even .card.card-reverse {
		flex-direction: column;
	}
	.content-img {
		text-align: center;
	}
	.content-img p {
		text-align: center;
	}
	.center-box ul {
		gap: 15px;
	}
	.center-box ul h3,
	.center-box ul h4 {
		font-size: 15px;
	}
	.center-box ul h4 {
		font-size: 25px;
	}
	.close-icon-mob {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.jaby-evolving .inner-content .content ul li:last-child.email {
		margin-left: 0 !important;
	}
	.main-grid {
		grid-template-columns: repeat(1, 1fr);
		margin: 0px 0px 30px 0px;
	}
	.screenshot {
		width: 300px;
	}
}

@media (max-width: 500px) {
	/* Styles for devices less= than 500px */
}

@media (min-width: 1201px) {
	/* Styles for devices wider than 1200px */
}
