*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

/* hero background image */
.bgimage{
    height: 100vh;
    background:url('images/Background\ image1.png');
    background-size: cover;
    position:relative;
}
/*text css above hero image*/
.hero_title{
    font-size: 4.5rem;
}

.hero_desc{
    font-size: 2rem;
}

.hero-text{
    text-align: center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:white;
}

.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    background: antiquewhite;
}

nav{
    display: flex;
    width: 84%;
    margin: auto;
    padding: 20px 0;
    color: aliceblue;
    align-items: center;
    justify-content: space-between;
}

nav-item{
    color: blue;
}

nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a{
    text-decoration: none;
    color: #020108;
    font-weight: bold;
}

nav ul li a:hover{
    color: rgb(86, 38, 144);
}
.detel{
    margin-left: 8%;
    margin-top: 15%;
}

.detel h1{
    font-size: 50px;
    color: #0b0b0b;
    margin-bottom: 20px;
}

p{
    color:black;

}

h2{
    color:black;

}

/* about section image css */
.imageAboutPage{
    width: 100%;
}

/* services section css */
.servicesText.card {
    height: 280px;
    cursor: pointer;
  }
<!--.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.card-title {
    text-align: center;
}
.card:hover .servicesIcon {
    color: #008000;
}
.text-center{
    color:brown;
    
}
.servicesText:hover {
    border: 1px solid #008000;-->
}

/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}

/* social media icons styling */
.social-icons {
    font-size: 36px;
    cursor: pointer;
}
.fa-facebook:hover,.fa-instagram:hover,.fa-twitter:hover,.fa-linkedin:hover, .fa-twitch:hover {
    color: #008000;
}
.fab {
    color: #000000;
}
/* footer styling */
#footer {
    background-color: #808080;
    text-align: center;
}

/* spacing on all sections */
#ABOUT, #PROJECTS, #CONTACT {
    margin-top: 4rem;
    padding-top: 4rem;
}
#CONTACT {
    padding-bottom: 4rem;
}