
body{
    font-family: 'Space Grotesk', sans-serif;
}

h1{

  font-weight: bold;
  font-size: 3.25rem;
}

/* navbar section */

#title{
  overflow: hidden;
}

.nav-whole{
  margin-left: 4rem;
}

.nav-item{
  margin-right: 3rem;
}

.navbar .container-fluid .navbar-nav .nav-item:hover{
  color: #06283D;
  border-bottom: 0.065rem solid #D1D364;
}

/* title section */
.title-text{
  line-height: 1.5;
  margin: 30% 11%;
}

.title-para{
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 5%;
  width: 90%;
}

.title-img{
  margin: 10% 0 0 17%;
}


/* about section */

#about{
  background-color: rgba(241, 241, 241, 0.42);
  font-family: 'Space Grotesk', sans-serif;
  overflow: hidden;
  padding: 5%;
}


.about-head-text{
  margin-top: 50%;
}


.about-text{
  font-weight: 400;
  margin-top: 10%;
  text-align: left;
  line-height: 2.25rem;
}

.about-text1{
  width: 90%;
  margin-top: 10%;
}

/* service part */

#service{
  overflow: hidden;
  padding-bottom: 5%;
}

.build-img {
  margin-top: 10%;
  margin-left: 8%;
}

.skills-img{
  margin-top: 10%;
  margin-left: 5%;
}


/* testimonial section */

#testimonial{
    background-color: lightgrey;
    text-align: center;
    padding: 10% 5%;
    overflow: hidden;
}

.carousel-item{
  width : 60%;
  margin: auto auto 10% 22%;
  line-height: 1.5;

}

.carousel-txt{
  font-size: 2rem;
  margin-bottom: 10%;
}

.carousel-indicators{
  margin-left: 19%;
}





#footer{
  margin: 10%;
  text-align: center;
}

.c-icons{
  margin: 2%;
}
