.home_container{
    width: 100%;
    z-index: 1;
}
.agrotica__panel_flex img{
    max-width: 162px;
    height: 100px;
    object-fit: cover;
}
.agrotica__panel{
    background-position: center!important;
}
.head__social__box{
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    z-index: 1;
}
.swiper-button-next, .swiper-button-prev {
    z-index: 1;
}
.home__line{
    margin: 0;
    width: 100%;
    height: 1px;
    background: #D4D4D4;
}
.head__box_swiper.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:178px;
    left: 50%;
    transform: translateX(-50%);
    width: 325px;
    z-index: 1!important;
}
.swiper {
    overflow: hidden;
}
.slide-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.swiper-slide{	
    overflow: hidden;
}
/*--------------------------------------------------- Head ------------------------------------------------------*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 160px;
}

.swiper-pagination-bullet{
    max-width: 100px;
    width: 100%;
    border-radius: 0px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
}
.box__head_data{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.head__block{
    width: 100%;
    height: 100vh;

}
.head__one_box{
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
a.head__button{
	display: inline-block;
 	margin-top: 30px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #ffffff;
    background-color: #05A65D;
    border-radius: 32px;
    border: none;
    padding: 17px 70px;
}
.head__social_link{
    display: block;
}
.head__social_link svg {
    border: 1px solid transparent;
    border-radius: 50px;
}
.head__social_link svg:hover {
    border: 1px solid rgba(5, 166, 93, 1);
}
.head__social_link svg path {
    transition: fill 0.4s;
}

.head__social_link svg:hover path {
    fill: rgba(5, 166, 93, 1);
}

.head__plus{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    padding: 0px;
    border: none;
}
.head__box{
    width: 100%;
    padding: 0 63px 0 47px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head__title{
    font-family: Inter;
    font-size: 48px!important;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.head__subtitle{
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
/*--------------------------------------------------- Debbane Agri ------------------------------------------------------*/
.debbane-agri__block{
    margin-top: 142px;
    margin-bottom: 112px;
}
.debbane-agri__box{
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1420px;
    width: 100%;
}
.debbane-agri__title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;

    margin: 0 auto;
}
.debbane-agri__text{
    max-width: 880px;
    margin: 0px auto;
    margin-top: 27px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;


}
.table__data_box{
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table__data{
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
}
.table__sub-data{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: #575756;
}

html[lang="ar"] .table__sub-data {
    font-family: "Noto Kufi Arabic", sans-serif;
}
.debbane-agri__table-box {
    flex-wrap: wrap;
    margin-top: 73px;
    margin-bottom: 90px;
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(223px, 262px));
    gap: 20px;
    justify-content: center; /* ����������� �� ���������� */
    align-items: center; /* ����������� �� �������� */
}


.debbane-agri__table-box .debbane-agri__table:nth-of-type(3) > div:nth-of-type(1) .table__data{
    padding-right: 8px
}


.debbane-agri__table {
    max-width: 261px;
    width: 100%;
    height: 261px;
    border: solid 1px #05A65D;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.debbane-agri__button-box{
    display: flex;
    justify-content: center;
}

a.debbane-agri__button{
	text-align: center;
    margin: 0 auto;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    color: #ffffff;
    background-color: #05A65D;
    border-radius: 30px;
    border: none;
    max-width: 351px;
    width: 100%;
    padding: 15px 0px;
}
/*--------------------------------------------------- Progression   ------------------------------------------------------*/

.progression__container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 740px;
    display: flex;
    align-items: stretch;
   position: relative;
}
.progression__img{
    display: none;
}
.progression__title-box{
    background: rgba(5, 166, 93, 0.9);
    width: 50%;
    padding-left: 47px;
    padding-right: 83px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.progression__title{
    margin-bottom: 40px;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;

    color: #FFFFFF;
    text-transform: uppercase;
}
.progression__text{
    margin: 0px;

    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;

    color: #FFFFFF;
}
a.progression__button{
	text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #ffffff;
    background-color: rgba(16, 126, 75, 1);
    border-radius: 32px;
    border: none;
    max-width: 251px;
    width: 100%;
    padding: 17px 0px;
    margin-top: 74px;
}/*--------------------------------------------------- People   ------------------------------------------------------*/

.people__container{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 740px;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    position: relative;
}
.people__title-box{
    background: rgba(24, 157, 195, 0.9);
    width: 50%;
    padding-left: 64px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.people__title{
    margin-bottom: 40px;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;

    color: #FFFFFF;
    text-transform: uppercase;
}
.people__text{
    margin: 0px;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;

    color: #FFFFFF;
}
a.people__button{
	text-align: center;
    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;
}
/*--------------------------------------------------- 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){
    .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{
    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: 16px;
    letter-spacing: 0em;
    color: #575756;
}
.john__box2{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
.john__image{

}
/*-------------------------------------------------------- offer -------------------------------------------------------------*/
.offer__container{
    padding: 0 15px;
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    min-height: 810px;
    padding-top: 80px;
    padding-bottom: 108px;
}
.offer-slide__container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.offer__title{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: #575756;
}
.offer__subtitle{

    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-top: 15px;
}
.sup__box{
    padding: 0 20px;
    position: relative;
}
.offer__box{
    margin-top: 50px;
    position: static;
}
.offer__icon{
    margin-top: -39px;
    width: 78px;
}

.slide__title{
    margin-top: 18px;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    text-transform: uppercase;
}
.offer-slide__container .slide__read_more{
    margin-top: 7px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #05A65D;
    text-transform: uppercase;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 4px;
}
.offer-slide__container .slide__read_more:after{
    content: url("/wp-content/uploads/2024/01/Vector-4.svg");
}
.offer-slide__container .slide__read_more:hover {
    text-decoration: underline;
}
.offer__box .swiper-button-next,.offer__box .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,40%);
}
.offer__box .swiper-button-next{
    right: var(--swiper-navigation-sides-offset,19px);
}
.offer__box .swiper-button-prev{
    left: var(--swiper-navigation-sides-offset,6px);
}
.offer__container .offer__box .swiper-button-prev:after{
    content: url("/wp-content/uploads/2023/12/Group-3754.svg");
}

.offer__container .offer__box .swiper-button-next:after{
    content: url("/wp-content/uploads/2023/12/Group-3688.svg");

}

/*-------------------------------------------------------- PARTNERSHIPS -------------------------------------------------------------*/
.partnerships__container{
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    min-height: 810px;
    padding-top: 160px;
    padding-bottom: 140px;
}
.partnerships-slide__container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.partnerships__title{
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: #575756;
}
.partnerships__subtitle{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-top: 15px;
}
.partnerships__span{
    margin-top: 10px;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #05A65D;
    margin-bottom: 87px;
}
.sup__box{
    padding: 0 20px;
    position: relative;
}
.partnerships__box{
    margin-top: 50px;
    position: static;
}
.partnerships__line_vertical{
    height: 48px;
    width: 1px;
    background: #05A65D;
    margin-top: 28px;
    margin-bottom: 28px;
}
.horizontal__line_box{
    position: relative;
}
.partnerships__line_horizontal{
    position: absolute;
    top: 63.2%;
    z-index: 1;
    margin: 0;
    width: 100%;
    height: 1px;
    background: #D4D4D4;
}
.slide__years_number{
    font-family: Poppins;
    font-size: 64px;
    font-weight: 275;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
    color: #05A65D;
}
.slide__years{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #05A65D;
}
.partnerships__box .swiper-button-next-2,.partnerships__box .swiper-button-prev-2 {
    position: absolute;
    z-index: 1;
    top: var(--swiper-navigation-top-offset,7%);
}
.partnerships__box .swiper-button-next-2{
    right: var(--swiper-navigation-sides-offset,6px);
}
.partnerships__box .swiper-button-prev-2{
    left: var(--swiper-navigation-sides-offset,6px);
}
.partnerships__container .partnerships__box .swiper-button-prev-2:after{
    content: url("/wp-content/uploads/2023/12/Group-3754.svg");
}

.partnerships__container .partnerships__box .swiper-button-next-2:after{
    content: url("/wp-content/uploads/2023/12/Group-3688.svg");
}
/*--------------------------------------------------------------------------News------------------------------------------------------------------------------*/
.news__container{
    padding-top: 92px;
    width: 100%;
}
.news__title_container{
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    margin-bottom: 66px;
    text-transform: uppercase;
}
.news__box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:5px;
}
.news__sup_box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 13px;
    height: 100%;
}
.news__data {
    display: flex;
    padding-left: 26px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}
.news__panel:first-child{
    grid-column-start: 1;
    grid-column-end: 4;
    height: 660px;
}
.news__panel:first-child .news__line_vertical{
    /*top: calc(50% - 105px);*/
    /*height: 90%;*/
}
.news__panel:first-child .news__title{
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;

}
.news__panel{
    min-height: 431px;
}
.news__panel .news__data {
    max-width: 500px;
    width: 100%;
    transition: all ease-in-out .2s;
}
.news__panel .news__sup_box {
    max-width: 500px;
    width: 100%;
    position: relative;
}
.news__panel .news__sup_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease-in-out .2s;
    background: rgba(5, 166, 93, 0.6);
}
.news__panel:hover .news__sup_box::before {
    height: 100%;
}
.news__panel .news__text {
    opacity: 0;
    overflow: hidden;
    transition: all ease-in-out .2s;
    margin-bottom: 0;
}
.news__panel:hover .news__text {
    margin-bottom: 26px;
}
.news__line_vertical {
    top: 0;
    margin: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 12px;
    background: #93C256;
}
.news__title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;

    color: #FFFFFF;
    margin-bottom: 16px;
}
.news__text ,.agrotica__text{
    max-width: 420px;
    width: 100%;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;

    color: #FFFFFF;
    margin: 0;
    margin-bottom: 26px;
}
.news__container .news__read_more {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;

    color: #FFFFFF;
    background: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.news__container .news__read_more:after {
    content: url("/wp-content/uploads/2024/01/Vector-5.svg");
}
.news__container .news__read_more:hover {
    text-decoration: underline;
}
/*-------------------------------------------------------------------------- Agrotica ------------------------------------------------------------------------------*/
.agrotica__panel .agrotica__data {
    max-width: 500px;
    width: 100%;
    transition: all ease-in-out .2s;
}
.agrotica__panel .agrotica__sup_box {
    max-width: 500px;
    width: 100%;
    position: relative;
}
.agrotica__panel .agrotica__sup_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease-in-out .2s;
    background: rgba(32, 165, 194, .6)
}
.agrotica__panel:hover .agrotica__sup_box::before {
    height: 100%;
}
.agrotica__panel .agrotica__text {
    opacity: 0;
    overflow: hidden;
    transition: all ease-in-out .2s;
    margin-bottom: 0;
}
.agrotica__panel:hover .agrotica__text {
    margin-bottom: 26px;
}
.agrotica__container{
    padding: 0 15px;
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
}
.agrotica__title{
    margin-top: 112px;
    margin-bottom: 28px;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    text-transform: uppercase;
}
.agrotica__subtitle{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #575756;
    max-width: 970px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 85px;
}
.agrotica__post_box{
    display: flex;
    gap: 52px;
}
.agrotica__grid_box{
    max-width: 920px;
    width: 100%;
}
.agrotica__panel_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
}
.agrotica__panel{
    height: 460px;
}
.agrotica__panel:first-child{
    grid-column-start: 1;
    grid-column-end: 3;
    height: 460px;
}

.agrotica__panel_grid > .mobile__agrotica__panel:nth-of-type(2){
    height: 460px;
}

.agrotica__sup_box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 13px;
    height: 100%;
}
.agrotica__line_vertical{
    top: 0;
    margin: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 12px;
    background: rgba(32, 165, 194, 1);
}
.agrotica__container .agrotica__read_more {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;

    color: #FFFFFF;
    background: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.agrotica__container .agrotica__read_more:after {
    content: url("/wp-content/uploads/2024/01/Vector-5.svg");
}
.offer-slide__container .agrotica__read_more:hover {
    text-decoration: underline;
}
.agrotica__title_grid{
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;

    color: #FFFFFF;
    margin-bottom: 15px;
}
.agrotica__data{
    display: flex;
    padding-left: 26px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}
.agrotica__flex_box{
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 51px;
}
.agrotica__panel_flex{

    display: flex;
    gap: 17px;
}
.agrotica__title_flex{
    max-width: 274px;
    width: 100%;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;

    margin-bottom: 20px;
}
.agrotica__data_flex{
    display: flex;
    flex-direction: column;
}
.agrotica__container .agrotica__read_more-flex{
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;

    color: #20A5C2;
    background: transparent;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.agrotica__container .agrotica__read_more-flex:after {
    content: url("/wp-content/uploads/2024/01/Vector-6.svg");
}
.offer-slide__container .agrotica__read_moreagrotica__read_more-flex:hover {
    text-decoration: underline;
}
.agrotica__container .agrotica__see_more{
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;

    text-transform: uppercase;
    color: #20A5C2;
    background: transparent;
    border: none;
    padding: 0px;

    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.agrotica__container .agrotica__see_more:after {
    content: url(/wp-content/uploads/2024/01/Vector-6.svg);
}

.head__block{
    position: relative;
}
.head__button_social{
    padding: 0px;
    background: transparent;
    border: none;
}

.datetime__box{
    position: absolute;
    max-width: 1390px;
    width: 100%;
}
.time__box{
    display: flex;
    gap: 8px;
    justify-content: center;
}
.time__line{
    max-width: 94px;
    width: 100%;
    border:solid rgba(255, 255, 255, 0.3) 2px;
}
.time__line:first-child{
    border:solid rgba(255, 255, 255, 1) 2px;
}
.date__box_sup{
    position: absolute;
    padding: 0 15px;
    max-width: 1390px;
    bottom: 80px;
    right: 61px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.date__box{
    z-index: 1;
}
.date__one{
    position: relative;
    width: 292px;
    border-radius: 5px;
    z-index: 1;
    background: rgba(173, 173, 173, 0.4);
    backdrop-filter: blur(5px); /* �������� ����� ���� �������� � ����������� �� ������ ������������ */
}
.date__two{
    margin-top: -25px;
    background: rgba(173, 173, 173, 0.4);
    width: 292px;
    border-radius: 5px;
    transform: scale(0.8, 0.8);
    backdrop-filter: blur(5px); /* �������� ����� ���� �������� � ����������� �� ������ ������������ */
}
.date__one_flex{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    height: 75px;
}
.date__one_text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.date__one_number{
    font-family: Inter;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.date__one_title{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.date__one_sub_text{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;

    color: #FFFFFF;
}
.date__one_line{
    position: relative;
    height: 37px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0;
}
/*-------------------------------------------------------------------------- @media ------------------------------------------------------------------------------------------*/
.main-cover {
    position: fixed !important;
    z-index: 999;
    background: #4AA464;
    inset: 0;
    transition: all ease-in-out .5s;
}
.main-cover-0 {
    left: 0%;
}
.main-cover-1 {
    left: 33.3333%;
    transition-delay: .25s;
}
.main-cover-2 {
    left: 66.6667%;
    transition-delay: .5s;
}
.main-cover.animated {
    bottom: 100%;
}

@media (max-width: 1440px) {
    .progression__title{
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 36px;
    }
    .progression__text{
        color: #FFF;
        font-family: Poppins;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }
    a.progression__button{
        margin-top: 45px;
    }
    .people__title{
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 36px;
    }
    .people__text{
        color: #FFF;
        font-family: Poppins;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }
    a.people__button{
        margin-top: 45px;
    }
    .debbane-agri__table {
        max-width: 245px;
        height: 245px;
    }
}
@media (max-width: 1300px) {
    .agrotica__post_box{
        flex-wrap: wrap;
        gap: 22px;
    }
    .agrotica__flex_box{
        row-gap: 22px;
        column-gap: 55px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .agrotica__panel_flex{
        width: calc( 50% - 28px);
    }

    .agrotica__see_more{
        margin-top: 25px;
    }
    .head__box{
        padding: 15px;
    }
    .agrotica__grid_box{
        max-width: 100%;
    }
}


    @media (max-width: 1100px) {
        .progression__title-box,
        .people__title-box{
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    @media (max-width: 1024px) {
        .date__box_sup {
            width: 100%;
            right: auto;
            justify-content: center;
        }

        .head__box_swiper.swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: 240px;
        }

        .sup__box {
            padding: 0 50px;
        }

        .john__box{
            padding-bottom: 50px;
            padding-top: 50px;
        }

        .progression__title-box{
            padding-right: 47px;
        }

    }

@media (max-width: 1000px) {
        .agrotica__panel_grid{
            grid-template-columns: 1fr;
            gap: 10px;
        }
        .agrotica__panel:first-child {
            grid-column-start: 1;
            grid-column-end: 3;
            grid-auto-flow: row;
        }
        .agrotica__panel{
            grid-column-start: 1;
            grid-column-end: 3;
        }
        .footer__container{
            gap: 10px;
        }
    .agrotica__flex_box{
        column-gap: 10px;
        flex-direction: row;
    }

    .agrotica__panel_flex{
        width: calc( 50% - 5px);
    }
    }
    @media (max-width: 800px) {
        /* .john__box{
            width: 100%;
        }
        .john__container{
            padding-top: 50px;
            flex-wrap: wrap;
            justify-content: center;
        } */

        .john__box{
            padding-top: 0;
        }

        .progression__container{
            min-height: auto;
        }
        .people__container{
            min-height: auto;
        }
        .progression__title-box{
            width: 100%;
            padding: 30px 15px;
        }
        .people__title-box{
            width: 100%;
            padding: 15px;
        }
        .subscriber__form{
            flex-wrap: wrap;
        }
        .subscriber__input{
            height: 50px;
        }
        .datetime__box{
            display: none;
        }

        .agrotica__flex_box{

            flex-direction: column;
        }

        .agrotica__panel_flex{
            width: 100%;
        }
    }
    @media (max-width: 694px) {
        .partnerships__line_horizontal{
            top: 62%;
        }
    }
    @media (max-width: 650px) {
        .partnerships__container{
            padding-top: 92px;
            padding-bottom: 49px;
            min-height: 0;
        }
        .partnerships__box{
            margin: 0;
        }
        .partnerships__title{
            font-family: Poppins;
            font-size: 32px;
            font-weight: 700;
            line-height: 48px;
            letter-spacing: 0em;
            text-align: center;
        }
        .partnerships__subtitle{
            margin-top: 15px;
            font-family: Inter;
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0em;
            text-align: center;
            padding-left: 12px;
            padding-right: 12px;
        }
        .partnerships__span{
            margin-top: 11px;
            margin-bottom: 35px;
        }
        .container__head-office{
            grid-column-start: 1;
            grid-column-end: 3;
        }
        .two-box__footer{
            grid-column-start: 1;
            grid-column-end: 3;
        }
        .final-footer__container{
            flex-wrap: wrap;
        }
        .date__box_sup {
            width: auto;
            position: static;
            margin-top: 10px;
            right: auto;
            margin: auto;
            width: 100%;
            justify-content: center;
            position: absolute;
            bottom: 50px;
        }
    }
    @media (max-width: 600px) {
        .progression__container .head__video{
            object-fit: fill;
            position: relative;
        }
        .people__container .head__video{
            object-fit: fill;
            position: relative;
        }
        .agrotica__title{
            margin-top: 73px;
            margin-bottom: 10px;
            font-family: Poppins;
            font-size: 32px;
            font-weight: 700;
            line-height: 48px;
            letter-spacing: 0em;
            text-align: center;
        }
        .agrotica__subtitle{
            font-family: Inter;
            font-size: 20px;
            font-weight: 400;
            line-height: 31px;
            letter-spacing: 0em;
            text-align: center;

        }
        .agrotica__panel{
            height: 179px;
        }

        .agrotica__panel:not(:first-child) h1 {
            font-size: 20px;
        }
        .offer__title{
            font-family: Inter;
            font-size: 32px;
            font-weight: 700;
            line-height: 39px;
            letter-spacing: 0em;
            text-align: center;
        }
        .offer__subtitle{
            font-family: Inter;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            letter-spacing: 0em;
            text-align: center;
        }
        .offer-slide__container{
            justify-content: normal;
        }
        .offer__container{
            min-height: 0px;
        }
        .debbane-agri__title{
            font-family: Inter;
            font-size: 32px;
            font-weight: 700;
            line-height: 39px;
            letter-spacing: 0em;
            text-align: center;
        }
        .debbane-agri__text{
            font-family: Inter;
            font-size: 20px;
            font-weight: 400;
            line-height: 31px;
            letter-spacing: 0em;
            text-align: center;
            max-width: 330px;
            margin: 15px auto 0;
        }
        .debbane-agri__table-box{
            margin-top: 40px;
            margin-bottom: 55px;
            gap: 30px;
        }
        .debbane-agri__block{
            margin-top: 70px;
            margin-bottom: 55px;
        }
        .news__panel{
            background-position: center!important;
        }
        .news__container{
            padding-top: 43px;
        }
        .news__title_container{
            font-family: Inter;
            font-size: 32px;
            font-weight: 700;
            line-height: 39px;
            letter-spacing: 0em;
            text-align: center;
        }
        .news__panel{
            min-height: 179px;
        }
        .offer__container{
            padding: 49px 0 55px 0px;
        }
        .sup__box{
            padding: 0;
        }
        /*.swiper-button-prev, .swiper-button-next{*/
        /*    display: none;*/
        /*}*/
        .head__title-box .head__title{
            font-size: 28px!important;
            line-height: 34px;
            font-size: 700;
        }
        .head__subtitle{
            font-size: 20px;
            line-height: 28px;
        }
        .partnerships__line_horizontal {
            top: 71.9%;
        }
        .progression__container{
            background: url("/wp-content/uploads/2023/12/image-38.webp");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }
        .progression__img{
            display: block;
            width: 100%;
        }
        .progression__img img{
            height: 100%;
        }
        .progression__title-box{
            background: #05A65D;
            width: 100%;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 53px;
            padding-bottom: 56px;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
        .progression__title{
            color: #FFF;
            font-family: Poppins;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 39px; /* 121.875% */
            text-transform: uppercase;
            margin-bottom: 22px;
        }
        .progression__text{
            color: #FFF;
            font-family: Poppins;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        .agrotica__flex_box{
            min-width: 0px;
        }
        .progression__button{
            margin-top: 23px;
        }
        /* .john__box{
            padding: 0 12px;
        }
        .john__box2{
            width: 100%;
        }
        .john__image{
            width: 100%;
            height: 460px;
        }
        .john__container{
            gap: 28px;
        }
        .john__text{
            color: #575756;
            font-family: Inter;
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: 39px; /* 130% */
        /* }  */
        .people__container{
            min-height: 0px;
            flex-wrap: wrap;
        }
        .people__title-box{
            background: rgba(24, 157, 195, 1);
            width: 100%;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 53px;
            padding-bottom: 72px;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
        .people__title{
            margin-bottom: 14px;
        }
        .people__button{
            margin-top: 26px;
        }
        .debbane-agri__title{
            max-width: 260px;
        }

        .head__social__box {
            top: calc(50% - 85px);
            right: 12px;
        }
        .head__social__box.shown {
            top: calc(50% - 320px);
            transform: translateY(calc(50%));
        }

        .admin-bar .head__social__box {
            top: calc(50% - 14px);
            right: 12px;
            /* transform: translateY(calc(50% - 46px)); */
        }
        .admin-bar .head__social__box.shown {
            top: calc(50% - 249px);
            transform: translateY(calc(50%));
        }

        a.progression__button,
        a.people__button {
            margin-top: 30px;
        }

        .head__one_box {
            position: absolute;
            /* top: 70px; */
            top: calc(50% - 130px);
        }
        .head__box_swiper.swiper-container-horizontal>.swiper-pagination-bullets {
            bottom: 230px;
        }

    }
    @media (max-width: 450px) {

        .news__box{
            display: flex;
            flex-direction: column;
        }
        .news__panel{
            display: flex;
            justify-content: flex-start;
            align-items: flex-end;
        }

    }
    @media (max-width: 400px) {

        .head__title-box .head__title {
            font-size: 36px;
            line-height: 133%;
        }
        .head__subtitle {
            line-height: 28px;
            font-size: 129%;
        }
        a.head__button {
            max-width: none;
            width: auto;
            padding: 13px 50px;
            font-size: 14px;
        }
        .news__box {
            gap: 1px;
        }
        .debbane-agri__button {
            padding: 15px 70px;
            width: auto;
            max-width: none;
        }
        .debbane-agri__button-box{
            text-align: center;
        }

        .people__button {
            font-size: 16px;
            padding: 15px 50px;
            width: auto;
            max-width: none;
        }

        a.head-office__button {
            padding: 11px 30px;
        }



        .e_store{
            width: auto;
        }
        .lang__button{
            width: auto;
        }
        .lang__box{
            flex-wrap: wrap;
            justify-content: flex-end;
        }

    }

    @media (max-width: 400px) {
        .head__box{
        }
    }
}