@font-face {
    font-family: lato;
    src: url(../fonts/lato/Lato-Regular.ttf);
}
@font-face {
    font-family: poppins;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: lora;
    src: url(../fonts/lora/Lora-Regular.ttf);
}
.projects h1{
    font-family: lora;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
}
.projects img{
    object-fit: cover;
    height: 300px;
    width:100%

}
.projects .img-text{
    height: 55px;
    background:  rgba(0, 0, 0, 0.6);
  left: 12px;
    width: 100%;
    position: relative;
    top: -55px;
}
.projects .img-text p{
    color:#D7B56D;
    font-size: 16px;
    

}
.projects .img-text p i{
    font-size: 35px;
}

.projects .icon a i{
    font-size: 40px;
    color: #D7B56D;
}
.rectangle{
  
    height: 7px;
    background-color: #D7B56D;
    
 }