/* Your stylesheet (styles.css) */
:root{
    --bg-black:#000;
    
    --bg-white: #fff;
    --gray-color: #ccc9c9;
    /* --warning-color: rgb(255, 193, 7); */
    --warning-color: #fa9018;

}

.nav-bar{
    background-color: #121d31 !important;
}
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    /* width: 56px; */
    /* height: 56px; */
    width: 49px;
    height: 49px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/* @media(max-width:768px){
    .footer .footer-btn{
        justify-content: center;
    }
} */

/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;

}


.navbar-light .navbar-brand .image{
    width: 25%;
}
.navbar-light .navbar-brand img {
/* background-color: #25d366; */
    /* max-height: 3.75rem; */
    /* max-height: 60px; */
    transition: .5s;
}


/* a.nav-item.nav-link */
a.nav-item.nav-link {
    color: #fff !important;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;

    /* new */
    /* padding: 15px; */
}
 .nav-link.active,
.dropdown-toggle.active{
    position: relative;
    /* width: 100%; */
}
.nav-link.active::after,
.dropdown-toggle.active::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%; 
    height: 2px;
    background-color: #fff;
    /* background-color: brown; */

}
.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    
    .navbar {
        padding: 20px 0;
        
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        /* background: var(--bs-light); */
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    color: white !important;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

/*  remove any default styling (such as the focus outline or any other visual effects) when the button is clicked */
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}
.navbar-toggler{
    border: 1px white solid !important;
}
.navbar-toggler span{
    color: white !important;
}
@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background: var(--bs-light); */
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}


/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* background: var(--bs-dark); */
    /* background-color: #dc3545; */
    background-color: var(--bs-body);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
    /* color: #000; */
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    /* color: var(--bs-white); */
    color: var(--bs-primary);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}


.feature .feature-item:hover .t-i, 
.feature .feature-item:hover .t-i h6{
    color: #fff !important;
}
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    /* custom */
    background-color: rgba(0, 0, 0, .2);

    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

/* .blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
} */

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
@media(min-width: 768px){
    .testimonial .custom-icon-style1{
        margin-left: -3.25rem !important;
    }
    .testimonial .custom-icon-style2{
        margin-right: -3.25rem !important;
    }
}
@media(max-width: 767px){
    .testimonial .custom-icon-style1{
        margin-left: -1.53rem !important;
        display: none;
    }
    .testimonial .custom-icon-style2{
        margin-right: -1.53rem !important;
        display: none;
    }
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

@media(min-width: 768px){
    .footer .display-md-5{
        font-size: calc(1.425rem + 2.1vw); 
        font-weight: 700;
        line-height: 1.2;
    }
    .footer .image{
        margin-inline: 3rem !important;
    }
}
@media(max-width: 767px){
    .footer .image{
        margin-inline: 0 !important;
    }
}
.ggr p.phone{
    color: white !important;
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/

/* ========================= */
.team .display-4{
    font-weight: 600 !important;
}
/* services */
.service .feature-item{
    height: 450px;
}
/* ========================== */
.carousel-item img,
        .carousel-item iframe {
            width: 100%;
            height: auto;
            display: block;
        }


/* =========================== */


        /*  */
        /* 
         <!--  -->
        
        */
     .partners .service .service-item .service-img img{
            height: 100px;
        }

        #callUs {
            visibility: hidden;
            
        }

        /* #callUs{
            opacity: 0;
        } */


/* ---------arrow icons at carusel partner-------- */ 


/* start form popUp Raqmy */
.form-popUp{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    justify-content: center;
    align-items: center;
    
}
#closeBtn{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
/* end form popUp Raqmy */

/* whatsapp start */

/* start contact-icon */
.contact-icon{
    background-color: #25d366;
    /* right: 7px; */
    /* z-index: 20; */
    transition: all 0.7s ease;

    right: 30px;
    bottom: 25px !important;
    transition: 0.5s;
    z-index: 100;
}
.inner-card .text{
    color: var(--black-color);
} 

/* end contact-icon */

/* whatsapp end */



/* ====================================================== */
/* ====================================================== */

/* RaQmy Page */


.raqmy.nav-bar,
.raqmy .carousel-inner{
    background-color: var(--bg-black) !important;
}
.team.raqmy h1,
.team.raqmy{
    color: var(--bg-black);
}
.bg-black,
.btn-black{
    background-color: var(--bg-black) !important;
}
.text-black{
    color: var(--bg-black);
}
/* .crs:hover .crs-content {
    background-color: var(--gray-color) !important;
}
.crs:hover .crs-content p{
    color: var(--bg-black) !important;
} */
.crs button{
    box-shadow: 2px 8px 20px rgba(0, 0, 0,0.5);
}
.crs button:hover{
    background-color: var(--bg-white) !important;
    color: var(--warning-color) !important;
}

/* .sticker{
    
    

    text-align: center;
    height: 15rem ;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0%;
    transform: translate(50%, -50%) rotate(50deg);
    z-index: 5;
} */
.sticker {
    text-align: center;
    width: 100%;
    position: absolute;
    right: 15%;
    top: 18%;
    transform: translate(50%, -50%) rotate(45deg); /* Adjusted rotation */
    z-index: 5;
    text-transform: uppercase ;
    font-weight: 600;
    padding-block: 0 !important;
}
.sticker.bg-success{
    /* top: 22%; */
    top: 15%;
    right: 11%;
}

.footer-btn.raqmy a:hover {
    background-color: var(--bg-white) !important;
    border: 1px solid var(--warning-color);
    
}
.footer-btn.raqmy a:hover i{
    color: var(--bg-black) !important;
    /* color: var(--warning-color) !important; */
    
}

.btn.btn-light.raqmy:hover{
    background-color: var(--warning-color);
    color: #000 !important;
}
.crs-content button{
    top: 95%;
    z-index: 4;
}
.crs-content{
    z-index: 3;
}
/* courses cards start */
.inner-crs .card{
    position: relative;
    /* min-height: 500px; */
    min-height: 31.5rem;
    background: #232323;
    border-radius: 20px;
    overflow: hidden;
    transition: 1s ease;
}
.inner-crs .card:hover{
    /* min-height: 675px; */
    min-height: 43rem;
}
.inner-crs .card5:hover{
    /* min-height: 675px; */
    min-height: 35rem;
}
.inner-crs .card.card2:hover{
    /* min-height: 800px; */
    min-height: 50rem;
}
.inner-crs .card.card4:hover{
    /* min-height: 800px; */
    min-height: 51rem;
}
@media((min-width: 768px) and (max-width: 992px)) {
    
    .inner-crs .card:hover{
        min-height: 60rem;
    }
}
.inner-crs .card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(52, 155, 187);
    transition: 0.5s ease-in-out;
    clip-path: circle(180px at 86% 20%);
    /* clip-path: circle(180px at 80% 8%); */
}
.inner-crs .card.card2::before{
    background-color: var(--warning-color);
}
.inner-crs .card.card3::before{
    /* background-color: #009a84; */
    background-color: #9285d1;
}
.inner-crs .card.card4::before{
    background-color: rgb(44, 44, 151);
    background-color: #ddd4;
}
.inner-crs .card.card5::before{
    background-color: var(--bg-white);
}
.inner-crs .card:hover::before{
    clip-path: circle(283px at 73% 4%);
    /* clip-path: circle(225px at 80% 20%); */
}
/* .inner-crs .card::after{
    position: absolute;
    content: "UI & UX";
    top: 30%;
    left: 12%;
    font-size:4rem;
    font-weight: 600;
    font-style: italic;
    color: rgba(108, 55, 160, 0.5);
} */
/* .inner-crs .card::after{
    transition: 0.5s;
}
.inner-crs .card:hover::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .9);
} */
.inner-crs .card .img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 100%;
    height: 220px;
    transition: 0.5s;
    /* background-color: red; */
}
.inner-crs .card:hover .img{
    top: 0;
    transform: translateY(20%);
}
.inner-crs .card.card2:hover .img{
    top: 26px;
}
.inner-crs .card .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%) rotate(-10deg);
    width: 400px;
}
.inner-crs .card .contentBx{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 125px;
    /* top: 10%; */
    text-align: center;
    transition: 1s;
    z-index: 10;
    padding: 2rem;
    /* background-color: #25d366; */
  }
  
  .inner-crs .card:hover .contentBx{
    height: fit-content;
    /* top: 0; */
  }
 
  .inner-crs .card .contentBx h2{
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
}
.inner-crs .card .contentBx ul,
.inner-crs .card .contentBx h5{
    text-align: start;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.inner-crs .card:hover .contentBx ul,
.inner-crs .card:hover .contentBx h5
{
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}
   

  .inner-crs .card .contentBx button{
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    background: linear-gradient( 135deg , rgb(52, 155, 187), rgb(186, 85, 211));
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #4ec9ed;
    color: rgb(21, 125, 156);
    /* color: #a615c9; */
    color: #8e21a8;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
    margin-top: 0;
  }
  .inner-crs .card.card2 .contentBx button{
    color: rgb(197, 58, 7);
    background: linear-gradient(135deg , var(--warning-color), rgb(231, 127, 0));
    /* background: linear-gradient(135deg , var(--warning-color), rgb(231, 127, 7)); */
  }
  .inner-crs .card.card3 .contentBx button{
    /* color: #02695a; */
    color: #61f3f7;
    background: linear-gradient(135deg , #9285d1 , #2c7abe);
    /* background: linear-gradient(135deg , var(--warning-color), rgb(231, 127, 7)); */
  }
  .inner-crs .card.card4 .contentBx button{
    color: #1b435e;
    background: linear-gradient(135deg , rgb(63, 176, 211), #3c7ca6);
    background: linear-gradient(135deg ,#ddd4, rgb(63, 176, 211) , #ddd4);
    /* background: linear-gradient(135deg , var(--warning-color), rgb(231, 127, 7)); */
  }
  .inner-crs .card.card5 .contentBx button{
    color: var(--bg-black);
    background: linear-gradient(135deg , rgb(63, 176, 211), #3c7ca6);
    background: linear-gradient(135deg , var(--bg-white) ,#ddd4,var(--bg-white));
  }

  .inner-crs .card:hover .contentBx button{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;
    
  }
  .inner-crs .card h5,
  .inner-crs .card ul{
    /* background: linear-gradient( 135deg , rgb(186, 85, 211), rgb(52, 155, 187)) !important;
background-clip: text !important;
color: transparent !important; */
  }
  .inner-crs .card.card2 h5,
  .inner-crs .card.card2 ul{
    /* background: linear-gradient( 135deg , var(--warning-color), rgb(255, 243, 71)) !important;
background-clip: text !important;
color: transparent !important; */
color: #ccc9c9;
  }

.join-now-badge{
    background-color: #4cd87f;
    padding: .4rem;

}

.inner-crs {
    position: relative; /* Ensures the badge is positioned relative to this container */
}

.join-now-badge {
    position: absolute; /* Absolute positioning relative to .inner-crs */
    top: -10px; /* Adjust this value to move the badge down from the top */
    right: -10px; /* Adjust this value to move the badge left from the right edge */
    z-index: 2;
    padding: 10px;
    font-size: 14px;
    border-radius: 12px;
    background-color: #4cd87f;
}

/* card3 */
.inner-crs .card.card3 h2{
    font-weight: 900;
    transform: translate(74%, 170%) rotate(-39deg);
    font-size: 14px;
    color: #024e67 !important;
    background: white
}

/* nav start */
.navbar.raqmy {
    z-index: 60;
    /* background: linear-gradient(rgba(87, 49, 3, 0.5),rgba(87, 49, 3, 0.5)); */
    /* box-shadow: 0 10px 12px rgba(247, 247, 247, 0.3);  */
}
.navbar.raqmy  .nav-link.active,
.navbar.raqmy .dropdown-toggle.active{
    position: relative;
    /* width: 100%; */
}
.navbar.raqmy .nav-link.active::after,
.navbar.raqmy .dropdown-toggle.active::after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%; 
    height: 2px;
    /* background-color: #fff; */
    /* background-color: brown; */
    background-color: #000;

}
.navbar.raqmy .nav-link.active{
    color: rgb(231, 127, 0);
}
/* nav end */

/* landing start */
.landing{
    /* background-image: url(../img/raqmy/header.jpg); */
    /* background-image: linear-gradient(to right,rgba(87, 49, 3, 0.5),rgba(87, 49, 3, 0.5),rgba(248, 143, 14, 0.5)),url(../img/raqmy/header.jpg)  ; */

    background-image: linear-gradient(to right,rgba(87, 49, 3, 0.8), rgba(248, 143, 14, 0.75), rgba(255, 145, 0, 0.5) ,rgba(87, 49, 3, 0.25)),url(../img/raqmy/header.jpg)  ;
    background-position: center center;
    background-size: cover;
    color: #3f2523;
    color: #000;

}
.landing h1,.landing h3{
    color: #3f2523;
    color: #000;
}
.landing h3 a{
    transition: 0.5s all ease;
}
.landing h3 a:hover{
    background-image: linear-gradient( rgb(255, 30, 0)  ,rgb(78, 27, 7),rgba(66, 38, 3, 0.9)) ;
    background-clip: text;
    color: transparent;
}
/* landing end */

/* start typing text */
.typing-text::after {
    content: "|";
    color: white;
    animation: blink 1s infinite;
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
/* end typing text */

/* courses cards end */

/* start raqmy footer */
.bg-warning1{
    background-color: var(--warning-color) !important;
}
.text-warning1{
    color: var(--warning-color) !important;
}
.footer.raqmy{
    box-shadow: 0px -20px 15px rgba(248, 143, 14, 0.3);
}
.footer.raqmy,
.copyright.raqmy{
    background-color: #ffffffe3;

}
.footer.raqmy .footer-item a{
    color: #000;
}
.footer.raqmy .footer-item a:hover{
    color: var(--warning-color);
}
/* end raqmy footer */


/* start form instructor */
.form2 .icon i{
    cursor: pointer;
}
/* end form instructor */



@media(max-width:768px){
    a.raqmy{
        width: 25% !important;
    }
}

.click-animate{
    border: 1px solid var(--bg-white);
    width: 50px;
    height: 50px;
    background-color: rgba(245, 74, 216, 0.5);
    background-color: rgba(52, 155, 187);;
    bottom: 25px;
    transition: 0.5s all ease;
}
.click-animate img{
    
    scale: 2.5;
}

.inner-crs .card:hover .click-animate{
    opacity: 0;
}
button.navbar-toggler{
    border: 1px solid var(--bg-black) !important;
}
 @media(max-width: 767px){
    .msg-chairman .msg p{
        font-size: 12px !important;
    }
 }