.navbarScroll.navabarDark{
    background-color: black;
}

.bgimage{
    height: 130vh;
    background:url('tech.avif');
    background-size: cover;
    position: relative;
}

.hero_title{
    font-size: 5rem;
}

.hero_desc{
    font-size: 3rem;
}

.hero_text{
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: aliceblue;
}

#contact{
    padding-top: 0.5rem;
    padding-bottom: 4rem;
}

.imageAboutPage{
    width: 100%;
}

.serviesText.card{
    height: 300px;
    cursor: pointer;
}

.servicesIcon{
    font-size: 35px;
    text-align: center;
    width: 100%;
}

.card-title{
    text-align: center;
}

.card:hover.servicesIcon{
    color: rgb(236,143,56);
}

.servicesText:hover{
    border: 1px solid rgb(236,143,56)
}

.social-icons{
    font-size: 35px;
    cursor: pointer;
}
.fa-linkedin:hover, .fa-facebook:hover, .fa-instagram:hover {
color:rgb(236,143,56)
}

.fab{
    color: black;
}

#footer{
    background-color: rgb(214,226,169);
    text-align: center;
}