/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1712714598
Updated: 2024-04-10 02:03:18

*/
body.past-event .our-tickets,
body.past-event .secure-tckets-title{
    display: none !important;
}
.heading-slider .deensimc-text-wrapper p{
	backdrop-filter: blur(50px);
    color: rgba(255, 255, 255, 0.7) !important;
	background: rgba(255,255,255,0.5);
}
.hide-team{pointer-events:none !important;}
.hide-team .elementor-button-wrapper{display:none !important;}

.elementor-nav-menu--dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none !important;
  transition: opacity 0.2s ease, visibility 0.2s ease !important;
  display: block !important;

}
.elementor-nav-menu--dropdown.menu-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
 animation: fadeIn 1s !important;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


body{
	margin:0;
	padding:0;
}

.page-id-956 .logo img,
.elementor-page-365 .logo img,
.page-id-3 .logo img,
.page-id-647 .logo img,
.page-id-500 .logo img,
.page-id-734 .logo img,
.page-id-752 .logo img,
.elementor-page-467 .logo img,
.page-id-765 .logo img,
.page-id-758 .logo img{
	filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(120deg) brightness(103%) contrast(101%);
}
.elementor-page-365 .elementor-menu-toggle svg path,
.page-id-3 .mega-menu .elementor-menu-toggle svg path,
.elementor-page-467 .mega-menu .elementor-menu-toggle svg path,
.page-id-647 .mega-menu .elementor-menu-toggle svg path,
.page-id-500 .mega-menu .elementor-menu-toggle svg path,
.page-id-734 .mega-menu .elementor-menu-toggle svg path,
.page-id-752 .mega-menu .elementor-menu-toggle svg path,
.page-id-765 .mega-menu .elementor-menu-toggle svg path,
.page-id-758 .mega-menu .elementor-menu-toggle svg path{
	fill:#000000;
}
.page-id-956 .display-bg .logo img,
.elementor-page-365 .display-bg .logo img,
.elementor-page-467 .display-bg .logo img,
.page-id-647 .display-bg .logo img,
.page-id-3 .display-bg .logo img,
.page-id-500 .display-bg .logo img,
.page-id-734 .display-bg .logo img,
.page-id-752 .display-bg .logo img,
.page-id-765 .display-bg .logo img,
.page-id-758 .display-bg .logo img{
	filter:initial;
}

.page-id-647 .display-bg .mega-menu .elementor-menu-toggle svg path,
.elementor-page-365 .display-bg .mega-menu .elementor-menu-toggle svg path,
.elementor-page-467 .display-bg .mega-menu .elementor-menu-toggle svg path,
.page-id-3 .display-bg .mega-menu .elementor-menu-toggle svg path,
.page-id-500 .display-bg .mega-menu .elementor-menu-toggle svg path,
.page-id-734 .display-bg .mega-menu .elementor-menu-toggle svg path,
.page-id-752 .display-bg .mega-menu .elementor-menu-toggle svg path,
.page-id-765 .display-bg .mega-menu .elementor-menu-toggle svg path,
.page-id-758 .display-bg .mega-menu .elementor-menu-toggle svg path{
	fill:#ffffff;
}
.display-bg{
	background:#111111;
}

.page-id-956 .active-conferences .logo img,
.page-id-956 .active-boxing .logo img,
.page-id-956 .active-sport .logo img{
	filter:invert(0);
}

.header {
    transition: top 0.3s ease !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
}

.hide-header {
    top: -100px !important; 
}

.mega-menu .elementor-nav-menu--dropdown{
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.mega-menu .elementor-widget-container{
	padding-top: 28px;
}
.mega-menu .elementor-active svg{
	fill:#111111 !important;
}
.mega-menu .elementor-menu-toggle{
	background-color:transparent;
	padding-right: 0px;
}
.mega-menu ul, .mega-menu ul li{
	transition: 0.3s;
}
.mega-menu ul:hover li{
	opacity: 0.5;
}
.mega-menu ul:hover li:hover{
	opacity:1;
}
.mega-menu ul li.menu-item{
	padding: 0px 20px;
}
.mega-menu ul li.menu-item a{
	font-size:60px;
	font-weight: 500;
	border-bottom: solid 1px #cccccc;
	color: #111111 !important;
	padding: 20px 0px !important;
	  transition: transform 0.3s ease;
	position:relative;
}
.mega-menu ul li.menu-item a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
	transform:translatey(-50%);
    width: 46px;
    height: 20px;
    opacity: 1 !important;
    background: url("/wp-content/uploads/2025/07/Group-34.svg") no-repeat;
	background-position:100% center;
	transition: background-position 1s cubic-bezier(0.25, 1, 0.5, 1);
}
/* .mega-menu ul li.menu-item a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
	transform:translatey(-50%);
    width: 46px;
    height: 20px;
    opacity: 1 !important;
    background: url("/wp-content/uploads/2025/06/Group-35.svg") no-repeat;
	background-position:100% center;
	transition: background-position 1s cubic-bezier(0.25, 1, 0.5, 1);
	z-index:0;
} */
.mega-menu ul li.menu-item a:hover::after {
  background-position: 0% center;
	z-index:1;
}

#gform_fields_1_3{
	row-gap:20px;
	column-gap:10px;
}
#gform_page_1_3 .gform-page-footer{
	align-items:end !important;
}
#gform_page_1_3 .gform-page-footer .gform_button {
	background:transparent !important;
	width:100% !important;
	height:100% !important;
	padding:20px 20px 20px 45px;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #111111 !important;
}
#gform_page_1_3 .gform-page-footer {
	background:#A7D9FA !important;
	border-radius:5px !important;
	height:60px !important;
	position:relative;
}
#gform_page_1_3 .gform-page-footer:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 22px;
    background-image: url('/wp-content/uploads/2025/06/button-arrow.svg');
    width: 13px;
    height: 13px;
    background-size: 13px;
}
.mega-menu ul li.menu-item a .menu-index{
	font-size: 13px;
	font-weight: 400;
}
.mega-menu .elementor-nav-menu--dropdown .elementor-item:hover{
	background-color:transparent !important;
	color: #111111 !important;
}
.mega-menu ul li.menu-item a img{
	width:160px;
	height: 70px;
	display:inline-block;
}
.mega-menu .elementor-nav-menu--dropdown{
	top:0px !important;
	margin-top:0px !important;
	padding-top:20px;
	background: #f5f5f5;
	height: 100dvh;
}
.mega-menu .elementor-menu-toggle{
	z-index: 9999;
}
.mega-menu ul li.menu-item a .menu-image-title{
	padding-right:15px;
}
.mega-menu ul li.menu-item a .menu-image{
	padding-left:15px;
}
.mega-menu.elementor-widget-nav-menu .elementor-widget-container{
	flex-direction:initial;
}
.mega-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, 
.mega-menu .elementor-nav-menu--dropdown .elementor-item.highlighted, 
.mega-menu .elementor-nav-menu--dropdown .elementor-item:focus{
	background-color: #f5f5f5;
}
.mega-menu .elementor-nav-menu--dropdown{
	justify-content: space-between;
    gap: 20px;
    display: flex !important;
}
.mega-menu .elementor-nav-menu--dropdown .elementor-nav-menu{
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	margin-top:70px;
}
.mega-menu .custom-social-container{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.#a7d9fa{
	background: 000000;
}
.hero-banner::before{
	background-blend-mode: darken !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.28%, rgba(0, 0, 0, 0.2) 64.17%) !important;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.33%, rgba(0, 0, 0, 0.5) 64.28%) !important;

}

.hero-divider-bottom{
	opacity:0.3;
}

.brands-list .elementor-icon svg{
	width:3em;
}
.brands-list .elementor-widget-icon-box{
	transition: 0.5s;
}
.brands-list .elementor-widget-icon-box:hover{
	background:#4B0A2A;
}
.brands-list .logo-box:hover .elementor-widget-container img{
	filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(120deg) brightness(103%) contrast(101%);
}
.brands-list .logo-box:hover .elementor-heading-title{
	color:#ffffff !important;
}

.d-none.privacy-terms-page-nav .elementor-nav-menu--dropdown{
	display:none !important;
}
.testimonial-sec .card1{
	background: radial-gradient(ellipse at 85% 90%, rgba(255, 20, 147, 0.5) 0%, rgba(255, 20, 147, 0.25) 35%, transparent 					65%),
		radial-gradient(ellipse at 95% 85%, rgba(138, 43, 226, 0.4) 0%, rgba(138, 43, 226, 0.2) 40%, transparent 				 70%),
		linear-gradient(135deg, #008b8b 0%, #4682b4 20%, #483d8b 40%, #2e2e5e 60%, #1a1a2e 80%, #0d1421 100%);
}

.talent-img-slider .swiper-wrapper{
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	
}
.heading-slider{
	mix-blend-mode: initial !important;
    opacity:1 !important;
}

.heading-slider .swiper-wrapper .swiper-slide{
	width: auto !important;
	white-space: nowrap;
	position:relative;
}
.heading-slider .swiper-wrapper .swiper-slide:before{
	content:"";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background:#ffffff;
}

.heading-slider.deensimc-text-wrapper > svg{
	border-radius: 100%;
}
.heading-slider .deensimc-scroll-text{
	padding-bottom:10px;
}
.heading-slider .deensimc-scroll-text {
  position: relative;
  font-size: 8vw;
  font-weight: 900;
  color: transparent;
  display: inline-block;
  line-height: 1;
  z-index: 1;
}

/* .heading-slider .deensimc-scroll-text {
  backdrop-filter: blur(12px);
  background: rgba(white, 0.2);
  clip-path: url(#clipPath-5);
} */
.heading-slider .deensimc-text-marquee svg.e-font-icon-svg{
	fill: transparent;
	backdrop-filter: blur(50px);
	background: rgba(255,255,255,0.5);
}
.heading-slider .deensimc-text-marquee svg.dynamic-clip-defs{
	width: 100% !important;
}
.heading-slider .visually-hidden {
  visibility:hidden;
}



.heading-slider .deensimc-scroll-text {
  position: relative;
  display: inline-block;
	backdrop-filter: blur(12px);
	background: rgba(white, 0.2);
	height: 150px;
}

.heading-slider .masked-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  z-index: 2;
}





.singal-post .elementor-widget-theme-post-content .wp-block-image img{
	width: 100%;
}
.singal-post .elementor-widget-theme-post-content .wp-block-image{
	padding-block: 100px;
	margin:0px;
}
.post-meta span{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #A8A8A8;
}
.post-meta span.dot-separator{
	margin-inline:10px;
}
.singal-post .wp-block-heading{
	font-weight: 500 !important;
	font-size: 22px !important;
	line-height: 120% !important;
	width: 70%;
	margin: 0px auto;
	padding-bottom: 30px;
}
.singal-post .elementor-widget-container p,
.singal-post .elementor-widget-container ul{
	width: 70%;
	margin: 0px auto;
	font-weight: 400 !important;
	font-size: 19px !important;
	line-height: 130% !important;
}
#gform_wrapper_2 .gform_heading{
	display: none;
}
form#gform_2 {
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap:20px;
}
#gform_2 .gform-body.gform_body {
    width: 100%;
}
#gform_2 .gform-body .gfield--type-email input{
	height:59px;
	border-color: #D8CCC1;
}
#gform_2 .gform-body .gfield--type-email input::placeholder{
	color: #A8A8A8;
}
#gform_2 .gform_footer{
	margin:0px;
}
#gform_2 .gform_footer #gform_submit_button_2 {
    border-radius: 50%;
    width: 59px;
    height: 59px;
    background: #A7D9FA;
}
#gform_2 .gform-body .gform-field-label{
	display:none;
}
.mega-menu .custom-social-container .social-icons-wrap {
	padding: 60px 20px 30px 20px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.mega-menu .custom-social-container .social-title{
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	color: #111111;
/* 	margin-right: 20px; */
}
.mega-menu .custom-social-container img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    max-width: initial;
    opacity: 0.7;
}

.big-event-slider .e-con-inner{
	max-width: 1600px !important;
}
.privacy-terms-page-nav .elementor-nav-menu--dropdown{
	display:none !important;
}
.privacy-terms-page-nav .elementor-item-active{
	text-decoration:underline !important;
}

.about-contact .elementor-button-content-wrapper{
	align-items:center;
}
.about-contact .elementor-button-content-wrapper svg{
	width:10px;
}
.big-event-btn .elementor-button svg{
	margin-right:10px;
	width:10px;
}
.sign-up-box.active .staper{
	display:none !important;
}
/* -- contact form css start --- */
#gform_3 .gform_fields {
	gap:20px;
}
#gform_3 .gform_fields .textarea,
#gform_3 .gform_fields input{
	border: 1px solid #D8CCC1;
	background: #FFFDF9;
	height:59px;
	border-radius:8px;
	box-sizing:border-box;
	box-shadow: none;
}
#gform_3 .gform_fields .ginput_container .textarea {
	height:130px !important;
}
#gform_3 .gform_fields .textarea::placeholder,
#gform_3 .gform_fields input::placeholder{
	font-family: 'Figtree', sans-serif;
	color:#9E8982;
	font-size:1.1875rem;
	font-weight:500;
}
#gform_3 .gform_fields .gfield--type-checkbox {
    background: #FFFDF9;
    padding: 12px;
    grid-column: span 9;
}
#gform_3 .gform_fields .gfield--type-checkbox input{
	width: 27px;
	height: 27px;
	border: 1px solid #9E8982;
	border-radius:0px;
}
#gform_3 .gform_fields .gfield--type-checkbox label {
    font-weight: 500;
    font-family: 'Figtree', sans-serif;
    color: #9E8982;
    font-size: 14px;
    line-height: 18px;
}
#gform_3 .gform_fields .ginput_container_checkbox .gchoice_3_8_1{
	align-items:center;
}
#gform_3 .gform_fields .gfield--type-submit{
	grid-column: span 3;
	position:relative;
}
#gform_3 .gform_fields .gfield--type-submit .gform-button{
	background: transparent !important;
	padding:0px !important;
	width:100% !important;
	height:100% !important;
	font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #050332 !important;
	padding-left: 10px !important;
	border:none;
	border-radius:0px;
}
#gform_3 .gform_fields .gfield--type-submit .gform-button:hover{
	background:#111 !important;
	color:#fff !important;
}
#gform_3 .gform_fields .gfield--type-submit .gform-button:hover img{
	filter:invert(1);
}
#gform_3 .gform_fields .gfield--type-submit{
    border: 1px solid #050332 !important;
    background: #fff0 !important;
    border-radius: 0px !important;
	width:160px !important;
    height: 60px !important;
}
#gform_3 .gform_fields .gfield--type-submit:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50px;
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/uploads/2025/06/button-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

#gform_3 .gform_fields .gfield--type-checkbox input[type="checkbox"]:checked::before{
	color:#9E8982 !important;
}

.footer-form-panel .ginput_container input,
.footer-form-panel .ginput_container select{
	height: 59px !important;
	padding: 21px 29px !important;
	border-radius: 8px !important;
	color: #9E8982 !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 100% !important;
	font-family: 'Figtree', sans-serif !important;
	border:none !important;
}
.footer-form-panel .gform_page{
	display: flex;
	align-items:end;
	justify-content: space-between;
	gap: 20px;
}
.footer-form-panel .gform_page .gform_page_fields{
	width: 100%;
}
.footer-form-panel .gform_page .gform-page-footer{
	margin: 0px;
}
.footer-form-panel .gform_page .gform-page-footer .gform_previous_button{
	display: none !important;
}
.footer-form-panel .gform_page .gform-page-footer .gform_next_button {
	width: 59px !important;
	height: 59px !important;
	background: #A7D9FA !important;
	border-radius: 100% !important;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	background-image: url('https://ducoevents.wpenginepowered.com/wp-content/uploads/2025/07/next-arrow.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 20px 20px !important; 
}
.footer-form-panel .gf_page_steps{
	position: absolute;
	top: 15px;
	right: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 1px
	text-align: right;
	text-transform: uppercase;
	display: none !important;
}
.footer-form-panel .gf_page_steps .gf_step{
	display: none;
}
.footer-form-panel .gf_page_steps .gf_step.gf_step_active{
	display: block;
}
.footer-form-panel .gf_page_steps .gf_step .gf_step_number{
	background: none;
    color: #ffffff;
}

.footer-form-panel .footer-form-code{
	position: initial;
}
.footer-form-panel .gform-loader{
	position:absolute !important;
	opacity: 0;
}
.footer .elementor-nav-menu--dropdown{
	display:none !important;
}
#gform_wrapper_1 .gform_heading{
	display:none;
}
.gform-theme--framework .gform_validation_errors .gform-icon,
.gform-theme--framework .gform_validation_errors{
	border-color:#fff !important;
}
.gform-theme--framework .gform_validation_errors:focus{
	box-shadow:none !important;
	outline:none !important;
}
#validation_message_1_16,
.gform-theme--framework .gform_validation_errors .gform-icon::before,
.gform_submission_error {
	color:#fff !important;
}
div#gform_confirmation_message_1{
	position: absolute;
    top: 22px;
    left: 22px;
    width: 292px;
    color: #fff;
}
.sign-up-box.active{
	height:100%;
}
.sign-up-box.active .sign-up{
	opacity:0;
}
.sign-up-box.active .footer-form-content{
	display:block !important;
}
.sign-up-box.active + .footer-form-code{
	position:absolute;
}

/* Remove sliding transition */
.big-event-carousel .swiper-wrapper {
  transition: none !important;
}

/* Optional: fade effect styling */
.big-event-carousel .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: opacity .6s ease;
}

.big-event-carousel .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.big-event-carousel .my-nav-wrap{
	position: absolute;
    left: 50%;
    right: 0;
    height: 50px;
    bottom: 80px;
    z-index: 999;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1640px;
    padding: 0 20px;
}
.big-event-carousel .my-nav-wrap .elementor-swiper-button{
	position: initial;
    width: 25px;
    float: left;
	margin-right: 20px;
	cursor: pointer;
}
.big-event-carousel .my-nav-wrap .elementor-swiper-button svg{
	fill: #ffffff;
}
.big-event-carousel .my-nav-wrap .elementor-swiper-button.swiper-button-disabled svg{
	fill: #ffffff80;
}

@media (min-width:1025px) and (max-width:1300px){
	.brands-list .elementor-widget-container .elementor-grid{
		 grid-template-columns: repeat(4, 1fr);
	}
}
@media only screen and (max-width: 1024px) {
	.footer .uper-footer{
		background:#99A9F6;
	}
  	#gform_3 .gform_fields .gfield--type-submit,
	#gform_3 .gform_fields .gfield--type-checkbox {
    	grid-column: span 12;
	}
	#gform_3 .gform_fields .gfield--type-submit .gform-button {
    	width: 100%;
	}
	.footer {
		background-image: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.mega-menu .custom-social-container img {
		width: 25px;
	}
	.mega-menu .custom-social-container .social-icons-wrap {
		gap: 8px;
	}
	.mega-menu .custom-social-container .social-icons-wrap .acf-social-link{
		display:flex;
		align-items:center;
	}
	.footer-form-panel .gf_page_steps {
		right: 60px;
	}
	
	#gform_page_1_3,
	#gform_page_1_2{
		flex-direction: column;
	}
	.brand-logos .aspect-square {
		aspect-ratio: 1/0;
	}
	
	.mega-menu ul li.menu-item a {
		font-size: 30px!important;
	}
	.mega-menu ul li.menu-item a .menu-image{
		display:none;
	}
	.mega-menu .custom-social-container .social-title{
		font-size: 18px;
	}
	.mega-menu .custom-social-container img {
		height: 14px;
	}
	
	.singal-post .elementor-widget-theme-post-content .wp-block-image{
		padding-block: 30px;
	}
	.singal-post .wp-block-heading,
	.singal-post .elementor-widget-container p,
	.singal-post .elementor-widget-container ul{
		width:100%;
		margin:0px;
	}
	#gform_2 .gform-body.gform_body {
		width: 75%;
	}
}
