body {
    /* background: linear-gradient(180deg, #1a1a2e, #16213e);
    color: white; */
    font-family: 'Arial', sans-serif;
}


.face {
    background-image: url(../images/background/overlay_2.jpg);
    background-size: cover;
    background-position: top;
    opacity: 0.9;

}

#navindex {
    z-index: -1;
}

.navbar-brand {
    color: #f5f5f5;
    font-weight: bold;
}

.navbar-brand span {
    color: #ff4500;
}

.hero-section {
    padding: 80px 0;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 40px;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin: 20px 0;
    color: #c0c0c0;
}

.search-bar {
    max-width: 600px;
    margin: 30px auto;
}

.search-bar input,
.search-bar button {
    border-radius: 30px;
}

.icon-grid {
    margin-top: 50px;
}

.icon-grid .col {
    margin: 10px 0;
}

.icon-grid img {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.btn-custom {
    background-color: #ff4500;
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
}

.btn-custom:hover {
    color: #fff;
    background-color: #ff1000;
}

@media only screen and (min-width:768px) {
    #logoimg a img {
        text-align: end;
        margin-left: 200px;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#logoimg img {
    animation: rotate 10s linear infinite;
}

@keyframes horizontal {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }
}

#clickonme {
    animation: horizontal 2s ease-in-out infinite;
    display: inline-block;
}

#job img {
    width: 50%;
}

#jobs img {
    width: 40%;
}

#cv img {
    width: 12%;
}

#job-comp img {
    width: 15%;
}

#small-logo img {
    width: 15%;
    margin: 4px;
    text-align: center;
}

#catimg div img {
    width: 30%;
}

#catimg {
    background-color: #ece9e9;
    border-radius: 10px;

}

#cate-img div:hover img {
    border-radius: 20%;
    background-color: #ff4500
    hsla(168, 85%, 52%, 0.5);
}

#mask:hover {
    background: linear-gradient(45deg,
            hsla(263, 88%, 45%, 0.5) 100%);
    border-radius: 20px;
}

.heroo-section {
    background: linear-gradient(45deg, #1a1a2e, #16213e);
    padding: 100px 0;
    text-align: left;
    position: relative;
}

.heroo-section h2 {
    color: #ff6f61;
    font-size: 18px;
    font-weight: bold;
}

.heroo-section h1 {
    font-size: 48px;
    font-weight: bold;
    margin-top: 20px;
}

.heroo-section p {
    margin-top: 20px;
    font-size: 18px;
    color: #d1d1d1;
}

.heroo-section .btn {
    background-color: #ff6f61;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}




.testimonial-carousel .carousel-item {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.testimonial-carousel .carousel-indicators button {
    background-color: #007bff;
}

.testimonial-card {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

.testimonial-card:hover {
    background-color: #e7e7e7;
}

.testimonial-card .stars {
    color: #ffc107;
}

.testimonial-card .quote-icon {
    color: #007bff;
    font-size: 2rem;
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}


.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.testimonial-author div {
    margin-left: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #5b7a9c;
    border-radius: 50%;
    padding: 10px;
}

.update-border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.update-buttons button {
    margin-right: 10px;
}

.update-author img {
    width: 50px;
    height: 50px;
    border-radius: 20%;
    object-fit: cover;
    margin-right: 10px;
}

#add img {
    width: 4%;
    margin-right: 15px;
}

.client-carousel {
    display: flex;
    overflow: hidden;
    position: relative;
}

.client-carousel img {
    max-width: 220px;
    margin: 0 30px;
}

.carousel-track {
    display: flex;
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#background {
    background-image: url(../images/background/interview_handshake.jpeg);
    background-size: cover;
    height: 650px;
    position: relative;
    opacity: 0.8;
}

#background small {
    position: absolute;
    top: 55%;
}

#background a {
    position: absolute;
    top: 60%;
}

#background p {
    position: absolute;
    top: 75%;
}

#download,#page{
    background-color: #b99573;
    padding: 100px 0;
}