/* navbar-atart */
.nav-item{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bolder;
}
.nav-link:hover{
    color: red;
    
}
.custom{
    background-color: #2b2b2b;
}
/* section-2-start */
.custom-h2{
    color:rgb(92,47,24);
    font-family: "Arimo", sans-serif;
    font-weight: 100;
  font-style: italic;
  font-size: 35px;
 
}
.custom-color{
    background-color:rgb(232, 231,236 );
    height: 120vh;
}
.custom-h1{
      color:rgb(92,47,24);
      font-family: "Arimo", sans-serif;
      font-weight: 200;
      line-height: 100px;
}
.custom-p{
    color:rgb(92,47,24);
    font-family: "Arimo", sans-serif;
    font-style: italic;
}
/* section-3-start */
.custom-d{
    color: red;
    font-family: "Arimo", sans-serif;
    font-weight: 100;
  font-style: italic;
  font-size: 35px;
}
.custom-h3{
    color:rgb(92,47,24);
    font-family: "Arimo", sans-serif;
    font-style: italic;
    font-weight: bolder;
    font-size: 20px;

}
/* section-4-start */
.sec-4{
    background-color: rgb(43,48,51);
}
.custom-width{
    width: 100%;
}
/* section-5-start */
.space{
    gap: 50px;
   
    
}
.color{
    color: rgb(232, 231,236 );
    font-family: "Arimo", sans-serif;
    font-style: italic;
}
/* completed */