/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*.hp{
position: absolute;
left: 0;
right: 0;
z-index: 99;
}*/
#google_language_translator .skiptranslate .goog-te-combo {
    min-height: 30px;
    border-radius: 20px !important;
    padding: 0 12px !important;
    font-family: 'Oxygen';
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    width: 100%;
    box-shadow: 1px 3px 4px 0px rgba(255, 255, 255, 0.92) inset !important;
    cursor: pointer;
	appearance:none;
}
#google_language_translator {
    clear: both;
    height: 38px;
}
.gtranslate {
    display: flex;
    column-gap: 8px;
}
.gtranslate a {
    display: flex;
    color: #fff;
}
#flags {
    width: 100px !important;
}
.countdown-section{position:relative;}
.countdown-section:after{
	content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 159, 28, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 50%, rgba(46, 196, 182, 0.15) 0%, transparent 40%);
}
.countdown-title::before,
.countdown-title::after {
content: '★';
position: absolute;
top: 12px;
font-size: 1.8rem;
color:#FF9F1C;
animation: twinkle 3s infinite alternate;
}

.countdown-title::before {
left: -40px;
animation-delay: 0s;
}

.countdown-title::after {
right: -40px;
animation-delay: 1.5s;
}

@keyframes twinkle {
0% { opacity: 0.4; transform: scale(0.8); }
100% { opacity: 1; transform: scale(1.1); }
}

.bannersec .leftimg img {position: absolute; left: -190px; top: 120px; animation: zoom-in-zoom-out 2s ease-out infinite;}
.bannersec .rightimg img {position: absolute; right: -220px; top: 90px; animation: zoom-in-zoom-out 2s ease-out infinite;}
@keyframes zoom-in-zoom-out {0% {transform: scale(1, 1);} 50% {transform: scale(1.2, 1.2);} 100% {transform: scale(1, 1);}}

.scroll{animation: bounce 1.5s infinite;}


.countdown-subtitle {
color: var(--secondary);
font-size: 1.2rem;
margin-bottom: 30px;
font-weight: 500;
}

.countdown-container {
display: flex;
justify-content: center;
gap: 25px;
margin: 0 auto;
max-width: 700px;
}

.countdown-item {
position: relative;
transition: all 0.3s ease;
text-align: center;	
}

.countdown-item:hover {
transform: translateY(-10px) scale(1.05);
}

.countdown-digit-container {
position: relative;
width: 120px;
height: 120px;
margin-bottom: 15px;
}

.countdown-digit-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:#FF9F1C;
border-radius: 50%;
box-shadow: 
0 8px 0 rgba(0, 0, 0, 0.2),
0 10px 20px rgba(0, 0, 0, 0.3);
z-index: 0;
transition: all 0.3s ease;
}

.countdown-item:nth-child(1) .countdown-digit-bg {
background-color:#FF9F1C;
}

.countdown-item:nth-child(2) .countdown-digit-bg {
background-color: #2EC4B6;
}

.countdown-item:nth-child(3) .countdown-digit-bg {
background-color:#E71D36;
}

.countdown-item:nth-child(4) .countdown-digit-bg {
background-color: #7209B7;
}

.countdown-digit {
position: relative;
font-family: 'Baloo 2', cursive;
font-size: 3.5rem;
font-weight: 800;
color:#fff;
line-height: 120px;
z-index: 1;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.countdown-label {
font-size: 1.1rem;
color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
background-color: rgba(255, 255, 255, 0.1);
padding: 5px 15px;
border-radius: 20px;
display: inline-block;
}
.countdown-bubble {
 animation: key1 .9s ease infinite alternate;
}
@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
.confetti-bg{
position:relative;	
}
.confetti-bg:after{
	content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#FF9F1C 2px, transparent 2px), radial-gradient(#2EC4B6 2px, transparent 2px), radial-gradient(#E71D36 2px, transparent 2px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px, 10px 10px;
    opacity: 0.06;
    z-index: 0;
}
.performer-content {
    position: relative;
}
.performer-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    transform: rotate(8deg);
    animation: bounce 1.5s infinite;
}
@keyframes bounce {
0%, 100% { transform: rotate(0deg) translateY(0); }
50% { transform: rotate(0deg) translateY(-10px); }
}
.ssb{
 animation: key1 .9s ease infinite alternate;	
}
.starblink {
    animation: twinkle 3s infinite alternate;
}
.tickets-title h2{
	position:relative;
	display:inline-block;
    padding-bottom: 12px;	
}
.tickets-title h2::after {
    content: '';
    position: absolute;
	bottom:0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(46, 196, 182, 0.2);
    border-radius: 4px;
}
.tickets-title2 h2{
	position:relative;
	display:inline-block;
    padding-bottom: 12px;	
}
.tickets-title2 h2::after {
    content: '';
    position: absolute;
	bottom:0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color:rgb(255 159 28 / 20%);
    border-radius: 4px;
}
.tbox{
outline:3px dashed #e71d3633;
outline-offset:-15px;
position:relative;	
transform: rotate(-2deg);
transition: all 0.3s ease;	
}
.tbox:hover{
transform: rotate(0deg);		
}
.tbox:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color:#E71D36;
    border-radius: 50%;
    opacity: 0.5;
}
.ticket-btn {
     box-shadow: 0 8px 0 rgba(0, 0, 0, 0.1), 0 10px 20px rgba(255, 159, 28, 0.3);
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    display: inline-block;
    width: max-content;
    margin: 0px auto;
    border-radius: 50px;
}
.ticket-btn:hover {
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1), 0 10px 15px rgba(255, 159, 28, 0.2);
    top: 3px;
}

.ticket-btn2 {
    box-shadow: 0px 6px 0px #ffffff26;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    display: inline-block;
    width: max-content;
    margin: 0px auto;
    border-radius: 50px;
}
.ticket-btn2:hover {
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1), 0 10px 15px rgba(255, 159, 28, 0.2);
    top: 3px;
}
.bb{
    transform: rotate(180deg);
}
.map-container {
    transform: rotate(2deg);
transition: all 0.3s ease;	
}
.map-container:hover{
    transform: rotate(0deg);
}
.performer-content a.elementor-button {
transition: all 0.3s ease;		
}
.performer-content a.elementor-button:hover{
transform:translatey(-5px);	
}
.performer-content h2{
transition: all 0.3s ease;		
}
.performer-content:hover h2{
    transform: scale(1.05);
}

.bouncy-dots {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 15px;
}

.bouncy-dot {
width: 15px;
height: 15px;
border-radius: 50%;
animation: bounce-dot 2s infinite;
}

.bouncy-dot:nth-child(1) {
background-color:#FF9F1C;
animation-delay: 0s;
}

.bouncy-dot:nth-child(2) {
background-color:#2EC4B6;
animation-delay: 0.2s;
}

.bouncy-dot:nth-child(3) {
background-color: #E71D36;
animation-delay: 0.4s;
}

.bouncy-dot:nth-child(4) {
background-color:#FF9F1C;
animation-delay: 0.6s;
}

.bouncy-dot:nth-child(5) {
background-color:#2EC4B6;
animation-delay: 0.8s;
}

@keyframes bounce-dot {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}

.activity-btn {
    display:block;
	width:125px;
    padding: 5px 16px;
    border-radius: 30px;
    background-color: #fff;
    color: #011627;
    font-weight:700;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 2px solid #e5e5e5;
    opacity: 0;
    transform: translateY(10px);
	margin:20px auto 0px;
}
.activity-card:hover .activity-btn {
    opacity: 1;
    transform: translateY(0);
}
.activity-card:nth-child(4n+1) .activity-btn {
    border-color:#ff9f1c;
    color:#ff9f1c;
}
.activity-card:nth-child(4n+1) .activity-btn:hover {
    background-color:#ff9f1c;
    color: #fff;
}
.activity-card:hover .elementor-icon {
    transform: scale(1.1) rotate(5deg);
}

.activity-card:nth-child(4n+2) .activity-btn:hover {
    background-color:#2EC4B6;
    color: #fff
}
.activity-card:nth-child(4n+2) .activity-btn {
    border-color:#2EC4B6;
    color: #2EC4B6;
}

.activity-card:nth-child(4n+3) .activity-btn {
    border-color:#E71D36;
    color:#E71D36;
}
.activity-card:nth-child(4n+3) .activity-btn:hover {
    background-color:#E71D36;
    color: #fff;
}

.activity-card:nth-child(4n+4) .activity-btn {
    border-color:#7209B7;
    color:#7209B7;
}
.activity-card:nth-child(4n+4) .activity-btn:hover {
    background-color:#7209B7;
    color: #fff;
}

.foodtitle{position:relative;}
.foodtitle:before{
	content:"";
    position: absolute;
    top: -3px;
    left:-20px;
    width: 37px;
    height:40px;
background: url(https://friendskidsfestival.org/wp-content/uploads/2025/03/food1.svg) no-repeat;
}
.foodtitle:after{
	content:"";
    position: absolute;
    top: -3px;
    right:-20px;
    width: 45px;
    height:44px;
background: url(https://friendskidsfestival.org/wp-content/uploads/2025/03/food2.svg) no-repeat;
}
.plate-decoration {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 25px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    line-height: 120px !important;	
    position: absolute;
    z-index: 9;
    top: 65px;
    left: -20px;
animation: key1 .9s ease infinite alternate;	
}
.plate-decoration2{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 25px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    line-height: 120px !important;	
    position: absolute;
    z-index: 9;
    bottom:77px;
    right: -20px;
animation: key1 .9s ease infinite alternate;	
}

.food-item-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px;    
	transform: translateY(100%);
    transition: all 0.3s ease;
}
.food-item {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.food-item:hover .food-item-tooltip {
    transform: translateY(0);
}
.food-item:hover .food-item-icon {
    transform: scale(1.2) rotate(10deg);
}
.food-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.floating-food {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem !important;
    animation: key1 .9s ease infinite alternate;
    line-height: 62px !important;
}

.fe a.elementor-button {
    transition: all 0.3s ease;
}
.fe a.elementor-button:hover {
    transform: translatey(-5px);
}

.stitle::before,
.stitle::after {
content: '★';
position: absolute;
top: 12px;
font-size: 1.8rem;
color:#e71d368a;
animation: twinkle 3s infinite alternate;
}

.stitle::before {
left: 0px;
animation-delay: 0s;
}

.stitle::after {
right: 0px;
animation-delay: 1.5s;
}

@keyframes twinkle {
0% { opacity: 0.4; transform: scale(0.8); }
100% { opacity: 1; transform: scale(1.1); }
}
.main-sponsor {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.main-sponsor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #ff9f1c, #2ec4b6, #E71D36);
    z-index: 1;
}
.main-sponsor:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.main-sponsor img{
    transition: all 0.3s ease;
}
.main-sponsor:hover img{
    transform: scale(1.05);
}
.sponsor-card {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.sponsor-card:hover .sponsor-tooltip {
    transform: translateY(0);
}
.sponsor-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.95);
    transform: translateY(100%);
    transition: all 0.3s ease;
}
.sponsor-logo {
    max-width: 90%;
    max-height: 80px;
    transition: all 0.4s ease;
    filter: grayscale(100%);
    opacity: 0.8;
}
.sponsor-card:hover .sponsor-logo {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.fe2 a.elementor-button {
    transition: all 0.3s ease;
}
.fe2 a.elementor-button:hover {
    transform: translatey(-5px);
}
.footer-column-title h2{
position:relative;
padding-left: 20px;	
}
.footer-column-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 70%;
    width: 5px;
    background:linear-gradient(to bottom, #ff9f1c, #2ec4b6);
    border-radius: 5px;
}
.footer-link ul li{
padding-left:20px;
 transition: all 0.3s ease;	
}
.footer-link ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: -7px;
    color: #2EC4B6;
    font-size: 1.2rem;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.footer-link ul li:hover {
    transform: translateX(5px);
}
#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
}
input#form_email_1 {
    border-radius: 50px;
    background: #ffffff1a;
    border: 0px;
    padding: 0px 80px 0px 20px !important;
    margin-top: 14px !important;
    font-size: 0.9rem;	
    color: #fff;	
}
#mailpoet_form_1 .mailpoet_submit{
    background: linear-gradient(45deg, #FF9F1C, #2ec4b6);
    color: white;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 17px;
    right: 3px;
    width: 70px !important;
    height: 34px;
    font-weight: 700;
}
.fed{
animation: key1 .9s ease infinite alternate;
    opacity: 0.15;	
}
.contact .e-n-tabs-heading {
    background: #ECF0F1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact .e-n-tabs {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.11);
    border-radius: 30px;
}
.cl .swiper-wrapper{
    position: absolute;
    left: -10px;
display: inline-table;
    z-index: 9;
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding:0px 20px !important;
top:60px;	
    row-gap: 10px;	
    width: 100px;	
}
.cl .elementskit-client-slider-item {
    width: 100% !important;
 margin: 25px 0px !important;
}
.cl .single-client.image-switcher {
    min-height: auto !important;
}
.cl .single-client{
transition:0.2s;	
}
.cl .single-client:hover{
transform: scale(1.1)
}
.scat a.elementor-button {
    width: 100%;
}
.scat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 15px;
}

.scat a.elementor-button {
    padding: 12px 14px;
}
@media(max-width:1400px){
.cl .swiper-wrapper {
top:40px;	
}
}
@media(max-width:1024px){
/* .performer-badge {
top: -55px;
left: 20px;
} */
.tbox br{
display:none;		
}
.plate-decoration{
left: 20px;		
}	
.plate-decoration2{
right:30px;		
}	
}
@media(max-width:768px){
.footer-link ul li::before {
    top: -3px;
}
.countdown-container {
display: grid;
justify-content: center;
grid-template-columns: 1fr 1fr;
text-align: center;
}
.countdown-digit-container {
margin: 0px auto 15px;
}
.countdown-title::before, .countdown-title::after{
display:none;		
}
.tbox {
  transform: rotate(0deg);
}
.map-container {
  transform: rotate(0deg);
}
.foodtitle:before{
display:none;	
}
.foodtitle:after{
display:none;			
}
.plate-decoration{
    width: 80px;
    height: 80px;
    line-height: 88px !important;	
}	
.plate-decoration2{
    width: 80px;
    height: 80px;
    line-height: 88px !important;	
top: 65px;	
}
.performer-badge {
position: initial;
}	
.mcs .swiper-button-next {
    right: 0px !important;
}	
.mcs .swiper-button-prev {
    left: 0px !important;
}

}
@media(max-width:600px){
.scat {
    grid-template-columns: 1fr;
}
}