.mile {
    height: 120px !important;
}
@font-face {
    font-family: 'Power Grotesk';
    src: url('PowerGrotesk-Regular.eot');
    src: url('PowerGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('PowerGrotesk-Regular.woff2') format('woff2'),
        url('PowerGrotesk-Regular.woff') format('woff'),
        url('PowerGrotesk-Regular.ttf') format('truetype'),
        url('PowerGrotesk-Regular.svg#PowerGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Power Grotesk';
    src: url('PowerGrotesk-Regular_1.eot');
    src: url('PowerGrotesk-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('PowerGrotesk-Regular_1.woff2') format('woff2'),
        url('PowerGrotesk-Regular_1.woff') format('woff'),
        url('PowerGrotesk-Regular_1.ttf') format('truetype'),
        url('PowerGrotesk-Regular_1.svg#PowerGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* home banner line and text css start  */
.dubai-bg {
    position: relative;
}

.dubai-bg:before {
    content: "Dubai Hurricanes and Dubai Falcons";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -25px;
    transform: rotate(-90deg);
    top: -35%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 0; /* 18.4px */
    letter-spacing: 0px;
	display: none;
}

.dubai-bg:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 2px;
    height: 45px;
    left: -75px;
    right: 0;
    bottom: 33%;
	display: none;
}

/* end  */

.dubai-hurr {
    height: 175px;
}




/* .carmela_bg {position: relative;
}

.carmela_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(http://rapid.branex.org/cam12/wp-content/uploads/2024/12/image-1-1-1.png);
} */







/* contact us css start  */
.contact-btn button.elementor-button.elementor-size-md:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #CC2028;
    transform: translate(-110%, 0) skew(0deg);
    transition: transform 0.7s ease-in-out;
}

.contact-btn button.elementor-button.elementor-size-md:hover:before {
    transform: translate(0%, 0) skew(0deg);
}

.contact-btn span.elementor-button-text {
    position: relative;
}

.contact-btn button.elementor-button.elementor-size-md:hover {
    color: white;
}

.contact-btn span.elementor-button-text:hover {
    color: #fff;
}
/* .email_bg {
    position: relative;
}

.email_bg:before {
    content: "";
    position: absolute;
    background: url(http://rapid.branex.org/cam12/wp-content/uploads/2024/12/Rectangle-5196.png);
    background-repeat: no-repeat;
    top: -25px;
    left: -50px;
    right: 0;
    bottom: 0;
    width: 434px;
    height: 235px;
    z-index: -9;
} */

/* end  */

.gallery-container {
    display: grid;
     grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    box-sizing: border-box;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: 3px solid white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
    animation: zoomIn 0.3s ease;
    top: 30%;
    position: absolute;
    left: 0;
    right: 0;
}

.close {
    position: absolute;
    top: 75px;
    right: 40px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ff0000;
}

/* Animation for fade-in effect */
@keyframes fadeIn {
    from {
        background-color: rgba(0, 0, 0, 0);
    }
    to {
        background-color: rgba(0, 0, 0, 0.8);
    }
}

/* Animation for zoom-in effect */
@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.gallery-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between buttons */
    margin-top: 20px;
}

.gallery-pagination a,
.gallery-pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff; /* White text color */
    background-color: transparent; /* Transparent background */
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
	border-radius: 5.909px;
     border: 1.182px solid #414141;
}
.gallery-pagination span.page-numbers {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.gallery-pagination a:hover {
    background-color: #fff; /* Change to white on hover */
    color: #000; /* Black text on hover */
}

.gallery-pagination .current {
    background-color: #d62828; /* Red background for active page */
    color: #fff; /* White text for active page */
    border: none; /* Remove border for active page */
}

/* charity css  */
.charity-program-content .donate-button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 20px 50px;
    background: #f8f8f8;
    overflow: hidden;
    transition: color 0.7s ease-in-out; /* Smooth and slower text color transition */
}

.charity-program-content .donate-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CC2028; /* Background color on hover */
    transform: translateX(-110%);
    transition: transform 0.7s ease-in-out; /* Smooth and slower background transition */
    z-index: -1; /* Ensure it stays below the text */
}

.charity-program-content .donate-button:hover:before {
    transform: translateX(0); /* Slide the background into view */
}

.charity-program-content .donate-button:hover {
    color: white !important; /* Text color on hover */
    transition: color 0.7s ease-in-out;
}

.charity-program-content .donate-button span {
    position: relative;
    z-index: 1; /* Ensure text stays above the background */
}

.charity-program-container {
/*     display: flex; */
    color: #fff;
}
.charity-program-item:nth-child(even) {
    flex-direction: row-reverse;
}

.charity-program-item {
    display: flex;
    flex: 1 1 calc(50% - 20px);
    overflow: hidden;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.charity-program-content {
    flex: 1;
    padding: 20px;
}

.charity-program-content h2 {
    margin-bottom: 20px;
    font-family: 'Power Grotesk Trial Medium';
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
	line-height: 70px;
}
.charity-program-content p {
    margin-bottom: 20px;
    color: #d6d1d1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.donate-button {
    display: inline-block;
    background-color: #fff;
    padding: 15px 40px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 92%;
    letter-spacing: -0.8px;
       clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}


.charity-program-image {
    flex: 1;
    overflow: hidden;
}

.charity-program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* end  */



/* milestonee  css  */
.milestone-year {
    position: relative;
}

.milestone-year:before {
    content: "";
    position: absolute;
    width: 127px;
    height: 127px;
    background: url(/wp-content/uploads/2024/12/Group-1000002215-1.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}


.ellipse-round:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 5%;
    background: #CC2028;
    border-radius: 50px;
    top: 45%;
}

.ellipse-round {
position: relative;
}

.ellipse-line:after {
    content: "";
    position: absolute;
    left: 237px;
    top: 7%;
    border: 2px solid #CC2028;
    width: 2px;
    height: 87%;
}
.ellipse-line{
    position: relative;
}



/* end  */

/* about css  */
.page-id-16 {
    background: #190606;
}
.layer {
    position: relative;
}

.layer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/12/image-1-1-1.png);
}


.layer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 899px;
    left: 0;
    bottom: 0px;
    background: url(/wp-content/uploads/2024/12/image-1-2.png);
    z-index: 9;
}


.carmel-bg {
    position: relative;
}

.carmel-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 484px;
    top: 4em;
    left: 10em;
	background: url(/wp-content/uploads/2024/12/Rectangle-36.png);
	background-repeat: no-repeat;
	
}

/* end  */

@media (max-width:1680px){
	.dubai-bg:before {
    left: 40px;
    top: -35%;
    font-size: 20px;
}
	.dubai-bg:after {
    height: 45px;
    left: -10px;
    bottom: 33%;
}
	.ellipse-line:after {
    left: 238px;
}
	
	.charity-program-content h2 {
    margin-bottom: 20px;
    font-size: 42px;
	line-height: 60px;
}
.charity-program-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

.donate-button {
    padding: 15px 40px;
    font-size: 16px;
    line-height: 26px;
}
}


@media (max-width:1440px){
	.mile {
    height: 150px !important;
}

	.dubai-bg:before {
        left: 40px;
        top: -35%;
        font-size: 16px;
    }
	    .dubai-bg:after {
        height: 45px;
        left: -23px;
        bottom: 33%;
    }
	.ellipse-line:after {
    left: 232px;
	height: 86%;	
}
	.carmel-bg:before {
    width: 85%;
    height: 484px;
    top: 4em;
    left: 9em;
}
}


@media (max-width:1366px){
	    .dubai-bg:before {
        left: 63px;
        top: -40%;
        font-size: 16px;
    }
	    .dubai-bg:after {
        height: 45px;
        left: 0px;
        bottom: 40%;
    }
	.ellipse-line:after {
    left: 232px;
}
		.charity-program-content h2 {
    margin-bottom: 15px;
    font-size: 34px;
	line-height: 50px;
}
.charity-program-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
}

.donate-button {
    padding: 15px 35px;
    font-size: 15px;
    line-height: 25px;
}
}


@media (max-width:1281px){
	    .dubai-bg:before {
        left: 40px;
        top: -40%;
        font-size: 14px;
    }
	    .dubai-bg:after {
        height: 28px;
        left: -35px;
        bottom: 44%;
    }
	.ellipse-line:after {
    left: 233px;
		height: 82%;
}
	
		.carmel-bg:before {
    width: 80%;
    height: 484px;
    top: 4em;
    left: 8em;
}
}

@media (max-width:1280px){
.ellipse-line:after {
    left: 185px;
    top: 8%;
    height: 85%;
}
	.ellipse-round:before {
    left: 1%;

}
	.charity-program-content h2 {
    margin-bottom: 15px;
    font-size: 28px;
	line-height: 40px;
}
.charity-program-content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
}

.donate-button {
    padding: 15px 35px;
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width:1200px){
	    .dubai-bg:before {
        left: 60px;
        top: -52%;
        font-size: 10px;
    }
	    .dubai-bg:after {
        height: 19px;
        left: -18px;
        bottom: 57%;
    }

}

@media (max-width:1198px){
	    .dubai-bg:before {
        left: 60px;
        top: -52%;
        font-size: 10px;
    }
	    .dubai-bg:after {
        height: 19px;
        left: -18px;
        bottom: 57%;
    }

}


@media (max-width:1025px){
		    .dubai-bg:before {
        left: 60px;
        top: -52%;
        font-size: 10px;
		display: none;
    }
	    .dubai-bg:after {
        height: 19px;
        left: -18px;
        bottom: 57%;
		display: none;
    }
	.ellipse-line:after {
        left: 178px;
        top: 8%;
        height: 85%;
}
	.home-bg:before {
    left: -160px;
}
}
@media (max-width:1024px){
	.charity-program-content .donate-button {
    padding: 12px 25px;
}
	.dubai-hurr {
    height: 135px;
}
    .ellipse-line:after {
        left: 185px;
        top: 7%;
        height: 85%;
    }
	
		.charity-program-content h2 {
    margin-bottom: 10px;
    font-size: 24px;
	line-height: 30px;
}
.charity-program-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

.donate-button {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 24px;
}
	
}
@media (max-width:998px){
	.dubai-bg:before {
    content: "Dubai Hurricanes and Dubai Falcons";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -25px;
    transform: rotate(-90deg);
    top: -35%;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 0; /* 18.4px */
    letter-spacing: 0px;
	display: none;
}

.dubai-bg:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 2px;
    height: 45px;
    left: -75px;
    right: 0;
    bottom: 33%;
	display: none;
}
     .ellipse-line:after {
        left: 181px;
        top: 7%;
        height: 85%;
    }
    .carmel-bg:before {
        width: 88%;
        height: 350px;
        top: 2em;
        left: 5em;
    }
}
@media (max-width:991px){
    .ellipse-line:after {
        left: 181px;
        top: 7%;
        height: 85%;
    }
}
@media (max-width:960px){
 .ellipse-round:before {
        left: 2%;
    }
}


@media (max-width:880px){
	.bg-para {
    z-index: -9;
}
	.layer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 899px;
    left: 0;
    bottom: 0px;
    background: url(/wp-content/uploads/2024/12/image-1-2.png);
    z-index: 9;
		display: none !important;
}
	
.layer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/12/image-1-1-1.png);
		display: none !important;
}
	.layer {
    z-index: -9 !important;
}
	
	    .dubai-hurr {
        height: 150px;
    }
    .ellipse-line:after {
        left: 175px;
        top: 7%;
        height: 86%;
    }
	    .ellipse-round:before {
        left: -3%;
    }
	
	
			.charity-program-content h2 {
    font-size: 22px;
	line-height: 28px;
}
.charity-program-content p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 23px;
}

.donate-button {
	padding: 10px 40px;
    font-size: 12px;
    line-height: 22px;
}
}
@media (max-width:800px){
    .ellipse-line:after {
        left: 170px;
        top: 7%;
        height: 86%;
    }
}
@media (max-width:785px){
    .ellipse-line:after {
        left: 168px;
        top: 7%;
        height: 85%;
    }
}
@media (max-width:768px){
    .ellipse-line:after {
        left: 164px;
        top: 7%;
        height: 85%;
    }
}
@media (max-width:767px){
	.ellipse-line:after {
    display: none;
}

.ellipse-round:before {
    display: none;
}
	    .dubai-hurr {
        height: 280px;
    }
	    .carmel-bg:before {
        width: 100%;
        height: 350px;
        top: 0em;
        left: 0em;
    }
    .ellipse-line:after {
        left: 8px;
        top: 17%;
        height: 480px;
    }
	.milestone-year:before {
  display: none;
}
	    .ellipse-round:before {
        left: 0%;
    }
	
	
	
	
.charity-program-content h2 {
    margin-bottom: 10px;
    font-size: 18px;
	line-height: 30px;
}
.charity-program-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

.donate-button {
    padding: 10px 40px;
    font-size: 14px;
    line-height: 24px;
}
	.charity-program-item {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
}
	.charity-program-content {
    padding: 20px 0px;
}
}
@media (max-width:667px){
 
}
@media (max-width:600px){
    .ellipse-line:after {
        left: 8px;
        top: 17%;
        height: 530px;
    }
}

@media (max-width:585px){
    .ellipse-line:after {
        left: 8px;
        top: 17%;
        height: 540px;
    }
}
@media (max-width:545px){
    .ellipse-line:after {
        left: 8px;
        top: 17%;
        height: 540px;
    }
}
@media (max-width:480px){
	    .dubai-hurr {
        height: 250px;
    }
	.ellipse-line:after {
           left: 8px;
        top: 18%;
        height: 540px;
}
}


@media (max-width:475px){
	.ellipse-line:after {
         left: 8px;
        top: 18%;
        height: 540px;
}
}


@media (max-width:445px){
	.ellipse-line:after {
           left: 8px;
        top: 18%;
        height: 535px;
}
}

@media (max-width:430px){
	.ellipse-line:after {
         left: 8px;
        top: 18%;
        height: 535px;
}
}


@media (max-width:380px){
	.ellipse-line:after {
        left: 8px;
        top: 18%;
        height: 580px;
}
}



@media (max-width:375px){
	.ellipse-line:after {
    left: 8px;
        top: 18%;
    height: 585px;
}
	
}

@media (max-width:360px){
	.ellipse-line:after {
     left: 8px;
        top: 18%;
     height: 585px;
}
	    .carmel-bg:before {
        height: 500px;

    }
}

@media (max-width:325px){
	.ellipse-line:after {
     left: -5px;
        top: 18%;
     height: 585px;
}
	.ellipse-round:before {
        left: -5%;
    }
}

@media (max-width:320px){
	.ellipse-line:after {
  left: -5px;
        top: 17%;
        height: 589px;
}
}





@media (max-width:1024px) and (min-width: 768px){
	.gallery-container {
    grid-template-columns: repeat(3, 1fr);

}
}


@media (max-width:767px) and (min-width: 320px){
	.gallery-container {
    grid-template-columns: repeat(1, 1fr);

}
}
