.product_archive_section{
    padding: 70px 0 ;
}
.product_item {
    margin-bottom: 32px;
    background-color: #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 12px #e3e3e3;
    border: 1px solid var(--color1);
}
.product_content {
    padding: 0 10px 10px;
}
.product_thumb {
    height: 328px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_thumb .thumb_1,
.product_thumb .thumb_2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s ease;
}
.product_thumb .thumb_1{
    transform: translateX(0);
    z-index: 1;
}
.product_thumb .thumb_2{
    transform: translateX(-100%);
}
.product_thumb:hover .thumb_1{
    transform: translateX(100%);
}
.product_thumb:hover .thumb_2{
    transform: translateX(0);
}
.product_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 11px;
}
.produc_btm_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.product_readMore {
    font-size: 15px;
    color: var(--color5);
    /* font-weight: 600; */
    background: var(--color6);
    /* border-radius: 30px; */
    padding: 2px 19px 2px;
}
.price {
    font-size: 23px;
    font-weight: 500;
    color: var(--color6);
}
.product_catogory_title {
    background: var(--color6);
    color: var(--color5);
    padding: 5px 20px;
    font-size: 22px;
    font-weight: 500;
}
.product_catogory_list {
    list-style: none;
    padding: 10px 0px;
    margin: 0;
}
.product_catogory_sidebar {
    overflow: hidden;
    position: sticky;
    top: 100px;
}
.product_catogory_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
    color: var(--color3);
    transition: all 0.5s ease;
}
.product_catogory_list a:hover {
    color: var(--color1);
}
.product_catogory_list li:last-child a {
    border-bottom: none;
}
.brandlist {
    margin: 15px 0 0;
}
.brandlist .product_catogory_title {
    margin: 0 0 10px;
}
.brand_checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.brand_checkbox label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
}
.brand_checkbox label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--color6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
.brand_checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid var(--color6);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.brand_checkbox {
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
}
.brandlist .brand_checkbox:last-child {
    border-bottom: none;
}

/*-----------------Project Detail page----------------*/
.project_detail_header{
    background: var(--color1);
}
.breadcrum_section {
    padding-top: 84px;
}
.breadcrum {
    background: #efefef96;
    padding: 10px 0;
}
.breadcrum ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrum ol li{
    display: inline-block;
}
.breadcrum ol li a{
    color: var(--color4);
}
.project_detail{
    padding: 70px 0;
}

.project_imageSlide img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.project_detail .project_thumbSlide{
    /* width: 90px !important; */
    height: 90px;
    margin-right: 8px;
    border: 1px solid var(--color6);

}
.project_thumb{
    margin-top: 20px;
}
.project_thumb .slick-track{
    display: flex;
    gap: 0px;
}
.project_thumbSlide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project_content .project_title {
    font-size: 34px;
}
.rating_box {
    margin-bottom: 33px;
}
.rating_box span {
    font-size: 11px;
    color: #ebd117;
}
.project_content .disc_box {
    border-top: 1px solid #d3d4d6;
    padding: 20px 0;
}
.project_content .project_desc_title {
    text-transform: uppercase;
    font-size: 21px;
}
.project_content ul{
    list-style: none;
    padding: 0;
}
.req_btn {
    background-color: var(--color1);
    font-size: 18px;
    color: var(--color5);
    font-weight: 700;
    padding: 10px 35px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.project_detail .slick-next:before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
}
.project_detail .slick-prev:before{
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
}
.project_detail .slick-arrow:hover{
    background: var(--color6);
}
.project_detail .slick-arrow {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color6);
    border-radius: 50%;
    z-index: 10;
}
.project_detail .slick-arrow:focus:not(:focus-visible){
    background: var(--color6) !important;
}
.related_project_slider img {
    width: 100%;
    height: 374px;
    object-fit: cover;
}
.related_project_slider .project_title {
    font-size: 21px;
    color: white;
}
.related_project_slider .project_content a, .related_project_slider .project_content span{
    color: white;
}
.related_project_slider .hover_btn{
    text-align: center;
    /* background: var(--color6); */
    color: var(--color5);
    padding: 3px 21px;
    font-size: 15px;
    border: 1px solid var(--color6);
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.related_project_slider .project_box {
    position: relative;
}
.related_project_slider .project_content {
    padding: 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 43%) 60.1%, rgba(102, 102, 102, 0) 100%);
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li.slick-active button:before {
    color: #88BE3D !important;
    opacity: 1 !important;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brands_overview {
    padding: 70px 0;
}

/* =========== Project Detail Grid Css Start ============== */
.project_section{
    background: var(--color3);
    padding: 70px 0;
}
.projecthead{
    margin-bottom: 50px;
}
.project_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 537px;
    gap: 20px;
}
.project_grid_item{
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.project_img {
    position: relative;
    height: 100%;
    display: block;
}
.project_grid .project_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 28%) 60.1%, rgba(102, 102, 102, 0) 100%);
    z-index: 1;
    transition: 0.8s;
}
.project_grid .project_img::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    transition: 0.8s;
    z-index: 2;
}
.project_grid_item:hover .project_img::after{
    background: #00000057;
    height: 100%;
}
.project_grid .project_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}
.project_grid_item:hover .project_img img{
    transform: scale(1.05);
}
.project_grid .Project_name {
    position: absolute;
    bottom: 12px;
    left: 16px;
    z-index: 1;
    margin: 0;
    color: var(--color5);
    font-size: 22px;
    z-index: 3;
}
.project_sub_grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
}
/* =========== Project Detail Grid Css End ============== */

/* =========== Featured Project Grid Css Start ============== */
.featured_project {
    padding-top: 70px;
}
.featured_project_head{
    margin-bottom: 50px;
}
.feature_project_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.featured_project_item {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.feature_project_grid .feature_project_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 28%) 60.1%, rgba(102, 102, 102, 0) 100%);
    z-index: 1;
    transition: 0.8s;
}
.feature_project_grid .feature_project_img::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    transition: 0.8s;
    z-index: 2;
}
.featured_project_item:hover .feature_project_img::after{
    background: #00000057;
    height: 100%;
}
.feature_project_img {
    position: absolute;
    height: 100%;
    display: block;
    width: 100%;
}
.feature_project_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured_project_name{
    position: absolute;
    bottom: 12px;
    left: 16px;
    z-index: 1;
    margin: 0;
    color: var(--color5);
    font-size: 22px;
    z-index: 3;   
}
/* =========== Featured Project Grid Css End ============== */