/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.4.1782838929
Updated: 2026-06-30 17:02:09

*/


:root {
	--primary: #00fff8;
}
body {
    color: #9d9d9d;
}
p:last-child {
    margin-bottom: 0;
}
.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button {
	color:#000;
}
.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button:hover {
	color:#000;
}

header.header_sticky {
	position: fixed !important;
    top: 0;
    background: rgb(0 0 0 / 15%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
	animation: smoothScroll 1s forwards;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}

.hero_title_stroke h1 {
    color: transparent;              /* Makes the fill transparent */
    -webkit-text-stroke: 1px #fff;   /* White stroke */
    text-stroke: 1px #fff;           /* Non-standard fallback */
	transition: 0.5s all;
}


.hero_title_stroke h1:hover {
	color: #fff;
	-webkit-text-stroke: 1px #fff;  /* White stroke */
    text-stroke: 1px #fff;  
}

.heading_stroke .elementor-heading-title {
	color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
	transition: 0.5s all;
}    
.heading_stroke .elementor-heading-title:hover {
	text-shadow: 3px -3px 1px #fff;
	-webkit-text-stroke: 1px rgba(255,255,255,0.3);
    text-stroke: 1px rgba(255,255,255,0.3);
}
.heading_stroke .imp_highlight {
    text-shadow: 3px -3px 1px #fff;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    text-stroke: 1px rgba(255,255,255,0.3);
}

.footer_mail_link {
    font-size: 18px;
} 
.footer_mail_link:focus {
	outline: none;
}

.events{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding: 0;
}

.event-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.event-item:hover{
    background:#0b0b0b;
    padding-left:18px;
    padding-right:18px;
}

.event-left{
    display:flex;
    align-items:center;
    gap:70px;
    flex:1;
}

.date{
    display:flex;
    align-items:center;
    gap:15px;
    color:#8b8b99;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    min-width:160px;
}

.date i{
    font-size:18px;
    opacity:.6;
}

.title {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.location{
    display:flex;
    align-items:center;
    gap:10px;
    color:#8b8b99;
    font-size:14px;
}

.location i{
    font-size:15px;
}

.event-right{
    display:flex;
    align-items:center;
    gap:18px;
}

.tag{
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50px;
    padding: 5px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.btn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: .3s;
}

.btn:hover{
    transform:translateY(-2px);
	background:var(--primary);
	color:#000;
}

.sold{
    opacity:.4;
}

.site-footer-section-2 img {
    height: 60px !important;
    width: auto;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background-color: #030303;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background-color: #030303;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ast-footer-copyright {
	font-size: 14px;
}

/*gallery*/

.gallery{
    max-width:1450px;
    margin:auto;
    display:grid;
    gap:12px;
    grid-template-columns:repeat(4,1fr);
    grid-auto-rows:220px;
}

.item{
    overflow:hidden;
    border-radius:4px;
}

.item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.item:hover img{
    transform:scale(1.08);
}

/* Layout */

.item1{
    grid-column:1;
    grid-row:1;
}

.item2{
    grid-column:2;
    grid-row:1 / span 2;
}

.item3{
    grid-column:3;
    grid-row:1;
}

.item4{
    grid-column:4;
    grid-row:1;
}

.item5{
    grid-column:1;
    grid-row:2;
}

.item6{
    grid-column:3 / span 2;
    grid-row:2 / span 2;
}

.item7{
    grid-column:1;
    grid-row:3;
}

.item8{
    grid-column:2;
    grid-row:3;
}


.contact_info_item .elementor-icon-box-title {
	margin-bottom: 5px;
}
.contact_info_item .elementor-icon-box-icon .elementor-icon {
	background: #18181b;
    border: 1px solid #27272a !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 16px !important;
}
.social_list_group {
	margin-top: auto;
}
.social_list_group .elementor-social-icon:hover svg path {
	fill:#000;
}

.form-row{
	display:flex;
	gap:20px;
	margin-bottom:10px !important;
}
.form-group{
	display:flex;
	flex-direction:column;
}
.half-width{
	flex:1;
}
.full-width{
	width:100%;
}
.form-label{
	font-size:14px;
	font-weight:400;
	margin-bottom:8px;
	color:#d6d6d6;
}
.home_contact_form  .form-control:focus {
	color:#fff !important;
}
.home_contact_form  .form-control {
	width:100%;
	padding:15px 18px;
	border: 1px solid rgb(255 255 255 / 15%);
	border-radius:0;
	font-size:15px;
	background:rgb(255 255 255 / 5%);
	transition:.3s;
	outline:none;
	height: 40px;
	color:#fff;
}
.home_contact_form  .form-control:focus {
	border: 1px solid rgb(255 255 255 / 25%) !important;
	background:rgb(255 255 255 / 10%);
}
.home_contact_form  textarea.form-control{
    resize: none;
    height: 100px;
}
.home_contact_form .btn-submit-col {
	text-align: right;
	margin-bottom: 0;
}
.home_contact_form .btn-submit-col .wpcf7-spinner {
	margin:0;
	position: absolute;
}
.home_contact_form .btn-submit-col .btn-submit {
	text-transform: uppercase;
}
.wpcf7-not-valid-tip {
	font-size: 0.8em;
}
.inner_contact_form_card {
    max-width: 650px;
    margin: 0 auto;
}
.exp_icon_box .elementor-image-box-title {
	margin-bottom: 0;
}

.youtube_release_section {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 8px; /* space for scrollbar */
}

.youtube_slide_item {
    flex: 0 0 350px;
}
.youtube_slide_item iframe {
	height: 220px;
}

/* Horizontal scrollbar */
.youtube_release_section::-webkit-scrollbar {
    height: 6px; /* Make scrollbar thinner */
}

.youtube_release_section::-webkit-scrollbar-track {
    background: #2b2b2b;
    border-radius: 10px;
}

.youtube_release_section::-webkit-scrollbar-thumb {
    background: #2b2b2b; /* Cyan color */
    border-radius: 10px;
}

.youtube_release_section::-webkit-scrollbar-thumb:hover {
    background: #2b2b2b;
}

/* Firefox */
.youtube_release_section {
    scrollbar-width: thin;
    scrollbar-color: #2b2b2b #000;
}

.faq_accordion_part .elementor-widget-container strong {
	color:#ffffff;
}
.contact_ico_box .elementor-icon-box-title {
	margin-bottom: 0;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-link, .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
	background:#000;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
	color: #b9b9b9;
}
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
	color: #fff;
}
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
	border: none;
	outline: none;
}






/* Responsive */
@media (max-width: 767px) {
	.form-row{
		flex-direction:column;
		gap:18px;
	}
	.half-width{
		width:100%;
	}
	.events_section_bg>.e-con-inner {
		flex-direction: column-reverse !important;
	}
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		fill:#fff;
	}
}

@media (max-width: 921px) { 
.site-footer-primary-section-2 {
    margin: 20px 0 !important;
}
}

@media (min-width: 922px) {
.main-header-menu .menu-link, .main-header-menu>a {
	text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
}
.main-header-menu .menu-item .menu-link {
	text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
}
.main-header-menu .menu-item .menu-link:focus {
	outline: none;
}
.main-header-menu .menu-item.current-menu-item .menu-link {
	color: var(--primary) !important;
}
.main-header-menu .menu-item:hover .menu-link {
	color: var(--primary) !important;
}
}

@media(max-width:992px){

.gallery{
grid-template-columns:repeat(2,1fr);
grid-auto-rows:220px;
}

.item{
grid-column:auto !important;
grid-row:auto !important;
}

}

@media(max-width:600px){
.gallery{
grid-template-columns:repeat(2,1fr);
}
}
/*gallery end*/

@media(max-width:991px){

.event-item{
    flex-direction:column;
    align-items:flex-start;
    gap:25px;
}

.event-left{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
}

.event-right{
    width:100%;
}

.btn{
    flex:1;
    justify-content:center;
}

}

@media(max-width:600px){

.event-right{
    flex-direction:column;
}

.btn{
    width:100%;
}

.tag{
    width:100%;
    text-align:center;
}

.title{
    font-size:20px;
}

.location{
    font-size:15px;
}

}

