.dedication__title-box__open {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    padding-left: 64px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: -1;
    opacity: 0;
    transition: all ease-in-out .6s;
}
.value__container{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.value__title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-bottom: 70px;
}
.value__img_cont img{
    max-height: 90px;
}
.value__sup_container{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    row-gap: 100px;
}
.value__item{
    flex: 1 1 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 250px;
}
.value__item h3{
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    text-transform: uppercase;
}
.value__item p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    max-width: 961px;
    margin: 15px auto 15px;
    max-width: 230px;
}
.dedication__title-box__open.show {
    z-index: 1;
    opacity: 1;
    background: #575756;
}
#data-country-name,
.data-country-name {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;

    margin-bottom: 18px;
}
.head__container{
    background: url("/wp-content/uploads/2023/12/Group-3830-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
#page-tabs{
    position: relative;
}
.head__block{
    position: relative;
    width: 100%;
}
.head__title_box{
    padding: 0 47px;
    width: 100%;
    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;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.vertical__line_page::before {
    content: "";
    position: absolute;
    top: var(--vertical__line-offset, 0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #05A65D;
    transform: translate(-50%, -25%);
    transition: all ease-in-out .5s;
}

/*-------------------------------------------------------------product__text_container---------------------------------------------------------------------------*/

.product__text_container{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 113px 15px;
}
.product__title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-bottom: 60px;
}
.product__text {
    margin-bottom: 0 auto 85px;
}
.product__text p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    max-width: 961px;
    margin: 0 auto 15px;
}
/*-------------------------------------------------------------mission__container---------------------------------------------------------------------------*/
#mission__container_id {
    padding: 50vh 0;
    background-position: center!important;
}

.mission__text {
    opacity: 0;
    transition: opacity 0.5s ease; /* ������� ��������� ������������ */
}
.mission__sup_box{
    width: 100%;
    padding: 0 20px;
}

@media (max-width: 800px){
    .mission__sup_box{
        padding: 0;
    }
}

.mission__container.visible {
    opacity: 1;
}
.mission__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 200px;
}
.mission__title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 44px;
}
.mission__text{
    font-family: Inter;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    max-width: 875px;
    margin: 0 auto;
}
.mission__text p{
    max-width: 875px;
    margin: 0 auto 20px;
}
.mission__text p:last-child{
    margin-bottom: 0;
}
/*--------------------------------------------------- john ----------------------------------------------------*/

.john__container{
    position: relative;
    background: #FFFFFF;
    min-height: 790px;
    display: flex;
    align-items: stretch;
}
.john__box{
    width: 50%;
    padding-left: 47px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.john__sub-image{
    max-width: 88px;
    margin-bottom: 40px;
}
.john__text{
    max-width: 708px;
    margin: 0px;
    font-family: Inter;
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;

    color: #404040;
    margin-bottom: 30px;
}
.john__title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #575756;
    margin-bottom: 10px;
}
.john__subtitle{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #575756;
}
.john__box2{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
/*--------------------------------------------------- Karam ----------------------------------------------------*/

.karam__container{
    min-height: 790px;
    display: flex;
    align-items: stretch;
    background-color: white;
}
.karam__box{
    width: 50%;
    padding-left: 47px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
}

.karam__sub-image{
    max-width: 88px !important;
    margin-bottom: 40px !important;
}
.karam__text {
    margin: 0px;
    font-family: Inter;
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    color: #404040;
    margin-bottom: 30px;
}

.chairman__text {
    margin: 0px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #404040;
    margin-bottom: 30px;
}
.karam__title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #575756;
    margin-bottom: 10px;
}
.karam__subtitle{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    color: #575756;
}
.karam__box2{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
/*--------------------------------------------------- John ----------------------------------------------------*/

.john__container{
    min-height: 790px;
    display: flex;
    align-items: stretch;
}
.john__box{
    width: 50%;
    padding-left: 47px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 1024px){
    .karam__box{
        width: 100%;
        padding-right: 47px;
    }

    .karam__container{
        flex-wrap: wrap;
        justify-content: center;
    }

    .karam__box2{
        width: 75%;
    }
}

@media (max-width: 1024px){
    .john__box{
        width: 100%;
        padding-right: 47px;
    }

    .john__container{
        flex-wrap: wrap;
        justify-content: center;
    }
}

.john__sub-image{
    max-width: 88px;
    margin-bottom: 40px;
}
.john__text{
    max-width: 708px;
    margin: 0px;
    font-family: Inter;
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;

    color: #404040;
    margin-bottom: 30px;
    text-transform: none;
}
.john__title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #575756;
    margin-bottom: 10px;
}
.john__subtitle{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #575756;
}
.john__box2{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
/*---------------------------------------------------   People   ------------------------------------------------------*/
.primary-footer{
    position: relative;
}
.people__container{
    position: relative;
    min-height: 740px;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}
.people__title-box{
    background: rgba(5, 166, 93, 0.9);
    width: 50%;
    padding-left: 64px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.people__title{
    margin-bottom: 40px;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.people__text{
    margin: 0px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.people__button{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #ffffff;
    background-color: rgba(17, 123, 152, 1);
    border-radius: 32px;
    border: none;
    max-width: 251px;
    width: 100%;
    padding: 17px 0px;
    margin-top: 74px;
}
/*-------------------------------------------------------------people_page__text_container---------------------------------------------------------------------------*/

.people_page__text_container{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 104px 15px 74px;
    background-color: white;
}
.people_page__title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-bottom: 27px;
    text-transform: uppercase;
}
.people_page__text{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    max-width: 945px;
    margin: 0 auto ;

    @media (max-width: 600px){
        font-size: 16px;
        line-height: 1.2;
    }
}
.image__full_page{
    width: 100%;
    height: 100vh;
}
/*---------------------------------------------------   Dedication   ------------------------------------------------------*/

.dedication__container{
    min-height: 740px;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    position: relative;
}
.dedication__box_sub{
    background: rgba(5, 166, 93, 1);
    width: 50%;
    padding-left: 64px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.dedication__container_sup{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.dedication__title{
    margin-bottom: 20px;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;

    color: #FFFFFF;
    text-transform: uppercase;
}
.dedication__text p{
    max-width: 539px;
    margin: 0px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;

    color: #FFFFFF;
    margin-bottom: 15px;
}
.dedication__text:last-child{
    margin: 0;
}
.dedication__text span{
    margin: 0px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;

    color: #FFFFFF;
}

.dedication__button{
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #ffffff;
    background-color: rgba(17, 123, 152, 1);
    border-radius: 32px;
    border: none;
    max-width: 251px;
    width: 100%;
    padding: 17px 0px;
    margin-top: 74px;
}
a.more {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;

    color: #ffffff;
    background: transparent;
    border: none;
    padding: 0px;
    margin-top: 20px;
}
/*----------------------------------------------------------------------------------- culture__container ----------------------------------------------------------------------------------*/
.culture__container{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 106px 15px 130px;
    background-color: white;
}
.culture__title{
    color:  #575756;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 823px;
    margin: 0 auto 80px;
}
.cultur__item_box{
    display: flex;
    gap: 164px
}
.cultur__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 300px;
    gap: 20px;
}
.cultur__item img{
    margin-bottom: 18px;
}
.cultur__item_title{
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    text-transform: uppercase;
}
.cultur__item_text{
    margin: 0px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
}

/*------------------------------------------------------------------------------------------------------------------------------------------*/
.sustainability__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;
}

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

.sustainability__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;
}
.sustainability__contact_us:hover::before {
    left: 0;
}
.sustainability__contact_us:hover .sustainability__contact_us_title {
    z-index: 3;
    transform: translateX(40px);
    transition:  0.5s ease;
}
.sustainability__contact_us:hover .sustainability__contact_us_href {
    z-index: 3;
    transform: translateX(50px);
    transition:  0.5s ease;
}
.sustainability__contact_us:hover .sustainability__contact_us_href:after {
    z-index: 3;
    padding-left: 20px;
    transition:  0.5s ease;
}

a.sustainability__contact_us_href {
    text-transform: uppercase;
    font-family: Inter;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;

    color: #FFFFFF;
}
.sustainability__contact_us_href:after{
    content: url("/wp-content/uploads/2023/12/Group-3676.svg");
    padding-left: 10px;
}
/*--------------------------------------------------------------------operate_button__container-----------------------------------------------------------------------------------*/
.operate_button__container{
    padding: 37px 47px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 19px;
}
.about__button_operate{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #B1ACAC;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    background: #F2F2F2;
    border: none;
}
.about__button_operate.active{
    background: #05A65D;
    color: #FFFFFF;
}
.about__button_operate.list{
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.about__line{
    width: 100%;
    height: 2px;
    background: rgba(227, 227, 227, 1);
    margin: 0px;
}
/*--------------------------------------------------------------------------------about_list__container-----------------------------------------------------------------------------------------*/

.about_list__box{
    display: flex;
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 49px 15px 68px;
    justify-content: space-between;
    flex-direction: column;
}
.about_list__box h1{
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;

    color: #05A65D;
    text-transform: uppercase;
    margin-bottom: 38px;
}
.algeria__box{
    /*max-width: 292px;*/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.lebanon__box_list{
    /*max-width: 299px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.iraq__box{
    /*max-width: 340px;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about_list__flex h2{
    margin: 0 0 10px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;

    color: #575756;
}
.about_list__flex p{
    margin: 0 0 20px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;

    color: #575756;
}
.about_list__flex span a{
    text-transform: none;
    text-decoration: none;
    margin: 0 0 10px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;

    color:#05A65D;
}
.about_list__flex span:last-child{
    margin: 0;
}
.about_list__flex{
    display: flex;
    flex-direction: column;
    margin-bottom:65px;
    padding: 8px;
    width: 33%;
}
@media (max-width: 992px) {
    .about_list__flex {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .about_list__flex {
        width: 100%;
    }
}
.image__full_page.desktop {
    display: block;
}
.image__full_page.mobile,
.parent-fix.mobile {
    display: none !important;
}
/*-----------------------------------------------------------------------journey------------------------------------------------------------------------------------*/
.container__journey_page{
    max-width: 820px;
    width: 100%;
    margin: 170px auto 145px;
    padding: 0px 15px 0px;
    position: relative;
}
.vertical__line_page{
    width: 1px;
    margin-top: 23px;
    height: 99%;
    position: absolute;
    left: 50%;
}
.journey__container{
    margin-top: -100px;
    display: flex;

    flex-direction: row-reverse;
}
.journey__container:first-child{
    margin-top: 0px;
}
.journey__container:nth-child(2n){
    flex-direction: row;
    text-align: right;
}
.journey__container:nth-child(2n) .journey__date_cont h4{
    right: 0;
}
.journey__container:nth-child(2n) .journey__date_cont h3:after{
    content: url("/wp-content/uploads/2024/01/Vector-14.svg");
    position: absolute;
    top: -12px;
    right: -36px;
    height: 2px;
}
.journey__container:nth-child(2n) .journey__box_text{
    right: 0;
    padding-right: 44px;
    padding-left: 0px;
}
.journey__box_text{
    flex: 1 1 100%;
    padding-left: 44px;
}
.journey__box_text h2{
    margin-top: 0px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    color: #575756;
}
.journey__date_cont{
    position: relative;
    height: 65px;
}
.journey__date_cont h3:after{
    content: url("/wp-content/uploads/2024/01/Vector-14.svg");
    position: absolute;
    top: -12px;
    left: -36px;
    height: 2px;
}
.journey__date_cont h3{
    position: relative;
    z-index: 1;
    font-family: Inter;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    color: #575756;
}
.journey__date_cont h4{
    z-index: 0;
    position: absolute;
    font-family: Inter;
    font-size: 55px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 0em;
    color: #EFEFEF;
    bottom: 0px;
}
.journey__box_text p{
    margin: 0 0 10px;
    color: #575756;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;

}
.void__box{
    flex: 1 1 100%;
    padding-left: 44px;
}
.anchor__box{
    /* margin-top: -200px; */
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
}
.anchor__cont {
    /* margin-top: 205px; */
    padding-left: 48px;
    /* top: 0; */
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    height: inherit;
    max-height: calc(100vh - 125px);
    overflow-y: auto;
}
@media screen and (min-width: 1100px) {
    .anchor__cont {
        scrollbar-width: none;
    }
    .anchor__cont::-webkit-scrollbar {
        display: none;
    }
}

.fixed {
    position: fixed;
}
a.anchor__item{
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: right;
    color: #6D6D6D;
    text-decoration: none;
}
a.anchor__item.active__item{
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    position: relative;

}
.active__item:before{
    content: url("/wp-content/uploads/2024/01/Vector-14.svg");
    position: absolute;
    top: -12px;
    left: -40px;
    height: 2px;
}
/*---------------------------------------------------------------map------------------------------------------------------------------------------------*/
.list__map{
    z-index: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translate(0 , -50%);
    padding: 34px 0 23px 35px;
    background: #05A65D;
    border-radius: 5px;
    max-width: 340px;
    width: 100%;
}
.scroll__cont{
    position: relative;
    overflow: visible;
    height: 650px;
    overflow-x: hidden;
}

/* �������� ������ ������� */
.scroll__cont::-webkit-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    background: #0BCE75;
    width: 6px; /* ������ ������� */
}

/* �������� "�������" ������� */
.scroll__cont::-webkit-scrollbar-thumb {
    border-radius: 36px;
    background-color: white; /* ����� ���� "�������" */
    border: none; /* ����������� ���������� "�������" */
}
.map__container{
    position: relative;
}
.tmp {
    width: 100%;
    height: 821px;
    overflow: hidden;
}
.tmp svg {
    transform: translate(-30%, -47%);
}


.map-item:hover,
.map-item.map-active {
    fill: #05A65D;
    cursor: pointer;
}
.map__container .algeria__box{
    max-width: 100%;
}
.map__container .lebanon__box_list{
    max-width: 100%;
}
.map__container .iraq__box{
    max-width: 100%;
}
.map__container .list__map h1{
    color: #FFFFFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;

    margin-bottom: 18px;
}
.map__container .list__map h2{
    margin-bottom: 7px;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;

}
.map__container .list__map p{
    margin-bottom: 18px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;

    color: #FFFFFF;
}
.map__container .list__map span a{
    margin: 0 0 7px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;

    color: #FFFFFF;
}
.map__container .list__map span:last-child {
    margin: 0;
}
.white__line{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0px;
}
.map__container .list__map .about_list__flex{
    margin: 34px 0 39px;
    padding-right: 10px;
}
/*---------------------------------------------------------------solutions__box_flex------------------------------------------------------------------------------------*/
.solutions__box_flex{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    grid-gap: 0%;
    flex-wrap: wrap;
    padding-bottom: 180px;
}
.number__box{
    min-width: 100px;
}
.solutions__box_flex_item{
    display: flex;
    position: relative;
    padding-bottom: 7px;
    min-height: 122px;
    width: min-content;
}
.solutions__box_flex_item h3{
    font-family: Poppins;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: right;
    color: #05A65D;
}
.solutions__box_flex_item h5{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: right;
    color: #05A65D;
    text-transform: uppercase;
    width: max-content;
}
.solutions__box_flex_item2 h3{
    font-family: Poppins;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: right;
    color: #05A65D;
}
.solutions__box_flex_item2 h5{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: right;
    color: #05A65D;
    text-transform: uppercase;
}
.solutions__item_line{
    position: relative;
    top: -15px;
    bottom: 0px;
    width: 2px;
    height: 130%;
    background: #B9B9B9;
    margin: 0 5px;
    transform: rotate(0.12turn);
}
.solutions__item_test{
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.solutions__box_flex_item h4{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    color: #000000;
    text-transform: uppercase;
    margin-left:auto;
    width: max-content;
}
.solutions__box_flex_item2 h4{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    color: #000000;

    text-transform: uppercase;
    margin-left:auto;

}
/*--------------------------------------------------------------------video__container--------------------------------------------------------------------------------------------*/
.video__container{
    width: 100%;
    height: max-content;
    position: relative;
    margin-bottom: -6px;
}
.play__button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
}
/*-------------------------------------------------------------------------- @media ------------------------------------------------------------------------------------------*/
@media (max-width: 1900px) {
    .tmp svg {
        transform: translate(-37%, -47%);
    }
}

@media (max-width: 1500px) {
    .tmp svg {
        transform: translate(-37%, -47%);
    }
}
@media (max-width: 1440px) {
    .dedication__title-box__open{
        width: 100%;
    }
    .people__container{
        min-height: 600px;
    }
    .people__title {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 38px;
    }
    .people__text{
        font-size: 22px;
        line-height: 28px;
    }

    /*.tmp svg {*/
    /*    transform: translate(-39%, -47%) scale(0.7);*/
    /*}*/
}

@media (max-width: 1300px) {

    .cultur__item {
        min-width: auto;
    }

    .cultur__item_box {
        gap: 80px;
    }
}

@media (max-width: 1250px) {
    .tmp svg {
        transform: translate(-39%, -47%) scale(0.7);
    }
}

@media (max-width: 1200px) {
    .solutions__box_flex {
        grid-gap: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 1100px) {
    .tmp svg {
        transform: translate(-40%, -46%) scale(0.6);
    }
    .anchor__cont {
        flex-direction: row;
        padding-top: 65px;
        margin-top: 0px;
        padding-bottom: 4px;
        padding-left: 0;
        gap: 27px;
    }
    
    .anchor__cont::-webkit-scrollbar-track
    {
        border: 0px solid #05A65D;
        background-color: #F5F5F5;
        border-radius: 5px;
    }
    
    .anchor__cont::-webkit-scrollbar
    {
        width: 10px;
        height: 1px;
        background-color: #F5F5F5;
        border-radius: 5px;
    }
    
    .anchor__cont::-webkit-scrollbar-thumb
    {
        background-color: #05A65D;
        border-radius: 5px;
    }


    .anchor__box{
        margin-top: 0px;
        position: relative;
        padding: 0px 12px;
    }
    a.anchor__item {
        white-space: nowrap;
    }
    
}

@media (max-width: 1000px)  {


    .dedication__container{
        min-height: 850px;
    }
    .dedication__box_sub,
    .people__title-box {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .people__container{
        min-height: 850px;
        padding-bottom: 737px;
        background-size: auto!important;
        background-position: -75px bottom!important;
    }
    .people__title-box {
        padding-top: 41px;
        padding-bottom: 50px;
        width: 100%;
    }
}

@media (max-width: 800px) {
    .solutions__item_line{
        position: relative;
        top: 0px;
        bottom: 0px;
        width: 2px;
        height: 150px;
        background: #B9B9B9;
        margin: 0 5px;
        transform: rotate(0.12turn);
    }

    .dedication__container_sup {
        background-color: white;
    }

    .anchor__cont {
        padding-top: 105px;
    }

    .cultur__item_box {
        flex-direction: column;
    }
    .culture__container{
        padding-top: 46px;
        padding-bottom: 87px;
    }

    .culture__title{
        font-size: 32px;
        margin-bottom: 63px;
    }

    .cultur__item_title{
        font-size: 18px;
    }

    .tmp svg {
        transform: translate(-41%, -44%) scale(0.2);
    }
    .about_list__box {
        flex-direction: column;
        padding: 21px 15px 68px;
    }

    .about_list__flex {
        margin-bottom: 35px;
    }
    .lebanon__box,
    .iraq__box {
        margin-top: 0px;
    }
    .product__text_container {
        padding-top: 49px;
        padding-bottom: 70px;
    }
    .product__title {
        margin-bottom: 27px;
    }


    .mission__container {
        padding: 50px 15px;
        min-height: 650px;
    }
    .mission__title{
        font-size: 32px;
    }

    .mission__text p{
        font-size: 24px;
        line-height: 29px;
    }

    .solutions__box_flex{
        flex-direction: column;
        align-items: center;
    }



    .anchor__box {
        margin-top: -60px;
        position: relative;
    }

    .anchor__cont {
        align-items: flex-start;
        /* flex-wrap: wrap; */
        flex-direction: row;
        align-items: center;
    }
    .active__item:before {
        display: none;
    }
    .vertical__line_page {
        display: none;
    }


    .void__box {
        display: none;
    }
    .container__journey_page .journey__container:nth-of-type(1){
        margin-top: 50px;
    }
    .journey__container {
        margin-top: 80px;
    }

    .container__journey_page {
        margin-top: 60px;
    }

    .journey__container:nth-child(2n) .journey__box_text {
        padding-right: 0px;
    }
    .journey__box_text {
        padding-left: 0px;
        /* text-align: right; */
    }

    .journey__date_cont h4 {
        /* right: 0; */
    }


    .journey__container:nth-child(2n) .journey__date_cont h3:after,
    .journey__date_cont h3:after{
        display: none;
    }


    .dedication__container, .people__container {
        min-height: 850px;
        padding-bottom: 750px;
    }
    .dedication__box_sub, .people__title-box {
        padding-top: 41px;
        padding-bottom: 50px;
        width: 100%;
    }
    .dedication__container, .people__container{
        min-height: 850px;
        padding-bottom: 737px;
        background-size: auto!important;
        background-position: -75px bottom!important;
    }
    .dedication__container{
        min-height: 850px;
        padding-bottom: 830px;
    }
    .people__title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .people__text{
        font-size: 22px;
        line-height: 33px;
    }

    .what__solutions_box {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 80px;
    }
    .solutions__box_flex_item {
        min-height: 142px;
        max-height: 152px;
    }
    .dedication__text:last-child {
        top: 0px;
    }

    .image__full_page.mobile,
    .parent-fix.mobile {
        display: block !important;
    }

    .image__full_page.desktop {
        display: none !important;
    }
}


@media (max-width: 600px) {
    .list__map {
        top: 929px;
        max-width: 100%;
        width: 100%;
        left: 0px;
        border-radius: 0px;
        padding-top: 51px;
    }

    .scroll__cont .about_list__flex:nth-of-type(1) {
        margin: 21px 0 21px;
    }
    .white__line{
        height: 0px;
    }
    .tmp svg {
        transform: translate(-46%, -46%) scale(0.4);
    }
    .tmp {
        height: 1234px;
    }
    .scroll__cont {
        height: 520px;
    }

    .journey__box_text img{
        width: 100%;
    }
    .anchor__cont::-webkit-scrollbar
    {
        height: 1px;
    }

    .dedication__box_sub, .people__title-box {
        padding: 45px 12px;
    }

    .dedication__title-box__open {
        padding: 0px 12px;
    }

    .people_page__text_container {
        padding-top: 49px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .people_page__title {
        font-size: 32px;
        line-height: 38px;
    }

    .dedication__title {
        font-size: 32px;
        line-height: 38px;
    }

    p.dedication__text{
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }

    .dedication__box_sub {
        background: rgba(5, 166, 93, 1);
    }

    .dedication__container {
        padding-bottom: 650px;
        background-position: -75px 120% !important;
    }

    .about_list__box > div {
        margin-bottom: 65px;
    }
    .about_list__box{
        padding-bottom: 0px;
    }
    .operate_button__container {
        padding: 34px 12px;
    }
}

@media (max-width: 486px) {
    .tmp svg {
        transform: translate(-47%, -46%) scale(0.4);
    }
}

@media (max-width: 432px) {
    .tmp svg {
        transform: translate(-48%, -46%) scale(0.4);
    }
}


@media (max-width: 367px) {
    .tmp svg {
        transform: translate(-48%, -46%) scale(0.3);
    }
}

