/* gaza history page */
.y-gaza-history-page .y-center h3 {
    margin-top: 20px;
    font-family: "boldH";
}

.y-gaza-history-page .y-center p {
    font-size: 14px;
}

.y-gaza-history-page .y-center img:hover {
    transform: scale(1.05);
    transition: 0.2s ease-in-out all;
}

.y-gaza-history-page .y-center:hover h3 {
    color: #3EC4B5;
}

.y-gaza-history-page .y-center figure {
    margin: 15px;
    overflow: hidden;
}

/* interactive_map page */
.interative_map_page {
    margin-top: -75px;
    margin-bottom: -80px;
}

.interative_map_page .sidebar-map {
    height: calc(100vh - 160px);
}

.interative_map_page .sidebar-map {
    padding-top: 27px;
    padding-inline: 54px;
}

.interative_map_page .sidebar-map h3 {
    font-size: 14px;
    color: var(--black-color);
    font-family: bookH;
}

.interative_map_page .map-list {
    margin-right: -54px;
    margin-left: -54px;
    margin-top: 0px;
}

.interative_map_page .map-list .list {
    padding-right: 54px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.interative_map_page .map-content {
    width: calc(100% - 130px);
    min-width: 500px;
}

.interative_map_page .map-content-body {
    margin-top: 20px;
    padding-bottom: 10px;
}

/* .interative_map_page .rashad-alshawwa{
    display: none;
} */
.interative_map_page .map-content-body figure {
    width: 488px;
    height: 320px;
    overflow: hidden;
    margin: 20px auto;

}

.interative_map_page .info-rashad-alshawwa h3 {
    font-family: "boldH";
    font-size: 16px;
    margin-bottom: 20px;
}

.interative_map_page .info-rashad-alshawwa p {
    font-size: 16px;
    font-family: "bookH";
    line-height: 2;
}

/* electronic-museum-page */
.electronic-museum-page .y-center figure {
    margin-bottom: 0px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.electronic-museum-page .y-center figure::before {
    content: '';
    position: absolute;
    width: 94%;
    height: 92%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 4;
    overflow: hidden;
    border-radius: 15px;
}


.electronic-museum-page .y-title {
    font-family: "boldH";
    font-size: 18px;
    color: white;
    position: relative;
    top: -80px;
    right: 25px;
    z-index: 6;
}

/* antiquities page */
.antiquities button {
    transform: translateY(-30px);
}

.antiquities .y-center figure {
    width: 100%;
    height: 320px;
    padding: 15px;
    overflow: hidden;
}

.antiquities .y-center h3 {
    margin-top: 30px;
}

/* deir-alBalah-cemetert page */
.deir-alBalah-cemetert .deir-alBalah-slider {
    position: sticky;
    top: -75px;
}

.deir-alBalah-slider {
    height: calc(100vh - 158px) !important;
}

.deir-alBalah-slider .swiper-button-next::after,
.deir-alBalah-slider .swiper-button-prev::after {
    font-size: 16px;
    color: white;
}

.deir-alBalah-slider .swiper-button-prev,
.deir-alBalah-slider .swiper-button-next {
    background-color: rgb(0 0 0 / 69%);
    height: 150px;
    width: 50px;
    transform: translateY(-50%);
    left: 0;
}

.deir-alBalah-slider figure img {
    height: 100%;
    width: 100%;
}

.deir-alBalah-cemetert .details {
    padding: 69px 70px;
}

.deir-alBalah-cemetert .details .y-title h2 {
    margin-top: 20px;
    font-size: 36px;
    font-family: bookH;
    margin-bottom: 0;

}

.deir-alBalah-cemetert .details .y-title h4 {
    font-family: bookH;
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

.deir-alBalah-cemetert .details p {
    font-size: 16px;
    font-family: bookH;
    line-height: 2;
}

/* systems page  */
.y-systems form {
    margin-top: -25px;
}

.y-systems .y-service:hover {
    color: var(--red-color);
    border-color: transparent;
    box-shadow: 0px 3px 15px rgba(94, 98, 78, 10%);
}

.y-systems .y-service.active {
    color: var(--red-color);
    border-color: transparent;
    box-shadow: 0px 3px 15px rgba(94, 98, 78, 10%);
}

.y-systems .y-service:hover, .y-systems .y-service:active>.y-systems .y-service a {
    color: var(--red-color);
}

.y-systems .y-service {
    /* display: flex; */
    border-radius: 12px;
    background-color: white;
    border: 1px solid #D6D6D6;
    text-align: center;
    padding: 10px 10px;
    transition: 0.2s ease-in;
}

.y-systems .y-service figure {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    background-color: #F3F2F2;
}

.y-systems .y-service figure:hover {
    background-color: #E9E8E8;
}

.y-systems .y-service a {
    font-size: 14px;
    font-family: bookH;
    cursor: pointer;
    width: 40%;
    margin-top: 10px;
}

.y-systems .active figure {
    background-color: #3EC4B5;
}

.y-systems .active figure svg path {
    fill: #fff;
}

.y-systems .active p {
    color: #3EC4B5;
}

.y-systems .participation {
    width: 100%;
    height: 170px;
    background: #F3F2F2;
    overflow-X: scroll;
    margin-top: 20px;
    white-space: nowrap;
}

.y-systems .participation .participate {
    display: inline-block;
    width: 220px;
    height: 85px;
    text-align: center;
    background-color: white;
    color: #989898;
    border: solid 1px #D6D6D6;
    border-radius: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 5px;
    padding-top: 20px;
}

.y-systems .participation .participate a {
    text-align: center;
    /*display: flex;*/
    align-items: center;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    white-space: unset;
}

.y-systems .participation .active {
    background-color: #3EC4B5;
    font-family: boldH;

}

.y-systems .participation .active::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 75%;
    left: 44%;
    background: #3EC4B5;
    transform: rotate(45deg);
    z-index: -1;
}

.y-systems .participation .active a {
    color: white;
}

.y-systems .participate-data {
    margin-top: 10px;
    padding: 10px;
}

.y-systems .participate-data h3 {
    font-size: 14px;
    font-family: boldH;
}

.y-systems .participate-data p {
    font-size: 14px;
    font-family: bookH;
}

.y-announcements .y-adds-filter {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.y-announcements .y-adds-filter a {
    color: black;
}

.y-announcements .y-adds-filter .y-icons {
    margin-left: 30px
}

.y-announcements .y-prevnext {
    margin-top: -20px;
}

.y-prevnext-icon {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #A5A5A5;
    cursor: pointer;
}

.y-announcements .y-adds {
    float: left;
    margin: 5px;
    margin-top: 20px;
    position: relative;
}

.y-announcements .y-adds img {
    width: 100%;
}

.y-announcements .y-adds figure {
    position: absolute;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    padding-right: 8px;
    top: 10px;
    right: 20px;
    border: solid 1px wheat;
    z-index: 2;
    cursor: pointer;
}

.y-announcements .y-adds .y-adds-item {
    /*height: 80px;*/
    height: 70px;
    background: #F3F2F2;
    color: #CF2A45;
    margin-bottom: 15px;
    border-left: 4px solid #3EC4B5;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.y-announcements .y-adds .y-adds-item a {
    width: 90%;
    margin: 0 auto;
    color: #CF2A45;
}

.y-announcements .y-adds figure .clock {
    position: absolute;
    bottom: -390px;
    color: white;
    z-index: 3;
}

.y-announcements .y-adds figure .line {
    position: absolute;
    bottom: -355px;
    color: white;
    z-index: 3;
}

.y-announcements .y-adds figure .clock-icon {
    position: absolute;
    bottom: -280px;
    right: -2px;
    color: white;
    z-index: 3;
}

/* Figures and Statistics page */
.status-page .status-filter {
    margin-top: 20px;
}

.status-page .y-filter {
    cursor: pointer;
    margin-top: 27px;
}


.status-page .y-filter .y-dash {
    display: inline-block;
    width: 11px;
    height: 2px;
    background-color: #848484;
}

.status-page .y-filter p {
    font-size: 14px;
    font-family: bookH;
    color: #848484;
    display: inline-block;
    padding-top: 5px;
    margin-right: 5px;
}

.status-page .active p {
    font-family: boldH;
    color: #000;
}

.status-page .active .y-dash {
    background-color: #3EC4B5;
    width: 29px;
    height: 4px;
}

.status-page .y-chart {
    margin-top: 30px;
}

.status-page .stauts-data {
    margin-top: 60px;
    margin-right: 20px;
}

.y-historical-page .y-history-swiper {
    width: 100%;
}

.y-historical-page .history-slider {
    margin-inline-start: 0;
    margin-top: 150px;
}
/* .y-historical-page .history-slider.virtical .active {
    position: relative;
    transition: 0.2s ease-in;
} */

.y-historical-page .history-slider.horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 0;
}

.y-historical-page .history-slider.virtical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0px;
    margin-top: 0px;
    border: 0;
    position: relative;
    z-index: 5;
}

.y-historical-page .history-slider.virtical .active a{
transform: translate(-50px, 16px);
}
.y-historical-page .history-slider.horizontal .active::before {
    right: 27px;
    top: 23px;
    transform: translate(0%, 0%);
}
.y-historical-page .history-slider.virtical .active::before {
    right: -33.5%;
        top: 13px;
    transform: translate(0%, 0%);
    z-index: 6;
}
.y-historical-page .history-slider.virtical .active::after {
    top: 100%;
    right: -65%;
    transform: translate(10%, 0%) rotate();
    z-index: 5;
}

.y-historical-page .history-slider.horizontal .active::after {
    top: 100%;
    right: -2%;
    transform: translate(10%, 0%) rotate(90deg);
}


.y-historical-page .history-slider.horizontal .active a {
    transform: translate(3px, -40px);
}

.y-historical-page .history-slider.horizontal>div {
    margin-bottom: 10px;
}

.y-historical-page .y-history-swiper {
    margin-inline-start: 0;
    height: auto !important;
    overflow: unset;
    overflow-x: clip;
    border: 0;
    border-bottom: 1px solid #D6D6D6;
}

/*.y-historical-page .swiper-slide {*/
/*    width: 10% !important;*/
/*}*/
.y-historical-page .virtical .swiper-slide{
    width:30% !important;
}
