.head__container{

    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.our_projects__item:nth-child(3) {
    animation-delay: .5s;
}
.our_projects__item:nth-child(4) {
    animation-delay: 1s;
}
.head__block{
    position: relative;
    width: 100%;
}
.head__title_box{
    padding: 0 48px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
}
#head__button__box{
    padding: 0 48px;
    width: 100%;
    margin: 65px auto;
    display: flex;
    align-items: center;
    grid-gap:10px;
    overflow-x: auto;
}

#head__button__box::-webkit-scrollbar {
    height: 5px;
    opacity: 0.5;
}
#head__button__box::-webkit-scrollbar-track {
    background-color: rgba(0 , 0 , 0 , 0.01);


}
#head__button__box::-webkit-scrollbar-thumb {
    background-color: rgba(0 , 0 , 0 , 0.01);
    border-radius: 6px;
}
#head__button__box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0 , 0 , 0 , 0.01);
}


@media (max-width: 1200px) {
    #head__button__box{
        padding: 30px 48px;
        margin: 35px auto;
    }
}

#head__button__box button{
    padding: 10px 30px;
    border-radius: 30px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    background: #FFFFFF1A;
    border: 0px;
    outline: transparent;
}
#head__button__box button.active{
    background: #05A65D;
}
.head__title{
    text-transform: uppercase;
    font-family: Inter;
    font-size: 86px;
    font-weight: 300;
    line-height: 104px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.what__line{
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}
#page-tabs{
    width: 100%;
}
/*------------------------------------------------------------------------- What solutions container ---------------------------------------------------------------------------------------------*/

.what__solutions_container{
    max-width: 1420px;
    width: 100%;
    padding: 0 15px;
    margin: 105px auto;
}
.solutions__title{
    max-width: 550px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-bottom: 47px;
    text-transform: uppercase;
}
.what__solutions_sup_text{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}
.what__solutions_sup_text p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
}
.solutions__sup_text{
    margin-bottom: 60px;
}
.solutions__box_flex{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    grid-gap: 0%;
}
.solutions__box_flex_item{
    display: flex;
    position: relative;
    padding-bottom: 7px;
    min-height: 142px;
    width: min-content;
}
.solutions__item_test{
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.solutions__item_number{
    font-family: Poppins;
    font-size: 96px;
    font-weight: 250;
    line-height: 96px;
    letter-spacing: 0em;
    color: #05A65D;
    text-align: right;
    min-width: 140px;
}

.what__solutions_box .solutions__item_number-box{
    position: relative;
    padding-right: 30px;
}

.what__solutions_box .solutions__item_number-box .solutions__item_number-decor {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 250;
    height: 10px !important;
    color: #05A65D;
    /* transform: scale(1.5); */
    font-size: 54px;
}

.solutions__item_line{
    position: relative;
    top: -15px;
    bottom: 0px;
    width: 2px;
    height: 130%;
    background: #B9B9B9;
    margin: 0 5px;
    transform: rotate(0.12turn);
}
.solutions__item_text{
    text-transform: uppercase;
    width: 40%;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    color: #000000;
    text-align: left;
}
/*----------------------------------------------------------- what__image_box ------------------------------------------------------------------*/
.what__image_box{
    width: 100%;
    height: 100vh;
}

@media (max-width: 1024px){
    .what__image_box{
        background-position-x: 20%!important;
    }
}

.what__image_box_mobile{
    display: none;
}
/*----------------------------------------------------------- what__image_box ------------------------------------------------------------------*/
.what__partners_container{
    max-width: 1420px;
    width: 100%;
    margin: 148px auto 180px;
}
.partners__title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.partners__text{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    max-width: 964px;
    width: 100%;
    margin: 0 auto 90px;
}
.partners__grid_box{
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 8%;
    row-gap: 150px;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 30px;
}

@media (max-width: 1024px){
    .partners__grid_box {
        column-gap: 20%;
    }
}

.partners__data_box:hover .partners__data_text {
    height: 300px;
    padding: 10px 0;
}

.partners__data_box {
    width: 10%;
    position: relative;
    text-align: center;
}

@media (max-width: 1024px){
    .partners__data_box {
        width: 20%;
    }
}


.partners__data_text {
    transform: translate(-50%, 0);
    display: flex; /* Change 'none' to 'flex' to make it visible */
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease, transform 0.5s ease;
    position: absolute;
    width: 182px;
    left: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    top: 0;
}

.partners__data_box:hover .partners__text_data {
    height: auto;
    opacity: 1;
    transition: opacity 0.4s ease, height 0.4s ease;
}
.partners__data_box:hover .partners__year {
    font-size: 35px;
    transition: font-size 0.7s ease;
}
.partners__text_data{
    opacity: 0;
    color: #898989;
    transition: opacity 0.4s ease, height 0.4s ease;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin: 0px;
}
.vertical__line_partners{
    margin: 10px 0;
    height: 30px;
    width: 1px;
    background: #D3D3D3;
}
.Years{
    color: #05A65D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.number-partners__year{
    order: 2;
}
.number-years{
    order: 1;
}
.partners__year{
    opacity: 1;
    transition: font-size 1.2s ease;
    color: #05A65D;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 275;
    line-height: 35px;
}
/*---------------------------------------------------------------------what our projects content-------------------------------------------------------------------------------------*/
.what__our_projects_container{
    width: 100%;
    padding: 120px 0 110px 0;
}
.what__our_projects_title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-bottom: 45px;
    text-transform:uppercase;
}
.our_projects__box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2px;
}
.head__video{
    top: 0px;
    left: 0px;
}
.our_projects__item_image{
    width: 100%;
    height: 100%;
}
.our_projects__item_image:first-child{
    width: 100%;
    height: auto;
}
.our_projects__item_title{
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #575756;
}
.our_projects__item_text {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    color: #575756;
    flex-grow: 1;
}
a.our_projects__item_read_more{
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #05A65D;
    display: flex;
    align-items: center;
    gap: 6px;
}
a.our_projects__item_read_more:after{
    content: url("/wp-content/uploads/2024/01/Vector-4.svg");
}
a.our_projects__item_read_more:hover {
    text-decoration: underline;
}
.our_projects__item{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.our_projects__item_info_box{
    padding: 22px 60px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30%;
}
.our_projects__item_box_image{
    position: relative;
}
.our_projects__item:first-child .our_projects__item_box_image{
    height: 450px;
    overflow: hidden;
    width: 100%;
}
.our_projects__item:first-child .our_projects__item_info_box{
    padding: 0px 48px 10px 40px;
    width: 40%;
    justify-content: flex-start;
}

.our_projects__item:first-child{
    flex-direction: row;
    grid-column-start: 1;
    grid-column-end: 4;
}
.our_projects__item:last-child {
    padding-top: 134px;
    flex-direction: row-reverse;
    grid-column-start: 1;
    grid-column-end: 4;
    justify-content: flex-end;
    gap: 40px;
}
.our_projects__item:last-child .our_projects__item_box_image {
    height: 450px;
    overflow: hidden;
    width: 100%;
}
.our_projects__item:last-child .our_projects__item_info_box {
    padding: 0px 48px 10px 30px;
    width: 50%;
    justify-content: flex-start;
}
.our_projects__item:first-child .our_projects__item_info_box .our_projects__item_text {
    min-width: 416px;
}

.last__our_projects{
    width: 100%;
    display: flex;
    margin-bottom: 110px;
}
.last__our_projects_info{
    padding: 22px 60px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.last__our_projects_box_img{
    position: relative;
    width: 100%;
}
.last__our_projects_img{
    width: 100%;
    height: 100%;
}
.what__contact_us {
    width: 100%;
    background: linear-gradient(270.19deg, #189DC3 0.17%, #32B276 52.85%, #32B276 99.86%);
    display: flex;
    align-items: center;
    align-content: center;
    grid-gap: 10px;
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    transition: background 0.5s ease;
}

.what__contact_us:hover {
    transition:  0.5s ease;
}

.what__contact_us::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(5, 166, 93, 1) 100%);
    transition: left 0.5s ease;
}
.what__contact_us:hover::before {
    left: 0;
}
.what__contact_us:hover .what__contact_us_title {
    z-index: 3;
    transform: translateX(40px);
    transition:  0.5s ease;
}
.what__contact_us:hover .what__contact_us_href {
    z-index: 3;
    transform: translateX(50px);
    transition:  0.5s ease;
}
.what__contact_us:hover .what__contact_us_href:after {
    z-index: 3;
    padding-left: 20px;
    transition:  0.5s ease;
}
.what__contact_us_title{
    font-family: Inter;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}
a.what__contact_us_href {
    text-transform: uppercase;
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.what__contact_us_href:after{
    content: url("/wp-content/uploads/2023/12/Group-3676.svg");
    padding-left: 10px;
}
/*-------------------------------------------------------------------------- @media ------------------------------------------------------------------------------------------*/


@media (max-width: 1100px){

    .solutions__box_flex{
        align-items: center;
        flex-direction: column;
        gap: 50px;
    }
    .solutions__item_test{
     width: min-content;
    }
    .partners__grid_box {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 60px;
    }
    .solutions__item_line{
        top: auto;
        height: 142px;
    }

}

@media (max-width: 800px){
    .our_projects__item:first-child .our_projects__item_box_image{
        height: auto;
    }
    .our_projects__item:last-child .our_projects__item_box_image{
        height: auto;
    }
    /*.solutions__box_flex{*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*    grid-gap: 62px;*/
    /*}*/
    .solutions__box_flex_item {
        /*max-width: 230px;*/
    }
    .what__partners_container {
        padding: 0 15px;
        margin-bottom: 60px;
        margin-top: 55px;
    }
    .partners__grid_box {
        grid-template-columns: 1fr 1fr;
        row-gap: 45px;
    }
    .what__image_box{
        background-position: 20% center!important;
    }

    .what__our_projects_title {
        font-size: 32px;
    }

    .our_projects__item_title {
        font-size: 24px;
    }


    .our_projects__box {
        display: flex;
        flex-direction: column;
    }

    .our_projects__item:first-child {
        flex-direction: column;
        grid-column-start: none;
        grid-column-end: none;
    }
    .our_projects__item_box_image:first-child {
        width: auto;
    }

    .our_projects__item:first-child .our_projects__item_info_box {
        padding: 22px 60px 50px 30px;
        width: auto;
        justify-content: space-between;
    }

    .our_projects__item_info_box{
        padding: 22px 60px 50px 30px;
    }

    .our_projects__item:first-child .our_projects__item_info_box .our_projects__item_text {
        min-width: auto;
        margin-top: 32px;
        margin-bottom: 25px;
    }

    .what__our_projects_container{
        padding-top: 42px;
    }
    .what__solutions_container{
        margin-top: 42px;
    }

    .solutions__title {
        margin-bottom: 14px;
    }

    .what__contact_us {
        flex-direction: column;
        align-items: flex-start;
    }

    .partners__text{
        margin: 0 auto 40px;
    }
    .our_projects__item:last-child{
        gap: 0;
        flex-direction: column;
        padding-top:0;
    }
    .our_projects__item:last-child .our_projects__item_info_box{
        padding: 22px 60px 20px 30px;
        width: 100%;
    }

}


@media (max-width: 600px){
    .what__contact_us {
        padding: 30px 12px;
        grid-gap: 0px;
    }
    .what__contact_us_title {
        line-height: normal;
    }
    a.what__contact_us_href {
        line-height: normal;
    }
    .what__our_projects_container {
        padding-bottom: 0px;
    }
    .last__our_projects {
        margin-bottom: 64px;
    }
    .our_projects__item:first-child .our_projects__item_info_box,
    .our_projects__item_info_box,
    .last__our_projects_info {
        padding: 22px 12px 32px 12px;
    }
    .partners__grid_box {
        row-gap: 45px;
        column-gap: 0;
        /*justify-content: space-around;*/
    }
    .partners__data_box {
        width: 50%;
        /*max-width: 200px;*/
    }
    .what__image_box_mobile{
        width: 100%;
        background-position: center;
    }
    .what__image_box{
        display: none;
    }
}

@media (max-width: 480px){
    .partners__grid_box {
        justify-content: space-around;
    }

    .partners__data_box {
        width: 100%;
        max-width: 200px;
    }
}