/* style.css */
body{
	font-family: 'Almarai', sans-serif;
	vertical-align: baseline;
}
.content_wrap .content{
	width:100%;
}
.top_panel_title{
	display:none;
}
.page_paddings_yes{
	padding: unset;
}
#menu_main  li{  
	font-size:14px;
} 
button:before, .sc_button:before, .tagcloud a:before, a.button:before {
    background-color: unset !important;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .columns_wrap:after {
    clear: both;
    width: 0% !important;
    height: 0;
    display: block;
}
img.site_logo {
    height: 45px;
    margin: 0px;
}
.hidden_form{
	display:none;
}
.font_almarai {
    font-family: 'Almarai', sans-serif;
}
.footer ul, .footer ul li a {
    list-style: none; 
    padding: 0;
    color: #fff;
}
body.custom-background {
    background-color: transparent;
}
.body_wrap{
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.menu-primary_menu-container .sub-menu{
/* .menu-primary_menu-container .sub-menu .sub-menu {	 */
	background: #F8F9FA;
}


/* Slider Section CSS */

.font_family_home {
    font-family: 'Almarai', sans-serif !important;
    letter-spacing: normal;
}


/* Popup Wrapper */
.popup-wrapper{
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

/* Close Button Styling */
.popup-close{
	position: absolute;
	top: 13px;
	right: 16px;
	background-color: #FFA800;
	border-radius: 50%;
	padding: 1px 0px 0px 0px;
	z-index: 99999;
	width: 26px;
	height: 25px;
	color:black !important;
	border: 1px solid #FFA800;
}

/* Left Section */
.popup-left{
	background: #ffffff;
}

.popup-heading{
	font-size: 35px;
	line-height: 1.2;
}

.popup-subheading{
	font-size: 30px;
}

.popup-subtext{
	font-size: 16px;
	color: #333;
}

/* Reveal Button */
.reveal-btn {
    background-color: #ffa800 !important;
    color: #000 !important;
    border: none !important;
    font-size: 18px !important;

    display: inline-block;
    transition: transform 0.3s ease-in-out;

    box-shadow: 0px 3px 10px gray;
}

.reveal-btn:hover {
    transform: scale(1.05);
}

/* .reveal-btn:active{ */
	/* background-color: #FFA800 !important; */
	/* color: #000000 !important; */
/* } */

/* Skip Text */
.skip-text{
	cursor: pointer;
	font-size: 15px;
}

.skip-text:hover{
	color: #000;
}

/* Right Section */
.popup-right{
	background: #eef5ff;
}

.popup-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.powered_image{
	 width: 25px;
}
.image_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	overflow:hidden;
}
.popup_right_image{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.post_title{
	display:none !important;
}
.pagination_disabled{
	/* opacity: 0.4; */
	opacity: 0.6;
	pointer-events: none;
	cursor: not-allowed;
}

/* Banner Section */
.slide_img{
	background-size: cover;
    background-position: center;
	height:900px;
	width:100%;
}

.slider_text {
    position: relative;
    z-index: 999;
}


/* .text_section.banner { */
    /* left: 10%; */
    /* position: absolute; */
    /* top: 25%; */
	/* z-index:999; */
/* } */

.banner_section_btn {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.banner_blur {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000085;
    overflow: hidden;
    width: 100%;
    z-index: 99;
    height: 100%;
    transition: .5s ease;
}

.cursor {
    border-right: 3px solid #FFA800;
    animation: blink 0.7s infinite;
}


/* .slide_img.slider_image { */
  /* opacity: 0; */
/* } */

/* .slider_image_text { */
    /* height: 250px; */
    /* width: 100%; */
/* } */

.image-blur {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(1px);
    z-index: 1;
}

.section-heading{
	font-size:45px;
	font-family: 'Almarai', sans-serif !important;
}

.event-heading {
    font-family: 'Almarai', sans-serif !important;
    font-size: 25px;
}

.dot_slider {
    position: absolute;
    bottom: 40%;
    justify-content: center;
    width: 100%;
    z-index: 999;
    right: 45px;
}


.slider_dot {
    height: 15px;
    background-color: #FFA800;
    width: 15px;
    border-radius: 50%;
	cursor:pointer;
}

.unslider_dot{
	width: 15px;
    border-radius: 50%;
	height: 15px;
	cursor:pointer;
	background:white;
}

.main_heading_banner {
    color: #FFA800;
    font-weight: 700;
    font-size: 93px;
    text-align: start;
}

.slider_image {
    width: 100%;
    height: 900px;
    object-fit: cover;
    /* border-radius: 10px; */
    transition: opacity 1s ease-in-out;
    /* box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5); */
}
.sign_in_home{
	padding: 20px 60px;
    color: #FFA800 !important;
    text-decoration: none;
    font-weight: 700; 
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block; 
	border: 1px solid #FFA800;
	transition: all 0.3s ease;
	overflow: hidden;   
	z-index: 1;
    display: inline-block;
}

.button_hover{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color:#FFA800;
    transition: all 0.3s ease;
    z-index: -1;       
} 



.sign_in_home:hover .button_hover{
    width: 100%;
}

.sign_in_home:hover {
    transform: scale(1.1);
	color:black !important;
}


.sign_up_home {
    background: #FFA800;
    padding: 20px 60px;
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
}

.sign_up_home:hover {
    transform: scale(1.1);
    color: black !important;
}

@keyframes blink {
    50% { border-color: transparent; }
}

/* Gallery Section CSS */

.gallery_section {
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
    cursor: grab;
    scroll-behavior: auto; 
    user-select: none;
    white-space: nowrap !important;
}

.gallery_img {
    display: inline-block;
	position:relative;
}

.gallery_image {
    width: 300px;
    height: 320px;
    object-fit: cover;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor:pointer;
	display:block;
}
.gallery_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#00000091;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.gallery_img:hover .gallery_overlay {
	height:100%;
}

.search_icon_gallary {
    color: #FFA800;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    text-align: center;
}



.gallery_image_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.video_popup{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
	
}

.gallay_popup {
    max-width: 70%;
    max-height: 70%;
    position: relative;
}

.gallay_popup img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    border-radius: 10px;
}

.gallery_close_popup {
    position: absolute;
    top: 22px;
    right: 30px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    z-index: 10000;
}

.follow_instagram {
    background: #FFA800;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 500 !important;
    border: none;
	color:black !important;
    text-transform: capitalize !important;
    border-radius: 10px;
} 


/* Instragm section */

.bg_yellow{
	background-color: #FFA800;
}
.instagram_logo {
    height: 30px;
    width: 30px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: gray 2px 0px 6px;
}
.instram_post_data {
    box-shadow: gray 0px 3px 10px;
    border-radius: 10px;
    height: 820px !important;
}

/* Video Section code  */

.video_section_back {
    background-size: cover;
    background-position: center;
}

.video_text_section {
    z-index: 999; 
    position: relative;
}


.view_demo {
    background-color: #FFAA00;
    width: 10%;
    font-size: 15px;
    border: 0px;
    padding: 13px 10px;
    border-radius: 8px;
    font-weight: 600;
	color:black !important;
}

/* Testimonial Section */


.testimonial_section {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    width: 75%;
    margin: auto;
}


/* Base */
.testimonial_data {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	cursor:grab;
	user-select:none;
	opacity: 0;
	transform: translateX(0);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
	            opacity 0.4s ease;
	pointer-events: none;
}

/* Active */
.testimonial_data.active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
	z-index: 2;
}

/* ENTER */
.enter-right {
	transform: translateX(60px);
	opacity: 0;
}

.enter-left {
	transform: translateX(-60px);
	opacity: 0;
}

/* EXIT */
.exit-left {
	transform: translateX(-60px);
	opacity: 0;
}

.exit-right {
	transform: translateX(60px);
	opacity: 0;
}



/* Section End  */
.event-section-text{
	position:realtive;
	z-index: 99;
}

.event_image {
    width: 100%;
    height: 300px;
    background: #c1bebe;
}

.background_color_section {
    background-color: #00000012;
}




.scroll-wrapper {
	overflow-x: auto;
	padding-bottom: 10px;
	scrollbar-width: none;
	cursor: grab;
	scroll-behavior: auto;
	user-select:none;
}
 


.scroll-container {
    display: flex;
    gap: 16px;
    white-space: nowrap;
}


.scroll-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    z-index: 9999;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.sports_button {
    background-color: #FFAA00;
    /* color: white; */
	color:#000000;
    padding: 10px 22px;
    border: none;
    border-radius: 10px;
    box-shadow: #c1c1c1 1px 1px 7px 1px;
    margin-bottom: 9px;
    margin-top: 14px;
    font-weight: 600;
    font-size: 14px;
    flex: 0 0 auto;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sports_button:hover {
    background-color: #FFAA00;
    color: black;
	transform: scale(1.1);
}

.unselect_sports_button {
    background-color: White;
    color: black;
    padding: 10px 22px;
    margin-top: 14px;
    margin-bottom: 9px !important;
    border: none;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
    flex: 0 0 auto;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: #c1c1c1 1px 1px 7px 1px;
    transition: all 0.3s ease;
}

.unselect_sports_button:hover {
    background-color: #FFAA00;
    color: black;
	transform: scale(1.1);
}

.register-now-btn {
    background-color: #FFAA00;
    color: black !important;
    padding: 12px 0px;
    border: none;
    border-radius: 7px;
    width: 40%;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
}

.event-card {
    box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
    border-radius: 10px;
    margin-top: 46px;
	transition: all 0.3s ease; 
	/* cursor:pointer; */
    border: 1px solid transparent;
}

.event-card:hover {
   border:1px solid #FFA800;
   transform: scale(1.03);
   border-color: #FFA800; 
}

.select-event-card{
	box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
    border-radius: 10px;
    margin-top: 46px;
	border:1px solid #FFA800;
}

label.card-details-text {
    font-size: 18px;
}

.event-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    align-items: center;
}

.event-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* SAME as background-size: cover */
    object-position: center;
    display: block;
}

.pagination_btn {
    background-color: #FFAA00;
    border-radius: 5px;
    border: none !important;
    color: black !important;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.20);
    cursor: pointer;
    padding: 3px 12px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.un_pagination_btn {
    padding: 2px 10px;
    text-decoration: none;
    background-color: white;
    color: black !important;
    border-radius: 5px;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.20);
    cursor: pointer;
    border: none !important;
}

.un_pagination_btn:hover{
	 background-color: #FFAA00;
}

.noraml_text {
    font-size: 15px;
}

@media (max-width: 567px) {
	.follow_instagram {
		font-size: 13px;
	}
	.event-card {
		margin-top: 20px;
	}
	.main_heading_banner {
		font-size: 45px;
	}
	.sign_up_home {
		padding: 4px 10px;
		font-size: 9px;
	}
	.sign_in_home {
		padding: 4px 10px;
		font-size: 9px;
	}
	.slide_img {
		height: 380px;
	}
	.dot_slider {
		bottom: 26%;
		right: 10px;
	}
	.unslider_dot {
		width: 10px;
		height: 10px;
	}
	.slider_dot{
		width: 12px;
		height: 12px;
	}
	.event-card {
		margin-top: 20px;
	}
	.event-heading {
		font-size: 20px;
	}
	.register-now-btn {
		width: 35%;
	}
	.banner_section_btn {
		gap: 20px;
	}
	.noraml_text {
		font-size: 13px;
	}
	.view_demo {
		width: 35%;
		font-size: 14px;
		padding: 10px 0px;
		font-weight: 500;
	}
	.section-heading {
		font-size: 25px;
	}
	.instram_post_data {
		height: 50vh !important;
		width: 100% !important;
	}
	.sports_button {
		padding: 10px 10px;
		font-size: 13px;
	}
	.unselect_sports_button {
		padding: 10px 10px; 
		font-size: 13px;
	}
	.left_side_arrow {
		font-size: 18px;
		cursor: pointer;
		height: 35px;
		width: 35px;
	}
	.right_side_arrow {
		font-size: 18px;
		cursor: pointer;
		height: 35px;
		width: 35px;
	}
	.testimonial_data {
		width: 85%;
	}
	.popup-heading {
		font-size: 28px;
	}
}
	
@media (min-width: 568px) and (max-width: 767px) {
	.main_heading_banner {
		font-size: 40px;
	}
	.slide_img {
		height: 366px;
	}
	.sign_up_home {
		padding: 6px 18px;
		font-size: 12px !important;
	}
	.sign_in_home {
		padding: 6px 18px;
		font-size: 12px !important;
	}
	.dot_slider {
		bottom: 29%;
		right: 14px;
	}
	.banner_section_btn {
		gap: 20px;
	}
	.unslider_dot {
		width: 10px;
		height: 10px;
	}
	.slider_dot{
		width: 12px;
		height: 12px;
	}
	.section-heading {
		font-size: 34px;
	}
	.left_side_arrow {
		font-size: 18px;
		cursor: pointer;
		height: 35px;
		width: 35px;
	}
	.right_side_arrow {
		font-size: 18px;
		cursor: pointer;
		height: 35px;
		width: 35px;
	}
	.instram_post_data {
		height: 55vh !important;
		width: 100% !important;
	}
	.view_demo {
		width: 25%;
		font-weight: 500;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.main_heading_banner {
		font-size: 55px;
	}
	.sign_up_home {
		padding: 12px 20px;
	}
	.sign_in_home {
		padding: 12px 20px;
	}
	
	.slide_img {
		height: 570px;
	}
	.instram_post_data {
		height: 64vh !important;
		width: 100% !important;
	}
	.view_demo {
		width: 15%;
	}
	.section-heading {
		font-size: 40px;
	}
	.event-card {
		margin-top: 20px;
	}

}

@media (min-width: 1200px) and (max-width: 1400px) {
	.main_heading_banner {
		font-size: 72px;
	}
	.instram_post_data {
		height: 70vh !important;
		width: 100% !important;
	}
}

@media (min-width: 1401px) and (max-width: 1600px) {
	.instram_post_data {
		height: 80.5vh !important;
		width: 100% !important;
	}
}