/*
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.2.1.1734445343
Updated: 2024-12-17 14:22:23

*/

/* menu css start  */
.main-menu-nav {
    position: relative;
	display: flex;
	align-items: center;
	
}

.main-menu-nav .current-menu-item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 15px;
    background: url(/wp-content/uploads/2024/12/Ellipse-12.png);
    top: 20px;
    bottom: 0;
}
.home-bg {
    position: relative;
}

.home-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: -101px;
    background: url(/wp-content/uploads/2024/12/Layer-5.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
/* end  */
.btn-home a.elementor-button.elementor-button-link.elementor-size-sm {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.brown-bg {position: relative;}

.brown-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 425px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.10) 0%, rgba(115, 115, 115, 0.10) 100%);
    backdrop-filter: blur(50px);
    left: 0;
}

.read-more-btn {
       background: url(/wp-content/uploads/2024/12/Mask-group-73.png);
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    padding-top: 5px;
}
.btn-home {
    position: relative;
    overflow: hidden;
}

.btn-home a.elementor-button.elementor-button-link.elementor-size-sm {
    color: black; /* Initial text color */
    position: relative;
    transition: color 0.7s ease-in-out; /* Smooth and slower color transition */
    padding: 18px 30px;
}

.btn-home a.elementor-button.elementor-button-link.elementor-size-sm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #CC2028;
    transform: translate(-110%, 0) skew(0deg);
    transition: transform 0.7s ease-in-out; /* Smooth and slower background transition */
}

.btn-home a.elementor-button.elementor-button-link.elementor-size-sm:hover:before {
    transform: translate(0%, 0) skew(0deg);
}

.btn-home a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    color: white; /* Text color on hover */
}

.btn-home span.elementor-button-text {
    position: relative;
    /* transition: color 0.5s ease-in-out; */ /* Smooth and slower text color transition */
}

.btn-home span.elementor-button-text:hover {
    color: #fff;
}

.numbr-bg p {
    margin-bottom: 0;
}

.numbr-bg {
    position: relative;
}

.numbr-bg .lighting {
    background: url(/wp-content/uploads/2024/12/Group-44.png);
    background-repeat: no-repeat;
/*     width: 100%; */
    height: 119px;
    background-size: contain;
}

.logo-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-item {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
}
.slick-prev, .slick-next {
    color: #000;
}
/* Default dot color */
.logo-slider .slick-dots li button:before {
    color: #fff !important; /* Change this to your desired color */
}

/* Active dot color */
.logo-slider .slick-dots li.slick-active button:before {
    color: #fff !important; /* Change this to your desired active color */
	    opacity: 1 !important;
}

/* Hover effect on dots */
.logo-slider button {
    background: transparent !important;
}

.logo-slider button:hover {
    background: none !important;
}

.logo-slider img.logo-item.wp-post-image {
    width: 100%;
}





/* .match-heading {
    font-size: 15px !important;!i;!;
}

span.match-V {
    font-size: 49px !important;
}

.match-date {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
}
.match-card {
    position: relative;
}

.match-card:after {
    content: "";
    position: absolute;
    width: 441px;
    height: 119px;
    background: url(http://localhost/CM12/wp-content/uploads/2024/12/Group-1000002226.png) !important;
	background-repeat: no-repeat;
}
 */
.home {
    background-color: #1B0707;
}



@media (max-width:1680px) and (min-width: 1540px){
	
    body:not(.ltr) .dubai-vertical {
    left: -40em !important;
}
}

@media (max-width:1024px) and (min-width: 768px){
.brown-bg:after {
    height: 500px;
}
	
	.numbr-bg .lighting {
    background-size: cover;
}
	
}
@media (max-width:767px) and (min-width: 585px){
	.big-bg-heading {
    padding-left: 17em !important;
}
}
@media (max-width:767px) and (min-width: 667px){
	.bg-para p {
    padding-left: 23em !important;
}
}




@media (max-width:767px) and (min-width: 320px){
.numbr-bg .lighting {
    background-size: cover;
}
	.brown-bg:after {
    height: 520px;
}
	.home-bg:before {
    content: "";
    display: none;
}
}

