.home {

    /* background-image: url("images/bg.jpg"); */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    /* padding: 50px 15px; */
    position: relative;
    /* background-color: rgba(0, 0, 0, 0.8); */
    z-index: -9999;
    text-align: center;
}

.home .home-text {
    text-transform: uppercase;
    display: flex;
    text-align: center;
    justify-content: center !important;
    position: relative;
    z-index: 2;
    width: 100%;
    /* background: aliceblue; */
    /* height: 40rem; */

    font-family: Roboto;
}

.home .home-text h1 {
    color: black;
    font-size: 50px;
    color: black;
    line-height: 56px;
    font-weight: 600;
    margin: 0 0 20px;
}


.home .home-text p span {
    font-size: 110px;
    color: #5d5d5d;
    font-weight: 700;
    display: inline-block;
    line-height: 125px;
    display: none;
    font-family: 'Roboto', sans-serif;
}

.home .home-text p span.text-in {
    display: block;
    animation: textIn 0.5s ease;
}

.home .home-text p span.text-out {
    animation: textOut 0.5s ease;
}

@keyframes textIn {
    0% {
        transform: translateY(10vh);
        opacity: 0%;
    }


    100% {
        transform: translateY(0%);
        opacity: 100%;
    }
}

@keyframes textOut {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.slider-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.animate-text span:nth-child(1) {
    background-image: url("/assets/img/banner-slider/We offer instant teams for.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(2) {
    background-image: url("/assets/img/banner-slider/nr.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(3) {
    background-image: url("/assets/img/banner-slider/app.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(4) {
    background-image: url("/assets/img/banner-slider/game.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(5) {
    background-image: url("/assets/img/banner-slider/UI UX Design.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(6) {
    background-image: url("/assets/img/banner-slider/Digital Marketing.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(7) {
    background-image: url("/assets/img/banner-slider/seo.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(8) {
    background-image: url("/assets/img/banner-slider/Content writer.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(9) {
    background-image: url("/assets/img/banner-slider/on Flat Weekly Rate.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(10) {
    background-image: url("/assets/img/banner-slider/UNRELIABLE FREELANCERS.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(11) {
    background-image: url("/assets/img/banner-slider/UNRELIABLE FREELANCERS.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span:nth-child(12) {
    background-image: url("/assets/img/banner-slider/Slow TEDIOUS HIRING.png");
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 90vh; */
}

.animate-text span {
    width: 100vw;
    /* height: 100vh; */
    background-size: cover;
    /* Other necessary styles */
}

.dropdown-item:hover {
    /* color: #757990 !important; */
    display: block;

}

.navbar-toggler:hover {

    background-color: white !important;
}

.dropdown-item:hover {
    color: #ed1c24 !important;
    background-color: transparent !important;
}

.active-text {
    color: black;
    /* Set the desired text color for active items */
}

.active-text:hover {
    color: black;
}
