.projects_main_conteinar_box{
    width: 100%;
    height: auto;
    padding-top: 100px;
    
}
.projects_main_conteinar_box_area{
    width: 100%;
    height: auto;
    height: 50vh;
    background-image: url(../../image/project-windsor.png);
    background-repeat: no-repeat;

}
.all_projects_heaer{
    width: 95%;
    margin: auto;
    padding-top: 100px;
}
.all_projects_heaer h1{
   
    font-size: 40px;
    color: #fff;
    padding: 10px 0px;
    text-shadow: 1px 1px #666;
}
.all_projects_heaer p{
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #666;

}
.all_projects_heaer p a{
    text-decoration: none;
    color: #fff;

}

.projects_details_conteiner{
    width: 100%;
    height: auto;
}
.projects_details_conteiner_area{
    width: 95%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: left;
    padding-top: 20px;
}
.projects_quick_link_area{
    width: 20%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-right: 10px;
    padding: 10px;
}
.projects_details_area{
    width: 80%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px 10px;

}
.projects_quick_link_area h3{
    font-size: 15px;
    background-color: #057C89;
    padding: 10px 10px;
    color: #fff;
    margin: 5px 0px;

}
.projects_link_main{
    padding-left: 20px;
}
.projects_link_main li{
    color: #057C89;
    padding: 10px 0px;
    border-bottom: 1px dotted #057C89 ;
    font-weight: 600;
}
.projects_link_main li:hover{
    color: #fd0000;

}
.projects_link_main a{
    text-decoration: none;
}
.projects_details_header{
    padding: 15px 10px;
    border-bottom: 1px solid #057C89;
    display: flex;
    justify-content: space-between;
}
.projects_details_header h1{
    color: #057C89;

}
.projects_details_header button{
    padding: 10px 15px;
    color: #fff;
    background-color: #057C89;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.projects_details_header button i{
    padding: 0px 5px;

}
.projects_details_header button:hover{
    background-color: #ffffff;
    color: #057C89;
    border: 1px solid #057C89;
}
.download_icon{
    padding: 0px 5px;
    border-right: 1px solid #eee;
}



.projects_image_slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    height: 60vh;
    margin-top: 10px;
  }

  .slider-track-project {
    display: flex;
    transition: transform 0.5s ease-in-out;
    
  }

  .slider-track-project img {
    width: 100%;
    flex-shrink: 0;
    height: 60vh;
    object-fit: contain;
  }


  .slider-btn-project {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.3s ease;
  }

  .slider-btn-project:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .prev-btn-project {
    left: 10px;
  }

  .next-btn-project {
    right: 10px;
  }

  @media (max-width: 600px) {
    .slider-btn-project {
      font-size: 1.5rem;
      padding: 6px 10px;
    }
  }
  .projects_details_header2{
    padding: 15px 10px;
    border-bottom: 1px solid #057C89;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.projects_details_header2 h1{
    color: #057C89;

}

.projects_basic_info{
    display: flex;
    justify-content: center;
}
.projects_basic_info_image{
    width: 40%;
    height: auto;
}
.projects_basic_info_image img{
    width: 100%;
}
.projects_basic_info_details{
    width: 60%;
    display: flex;
}
.details_line_1{
    width: 50%;
    padding: 0px 10px;
}
.details_line_1 p{
    color: #666;
    padding: 0px 0px 20px 0px;
}
.details_line_1 b{
    color: #057C89;
}


.projects_more_details {
    text-align: center;
    /* padding: 20px; */
}

 .changeImageBtn {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #057C89;
    color: #fff;
    border: none;
}
.image_container_projects{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.image_container_projects img {
    display: none; 
    width: 100%; 
    height: auto;
    margin-top: 20px;
   
}

.changeImageBtn.active-button {
    background-color: #fff;
    color: #057C89;
    border: 1px solid #057C89;
}


.image-container img.active {
    display: block;
    
}
.dynamicImage p{
    padding: 20px 20px;
    color: #444;
}
.dynamicImage h5{
    color: #057C89;
}
.dynamicImage h5 i{
    padding-right: 10px;
}

.dynamicImage {
    display: none;
    max-width: 100%;
    height: auto;
  }
  .dynamicImage.active {
    display: block;
  }
  
  /* .changeImageBtn {
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .changeImageBtn.active-button {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
  }
   */

   @media only screen and (max-width:1200px) {
    .projects_details_conteiner_area{
        width: 100%;
        display: block;
        padding: 10ppx;
    }
    .projects_quick_link_area{
        width: 100%;
    }
    .projects_details_area{
        width: 100%;
    
    }
    .projects_main_conteinar_box{
        padding-top: 80px;
        
    }
    .projects_main_conteinar_box_area{
        height: 40vh;
    }
    .projects_image_slider {
        height: 40vh;
      }
    
      .slider-track-project {
        display: flex;
        
      }
    
      .slider-track-project img {
        height: 40vh;
      }
      .projects_basic_info_details{
        width: 100%;
        display: block;
    }
    .details_line_1{
        width: 100%;
        padding: 0px 10px;
    }
    .projects_basic_info{
        display: block;
    }
    .projects_basic_info_image {
        width: 100%;
        padding-bottom: 20px;
      }




   }


