@font-face {
	font-family: 'parisienne';
	src: url('fonts/parisienne.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--clf-blue-dark);
	font-family: var(--font-body);
}

.site-header {
	position: absolute;
	inset: 0 0 auto;
	z-index: 10;
}

.hero-navbar {
	min-height: 67px;
	padding: 0;
	transition: background-color .25s ease, box-shadow .25s ease, min-height .25s ease;
	background: rgba(0, 103, 184, .96);
}

.hero-navbar.is-sticky {
	position: fixed;
	background: rgba(0, 103, 184, .96);
	box-shadow: 0 5px 20px rgba(0, 48, 102, .17);
	width: 100%;
}

.navbar-brand {
	width: 150px;
	margin-left: -51px;
	align-self: flex-start;
	z-index: 1;
	position: absolute;
}

.navbar-brand img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 5px 8px rgba(0, 0, 0, .12));
	padding: 10px;
}

.navbar-nav {
	gap: 2.18rem;
}

.hero-container{

    padding-top:140px;
    padding-bottom:120px;

}

.opening-date .fa {
	font-size: 30px;
	color: #ffc928;
}

.nav-link {
	padding: .5rem 0 !important;
	color: var(--clf-white);
	font-size: 15px;
	font-weight: 600;
	transition: color .2s ease;
}

.nav-link:hover,
.nav-link:focus {
	color: var(--clf-gold);
}

.btn {
	font-family: var(--font-body);
	font-size: .75rem;
	font-weight: 700;
	border: 0;
	border-radius: var(--radius-pill);
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn:hover,
.btn:focus {
	transform: translateY(-2px);
}

.btn-register-nav {
	min-width: 89px;
	padding: 7px 20px 6px 20px;
	color: #173b76;
	background: var(--clf-gold);
	font-size: 15px;
}

.btn-register-nav:hover {
	background-color: #ffc003;
}

.btn-register-nav span,
.btn-register-hero span {
	margin-left: .55rem;
	font-size: 1.2em;
}
.reg_btn{
	margin-left: 5px;
}
.hero {
	position: relative;
	min-height: 500px;
	isolation: isolate;
	overflow: hidden;
	background: linear-gradient(105deg, #f9fdff 0%, #eaf7ff 53%, #f6fcff 100%);
	border-bottom-right-radius: 100px;
}

.hero::before {
	position: absolute;
	z-index: -1;
	content: "";
	inset: 0;
	background: radial-gradient(circle at 63% 44%, rgba(255, 255, 255, .13), transparent 27%), radial-gradient(circle at 18% 68%, rgba(0, 103, 184, .04), transparent 34%);
}

.hero-container {
	position: relative;
	z-index: 1;
	padding-top: 97px;
	/* padding-bottom: 0; */
	padding-bottom: 50px;
}

.hero-row {
	min-height: 350px;
}

.hero-copy {
	/* max-width: 400px; */
	max-width: 585px;
	padding-left: 25px;
	margin: auto;
}

.banner_sec{
	width:100%;
}

.eyebrow {
	margin: 0;
	font-size: 75px;
	font-weight: 600;
	line-height: .88;
	letter-spacing: .035em;
	color: var(--clf-blue);
	text-align: center;
}

h1 {
	margin: 7px 0 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .015em;
	color: var(--clf-blue);
	text-transform: uppercase;
	text-align: center;
}

h1 span {
	white-space: nowrap;
}

.hero-tagline {
	color: var(--clf-blue);
	font-family: 'parisienne', sans-serif;
	font-size: 33px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	margin-top: 30px;
}

.event-details {
	margin: 0 0 16px;
	font-style: normal;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	color: var(--clf-blue-deep);
	margin-top: 25px;
	text-align:center;
}

.event-details p {
	margin: .25rem 0;
}

.detail-icon {
	display: inline-block;
	width: 1.55rem;
	color: var(--clf-blue);
	font-size: .95rem;
	text-align: center;
}

.opening-date {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 215px;
	padding: 12px 15px;
	border-radius: 5px;
	background: linear-gradient(100deg, #fff8e8, var(--clf-gold-soft));
	margin: auto;
}

.opening-date p {
	margin: 0;
	color: #1b2740;
	font-size: 14px;
	line-height: 1.3;
}

.opening-date strong {
	display: block;
	margin-top: 2px;
	font-size: 16px;
}

.calendar-icon {
	color: var(--clf-gold);
	font-size: 21px;
	text-shadow: 0 0 0 var(--clf-blue);
}

.countdown-label {
	margin: 20px 0 4px;
	color: #233656;
	font-size: 14px;
	text-align: center;
}

.countdown {
	display: flex;
	gap: 8px;
	max-width: 305px;
	margin: auto;
}

.countdown>div {
	display: grid;
	place-items: center;
	width: 70px;
	min-height: 46px;
	padding: 14px 17px 10px 17px;
	border: 1px solid rgba(0, 90, 170, .08);
	border-radius: 7px;
	background: rgba(255, 255, 255, .87);
	box-shadow: 0 5px 12px rgba(0, 67, 127, .1);
}

.countdown strong {
	color: #1a2b48;
	font-size: 20px;
	line-height: 1;
}

.countdown span {
	margin-top: 3px;
	color: #566276;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.btn-register-hero {
	display: inline-block;
	margin-top: 15px;
	padding: 15px 45px;
	color: var(--clf-white);
	background: linear-gradient(110deg, var(--clf-blue-deep), var(--clf-blue));
	box-shadow: 0 8px 16px rgba(0, 76, 157, .2);
	font-size: 16px;
	border-radius: 14px;
}
.btn-register-hero:hover{
	color:#ccc;
}
.collage-wrap {
	position: relative;
	margin: -7px 0 0 -77px;
	aspect-ratio: 1 / 1.05;
}

.gold-orb {
	position: absolute;
	top: 14%;
	left: 16%;
	width: 48%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 32%, #ffd75e, var(--clf-gold) 68%, #f5b81e);
	box-shadow: 0 0 70px rgba(255, 201, 40, .32);
	display: none;
}

.author-collage {
	position: absolute;
	z-index: 1;
	inset: 1% 0 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 600px;
	margin-top: -90px;
}

.collage-glyphs,
.hero-glyphs {
	position: absolute;
	z-index: -1;
	color: var(--clf-blue);
	font-family: var(--font-display);
	font-weight: 700;
	opacity: .15;
	pointer-events: none;
}

.collage-glyphs {
	z-index: 0;
	inset: 0;
	font-size: 1.7rem;
}

.collage-glyphs span,
.hero-glyphs span {
	position: absolute;
}

.collage-glyphs span:nth-child(1) {
	top: 2%;
    left: 23%;
    font-size: 2.5rem;
}

.collage-glyphs span:nth-child(2) {
	top: 18%;
	right: 20%;
	rotate: 10deg;
}

.collage-glyphs span:nth-child(3) {
	top: 42%;
	right: 14%;
	rotate: -10deg;
	font-size: 35px;
}

.collage-glyphs span:nth-child(4) {
	bottom: 30%;
	left: 4%;
}

.collage-glyphs span:nth-child(5) {
	bottom: 30%;
    right: 14%;
}

.hero-glyphs {
	z-index: -1;
	inset: 4rem 0 0;
	font-size: 2rem;
}

.hero-glyphs span:nth-child(1) {
	top: 16%;
	left: 48%;
}

.hero-glyphs span:nth-child(2) {
	top: 35%;
    left: 47%;
    rotate: -10deg;
}

.hero-glyphs span:nth-child(3) {
	top: 9%;
    right: 26%;
    rotate: 13deg;
    font-size: 2.5rem;
}

.hero-glyphs span:nth-child(4) {
	top: 38%;
	right: 10%;
}

.hero-glyphs span:nth-child(5) {
	bottom: 20%;
	right: 37%;
}

.hero-glyphs span:nth-child(6) {
	top: 22%;
	right: 39%;
}

.hero-glyphs span:nth-child(7) {
	bottom: 35%;
	left: 11%;
}

.hero-edge {
	position: absolute;
	z-index: -1;
	width: 20rem;
	height: 20rem;
	border: 0px solid var(--clf-blue);
	background: var(--clf-blue);
	transform: rotate(48deg);
}

.hero-edge::after {
	position: absolute;
	content: "";
	inset: 7px;
	border: 15px solid var(--clf-sky);
	border-radius: 1.45rem;
}

.hero-edge-left {
	top: 270px;
	left: -192px;
	border-radius: 2rem;
}

.hero-edge-right {
	top: 140px;
	right: -170px;
	border-radius: 2rem;
	background: var(--clf-blue);
}

.hero-divider{
    position:absolute;
    left:0;
    bottom:-1px;

    width:100%;
    height:130px;

    overflow:visible;

    z-index:5;
}

.hero-feather{

    position:absolute;

    right:25px;

    top: -500px;

    width:150px;

    z-index:10;

    filter:
        drop-shadow(0 20px 30px rgba(0,0,0,.08));

}

.newsletter-form-parent{
	margin-top: 50px;
}

@media (max-width: 991.98px) {
	.hero {
		min-height: auto;
		height: auto;
	}

	.hero-navbar {
		min-height: 74px;
		background: rgba(0, 103, 184, .95);
	}

	.navbar-brand {
		width: 73px;
		margin-top: 5px;
		margin-left: 0;
		position:relative;
	}
	
	.navbar-brand img {
		position: absolute;
		top: 0;
		left: 0;
		width: 110px;
	}

	.navbar-toggler {
		width: 42px;
		padding: .45rem;
		border: 1px solid rgba(255, 255, 255, .62);
	}

	.navbar-toggler span {
		display: block;
		height: 2px;
		margin: 4px 0;
		background: white;
	}

	.navbar-collapse {
		padding: 1rem 0 1.25rem;
		padding-top: 75px;
	}

	.navbar-nav {
		align-items: flex-start !important;
		gap: .4rem;
	}

	.nav-link {
		font-size: .9rem;
	}

	.btn-register-nav {
		display: inline-block;
		margin-top: .45rem;
	}

	.hero-container {
		padding-top: 7.25rem;
	}

	.hero-copy {
		padding-left: 1.6rem;
	}

	.collage-wrap {
		width: min(80%, 470px);
		margin: 1.5rem auto 0;
	}

	.hero-row {
		min-height: 0;
	}

	.hero-edge-right {
		right: -18.5rem;
	}

	.hero-edge-left {
		left: -18.5rem;
	}
	
	.about-chaaya {
		margin-top: 0px !important;
	}
}

@media (max-width: 575.98px) {
	html, body{
		overflow-x: hidden;
	}
	.hero-container {
		padding-top: 6.65rem;
	}

	.hero-copy {
		padding-left: .3rem;
	}
	
	.banner_sec{
		padding: 5% 15%;
	}
	
	.event-details{
		padding: 0% 15%;
	}

	.hero-tagline {
		margin-left: 1.8rem;
	}

	.event-details {
		font-size: 14px;
	}

	.opening-date {
		max-width: 230px;
	}

	.countdown>div {
		width: 4rem;
		min-height: 3rem;
	}
	
	.countdown>div {
		padding: 12px 8px 8px 8px;
	}
	
	.countdown strong {
		font-size: 18px;
	}
	
	.countdown span {
		font-size: 13px;
	}
	
	.countdown {
		max-width: 285px;
	}
	
	.about-chaaya-copy{
		padding: 10px;
	}

	.collage-wrap {
		width: 100%;
	}

	.hero-edge {
		opacity: .75;
	}

	.hero-glyphs {
		display: none;
	}

	.hero-curve {
		height: 2.5rem;
	}
	
	.social-nav{
	  margin-top: 500px !important;
	}
	
	.hero-feather {
		display:none;
	}
	
	.team-card img {
		width: 115px !important;
		height: 115px !important;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		padding: 20px 0px;
	}
}

.about-chaaya{

    position:relative;

    margin-top:-50px;

    padding-top:120px;
	
	margin-bottom: 60px;

}

.about-chaaya-row { min-height: 250px; }
.about-chaaya-copy { margin-left: 20px; }
.about-chaaya h2 { margin: 0; color: var(--clf-blue-deep); font-family: var(--font-display); font-size: 35px; font-weight: 800; line-height: 1; }
.title-rule { display: block; width: 26px; height: 2px; margin: 8px 0 10px; background: var(--clf-gold); }
.about-chaaya p { margin: 0; color: #202939; font-size: 14px; line-height: 1.62; }
.about-button { margin-top: 12px; padding: 8px 25px; color: var(--clf-white); background: var(--clf-blue-deep); font-size: 14px; }
.about-button span { margin-left: 6px; font-size: 1.2em; }
.about-chaaya-artwork { width: 90%; margin: -23px 0 -38px -4px; }
.about-chaaya-artwork img { display: block; width: 100%; height: auto; }

@media (max-width: 991.98px) {
	.about-chaaya { padding: 4rem 0 3rem; }
	.about-chaaya-copy { margin-left: 0; }
	.about-chaaya-artwork { max-width: 390px; width: 100%; margin: 1rem auto -1.5rem; }
}

.collage_sec{
	max-height: 665px;
}
.hero-copy h5{
	padding-top: 5px;
    font-weight: 200;
    color: var(--clf-blue);
}


.social-nav{
  position: fixed;
  width: 50px;
  margin-top: 250px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
  z-index:9999;
}
.social-nav li{
	height:50px;
  position:relative;
}
.social-nav ul{
	text-decoration: none;
    list-style: none;
	padding-left: 0rem;
	margin-bottom: 0rem;
}
.social-nav li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 50px;
  padding-left:25%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
  z-index: 9999;
  text-decoration: none;
}
.social-nav li:nth-child(1) a{
  background: #4267B2;
}
.social-nav li:nth-child(2) a{
  background: #E1306C;
}
.social-nav li:nth-child(3) a{
  background: #000;
}
/* .social-nav li:nth-child(4) a{ */
  /* background: #2867B2; */
/* } */
.social-nav li:nth-child(4) a{
  background: #ff0000;
}
.social-nav li a i{
  position:absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
}
.social-nav ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
.social-nav a:hover {
  z-index:1;
  width: 150px;
}
.social-nav ul li:hover a span{
  padding-left: 30%;
  display: block;
}


/*----------------------------------------------------
 OUR TEAM
----------------------------------------------------*/

.our-team{

    padding:60px 0;

    background:#f7fbff;

    position:relative;

}

.section-heading{

    margin-bottom:15px;

}

.section-heading h2{

    color:var(--clf-blue-deep);

    font-size:42px;

    font-weight:700;

    margin-bottom:10px;

}

.section-subtitle{

    max-width:650px;

    margin:15px auto 0;

    color:#5f6774;

    font-size:15px;

    line-height:1.8;

}

.team-card{

    background:#fff;

    border-radius:20px;

    padding:25px 20px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:
        0 8px 24px rgba(24,69,118,.08);

}

.team-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 22px 40px rgba(24,69,118,.14);

}

.team-card img{

    width:150px;

    height:150px;

    border-radius:50%;

    object-fit:cover;

    margin-bottom:18px;

    border:5px solid #fff;

    box-shadow:
        0 8px 20px rgba(0,0,0,.12);

}

.team-card h5{

    margin:0;

    color:var(--clf-blue-deep);

    font-size:20px;

    font-weight:700;

}

.team-card p{

    margin-top:8px;

    color:#7a8596;

    font-size:14px;

    line-height:1.5;

}

.title-rule-center{
	margin:auto;
}

/* Contact and footer */
.contact-section { padding: 56px 0 38px; }
.contact-heading { margin-bottom: 28px; }
.contact-heading h2 { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--clf-blue-deep); }
.contact-content { max-width: 1050px; margin: 0 auto; }
.contact-details { display: grid; gap: 13px; margin: 0; font-style: normal; }
.contact-details a, .contact-details p { display: flex; align-items: flex-start; gap: 13px; margin: 0; color: #1f2b3c; font-size: 15px; line-height: 1.5; text-decoration: none; }
.contact-details a:hover { color: var(--clf-blue); }
.contact-details i { width: 20px; padding-top: 2px; color: var(--clf-blue); font-size: 17px; text-align: center; }
.contact-map { position: relative; min-height: 180px; overflow: hidden; border-radius: 9px; background: #eaf4f7; box-shadow: 0 8px 18px rgba(0, 72, 130, .08); }
.map-streets { position: absolute; inset: -40px; background: linear-gradient(28deg, transparent 43%, rgba(255,255,255,.95) 44% 46%, transparent 47%), linear-gradient(152deg, transparent 40%, rgba(255,255,255,.85) 41% 43%, transparent 44%), repeating-linear-gradient(8deg, transparent 0 23px, rgba(255,255,255,.72) 24px 26px), repeating-linear-gradient(112deg, transparent 0 37px, rgba(215,230,234,.9) 38px 40px); transform: rotate(-5deg); }
.map-marker { position: absolute; top: 49px; left: 52%; display: grid; place-items: center; width: 35px; height: 45px; color: #f03432; font-size: 45px; text-shadow: 0 2px 4px rgba(117,0,0,.22); }
.contact-map p { position: absolute; top: 51px; left: calc(52% + 42px); margin: 0; color: #df312f; font-size: 14px; line-height: 1.2; }
.site-footer { padding: 30px 0; color: #fff; background: linear-gradient(105deg, #0057ac, #0076c8); }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 110px; height: 110px; object-fit: contain; }
.footer-brand strong, .footer-brand span, .footer-brand em { display: block; }
.footer-brand strong { font-family: var(--font-display); font-size: 27px; line-height: .8; }
.footer-brand span { margin-top: 4px; font-size: 15px; font-weight: 600; }
.footer-brand em { margin-top: 2px; font-family: 'parisienne', sans-serif; font-size: 18px; }
.footer-social { display: flex; gap: 12px; margin-top: 9px; }.footer-social a { color: #fff; font-size: 16px; text-decoration: none; }.footer-social a:hover { color: var(--clf-gold); }
.footer-links { display: grid; align-content: start; gap: 3px; }.footer-links h2, .newsletter h2 { margin: 0 0 5px; font-size: 18px; font-weight: 700; }.footer-links a { color: #fff; font-size: 14px; line-height: 1.35; text-decoration: none; }.footer-links a:hover { color: var(--clf-gold); }
.newsletter p { margin: 0 0 8px; font-size: 14px; line-height: 1.3; }.newsletter-field { display: flex; overflow: hidden; border-radius: var(--radius-pill); background: #fff; }.newsletter-field input { min-width: 0; flex: 1; padding: 9px 13px; border: 0; color: #27344f; font-size: 14px; outline: none; }.newsletter-field button { padding: 0 18px; border: 0; color: #223c74; background: var(--clf-gold); font-size: 14px; font-weight: 700; }
@media (max-width: 991.98px) { .footer-links-secondary { padding-top: 29px; }.contact-map { min-height: 210px; } }
@media (max-width: 575.98px) { .contact-section { padding: 46px 0 32px; }.contact-heading h2 { font-size: 32px; }.contact-map { min-height: 180px; }.contact-map p { left: 61%; }.site-footer { padding: 34px 0; } }



/* Floating animations start */

.literature-bg{

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

overflow:hidden;

pointer-events:none;

z-index:-1;

}


.telugu-letter{

position:absolute;

font-size:40px;

font-family:'Noto Serif Telugu',serif;

font-weight:bold;

opacity:.05;

color:#4b1f75;

animation:floatLetter linear infinite;

}

@keyframes floatLetter{

0%{

transform:
translateY(120vh)
rotate(0deg);

opacity:0;

}

15%{

opacity:.08;

}

50%{

opacity:.12;

}

100%{

transform:
translateY(-20vh)
rotate(12deg);

opacity:0;

}

}

.paper{

position:absolute;

width:18px;

height:24px;

background:#fff;

border:1px solid rgba(0,0,0,.15);

box-shadow:0 4px 12px rgba(0,0,0,.08);

opacity:.25;

animation:flutter linear infinite;

}

.paper:before{

content:"";

position:absolute;

left:3px;

right:3px;

top:5px;

height:1px;

background:#bbb;

box-shadow:

0 5px #bbb,

0 10px #bbb;

}

@keyframes flutter{

0%{

transform:
translate(-10vw,100vh)
rotate(0deg);

}

50%{

transform:
translate(40vw,40vh)
rotate(180deg);

}

100%{

transform:
translate(120vw,-20vh)
rotate(360deg);

}

}


.feather{

position:absolute;

width:55px;

height:auto;

opacity:.12;

animation:featherMove linear infinite;

transform-origin:center;

filter:drop-shadow(0 6px 10px rgba(0,0,0,.08));

}

@keyframes featherMove{

0%{

transform:
translateY(110vh)
translateX(0)
rotate(-12deg);

}

20%{

transform:
translateY(80vh)
translateX(20px)
rotate(8deg);

}

40%{

transform:
translateY(55vh)
translateX(-15px)
rotate(-10deg);

}

60%{

transform:
translateY(30vh)
translateX(25px)
rotate(12deg);

}

80%{

transform:
translateY(5vh)
translateX(-20px)
rotate(-6deg);

}

100%{

transform:
translateY(-20vh)
translateX(15px)
rotate(10deg);

}

}

/* Floating animations end */



/* Content slide effects */

.reveal{

opacity:0;

transition:
opacity .9s ease,
transform .9s cubic-bezier(.2,.8,.2,1);

will-change:transform,opacity;

}

/* Visible */

.reveal.active{

opacity:1;

transform:none;

}


/* Bottom */

.reveal-bottom{

transform:translateY(80px);

}

/* Left */

.reveal-left{

transform:translateX(-80px);

}

/* Right */

.reveal-right{

transform:translateX(80px);

}

/* Zoom */

.reveal-scale{

transform:scale(.85);

}

/* Rotation */

.reveal-rotate{

transform:
translateY(60px)
rotate(-4deg);

}


.btn-register-hero{

animation:

pulse 3s infinite;

}

@keyframes pulse{

0%,100%{

transform:scale(1);

}

50%{

transform:scale(1.05);

}

}




.mobile-follow-bar{

display:none;

}

@media(max-width:768px){

.mobile-follow-bar{

position:fixed;

left:0;

right:0;

bottom:0;

height:58px;

background:#0b5cad;

display:flex;

align-items:center;

justify-content:space-between;

padding:0 15px;

color:#fff;

z-index:9999;

box-shadow:0 -5px 20px rgba(0,0,0,.15);

transition:.35s;

}

.mobile-follow-bar.hide{

transform:translateY(100%);

}

.follow-text{

font-weight:600;

font-size:15px;

white-space:nowrap;

}

.follow-icons{

display:flex;

gap:16px;

align-items:center;

}

.follow-icons a{

color:#fff;

font-size:20px;

transition:.25s;

}

.follow-icons a:hover{

transform:scale(1.15);

color:#ffd54f;

}

#closeFollowBar{

border:none;

background:none;

color:#fff;

font-size:18px;

padding-left:10px;

cursor:pointer;

}

body{

padding-bottom:58px;

}

.social-nav{

display:none;

}

}