@import url('http://fonts.cdnfonts.com/css/bank-gothic');

                
div{
     font-family: 'Bank Gothic', sans-serif;
       color: white;
    }
    body{
      background-color: #272727;
    }

.image-container {
    position: relative;
}
.image-container img{
    width: 100%;
    height: auto;
}
.pj-details
{
    border: rgba(61, 59, 59, 0.767);
    padding-top:0 ;
    padding-left:20px;
    padding-bottom: 20px;
    padding-right: 0;
    background: white;
    bottom: 0;
    margin-bottom: 0;
    
}
.projectdetails-title
{
    color: white;
    float: left;
    background:linear-gradient(to right,rgb(46, 45, 45),rgba(26, 24, 24, 0.151));
    /* width: 100%; */
    margin-top: 0;
    border-radius: 10px;
    padding: 5px;
    padding-bottom: 0;
}

.pj-desp{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: Avenir-bold;
    width: 100%;
    height: 600px;
    overflow-y: scroll;
    overflow-y: hidden;
    text-align: justify;
    padding-right: 10px;    
}

.pj-desp::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #404040;
  }
.pj-content{
    width: 100%;
    /* background: #1111110e; */
}
.pj-content span{
    font-weight: bold;
}

.pj-image-box{
     padding: 20px;
}

 .bg-dark-light{
        background:linear-gradient(to right,rgb(5, 5, 5),rgba(26, 24, 24, 0.151));
    }


.pj-desp-images{
    top:-230px;
    position: relative;
    margin:20px;
}
@media (max-width:1040px){
  .image-container img{
    width: 100%;
    /* height: 60vh; */
} 
.pj-desp{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: Avenir-bold;
    height: 300px;
    overflow-y: scroll;
    text-align: justify;
    padding-right: 10px; 
}

.pj-desp::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #404040;
  }
  .container-fluid {
      margin-top : 100px;
  }
}

.card{
    background: rgba(33, 32, 32, 0.623);;
    border: none;
    top:-120px;
    position: relative;
  }
  
  /* Media query for desktop */
  @media only screen and (min-width: 768px) {
    .project_content .content {
        max-width: 40%;
        /* Adjust width for desktop */
    }
  }
  
  /* Media query for smartphones */
  @media only screen and (max-width: 600px) {
    .project_content .content {
        width: 100%;
        /* Set width to 100% for smartphones */
    }
    .card{
        top: 20px;
    }
  }

  .card-title .title-text{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 0;
  }