/*------------------------ Banner Area ------------------------*/
.bannerarea {
    position: relative;
}
.bannerarea::before {
    content: '';
    background: linear-gradient(278.42deg, rgba(0, 0, 0, 0.324) 2.67%, rgba(0, 0, 0, 0.72) 45.27%, rgba(0, 0, 0, 0.72) 97.33%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannerarea > .bannerimgs > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerimgs{
    height: 100vh;
    overflow: hidden;
}
.bannercontent {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.buttonarea svg {
    height: 16px;
}
.bannerupcontent .bannerheading {
    font-size: 55px;
    color: var(--color5);
    font-weight: 700;
    text-transform: uppercase;
}
.bannerupcontent p {
    color: var(--color5);
}
.bannerupcontent .buttonarea {
    margin: 45px 0 0;
}
.bannerdowncontent .equipmentinfo, .bannerdowncontent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bannerdowncontent .equipmentinfo:first-child {
    background-color: var(--color1);
}
.bannerdowncontent .equipmentinfo:last-child {
    background-color: var(--color2);
}
.bannerdowncontent .equipmentinfo {
    padding: 15px 30px;
    gap: 30px;
    width: 50%;
}
.bannerdowncontent .equipmentinfo > .equipmenticon > img {
    height: 63px;
    width: 100%;
    object-fit: contain;
}
.bannerdowncontent .equipmentinfo > .equipmenttext > p {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: var(--color5);
}
.bannerdowncontent .equipmentinfo .equipmenticon {
    width: 63px;
}
.bannerdowncontent .equipmentinfo .equipmenttext {
    width: 80%;
}
 .banner_bottom_content {
    position: absolute;
    width: 100%;
    bottom: 50px;
}
.Banner_slider .slick-arrow{
    width: 70px;
    height: 50px;
    background: var(--color6);
    z-index: 10;
}
.Banner_slider .slick-arrow:focus{
    background: var(--color6);
}
.Banner_slider .slick-arrow:hover{
    background: var(--color6);
}
.Banner_slider .slick-next{
    right: 35px;
    top: inherit;
    bottom: 35px;
}
.Banner_slider .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
}
.Banner_slider .slick-prev {
    right: 114px;
    left: inherit;
    top: inherit;
    bottom: 35px;
}
.Banner_slider .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
}
/*------------------------ Banner Area End ------------------------*/
/*--------------- What We Do Area ------------------*/
.what_we_do{
    background-color: var(--color3);
    padding: 70px 0;
}
.what_we_do .whatWeDo_box{
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
}
.whatWeDo_content_box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 28%) 60.1%, rgba(102, 102, 102, 0) 100%);
    z-index: 1;
    padding: 15px 22px 22px;
    color: var(--color5);
}
.whatWeDo_content {
    width: 80%;
}
.whatWeDo_content .project_title {
    margin: 0;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 7px;
}
.theme_btn_2 {
    text-align: center;
    /* background: var(--color6); */
    color: var(--color5);
    padding: 3px 21px;
    font-size: 15px;
    border: 1px solid var(--color6);
    text-transform: uppercase;
}
.what_we_do .slick-dots{
    margin-top: 20px;
}
.slick-dots li button:before {
    color: var(--color5) !important;
    opacity: 1;
    font-size: 15px;
}
.what_we_do .slick-list {
    padding-left: 0 !important;
}

/*--------------- What We Do Area ------------------*/
/*--------------- Our Products Area ------------------*/
.ourproducts {
    background-color: var(--color3);
    padding: 70px 0;
}
.productheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productheadtab {
    display: flex;
    justify-content: center;
    align-items: center;
}
.productheadtab button {
    background-color: #D6D6D754;
    border: none;
    color: var(--color5);
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    transition: all 0.3s ease;
}
.productheadtab button.active {
    background: var(--color1);
}
.productheadtab button:hover {
    background-color: var(--color2);
}
.productbox {
    position: relative;
    padding: 0 8px;
}
.producttitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3024) 60.1%, rgba(102, 102, 102, 0) 100%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.productsliderheading {
    font-size:25px;
    font-weight: 500;
    color: var(--color5);
    margin: 0;
}
.productarrow {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #88BE3D;
    border-radius: 100%;
    color: var(--color5);
    font-size: 20px;
}
.productbox > .productimg > img {
    width: 100%;
    object-fit: cover;
}
.productsslider {
    margin: 50px 0 0;
}
.productsslider  .slick-dots {
    margin: 0px 0 0;
    position: relative;
}
.productsslider .slick-dots li button:before {
    color: var(--color5);
    opacity: 1;
    font-size: 15px;
}
.slick-dots li.slick-active button:before {
    color: #88BE3D !important;
    opacity: 1 !important;
}

/*--------------- Our Products Area End ------------------*/
/*--------------- Catalogue Area ------------------*/
.catalogue {
    position: relative;
    background: #2A012AD4;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    isolation: isolate;
    height: 650px;
}
.catalogue::before {
    content: '';
    background: #2A012AD4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.catalogue .row{
    height: 450px;
}
.catalogshead p {
    margin: 0;
    color: var(--color5);
}
.catalogshead .mainheading {
    margin: 0 0 25px;
}
.catalogshead .buttonarea {
    margin: 50px 0 0;
}
.catalogshead .buttonarea > a {
    background-color: var(--color1);
    color: var(--color5);
}
.catalogue::after {
    content: '';
    background-color: var(--color1);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}
.catalogsimg {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    z-index: 9;
    margin: 0 0px 0 0;
    align-items: end;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.catalogsimg > img:first-child {
    height: 255px;
    position: relative;
    right: -80px;
    bottom: 30px;
}
.catalogImg-2 {
    width: 517px;
    height: 493px;
    object-fit: cover;
}

/*--------------- Hospitaliy Area ------------------*/
.hospitality .buttonarea a {
    background-color: var(--color1);
    color: var(--color5);
    margin: 0px 0 0px;
}
.hospitality {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.hospitality::after {
    content: '';
    background: radial-gradient(rgb(128 0 128 / 27%), #80008005 70%);
    position: absolute;
    top: 0;
    right: -170px;
    width: 500px;
    height: 500px;
    filter: blur(159px);
    border-radius: 50%;
    z-index: -1;
}
.hospitality p{
    text-align: justify;
}
.hospitalityheadarea {
    border-bottom: 1px solid #80008045;
    padding: 0 0 50px;
}
.counter_gird {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 47px;
    margin-top: 50px;
}
.counter_box {
    padding: 20px;
    text-align: center;
    background: #efefef96;
    width: 24%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.counter_box  .counter {
    font-size: 49px;
    font-weight: 700;
    line-height: normal;
    color: var(--color1);
}
/*--------------- Projects Area ------------------*/
.projects_section {
    padding: 70px 0;
    background-color: var(--color3);
    position: relative;
}
.projects_section::after {
    content: '';
    background: radial-gradient(rgb(128 0 128 / 44%), #80008005 70%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -170px;
    width: 500px;
    height: 500px;
    filter: blur(159px);
    border-radius: 50%;
    z-index: -1;
}
.project_head {
    margin-bottom: 50px;
    text-align: center;
}
.project_head .mainheading {
    margin-bottom: 25px;
}
.project_box {
    position: relative;
    /* margin: 0 10px 25px; */
    overflow: hidden;
}
.project_img {
    width: 100%;
    height: 487px;
    position: relative;
}
.project_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #0000004f;
    z-index: 2;
    opacity: 0;
    transition: 0.8s;
}
.project_box:hover::before {
    height: 100%;
    opacity: 1;
}
.project_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3024) 60.1%, rgba(102, 102, 102, 0) 100%);
    z-index: 1;
    padding: 15px 15px 0;
    color: var(--color5);
}
h5.project_title {
    color: var(--color5);
    font-size: 25px;
    text-transform: uppercase;
}
.hover_btn_box {
    position: absolute;
    top: 0;
    left: 0; 
    z-index: 3;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.project_box:hover .hover_btn_box {
    opacity: 1;
}

/* .project_box:hover .hover_btn_box{
    width: 100%;
    height: 100%;
    opacity: 1;
} */
a.hover_btn {
    width: 103px;
    height: 56px;
    /* border: 2px solid #88be3d; */
    border-radius: 50%;
    color: #444444;
    background: #ffffffd9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    /* transform: translateY(30px); */
    transition: all 0.1s ease;
}
.project_box:hover a.hover_btn{
    transform: translateY(0px);
}
.project_slider .slick-dots{
    bottom: -48px;
    margin-top: 20px;
}
/*--------------- Brands Area ------------------*/
.brands_section{
    padding: 70px 0;
}
.brands_Grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
}
.brands_logo {
    position: relative;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 12px;
    clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
    );
    background: #f7f7f7;
    overflow: hidden;
    isolation: isolate;
}
.brands_logo::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: var(--color1); */
    clip-path: polygon(
        50% 0%,     
        100% 25%,      
        100% 75%,     
        calc(101% - 5px) 72%,
        calc(100% - 5px) 57%,
        calc(50% + -1px) 0%
    );
    z-index: -1;
}
.brands_logo::after{
    content: '';
    position: absolute;
    inset: 2px;
    background: #fbfbfb;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}
.logo_slider_rtl{
    margin-top: 20px;
}

.brands_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brands_head{
    margin-bottom: 50px;
    text-align: center;
}
.brands_head .mainheading{
    margin-bottom: 25px;
}

/*--------------- Testimonial Area ------------------*/
.testimonial{
    padding: 70px 0;
    /* background-color: var(--color3); */
}
.testimonial_head{
    margin-bottom: 35px;
    text-align: center;
}
.testimonial_top{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.testimonial_img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    /* margin: 0 auto; */
}
.testimonial_name{
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
}
.testimonial_content {
    width: 73%;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.rating {
    color: #d5bc0b;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.testimonial .slick-dots li button:before{
    color: #b4a8a8 !important;
}
.testimonial .slick-dots li.slick-active button:before{
    color: #88BE3D !important;
}
p.testimonial_descr {
    /* color: #bdbdbd; */
    font-size: 16px;
}
.slick-dots li button:before {
    color: var(--color5);
    opacity: 1;
    font-size: 15px !important;
}
.cta_section{
    background-image: url(../img/cta-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    isolation: isolate;
}
.cta_head {
    text-align: center;
    margin-bottom: 35px;
}
.cta_section .container{
    padding: 70px 12px;
}
.cta_section:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--color2);
    opacity: 0.7;
    z-index: -1;
}
.cta_box {
    padding: 20px;
    background: #ffffff2e;
    text-align: center;
    color: var(--color5);
}
.cta_title {
    color: var(--color5);
    font-size: 22px;
    margin: 15px 0 5px;
    font-weight: 600;
}

/* =========== 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 ============== */

@media (max-width: 1440px) {
    .banner_bottom_content {
        bottom: 15px;
    }
}
@media (max-width: 1366px) {
    .bannerdowncontent .equipmentinfo .equipmenttext {
        width: 75%;
    }
    .catalogsimg > img:first-child {
        height: 190px;
    }
    .catalogue::after {
        width: 130px;
    }
}
@media (max-width: 1150px) {
    .bannerupcontent .bannerheading {
        font-size: 53px;
    }
    .bannerdowncontent .equipmentinfo .equipmenticon {
        width: 45px;
    }
    .bannerdowncontent .equipmentinfo > .equipmenttext > p {
        font-size: 18px;
    }
    .productheadtab button {
        font-size: 17px;
    }
    .productbox > .productimg > img {
        height: 265px;
    }
    .productsliderheading {
        font-size: 20px;
    }
    .productarrow {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }
    .catalogsimg > img:first-child {
        height: 156px;
        bottom: 15px;
    }
    .counter_box  .counter {
        font-size: 35px;
    }
    .project_img {
        height: 340px;
    }
    .brands_Grid {
        gap: 70px;
    }
    p.testimonial_descr {
        font-size: 16px;
    }
    .cta_title {
        font-size: 16px;
    }
    .Banner_slider  .bannerimgs {
        height:60vh;
    }
}
@media (max-width: 800px) {
    .Banner_slider  .bannerimgs {
        height:60vh;
    }
    .what_we_do .whatWeDo_box{
        
    }
    .bannerupcontent .bannerheading {
        font-size: 40px;
    }
    .bannerupcontent .buttonarea {
        margin: 30px 0 0;
    }
    .bannerdowncontent .equipmentinfo > .equipmenticon > img {
        height: 50px;
    }
    .bannerdowncontent .equipmentinfo .equipmenticon {
        width: 40px;
    }
    .mainheading {
        font-size: 30px;
    }
    .catalogue::after {
        display: none;
    }
    .catalogue {
        padding: 50px 0;
    }
    .project_img {
        height: 265px;
    }
    .hospitality .buttonarea a{
        margin-bottom:20px;
    }
    .counter_gird{
        gap: 18px;
        flex-wrap: wrap;
    }
    .counter_box {
        width: 47%;
    }
    .whatWeDo_content_box{
        flex-direction: column;
        padding:10px;
    }
    .whatWeDo_content{
        width: 100%;
    }
    .featured_project_head{
        margin-bottom: 25px;
    }
    .feature_project_grid{
        grid-template-columns: repeat(2, 1fr);
    }
}