/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2026 | 11:59:58 */
.pink-heading{
	color:#F3D1CF;
}

.deep-green-heading{
	color:#143435;
}

.marquee-text-another-color{
	color:#ffffff;
}

/* Typing effect styling starts here */

.chini-typing {
  display: inline-block;
  white-space: nowrap;
   color: #fff;
  position: relative;
		font-size: 3rem;
	font-weight:300;
    font-family: 'Oxanium'
}

.chini-typing::after {
  content: " |";
	color: #fff;
	font-size: 3rem;
    font-family: 'Oxanium';
  animation: chiniBlink 1s steps(2, start) infinite;
}

@media(max-width:768px){
	.chini-typing {
		font-size: 1.8rem;
}

.chini-typing::after {
	font-size: 1.8rem;
}
}

@media(max-width:570px){
	.chini-typing {
		font-size: 1.1rem;
}

.chini-typing::after {
	font-size: 1.1rem;
}
}

@media(max-width:425px){
	.chini-typing {
		font-size: 1rem;
}

.chini-typing::after {
	font-size: 1rem;
}
}


@keyframes chiniBlink {
  to { visibility: hidden; }
}

/* Typing effect styling ends here */
