* {
    font-family: "Cairo", sans-serif;
}



.navbar {
    gap: 30px;
}

.counter-item {
    text-align: center;
}

.feature .feature-item:hover {
    background: var(--primary);
}

.feature .feature-item:hover .feature-content-inner .h4 {
    color: white;
}

.feature .feature-item:hover .feature-content-inner .btn {
    background-color: var(--secondary) !important;
    color: white !important;
}

.btn:hover {
    background-color: var(--secondary) !important;
    color: white !important;
}

.ceo-head {
    position: relative;
    gap: 40px
}

.ceo-head h1::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 70%;
    top: 30%;
    background-color: var(--primary);
    transform: translateX(-50%);
}

#ceo-word-container p.lead {
    font-size: 23px;
    line-height: 1.9;
    font-weight: bold;
}

#ceo-word-container .card-header {
    background-color: var(--primary);
}

#ceo-word-container .card-header h2 {
    color: white;
}

.counter-item:hover {
    background-color: var(--primary) !important;
    color: white;
    cursor: pointer;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.counter-item:hover h4 {
    color: white !important;
}

.counter-item:hover .counter-counting .h1, .counter-item:hover .counter-counting .fs-2 {
    color: white !important;
}


/* Responsive */

@media (max-width: 600px) {
    .footer .container {
        overflow: hidden;
    }

    .about .container {
        overflow: hidden;
    }

    .about .about-logo {
        text-align: center;
    }

    .about .about-logo img {
        width: 250px !important;
        margin-inline: auto;
    }

    .footer .footer-item {
        text-align: center;
    }

    .footer .footer-item img {
        width: 250px;
        margin-inline: auto;
    }

    .footer .footer-logo {
        text-align: center;
    }

    .header-carousel .owl-nav {
        display: none;
    }

}


@media (max-width: 1400px) {
    .navbar .navbar-nav .nav-item {
        padding: 15px 8px;
    }
}