 
html,
body {
    position: relative;
    height: 100%;
    
}

body {

    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    background: none;
    

}

.swiper {
    width: 100%;
    height: 100%;
}
.historySwiper {
    width: 100vw;
 
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
}

.swiper-pagination-bullet {
    color: #ffffff;
    background: transparent;
    padding: 10px;
    font-size: 23px;
    font-weight: 400;
}

.swiper-pagination-bullet-active {
    color: #b19036;
    font-weight: 400;
    font-size: 22px;

}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 59px;
    display: inline-grid;
    width: 100px;
}

.swiper-pagination-bullet-active::before {
    content: '';
    background-color: #b19036;
    position: absolute;
    height: 1px;
    width: 48px;
    left: 44px;
    top: 17px;
}

.swiper-pagination-bullet::before {
    content: '';
    background-color: #b19036;
    position: absolute;
    height: 1px;
    width: 28px;
    left: 74px;
    top: 25px;
}

.swiper-pagination-vertical::before {
    content: '';
    position: absolute;
    color: #ffffff;
}



.body_head {
    position: relative;
}

.p_line {
    position: absolute;
    width: 60px;
    height: 2px;
    background: #B89535;
    top: 24px;
    margin-left: 13px;
}

.body_head {
    font-size: 23px;
    color: #B89535;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase
}

.history_text {
    font-weight: 100;
    font-size: 15px;
    max-width: 553px;
    /* font-family: 'Roboto'; */
}

p.arabic{
    text-align: end;
    font-weight: 100;
    font-family: system-ui;
    font-size: 14px;
}


.swiper-slide.swiper-slide-prev{
    opacity: 0.5;
    transform: scale(0.3);
}

.swiper-slide.swiper-slide-next{
    opacity: 0.5;
    transform: scale(0.3);
}

/* .swiper-slide .history_text,
.swiper-slide .body_head {
    transform: translate(-30px, 0px);
    transition: all .7s ease-in-out;
    opacity: ;
}

.swiper-slide-active .history_text,
.swiper-slide-active .body_head {
    transform: translate(0px, 0px);
    transition: all .7s ease-in-out;
    opacity: 1;
} */




.his-img {
    height: 24rem;
    border-radius: 7px;
    background: white;
    width: 41rem;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
    object-fit: contain;
    background-repeat: no-repeat;
}
.his-img::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 84%;
    left: 0;
    background-color: #000000;
    bottom: -43px;
    right: 0;
    margin: auto;
    filter: blur(13px);
    border-radius: 92px;
}


.his-img.img-1 {
background-image: url(../images/history/his-1.jpg);
}
.his-img.img-2{
background-image: url(../images/history/his-2.jpg);
}
.his-img.img-3 {
background-image: url(../images/history/his-3.jpg);
}
.his-img.img-4 {
background-image: url(../images/history/his-1.jpg);
}
.his-img.img-5 {
background-image: url(../images/history/his-5.jpg);
}
.his-img.img-6 {
background-image: url(../images/history/his-6.jpg);
}
.his-img.img-7 {
background-image: url(../images/history/his-7.jpg);
}
.his-img.img-8 {
background-image: url(../images/history/his-8.jpg);
}

.his-img.img-9 {
background-image: url(../images/history/his-9.jpg);
}

.swiper-wrapper{
    height: 100vh;
    width: 100vw;
}


.history-section  .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap {
    margin: 24px 43px;
}


.swiper-slide-prev{
    opacity: 0.3 !important;
}

.history-section{
    height: 60vh;
}

@media only screen and (max-width: 768px) {
    .body_head {
        font-size: 16px;
    }

    .p_line {
        position: absolute;
        width: 60px;
        height: 2px;
        background: #B89535;
        top: 16px;
        margin-left: 13px;
    }

    .his-img {
        height: 13rem;
        width: 20rem;
        margin: auto;

    }

    .wrap {
        margin: 11px 0px;

    }.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
    .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        width: 59px;
        display: inline-grid;
        width: 70px;
    }
}

 